@charset "UTF-8";
/* CSS Document */
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #3e3a3a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: justify;
  padding-left: 210px;
  min-width: 1080px;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #ccc;
}
::selection {
  background-color: #99C1DA;
}
::-moz-selection {
  background-color: #99C1DA;
}
p img.long {
  max-width: 98%;
  border-radius: 3px;
  margin: 0 0 10px;
}
.center_img {
  text-align: center !important;
}
.center_img img {
  margin-bottom: 25px;
}
/* 基本の横幅 */
/*============================================================================

	.mainvisual_outer

============================================================================*/
.mainvisual_outer {
  position: relative;
  width: 100%;
  height: 400px;
}
/*============================================================================

	header

============================================================================*/
header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ロゴ */
header h1 {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 10;
}
header h1 a, header h1 img {
  width: 120px;
  height: 120px;
  opacity: 0.2;
}
header h1 span {
  display: none;
}
/* 住所 */
.header_info {
  position: absolute;
  right: 270px;
  top: 35px;
  text-align: right;
  line-height: 1.6;
}
/* ご予約・お問合せ */
.header_tel {
  position: absolute;
  right: 0;
  top: 35px;
  line-height: 1.4;
  text-align: right;
}
.header_tel_title {
  font-weight: bold;
  font-size: 13px;
}
.header_tel_num {
  position: relative;
  padding-left: 25px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.header_tel_num a {
  color: #1F2774;
}
/* 電話アイコン */
.header_tel_num:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 21.8px;
  margin: auto;
  background-image: url(../images/header_tel.svg);
  background-repeat: no-repeat;
  content: "";
}
/*============================================================================

	nav

============================================================================*/
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 210px;
  height: 100%;
  /* headerのmargin-bottomと同じ値にする */
  background-color: white;
  z-index: 9999;
}
.nav_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: nowrap;
  height: inherit;
  width: inherit;
  flex-direction: column;
  background-color: white;
}
.nav_inner li {
  width: 100%;
}
.nav_inner li a {
  position: relative;
  display: block;
  height: inherit;
  padding: 15px 0px;
  text-align: center;
  line-height: 1;
  color: #333333;
  background-color: #fff;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color;
}
/* 日本語テキスト */
.nav_text-ja {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
/* 英語テキスト */
.nav_text-en {
  display: block;
  font-size: 20px;
  font-family: 'Amiri', serif;
  font-weight: 700;
  margin-bottom: 4PX;
}
/* ホバー */
.nav_inner li a:hover, .nav_inner li.active2 a {
  color: #fff;
  background-color: #333333;
}
/* ホバーで出てくるメニュー */
.nav_inner li .nav_dropdown {
  position: absolute;
  opacity: 0;
  /*width: 100% !important;*/
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #333;
  transition: 0.1s ease-in-out;
  transition-property: opacity;
  pointer-events: none;
  z-index: 9998;
  width: 230px;
}
.nav_inner li .nav_dropdown.nav_open {
  opacity: 1;
  left: 100%;
  pointer-events: all;
}
.nav_inner li .nav_dropdown ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: nowrap;
  height: inherit;
  width: inherit;
  flex-direction: column;
}
.nav_inner li .nav_dropdown a {
  display: block;
  height: auto;
  position: relative;
  padding: 13px 20px;
  background-color: #333333;
  color: #fff;
  line-height: 1.4;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}
.nav_inner li .nav_dropdown a::after, .nav_inner li .nav_dropdown a::before {
  display: none;
}
.nav_inner li .nav_dropdown a:hover {
  background-color: #666;
}
/* 矢印 */
.nav_arrow img {
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 10px;
  transition: 0.2s ease-in-out;
}
nav ul li div a:hover .nav_arrow img {
  right: 3%;
}
/* スクロールで追加されるクラス */
nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.nolink {
  pointer-events: none;
}
/*============================================================================

	.fixedarea

============================================================================*/
.fixedarea {
  top: 227px;
  position: fixed;
  right: 0;
  width: 54px;
  height: auto;
  text-align: center;
  z-index: 9999;
}
.fixedarea_btn01 {
  height: inherit;
}
.fixedarea_btn01 a {
  display: block;
  height: inherit;
  box-sizing: border-box;
  color: #fff;
  transition: ease-in-out 0.2s;
  background-color: #333;
  padding: 26px 0;
}
.fixedarea_btn01_text {
  width: 1em;
  display: block;
  /*padding-left: 5px;*/
  word-break: break-all;
  line-height: 1.1;
  margin: auto;
}
.fixedarea_btn01_text_en {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 16.6px;
  margin-bottom: 3px;
  display: block;
}
.fixedarea a:hover {
  background-color: #666;
}
/*============================================================================

	#mainvisual

============================================================================*/
/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */
#mainvisual {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  min-width: 1080px;
  height: inherit;
  background-image: url(../images/mainvisual_slide1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#mainvisual::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  background-color: #fff;
  content: "";
  z-index: 10;
}
#mainvisual .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: inherit;
  margin: 0 auto;
  background-repeat: no-repeat;
}
#mainvisual h2 {
  position: relative;
}
/* トップページのキャッチフレーズ */
/*.mainvisual_catch{
    position: absolute;
    right: 52px;
    bottom: 102px;
}
.mainvisual_catch h2{
	font-family: futura-pt, sans-serif;
	font-weight:400;
text-align: right;
	line-height:97px;
	color:#fff;
	font-size:99px;
	letter-spacing: 0.06em;
}
*/
/* リードテキスト */
.mainvisual_catch p {
  display: block;
  letter-spacing: 0.08em;
  font-size: 18.2px;
}
/* 内覧会 */
.mainvisual_open {
  position: absolute;
  top: 150px;
  right: 0;
  width: 250px;
}
.mainvisual_open img {
  width: 100%;
}
.mainvisual_btn01 {
  position: absolute;
  bottom: 116px;
  left: 158px;
  display: inline-block;
}
.mainvisual_btn01 a {
  display: block;
  font-family: 'Amiri', serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  padding: 23px 21px 23px 30px;
  letter-spacing: 0.06em;
  background-color: #333;
  transition: ease-in-out 0.1s;
}
.mainvisual_btn01 a .fa-instagram {
  margin-left: 6px;
}
.mainvisual_btn01_arrow {
  position: relative;
  left: 0;
  transition: ease-in-out 0.1s;
  margin-left: 9px;
}
.mainvisual_btn01_arrow img {
  vertical-align: baseline;
}
.mainvisual_btn01 a:hover {
  color: #fff;
  background-color: #666;
}
.mainvisual_btn01 a:hover .mainvisual_btn01_arrow {
  left: 5px;
}
/* 下層ページの見出し */
.mainvisual_headline {
  padding-bottom: 2px;
  letter-spacing: 0.15em;
  text-align: center;
	text-shadow:
  0px 0 2px #666666,
  -0px 0 2px #666666,
  0 0px 2px #666666,
  0 -0px 2px #666666;
  z-index: 50;
}
/* 日本語テキスト */
.mainvisual_headline h2 {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
}
/* 英語テキスト */
.mainvisual_headline p {
  display: inline-block;
  color: #fff;
  font-family: 'Amiri', serif;
  ont-weight: 700;
  text-transform: uppercase;
}
/* 飾りの英語の棒 */
.mainvisual_headline p::before, .mainvisual_headline p::after {
  position: relative;
  content: "-";
}
.mainvisual_headline p::before {
  left: -0.5em;
}
.mainvisual_headline p::after {
  right: -0.5em;
}
/* 背景変更用 */
#mainvisual.bg01 {
  background-image: url(../images/main_bg01.png);
  background-position: center 0%;
  background-size: cover;
}
#mainvisual.bg02 {
  background-image: url(../images/main_bg02.png);
  background-position: center 0%;
  background-size: cover;
}
#mainvisual.bg03 {
  background-image: url(../images/main_bg03.png);
  background-position: center 0%;
  background-size: cover;
}
#mainvisual.bg04 {
  background-image: url(../images/main_bg04.png);
  background-position: center 0%;
  background-size: auto;
}
#mainvisual.bg05 {
  background-image: url(../images/main_bg05.png);
  background-position: center 0%;
  background-size: cover;
}
/*==================================================================

	#contents

==================================================================*/
main {
  display: block;
}
#container {
  padding-top: 100px;
  padding-bottom: 100px;
}
#contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 100px;
}
#contents_left {
  width: 800px;
}
#contents_right {
  position: relative;
  width: 280px;
  line-height: 1.6;
}
/* 診療案内の右カラム */
.right_medical {
  position: relative;
  background-color: #333;
  min-width: 1080px;
  padding: 30px 0;
}
.right_medical h3 {
  display: block;
  width: 800px;
  padding: 21px 0 7px;
  color: #fff;
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: 19px;
  transition: 0.1s ease-in-out;
}
.right_medical ul {
  width: 800px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  gap: 0 16px;
}
.right_medical ul li {
  /*width: 24%;*/
  width: 32%;
  font-size: 14px;
  margin-bottom: 2%;
}
.right_medical ul li a {
  position: relative;
  border: 1px solid #333;
  padding: 12px 4% 6% 4%;
  background-color: #fff;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.right_medical ul li a span {
  display: inline-block;
  text-decoration: none;
  margin-right: 3%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
}
.right_medical ul li a img {
  width: 50px;
  height: 50px;
  margin-top: 4px;
}
.right_medical ul li a:hover {
  background-color: #eee;
  transition: 0.1s ease-in-out;
  color: #333;
}
.right_medical ul li a:hover span {
  background-color: #fff;
}
.right_medical ul li:nth-child(6) a {
  letter-spacing: 0.02em;
}

/* ホバー */
.right_medical h3 a:hover {
  background-color: #e0d6ce;
  color: #1F2774;
}
.eisei {
  font-size: 18px;
  padding: 15px;
  border: solid 1px;
  margin-left: 50px;
  font-weight: bold;
  color: #fff;
  background-color: #333;
}
.eisei2 {
  font-size: 18px;
  padding: 15px;
  border: solid 1px;
  margin-left: 50px;
  font-weight: bold;
  color: #fff;
  background-color: #333;
}
/*============================================================================

	$footer

============================================================================*/
footer {
  position: relative;
  width: 100%;
  min-width: 1080px;
}
/* フッターのナビ */
.footer_navi .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 50px 0 42px;
}
.footer_navi .nav_inner {
  display: flex;
  justify-content: center;
  width: inherit;
  height: inherit;
  text-align: center;
  flex-direction: row;
}
.footer_navi .nav_inner li {
  position: relative;
  height: inherit;
  width: auto;
}
.footer_navi .nav_inner li a {
  display: table-cell;
  height: inherit;
  padding: 0 16px;
  /*padding: 0 12px;*/
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
}
/* 日本語テキスト */
.footer_navi .nav_inner .nav_text-ja {
  display: block;
  font-size: 14px;
}
/* 英語テキスト */
.footer_navi .nav_inner .nav_text-en {
  display: block;
  font-family: 'Amiri', serif;
  font-weight: 700;
  font-size: 20px;
}
/* ホバー */
.footer_navi .nav_inner li a:hover, .footer_navi .nav_inner li.active2 a {
  color: #ccc;
  background-color: #fff;
}
/* ホバーのボーダー */
.footer_navi .nav_inner .nav_border_hover::before {
  position: absolute;
  height: 1px;
  bottom: -20px;
  background-color: #333333;
  transition: 0.2s ease-out;
  content: "";
  z-index: 1;
  width: 0;
  right: 0;
  left: auto;
}
.footer_navi .nav_inner .nav_border_hover:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
/* ページトップ */
.footer_navi .nav_inner li.pagetop {
  text-align: center;
  cursor: pointer;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  z-index: 9999;
  border: 2px solid #333;
  background-color: #fff;
  box-sizing: border-box;
  margin-left: 40px;
  transition: 0.1s ease-in-out;
}
_:-ms-lang(x)::-ms-backdrop, .footer_navi .nav_inner li.pagetop {
  width: auto !important;
}
_:-ms-lang(x)::-ms-backdrop, .pagetop_inner {
  width: 60px !important;
}
_:-ms-lang(x)::-ms-backdrop, .pagetop img {
  margin: auto 0 !important;
}
/* 背景色 */
.pagetop_inner, .pagetop img {
  width: 20px;
  height: 11px;
  margin: auto;
}
/* IE11 */
.pagetop_inner {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: inherit;
  width: inherit;
}
.pagetop img {
  position: relative;
  top: -2px;
  vertical-align: top;
  transform: rotate(-90deg) scale(1, -1);
}
/* ホバー */
.footer_navi .nav_inner li.pagetop:hover {
  background-color: #ccc;
}
/* コピーライト */
.footer_copy {
  background-color: #333;
}
.footer_copy_inner {
  width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 55px 0 108px;
}
.copy {
  margin-bottom: 45px;
  text-align: center;
}
.copy small {
  line-height: 1;
  font-size: 13px;
  font-family: 'Amiri', serif;
  font-weight: 400;
  color: #fff;
}
.footer_copy_logo img {
  width: 223px;
  height: 51px;
}
/*============================================================================

	.schedule

============================================================================*/
/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche {
  width: 50%;
  margin-top: 4px;
}
.schedule table {
  width: 100%;
}
.schedule table tr:first-child td {
  font-weight: bold;
}
.schedule p:last-child {
  margin-bottom: 0;
}
.schedule .tb01 tr:last-child th {
  line-height: 1.3em;
}
.schedule_note p {
  display: inline-block;
  margin-right: 2em;
}
.schedule_note ul li {
  letter-spacing: 0.08em;
}
.centering {
  display: table;
  margin: 0 auto;
}
.flex_indent {
  position: relative;
  display: flex;
  font-size: 100%;
}
/*============================================================================

	.footer_info2

============================================================================*/
/* フッターの医院概要2 */
.footer_info2 .inner {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
  padding: 78px 0 63px;
}
/* 左コンテンツの横幅 */
.footer_info2_overview {
  width: 46%;
}
/* ロゴ */
.footer_info2_overview_logo {
  padding-top: 6px;
  margin-bottom: 21px;
}
.footer_info2_overview_logo_inner, .footer_info2_overview_logo img {
  width: 200px;
  height: 46px;
}
/* 住所 */
.footer_info2_overview_ad {
  margin-bottom: 12px;
}
.footer_info2_overview_ad dl {
  display: flex;
}
.footer_info2_overview_ad dl dt {
  margin-right: 12px;
}
/* 電話番号 */
.footer_info2_overview_tel {
  margin-bottom: 14px;
}
.footer_info2_overview_tel ul {
  display: flex;
  justify-content: space-between;
}
.footer_info2_overview_tel ul li a {
  color: #333;
  font-family: 'Amiri', serif;
  font-weight: 700;
}
.footer_info2_overview_tel_text {
  position: relative;
  font-weight: bold;
  font-size: 13px;
}
.footer_info2_overview_tel_num {
  font-size: 26px;
  color: #1E2B68;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.footer_info2_overview_tel_num_tel {
  font-size: 21px;
}
.footer_info2_overview_tel_num_num {
  font-size: 28px;
}
.footer_info2_overview_tel_resv a {
  display: block;
  font-family: 'Amiri', serif;
  font-weight: 700;
  color: #333;
  font-size: 16px;
  padding: 4px 21px 2px 0px;
  letter-spacing: 0.06em;
  transition: ease-in-out 0.1s;
  text-align: center;
  width: 220px;
  margin-right: 21px;
  border: 1px solid #333;
  box-sizing: border-box;
  position: relative;
  top: -1px;
}
.footer_info2_overview_tel_resv a::after {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 27px;
  height: 10px;
  background: url(../images/arrow07.svg) no-repeat center center / 100% 100%;
  transition: 0.2s ease-in-out;
  content: "";
}
.footer_info2_overview_tel_resv a:hover {
  background-color: #ccc;
}
.footer_info2_overview_tel_resv a:hover::after {
  right: 10px;
}
.footer_info2_overview_access dl {
  display: flex;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.95;
}
.footer_info2_overview_access dl dt {
  margin-right: 13px;
}
.footer_info2_overview_medical dl {
  display: flex;
  margin-bottom: 24px;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.95;
}
.footer_info2_overview_medical dl dt {
  margin-right: 10px;
  letter-spacing: 0.05em;
}
/* 診療時間（医院案内、アクセス共通） */
.footer_info2_sche {
  width: 100%;
  font-size: 14px;
  margin-top: 4px;
}
/* マップ */
.footer_info2_map {
  width: 49%;
}
.footer_info2_map iframe {
  width: 100%;
  height: 100%;
}
/*==================================================================

	.top_news-row

==================================================================*/
/* 一行お知らせ（トップ） */
.top_news-row {
  height: 130px;
  width: calc(100% - 158px);
  position: absolute;
  bottom: -65px;
  left: 158px;
  padding: 48px 0 48px 30px;
  box-sizing: border-box;
  display: flex;
  background-color: #fff;
  z-index: 10;
}
.top_news-row h2 {
  position: relative;
  margin-right: 30px;
  font-size: 22px;
  font-family: 'Amiri', serif;
  font-weight: 700;
}
.top_news-row h2::before {
  position: absolute;
  width: 1px;
  height: 56px;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  background-color: #333;
  content: "";
}
/* 1記事のブロック */
.top_news-row_content {
  display: flex;
  line-height: 34px;
}
.top_information_box {
  padding-left: 30px;
}
/* タイトル */
/* 日付 */
.top_news-row_content_date {
  margin-right: 20px;
}
/* お知らせのブロックのボーダー */
.top_news-row_content_text {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.top_news-row_content a {
  display: flex;
  width: 100%;
  transition: 0.1s ease-in-out;
  color: #333;
  font-size: 15px;
}
/* お知らせの高さ */
.top_news-row .scroll_area {
  height: 35px;
  overflow: hidden;
}
/* ホバー */
.top_news-row_content a:hover {
  background-color: #f3f3f3;
}
.top_news-row_btn {
  margin-left: auto;
  margin-right: 30px;
}
.top_news-row_btn a {
  display: block;
  font-family: 'Amiri', serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.top_news-row_btn_arrow {
  position: relative;
  right: 0;
  transition: 0.1s ease-in-out;
  margin-left: 20px;
}
.top_news-row_btn_arrow img {
  width: 96px;
  height: 10px;
  vertical-align: baseline;
}
.top_news-row_btn a:hover {
  color: #ccc;
}
.top_news-row_btn a:hover .top_news-row_btn_arrow {
  right: -10px;
}
/*==================================================================

	$news

==================================================================*/
/* お知らせページ */
/* タイトル */
.news .news_content_title {
  margin-bottom: 16px;
  font-size: 20px;
}
/* 日付 */
.news .news_content_date {
  line-height: 1;
  margin-right: 10px;
}
/* お知らせテキスト */
.news .news_content_text {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
/*==================================================================

	.top_insta

==================================================================*/
.top_insta {
  position: relative;
  overflow: hidden;
  padding-top: 206px;
  min-width: 1080px;
}
.top_insta_bg01 {
  position: absolute;
  top: -0;
  right: calc((100% - 1080px) / 2);
  width: 200%;
  height: 478px;
  background-color: #333333;
  z-index: -10;
}
.top_insta_bg02 {
  position: absolute;
  top: 124px;
  left: /*24*/ 0px;
  width: calc(100% - 24px);
  height: 100%;
  background-color: #f7f7f7;
  z-index: -1;
}
.top_insta_box iframe {
  max-width: 1036px;
  max-height: 409px;
}
.insta_btn {
  position: relative;
  top: 10px;
  margin: 30px auto 0;
  text-align: center;
}
.insta_btn a {
  display: inline-block;
  position: relative;
  padding: 15px 55px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: bold;
  transition: ease-in-out 0.05s;
  z-index: 1;
}
/* ::before, ::afterで2種類のグラデーションを用意 */
.insta_btn a::before, .insta_btn a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
/* グラデーション1 */
.insta_btn a::before {
  transition: all 0.6s; /* アニメーション実行時間 */
  z-index: -1;
  /*background: linear-gradient(0deg, rgba(236,207,89,1) 0%, rgba(236,151,89,1) 35%, rgba(236,89,151,1) 70%, rgba(171,30,206,1) 100%);*/
  background: linear-gradient(-133deg, #ab1ece 10%, #ec5997 55%, #ec9759 90%, #eccf59 100%);
}
/* グラデーション2 */
.insta_btn a::after {
  z-index: -2;
  background: #fff;
  border: 4px solid #c21500;
  border-image: linear-gradient(-133deg, #ab1ece 10%, #ec5997 55%, #ec9759 90%, #eccf59 100%);
  border-image-slice: 1;
}
/* ホバー時にグラデーション1を透明にする */
.insta_btn a:hover::before {
  opacity: 0;
}
.insta_btn a:hover {
  color: #ec5997;
}
.top_recruit {
  margin-top: 80px;
}
.top_recruit a {
  transition: .3s ease-in-out;
}
.top_recruit a:hover {
  opacity: 0.7;
}
/*==================================================================

	.top_banner_area

==================================================================*/
.top_banner_area {
  position: relative;
  width: 1080px;
  margin: 0 auto 36px;
}
/*==================================================================

	.top_doctor

==================================================================*/
.top_doctor {
  position: relative;
  margin-bottom: -60px;
  padding-bottom: 30px;
  min-width: 1080px;
}
.top_doctor_bg01 {
  position: absolute;
  top: 493px;
  left: 0;
  width: 100%;
  height: calc(100% - 493px);
  background-color: #f7f7f7;
  z-index: -1;
}
.top_doctor_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.top_doctor_inner_qol {
  position: absolute;
  top: 128px;
  right: -11px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 99px;
  letter-spacing: 0.06em;
  color: #cccccc;
  z-index: 100;
}
.top_doctor_inner_qol span {
  color: #fff;
}
.doctor_greet{
	display:flex;
	gap:20px;
	margin-top: 20px;
}
.top_doctor .text {
  position: relative;
  width: 600px;
  height:auto;
  margin-top: -170px;
  /*margin-left: -133px;*/
  /*margin-left: -221px;*/
  box-sizing: border-box;
  padding: 86px 45px;
  line-height: 2;
  background-color: #fff;
}
.note_link {
  margin-top: 20px;
  border: 1px solid #333;
}
.note_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 12px 0 0;
  transition: .3s;
}
.note_link a:hover {
  opacity: 0.5;
}
.note_link a span {
  text-align: center;
  font-size: 13px;
  line-height: 1.2em;
}
p.top_doctor_name {
  padding-top: 17px;
  margin-bottom: 7px;
}
/* 画像エリア */
.top_doctor_img01 {
  position: relative;
  width: 613px;
  height: 400px;
  margin-left: 88px;
}
.top_doctor_img02 {
  position: relative;
  width: 347px;
  height: 412px;
 /* margin-top: -365px;*/
  margin-left: 88px;
}
/* 院長名 */
.top_doctor_img_text {
  font-size: 16px;
}
.top_doctor_img_text small {
  display: block;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  color: #C3AF97;
}
.top_doctor .btn02 {
  width: 240px;
}
/*==================================================================

	.top_medical

==================================================================*/
.top_medical {
  position: relative;
  padding-top: 130px /*254px*/ ;
  min-width: 1080px;
}
.top_medical_bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 593px;
  background-color: #333;
  z-index: -1;
}
.top_medical .box1 {
  margin-bottom: 0;
}
.top_medical h3 {
  color: #fff;
}
.top_medical .text p {
  text-align: center;
}
.top_medical_departments {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 1080px;
  padding: 78px 78px 0 78px;
  box-sizing: border-box;
  background-color: #fff;
  gap: 0 100px;
}
.top_medical_departments a {
	height: 100%;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap:15px;
}
.top_medical_departments a:hover {
  color: #333;
}

.top_medical_departments_box {
  position: relative;
  width: 26%;
  /*width: 22%;*/
  margin-bottom: 58px;
  padding-top: 12px;
  text-align: center;
}
.top_medical_departments_box_img {
  text-align: center;
}
.top_medical_departments_box_img img {
	position: relative;
	width: 80px;
	height: 80px;
	transition: ease-in-out 0.3s;
}
.top_medical_departments a:hover .top_medical_departments_box_img img {
  transform: translateY(-10px);
}

.top_medical_departments_box_title {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  font-weight: bold;
  flex: 1;
}
.top_medical_departments_box_text {
  font-size: 14px;
  margin-bottom: 16px;
}
.hoken_waku {
  margin: 0 78px 2em; /* 外側の余白（上下と中央配置） */
  padding: 2em; /* 内側余白 */
  border: 3px solid #eee; /* 線の太さ（3px）、種類（実線）、色（#eee） */
  position: relative; /* 配置（基準となる位置） */
  z-index: 0; /* 他の要素との重なり順（0は通常の順番） */
}
.hoken_waku:before {
  border-top: 3px solid #c4a580; /* 上辺の線の色（#c4a580） */
  border-left: 3px solid #c4a580; /* 左辺の線の色（#c4a580） */
  content: ''; /* 擬似要素にコンテンツなし */
  display: block; /* 擬似要素をブロック表示 */
  position: absolute; /* 配置（親要素から絶対的に位置を指定） */
  top: -3px; /* 上から-3pxずらす */
  left: -3px; /* 左から-3pxずらす */
  width: 20px; /* 幅20px */
  height: 20px; /* 高さ20px */
  z-index: 1; /* 重なり順（前面に表示） */
}
/* pタグの余白 */
.hoken_waku p {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}
.syoukai_waku {
  /*background-color: #f5f1ed;*/
  border: 3px solid #f5f1ed;
  padding: 30px 30px 40px 70px;
  margin-bottom: 80px;
}
/*==================================================================

	.top_nintei

==================================================================*/
.top_nintei {
  position: relative;
  min-width: 1080px;
  padding-top: 105px;
}
.nintei_wrap {
  width: 800px;
  margin: 0 auto;
  background-color: #F7ECE1;
  padding: 10px 20px;
}
.nintei_wrap p {
  font-size: 18px;
  text-align: center;
  color: #333;
  font-weight: 500;
}
.top_nintei {
  padding-top: 0;
}
.top_news_container {
  position: relative;
  margin-bottom: 70px;
}
.top_news-row {
  position: relative;
  width: calc(100% - 100px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translatex(-50px);
}
/*==================================================================

	.top_feature

==================================================================*/
.top_feature {
  position: relative;
  min-width: 1080px;
}
.top_feature_lead {
  width: 100%;
  height: 536px;
  background-image: url("../images/top_features_img01.png");
  background-size: cover;
}
.top_feature_lead_box {
  width: 1080px;
  margin: auto;
  height: inherit;
  display: flex;
  align-items: center;
}
.top_concept_lead {
  width: 100%;
  height: 536px;
  background-size: cover;
  margin-bottom: 40px;
}
.top_concept_lead:nth-child(2) {
  background-image: url("../images/top_concept_img01_3.png");
  background-position: right -80px center;
}
.top_concept_lead:nth-child(3) {
  background-image: url("../images/top_concept_img02_3.png");
}
.top_concept_lead:nth-child(4) {
  background-image: url("../images/top_concept_img03_3.png");
}
/*.top_concept_lead:nth-child(5) {
  background-image: url("../images/top_concept_img04.png");
}*/
.top_concept_lead_box {
  width: 1080px;
  margin: auto;
  /*margin-left: 300px;*/
  /* margin-left:  10%;*/
  height: inherit;
  display: flex;
  align-items: center;
}
.top_concept_lead_box.lead02, .top_concept_lead_box.lead04 {
  justify-content: flex-end;
  /*margin-right: 17%;*/
  /*margin-left: 45%;*/
}
.top_concept_lead_text {
  position: relative;
  left: /*6%*/ 4%;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.5), 0 0 15px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0.3), 0 0 25px rgba(255, 255, 255, 0.2);
  font-size: 21px;
  font-weight: bold;
  line-height: 1.9;
  /*margin-left: 106px;*/
}
.top_concept_lead_box.lead02 .top_concept_lead_text, .top_concept_lead_box.lead04 .top_concept_lead_text {
  position: relative;
  right: 6%;
}
.top_concept_img {
  width: 121px;
  height: 122px;
  opacity: 0.18;
}
.top_concept_title_num {
  font-family: 'Amiri', serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  /*margin-bottom: 17px;*/
}
.top_concept_lead h3 {
  font-size: /*26px*/ 30px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 17px;
}
.top_concept_lead p {
  font-size: /*18px*/ 21px;
  font-weight: bold;
  margin-bottom: 15px;
  /*line-height: 45px;*/
  letter-spacing: 0.05em;
}
.top_concept_lead .flex_btn {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  width: 520px;
}
.top_concept_lead .flex_btn .btn02 a {
  text-align: center;
  width: 240px;
  font-size: 14px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.5), 0 0 15px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0.3), 0 0 25px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.5), 0 0 15px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0.3), 0 0 25px rgba(255, 255, 255, 0.2);
}
.top_feature_lead p {
  font-size: 21px;
  font-weight: bold;
  line-height: 45px;
  margin-left: 106px;
}
.top_feature_outer {
  position: relative;
  padding-top: 85px;
}
.top_feature_box {
  position: relative;
  width: 1080px;
  margin: 0 auto 36px;
}
.top_feature_box_bg01 {
  position: absolute;
  top: 563px;
  left: 0;
  width: 100%;
  height: 442px;
  background-color: #f5f1ed;
  box-shadow: 0px 0px 38.19px 18.81px rgba(0, 0, 0, 0.03);
}
.top_feature_box_bg02 {
  position: absolute;
  top: /* 773px*/ 649px;
  left: 0;
  width: 100%;
  height: /* 492px*/ 409px;
  background-color: #f5f1ed;
  box-shadow: 0px 0px 38.19px 18.81px rgba(0, 0, 0, 0.03);
}
.top_feature_box_bg03 {
  position: absolute;
  top: 738px;
  left: 0;
  width: 100%;
  height: 379px;
  background-color: #f5f1ed;
  box-shadow: 0px 0px 38.19px 18.81px rgba(0, 0, 0, 0.03);
}
.top_feature_title {
  text-align: center;
  margin-bottom: 103px;
}
.top_feature_title_img {
  width: /*121px*/ 90px;
  height: /*122px*/ 64px;
  margin: auto;
  opacity: 0.18;
}
.top_feature_list_box_icon {
  position: relative;
  width: 84px;
  height: 84px;
  background-color: #fff;
  margin: -77px auto 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.top_feature_title_num {
  text-align: center;
  font-family: 'Amiri', serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 17px;
  margin-top: 17px;
}
.top_feature_title_num em {
  font-size: 37px;
  letter-spacing: -0.05em;
}
.top_feature_title_text {
  margin-bottom: 24px;
  font-size: 26px;
  /*font-weight: bold;*/
  line-height: 1.7;
}
.top_feature_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_feature_list_box {
  position: relative;
  margin-bottom: 40px;
  width: 50%;
  padding: 2%;
}
.top_feature_list_box_img {
  /* margin-bottom: 35px;*/
  margin-bottom: 30px;
  overflow: hidden;
}
.top_feature_list_box_img img {
  width: 100%;
  height: auto;
}
.top_feature_list_box_title {
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.top_feature_list_box_title02 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  line-height: 51px;
  position: relative;
  margin-bottom: 20px;
}
.top_feature_list_box_img_up {
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 26px;
  /*border-bottom: solid 1px #fff;*/
  color: #fff;
  text-shadow: 0px 0px 25.46px rgba(0, 0, 0, 0.1);
  line-height: 1.1;
  text-align: center;
}
.top_feature_list_box_img_en {
  position: absolute;
  left: 0;
  right: 0;
  top: /*339px*/ /*312px*/ 420px;
  /*top: 239px;*/
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 45px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 25.46px rgba(0, 0, 0, 0.1);
  line-height: 1.1;
}
.top_feature_list_box_img_en em {
  font-size: 23px;
  /*  font-weight: bold;*/
  border-bottom: solid 1px #fff;
}
.top_feature_list_box_facilities {
  font-weight: bold;
  color: #fff;
  background-color: #333;
  text-align: center;
  line-height: 51px;
  /* margin-top: -85px;*/
  margin-top: -80px;
  position: relative;
  margin-bottom: 26px;
}
.top_feature_02 {
  padding-bottom: 20px;
}
.top_feature_02 .top_feature_list_box {
  width: 320px;
  padding: 0;
}
.top_feature_03 {
  padding-bottom: 0;
}
.top_feature_03 .top_feature_list {
  /*justify-content: center;*/
  justify-content: space-between;
}
.top_feature_03 .top_feature_list_box {
  /*width: 320px;*/
  width: /*420px*/ 490px;
  padding: 0;
  margin-right: 50px;
}
.top_feature_03 .top_feature_list_box .btn02 a {
  width: 420px;
}
.top_feature_03 .top_feature_list_box:nth-child(2n) {
  margin-right: 0;
}
.top_feature_03 .top_feature_box {
  margin-bottom: 27px;
}
.top_feature_03 .top_feature_list_box p {
  margin-bottom: 20px;
}
.top_feature_list_box p {
  margin-bottom: 10px;
  /*min-height: 190px;*/
}
.top_feature_list_box .btn02 {
  text-align: right;
  margin-top: 10px;
}
.top_feature_list_box .btn02 a {
  text-align: center;
  width: 240px;
  font-size: 14px;
}
.top_feature_list_box .flex_btn {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
/*==================================================================

	$doctor

==================================================================*/
.doctor_greet {
  display: flex;
  justify-content: space-between;
}
.doctor_greet .text {
  width: 800px;
}
/* 経歴・資格 */
.doctor_carr {
  display: flex;
  justify-content: space-between;
}
.top_doctor_bg01 {
  height: calc(110% - 493px);
}
.doctor_carr_sec1, .doctor_carr_sec2 {
  width: 49%;
  /*padding: 5%;*/
  padding: 5% 5% 0;
  box-sizing: border-box;
  background-color: #fff;
}
.doctor_carr_sec2 {
  width: 100%;
}
.doctor_carr_sec1:last-child {
  margin-right: 0;
}
.doctor_carr .tb02 td, .doctor_carr .tb02 th {
  font-size: 14px;
}
.doctor_carr_sec1 table {
  width: 100%;
}
.doctor .medical_list > li {
  background: #f7f7f7;
  border: none;
}
/*==================================================================

	$medical

==================================================================*/
.medical_list {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.medical_list a :hover {
  background-color: #eee;
  transition: 0.1s ease-in-out;
  color: #333;
  opacity: 0.7;
}
.medical_list > li {
  text-align: center;
  padding: 2% 3%;
  border: 1px solid #333;
  box-sizing: border-box;
}
.medical_list > li h5 {
  text-align: center;
  border-bottom: 1px dashed #333;
  padding-bottom: 2%;
}
.medical_list > li h6 {
  text-align: left;
  font-size: 17px;
}
.medical_list > li p {
  text-align: justify;
}
.medical_list > li p strong {
  font-weight: normal;
  border-bottom: 1px dotted #333;
}
.medical_list > li p span {
  display: inline-block;
  border-bottom: 1px dotted #333;
}
.medical_list .medical_list_in {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.medical_list .medical_list_in li {
  width: 50% !important;
  margin: 0;
  padding: 0 3%;
}
.medical_list .medical_list_in li:first-child {
  border-right: 1px solid #333;
  padding-left: 0;
}
.medical_list .medical_list_in li:last-child {
  padding-right: 0;
}
.medical_list .medical_list_in li p {
  margin-bottom: 0;
}
.medical_list.col1 > li {
  width: 100%;
  margin: 0 0 2%;
}
.medical_list.col2 > li {
  width: 48%;
  margin: 0 1% 2%;
}
.medical_list.col3 > li {
  width: 31%;
  margin: 0 1% 2%;
}
.medical_list.flow li {
  width: 31%;
  margin: 0 1% 2%;
  position: relative;
}
.medical_list.flow li img {
  width: 100%;
}
.medical_list.flow li::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  top: 50%;
  right: -5.5%;
  transform: rotate(45deg);
}
.medical_list.flow li:last-child::after {
  content: none;
}
.medical_list_plus {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.medical_list_plus > li {
  text-align: center;
  padding: 2% 3%;
  border: 1px solid #333;
  box-sizing: border-box;
  width: 100%;
}
.medical_list_plus > li h5 {
  text-align: center;
  border-bottom: 1px dashed #333;
  padding-bottom: 2%;
  position: relative;
  display: block;
  width: 100%;
}
.medical_list_plus > li h5::after {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 free';
  font-weight: bold;
  content: "\f067";
  font-size: 1.0em;
}
.medical_list_plus_active h5::after {
  position: absolute;
  right: 17px;
  font-family: 'Font Awesome 5 free';
  content: "\f068" !important;
  font-weight: bold;
  font-size: 1.0em;
}
.medical_list_plus > li .layout03 h5 {
  text-align: left;
}
.medical_list_plus > li .layout03 h5:after {
  display: none;
}
/* page_ceramic系LP（root_canal.html等）のFAQで質問文がスマホ幅で2行に折り返した際、
   ＋／－アイコンと文字が重ならないようにする調整 */
.page_ceramic .medical_list_plus > li h5 {
  padding-left: 28px;
  padding-right: 28px;
  box-sizing: border-box;
}
.medical_list_plus > li .list09 li {
  text-align: left;
}
.medical_list_plus > li h6 {
  text-align: left;
  font-size: 17px;
}
.medical_list_plus > li p {
  text-align: justify;
}
.medical_list_plus > li p strong {
  font-weight: normal;
  border-bottom: 1px dotted #333;
}
.medical_list_plus > li p span {
  display: inline-block;
  border-bottom: 1px dotted #333;
}
.medical_list_plus > li .list08 {
  text-align: left;
}
.medical_list_plus h3.tit02 {
  padding-left: 50px;
  text-align: left;
}
.medical_list_plus h3.tit02::before {
  left: 0px;
}
.medical_list_plus > li h6.tit01 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dashed #333;
}
.medical_list02 {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.medical_list02 > li {
  width: 31%;
  padding: 3%;
  border: 1px solid #333;
  box-sizing: border-box;
}
.medical_list02 > li h5 {
  text-align: center;
  border-bottom: 1px dashed #333;
}
.medical_list02 > li p {
  text-align: justify;
}
.medical_list02 > li > ul > li {
  margin-bottom: 12px;
}
.medical_list02 > li > ul > li dt {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 6px;
  padding: 4px 8px;
  font-weight: bold;
  text-align: left;
  background-color: #eee;
  letter-spacing: 0.01em;
}
.medical_list02 > li > ul > li dd {
  padding-left: 8px;
}
.medical_list02 .list03 li {
  margin-bottom: 2px;
  letter-spacing: 0;
}
.medical_list03 {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.medical_list03 > li {
  width: 31%;
  padding: 3%;
  border: 1px solid #333;
  box-sizing: border-box;
}
.medical_list03 > li h5 {
  text-align: center;
  border-bottom: 1px dashed #333;
}
.medical_list03 > li p {
  text-align: justify;
}
.flex_area {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.flex_area p:first-child {
  width: 65%;
}
.flex_area p:nth-child(2) {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2%;
}
.flex_area p:nth-child(2) img {
  width: 100%;
}
.cmn_tit {
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 1200px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 40px;
  min-height: 59px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.12em;
  padding-left: 120px;
  padding-right: 112px;
  position: relative;
}
.cmn_tit::before {
  left: 0;
  background-image: url(../images/logo5.svg);
  opacity: 0.1;
}
.cmn_tit::after {
  right: 0;
  background-image: url(../images/logo5.svg);
  opacity: 0.1;
}
.cmn_tit::before, .cmn_tit::after {
  content: "";
  /*width: 135px;
  height: 80px;*/
  width: 88px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
}
.cmn_tit2_text {
  text-align: center;
}
.trouble_answer_arrow {
  text-align: center;
  margin: 40px 0;
}
.trouble_answer_text {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.trouble_answer_text span {
  font-size: 148%;
  background: linear-gradient(transparent 60%, #f5f1ed 60%);
}
/*.medi03_box {
    position: relative;
    padding:0.25em 1em;
	background-color: #eee;
}
.medi03_box:before,.medi03_box:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.medi03_box:before{
    border-left: solid 8px #5767bf;
    border-top: solid 8px #5767bf;
    top:0;
    left: 0;
}
.medi03_box:after{
    border-right: solid 10px #5767bf;
    border-bottom: solid 10px #5767bf;
    bottom:0;
    right: 0;
}
.medi03_box_tit {
  padding: 18px 10px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}*/
.medi03_box {
  margin: 40px auto 20px;
  padding: 30px 20px 10px 20px;
  border: 2px solid #c4a580;
}
.medi03_box_tit {
  background-color: #c4a580;
  color: #fff;
  border-radius: 100vh;
  padding: 6px 1.5em;
  margin: -55px 0 33px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 33px;
  font-weight: bold;
  text-align: center;
}
.medi03_box_tit::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 15px solid transparent;
  width: 0;
  height: 0;
  border-top-color: #c4a580;
}
.medi03_box h4 span {
  background: linear-gradient(transparent 60%, #f5f1ed 60%);
}
/*medical14*/
.img_flex {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.img_flex p img {
  width: 250px;
  border-radius: 50%;
}
.medical11_tit01.tit01{
	font-size: 24px;
	font-weight:bold;
}
.medical11_tit01.tit01 span {
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding: 0 0.5em;
  margin: 0 2.5%;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 0.7em;
}
.medical11_tit01.tit01 span::before {
  position: absolute;
  display: inline-block;
  left: -5%;
  top: calc(50% - 1px);
  width: 110%;
  height: 1px;
  background-color: #333;
  content: "";
  z-index: -1;
}
.medical_flex_btn {
  display: flex;
  justify-content: space-around;
}
.medical_flex_btn .btn02 {
  text-align: center;
}
.medical_flex_btn02 {
  display: flex;
  gap: 30px;
}
.title_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title_flex > * {
  width: 50%;
}
.medical_case #section01, .medical_case #section02, .medical_case #section03, .medical_case #section04 {
  display: none;
}
h3 span.star_harf {
  display: inline-block;
  background: linear-gradient(to right, #333 50%, #fff 50%);
  -webkit-background-clip: text; /* テキストに背景をクリップ */
  -webkit-text-fill-color: transparent; /* 文字色を透明にする */
}
span.tit_num {
  font-family: 'Amiri', serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-right: 6px;
}
.tb_center th, .tb_center td {
  text-align: center;
}
.marker {
  background: linear-gradient(transparent 60%, #f5f1ed 60%);
}
/*==================================================================

	$access

==================================================================*/
.access_guide {
  margin-bottom: 0;
  font-weight: bold;
}
.access_map {
  margin-bottom: 20px;
}
.access_map_ad {
  margin-bottom: 20px;
}
.access_map_ad i {
  margin-right: 7px;
}
.access_map_area iframe, .access_map_area img {
  width: 100%;
  height: 460px;
}
.access .btn02 {
  text-align: center;
  margin-bottom: 50px;
}
.access_info {
  border: 4px solid #ededed;
  padding: 25px 30px 5px;
}
.access_info dt i {
  margin-right: 7px;
}
.access_train, .access_bus, .access_car, .access_bike {
  margin-bottom: 25px;
}
.access_train dt, .access_bus dt, .access_car dt, .access_bike dt {
  padding-left: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
/*==================================================================

	$clinic

==================================================================*/
.box2.box2_2 {
  margin: 140px auto 100px;
}
/* 院内スライド（サムネイル右、1列） */
.clinic_slides1 .flexslider {
  position: relative;
  float: left;
  width: 82%;
}
.clinic_slides1 .flexslider li div {
  display: table;
  position: relative;
  margin-top: -60px;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.clinic_slides1 .flexslider p {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.clinic_slides1 .flex-control-thumbs .flex-active img {
  border: 5px solid #aaa;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs {
  position: absolute;
  right: -22%;
  top: 0;
  width: 15%;
}
.clinic_slides1 .flex-control-thumbs li {
  position: relative;
  width: 96%;
  margin: 0 0 0 4%;
  background-color: #fff;
}
/* 院内スライド（サムネイル下） */
.clinic_slides2 {
  padding-bottom: 100px;
}
.clinic_slides2 .flexslider {
  position: relative;
}
.clinic_slides2 .flex-control-thumbs img:hover {
  opacity: 1;
}
.clinic_slides2 .flexslider li div {
  display: table;
  position: absolute;
  margin-top: -60px;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.clinic_slides2 .flexslider p {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #002A64;
}
.clinic_slides2 .flex-control-thumbs {
  margin: 10px 0px 0px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  bottom: -100px;
  width: 100%;
  right: 0px;
  left: 0px;
  padding: 0px 2%;
}
.clinic_slides2 .flex-control-thumbs li {
  width: 15%;
}
.clinic_slides2 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/* 院内スライド（サムネイル下、スライドの上にタイトル、説明文） */
.clinic_slides3 .flexslider {
  position: relative;
  float: left;
  width: 82%;
}
.clinic_slides3 .flexslider li div {
  display: table;
  position: absolute;
  width: 94%;
  height: 80px;
  margin-top: -95px;
  margin-right: 3%;
  margin-left: 3%;
  background-color: rgba(255, 255, 255, 0.9);
}
.clinic_slides3 .flexslider h4, .clinic_slides3 .flexslider p {
  display: table-cell;
  padding: 8px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
}
.clinic_slides3 .flexslider h4 {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  color: #002A64;
}
.clinic_slides3 .flex-control-thumbs .flex-active img {
  border: 5px solid #aaa;
}
.clinic_slides3 .flex-control-nav.flex-control-thumbs {
  position: absolute;
  right: -22%;
  top: 0;
  width: 15%;
}
.clinic_slides3 .flex-control-thumbs li {
  position: relative;
  width: 96%;
  margin: 0 0 4% 4%;
  background-color: #fff;
}
/* 院内スライド（サムネイル下、タイトル、説明文下） */
.clinic_slides4 {
  padding-bottom: 100px;
}
.clinic_slides4 .flex-control-thumbs {
  margin: 10px 0px 0px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  bottom: -40px;
  width: 100%;
  right: 0px;
  left: 0px;
  padding: 0px 2%;
}
.clinic_slides4 .flex-control-thumbs li {
  width: 15%;
}
.clinic_slides4 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.clinic_slides4 .flex-control-thumbs img:hover {
  opacity: 1;
}
.clinic_slides4 .flexslider li div {
  display: table;
  position: absolute;
  bottom: -80px;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.clinic_slides4 .flexslider h4, .clinic_slides4 .flexslider p {
  display: table-cell;
  padding: 8px 10px;
  box-sizing: border-box;
  vertical-align: middle;
}
.clinic_slides4 .flexslider h4 {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  color: #002A64;
}
/* 院内スライド（サムネイル下、タイトル、説明文下） */
.clinic_slides5 {
  padding-bottom: 100px;
}
.clinic_slides5 .flex-control-thumbs {
  margin: 10px 0px 0px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  bottom: -40px;
  width: 100%;
  right: 0px;
  left: 0px;
  padding: 0px 2%;
}
.clinic_slides5 .flex-control-thumbs li {
  width: 15%;
}
.clinic_slides5 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.clinic_slides5 .flex-control-thumbs img:hover {
  opacity: 1;
}
.clinic_slides5 .flexslider li div {
  position: absolute;
  bottom: -80px;
  width: 100%;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.clinic_slides5 .flexslider h4 {
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #002A64;
  text-align: center;
}
/* 医院概要 */
.clinic_sec {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.clinic_sec_1 {
  position: relative;
  margin-right: 20px;
}
.clinic_sec_1 ul {
  margin-bottom: 15px;
}
.clinic_sec_1 li {
  padding: 8px 0;
  border-bottom: 1px solid #E5E6EF;
}
.clinic_sec_1 li:first-child {
  padding: 0 0 8px 0;
}
.clinic_sec_1 dl {
  display: flex;
}
.clinic_sec_1 dt {
  box-sizing: border-box;
  width: 17%;
  font-weight: bold;
}
.clinic_sec_1 dd {
  width: 80%;
}
.clinic_sec_1 .schedule_note li {
  padding: 0;
  border-bottom: none;
  font-size: 15px;
}
/*==================================================================

	$facilities

==================================================================*/
/* 機器紹介1 */
.facilities_equip dl {
  float: left;
  width: 42.3%;
  min-height: 280px;
  margin-bottom: 30px;
  margin-left: 3.4%;
  padding: 3%;
  border-top: 4px solid #9397BE;
  background-color: #f7f7f7;
  text-align: justify;
  font-size: 14px;
}
.facilities_equip dl:nth-child(odd) {
  margin-left: 0;
}
/* 機器紹介名前 */
.facilities_equip dt {
  margin-bottom: 14px;
  padding-bottom: 10px;
  line-height: 1.7;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
.facilities_equip dt span {
  display: block;
  font-size: 15px;
}
.facilities_equip_img {
  float: right;
  width: 50%;
  margin-left: 20px;
}
.facilities_equip_img img {
  width: 100%;
}
/* 機器紹介2 */
.facilities_equip2 dl {
  float: left;
  width: 31%;
  margin-bottom: 30px;
  margin-right: 3.5%;
  background-color: #f7f7f7;
  text-align: justify;
  font-size: 14px;
}
.facilities_equip2 dl:nth-child(3n) {
  margin-right: 0;
}
/* 機器紹介名前 */
.facilities_equip2 dt img {
  width: 100%;
}
.facilities_equip2 dd {
  padding: 10px 15px 18px;
  line-height: 1.35;
}
.facilities_equip2 dd h4 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.facilities_equip2 dd p {
  margin-top: 7px;
}
/* 機器紹介3 */
.facilities_equip3 dl {
  float: left;
  width: 47.5%;
  margin-bottom: 35px;
  margin-right: 5%;
  background-color: #f7f7f7;
  text-align: justify;
  font-size: 14px;
}
.facilities_equip3 dl:nth-child(even) {
  margin-right: 0;
}
/* 機器紹介名前 */
.facilities_equip3 dt img {
  width: 100%;
}
.facilities_equip3 dd {
  padding: 10px 15px 18px;
  line-height: 1.35;
}
.facilities_equip3 dd h4 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.facilities_equip3 dd p {
  margin-top: 7px;
}
/*==================================================================

	$qa

==================================================================*/
.qa1 dl {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #c1c1c1;
}
.qa1 dl dt {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font-weight: bold;
}
.qa1 dl dt:before {
  position: absolute;
  top: -5px;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  color: #262E7C;
  content: "Q.";
}
.qa1 dl dd {
  position: relative;
  padding-left: 40px;
}
.qa1 dl dd:before {
  position: absolute;
  top: -5px;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  color: #C0AB9A;
  content: "A.";
}
/*==================================================================

	.breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 1080px;
  font-size: 14px;
  margin: 0 auto 60px;
}
.breadcrumbs li:last-child::after {
  background-image: none;
}
.breadcrumbs i {
  margin-right: 5px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
  color: #ccc;
}
.breadcrumbs li {
  margin-right: 15px;
}
.breadcrumbs li::after {
  margin-left: 15px;
  padding-left: 10px;
  background-image: url(../images/arrow04.svg);
  background-size: 5px 10px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.breadcrumbs li:last-child:after {
  content: "";
}
.breadcrumbs li:last-child a {
  color: #d04634 !important;
}
.waku {
  margin-bottom: 20px;
  padding: 3%;
  border: 1px solid #333;
}
.waku p {
  margin-bottom: 0;
}
.tab_mi {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 0px 10px;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 0 10px;
}
.tab_mf {
  display: inline-block;
  background-color: #c4a580;
  color: #fff;
  padding: 0px 10px;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 0 10px;
}
.tab_ins {
  display: inline-block;
  background-color: #1f2774;
  color: #fff;
  padding: 0px 10px;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 0 10px;
}
/*============================================================================
  
  	$recruit
  
  ============================================================================*/
.recruit_table .tb03 td p, .recruit_table .tb03 td ul {
  margin-bottom: 1em;
}
.recruit_table .tb03 td p:last-of-type {
  margin-bottom: 0;
}
.tb04.contact {
  table-layout: auto;
}
.tb04.contact th label {
  display: flex;
  justify-content: space-between;
}
.tb04.contact th span.required {
  padding: 3px 5px;
  margin-left: 1em;
  background: #333;
  font-size: 0.8em;
  color: #fff;
}
.tb04.contact td select {
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #777;
  border-radius: 0;
}
.tb04.contact td input, .tb04.contact td textarea {
  width: 100%;
  padding: 5px;
}
.tb04.contact td.radio input {
  width: auto;
}
.tb04.contact td.radio label {
  display: block;
  width: 100%;
}
.tb04.contact td.radio label input {
  margin-right: 0.5em;
}
.submit_btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.submit_btn input {
  min-width: 200px;
  padding: 8px 10px;
  background: #c4a580;
  border: 1px solid #c4a580;
  font-size: 14px;
  color: #333;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.submit_btn input:hover {
  opacity: 0.8;
}
.submit_btn input:nth-of-type(1) {
  min-width: 120px;
  background: #eee;
  border: 1px solid #c4a580;
  color: #c4a580;
}
/*==================================================================

	症例

==================================================================*/
.ank_link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.ank_link li {
  width: 48%;
  border: 1px solid #333;
  text-align: center;
}
.ank_link li a {
  width: 100%;
  display: inline-block;
  padding: 10px 8px;
  font-weight: bold;
  transition: ease-in-out 0.2s;
}
.ank_link li a:hover {
  background-color: #ccc;
  color: #333;
}
.layout11 {
  position: relative;
}
.layout11_box {
  background: var(--bg-color);
}
/*2つ並びかつスマホもそのまま横並び*/
.layout11_image02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.layout11_image02 span {
  position: relative;
  display: block;
  width: 47%;
}
[class^="layout11_image"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout11_image02 span::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-width: 1px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  top: 45%;
  right: -7%;
  transform: rotate(45deg);
}
.layout11_image02 span:last-child::before {
  display: none;
}
.layout11_image02_01 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.layout11_image02_01 span {
  position: relative;
  display: block;
  width: 47%;
}
/*縦長の写真2つ並び*/
.layout11_image02_02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.layout11_image02_02 span {
  position: relative;
  display: block;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
}
.layout11_image02_02 span:last-child {
  margin-right: 0;
}
.layout11_image02_02 span::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-width: 1px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  top: 45%;
  right: -10%;
  transform: rotate(45deg);
}
.layout11_image02_02 span:last-child::before {
  display: none;
}
/*3つ並びかつスマホもそのまま横並び*/
.layout11_image03 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.layout11_image03 span {
  position: relative;
  display: block;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.layout11_image03 span:last-child {
  margin-right: 0;
}
.layout11_image03 span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  top: 45%;
  right: -6%;
  transform: rotate(45deg);
}
.layout11_image03 span:last-child::before {
  display: none;
}
/*4つ並びかつスマホもそのまま横並び*/
.layout11_image04_02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.layout11_image04_02 span {
  position: relative;
  display: block;
  width: 22%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.layout11_image04_02 span:last-child {
  margin-right: 0;
}
.layout11_image04_02 span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  top: 45%;
  right: -8%;
  transform: rotate(45deg);
}
.layout11_image04_02 span:last-child::before {
  display: none;
}
/*3つ以上並び*/
.layout11_image04 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.layout11_image04 span {
  position: relative;
  display: block;
  /*width: 31.3%;*/
  width: 47%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.layout11_image02 span p, .layout11_image02_01 span p, .layout11_image02_02 span p, .layout11_image03 span p, .layout11_image04 span p, .layout11_image04_02 span p, .layout11_image05 span p {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
}
.layout11_image02_02 span p.lb, .layout11_image05 span p.lb, .layout11_image03 span p.lb {
  bottom: 0;
}
.layout11_image04 span:last-child {
  margin-right: 0;
}
/*.layout11_image04 span:nth-of-type(3n){
	margin-right: 0;
}*/
.layout11_image04 span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  top: 45%;
  right: -4%;
  transform: rotate(45deg);
}
.layout11_image04 span:last-child::before {
  display: none;
}
/*5つ並び*/
.layout11_image05 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.layout11_image05 span {
  position: relative;
  display: block;
  width: 17%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.layout11_image05 span:last-child {
  margin-right: 0;
}
.layout11_image05 span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  top: 45%;
  right: -10%;
  transform: rotate(45deg);
}
.layout11_image05 span:last-child::before {
  display: none;
}
.caution {
  background: var(--bg-color);
  display: block;
  position: relative;
  padding: 25px;
  border-radius: 15px;
}
.caution .pop {
  width: 55px;
  height: 55px;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}
.caution .pop::before {
  position: absolute;
  width: 15px;
  height: 20px;
  bottom: -3px;
  right: -3px;
  margin: auto;
  -webkit-clip-path: polygon(100% 85%, 40% 0, 0 53%);
  clip-path: polygon(100% 85%, 40% 0, 0 53%);
  background-color: #333;
  z-index: 1;
  content: "";
}
.caution p:nth-of-type(1) {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 0 40px;
  font-weight: 600;
  color: #333;
}
.body_single p:last-child {
  margin-bottom: 0;
}
/*---------TOPへ戻る-----------*/
.pagetop {
  position: fixed;
  right: 55px;
  bottom: 30px;
  z-index: 15;
}
.pagetop p {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 20px 0 5px;
  border: 1px solid #8c8c8c;
  color: #FFF;
  background: #8c8c8c;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.pagetop.hidden {
  pointer-events: none;
}
.pagetop span {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}
.pagetop span::before {
  content: "\f077";
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width:641px) {
  .pagetop p:hover {
    background: #fff;
    color: #333;
  }
}
@media screen and (min-width:1251px) {
  .top_concept_lead:nth-child(2) {
    background-position: center center;
  }
}
/*==================================================================

	ceramic_lp

==================================================================*/
.page_ceramic .box2 {
  width: 950px;
}
.page_ceramic .text {
  padding: 50px 0;
}
.ceramic_mv_box {
  position: relative;
}
.ceramic_mv_box img {
  width: 100%;
}
.ceramic_mv_box h2 {
  position: absolute;
  bottom: 30%;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  font-size: 230%;
  font-family: 'Amiri', serif;
  color: #fff;
}
.ceramic_mv_box h2 span {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: #c4a580cc;
}
.ceramic_mv_box h2 span:nth-of-type(1) {
  padding-left: 20px;
}
.ceramic_mv_box h2 span:nth-of-type(2) {
  left: 5%;
}
.page_ceramic h3 {
  position: relative;
  font-family: 'Amiri', serif;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 38px;
  font-weight: 700;
  z-index: 2;
}
.page_ceramic .lp_tit {
  margin-bottom: 40px;
}
.page_ceramic h3::before {
  position: absolute;
  width: 122px;
  height: 87px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/logo5.svg);
  opacity: 0.1;
  content: "";
}
.page_ceramic h4.tit01_en, .lp_greet .tit01_en {
  font-size: 28px;
}
.page_ceramic .lp_tit .en {
  text-align: center;
  font-family: 'Amiri', serif;
  text-align: center;
  font-size: 90%;
}
.color_sub {
  color: #c4a580;
}
.box_style01 {
  background: #eee;
  padding: 40px 20px;
  margin-bottom: 30px;
}
.lp_commit > div {
  margin-bottom: 70px;
}
.lp_commit h4 {
  position: relative;
  display: flex;
  align-items: baseline;
  font-size: 125%;
}
.lp_commit h4 span {
  padding-left: 3.5em;
  border-bottom: 1px solid #c4a580cc;
}
.lp_commit h4 em {
  position: absolute;
  top: -25px;
  font-size: 250%;
  font-family: 'Amiri', serif;
  letter-spacing: 0.01em;
  font-style: italic;
  color: #e9e9e9;
}
.flow {
  position: relative;
  z-index: 1;
  padding: 30px;
  background: #FAFAFA;
}
.flow_box {
  display: flex;
  gap: 30px;
  padding: 30px 0;
}
.flow_box:first-of-type {
  padding-top: 0;
}
.flow_box:last-child {
  padding-bottom: 0;
}
.flow_number {
  position: relative;
}
.flow_number::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  z-index: -1;
  width: auto;
  height: 100%;
  border-right: #c4a580 dashed 3px;
  transform: translateX(-50%);
}
.flow_number * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 4px 0 3px 2px;
  background: #c4a580;
  color: #ffffff;
  font-size: 140%;
  font-family: 'Amiri', serif;
  font-weight: 600;
  font-style: normal;
}
.flow_box:last-of-type .flow_number::before {
  display: none;
}
.flow_inner {
  width: calc(100% - 80px);
}
.flow_inner > *:not(:last-child) {
  margin-bottom: 1em;
}
.flow_title {
  margin-bottom: 15px;
  padding: 5px 20px;
  background: #ffffff;
  font-size: 120%;
}
.flow_sub_title {
  width: fit-content;
  margin-bottom: 15px;
  padding: 5px 20px;
  background: #c4a580;
  color: #ffffff;
}
.page_ceramic .medical_flex_btn {
  width: 100%;
  justify-content: space-between;
}
.page_ceramic .btn02 {
  width: 48%;
  padding-top: 30px;
}
.page_ceramic .btn02 a {
  width: 100%;
  font-family: 'Amiri', serif;
}
.btn_reserve {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cv_btn_balloon {
  position: relative;
  display: inline-block;
  top: 10px;
  padding: 15px 30px 15px;
  margin: 0 auto;
  background-color: #c4a580;
  border-radius: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
	font-size: 105%;
  color: #fff;
  z-index: 2;
}
.cv_btn_balloon::after {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -25px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 15px solid transparent;
  border-top-color: #c4a580;
  content: "";
}
.btn_reserve a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 500px;
  background-color: #fff;
  border: solid 2px #333;
  padding: 17px 50px 12px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 120%;
  color: #333;
  transition: ease-in-out 0.2s;
}
.btn_reserve a span {
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.2em;
  font-size: 1.2em;
  font-weight: 600;
}
.btn_reserve a i {
  padding-right: 1em;
}
.btn_reserve a:hover {
  background-color: #333;
  color: #fff;
}


.case_ank{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	flex-wrap:wrap;
	justify-content: center;
	gap:20px 10px;
}


.case_ank li a{
	position:relative;
	display:flex;
	width:100%;
	height:100%;
	align-items:center;
	justify-content:center;
	background:#666;
	border:1px solid #666;
	padding:10px 40px 10px 15px;
	color:#fff;
	text-align: center;
	transition:.3s;
}
.case_ank li a::before{
	position:absolute;
	top:50%;
	right:11px;
	transform: translateY(-50%);
	width: 18px;
    height: 18px;
	border-radius:100%;
    background:#fff;
	content: "";
}
.case_ank li a::after{
	position: absolute;
    left: initial;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid #666;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
	content: "";
}
.case_ank li a:hover{
	background:#fff;
	color:#666;
}
.case_ank li a:hover::before{
	background:#666;
}
.case_ank li a:hover::after{
	border-top: 6px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.case_list_box{
	padding:20px 35px;
	background:#f9f9f9;
}
.case_list_box h3{
	margin-left: 50px;
}
.case_list_box .btn02{
	text-align:center;
}
.case_explanation{
	margin-bottom:20px;
}
.case_explanation.medical_list_plus > li .waku h5{
	text-align:left;
}
.case_explanation.medical_list_plus > li .waku h5::after{
	content:none!important;
}
.case_explanation.medical_list_plus > li .tb04 th{
	padding:12px;
	font-size:14px;
}
.case_explanation.medical_list_plus > li .list03,.case_explanation.medical_list_plus > li .list07{
	text-align:left;
}
.case_link_box{
	background:;
	border:1px solid #333;
}
.case_link_box h4{
	display:inline-block;
	background:#333;
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.case_link_box h4 i{
	padding-right:0.3em;
}
.case_box_list{
	padding:20px;
}
.case_box_list li{
	margin-bottom:10px;
}
.case_box_list li:last-child{
	margin-bottom:0;
}
.case_box_list a{
	position:relative;
	display: flex;
  	align-items: flex-start;
	color:#304EA7;
	letter-spacing: 0.08em;
	transition:.3s;
}
.case_box_list a:hover{
	opacity:0.7;
}
.case_box_list a::before{
	content:"\f5c9";
	position:relative;
	padding-right:0.3em;
	font-family: "Font Awesome 5 Free";
	font-weight:700;
	color:#666;
}