@charset "UTF-8";

:root {
  --p-rinen-hero-height: 1126px;
}

/* ---------------------
  - *メインビジュアル
  - *共通要素
  - *タイトル
  - *ページ内リンク
  - *リスト
  - *レイアウト
  - *画像　左・右に設置
  - *アコーディオン
  - *テーブル
  - *パンくず
  - *サイドバー
  - *ブログ
  - *診療案内
  - *症例
  - *病名から探すページ
  - *症状から探すページ
  - *医師紹介ページ
  - *医院案内ページ
  - *料金表ページ
  - *求人案内ページ
  - *アクセスページ
  - *お知らせページ
  - *お問い合わせページ
--------------------- */
/*==================================================================================================================================

  *メインビジュアル

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

.content_mv--lines {
  height: 500px;
}

.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_animation .content_mv_animation_svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2200px;
  height: auto;
  transform: translate(-50%, -58%) scale(1);
}

.content_mv_animation_svg .organic-fast-line {
  --len: 2350;
  stroke-dasharray: var(--len) calc(var(--len) * 2px);
  stroke-dashoffset: var(--len);
}

.content_mv_animation.is-active .organic-fast-line {
  animation: organic-draw-once 2.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes organic-draw-once {
  0% {
    stroke-dashoffset: var(--len);
  }
  100% {
    stroke-dashoffset: 0;
  }
}

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

.content_mv_content {
  color: #fff;
  /* text-shadow: 0 4px 10px rgba(0, 0, 0, 0.35); */
  padding-top: 65px;
}

.main_headline {
  text-align: left;
}

.main_headline .midashi_en {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 17px;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: satoshi;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to left, #b1a0d8, #397dcc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.main_headline .midashi_en::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: url("../images/icon_under_policy_circle.png") no-repeat left center;
}
.main_headline .midashi {
  margin: 0;
  font-size: 50px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.041em;
  line-height: 1.2;
  font-weight: 700;
  color: var(--text-color);
  text-shadow: #fff 1px 0px 0px, #fff 0.540302px 0.841471px 0px, #fff -0.416147px 0.909297px 0px, #fff -0.989992px 0.14112px 0px, #fff -0.653644px -0.756802px 0px, #fff 0.283662px -0.958924px 0px, #fff 0.96017px -0.279415px 0px;
}

@media screen and (max-width: 640px) {
  .content_mv {
    height: 160px;
  }

  .content_mv--lines {
    height: 300px;
    /* background: url(../images/under_mv_left.png) no-repeat left bottom 10px / 100px auto,
    url(../images/under_mv_right.png) no-repeat right top 70px / 250px auto; */
}

  .content_mv_inner {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_mv_content {
    padding-top: 0;
    /* text-shadow: 0px 0px 3px #23407e,0px 0px 3px #23407e; */
}

  .main_headline .midashi_en {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .main_headline .midashi {
    font-size: 22px;
    text-shadow: #fff 1px 0px 0px, #fff 0.540302px 0.841471px 0px, #fff -0.416147px 0.909297px 0px, #fff -0.989992px 0.14112px 0px, #fff -0.653644px -0.756802px 0px, #fff 0.283662px -0.958924px 0px, #fff 0.96017px -0.279415px 0px;
    letter-spacing: 0;
}
  .content_mv_animation .content_mv_animation_svg {
    transform: translate(-50%, -58%) scale(0.7);
  }
}

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

  *共通要素

==================================================================================================================================*/
.contents_bg {
  position: relative;
}
.contents_bg::before {
    position: absolute;
    content: "";
    background: url(../images/bg_under_default.jpg) no-repeat top center;
    width: 100%;
    height: calc(100% + 500px);
    top: -500px;
    left: 0;
    z-index: -2;
	/* opacity: 0.4; */
}
.contents_bg::after{
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 500px);
  top: -500px;
  left: 0;
  z-index: -2;
  background: url(../images/bg_under_office.png) no-repeat right top;
}

@media screen and (max-width: 640px) {
  .contents_bg::before{
    top: -350px;
    background-size: 640px auto;
  }
  .contents_bg::after{
    top: -350px;
    background-size: 250px auto;
  }
}

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

.wrapper main {
  width: 100%;
  padding: 0px 0 0;
}

.u-width-1200 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.u-width-1100 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.u-width-900 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: 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 main {
    padding: 0;
    margin-bottom: 0;
}

  .u-width-1200 {
    padding-left: 15px;
    padding-right: 15px;
}

  :is(.blog, .single-post, .archive, .category):not(.tax-cate_menu, .tax-cate_disease, .tax-cate_symptom, .tax-cate_case) .wrapper main {
    width: 100%;
  }
  .u-width-1200 {
    width: 100%;
    max-width: 100%;
}
.u-width-900 {
  padding: 0 15px;
}
}

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

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

  *タイトル

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




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

  *ページ内リンク

==================================================================================================================================*/
.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: 21px;
  position: relative;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  line-height: 1.5;
  /* text-shadow: #fff 1px 0px 0px, #fff 0.540302px 0.841471px 0px, #fff -0.416147px 0.909297px 0px, #fff -0.989992px 0.14112px 0px, #fff -0.653644px -0.756802px 0px, #fff 0.283662px -0.958924px 0px, #fff 0.96017px -0.279415px 0px; */
}

.breadcrumb ol li a {
  color: #333;
}

.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;
  }
  .breadcrumb ol{
    text-shadow: none;
  }
}

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

  *サイドバー

==================================================================================================================================*/
.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_category 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_category li a {
  color: var(--text-color);
}

@media (hover: hover) {
  .blog_category 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;
  margin-top: 40px;
}

.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: var(--main-color);
  color: #fff;
}

a.page-numbers {
  text-decoration: none;
  transition: all 0.2s linear;
  background: var(--bg-color);
  color: var(--main-color);
}

.pager a:active {
  box-shadow: 0 0 3px rgb(0 0 0 / 0.4);
}

/*----------記事一覧----------*/
.blog_list {
  display: flex;
  flex-flow: wrap;
  gap: 30px 18px;
}

.blog_list_item {
  display: flex;
  flex-flow: column;
  width: calc((100% - 36px) / 3);
  border-top: 4px solid var(--main-color);
  /*記事ボックスの上の色*/
  box-shadow: 0 1px 4px rgb(0 0 0 / 0.1);
  padding: 20px 15px 25px;
  background-color: #fff;
}

/* サムネイル */
.blog_list_item_thum {
  max-height: 150px;
  aspect-ratio: 240 / 150;
  text-align: center;
  margin-bottom: 15px;
}

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

/* タイトル */
.blog_list_item_tit {
  /* reset css */
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 0;
  line-height: inherit;
  border: none;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  color: inherit;
  overflow: visible;
  letter-spacing: inherit;
  text-shadow: none;
  box-shadow: none;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 15px;
}

.blog_list_item_tit::before,
.blog_list_item_tit::after {
  display: none;
}

.blog_list_item .blog_category {
  font-size: 87%;
  line-height: 1.5;
  margin-bottom: 40px;
}

.blog_list_item .blog_category li:not(:last-child) {
  margin-bottom: 5px;
}

.blog_list_item_text {
  margin-bottom: 15px;
}

.blog_list_item>.btn01 {
  margin-top: auto;
  text-align: center;
}

.blog_list_item>.btn01 a {
  margin: 0;
}

/*----------記事----------*/
/* サムネイル */
.blog_single_thum {
  margin: 0 auto 30px;
  text-align: center;
}

.blog_single_thum img {
  width: auto;
  max-height: 700px;
}

/* 目次 */
#toc_container {
  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;
}

/*--------------------ブログ エディター用--------------------*/
.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_single_text pre {
  font-weight: 400;
  margin-top: 20px;
  padding: 20px;
  background-color: var(--bg-color);
  color: #7F7F7F;
  overflow: auto;
}

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

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

.blog_single_text blockquote *:first-child {
  margin-top: 0;
}

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

/*----------サイド----------*/
.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%;
  }
}





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

  *会社概要

==================================================================================================================================*/
.company_about {
  width: 900px;
  margin: 0 auto;
}

.tb03 {
  width: 100%;
  border-spacing: 1px;
	background-color: #ffffffde;
	padding: 10px 20px;
	display: block;
}

.tb03 th {
  width: 25%;
  color: #333;
/*   padding-left: 15px; */
  text-align: left;
/*   background: #f2f9ff; */
}
.tb03 td{
/* 	background: #fff; */
}
.tb03 td,
.tb03 th {
/*   padding: 18px 20px; */
/*   border: 1px solid #ddd; */
  font-size: 16px;
  line-height: 1.5;
	padding: 20px 20px;
	border-bottom: 1px solid #ddd;
}
.tb03 tr:last-child td, .tb03 tr:last-child th {
	border-bottom: unset;
}

.company_about .tb03 ul li {
  font-size: 15px;
  line-height: 1.8;
}

.ml15 {
  margin-left: 15px;
}

.tit01 {
  position: relative;
  margin-bottom: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

.tit01::before {
  display: block;
  padding-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 0.2em;
  content: "";
}

.company .tit01::before {
  content: "COMPANY";
}


@media (max-width: 640px) {
  .company_about {
    width: 100%;
    margin: 0 auto;
  }
  .tit01::before {
    font-size: 22px;
    letter-spacing: 0;
}
.tit01 {
  margin-bottom: 50px;
  font-size: 16px;
}

  /* 会社概要テーブル縦並び */
  .tb03 {
    border-spacing: 0;
  }

  .tb03 tr {
    display: block;
    margin: 0 0 14px;
/*     border: 1px solid #ddd; */
/*     border-radius: 6px; */
    overflow: hidden;
  }

  .tb03 th,
  .tb03 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    padding: 14px 16px;
    border: none;
  }

  .tb03 th {
/*     background: #f2f9ff; */
    border-bottom: 1px solid #ddd;
  }

  .tb03 td {
/*     background: #fff; */
  }
}







.policy_profile {
/* 	position: relative; */
	padding-top: 35px;
	display: flex;
	gap: 70px;
}

.policy_profile::before {
/*   position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 90px);
  height: 704px;
  background-image: url(https://hero-innovation.com/wp/wp-content/uploads/2026/08/9feffb7795abdf27361a37613a415859.png);
  background-repeat: no-repeat;
  background-position: top right;
  content: ""; */
}

.policy_profile_text {
  display: inline-block;
  width: 100%;
/*   padding-left: calc(50% - 30px); */
/*   padding-right: calc(50% - 600px); */
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.company_profile_name {
  font-size: 20px;
  border-bottom: solid 1px #ddd;
  margin: 0 0 20px;
}

.company_profile_name span {
  font-size: 14px;
  margin: 0 1em 0 0;
}

.profile_career {
  padding-top: 15px;
  font-size: 14px;
}

.profile_list {
  padding-top: 15px;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 14px;
}






.company_profile {
  width: 900px;
  margin: 80px auto;
}

.company_profile_item {
  margin: 0 auto;
}

.company_profile_name {
  font-size: 20px;
  border-bottom: solid 1px #ddd;
  margin: 0 0 20px;
}

.company_profile_name span {
  font-size: 14px;
  margin: 0 1em 0 0;
}

.company_profile_item_flex {
  display: flex;
}

.company_profile_item p {
  margin-bottom: 15px;
  min-width: 200px;
}

.company_profile_about {
  font-size: 90%;
  margin: 0;
  width: 100%;
  padding: 0 15px;
}

.company_profile_item img {
  width: 100%;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}






@media (max-width: 640px) {
  .policy_profile {
    padding-top: 5px;
/*     padding-bottom: 370px; */
	padding-bottom: 80px;
	display: block;
}
  .policy_profile::before {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 350px;
    height: 350px;
    background-size: contain;
  }
  .company_profile {
    width: 100%;
    margin: 20px auto 0;
    padding: 0 15px 30px;
}
.company_profile_item p {
    min-width: auto;
    max-width: 260px;
    margin: 0 auto 30px;
}
.company_profile_about {
  font-size: 14px;
  margin: 0;
  width: 100%;
  max-width: 100% !important;
  padding: 0;
}
.company_profile_item_flex {
  display: block;
}
	.policy_profile_img p {
		min-width: auto;
		max-width: 260px;
		margin: 0 auto 30px;
	}
.policy_profile_text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.7;
    letter-spacing: 0;
}
}





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

  *拠点紹介

==================================================================================================================================*/
.access .tit01::before {
  content: "ACCESS";
}

.company_access {
  width: 900px;
  margin: 0 auto;
}

.company_access ol li {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 5% 4%;
  margin-bottom: 60px;
  background: no-repeat center center;
}

.company_access ol li:nth-of-type(1) {
  background-image: url("../images/access_bg01.jpg");
}

.company_access ol li:nth-of-type(2) {
  background-image: url("../images/access_bg02.jpg");
}

.company_access ol li:nth-of-type(3) {
  background-image: url("https://hero-innovation.com/wp/wp-content/uploads/2026/09/access_bg03.jpg");
}

.company_access ol li:nth-of-type(4) {
  background-image: url("https://hero-innovation.com/wp/wp-content/uploads/2026/09/access_bg05.jpg");
}

.company_access ol li:nth-of-type(5) {
  background-image: url("https://hero-innovation.com/wp/wp-content/uploads/2026/09/access_bg04.jpg");
}
.company_access ol li .address {
  width: 400px;
  padding-top: 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.company_access ol li .address .tit {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}

.company_access ol li .address .tit span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.company_access ol li .address p {
  line-height: 1.4;
  margin-bottom: 8px;
}




@media screen and (max-width: 640px) {
  .company_access {
    width: 100%;
    margin: 0 auto;
  }
  .company_access ol li .address {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
}
.company_access ol li {
  display: block;
  padding: 15px;
  margin-bottom: 20px;
}
.company_access ol li:nth-of-type(1) {
  background-image: url("../images/access_bg01.jpg");
  background-size: cover;
}
.company_access ol li:nth-of-type(2) {
  background-image: url("../images/access_bg02.jpg");
  background-size: cover;
}
.company_access ol li:nth-of-type(3) {
  background-image: url("https://hero-innovation.com/wp/wp-content/uploads/2026/09/access_bg03.jpg");
  background-size: cover;
}
.company_access ol li:nth-of-type(4) {
  background-image: url("https://hero-innovation.com/wp/wp-content/uploads/2026/09/access_bg05.jpg");
  background-size: cover;
}
	
.company_access ol li:nth-of-type(5) {
  background-image: url("https://hero-innovation.com/wp/wp-content/uploads/2026/09/access_bg04.jpg");
  background-size: cover;
}
.company_access figure {
    text-align: center;
}
}



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

  *プライバシーポリシー

==================================================================================================================================*/
.text {
  position: relative;
  margin-bottom: 50px;
}

.tit03 {
  margin-bottom: 22px;
  padding: 10px 10px 10px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  border-bottom: 1px solid #4479cd;
  font-weight: bold;
}

.text p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1em;
}








/* 問い合わせ */
.font-size-22 {
  font-size: 22px;
}




@media screen and (max-width: 640px) {
  .tit03 {
    letter-spacing: 0em;
    font-size: 19px;
  }
  .text p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 1em;
}
.text {
  padding-bottom: 50px;
  margin: 0;
}
.font-size-22 {
  font-size: 19px;
  line-height: 1.5;
}
}




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

  *事業方針

==================================================================================================================================*/
.policy_mv {
  height: 500px;
  background-image: url("../images/under_policy_mv.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.policy_mv_inner {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
}

.policy_mv_content {
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  padding-top: 120px;
}

.policy_mv_subtitle {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 17px;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #fff;
  background: url("../images/icon_under_policy_circle.png") no-repeat left center;
}

.policy_mv_title {
  margin: 0;
  font-size: 50px;
  letter-spacing: 0.041em;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .policy_mv {
    height: 300px;
  }

  .policy_mv_inner {
    padding: 0 24px;
  }

  .policy_mv_title {
    font-size: 40px;
  }
}

@media screen and (max-width: 640px) {
  .policy_mv {
    height: 220px;
  }

  .policy_mv_inner {
    padding: 0 20px;
  }

  .policy_mv_subtitle {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .policy_mv_title {
    font-size: 19px;
    letter-spacing: 0;
}
}


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

  *事業方針 コンテンツ本文

==================================================================================================================================*/
.p_mvv_contents {
  position: relative;
  padding: 160px 0;
}
.circle_anim{
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.circle_anim::before,
.circle_anim::after{
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.circle_anim::before{
  left: -400px;
  top: -190px;
  width: 800px;
  height: 800px;
  opacity: .25;
  animation: drift 14s ease-in-out infinite,pulse 26s ease-in-out infinite,spin 110s linear infinite;
  background: url(../images/neuron_dark.png) no-repeat center / cover;
}
.circle_anim::after{
  right: -160px;
  top: 50%;
  width: 640px;
  height: 640px;
  opacity: .25;
  background: url(../images/neuron_dark.png) no-repeat center / cover;
  animation: drift 14s ease-in-out infinite,pulseRev 19s ease-in-out infinite,spinRev 76s linear infinite;
}

@keyframes spin {
  from { rotate: 0deg; }
  to { rotate: 360deg; }
}

@keyframes drift {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -16px; }
}

@keyframes pulse {
  0%, 100% { scale: .7; }
  50% { scale: 1; }
}

@keyframes spinRev {
  from {
    rotate: 360deg;
  }

  to {
    rotate: 0deg;
  }
}
@keyframes pulseRev {
  0%, 100% { scale: 1; }
  50% { scale: .7; }
}


/* .p_mvv_contents::before {
  position: absolute;
  content: "";
  background: url(../images/under_mv_left.png) no-repeat left top 290px,
    url(../images/under_mv_right.png) no-repeat right top 140px,
    url("../images/under_policy_main_value_bg.jpg") no-repeat top center / cover;
  width: 100%;
  left: 0;
  height: calc(100% + 580px);
  top: -580px;
  z-index: -1;
} */

.p_mvv {
  position: relative;
  width: min(95%, 1400px);
  /* width: min(100%, 1720px); */
  /* min-width: min(100%, 1200px); */
  margin: 0 auto;
  /* padding: 151px 0 160px; */
  /* border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06); */
}



.p_mvv .tit_h3_under_policy {
  position: relative;
  margin-bottom: 48px;
}

.p_mvv .tit_h3_under_policy p {
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #005af3;
}

.p_mvv .tit_h3_under_policy p::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
}

.p_mvv .tit_h3_under_policy h2 {
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 43px;
  letter-spacing: 0.1em;
  line-height: 1.0;
  color: #333;
}

.p_mvv .p_value .tit_h3_under_policy h3 {
  line-height: 1.3;
}

.p_mvv .p_mission,
.p_mvv .p_vision,
.p_mvv .p_value {
  position: relative;
}

.p_mvv .p_mission {
  padding-bottom: 149px;
}

.p_mvv .p_vision {
  padding: 150px 0 160px;
}

.p_mvv .p_value {
  padding: 147px 0 0;
}

.p_mvv .p_mission::before,
.p_mvv .p_vision::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(clamp(1200px, 100vw, 1720px) - 80px);
  height: 1px;
  background: #ccc;
  bottom: 0;
}

.p_mvv .text_p_mission,
.p_mvv .p_vision p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.05;
}

.p_mvv .text_p_mission {
  margin-top: 36px;
  color: #333;
}

.p_mvv .p_vision_flex {
  display: flex;
  gap: 40px;
  margin-top: 64px;
}

.p_mvv .p_vision_flex_box {
  flex: 1;
}

.p_mvv .p_vision_flex_box .tit_h4_p_vision p {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #00469f;
  padding-left: 79px;
}

.p_mvv .p_vision_flex_box .tit_h4_p_vision p::before {
  position: absolute;
  content: "";
  background: url("../images/icon_policy_01.png") no-repeat;
  width: 60px;
  height: 60px;
  left: 0;
  top: -14px;
}

.p_mvv .p_vision_flex_box:last-of-type .tit_h4_p_vision p::before {
  background: url("../images/icon_policy_02.png") no-repeat;
}

.p_mvv .p_vision_flex_box:nth-child(2) .tit_h4_p_vision p {
  color: #d174be;
}

.p_mvv .p_vision_flex_box .tit_h4_p_vision h3 {
  margin-top: 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #1b1b1b;
}

.p_mvv .p_vision_flex_box ul {
  margin-top: 32px;
  padding: 0;
  list-style: none;
}

.p_mvv .p_vision_flex_box li {
  position: relative;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.1;
  color: #333333;
}

.p_mvv .p_vision_flex_box li:not(:last-child) {
  margin-bottom: 2px;
}

.p_mvv .p_vision_flex_box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgb(0 89 245);
  transform: translateY(-50%);
}

.p_mvv .p_vision_flex_box:last-of-type li::before {
  background: rgb(209 116 190);
}

.p_mvv .p_value_box {
  margin-top: 60px;
}

.p_mvv .p_value_box > p{
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p_mvv .p_value_box .tit_h4_p_value {
  margin-bottom: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #333;
}

.value_list{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 60px;
}
.value_list li{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 30px;
  background: url("../images/under_policy_value_bg.jpg") no-repeat center / cover;
  border-radius: 20px;
}

.value_list .icon{
  width: 100px;
  height: auto;
}
.value_list .value_tit_wrap{
  display: flex;
  align-items: center;
  gap: 15px;
}
.value_list .value_tit_wrap .num{
  font-size: 60px;
  font-family: satoshi;
  font-weight: 400;
  background: linear-gradient(to left, #b1a0d8, #397dcc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.value_list .value_tit_wrap h4{
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.value_list .value_tit_wrap p:not(.num){
  font-family: satoshi;
  font-weight: 400;
  line-height: 1;
  color: #397dcc;
  letter-spacing: 0.1em;
}

.value_list li > p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: 100%;
}

@media print, screen and (min-width: 641px){
  .value_list li{
    width: calc((100% - 16px) / 2);
  }
}


@media (max-width: 640px) {
  /* .p_mvv_contents::before{
    background: url("../images/under_policy_main_value_bg.jpg") no-repeat top center / cover;
  } */
  .p_mvv .p_value {
    padding: 37px 0 0;
  }
  .value_list li{
    padding: 20px;
    gap: 10px 15px;
  }
  .value_list .icon{
    width: 80px;
  }
  .value_list .value_tit_wrap{
    gap: 10px;
  }
  .value_list .value_tit_wrap .num{
    font-size: 45px;
  }
}





/*

  *事業方針のMedisma DX

*/

.p_medismadx_contents {
  position: relative;
  padding: 160px 0;
  background: url(../images/neuron_dark50.png) no-repeat right -200px top -300px / 800px auto,
  url(../images/neuron_dark50.png) no-repeat left -200px bottom -300px / 650px auto,
  url("../images/bg_under_content.jpg") no-repeat center top / cover;
}

.p_medismadx_contents .u-maxwidth-1400 {
  width: min(95%, 1400px);
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 0px 57px rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}

.p_medismadx {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 100px 0px 150px;
}
.tit_h3_medismadx{
  text-align: center;
}
.tit_h3_medismadx p {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #005af3;
}

.tit_h3_medismadx h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333333;
}

.p_medismadx_movie {
  text-align: center;
  position: relative;
  margin: 54px auto 100px;
  padding: 69px;
  border-radius: 20px;
  background-color: #f6f8fb;
  overflow: hidden;
}

.p_medismadx_movie iframe {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 735px;
  max-width: 735px;
  height: 412px;
  max-height: 412px;
  border: none;
  background-color: #000000;
}

.p_medismadx h3{
  text-align: center;
  font-size: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .p_medismadx h3{
    font-size: 24px;
    line-height: 1.5;
  }
}

.p_medismadx_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 100px;
}
.p_medismadx_flex .p_medismadx_img{
  max-width: 570px;
}
.p_medismadx_text {
  max-width: 570px;
  margin-top: 20px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.1;
  color: #333333;
}

.p_medismadx_text p:not(:last-child) {
  margin-bottom: 28px;
}

.policy_list_item h4{
  font-size: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.policy_list_item h4 .num{
  position: relative;
  font-size: 130%;
  margin-right: 1em;
  font-family: satoshi;
  font-weight: 600;
  background: linear-gradient(to left, #b1a0d8, #397dcc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.policy_list_item h4 .num::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.6em;
  width: 6px;
  height: 6px;
  margin: auto;
  background: linear-gradient(135deg, #397dcc,#b1a0d8);
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .policy_list_item h4{
    display: flex;
    align-items: baseline;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.policy_list_item p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

@media print, screen and (min-width: 641px){
  .policy_list_item p{
    margin-left: 70px;
  }
}

.policy_list_item:not(:last-of-type){
  margin-bottom: 60px;
}



/*

  *事業方針の理念

*/
.p_rinen_contents {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:url("../images/under_policy_medisma_hero_bg.jpg") no-repeat center / cover;
}

.p_rinen_glow {
  position: absolute;
  inset: -15%;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.78), transparent 55%),
    radial-gradient(circle at 70% 35%, rgba(80, 140, 255, 0.28), transparent 50%),
    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.35), transparent 55%);
  filter: blur(20px);
  opacity: 0.85;
  z-index: 0;
  pointer-events: none;
}

.p_rinen_lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.p_rinen_lines svg {
  position: absolute;
  width: 2200px;
  height: auto;
  left: 50%;
  top: 50%;
  transform-origin: center;
}

.p_rinen_lines_svg--white {
  opacity: 0.5;
  transform: translate(-50%, -40%) scale(1.05);
}

.p_rinen_lines_svg--blue {
  transform: translate(-50%, -50%) scale(1.0);
}

.p_rinen_lines_svg--gradient {
  transform: translate(-50%, -50%) scale(1.0);
}

.p_rinen_lines path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

.p_rinen {
  position: relative;
  z-index: 1;
  padding: 150px 0;
}

.tit_h3_rinen {
  position: relative;
  text-align: center;
  /* padding-bottom: 71px; */
}

.tit_h3_rinen p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #005af3;
}

.tit_h3_rinen h2 {
  font-size: 32px;
  letter-spacing: 0.06em;
  color: #333;
}

.p_rinen h3 {
  position: relative;
  font-size: 46px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  color: #333;
  text-align: center;
  /* padding-bottom: 69px; */
}
.circle_rinen {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 280px;
    background: url(../images/img_ai_medical_circle.png) center /contain no-repeat;
    z-index: 2;
    margin: 0 auto -50px;
}
.circle_rinen::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 260px;
    height: 260px;
    background: url(../images/img_ai_medical_circle.png) center/contain no-repeat;
    animation: revolutionClockwise 6s linear infinite;
    opacity: 0.55;
    z-index: -1;
}

.circle_rinen::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 260px;
    height: 260px;
    background: url(../images/img_ai_medical_circle.png) center/contain no-repeat;
    animation: revolutionCounterClockwise 4s linear infinite;
    opacity: 0.4;
    z-index: -2;
}

/* 自転 */
@keyframes selfRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes revolutionClockwise {
    from {
        transform: rotate(0deg) translateX(25px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(25px) rotate(-360deg);
    }
}

/* 公転（反時計回り） */
@keyframes revolutionCounterClockwise {
    from {
        transform: rotate(0deg) translateX(15px) rotate(0deg);
    }
    to {
        transform: rotate(-360deg) translateX(15px) rotate(360deg);
    }
}

.p_rinen_text {
  position: relative;
  text-align: center;
}

.p_rinen_text p {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 2.2;
  margin-bottom: 41px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}



@media screen and (max-width: 640px) {
  .p_rinen_lines svg {
    width: 1400px;
  }

  .p_rinen_lines_svg--white {
    transform: translate(-82%, -38%) scale(1.02);
  }

  .p_rinen_lines_svg--blue {
    transform: translate(-60%, -34%) scale(0.88);
  }

  .p_rinen_lines_svg--gradient {
    transform: translate(-72%, -30%) scale(0.88);
  }

  .p_mvv {
    margin: 0 auto 15px;
    padding: 40px 0;
    border-radius: 15px;
    background: none;
    box-shadow: none;
}
  .p_mvv .tit_h3_under_policy {
    margin-bottom: 20px;
}

  .p_mvv .u-width-1200 {
    padding: 0 15px;
  }

  .p_mvv .tit_h3_under_policy p {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .p_mvv .tit_h3_under_policy h2 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5;
}

  .p_mvv .p_mission, .p_mvv .p_vision {
    /* margin-bottom: 20px; */
    padding: 80px 0 40px;
    /* padding: 15px; */
    /* background: #fff; */
    /* border-radius: 10px; */
}
  .p_mvv .text_p_mission {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.9;
}

  .p_mvv .p_vision_flex_box .tit_h4_p_vision h3 {
    font-size: 15px;
    letter-spacing: 0;
}
  .p_mvv .p_vision_flex_box li {
    padding-left: 15px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
}
  .p_mvv .p_vision_flex_box li::before {
    left: 0;
    top: 11px;
    bottom: auto;
    width: 7px;
    height: 7px;
}
	.p_mvv .p_mission::before, .p_mvv .p_vision::before{
		display: none;
	}

  /* .p_mvv .p_value_box {
    padding: 25px 15px;
} */
  .p_mvv .p_value_box .tit_h4_p_value {
    font-size: 18px;
    letter-spacing: 0;
}
  /* .p_mvv .p_value_box p {
    margin-bottom: 29px !important;
} */
  .p_mvv_contents {
    padding: 0 0 20px;
}

  .p_medismadx_contents {
    padding: 50px 0 55px;
}

  .p_medismadx_contents .u-maxwidth-1400 {
    padding: 0 15px;
    width: 94%;
}

  .p_medismadx {
    padding: 40px 0;
    border-radius: 0;
}

  .p_medismadx_movie {
    margin: 20px auto 28px;
    padding: 10px;
    border-radius: 0;
}

  .p_medismadx_movie iframe {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 12px;
  }

  .p_medismadx_text {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 2;
  }

  .p_medismadx_text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .under_medismadx {
    padding: 96px 0 120px;
  }

  .under_medismadx .u-width-1200 {
    padding: 0 20px;
  }

  .under_medismadx .tit_h2_under p {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .under_medismadx .tit_h2_under h2 {
    font-size: 20px;
}

  .under_medismadx_text {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 2;
  }

  .under_medismadx_text+.under_medismadx_img {
    margin-top: 40px;
  }

  .under_medismadx_img img {
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(40, 80, 150, 0.18);
  }

  .under_medismadx02 {
    padding: 20px 0 80px;
  }

  .under_medismadx02_1620 {
    min-width: auto;
    padding: 48px 0;
  }

  .under_medismadx02_flex {
    flex-direction: column;
    width: calc(100% - 32px);
    gap: 32px;
  }

  .medismadx02_flex_left {
    width: 100%;
    flex: none;
    border-radius: 24px;
  }

  .medismadx02_flex_left p {
    padding: 40px 20px;
  }

  .medismadx02_flex_right .tit_h3_medismadx h3 {
    font-size: 26px;
  }

  .medismadx02_flex_text {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.95;
  }

  .under_medismadx02 .btn01 a {
    width: 100%;
    justify-content: center;
  }
  .p_mvv .p_vision_flex {
    display: block;
    margin-top: 34px;
}
  .p_mvv .p_vision_flex_box {
    padding: 15px;
    border-radius: 20px;
    height: auto;
    margin-bottom: 15px;
}
  .p_mvv .p_vision_flex_box .tit_h4_p_vision p {
    font-size: 16px;
    letter-spacing: 0;
    padding-left: 40px;
}
  .p_mvv .p_vision_flex_box .tit_h4_p_vision p::before {
    background: url("../images/icon_policy_01.png") no-repeat center / contain;
    width: 30px;
    height: 30px;
    left: 0;
    top: 2px;
}
  .p_mvv .p_vision_flex_box:last-of-type .tit_h4_p_vision p::before {
    background: url("../images/icon_policy_02.png") no-repeat center / contain;
}
.p_rinen {
    padding: 39px 0 10px;
}
.tit_h3_rinen {
    padding-bottom: 14px;
}
.tit_h3_rinen h2 {
    font-size: 20px;
    letter-spacing: 0;
}
.circle_rinen{
  margin: -50px auto;
  height: 200px;
}
.circle_rinen::before {
    width: 180px;
    height: 180px;
}
.circle_rinen::after {
    width: 180px;
    height: 180px;
}
.p_rinen h3 {
    font-size: 24px;
    letter-spacing: 0;
    /* padding-bottom: 20px; */
}
.p_rinen_text {
    padding: 0 15px;
}
.p_rinen_text p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 35px;
}
.p_rinen_lines svg {
  position: absolute;
  width: 1500px;
  height: auto;
  left: 55%;
  top: 70%;
  transform-origin: center;
	opacity: 0.3;
}
}

@media screen and (min-width: 769px) {
  br.pc_inline {
    display: inline;
  }
}



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

  *事業内容-メディスマDX

==================================================================================================================================*/
.under_medismadx {
  position: relative;
  padding: 64px 0 156px;
}
/* .under_medismadx::before{
	position: absolute;
	content: "";
  background: url(../images/under_mv_left.png) no-repeat left top 290px,
    url(../images/under_mv_right.png) no-repeat right top 140px,
    url("../images/under_policy_main_value_bg.jpg") no-repeat top center / cover;
	width: 100%;
	height: calc(100% + 545px);
	top: -545px;
	left: 0;
	z-index: -1;
}

@media (max-width: 640px) {
  .under_medismadx::before{
    background: url("../images/under_policy_main_value_bg.jpg") no-repeat top center / cover;
  }
} */


.tit_h2_under {
  margin-bottom: 39px;
  text-align: center;
}

.tit_h2_under p {
  margin-bottom: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #005af3;
}

.tit_h2_under h2 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333333;
}

.under_medismadx_text {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.05;
  color: #333333;
  text-shadow: #fff 1px 0px 0px, #fff 0.540302px 0.841471px 0px, #fff -0.416147px 0.909297px 0px, #fff -0.989992px 0.14112px 0px, #fff -0.653644px -0.756802px 0px, #fff 0.283662px -0.958924px 0px, #fff 0.96017px -0.279415px 0px;
}

.under_medismadx_text+.under_medismadx_img {
  margin-top: 54px;
}

.under_medismadx_img {
  position: relative;
}

.under_medismadx_img img {
  width: 100%;
  height: auto;
}


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

  *事業内容-メディスマDX（プロダクトリスト）

==================================================================================================================================*/
.under_medismadx02 {
  background: #ffffff;
  padding: 0;
}

.under_medismadx02_1620 {
  width: min(100%, 1620px);
  min-width: min(100%, 1200px);
  margin: 0 auto;
  padding: 138px 0;
  border-bottom: 1px solid #cccccc;
}

.under_medismadx02_1620:last-of-type {
  border-bottom: none;
}

.under_medismadx02_flex {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: flex;
  gap: 111px;
}

.medismadx02_flex_left {
  flex: 0 0 556px;
  border-radius: 20px;
  background: #f7f8fc;
}

.medismadx02_flex_left p {
  margin: 0;
  padding: 70px 50px;
  text-align: center;
}

.under_medismadx02_1620:nth-child(4) .medismadx02_flex_left {
  background: none;
  padding: 0;
  border-radius: 0;
}

.under_medismadx02_1620:nth-child(4) .medismadx02_flex_left p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.medismadx02_flex_right {
  flex: 1;
}

.medismadx02_flex_right .tit_h3_medismadx {
  margin-bottom: 40px;
  text-align: left;
}

.medismadx02_flex_right .tit_h3_medismadx p {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #005af3;
  padding-left: 14px;
}

.medismadx02_flex_right .tit_h3_medismadx p::before {
  position: absolute;
  content: "";
  background: #005af3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.medismadx02_flex_right .tit_h3_medismadx h3 {
  margin-top: 8px;
  font-size: 28px;
  letter-spacing: 0.06em;
  color: #333333;
}

.medismadx02_flex_text {
  margin-bottom: 36px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.05;
  color: #333333;
  width: 82%;
}

.medismadx02_flex_text p:not(:last-child) {
  margin-bottom: 27px;
}

.under_medismadx02 .btn01 {
  margin: 52px 0 0;
  text-align: left;
}

.under_medismadx02 .btn01 a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 361px;
  padding: 14px 66px 14px 36px;
  border-radius: 999px;
  border: 1px solid rgba(22, 50, 110, 0.07);
  background: #ffffff;
  box-shadow: 0 5px 3px rgba(22, 50, 110, 0.07);
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #333;
}


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

  *当社の事業内容 ヒーローセクション

==================================================================================================================================*/
.under_business_hero {
  position: relative;
  padding: 64px 0 165px;
}
/* .under_business_hero::before{
	position: absolute;
	content: "";
	background: url(../images/under_mv_left.png) no-repeat left top 290px,
    url(../images/under_mv_right.png) no-repeat right top 140px,
    url("../images/under_policy_main_value_bg.jpg") no-repeat top center / cover;
	width: 100%;
	height: calc(100% + 545px);
	top: -545px;
	left: 0;
	z-index: -1;
} */

@media (max-width: 640px) {
  .under_business_hero::before{
    background: url("../images/under_policy_main_value_bg.jpg") no-repeat top center / cover;
  }
}


.under_business_hero .tit_h2_under {
  margin-bottom: 34px;
}

.business_hero_text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.1;
  color: #222222;
  text-align: center;
}

.business_hero_img {
  width: 100%;
  margin-top: 70px;
}



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

  *当社の事業内容 セクション一覧

==================================================================================================================================*/
.under_business_flex {
  padding: 140px 0 180px;
  background: #f1f5f9;
}

.under_business_flex_1720 {
  width: min(100%, 1720px);
  min-width: 1200px;
  margin: 0 auto 129px;
  padding: 105px 109px 110px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 0px;
}

.under_business_flex_1720:last-child {
  margin-bottom: 0;
}

.under_business_flex_1720:nth-of-type(even) {
  flex-direction: row-reverse;
  padding: 105px 109px 80px;
  margin: 0 auto 119px;
}

.business_flex_left {
  flex: 1;
}

.under_business_flex_1720:nth-child(2) .business_flex_left {
  /* padding-left: 0;
  width: 100%;
  flex: none; */
}
.under_business_flex_1720:nth-child(2) .business_flex_left > *{
  margin-left: 12%;
}

.business_flex_right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.business_flex_right p {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 20px;
  background: #f6f7fb;
  padding: 61px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.under_business_flex_1720:nth-of-type(3) .business_flex_right p {
  background: none;
  box-shadow: none;
  padding: 0;
}

.tit_h3_business {
  margin-bottom: 36px;
}

.tit_h3_business p,
.under_business_flex_1720>p:first-child {
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 7px;
  margin-bottom: 6px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #005af3;
}

.tit_h3_business p::before,
.under_business_flex_1720>p:first-child::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.tit_h3_business h3,
.under_business_flex_1720>h3 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333;
}

.under_business_flex_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.1;
  color: #333333;
  width: 88%;
}

.under_business_flex_text p:not(:last-child) {
  margin-bottom: 20px;
}

.under_business_flex_1720 .btn01 {
  margin-top: 62px;
}

.under_business_flex_1720:nth-child(2) .btn01 {
  margin-top: 20px;
}

.under_business_flex_1720 .btn01 a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 361px;
  padding: 14px 66px 14px 36px;
  border-radius: 999px;
  border: 1px solid rgba(22, 50, 110, 0.07);
  background: #ffffff;
  box-shadow: 0 5px 3px rgba(22, 50, 110, 0.07);
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #333;
}

@media screen and (min-width: 641px) and (max-width: 1400px) {

  .under_business_flex_1720,
  .under_business_flex_1720:nth-of-type(even) {
    padding: 105px 40px 110px;
  }

  .tit_h3_business h3,
  .under_business_flex_1720>h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 640px) {
  .under_business_flex {
    padding: 40px 15px 40px;
}

.under_business_flex_1720 {
  flex-direction: column;
  padding: 25px 15px;
  min-width: 100%;
  margin: 0 auto 36px;
}

.under_business_flex_1720:nth-of-type(even) {
  flex-direction: column;
  padding: 25px 15px;
  margin: 0 auto 40px;
}
.under_business_flex_1720:nth-child(2) .business_flex_left > *{
  margin-left: 0;
}
  .tit_h3_business h3, .under_business_flex_1720>h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
}
.tit_h3_business h3 br{
  display: none;
}

.under_business_flex_text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.8;
}

.business_flex_right p {
  max-width: 100%;
  height: auto;
  padding: 15px;
}

  .under_business_flex_1720 .btn01 {
    width: 100%;
    margin-top: 15px;
} 
.business_flex_right {
  padding-top: 20px;
}

.under_business_flex_1720 .btn01 a {
  width: 100%;
  justify-content: center;
  min-width: 270px;
  font-size: 13px;
  letter-spacing: 0;
}
  /* 事業内容ヒーロー画像を横スクロールで閲覧可能に */
  .business_hero_img {
    overflow-x: auto;
  }
  .business_hero_img img {
    width: 900px;
    max-width: none;
    display: block;
}
  .under_medismadx {
    padding: 24px 0 46px;
}
.under_medismadx_text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.8;
}
.under_medismadx02_1620 {
  padding: 48px 15px;
}
.medismadx02_flex_left p {
  padding: 15px;
}
.medismadx02_flex_left {
  flex: 0;
}
.under_medismadx02_flex {
  gap: 10px 0;
}
.medismadx02_flex_right .tit_h3_medismadx h3 {
  margin-top: 8px;
  font-size: 20px;
  letter-spacing: 0;
}
.medismadx02_flex_text {
  margin-bottom: 25px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.8;
  width: 100%;
}
.under_medismadx02 .btn01 a {
  min-width: 260px;
  padding: 11px 66px 11px 36px;
  font-size: 14px;
  letter-spacing: 0;
}
.tit_h3_medismadx p {
  font-size: 12px;
  letter-spacing: 0.08em;
}

.tit_h3_medismadx h2 {
  font-size: 20px;
  letter-spacing: 0;
}
  /* 画像内文字が読めるようにSPでは横スクロールを許可 */
  .under_medismadx_img {
    overflow-x: auto;
  }
  .under_medismadx_img img {
    width: 900px;
    max-width: none;
    display: block;
  }
  .under_business_hero {
    padding: 24px 0 45px;
}
.tit_h2_under h2 {
  font-size: 20px;
  letter-spacing: 0;
}
.business_hero_text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: left;
}
}








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

  *診療案内

==================================================================================================================================*/
/*-------------------一覧ページ-------------------*/
.medical_list>li:not(:last-child) {
  margin-bottom: 80px;
}

.medical_list .btn01 {
  text-align: right;
  margin-top: 15px;
}

.medical_list .btn01 a {
  margin: 0;
}

/*-------------------下層-------------------*/
/* 料金表 */
.medical_price:not(:last-child) {
  margin-bottom: 60px;
}

.medical_price table {
  width: 100%;
}

.medical_price table:not(:last-child) {
  margin-bottom: 15px;
}

.medical_price table th {
  text-align: center;
  background-color: var(--bg-color);
}

.medical_price table tr td:nth-child(1) {
  width: 75%;
}

.medical_price table tr td:nth-child(2) {
  text-align: center;
  width: 25%;
}

.medical_price table th,
.medical_price table td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .medical_price table tr td {
    display: block;
  }

  .medical_price table tr:first-child {
    display: none;
  }

  .medical_price table tr td:nth-child(1) {
    text-align: center;
    font-weight: bold;
    border-top: none;
    background: var(--bg-color);
    width: 100%;
  }

  .medical_price table tr:nth-child(2) td:nth-child(1) {
    border-top: 1px solid var(--border-color);
  }

  .medical_price table tr td:nth-child(2) {
    border-top: none;
    text-align: center;
    width: 100%;
  }
}

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

  *症例

==================================================================================================================================*/
/*-------------------一覧ページ-------------------*/
.sec_case>*:not(:last-child) {
  margin-bottom: 80px;
}

.case_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.case_flex .case_img {
  width: 30%;
}

.case_flex .case_text {
  width: 68%;
}

/*-------------------下層-------------------*/
.case_box {
  padding: 10px;
  background: var(--bg-color);
}

.case_title {
  background: var(--main-color);
  margin-bottom: 10px;
}

.case_title h2 {
  text-align: center;
  color: #fff;
  font-size: 140%;
  padding: 8px;
  margin: 0;
  border: none;
}

.case_title h2::before,
.case_title h2::after {
  display: none;
}

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

.case_images>p {
  margin-top: 5px;
  width: 100%;
  line-height: 1.3;
  margin-bottom: 1em;
}

.case_before,
.case_after {
  position: relative;
  width: calc(50% - 5px);
}

.case_before h3,
.case_after h3 {
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  border-bottom: none;
  padding: 24px 5px 8px;
  margin: 0 auto;
  background: rgb(0 0 0 / 0.6);
  background: linear-gradient(0deg, rgb(0 0 0 / 0.6) 0%, rgb(0 0 0 / 0) 100%);
}

.case_images ul {
  position: relative;
  z-index: 0;
}

.case_images ul li:not(:first-child) {
  display: none;
}

.case_images ul li a {
  overflow: hidden;
  display: block;
}

.case_images ul li a img {
  width: 100%;
  height: 250px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.2s;
}

.case_images ul li a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.case_data dl {
  display: flex;
  gap: 2px;
  margin-bottom: 2px;
  background: var(--main-color);
}

.case_data dl dt {
  align-self: center;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background: var(--main-color);
  width: 20%;
}

.case_data dl dd {
  background: #fff;
  border: 1px solid var(--main-color);
  padding: 10px;
  width: 80%;
}

.case_caption {
  padding: 20px 10px;
  border: 1px solid var(--main-color);
  background: #fff;
}

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

  /*-------------------一覧ページ-------------------*/
  .case_flex {
    display: block;
  }

  .case_flex .case_img,
  .case_flex .case_text {
    width: 100%;
  }

  .case_flex .case_img {
    text-align: center;
    margin-bottom: 15px;
  }

  /*-------------------下層-------------------*/
  .case_before {
    margin-bottom: 10px;
  }

  .case_before,
  .case_after {
    width: 100%;
  }

  .case_images ul {
    width: 100%;
  }

  .case_images ul li a img {
    height: 150px;
  }

  .case_data dl {
    flex-wrap: wrap;
  }

  .case_data dl dt,
  .case_data dl dd {
    width: 100%;
  }
}

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

  *病名から探すページ

==================================================================================================================================*/
.sec_disease>*:not(:last-child) {
  margin-bottom: 80px;
}

.disease_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.disease_flex .disease_img {
  width: 30%;
}

.disease_flex .disease_text {
  width: 68%;
}

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

  .disease_flex .disease_img,
  .disease_flex .disease_text {
    width: 100%;
  }

  .disease_flex .disease_img {
    text-align: center;
    margin-bottom: 15px;
  }
}

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

  *症状から探すページ

==================================================================================================================================*/
.sec_symptom>*:not(:last-child) {
  margin-bottom: 80px;
}

.symptom_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.symptom_flex .symptom_img {
  width: 30%;
}

.symptom_flex .symptom_text {
  width: 68%;
}

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

  .symptom_flex .symptom_img,
  .symptom_flex .symptom_text {
    width: 100%;
  }

  .symptom_flex .symptom_img {
    text-align: center;
    margin-bottom: 15px;
  }
}

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

  *医師紹介ページ

==================================================================================================================================*/
/*----------ご挨拶----------*/
.doctor_greeting:not(:last-child) {
  margin-bottom: 30px;
}

.doctor_greeting-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.doctor_greeting-flex .doctor_greeting_img {
  width: 30%;
}

.doctor_greeting-flex .doctor_greeting_text {
  width: 67%;
}

.doctor_greeting:not(.doctor_greeting-flex) .doctor_greeting_img {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* キャッチコピー */
.doctor_greeting_catch {
  color: var(--main-color);
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 1em;
}

/* 署名 */
.doctor_greeting_nameWrap {
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
}

.doctor_greeting_carr {
  line-height: 1.6;
}

.doctor_greeting_carr span {
  font-size: 110%;
}

.doctor_greeting_name {
  font-size: 150%;
  line-height: 1.4;
}

.doctor_greeting_name span {
  font-size: 80%;
}

.doctor_greeting:not(.doctor_greeting-flex) .doctor_greeting_img+.doctor_greeting_text .doctor_greeting_nameWrap {
  text-align: center;
}

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

  .doctor_greeting-flex .doctor_greeting_img,
  .doctor_greeting:not(.doctor_greeting-flex) .doctor_greeting_img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .doctor_greeting:not(.doctor_greeting-flex) .doctor_greeting_img {
    max-width: none;
  }

  .doctor_greeting-flex .doctor_greeting_text {
    width: 100%;
  }

  .doctor_greeting_img+.doctor_greeting_text {
    margin-top: 20px;
  }
}

/*----------経歴・資格----------*/
.doctor_carr_box {
  padding: 35px;
  background: var(--bg-color);
}

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

.doctor_carr_box h3:not(:first-child) {
  margin-top: 40px;
}

.doctor_carr_free_btm {
  margin-top: 15px;
}

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

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

  *医院案内ページ

==================================================================================================================================*/
.clinic_desc {
  width: 100%;
}

.clinic_desc dl {
  display: flex;
}

.clinic_desc dl dt {
  width: 20%;
  border-bottom: 1px dotted var(--border-color);
  padding: 15px;
  font-weight: bold;
}

.clinic_desc dl dd {
  width: 80%;
  border-bottom: 1px dotted var(--border-color);
  padding: 15px;
}

.clinic_facilities_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}

.facilities_item {
  width: 32%;
  margin-bottom: 15px;
  background: var(--bg-color);
}

.facilities_item_img {
  overflow: hidden;
  background-color: var(--bg-color);
}

.facilities_item_img img {
  max-height: 260px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.facilities_item dd {
  padding: 15px;
}

.facilities_item dd h3 {
  font-weight: bold;
  font-size: 20px;
  display: table;
}

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

  .clinic_desc dl dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: none;
  }

  .clinic_desc dl dd {
    width: 100%;
    padding: 0 0 15px;
  }

  .clinic_facilities_wrap {
    display: block;
  }

  .facilities_item {
    width: 100%;
    margin-bottom: 20px;
  }

  .facilities_item_img img {
    max-height: 390px;
  }
}

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

  *料金表ページ

==================================================================================================================================*/
.sec_price h2 {
  margin-bottom: 30px;
}

.price_wrap:not(:last-child) {
  margin-bottom: 50px;
}

.price_wrap .price_hosoku_up {
  margin-bottom: 20px;
}

.price_table {
  width: 100%;
}

.price_table:not(:last-child) {
  margin-bottom: 15px;
}

.price_table th,
.price_table td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}

.price_table th {
  text-align: center;
  background-color: var(--bg-color);
}

.price_table tr td:nth-child(1) {
  width: 25%;
  text-align: center;
}

.price_table tr td:nth-child(2) {
  width: 60%;
}

.price_table tr td:nth-child(3) {
  width: 15%;
  white-space: nowrap;
  text-align: center;
}

.price_table tr:has(td:nth-child(2):last-child) td {
  width: 50%;
  text-align: center;
}

.price_table tr td[colspan="2"],
.price_table tr td[colspan="3"] {
  text-align: left;
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 10px 15px;
}

@media screen and (max-width: 640px) {
  .price_table {
    border-bottom: 1px solid var(--border-color);
  }

  .price_table tr:first-child {
    display: none;
  }

  .price_table th {
    border-bottom: none;
  }

  .price_table td {
    display: block;
    border-bottom: none;
  }

  .price_table tr td:nth-child(1) {
    background-color: var(--bg-color);
    font-weight: bold;
  }

  .price_table tr td:nth-child(1) {
    width: 100%;
  }

  .price_table tr td:nth-child(2) {
    width: 100%;
  }

  .price_table tr td:nth-child(3) {
    width: 100%;
    white-space: normal;
  }

  .price_table tr:has(td:nth-child(2):last-child) td {
    width: 100%;
    text-align: center;
  }

  .price_table tr:has(td:nth-child(3):last-child) td:nth-of-type(2):empty {
    display: none;
  }

  .price_table tr td[colspan="2"],
  .price_table tr td[colspan="3"] {
    text-align: left;
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 10px 15px;
  }
}

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

  *求人案内ページ

==================================================================================================================================*/
.recruit_freearea_inner:not(:last-child) {
  margin-bottom: 30px;
}

.recruit_img {
  max-width: 408px;
  float: right;
  margin-left: 40px;
  margin-top: 7px;
  margin-bottom: 15px;
}

.recruit_table {
  width: 100%;
}

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

.recruit_table th,
.recruit_table td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}

.recruit_table th {
  text-align: center;
  background-color: var(--bg-color);
  width: 20%;
}

.sec_recruit .btn01 {
  text-align: center;
}

.sec_recruit .btn01 a {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .recruit_img {
    float: none;
    text-align: center;
    margin: 0 auto 15px;
  }

  .recruit_table {
    border-bottom: 1px solid var(--border-color);
  }

  .recruit_table th,
  .recruit_table td {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}

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

  *アクセスページ

==================================================================================================================================*/
.access_map {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.access_map iframe {
  width: 100%;
  height: 400px;
}

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

.access_map_flex_item {
  width: 49%;
}

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

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

.access_add dt {
  width: 14%;
}

.access_add dd {
  width: 86%;
}

.access_add dt i {
  color: var(--main-color);
  margin-right: 0.5em;
}

.access_desc {
  border: 1px solid var(--border-color);
  padding: 20px;
}

.access_route>*:not(:last-child) {
  margin-bottom: 80px;
}

.access_route ul {
  counter-reset: count 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 4%;
}

.access_route ul li {
  width: 48%;
}

.access_route ul .access_route_titNone::before,
.access_route ul li .title {
  font-size: 120%;
  font-weight: bold;
}

.access_route ul .access_route_titNone::before,
.access_route ul li .title::before {
  display: block;
  content: counter(count);
  counter-increment: count 1;
  color: #fff;
  line-height: 1;
  padding: 4px 8px;
  background: var(--sub-color);
}

.access_route ul .access_route_titNone::before {
  width: fit-content;
  margin-bottom: calc(.6em - 8px + 15px);
  /*(title line-height) - (before padding上下) + (title margin-bottom)*/
}

.access_route ul li .title {
  position: relative;
  line-height: 1.6;
  padding-left: 2em;
  margin-bottom: 15px;
}

.access_route ul li .title::before {
  position: absolute;
  left: 0;
  top: 0;
}

.access_route ul li img {
  width: auto;
  max-height: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.access_route ul li img:not(:last-child) {
  margin-bottom: 15px;
}

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

  .access_map_flex_item {
    width: 100%;
  }

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

  .access_add {
    display: block;
  }

  .access_add dt {
    width: 100%;
  }

  .access_add dd {
    width: 100%;
  }

  .access_route ul {
    display: block;
  }

  .access_route ul li {
    width: 100%;
  }

  .access_route ul li:not(:last-child) {
    margin-bottom: 25px;
  }
}

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

  *お知らせページ

==================================================================================================================================*/
.news_list_wrap .news_item {
  border-bottom: 1px solid var(--border-color);
}

.news_info {
  padding: 30px 0;
}

/* 日付とカテゴリ名 */
.news_desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news_date {
  margin-right: 1em;
}

.news_cate em {
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    min-width: 110px;
    background: #397bd1;
    border-radius: 30px;
    color: #fff;
}

/* タイトル */
.news_info h2 {
  background: none;
  border-bottom: none;
  padding: 0 0 8px;
  margin: 20px 0 10px;
  font-size: 140%;
}

.news_info h2:before,
.news_info h2:after {
  display: none;
}




@media screen and (max-width: 640px) {
  .news_info h2 {
    font-size: 18px;
    letter-spacing: 0;
  }
}




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

  *お問い合わせページ

==================================================================================================================================*/
.contact {
  margin: 0 auto;
  width: 700px;
}

.contact:not(:last-child) {
  margin-bottom: 50px;
}

.contact form {
  margin: 50px 0 0;
}

.contact p {
  margin: 15px 0 0;
}

.contact label {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: var(--main-color);
}

.contact input,
.contact textarea {
  width: 100%;
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  padding: 16px 8px;
}

.contact input[type=submit] {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  width: 50%;
  margin: 0 auto;
  display: block;
  background: #fff;
  padding: 10px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .contact {
    margin: 0 auto;
    width: auto;
  }
}

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

  *導入インタビュー アーカイブ

==================================================================================================================================*/
.interview-hero {
  background: linear-gradient(135deg, #ecf4ff 0%, #f6fbff 50%, #d1e7ff 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0 140px;
}

.interview-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #0d2a5b;
}

.interview-hero__logo {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-weight: 600;
}

.interview-hero__logo span {
  font-size: 24px;
  margin-right: 6px;
}

.interview-hero__copy {
  font-size: 18px;
  color: #2d7cff;
  margin-bottom: 12px;
}

.interview-hero__title {
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 700;
  margin: 0;
}

.interview-hero__wave {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 220px;
  background: radial-gradient(circle at top, rgba(0, 127, 255, 0.35), transparent 60%);
  border-radius: 50% 50% 0 0;
}

.interview-breadcrumb {
  margin: 30px auto 0;
}

.interview-filter {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 89px 0 115px;
}

.interview-filter::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  max-width: min(100%, 1620px);
  min-width: 1200px;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.interview-filter::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 580px);
  background: url("../images/body_up_bg.jpg") no-repeat top center / cover;
  top: -580px;
  left: 0;
  z-index: -1;
}

.interview-filter__label {
  font-weight: 600;
  margin-bottom: 27px;
  font-size: 20px;
}

.interview-filter__tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.interview-filter__tabs button {
  flex: 0 0 auto;
  border: none;
  background: #f7fafb;
  color: #4a5f85;
  padding: 9px 19px;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.interview-filter__tabs button.is-active {
  background: linear-gradient(to right, #025daf, #0b8bcf);
  color: #fff;
  border-color: transparent;
}

.interview-filter__panels {
  background: #fff;
  border-radius: 0 10px 10px 10px;
  padding: 39px 32px 32px;
  margin-top: -1px;
  width: 100%;
  min-height: 180px;
}

.interview-filter__panel {
  display: none;
}

.interview-filter__panel.is-active {
  display: block;
}

.interview-term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 8px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.interview-term-list a {
  display: inline-block;
  padding: 4px 18px;
  border-radius: 40px;
  background: #e4eff3;
  color: #2a3650;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.interview-term-list a:hover {
  border-color: #2d7cff;
  color: #2d7cff;
  background: #fff;
}

.interview-section {
  position: relative;
  padding: 151px 0 119px;
  background: #fff;
}

.interview-section::before {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 100%;
  max-width: min(100%, 1620px);
  min-width: 1200px;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.interview-section:last-of-type {
  padding: 131px 0 119px;
}

.interview-section .wrapper {
  width: 1200px;
  margin: 0 auto;
}

.interview-section__head {
  text-align: left;
  margin-bottom: 60px;
}

.interview-section__eyebrow {
  position: relative;
  color: #005af3;
  font-weight: 400;
  margin-bottom: 4px;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-left: 14px;
  font-family: satoshi;
}

.interview-section__eyebrow::before {
  position: absolute;
  content: "";
  background: #005af3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.interview-section__title {
  font-size: 28px;
  letter-spacing: 0.06em;
  margin: 0;
  color: #333;
}

.interview-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 58px;
  width: 1200px;
  margin: 0 auto;
}

.interview-card {
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.interview-card:hover {
  transform: translateY(-6px);
}

.interview-card a {
  display: flex;
  flex-direction: column;
  color: inherit;
}

.interview-card__thumb img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.interview-card__body {
  padding: 29px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.interview-card__meta {
  font-size: 14px;
  color: #6f7d96;
  margin-bottom: 8px;
}

.interview-card__title {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 1px;
  color: #333;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.interview-card__excerpt {
  flex: 1;
  color: #485266;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.interview-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.interview-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.interview-tag.-service {
  background: #e5f0ff;
  color: #1d54c0;
}

.interview-tag.-meta {
  background: #ffeaf3;
  color: #c02f74;
}

.interview-section__more {
  text-align: center;
  margin-top: 40px;
  width: 100%;
}

.interview-section .btn01 a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 421px;
  padding: 14px 66px 14px 36px;
  border-radius: 999px;
  border: 1px solid rgba(22, 50, 110, 0.07);
  background: #ffffff;
  box-shadow: 0 5px 3px rgba(22, 50, 110, 0.07);
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #333;
}


.interview-section__empty,
.interview-filter__empty {
  text-align: center;
  color: #6f7d96;
}

.interview-breadcrumb {
  position: relative;
  margin-bottom: 9px;
  z-index: 3;
}

.pagination.-center {
  text-align: center;
  margin: 40px 0;
}

.pagination .screen-reader-text {
  display: none;
}

/* 統一したページネーションレイアウト（導入インタビュー・制作事例共通） */
.pagination.-center .nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.interview-archive .page-numbers,
.works-archive .page-numbers {
  min-width: 44px;
  aspect-ratio: auto;
  height: 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  font-size: 15px;
  font-weight: 600;
}

/* アーカイブ見出し（MVにh1があるため本文側はh2相当で大きめに） */
.interview-archive__heading,
.works-archive__heading,
.taxonomy-archive__heading,
.interview-detail-title__heading {
  margin: 24px auto 32px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #0f2442;
}

@media screen and (max-width: 640px) {
  .interview-archive__heading,
  .works-archive__heading,
  .taxonomy-archive__heading,
  .interview-detail-title__heading {
    margin: 16px auto 24px;
    font-size: 20px;
    letter-spacing: 0.02em;
  }
}

.interview-archive .page-numbers.current {
  background: linear-gradient(135deg, #2d7cff, #59c4ff);
  color: #fff;
}

.interview-archive a.page-numbers {
  background: #f4f6fb;
  color: #1b3b75;
}

.interview-archive a.page-numbers:hover {
  background: #e0ebff;
}

.contents_bg.interview-detail-body::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  min-width: 1200px;
  max-width: min(100%, 1640px);
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}





/* 制作事例のみ変更箇所 */
.works-card-list {
  padding: 40px 0;
}







@media screen and (max-width: 1100px) {
  .interview-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .interview-hero {
    padding: 60px 0 120px;
  }

  .interview-filter {
    padding: 24px 16px;
  }

  .interview-filter__tabs button {
    width: calc(50% - 2px);
    text-align: center;
    border-radius: 0;
}

  .interview-filter__panels {
    padding: 20px;
    border-radius: 0;
}

  .interview-card-list {
    grid-template-columns: 1fr;
  }

  .interview-card__thumb img {
    height: 200px;
  }
  .interview-section .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
  .interview-section__title {
    font-size: 19px;
    letter-spacing: 0;
}
  .interview-section__eyebrow {
    font-size: 14px;
    letter-spacing: 0;
}
  .interview-filter::before {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
  .interview-filter__tabs {
    gap: 4px;
    margin-bottom: 0;
    justify-content: space-between;
}
}

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

  *導入インタビュー 詳細

==================================================================================================================================*/
.interview-detail-meta {
  position: relative;
  padding: 24px 0 10px;
  z-index: 3;
}

.interview-detail-meta .wrapper {
	position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.interview-detail-meta-card {
    position: relative;
    background: rgba(255, 255, 255, 0.62);
    border-radius: 24px;
    padding: 3px 28px 6px;
    box-shadow: 0 20px 50px rgba(15, 36, 66, 0.08);
    margin-bottom: 16px;
    width: 100%;
}

.interview-detail-tags__row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
  padding: 19px 0;
  border-bottom: 1px solid #cbccce;
}

.interview-detail-tags__row:last-child {
  margin-bottom: 0;
  border: none;
}

.interview-detail-tags__label {
  font-weight: 600;
  color: #5f6a86;
  min-width: 100px;
}

.interview-detail-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.interview-detail-tags .interview-tag {
  font-size: 13px;
}

.interview-detail-date {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #6d7a93;
  text-align: right;
  width: 100%;
  padding-top: 9px;
}


.clinic-intro {
  position: relative;
  padding-bottom: 61px;
  padding-top: 104px;
}
.clinic-intro::before {
    position: absolute;
    content: "";
    background: url("../images/body_up_bg.jpg") no-repeat top center / cover;
    width: 100%;
    height: calc(100% + 765px);
    top: -765px;
    left: 0;
    z-index: -1;
}
.clinic-intro::after{
  position: absolute;
  content: "";
  background: #fff;
  min-width: 1200px;
  width: calc(100% - 300px);
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.clinic-intro__image img {
  width: 100%;
  margin-bottom: 30px;
}

.clinic-intro__tags {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.clinic-intro__name_flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 57px;
}

.clinic-intro__info {
  margin-bottom: 24px;
  width: 18%;
}

.clinic-intro__name {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
  color: #0f2442;
  line-height: 1.5;
}

.clinic-intro__doctor {
  font-size: 15px;
  color: #333;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.clinic-intro__person {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.clinic-intro__doctor i {
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding-right: 5px;
}

.clinic-intro__job {
  margin-right: 8px;
}

.clinic-intro__desc {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  width: 79%;
  letter-spacing: 0;
}

/* 共通（基本値） */
.interview-section-block {
  padding: 149px 0 0;
}

/* リピーターの2つ目以降（直前にも .interview-section-block があるもの） */
.interview-section-block+.interview-section-block {
  padding: 95px 0 0;
}

.interview-section-block:last-child {
  border-bottom: none;
}

.interview-section-block__title {
  position: relative;
  font-size: 32px;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
  margin-bottom: 70px;
  color: #0f2442;
  border-bottom: 1px solid #e5e5e5;
}

.interview-section-block__title::before {
  position: absolute;
  content: "";
  background: #005bf2;
  width: 32%;
  height: 1px;
  left: 0;
  bottom: 0;
}

.interview-section-block__image img {
  width: 100%;
}

.interview-section-block__image {
  padding-bottom: 101px;
}

.interview-section-block__content .interview-text-area {
  margin-bottom: 18px;
  line-height: 1.8;
  color: #4f5a71;
}
.interview-text-area h3 {
    font-size: 28px;
    letter-spacing: 0.1em;
    color: #333333;
}
.tit_sub_interview {
  position: relative;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 25px !important;
  line-height: 1.5 !important;
  margin-top: 91px;
  color: #333;
}

.tit_sub_interview:first-of-type {
  margin: 0;
}

.interview-text-area p {
  letter-spacing: 0.1em;
  line-height: 2.0;
}

.hero-comment-box {
  position: relative;
  border-radius: 30px;
  padding: 50px;
  margin: 110px 0 150px;
  min-height: 420px;
}

.hero-comment-box::before {
    position: absolute;
    content: "";
    background: #e7eff2;
    width: 100%;
    max-width: 1520px;
    min-width: 1200px;
    height: 100%;
    left: 0;
    border-radius: 0 180px 180px 0;
    top: 0;
    z-index: -1;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}

.hero-comment-box .u-width-1200 {
    width: 1000px;
    margin-left: calc((100% - 1200px) /2);
}

.hero-comment-box__title {
  font-size: 20px;
  margin-bottom: 51px;
  color: #333;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
}

.hero-comment-box__body {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.related-interview {
  margin: 80px 0;
}

.related-interview__head {
  font-size: 30px;
  text-align: center;
  margin-bottom: 43px;
  color: #0f2442;
}

.interview-tag.-service {
  background: #e3efff;
  color: #333;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.interview-tag.-meta {
  background: #f8eef9;
  color: #333;
}

.interview-tag.-simple {
    background: #f0f5fc;
    color: #333;
}

@media screen and (max-width: 640px) {
  .interview-detail-meta-card {
    padding: 20px;
  }

  .interview-detail-tags__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .clinic-intro {
    padding: 24px;
  }

  .interview-section-block {
    padding: 20px 0;
}

  .hero-comment-box {
    padding: 20px 30px 20px 0;
    min-height: 200px;
    margin: 30px 0;
}

  .interview-card-list {
    grid-template-columns: 1fr;
    width: 94%;
    gap: 25px 0;
}
  .interview-section .btn01 a {
    min-width: 270px;
    padding: 11px 66px 11px 36px;
    font-size: 14px;
    letter-spacing: 0;
}
  .interview-section {
    padding: 50px 0 30px;
}
  .interview-section:last-of-type {
    padding: 50px 0 50px;
}
  .interview-section::before {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
  .interview-section-block__title {
    font-size: 17px;
    letter-spacing: 0;
    padding-bottom: 3px;
    margin-bottom: 20px;
}
  .interview-section-block__image {
    padding-bottom: 20px;
}
  .interview-section-block+.interview-section-block {
    padding: 15px 0 0;
}
  .hero-comment-box::before {
    width: 100%;
    max-width: 94%;
    min-width: 94%;
    height: 100%;
    border-radius: 0 40px 40px 0;
    box-shadow: none;
}
  .hero-comment-box__title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
    letter-spacing: 0;
}
  .hero-comment-box .u-width-1200 {
    padding-right: 10px;
    width: 100%;
    margin: 0;
}
  .hero-comment-box__body {
    font-size: 14px;
    letter-spacing: 0;
}
  .related-interview__head {
    font-size: 19px;
    text-align: center;
    margin-bottom: 15px;
}
  .clinic-intro__name {
    font-size: 15px;
    letter-spacing: 0;
    margin: 0 0 0px;
}
  .interview-card {
    max-width: 350px;
    margin: 0 auto;
}
  .clinic-intro::after {
    min-width: 100%;
    width: 100%;
}
.tit_sub_interview {
  font-size: 16px;
  letter-spacing: 0em;
}
}



/* 導入インタビュー詳細MV */
.content_mv.interview-detail-mv {
  height: 400px !important;
  display: flex;
  align-items: flex-end;
}

.interview-detail-mv__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.interview-detail-mv__title {
  margin: 0;
  font-size: 45px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-top: 250px;
}

@media screen and (max-width: 640px) {
  .content_mv.interview-detail-mv {
    height: 200px;
    padding-top: 80px;
  }

  .interview-detail-mv__inner {
    padding-bottom: 24px;
  }

  .interview-detail-mv__title {
    font-size: 19px;
    letter-spacing: 0;
    padding-top: 10px;
}
  .content_mv.interview-detail-mv {
  height: 150px !important;
}
  .interview-detail-meta .wrapper {
    padding: 0 15px;
}
  .contents_bg.interview-detail-body::before {
    background: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
  .clinic-intro__name_flex {
    padding-top: 10px;
    display: block;
}
  .clinic-intro__desc {
    font-size: 14px;
    width: 100%;
    letter-spacing: 0;
}
  .clinic-intro__info {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
  .clinic-intro__person {
    font-size: 16px;
    letter-spacing: 0;
}
  .clinic-intro__name {
    font-size: 15px;
    letter-spacing: 0;
}
  .interview-text-area h3 {
    font-size: 17px;
    letter-spacing: 0;
}

}

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

  *制作事例

==================================================================================================================================*/
.works_blocks--intro{
  padding: 3% 5%;
  background-color: #f7f7f7;
  margin-bottom: 60px;
}
.works_blocks{
  margin-bottom: 120px;
}
.works_blocks a:hover{
  opacity: 0.8;
}
/* タブリスト */
.works_tab--list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

/* タブボタン（非アクティブ） */
.works_tab--btn {
  max-width: calc((100% - 3px)/4);
  padding: 15px;
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border: none;
  text-align: center;
  cursor: pointer;
  background: #397dcc;
  color: #fff;
  transition: background .15s, color .15s;
}

/* アクティブタブ */
.works_tab--btn[aria-selected="true"] {
  background: #f6f6f6;
  color: #333;
}

/* パネル */
.tab-panel{
  background: #f6f6f6;
  padding: 30px 20px 20px;
}

.panel-intro{
  text-align: center;
  margin: 0 auto 20px;
}

.works-list{
  display: flex;
  flex-wrap: wrap;
  gap: 50px 13px;
  font-family: "Noto Sans JP", sans-serif;
}
.works-item{
  width: 255px;
}
.works-item__body{
  text-align: left;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  margin-top: 10px;
  color: #444;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.works-item__name{
  font-size: 15px;
}
.works-item__tag{
  display: block;
  font-size: 12px;
  color: #777;
}