@charset "utf-8";
/*
Theme Name: grits THEME
Author: grits
Version: 1.0.0
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho&display=swap');
/******************************************************
基本設定
******************************************************/
:root {
  --main-color: #C49867; /* メインカラー */
  --sub-color: #2E8BEB; /* サブカラー */
  --bg-color: #C49867; /* 背景色1（基本的にメインカラーと同じ） */
  --bg-high-color: #F3F4EE; /* 背景色2 */
  --text-color: #454545; /* テキストカラー（通常） */
  --text-high-color: #fff; /* テキストカラー（背景あり） */
  --text-space: 0; /* フォントの間隔 */
  --text-weight: 400; /* フォントの太さ */
  --text-weight-bold: 500; /* フォント（太字）の太さ */
  --text-weight-black: 900; /* フォント（超太字）の太さ */
  --border-color: #ccc; /* 線の色 */
  --sans: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif; /* ゴシック体 */
  --serif: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif; /* 明朝体 */
  --alphabet: "Allura", cursive; /* 英語フォント */
}


/******************************************************
リセット
******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-weight: var(--text-weight);
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
  color: var(--text-color);
	font-size: 100%;
  font-weight: var(--text-weight);
	font: inherit;
	vertical-align: middle;
  word-break: break-all;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 18px;
	font-size: 1.8rem;
  line-height: 2;
  font-weight: var(--text-weight);
  letter-spacing: var(--text-space);
  font-family: var(--sans);
}
@media screen and (max-width:767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: var(--text-weight);
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: normal;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul, ol {
  text-align: left;
}
img {
  max-width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: var(--text-color);
  text-decoration: none;
  vertical-align: baseline;
  border:　none;
  outline:　none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
animate.css カスタマイズ
******************************************************/
@keyframes fadeInUp50 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp50 {
  animation-name: fadeInUp50;
  animation-duration: 1s;
}
@keyframes fadeInUp100 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp100 {
  animation-name: fadeInUp100;
  animation-duration: 1s;
}
@keyframes fadeInUp150 {
  from {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp150 {
  animation-name: fadeInUp150;
  animation-duration: 1s;
}
@keyframes fadeInUp200 {
  from {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp200 {
  animation-name: fadeInUp200;
  animation-duration: 1s;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
/******************************************************
回り込み解除 ※解除したいclassを記述
******************************************************/
.clear:after,
.clearfix:after,
.inner:after,
.col:after,
.box:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
領域指定
******************************************************/
.pc, .tab, .sp {display:none!important;}
/* SP */
@media screen and (max-width: 767px){
  .inner {
    margin: 0 1.5rem;
    position: relative;
  }
  .sp-left {
    text-align: left!important;
  }
  .sp {
    display: block!important;
  }
}
/* TABLET */
@media screen and (min-width: 768px) and (max-width: 1024px){
  .inner {
    margin: 0 5rem;
    position: relative;
  }
  .tab {
    display: block!important;
  }
}
/* PC */
@media screen and (min-width: 1025px){
  .inner {
    width: 1500px;
    max-width: 100%;    
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    box-sizing: border-box;
  }
  .pc {
    display: block!important;
  }
}
/******************************************************
基本フォント
******************************************************/
/* 位置 */
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
/******************************************************
各種フォント
******************************************************/
.color-red {color: var(--main-color);}
/******************************************************
iPhoneリセット
******************************************************/
input,textarea,select {
  font-family: var(--sans);
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  font-size: 1.6rem;
  font-family: var(--sans);
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--border-color);
  box-sizing: border-box;
}
/******************************************************
パンくず
******************************************************/
#breadcrumb {
  margin-top: 1em;
  padding: 1.2em 0;
}
#breadcrumb li {
  display: inline-block;
  color: #333;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  #breadcrumb li {
    font-size: 1.2rem;
  }
}
#breadcrumb li a {
  color: var(--main-color);
}
#breadcrumb li a:hover {
  color: var(--main-color);
}
#breadcrumb li a.breadcrumb_home:before {
  content: "\f015";
  font-family: "FontAwesome";
  margin-right: .5em;
}
#breadcrumb li:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 .5em;
}
#breadcrumb li:last-child:after {
  content: none;
  margin: 0;
}
/******************************************************
ページネーション
******************************************************/
#pagination {
  margin-top: 3rem;
}
#pagination ul {
  text-align: center;
}
#pagination li {
  display: inline-block;
  margin-right: .3rem;
  font-size: 1.2rem;
}
#pagination li:last-child {
  margin-right: 0;
}
#pagination li a,
#pagination li span {
  display: block;
  width: 3rem;
  height: 3rem;
  color: #fff;
  line-height: 3rem;
  background: #ccc;
}
#pagination li a:hover {
  background: var(--main-color);
}
#pagination li span.current {
  background: var(--main-color);
}
#pagination li span.dots {
  color: var(--main-color);
  background: none;
}
/*****************************************************************
WP投稿設定
*****************************************************************/  
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wp-caption,
[class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.wp-caption-text {
  margin-top: 0;
}
strong {
	font-weight: bold;
	vertical-align: baseline;
}
/******************************************************
固定ページ
******************************************************/
@media screen and (min-width: 1025px) {
  /******************************************************
  キャッチコピー
  ******************************************************/
  #page_catch {
    background: #fff;
  }
  #page_catch .catch_cover {
    width: 100%;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(/wp-content/uploads/images/bg_page.webp) center center no-repeat;
    background-size: cover;
  }
  #page_catch h1 {
    color: #fff;
    font-size: 4.8rem;
    letter-spacing: .3em;
    font-family: var(--serif);
  }
  /******************************************************
  領域
  ******************************************************/
  #page {
    padding: 10rem 0;   
  }
  #page section {
    margin-bottom: 8rem;
  }
  #page .section {
    margin-top: -10rem;
    padding-top: 10rem;
  }
  #page .inner .box {
    margin: 4rem 0 8rem;
  }
  #page .inner .s_box {
    margin: 2rem 0 4rem;
  }
  #page section > *:last-child {
    margin-bottom: 0;
  }
  #page .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #page .flex_box.row {
    flex-direction: row;
  }
  #page .flex_box .flex_image {
    width: calc(50% - 3rem);
  }
  #page .flex_box .flex_text {
    width: calc(50% - 3rem);
  }
  /******************************************************
  タイトル
  ******************************************************/
  #page .page_title_a {
    position: relative;
    margin-bottom: 1em;
    padding: 3rem 1.5rem;
    color: #fff;
    font-size: 2.4rem;
    font-family: var(--serif);
    background: var(--main-color) url(/wp-content/uploads/images/bg_title.webp) center center no-repeat;
    background-size: cover;
  }
  #page .page_title_a:before {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    display: block;
    content: "";
    width: calc(100% - 3rem);
    height: 1px;
    background: #4B351D;
  }
  #page .page_title_a:after {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    display: block;
    content: "";
    width: calc(100% - 3rem);
    height: 1px;
    background: #4B351D;
  }  
  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  #page .page_title_b {
    position: relative;
    margin-bottom: 1.2em;
    padding: .4em .8em;
    font-size: 2.4rem;
    font-family: var(--serif);background: #fafafa;
    border-left: 3px solid var(--main-color);
  }
  #page .page_title_c {
    position: relative;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
    font-size: 2.6rem;
    font-family: var(--serif);}
  #page .page_title_c:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: .6em;
    height: .6em;  
    margin-top: -.3em;
    line-height: 1;
    background: var(--main-color);
  }
  #page .page_title_d {
    position: relative;
    margin-top: .8em;
    padding-left: .8em;
    font-weight: 600;
  }
  #page .page_title_d:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: .4em;
    height: .4em;  
    margin-top: -.2em;
    line-height: 1;
    background: #333;    
  }
  /******************************************************
  基本要素
  ******************************************************/
  #page .inner div,
  #page .inner p,
  #page .inner table,
  #page .inner ul {
    margin-top: .8em;
    margin-bottom: 1.2em;
  }
  #page li {
    position: relative;
    padding-left: 1.5em;
    font-weight: 600;
  }
  #page li:nth-child(n+2) {
    margin-top: .5em;
  }
  #page li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }
  /******************************************************
  カラー
  ******************************************************/  
  /* 背景 */
  #page .bg_box {
    padding: 5rem;
    background: #f2f2f2;
  }
  #page .bg_box p {
    margin: 0;
  }  
  #page .bg_box_brown {
    padding: 5rem;
    border-radius: 1rem;
    background: #f2f2f2;
  }
  #page .bg_box_yellow {
    padding: 5rem;
    border-radius: 1rem;
    background: #fffbeb;
  }
  #page .bg_box_orange {
    padding: 5rem;
    border-radius: 1rem;
    background: #fef7eb;
  }
  #page .bg_box_green {
    padding: 5rem;
    border-radius: 1rem;
    background: #f6faed;
  }
  #page .bg_box_brown > *:last-child,
  #page .bg_box_yellow > *:last-child,
  #page .bg_box_orange > *:last-child,
  #page .bg_box_green > *:last-child {
    margin: 0;
  }
  /* マーカー */
  #page .bg_brown {
    display: inline-block;
    padding: .4em .8em;
    border-radius: .4rem;
    background: #f2f2f2;
  }
  #page .bg_yellow {
    display: inline-block;
    padding: .4em .8em;
    border-radius: .4rem;
    background: #fffbeb;
  }
  #page .bg_orange {
    display: inline-block;
    padding: .4em .8em;
    border-radius: .4rem;
    background: #fef7eb;
  }
  #page .bg_green {
    display: inline-block;
    padding: .4em .8em;
    border-radius: .4rem;    
    background: #f6faed;
  }
  /* 罫線 */
  #page .border_brown {
    position: relative;
    display: inline-block;
    padding-bottom: .4em;
  }
  #page .border_brown:after {
    position: absolute;
    display: block;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: .2em;
    border-radius: .1em;
    background: var(--main-color);
  }
  #page .border_yellow {
    position: relative;
    display: inline-block;
    padding-bottom: .4em;
  }
  #page .border_yellow:after {
    position: absolute;
    display: block;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: .2em;
    border-radius: .1em;
    background: #fed100;
  }
  #page .border_orange {
    position: relative;
    display: inline-block;
    padding-bottom: .4em;
  }
  #page .border_orange:after {
    position: absolute;
    display: block;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: .2em;
    border-radius: .1em;
    background: var(--main-color);
  }
  #page .border_green {
    position: relative;
    display: inline-block;
    padding-bottom: .4em;
  }
  #page .border_green:after {
    position: absolute;
    display: block;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: .2em;
    border-radius: .1em;
    background: var(--main-color);
  }
  /******************************************************
  パーツ
  ******************************************************/
  #page .page_table_a {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page .page_table_a th,
  #page .page_table_a td {
    padding: .8em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #page .page_table_a th {
    width: 25%;
    background: #f2f2f2;
  }
  #page .page_table_b {
    width: 100%;
  }
  #page .page_table_b tr:nth-child(n+2) {
    border-top: 1px solid #999;
  }
  #page .page_table_b th,
  #page .page_table_b td {
    padding: .8em;
    text-align: center;
  }
  #page .page_table_b .color {
    color: var(--main-color);
  }
  #page .page_price_table {
    width: 100%;
    table-layout: fixed;
  }
  #page .page_price_table th,
  #page .page_price_table td {
    padding: 1.2em 0;
    text-align: right;
    border-bottom: 1px dashed #ccc;
  }
  #page .page_price_table th {
    width: 800px;
    text-align: left;
  }
  #page .image_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .image_list .list {
    width: calc((100% / 2) - 30px);
    margin: 0;
    margin-left: 60px;    
  }
  #page .image_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page .image_list .list:nth-child(n+3) {
    margin-top: 60px;
  }  
  #page .image_list .list .page_title_b {
    text-align: center;
    background: none;
    border: none;
  }
  /* テキスト */
  #page .message {
    font-size: 2rem;
    text-align: center;
  }
  #page .left_comment {
    text-align: right;
  }
  /* マップ */
  #page .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 480px;
    position: relative;
  }
  #page .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }    
  /* 診療メニューリンク */
  #page .page_treatment_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .page_treatment_list .list {
    width: calc((100% / 5) - 4px);
    margin: 0!important;
    margin-left: 5px!important;
  }
  #page .page_treatment_list .list:nth-child(5n+1) {
    margin-left: 0!important;
  }
  #page .page_treatment_list .list:nth-child(n+6) {
    margin-top: 5px!important;
  }
  #page .page_treatment_list .list a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5rem;
    font-size: .9em;
    text-align: center;
    color: #fff;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }
  #page .page_treatment_list .list a:hover {
    color: var(--main-color);
    background: #fff;
  }
  
  
  /* 目次 */
  #page .page_link {
    margin-bottom: 8rem;
    padding: 4rem;
    background: var(--bg-high-color);
  }
  #page .page_link_title {
    position: relative;
    margin-bottom: 1.2em;
    padding-bottom: .8em;
    font-size: 2rem;
    border-bottom: 1px solid #ccc;
  }
  #page .page_link_title span {
    position: relative;
    display: block;
    padding-left: 2em;
    font-weight: var(--text-weight-bold);
  }
  #page .page_link_title span:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    margin-top: -.5em;
    width: 1em;
    height: 1em;
    background: var(--main-color);
  }
  #page .page_link_list {
    margin: 0!important;
    padding: 0 1em;
  }
  #page .page_link_list .list {
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 1.5em;
  }
  #page .page_link_list .list:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  #page .page_link_list .list:nth-child(1):before {content: "1.";}
  #page .page_link_list .list:nth-child(2):before {content: "2.";}
  #page .page_link_list .list:nth-child(3):before {content: "3.";}
  #page .page_link_list .list:nth-child(4):before {content: "4.";}
  #page .page_link_list .list:nth-child(5):before {content: "5.";}
  #page .page_link_list .list:nth-child(6):before {content: "6.";}
  #page .page_link_list .list:nth-child(7):before {content: "7.";}
  #page .page_link_list .list:nth-child(8):before {content: "8.";}
  #page .page_link_list .list:nth-child(9):before {content: "9.";}
  #page .page_link_list .list:nth-child(10):before {content: "10.";}
  #page .page_link_list .list a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }
  #page .page_link_list .list a:hover {
    opacity: .7;
  }
  #page ul.worry_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page ul.worry_list li {
    margin: 0 .8em .8em 0;
    padding: .8em 1.6em;
    border-radius: .2em;
    background: #fff;
    border: 1px solid var(--main-color);
  }
  #page ul.worry_list li:before {
    display: none;
  }
  #page div.flow_list {}
  #page div.flow_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  #page div.flow_list .list:nth-child(n+4) {
    margin-top: 30px;
  }
  #page div.flow_list .list:nth-child(n+2):before {
    position: absolute;
    bottom: 100%;
    right: 5rem;
    display: block;
    content: "";
    width: 1;
    height: 60px;
    background: #ccc;
  }
  #page div.flow_list .list .title {
    position: relative;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
    font-size: 1.8rem;
  }
  #page div.flow_list .list .title:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: .8em;
    height: .8em;
    border-radius: .4em;    
    margin-top: -.4em;
    line-height: 1;
    background: var(--main-color);
  }
  #page div.flow_list .list .comment {
    flex-grow: 1;
    padding: 3rem;
    background: #f2f2f2;
    border-radius: .4em;
    box-sizing: border-box;
  }
  #page div.flow_list .list .comment * {
    margin: 0;
  }
  #page div.column_2_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page div.column_2_list .list {
    width: calc((100% / 2) - 15px);
    margin-left: 30px;
  }
  #page div.column_2_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page div.column_2_list .list:nth-child(n+3) {
    margin-top: 3rem;
  }
  #page div.column_2_list .title {
    margin-bottom: 1.2em;
    padding: .8em 1.6em;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    border-radius: .4em;
    background: var(--main-color);
  }
  #page div.column_3_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page div.column_3_list .list {
    width: calc((100% / 3) - 20px);
    margin-left: 30px;
  }
  #page div.column_3_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #page div.column_3_list .list:nth-child(n+4) {
    margin-top: 3rem;
  }
  #page div.column_3_list .title {
    margin-bottom: 1.2em;
    padding: .8em 1.6em;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    border-radius: .4em;
    background: var(--main-color);
  }
  #page .page_btn {
    text-align: right;
  }
  #page .page_btn a {
    position: relative;
    display: inline-block;
    width: 360px;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    line-height: 6rem;
    border-radius: 3rem;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #page .page_btn a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 3rem;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(/wp-content/uploads/images/icon_arrow_g.webp) center center no-repeat;
    background-size: contain;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  #page .page_btn a:hover {
    color: var(--main-color);
    background: #fff;
  }
  #page .page_btn a:hover:after {
    background: url(/wp-content/uploads/images/icon_arrow_g.webp) center center no-repeat;
    background-size: contain;
    -webkit-filter: initial;
    filter: initial; 
  }  
  #page .faq dt {
    position: relative;
    margin-bottom: 1em;
    padding: 1em;
    padding-left: 3em;
    cursor: pointer;
    background: #f2f2f2;
  }
  #page .faq dt:before {
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    content: "";
    width: 15px;
    line-height: 1;
    border-bottom: 1px solid var(--main-color);
  }
  #page .faq dt:after {
    position: absolute;
    display: block;
    top: 50%;
    right: 27px;
    margin-top: -7px;
    content: "";
    height: 15px;
    line-height: 1;
    border-left: 1px solid var(--main-color);
  }
  #page .faq dt.active:after {
    display: none;
  }
  #page .faq dt span:before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 1em;
    color: var(--main-color);
    line-height: 1;
    margin-top: -.5em;
    font-family: var(--serif);}
  #page .faq dd {
    position: relative;
    margin: 3em 0;
    padding-left: 3em;
    display: none;
  }
  #page .faq dd:before {
    position: absolute;
    content: "A";
    display: block;
    padding-left: 1em;
    color: var(--main-color);
    top: 0;
    left: 0;
    font-family: var(--serif);}
  #page .faq dd.first {
    display: block;
  }
  #page .sitemap_list {}
  #page .sitemap_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
  #page .sitemap_list .list ul {
    width: 50%;
  }
  #page .sitemap_list .list li {}
  #page .contact_tel {
    font-size: 4.8rem;
    text-align: center;
  }
  #page .contact_form {
    width: 100%;
    margin-bottom: 5rem;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page .contact_form th,
  #page .contact_form td {
    padding: 1em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #page .contact_form th {
    width: 30%;
    background: #f2f2f2;
  }
  #page .contact_form th span {
    margin-left: 1rem;
  }
  #page .contact_form th .color-red {
    color: var(--main-color);
  }
  #page .contact_form input[type=text],
  #page .contact_form input[type=email] {
    width: 100%;
    padding: .8em;
  }
  #page .contact_form select {
    padding: .8em;
  }
  #page .contact_form input[type=tel] {
    width: 25%;
    padding: .8em;
  }
  #page .contact_form textarea {
    width: 100%;
    padding: .8em;
  }
  #page .contact_form .mwform-checkbox-field {
    display: block;
    margin: 0!important;
  }
  #page .form_btn {
    text-align: center;
  }
  #page .form_btn input {
    width: 360px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 6rem;
    background: var(--main-color);
  }  
  #page .c_image {
    box-shadow: 1rem 1rem 0 0 rgba(0,0,0,.05);
  }
  #page .b_shadow {
    box-shadow: -10px 10px 0 0 rgba(139,120,100,.5);
  }
  #page .interview_list {
    
  }
  #page .interview_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 6rem;
  }
  #page .interview_list .list.reverse {
    flex-direction: row-reverse;
  }
  #page .interview_list .list .all {
    width: 100%;
  }
  #page .interview_list .list .half {
    width: calc(50% - 3rem);
  }
  #page .interview_list dl {
    width: 100%;
  }
  #page .interview_list dl:nth-child(n+2) {
    margin-top: 3rem;
  }
  #page .interview_list dt {
    position: relative;
    margin-bottom: 1.2em;
    padding-bottom: .6em;
    padding-left: 2em;
    font-size: 2rem;
    line-height: 1.5;
    font-family: var(--serif);
    border-bottom: 1px solid #ccc;
  }
  #page .interview_list dt:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q.";
    color: var(--main-color);
    font-family: var(--serif);
  }
  #page .interview_list dd {}
  
  #page .btn {}
  #page .btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 80px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.8rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
    background: var(--main-color);
  }
  #page .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 48px;
    height: 1px;
    background: var(--main-color);
    border-bottom: 1px solid #fff;
  }
  #page .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    background: var(--main-color);
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;    
  }      
  
  /******************************************************
  投稿
  ******************************************************/
  #page .blog_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  #page .blog_list .list {
    width: calc((100% / 2) - 5px);
    margin-right: 1rem;
  }
  #page .blog_list .list:nth-child(2n) {
    margin-right: 0;
  }
  #page .blog_list .list:nth-child(n+3) {
    margin-top: 3rem;
  }
  #page .blog_list .list .image {
    margin-bottom: 1rem;
  }
  #page .blog_list .list .image img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }  
  #page .blog_list .list .time {
    font-size: 1.2rem;
  }  
  #page .information_list {
    border-top: 1px solid #464646;
  }
  #page .information_list .list {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #464646; 
  }
  #page .information_list .list a {
    display: block;
  }
  #page .information_list .list a .data {
    margin: 0;
    padding: 1em 0;
  }
  #page .information_list .list a .data .time {
    width: 100px;
    line-height: 1.5;
  }
  #page .information_list .list a .data .title {
    width: calc(100% - 100px);
    line-height: 1.5;
  }  
  #page #post_data {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #464646; 
  }
  #page #post_data .title {
    font-size: 2.4rem;
  }
  #page #post_data .time {
  }
  #page #post_contents h1,
  #page #post_contents h2,
  #page #post_contents h3,
  #page #post_contents h4 {
  }
  #page #post_contents h1 {
    font-size: 2.4rem;
  }
  #page #post_contents h2 {
    font-size: 2rem;
  }
  #page #post_contents h3 {
    font-size: 1.8rem;
  }
  #page #post_contents h4 {}
  #page #post_contents table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page #post_contents table th,
  #page #post_contents table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }  
  
  #page .progress_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 3rem;
    border: 1px solid #ccc;
  }
  #page .progress_list .list:nth-child(n+2) {
    margin-top: 5rem;
  }
  #page .progress_list .list .progress_image {
    width: 360px;
    margin: 0;
  }
  #page .progress_list .list .progress_text {
    width: calc(100% - 400px);
    margin: 0;
  }
  #page .progress_list .list .progress_text .bg {
    margin-bottom: 0;
    padding: 1em;
    background: #fafafa;
  }
}
@media screen and (max-width: 1024px) {
  /******************************************************
  キャッチコピー
  ******************************************************/
  #page_catch {
    background: #fff;
  }
  #page_catch .catch_cover {
    width: 100%;
    height: 56.25vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(/wp-content/uploads/images/bg_page.webp) center center no-repeat;
    background-size: cover;
  }
  #page_catch h1 {
    color: #fff;
    font-size: 2rem;
    letter-spacing: .1em; 
    font-family: var(--serif);
  }
  /******************************************************
  領域
  ******************************************************/
  #page {
    padding: 5rem 0;   
  }
  #page section {
    margin-bottom: 5rem;
  }
  #page .section {
    margin-top: -7.5rem;
    padding-top: 7.5rem;
  }  
  #page .box {
    margin-bottom: 5rem;
  }
  #page .s_box {
    margin-bottom: 3rem;
  }
  #page section > *:last-child {
    margin-bottom: 0;
  }
  #page .flex_box {}
  /******************************************************
  タイトル
  ******************************************************/
  #page .page_title_a {
    position: relative;
    margin-bottom: 1em;
    padding: 2rem 1rem;
    color: #fff;
    font-size: 1.6rem;
    font-family: var(--serif);
    background: var(--main-color) url(/wp-content/uploads/images/bg_title.webp) center center no-repeat;
    background-size: cover;
  }
  #page .page_title_a:before {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: block;
    content: "";
    width: calc(100% - 2rem);
    height: 1px;
    background: #4B351D;
  }
  #page .page_title_a:after {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    display: block;
    content: "";
    width: calc(100% - 2rem);
    height: 1px;
    background: #4B351D;
  }  

  #page .page_title_b {
    position: relative;
    margin-bottom: 1.2em;
    padding: .4em .8em;
    font-size: 1.6rem;
    font-family: var(--serif);background: #fafafa;
    border-left: 3px solid var(--main-color);
  }
  #page .page_title_c {
    position: relative;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
    font-size: 1.6rem;
    font-family: var(--serif);}
  #page .page_title_c:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: .6em;
    height: .6em;  
    margin-top: -.3em;
    line-height: 1;
    background: var(--main-color);
  }
  #page .page_title_d {
    position: relative;
    margin-top: .8em;
    padding-left: .8em;
    font-weight: 600;
  }
  #page .page_title_d:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: .4em;
    height: .4em;  
    margin-top: -.2em;
    line-height: 1;
    background: #333;    
  }  
  /******************************************************
  基本要素
  ******************************************************/
  #page .inner div,
  #page .inner p,
  #page .inner table,
  #page .inner ul {
    margin-top: .8em;
    margin-bottom: 1.2em;
  }  
  #page li {
    position: relative;
    padding-left: 1.5em;
    font-weight: 600;
  }
  #page li:nth-child(n+2) {
    margin-top: .5em;
  }
  #page li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }  
  /******************************************************
  カラー
  ******************************************************/  
  /* 背景 */
  #page .bg_box {
    padding: 3rem 1.5rem;
    background: #f2f2f2;
  }
  #page .bg_box p {
    margin: 0;
  }    
  #page .bg_box_brown {
    padding: 3rem 1.5rem;
    border-radius: .6rem;
    background: #f2f2f2;
  }
  #page .bg_box_yellow {
    padding: 3rem 1.5rem;
    border-radius: .6rem;
    background: #fffbeb;
  }
  #page .bg_box_orange {
    padding: 3rem 1.5rem;
    border-radius: .6rem;
    background: #fef7eb;
  }
  #page .bg_box_green {
    padding: 3rem 1.5rem;
    border-radius: .6rem;
    background: #f6faed;
  }
  #page .bg_box_brown > *:last-child,
  #page .bg_box_yellow > *:last-child,
  #page .bg_box_orange > *:last-child,
  #page .bg_box_green > *:last-child {
    margin: 0;
  }
  /* マーカー */
  #page .bg_brown {
    display: inline-block;
    padding: .4em .8em;
    border-radius: .4rem;
    background: #f2f2f2;
  }
  #page .bg_yellow {
    display: inline-block;
    padding: .4em .8em;
    border-radius: .4rem;
    background: #fffbeb;
  }
  #page .bg_orange {
    display: inline-block;
    padding: .4em .8em;
    border-radius: .4rem;
    background: #fef7eb;
  }
  #page .bg_green {
    display: inline-block;
    padding: .4em .8em;
    border-radius: .4rem;    
    background: #f6faed;
  }
  /* 罫線 */
  #page .border_brown {
    position: relative;
    display: inline-block;
    padding-bottom: .4em;
  }
  #page .border_brown:after {
    position: absolute;
    display: block;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: .2em;
    border-radius: .1em;
    background: var(--main-color);
  }
  #page .border_yellow {
    position: relative;
    display: inline-block;
    padding-bottom: .4em;
  }
  #page .border_yellow:after {
    position: absolute;
    display: block;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: .2em;
    border-radius: .1em;
    background: #fed100;
  }
  #page .border_orange {
    position: relative;
    display: inline-block;
    padding-bottom: .4em;
  }
  #page .border_orange:after {
    position: absolute;
    display: block;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: .2em;
    border-radius: .1em;
    background: var(--main-color);
  }
  #page .border_green {
    position: relative;
    display: inline-block;
    padding-bottom: .4em;
  }
  #page .border_green:after {
    position: absolute;
    display: block;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: .2em;
    border-radius: .1em;
    background: var(--main-color);
  }  
  /******************************************************
  パーツ
  ******************************************************/
  #page .page_table_a {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page .page_table_a th,
  #page .page_table_a td {
    padding: .8em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #page .page_table_a th {
    width: 25%;
    background: #f2f2f2;
  }
  #page .page_table_b {
    width: 100%;
  }
  #page .page_table_b tr:nth-child(n+2) {
    border-top: 1px solid #999;
  }
  #page .page_table_b th,
  #page .page_table_b td {
    padding: .5em;
  }
  #page .page_price_table {
    width: 100%;
    table-layout: fixed;
  }
  #page .page_price_table th,
  #page .page_price_table td {
    display: block;
    width: 100%;
  }
  #page .page_price_table th {
    text-align: left;
    padding-top: 1.2em;
  }
  #page .page_price_table td {
    padding-bottom: 1.2em;
    text-align: right;
    border-bottom: 1px dashed #ccc;
  }
  #page .image_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .image_list .list {
    width: calc((100% / 2) - 3px);
    margin: 0;
    margin-left: 6px;    
  }
  #page .image_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page .image_list .list:nth-child(n+3) {
    margin-top: 6px;
  }  
  #page .image_list .list .page_title_b {
    text-align: center;
    background: none;
    border: none;
  }  
  /* テキスト */
  #page .message {
    font-size: 1.6rem;
    text-align: center;
  }
  #page .left_comment {
    text-align: right;
  }
  /* マップ */
  #page .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #page .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }    
  
  /* 診療メニューリンク */
  #page .page_treatment_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .page_treatment_list .list {
    width: calc((100% / 2) - 2px);
    margin: 0!important;
    margin-left: 4px!important;
  }
  #page .page_treatment_list .list:nth-child(2n+1) {
    margin-left: 0!important;
  }
  #page .page_treatment_list .list:nth-child(n+3) {
    margin-top: 4px!important;
  }
  #page .page_treatment_list .list a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3rem;
    font-size: .9em;
    text-align: center;
    color: #fff;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    box-sizing: border-box;     
  }

  
  #page .page_link {
    margin-bottom: 5rem;
    padding: 3rem 1.5rem;
    background: var(--bg-high-color);
  }
  #page .page_link_title {
    position: relative;
    margin-bottom: 1.2em;
    padding-bottom: .8em;
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
  }
  #page .page_link_title span {
    position: relative;
    display: block;
    padding-left: 2em;
    font-weight: var(--text-weight-bold);
  }
  #page .page_link_title span:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    margin-top: -.5em;
    width: 1em;
    height: 1em;
    background: var(--main-color);
  }
  #page .page_link_list {
    margin: 0!important;
    padding: 0 1em;
  }
  #page .page_link_list .list {
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 1.5em;
  }
  #page .page_link_list .list:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  #page .page_link_list .list:nth-child(1):before {content: "1.";}
  #page .page_link_list .list:nth-child(2):before {content: "2.";}
  #page .page_link_list .list:nth-child(3):before {content: "3.";}
  #page .page_link_list .list:nth-child(4):before {content: "4.";}
  #page .page_link_list .list:nth-child(5):before {content: "5.";}
  #page .page_link_list .list:nth-child(6):before {content: "6.";}
  #page .page_link_list .list:nth-child(7):before {content: "7.";}
  #page .page_link_list .list:nth-child(8):before {content: "8.";}
  #page .page_link_list .list:nth-child(9):before {content: "9.";}
  #page .page_link_list .list:nth-child(10):before {content: "10.";}

  #page ul.worry_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page ul.worry_list li {
    margin: 0 .4em .4em 0;
    padding: .4em .8em;
    border-radius: .2em;
    background: #fff;
    border: 1px solid var(--main-color);
  }
  #page ul.worry_list li:before {
    display: none;
  }
  #page div.flow_list {}
  #page div.flow_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  #page div.flow_list .list:nth-child(n+4) {
    margin-top: 30px;
  }
  #page div.flow_list .list:nth-child(n+2):before {
    position: absolute;
    bottom: 100%;
    right: 5rem;
    display: block;
    content: "";
    width: 1;
    height: 60px;
    background: #ccc;
  }
  #page div.flow_list .list .title {
    position: relative;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
    font-size: 1.8rem;
  }
  #page div.flow_list .list .title:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: .8em;
    height: .8em;
    border-radius: .4em;    
    margin-top: -.4em;
    line-height: 1;
    background: var(--main-color);
  }
  #page div.flow_list .list .comment {
    flex-grow: 1;
    padding: 3rem;
    background: #f2f2f2;
    border-radius: .4em;
    box-sizing: border-box;
  }
  #page div.flow_list .list .comment * {
    margin: 0;
  }
  #page div.column_2_list {}
  #page div.column_2_list .list {}
  #page div.column_2_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #page div.column_2_list .title {
    margin-bottom: 1.2em;
    padding: .8em 1.6em;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    border-radius: .4em;
    background: var(--main-color);
  }
  #page div.column_3_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page div.column_3_list .list {
  }
  #page div.column_3_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #page div.column_3_list .title {
    margin-bottom: 1.2em;
    padding: .8em 1.6em;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    border-radius: .4em;
    background: var(--main-color);
  }
  #page .page_btn {
    text-align: center;
  }
  #page .page_btn a {
    position: relative;
    display: block;
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 5rem;
    border-radius: 2.5rem;
    background: var(--main-color);
    border: 1px solid var(--main-color);   
  }
  #page .page_btn a:nth-child(n+2) {
    margin-top: 3rem;
  }
  #page .page_btn a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 2rem;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(/wp-content/uploads/images/icon_arrow_g.webp) center center no-repeat;
    background-size: contain;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  #page .faq dt {
    position: relative;
    margin-bottom: 1em;
    padding: 1em;
    padding-left: 3em;
    cursor: pointer;
    color: #fff;
    background: var(--main-color);
  }
  #page .faq dt:before {
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    content: "";
    width: 15px;
    line-height: 1;
    border-bottom: 1px solid var(--main-color);
  }
  #page .faq dt:after {
    position: absolute;
    display: block;
    top: 50%;
    right: 27px;
    margin-top: -7px;
    content: "";
    height: 15px;
    line-height: 1;
    border-left: 1px solid var(--main-color);
  }
  #page .faq dt.active:after {
    display: none;
  }
  #page .faq dt span:before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 1em;
    color: #fff;
    line-height: 1;
    margin-top: -.5em;
    font-family: var(--serif);}
  #page .faq dd {
    position: relative;
    margin: 3em 0;
    padding-left: 3em;
    display: none;
  }
  #page .faq dd:before {
    position: absolute;
    content: "A";
    display: block;
    padding-left: 1em;
    color: var(--main-color);
    top: 0;
    left: 0;
    font-family: var(--serif);}
  #page .faq dd.first {
    display: block;
  }
  #page .sitemap_list {
    border-top: 1px solid #e0dad3;
  }
  #page .sitemap_list .list {
    margin: 0;
    border-bottom: 1px dotted #e0dad3;
  }
  #page .sitemap_list .list a {
    position: relative;
    display: block;
    padding: 1.6em .8em;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #page .sitemap_list .list a:hover {
    background: #f2f2f2;
  }
  #page .sitemap_list .list a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 2em;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(/wp-content/uploads/images/icon_arrow_b.webp) center center no-repeat;
    background-size: contain;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #page .sitemap_list .list a:hover:after {
    right: 1em;
  }
  #page .contact_tel {
    font-size: 3rem;
    text-align: center;
  }
  #page .contact_form {
    width: 100%;
    margin-bottom: 3rem;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page .contact_form th,
  #page .contact_form td {
    display: block;
    width: 100%;
    padding: 1em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }
  #page .contact_form th {
    background: #f2f2f2;
  }
  #page .contact_form th span {
    margin-left: 1rem;
  }
  #page .contact_form th .color-red {
    color: var(--main-color);
  }
  #page .contact_form input[type=text],
  #page .contact_form input[type=email] {
    width: 100%;
    padding: .8em;
  }
  #page .contact_form select {
    padding: .8em;
  }
  #page .contact_form input[type=tel] {
    width: 25%;
    padding: .8em;
  }
  #page .contact_form textarea {
    width: 100%;
    padding: .8em;
  }
  #page .contact_form .mwform-checkbox-field {
    display: block;
    margin: 0!important;
  }
  #page .form_btn {
    text-align: center;
  }
  #page .form_btn input {
    width: 280px;
    color: #fff;
    line-height: 5rem;
    background: var(--main-color);
  }
  #page .c_image {
    box-shadow: .6rem .6rem 0 0 rgba(0,0,0,.05);
  }
  #page .interview_flex {
    display: flex;
    flex-direction: column;
  }
  #page .interview_flex .interview_list {
    margin: 0;
  }
  #page .interview_flex:before {
    display: block;
    content: "";
    border-radius: .6rem;
    width: 100%;
    height: 65vw;
    margin-bottom: 1.5rem;
  }
  #page .interview_flex.staff_a:before {
    background: url(/wp-content/uploads/images/staff_img002.webp) top center no-repeat;
    background-size: cover;    
  }
  #page .interview_flex.staff_b:before {
    background: url(/wp-content/uploads/images/staff_img003.webp) top center no-repeat;
    background-size: cover;    
  }
  #page .interview_flex.staff_c:before {
    background: url(/wp-content/uploads/images/staff_img004.webp) top center no-repeat;
    background-size: cover;    
  }
  #page .interview_flex.child_a:before {
    background: url(/wp-content/uploads/images/child_img001.webp) top center no-repeat;
    background-size: cover;    
  }
  #page .interview_flex.child_b:before {
    background: url(/wp-content/uploads/images/child_img002.webp) top center no-repeat;
    background-size: cover;    
  }
  #page .interview_list dl {
    width: 100%;
  }
  #page .interview_list dl:nth-child(n+2) {
    margin-top: 3rem;
  }
  #page .interview_list dt {
    position: relative;
    margin-bottom: 1.2em;
    padding-bottom: .6em;
    padding-left: 2em;
    font-size: 1.6rem;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
  }
  #page .interview_list dt:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q.";
    color: var(--main-color);
    font-family: var(--serif);
  }
  #page .interview_list dd {
    padding: 3rem;
  }
  /******************************************************
  投稿
  ******************************************************/
  #page .blog_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  #page .blog_list .list {
    width: calc((100% / 2) - 5px);
    margin-right: 1rem;
  }
  #page .blog_list .list:nth-child(2n) {
    margin-right: 0;
  }
  #page .blog_list .list:nth-child(n+3) {
    margin-top: 3rem;
  }
  #page .blog_list .list .image {
    margin-bottom: 1rem;
  }
  #page .blog_list .list .image img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }  
  #page .blog_list .list .time {
    font-size: 1.2rem;
  }  
  #page .information_list {
    border-top: 1px solid #464646;
  }
  #page .information_list .list {
    border-bottom: 1px dotted #464646; 
  }
  #page .information_list .list a {
    display: block;
  }
  #page .information_list .list a .data {
    margin: 0;
    padding: 1em 0;
  }
  #page .information_list .list a .data .time {
    width: 100px;
    line-height: 1.5;
  }
  #page .information_list .list a .data .title {
    width: calc(100% - 100px);
    line-height: 1.5;
  }  
  #page #post_data {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #464646; 
  }
  #page #post_data .title {
    font-size: 2.4rem;
  }
  #page #post_data .time {
  }
  #page #post_contents h1,
  #page #post_contents h2,
  #page #post_contents h3,
  #page #post_contents h4 {
  }
  #page #post_contents h1 {
    font-size: 2.4rem;
  }
  #page #post_contents h2 {
    font-size: 2rem;
  }
  #page #post_contents h3 {
    font-size: 1.8rem;
  }
  #page #post_contents h4 {}
  #page #post_contents table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page #post_contents table th,
  #page #post_contents table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  
  #page .progress_list .list {
    padding: 1.5rem;
    border: 1px solid #ccc;
  }
  #page .progress_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #page .progress_list .list .progress_image {
    margin-bottom: 3rem;
  }
  #page .progress_list .list .progress_text {
    margin: 0;
  }
  #page .progress_list .list .progress_text .bg {
    margin-bottom: 0;
    padding: 1em;
    background: #fafafa;
  }  
}
/******************************************************
サイドバー
******************************************************/
@media screen and (min-width:1025px) {
  .post_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post_left {
    float: left;
    width: 70%;
  }
  .post_right {
    float: right;
    width: 26%;
  }
  .side_title {
    position: relative;
    display: block;
    margin-bottom: 1em;
    color: #fff!important;
    text-align: center;
    line-height: 5rem;
    text-decoration: none!important;
    background: var(--main-color);
  }
  .side_list {
    margin-bottom: 3rem;
  }
  .side_list li {
    padding-left: 0!important;
  }
  .side_list li:before {
    display: none!important;
  }
  .side_list li a {
    position: relative;
    display: block;
    padding: 1em;
    padding-right: 3em;
    line-height: 1.5;
    border-bottom: 1px dotted #464646; 
  }
  .side_list li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }
}
@media screen and (max-width:1024px) {
  .post_left {
    margin-bottom: 3rem;
  }
  .side_title {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    color: #fff!important;
    text-align: center;
    line-height: 5rem;
    text-decoration: none!important;
    background: var(--main-color);
  }
  .side_list {
    margin-bottom: 3rem;
  }
  .side_list li {
    padding-left: 0!important;
  }
  .side_list li:before {
    display: none!important;
  }  
  .side_list li a {
    position: relative;
    display: block;
    padding: 1em;
    padding-right: 3em;
    line-height: 1.5;
    border-bottom: 1px dotted #464646; 
  }
  .side_list li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }
}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width: 1420px) {
  #header {
    position: relative;
  }
  #h_address {
    position: absolute;
    right: 0;
    top: 9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 3.6em;
    color: #fff;
    font-size: .9375vw;
    line-height: 1.5;
    z-index: 1;
    box-sizing: border-box;
  }
  #h_address i {
    margin-right: .5em;
  }
  #h_cover {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 100;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;        
  }
  #h_cover.active {
    background: #bd8f62;
  }
  #h_logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 8rem;
    padding: 0 2em;
    text-align: center;
    background: #F3F4EE;
    box-sizing: border-box;
  }
  #h_logo img {
    width: auto;
    height: 58px;
  }
  #h_nav {
    display: flex;
    flex-direction: row-reverse;
  }
  #h_tel .tel a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 2em;
    height: 8rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-family: var(--serif);
    background: var(--main-color);
    box-sizing: border-box;    
  }
  #h_tel .tel a .small {
    font-size: 0.729vw;
  }
  #h_tel .tel a .large {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.82vw;
  }
  #h_tel .tel a .large i {
    margin-right: .3em;
  }
  #h_nav_list {
    margin: 0 4em;
  }
  #h_nav_list ul.first-nav {
    display: flex;
    align-items: center;
    height: 8rem;
  }
  #h_nav_list ul.first-nav li.first-list {
    position: relative;
  }
  #h_nav_list ul.first-nav li.first-list:nth-child(n+2) {
    margin-left: 2em;
  }
  #h_nav_list ul.first-nav li.first-list a.first-link {
    display: flex;
    flex-direction: column;
    color: #fff;
    line-height: 1.5;
    font-weight: var(--text-weight-bold);
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #h_nav_list ul.first-nav li.first-list a.first-link:hover {
    opacity: .7;
  }
  #h_nav_list ul.first-nav li.first-list a.first-link .jap {
    color: #fff;
    font-size: 1vw;
  }
  #h_nav_list ul.first-nav li.first-list a.first-link .eng {
    color: #FFF5E9;
    font-size: .8vw;
  }
  #h_nav_list ul.second-nav {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: calc(100% + 3rem);
    left: 0;
    width: 300px;
  }
  #h_nav_list ul.second-nav li.second-list {
    width: 100%;
  }
  #h_nav_list ul.second-nav li.second-list a.second-link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .5em;
    padding-right: 2em;
    color: #fff;
    font-size: 1.64rem;
    text-align: left;
    background: rgba(196,152,103,.9);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }
  #h_nav_list ul.second-nav li.second-list a.second-link:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";    
  }
  #h_nav_list ul.second-nav li.second-list:nth-child(n+2) a.second-link {
    border-top: 1px solid var(--main-color);
  }
  #h_nav_list ul.second-nav li.second-list a.second-link:hover {
    background: rgba(196,152,103,1);
  }
  #h_toggle_btn {
    display: none;
  }
  #page_top {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 50;
  }
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
    text-align: center;
    width: 6rem;
    height: 6rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background: var(--sub-color);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
    border-radius: 50%;
  }   
  #page_top a span {
    position: relative;
    display: inline-block;
    width: 20.8px;
    height: 10.9px;
  }
  #page_top a span:before,
  #page_top a span:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 15px;
    border-radius: 9999px;
    background-color: #fff;
    transform-origin: 50% 0.5px;
  }
  #page_top a span:before {
    transform: rotate(45deg);
  }
  #page_top a span:after {
    transform: rotate(-45deg);
  }
  
  #sp_fix_btn {
    display: none;
  }
  
}
@media screen and (max-width: 1419px) {
  #header {
    position: relative;
    height: 6rem;
  }
  #h_address {
    position: absolute;
    right: 0;
    top: 9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 3.6em;
    color: #fff;
    font-size: .9375vw;
    line-height: 1.5;
    z-index: 1;
    box-sizing: border-box;
    
    display: none;
  }
  #h_address i {
    margin-right: .5em;
  }
  #h_cover {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 100;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;   
    background: #F3F4EE;    
  }
  #h_logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
    background: #F3F4EE;
    box-sizing: border-box;
  }
  #h_logo img {
    width: auto;
    height: 3rem;
  }

  #h_nav {
    background: var(--main-color);
    display: block;
    width: calc(100% - 7rem);
    max-width: 420px;
    height: 100%;
    padding: 3rem 1.5rem 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
  }
  #h_nav.on {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }  
  #h_tel .tel a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    padding: 0;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-family: var(--serif);
    background: var(--main-color);
    box-sizing: border-box;    
  }
  #h_tel .tel a .small {
    font-size: 1.2rem;
  }
  #h_tel .tel a .large {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
  }
  #h_tel .tel a .large i {
    margin-right: .3em;
  }
  #h_nav_list {}
  #h_nav_list ul.first-nav {}
  #h_nav_list ul.first-nav li.first-list {
    position: relative;
  }
  #h_nav_list ul.first-nav li.first-list:nth-child(n+2) {
  }
  #h_nav_list ul.first-nav li.first-list a.first-link {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1em;
    color: #fff;
    line-height: 1.5;
    font-weight: var(--text-weight-bold);
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid #fff;
  }
  #h_nav_list ul.first-nav li.first-list a.first-link.no-border {
    border-bottom: none;
  }
  #h_nav_list ul.first-nav li.first-list a.first-link:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";    
  }  
  #h_nav_list ul.first-nav li.first-list a.first-link.no-border:after {
    display: none;
  }
  #h_nav_list ul.first-nav li.first-list a.first-link .jap {
    color: #fff;
  }
  #h_nav_list ul.first-nav li.first-list a.first-link .eng {
    display: none;
  }
  #h_nav_list ul.second-nav {
    margin-bottom: .5em;
    padding: 1em;
    background: rgba(0,0,0,.05);
  }
  #h_nav_list ul.second-nav li.second-list {}
  #h_nav_list ul.second-nav li.second-list a.second-link {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1em;
    color: #fff;
    line-height: 1.5;
    font-weight: var(--text-weight-bold);
    border-bottom: 1px solid #fff;    
  }
  #h_nav_list ul.second-nav li.second-list a.second-link:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";    
  }
  #h_nav_list ul.second-nav li.second-list:nth-child(n+2) a.second-link {
    border-top: 1px solid var(--main-color);
  }
  #h_toggle_btn {
    position: fixed;
    top: 0;
    right: 0;
  }
  #h_toggle_btn {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn.active {}
  #h_toggle_btn span {
    display: block;
    width: 26px;
    height: 1px;
    background: var(--main-color);
    position: absolute;
    left: 17px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 23px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 30px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 37px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 30px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }    
  #h_toggle_btn .title {
    padding-top: 4rem;
    font-size: 1rem;
    text-align: center;
    font-family: var(--serif);letter-spacing: .1em;
  }
  #page_top {
    display: none;
    position: fixed;
    bottom: 7rem;
    right: 1rem;
    z-index: 50;
  }
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 4rem;
    height: 4rem;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    background: var(--sub-color);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
    border-radius: 50%;
  }   
  #page_top a span {
    position: relative;
    display: inline-block;
    width: 13.7px;
    height: 7.4px;
  }
  #page_top a span:before,
  #page_top a span:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 10px;
    border-radius: 9999px;
    background-color: #fff;
    transform-origin: 50% 0.5px;
  }
  #page_top a span:before {
    transform: rotate(45deg);
  }
  #page_top a span:after {
    transform: rotate(-45deg);
  }
  
  #sp_fix_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 99;
  }
  #sp_fix_btn .btn {
    width: 50%;
    box-sizing: border-box;
    border-top: 1px solid #b38b5f;
  }
  #sp_fix_btn .btn:nth-child(n+2) {
    border-left: 1px solid #b38b5f;
  }
  #sp_fix_btn .btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 6rem;
    color: #fff;
    text-align: center;
    background: var(--main-color);
  }
  #sp_fix_btn .btn.tel a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1em;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: var(--serif);
    background: var(--main-color);
    box-sizing: border-box;
  }
  #sp_fix_btn .btn a img {
    width: auto;
    height: 1em;
  }
  
  #sp_fix_btn .btn.tel a .small {}
  #sp_fix_btn .btn.tel a .large {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
  }
  #sp_fix_btn .btn.tel a .large i {
    margin-right: .3em;
  }    
  #sp_fix_btn .btn.address {
    font-size: 1.6rem;
  }
  #sp_fix_btn .btn.address a i {
    margin-right: .5em;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width: 1025px) {
  /* マップ */
  #f_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 500px;
    position: relative;
  }
  #f_map .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }    
  /* ナビゲーション */
  #f_information {
    padding: 10rem 0 12rem;
    background: url(/wp-content/uploads/images/bg_footer.webp) top center no-repeat;
    background-size: cover;
  }
  #f_nav_list {
    display: flex;
    justify-content: center;
  }
  #f_nav_list .list {
    display: flex;
    margin-left: 10rem;
  }
  #f_nav_list .list .title {
    padding: .6em .3em;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: .5em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  #f_nav_list .list.clinic .title {
    background-image: linear-gradient(0deg, rgba(196, 152, 103, 0), rgba(196, 152, 103, 1));
  }
  #f_nav_list .list.medical .title {
    background-image: linear-gradient(0deg, rgba(46, 139, 235, 0), rgba(46, 139, 235, 1));
  }
  #f_nav_list .list ul {
    padding: 5rem;
    padding-right: 0;
  }
  #f_nav_list .list ul li {
    position: relative;
    padding-left: 1em;
  }
  #f_nav_list .list ul li:nth-child(n+2) {
    margin-top: .3em;
  }
  #f_nav_list .list ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
  }
  #f_nav_list .list.clinic ul li:before {
    background: var(--main-color);
  }
  #f_nav_list .list.medical ul li:before {
    background: var(--sub-color);
  }
  /* コピーライト */
  #copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    height: 8rem;
    background: var(--main-color);    
  }
  #copyright span.text:before {
    display: inline-block;
    content: "";
    width: 1px;
    margin: 0 1em;
    height: 1em;
    background: none;
    vertical-align: middle;
  }
  #copyright span.logo img {
    width: auto;
    height: 4rem;
  }    
}
@media screen and (max-width: 1024px) {
  #footer {
    padding-bottom: 6rem;
  }
  /* マップ */
  #f_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #f_map .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }    
  /* ナビゲーション */
  #f_information {
    padding: 5rem 1.5rem;
    background: url(/wp-content/uploads/images/bg_footer.webp) top center no-repeat;
    background-size: cover;
  }
  #f_nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #f_nav_list .list {
    width: calc(50% - 3px);
  }
  #f_nav_list .list .title {
    padding: .5em 1.5em;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
  }
  #f_nav_list .list.clinic .title {
    background-image: linear-gradient(-90deg, rgba(196, 152, 103, 0), rgba(196, 152, 103, 1));
  }
  #f_nav_list .list.medical .title {
    background-image: linear-gradient(-90deg, rgba(46, 139, 235, 0), rgba(46, 139, 235, 1));
  }
  #f_nav_list .list ul {
    margin-bottom: 1em;
  }
  #f_nav_list .list ul li {
    position: relative;
    margin-top: .5em;
    padding-left: 1em;
    font-size: 1.2rem;
  }
  #f_nav_list .list ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
  }
  #f_nav_list .list.clinic ul li:before {
    background: var(--main-color);
  }
  #f_nav_list .list.medical ul li:before {
    background: var(--sub-color);
  }
  /* コピーライト */
  #copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 3rem 0;
    background: var(--main-color);
  }
  #copyright span.logo {
    margin-bottom: 1.5rem;
  }
  #copyright span.logo img {
    width: auto;
    height: 3rem;
  }   
}
/******************************************************
トップページ（共通）
******************************************************/
@media screen and (min-width: 1025px) {
  /* PC用タイトル */
  .pc_title {
    padding: 1.5rem 0;
    background: var(--main-color) url(/wp-content/uploads/images/bg_title.webp) center center no-repeat;
    background-size: cover;
  }
  .pc_title .border_cover {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #4B351D;
    border-bottom: 1px solid #4B351D;
  }
  .pc_title .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 700px;
    max-width: 100%;
    padding: 1rem 0;
    color: #fff;
    line-height: 1.2;
    font-family: var(--serif);
  }
  .pc_title .title_left {
    margin-left: auto;
  }
  .pc_title .title_right {
    margin-right: auto;
  }
  .pc_title .title .eng {
    font-size: 2.5rem;
  }
  .pc_title .title .jap {
    font-size: 5rem;
  }
  /* SP用タイトル */
  .sp_title {
    display: none;
  }
  /* メインタイトル */
  .main_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 3vw 0;
  }
  .main_title .eng {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 40%;
    color: var(--sub-color);
    font-size: 5.7vw;
    font-family: var(--serif);
    line-height: 1;
  }
  .main_title .eng span {
    position: relative;
    display: block;    
  }
  .main_title .eng span:first-letter {
    color: var(--main-color);
  }
  .main_title .jap {
    width: calc(60% - 2em);
    color: #4B351D;
    font-size: 2.6vw;
    font-family: var(--serif);
    background-image: linear-gradient(90deg, rgba(196, 152, 103, 0), rgba(196, 152, 103, 1));
    box-sizing: border-box;
  }
  
  
  .shadow_title {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    padding: .2em .4em;
    color: #BDBDBD;
    text-align: right;
    font-family: var(--serif);
    font-size: 15rem;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    opacity: .25;
    z-index: 1;
    transform: rotate(180deg);
    transform-origin: center center;
    box-sizing: border-box;
  }  
  
  
  /* 診療時間 */
  .schedule_table {
    margin-bottom: 3rem;
  }
  .schedule_table table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1em;
  }
  .schedule_table thead {
    padding: .5em;
    color: #fff;
    background: var(--main-color);
  }
  .schedule_table tbody {
    background: #FFF5E9;
  }
  .schedule_table tr {
    border: .5em solid transparent;
  }
  .schedule_table th,
  .schedule_table td {
    padding: .5em;
  }
  .schedule_table th {
    text-align: left;
    width: 25%;
  }    
  .schedule_table td {
    text-align: center;
  }    
  .schedule_table span {
    color: var(--main-color);
  }
  .schedule_table .note {
    line-height: 1.5;
  }
  /* 交通アクセス */
  .trafic_list {
    display: flex;
  }
  .trafic_list .list {
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: #fff;
    background: var(--main-color);
  }
  .trafic_list .list:nth-child(n+2) {
    margin-left: 1rem;
  }
  .trafic_list .list .icon {
    padding: 1rem 2rem;
    background: #FFF5E9;
  }
  .trafic_list .list .text {
    padding: 0 .5em;
    line-height: 1.5;
  }
  .trafic_list .list .text i {
    margin: 0 .2em;
    font-size: 3rem;
  }
  
  .address_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
  }
  .address_box .address span {
    margin-right: .5em;
    color: var(--main-color);
    vertical-align: top;    
  }
  
  .address_box .tel {
    display: flex;
    margin-bottom: 1rem;
  }
  .address_box .tel a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em 2em;
    color: #fff;
    line-height: 1.2;
    font-family: var(--serif);
    background: var(--main-color);
  }
  .address_box a .small {
    font-size: 1.4rem;
  }
  .address_box a .large {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
  }
  .address_box a .large i {
    margin-right: .3em;
  }  
  
  
}
@media screen and (max-width: 1024px) {
  /* PC用タイトル */
  .pc_title {
    display: none;
  }
  /* SP用タイトル */
  .sp_title {
    width: 100%;
    padding: 1rem 0;
    background: var(--main-color) url(/wp-content/uploads/images/bg_title.webp) center center no-repeat;
    background-size: cover;
  }
  .sp_title .border_cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    color: #fff;
    border-top: 1px solid #4B351D;
    border-bottom: 1px solid #4B351D;
  }
  .sp_title .border_cover .eng {
    font-size: 1.4rem;
  }
  .sp_title .border_cover .jap {
    font-size: 2rem;
  }  
  /* メインタイトル */
  .main_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 1.5rem;
    padding: 3rem 0;
  }
  .main_title .eng {
    position: relative;
    margin: 1.5rem 0 3rem;
    color: var(--sub-color);
    font-size: 3.6rem;
    font-family: var(--serif);
    line-height: 1;
  }
  .main_title .eng span {
    position: relative;
    display: block;    
  }
  .main_title .eng span:first-letter {
    color: var(--main-color);
  }
  .main_title .jap {
    width: 100%;
    color: #4B351D;
    font-size: 1.8rem;
    text-align: center;
    font-family: var(--serif);
    background-image: linear-gradient(90deg, rgba(196, 152, 103, 0), rgba(196, 152, 103, 1));
    box-sizing: border-box;
  } 
  .shadow_title {
    display: none;
  }  
  /* 診療時間 */
  .schedule_table {
    margin-bottom: 3rem;
  }
  .schedule_table table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1em;
  }
  .schedule_table thead {
    padding: .5em;
    color: #fff;
    background: var(--main-color);
  }
  .schedule_table tbody {
    background: #FFF5E9;
  }
  .schedule_table tr {
    border: .5em solid transparent;
  }
  .schedule_table th,
  .schedule_table td {
    padding: .5em;
  }
  .schedule_table th {
    text-align: left;
    width: 25%;
  }    
  .schedule_table td {
    text-align: center;
  }    
  .schedule_table span {
    color: var(--main-color);
  }
  .schedule_table .note {
    line-height: 1.5;
  }
  /* 交通アクセス */
  .trafic_list {}
  .trafic_list .list {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    background: var(--main-color);
  }
  .trafic_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .trafic_list .list .icon {
    padding: 1rem 2rem;
    background: #FFF5E9;
  }
  .trafic_list .list .text {
    padding: 0 .5em;
    line-height: 1.5;
  }
  .trafic_list .list .text i {
    margin: 0 .2em;
    font-size: 3rem;
  }
  
  .address_box {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
  }
  .address_box .address span {
    margin-right: .5em;
    color: var(--main-color);
    vertical-align: top;    
  }
  .address_box .address {
    margin-bottom: 1em;
    text-align: center;
  }
  .address_box .tel {
    display: flex;
    margin-bottom: 1rem;
  }
  .address_box .tel a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1em;
    color: #fff;
    line-height: 1.2;
    font-family: var(--serif);
    background: var(--main-color);
    box-sizing: border-box;
  }
  .address_box .tel a .small {}
  .address_box .tel a .large {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
  }
  .address_box .tel a .large i {
    margin-right: .3em;
  }  
  
  
}
/******************************************************
トップページ（メインビジュアル）
******************************************************/
@media screen and (min-width: 1025px) {
  #top_main {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }  
  #top_main .main_cover {
    position: relative;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
  }
  #top_main .main_cover:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/images/main_visual_mark.webp) bottom center no-repeat;
    background-size: 100% auto;
  }    
  #top_main .main_cover .catch_copy {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 10%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    z-index: 1;
    box-sizing: border-box;
  }
  #top_main .main_cover .catch_copy .cathc_cover {
    display: flex;
    flex-direction: column;
  }  
  #top_main .main_cover .catch_copy .main_catch {
    position: relative;
    margin-bottom: .5em;
    font-size: 3.125vw;
    font-family: var(--serif);
    line-height: 1.2;
  }
  #top_main .main_cover .catch_copy .sub_catch {
    font-size: 1.05;
    line-height: 1.6;
  }
  #top_main .main_cover .catch_copy .name {
    margin-top: .5em;
    font-size: 7.5vw;
    font-family: var(--serif);
    line-height: 1;
    letter-spacing: .2em;
    opacity: .3;
  }  
  #main_visual {
    position: relative;
  }
  #main_visual .image {
    width: 100%;
    height: 100vh;
    background: #fff;
  }
  #main_visual .image_a {
    background: url(/wp-content/uploads/images/main_img001.webp) center center no-repeat;
    background-size: cover;
  }
  #main_visual .image_b {
    background: url(/wp-content/uploads/images/main_img002.webp) center center no-repeat;
    background-size: cover;
  }
  #main_visual .image_c {
    background: url(/wp-content/uploads/images/main_img003.webp) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  #top_main {
    width: 100%;
    height: 75vh;
    overflow: hidden;
  }  
  #top_main .main_cover {
    position: relative;
    width: 100%;
    height: 75vh;
    box-sizing: border-box;
  }
  #top_main .main_cover:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/images/main_visual_mark.webp) bottom center no-repeat;
    background-size: 100% auto;
  }    
  #top_main .main_cover .catch_copy {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 6vw;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    z-index: 1;
    box-sizing: border-box;
  }
  #top_main .main_cover .catch_copy .cathc_cover {
    display: flex;
    flex-direction: column;
  }  
  #top_main .main_cover .catch_copy .main_catch {
    position: relative;
    margin-bottom: .5em;
    font-size: 6vw;
    font-family: var(--serif);
    line-height: 1.3;
  }
  #top_main .main_cover .catch_copy .sub_catch {
    font-size: 3.6vw;
    line-height: 1.6;
  }
  #top_main .main_cover .catch_copy .name {
    margin-top: .5em;
    font-size: 8.6vw;
    font-family: var(--serif);
    line-height: 1;
    letter-spacing: .2em;
    opacity: .3;
  }  
  #main_visual {
    position: relative;
  }
  #main_visual .image {
    width: 100%;
    height: 75vh;
    background: #fff;
  }
  #main_visual .image_a {
    background: url(/wp-content/uploads/images/main_img001sp.webp) center center no-repeat;
    background-size: cover;
  }
  #main_visual .image_b {
    background: url(/wp-content/uploads/images/main_img002sp.webp) center center no-repeat;
    background-size: cover;
  }
  #main_visual .image_c {
    background: url(/wp-content/uploads/images/main_img003sp.webp) center center no-repeat;
    background-size: cover;
  }
}
/******************************************************
トップページ（インフォメーション）
******************************************************/
@media screen and (min-width: 1025px) {
  #top_information .information_cover {
    padding: 8rem 0;
    background: url(/wp-content/uploads/images/bg_information.webp) top center no-repeat;
    background-size: cover;
  }
  #top_information .information_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
  }
  #top_information .information_flex .flex {
    position: relative;
    width: calc((100% / 2) - 3rem);
    padding: 6rem;
    background: url(/wp-content/uploads/images/bg_mask.webp) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  #top_information .information_flex .flex:after {
    position: absolute;
    top: -1rem;
    left: -1rem;
    content: "";
    width: 100px;
    height: 100px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
  #top_information .information_flex .flex:nth-of-type(1):after {
    background: var(--sub-color);
  }
  #top_information .information_flex .flex:nth-of-type(2):after {
    background: var(--main-color);
  }
  /* 新着情報 */
  #top_information .flex_news {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #top_information .news_list {
    margin-bottom: 3rem;
  }
  #top_information .news_list .list:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_information .news_list .list .time {
    color: var(--sub-color);
  }
  #top_information .flex_news .btn {}
  #top_information .flex_news .btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 45px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.8rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
    background: var(--sub-color);
  }
  #top_information .flex_news .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 48px;
    height: 1px;
    background: var(--sub-color);
    border-bottom: 1px solid #fff;
  }
  #top_information .flex_news .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    background: var(--sub-color);
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;    
  }    
}
@media screen and (max-width: 1024px) {
  #top_information .inner {
    margin: 0;
    padding: 0;
  }
  #top_information .information_cover {
    padding-bottom: 3rem;
    background: url(/wp-content/uploads/images/bg_information.webp) top center no-repeat;
    background-size: cover;
  }
  #top_information .information_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
  }
  #top_information .information_flex .flex {
    position: relative;
    margin: 1.5rem;
    padding: 3rem 1.5rem;
    background: url(/wp-content/uploads/images/bg_mask.webp) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  #top_information .information_flex .flex:after {
    position: absolute;
    top: -.5rem;
    left: -.5rem;
    content: "";
    width: 50px;
    height: 50px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
  #top_information .information_flex .flex:nth-of-type(1):after {
    background: var(--sub-color);
  }
  #top_information .information_flex .flex:nth-of-type(2):after {
    background: var(--main-color);
  }
  /* 新着情報 */
  #top_information .news_list {
    margin-bottom: 3rem;
  }
  #top_information .news_list .list:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_information .news_list .list .time {
    color: var(--sub-color);
  }
  #top_information .flex_news .btn {}
  #top_information .flex_news .btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    font-weight: var(--text-weight-bold);
    text-align: center;
    background: var(--sub-color);
  }
  #top_information .flex_news .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 48px;
    height: 1px;
    background: var(--sub-color);
    border-bottom: 1px solid #fff;
  }
  #top_information .flex_news .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    background: var(--sub-color);
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;    
  }    
}
/******************************************************
トップページ（こんなお悩みはありませんか？）
******************************************************/
@media screen and (min-width: 1025px) {
  #top_trouble {
    background: #fff;
  }
  #top_trouble .trouble_cover {
    position: relative;
    padding: 8rem 0;
    background: url(/wp-content/uploads/images/bg_trouble.webp) top center no-repeat;
    background-size: cover;
  }
  #top_trouble .shadow_title {
    color: #fff;
  }
  #top_trouble .trouble_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_trouble .trouble_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% / 4) - 15px);
    margin-left: 2rem;    
  }
  #top_trouble .trouble_list .list:nth-child(4n+1) {
    margin-left: 0;
  }
  #top_trouble .trouble_list .list:nth-child(n+5) {
    margin-top: 2rem;
  }
  #top_trouble .trouble_list .list:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 50px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
  #top_trouble .trouble_list .list:nth-of-type(odd):after {
    background: var(--sub-color);
  }
  #top_trouble .trouble_list .list:nth-of-type(even):after {
    background: var(--main-color);
  }    
  #top_trouble .trouble_list .list a {
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
  }  
  #top_trouble .trouble_list .list a:after {
    position: absolute;
    display: block;
    bottom: 20px;
    right: 20px;
    content: "";
    width: 48px;
    height: 1px;
    background: var(--main-color);
  }
  #top_trouble .trouble_list .list a:before {
    position: absolute;
    display: block;
    bottom: 20px;
    right: 20px;
    content: "";
    width: 8px;
    height: 1px;
    background: var(--main-color);
    transform: rotate(45deg);
    transform-origin: bottom right;    
  }    
  #top_trouble .trouble_list .list .title {
    font-size: 2.2rem;
    font-weight: var(--text-weight-bold);
  }  
  #top_trouble .trouble_list .list .comment {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  #top_trouble {
    background: #fff;
  }
  #top_trouble .trouble_cover {
    position: relative;
    padding: 5rem 0;
    background: url(/wp-content/uploads/images/bg_trouble.webp) top center no-repeat;
    background-size: cover;
  }
  #top_trouble .shadow_title {
    color: #fff;
  }
  #top_trouble .trouble_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_trouble .trouble_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% / 2) - 3px);
    margin-left: 6px;    
  }
  #top_trouble .trouble_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_trouble .trouble_list .list:nth-child(n+3) {
    margin-top: 6px;
  }
  #top_trouble .trouble_list .list:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 30px;
    height: 30px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    background: var(--main-color);
  }
  
  #top_trouble .trouble_list .list:nth-child(1):after,
  #top_trouble .trouble_list .list:nth-child(4):after,
  #top_trouble .trouble_list .list:nth-child(5):after,
  #top_trouble .trouble_list .list:nth-child(8):after,
  #top_trouble .trouble_list .list:nth-child(9):after,
  #top_trouble .trouble_list .list:nth-child(11):after {
    background: var(--sub-color);
  }
  
  #top_trouble .trouble_list .list a {
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.4rem;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
  }      
  #top_trouble .trouble_list .list .title {
    font-weight: var(--text-weight-bold);
  }  
  #top_trouble .trouble_list .list .comment {
    line-height: 1.5;
  }
  #top_trouble .trouble_list .list .comment br {
    display: none;
  }
}
/******************************************************
トップページ（診療案内）
******************************************************/
@media screen and (min-width: 1025px) {
  #top_medical {
    background: url(/wp-content/uploads/images/bg_medical.webp) top center no-repeat;
    background-size: cover;
  }
  #top_medical .medical_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_medical .medical_list .list {
    display: flex;
    flex-direction: column;
  }
  #top_medical .medical_list .list_2 {
    width: 50%;
  }
  #top_medical .medical_list .list_3 {
    width: calc(100% / 3);
  }
  #top_medical .medical_list .list .title {
    margin-bottom: 1em;
    font-size: 3rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
  }
  #top_medical .medical_list .list .title:before {
    display: block;
    content: "";
    width: 1px;
    height: 5rem;
    margin: 2rem auto;
    background: var(--main-color);
  }  
  #top_medical .medical_list .list .title span {
    color: var(--main-color);
  }
  #top_medical .medical_list .list_2:nth-of-type(even) .title span {
    color: var(--sub-color);
  }
  #top_medical .medical_list .list_3:nth-of-type(odd) .title span {
    color: var(--sub-color);
  }
  #top_medical .medical_list .list .text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 315px;    
    padding: 6rem 8rem;
    color: #fff;
    box-sizing: border-box;
  }
  #top_medical .medical_list .list:nth-child(1) .text {
    background: url(/wp-content/uploads/images/top_medical_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_medical .medical_list .list:nth-child(2) .text {
    background: url(/wp-content/uploads/images/top_medical_img002.webp) top center no-repeat;
    background-size: cover;
  }  
  #top_medical .medical_list .list:nth-child(3) .text {
    background: url(/wp-content/uploads/images/top_medical_img003.webp) top center no-repeat;
    background-size: cover;
  }
  #top_medical .medical_list .list:nth-child(4) .text {
    background: url(/wp-content/uploads/images/top_medical_img004.webp) top center no-repeat;
    background-size: cover;
  }
  #top_medical .medical_list .list:nth-child(5) .text {
    background: url(/wp-content/uploads/images/top_medical_img005.webp) top center no-repeat;
    background-size: cover;
  }
  #top_medical .medical_list .list .btn_cover {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 380px;
  }
  #top_medical .medical_list .list .btn {
    margin-left: 4rem;
  }
  #top_medical .medical_list .list .btn:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_medical .medical_list .list .btn:nth-child(n+3) {
    margin-top: 2rem;
  }
  #top_medical .medical_list .list .btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 45px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.6rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
    line-height: 1.2;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  #top_medical .medical_list .list .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
  }
  #top_medical .medical_list .list .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;    
  }      
  /* 初めての患者様へ */
  #top_medical .first_banner {
    padding: 6rem 0;
  }
  #top_medical .first_banner a {
    display: block;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.5rem;
    color: #fff;
    font-size: 3.5rem;
    font-weight: var(--text-weight-bold);
    box-sizing: border-box;
    background: url(/wp-content/uploads/images/bg_first_banner.webp) top center no-repeat;
    background-size: cover;
  }
  #top_medical .first_banner a .border {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 120px;
    padding: 3rem;
    line-height: 1;
    border: 1px solid #4B351D;
    box-sizing: border-box;
  }
  #top_medical .first_banner a .border .icon {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  #top_medical {
    background: url(/wp-content/uploads/images/bg_medical.webp) top center no-repeat;
    background-size: cover;
  }
  #top_medical .medical_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_medical .medical_list .list {
    display: flex;
    flex-direction: column;
  }
  #top_medical .medical_list .list_2,
  #top_medical .medical_list .list_3 {
    width: 100%;
  }
  #top_medical .medical_list .list .title {
    margin-bottom: 1em;
    font-size: 2.4rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
  }
  #top_medical .medical_list .list .title:before {
    display: block;
    content: "";
    width: 1px;
    height: 3rem;
    margin: 1rem auto;
    background: var(--main-color);
  }  
  #top_medical .medical_list .list .title span {
    color: var(--main-color);
  }
  #top_medical .medical_list .list_2:nth-of-type(even) .title span {
    color: var(--sub-color);
  }
  #top_medical .medical_list .list_3:nth-of-type(odd) .title span {
    color: var(--sub-color);
  }
  #top_medical .medical_list .list .text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    width: 100%;
    padding: 3rem 1.5rem;
    color: #fff;
    box-sizing: border-box;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }
  #top_medical .medical_list .list:nth-child(1) .text {
    background: url(/wp-content/uploads/images/top_medical_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_medical .medical_list .list:nth-child(2) .text {
    background: url(/wp-content/uploads/images/top_medical_img002.webp) top center no-repeat;
    background-size: cover;
  }  
  #top_medical .medical_list .list:nth-child(3) .text {
    background: url(/wp-content/uploads/images/top_medical_img003.webp) top center no-repeat;
    background-size: cover;
  }
  #top_medical .medical_list .list:nth-child(4) .text {
    background: url(/wp-content/uploads/images/top_medical_img004.webp) top center no-repeat;
    background-size: cover;
  }
  #top_medical .medical_list .list:nth-child(5) .text {
    background: url(/wp-content/uploads/images/top_medical_img005.webp) top center no-repeat;
    background-size: cover;
  }
  #top_medical .medical_list .list .btn_cover {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
  }
  #top_medical .medical_list .list .btn {
    width: calc((100% / 2) - 1rem);
    margin-left: 2rem;
  }
  #top_medical .medical_list .list .btn:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_medical .medical_list .list .btn:nth-child(n+3) {
    margin-top: 2rem;
  }
  #top_medical .medical_list .list .btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    color: #fff;
    font-weight: var(--text-weight-bold);
    text-align: center;
    line-height: 1.2;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  #top_medical .medical_list .list .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -10px;
    content: "";
    width: 30px;
    height: 1px;
    background: #fff;
  }
  #top_medical .medical_list .list .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -10px;
    content: "";
    width: 8px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;    
  }      
  /* 初めての患者様へ */
  #top_medical .first_banner {
    padding: 3rem 1.5rem;
  }
  #top_medical .first_banner a {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem;
    color: #fff;
    font-weight: var(--text-weight-bold);
    box-sizing: border-box;
    background: url(/wp-content/uploads/images/bg_first_banner.webp) top center no-repeat;
    background-size: cover;
  }
  #top_medical .first_banner a .border {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 1.5rem;
    line-height: 1;
    border: 1px solid #4B351D;
    box-sizing: border-box;
  }
  #top_medical .first_banner a .border .icon {
    margin-left: 2rem;
  }
}
/******************************************************
トップページ（スライダー）
******************************************************/
@media screen and (min-width: 1025px) {
  #top_slider {
    padding: 6rem 0;
    background: url(/wp-content/uploads/images/bg_slider.webp) top center no-repeat;
    background-size: cover;
  }
  .simply-scroll-container {
    position: relative;
  }
  .simply-scroll-clip {
    position: relative;
    overflow: hidden; 
  }
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #image-scroll.slider_list .list {
    position: relative;
    float: left; 
    padding: 0 1rem;
    margin: 0;
    width: 360;
    height: 400px;
    text-align: center;
    list-style:none!important;
  }  
  #image-scroll.slider_list .list img {
    display: block;
    width: 100%;
    height: auto;
  }  
}
@media screen and (max-width: 1024px) {
  #top_slider {
    padding: 1.5rem 0;
    background: url(/wp-content/uploads/images/bg_slider.webp) top center no-repeat;
    background-size: cover;
  }
  .simply-scroll-container {
    position: relative;
  }
  .simply-scroll-clip {
    position: relative;
    overflow: hidden; 
  }
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #image-scroll.slider_list .list {
    position: relative;
    float: left; 
    padding: 0 .5rem;
    margin: 0;
    width: 180px;
    height: 200px;
    text-align: center;
    list-style:none!important;
  }  
  #image-scroll.slider_list .list img {
    width: auto;
    height: 200px;
  }  
}
/******************************************************
トップページ（選ばれる理由）
******************************************************/
@media screen and (min-width: 1025px) {
  #top_reason .main_title .jap {
    background: none;
  }
  /* カバー */
  #top_reason .reason_cover_a {
    padding: 10rem 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(46, 139, 235, 0.1) 30%);
  }
  #top_reason .reason_cover_b {
    position: relative;
    padding-bottom: 15vw;
  }
  #top_reason .reason_cover_b:before {
    position: absolute;
    top: -15vw;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: calc(100% + 30vw);
    background: url(/wp-content/uploads/images/bg_reason_004a.webp) top center no-repeat;
    background-size: 100% auto;
    clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 65%);
  }
  
  #top_reason .reason_cover_c:before {
    display: block;
    content: "";
    width: 100%;
    margin: -20vw 0 -30vw;
    aspect-ratio: 2 / 1;
    object-fit: cofer;
    background: url(/wp-content/uploads/images/bg_reason_004b.webp) center center fixed;
    backgound-size: cover;
    clip-path: polygon(0 0, 100% 35%, 100% 65%, 0% 100%);
  }
  
  #top_reason .reason_cover_c {
    padding-top: 10rem;
    padding-bottom: 6rem;
    background: url(/wp-content/uploads/images/bg_reason_004c.webp) center center no-repeat;
  }
  /* 画像 */
  #top_reason .image {
    position: relative;
    width: 35%;
  }
  #top_reason .image_cover {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  #top_reason .image_cover:after {
    position: absolute;
    display: block;
    content: "";
    width: 1.5625vw;
    height: 1.5625vw;
  }
  #top_reason .access .image_cover:after {
    top: 100%;
    left: 100%;
    background: var(--main-color); 
  }
  #top_reason .clinic .image_cover:after {
    top: 100%;
    left: 100%;
    background: var(--sub-color);
  }
  #top_reason .doctor .image_cover:after {
    right: 100%;
    bottom: 100%;
    background: var(--main-color);
    width: 3.125vw;
    height: 3.125vw;    
  }   
  #top_reason .doctor .image_cover:before {
    position: absolute;
    top: calc(100% - 6rem);
    right: calc(100% - 12rem);
    display: block;
    width: 65%;
    height: 65%;
    content: "";
    background: url(/wp-content/uploads/images/top_reason_img003b.webp) top center no-repeat;
    background-size: cover;
    z-index: 1;
    box-shadow: 1rem -1rem 0 0 rgba(255,255,255,1);
  }
  
  /* リスト */
  #top_reason .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
  }
  #top_reason .list.reverse {
    flex-direction: row-reverse;
  }
  #top_reason .list.access {  
    background: url(/wp-content/uploads/images/bg_reason_mask001.webp) center right no-repeat;
    background-size: auto 100%;
  }
  #top_reason .list.clinic {  
    background: url(/wp-content/uploads/images/bg_reason_mask001.webp) center right no-repeat;
    background-size: auto 100%;
  }
  #top_reason .list:nth-child(n+2) {
    margin-top: 10rem;
  }
  /* テキストカバー */
  #top_reason .text {
    position: relative;
    width: calc(100% - 59%);
    margin: 0 12%;
    padding-left: 8rem;
    box-sizing: border-box;
  }
  #top_reason .text:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 4rem;
    height: 100%;
  }
  #top_reason .list.access .text:before {
    background-image: linear-gradient(0deg, rgba(196, 152, 103, 0), rgba(196, 152, 103, 1));
  }
  #top_reason .list.clinic .text:before {
    background-image: linear-gradient(0deg, rgba(46, 139, 235, 0), rgba(46, 139, 235, 1));
  }
  #top_reason .list.doctor .text:before {
    background-image: linear-gradient(0deg, rgba(196, 152, 103, 0), rgba(196, 152, 103, 1));
  }  
  /* ナンバー */
  #top_reason .number {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    font-size: 3rem;
    font-family: var(--serif);
    line-height: 1;
  }
  #top_reason .access .number {
    color: var(--main-color);    
  }
  #top_reason .clinic .number {
    color: var(--sub-color);    
  }
  #top_reason .doctor .number {
    color: var(--main-color);    
  }
  #top_reason .treatment .number {
    color: var(--sub-color);    
  }
  #top_reason .number .large {
    margin-left: .5em;
    font-size: 6rem;
  }
  /* タイトル */
  #top_reason .title {
    margin-bottom: .5em;
    font-size: 3rem;
    font-weight: var(--text-weight-bold);
  }
  /* メッセージ */
  #top_reason .message {
    margin-bottom: 3rem;
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: var(--text-weight-bold);
  }
  #top_reason .access .message {
    color: var(--main-color);
  }
  #top_reason .clinic .message {
    color: var(--sub-color);
  }
  #top_reason .doctor .message {
    color: var(--main-color);
  }
  #top_reason .treatment .message {
    color: var(--sub-color);
  }
  /* 文章 */
  #top_reason .comment {
    margin-bottom: 3em;
  }
  /* ボタン */
  #top_reason .btn a {
    position: relative;
    display: block;
    width: 275px;
    height: 80px;    
    margin: 0 auto;
    padding: 1rem;
    box-sizing: border-box;
  }
  #top_reason .access .btn a {
    border: 1px solid var(--main-color);
  }
  #top_reason .clinic .btn a {
    border: 1px solid var(--sub-color);
  }
  #top_reason .doctor .btn a {
    border: 1px solid var(--main-color);
  }
  #top_reason .treatment .btn a {
    border: 1px solid var(--sub-color);
  }  
  #top_reason .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 48px;
    height: 1px;
    background: var(--main-color);
    border-bottom: 1px solid #fff;
  }
  #top_reason .access .btn a:after {
    background: var(--main-color);
  }
  #top_reason .clinic .btn a:after {
    background: var(--sub-color);
  }
  #top_reason .doctor .btn a:after {
    background: var(--main-color);
  }
  #top_reason .treatment .btn a:after {
    background: var(--sub-color);
  }  
  #top_reason .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;    
  }      
  #top_reason .access .btn a:before {
    background: var(--main-color);
  }
  #top_reason .clinic .btn a:before {
    background: var(--sub-color);
  }
  #top_reason .doctor .btn a:before {
    background: var(--main-color);
  }
  #top_reason .treatment .btn a:before {
    background: var(--sub-color);
  }  
  #top_reason .btn a .btn_bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
  }
  #top_reason .access .btn a .btn_bg {
    background: url(/wp-content/uploads/images/bg_btn_access.webp) center center no-repeat;
    background-size: cover;
  }
  #top_reason .clinic .btn a .btn_bg {
    background: url(/wp-content/uploads/images/bg_btn_clinic.webp) center center no-repeat;
    background-size: cover;
  }
  #top_reason .doctor .btn a .btn_bg {
    background: url(/wp-content/uploads/images/bg_btn_doctor.webp) center center no-repeat;
    background-size: cover;
  }
  #top_reason .treatment .btn a .btn_bg {
    background: url(/wp-content/uploads/images/bg_btn_treatment.webp) center center no-repeat;
    background-size: cover;
  }    
  #top_reason .btn a .btn_bg .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }  
  
  /* REASON 04 */
  #top_reason .reason_box {
    position: relative;
    width: 1300px;
    max-width: 100%;    
    margin: 0 auto;
    padding: 1.5rem;
    box-sizing: border-box;    
    background: url(/wp-content/uploads/images/bg_reason_004_box.webp) top center no-repeat;
    background-size: cover;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
  }
  
  #top_reason .reason_box:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 175px;
    height: 175px;
    background: var(--main-color);
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
  #top_reason .reason_box .border {
    padding: 3rem;
    border: 1px solid #4B351D;
  }
  #top_reason .reason_box .number {
    jusitfy-content: center;
  }
  #top_reason .reason_box .text {
    width: 100%;
    text-align: center;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* REASON04 画像 */
  #top_reason .photo_flex {
    display: flex;
    margin-top: -6rem;
  }
  #top_reason .photo_flex .photo {
    width: 25%;
  }
  #top_reason .photo_flex .photo img {
    width: 100%;
    height: auto;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 }
@media screen and (max-width: 1024px) {
  #top_reason {
  }
  
  #top_reason .main_title .jap {
    background: none;
  }
  /* カバー */
  #top_reason .reason_cover_a {
    padding-bottom: 5rem;
    background: rgba(46, 139, 235, 0.1);
  }
  #top_reason .reason_cover_b {
    position: relative;
    padding-bottom: 5rem;
    background: url(/wp-content/uploads/images/bg_reason_004a.webp) top center no-repeat;
  }
  #top_reason .reason_cover_c {
    padding-top: 5rem;
    padding-bottom: 3rem;
    background: url(/wp-content/uploads/images/bg_reason_004c.webp) center center no-repeat;
  }
  /* 画像 */
  #top_reason .image {
    position: relative;
    width: 100%;
  }
  #top_reason .image img {
    width: 100%;
    height: auto;
  }
  #top_reason .image_cover {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }

  #top_reason .access .image_cover:after {
    top: 100%;
    left: 100%;
    background: var(--main-color); 
  }
  #top_reason .clinic .image_cover:after {
    top: 100%;
    left: 100%;
    background: var(--sub-color);
  }

  /* リスト */
  #top_reason .list {
    position: relative;
    z-index: 1;
  }
  #top_reason .list.reverse {
    flex-direction: row-reverse;
  }
  #top_reason .list.access {  
    background: url(/wp-content/uploads/images/bg_reason_mask001.webp) center right no-repeat;
    background-size: auto 100%;
  }
  #top_reason .list.clinic {  
    background: url(/wp-content/uploads/images/bg_reason_mask001.webp) center right no-repeat;
    background-size: auto 100%;
  }
  #top_reason .list:nth-child(n+2) {
    margin-top: 5rem;
  }
  /* テキストカバー */
  #top_reason .text {
    position: relative;
    margin: 3rem 1.5rem;
    margin-left: 1rem;
    padding-left: 2rem;
    box-sizing: border-box;
  }
  #top_reason .text:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 5px;
    height: 100%;
  }
  #top_reason .list.access .text:before {
    background-image: linear-gradient(0deg, rgba(196, 152, 103, 0), rgba(196, 152, 103, 1));
  }
  #top_reason .list.clinic .text:before {
    background-image: linear-gradient(0deg, rgba(46, 139, 235, 0), rgba(46, 139, 235, 1));
  }
  #top_reason .list.doctor .text:before {
    background-image: linear-gradient(0deg, rgba(196, 152, 103, 0), rgba(196, 152, 103, 1));
  }  
  /* ナンバー */
  #top_reason .number {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    font-size: 1.8rem;
    font-family: var(--serif);
    line-height: 1;
  }
  #top_reason .access .number {
    color: var(--main-color);    
  }
  #top_reason .clinic .number {
    color: var(--sub-color);    
  }
  #top_reason .doctor .number {
    color: var(--main-color);    
  }
  #top_reason .treatment .number {
    color: var(--sub-color);    
  }
  #top_reason .number .large {
    margin-left: .5em;
    font-size: 3rem;
  }
  /* タイトル */
  #top_reason .title {
    margin-bottom: .5em;
    font-size: 2rem;
    font-weight: var(--text-weight-bold);
  }
  /* メッセージ */
  #top_reason .message {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: var(--text-weight-bold);
  }
  #top_reason .access .message {
    color: var(--main-color);
  }
  #top_reason .clinic .message {
    color: var(--sub-color);
  }
  #top_reason .doctor .message {
    color: var(--main-color);
  }
  #top_reason .treatment .message {
    color: var(--sub-color);
  }
  /* 文章 */
  #top_reason .comment {
    margin-bottom: 3em;
  }
  /* ボタン */
  #top_reason .btn {
    padding-right: 15px;
  }
  #top_reason .btn a {
    position: relative;
    display: block;
    width: 275px;
    height: 80px;    
    margin: 0 auto;
    padding: 1rem;
    box-sizing: border-box;
  }
  #top_reason .access .btn a {
    border: 1px solid var(--main-color);
  }
  #top_reason .clinic .btn a {
    border: 1px solid var(--sub-color);
  }
  #top_reason .doctor .btn a {
    border: 1px solid var(--main-color);
  }
  #top_reason .treatment .btn a {
    border: 1px solid var(--sub-color);
  }  
  #top_reason .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 48px;
    height: 1px;
    background: var(--main-color);
    border-bottom: 1px solid #fff;
  }
  #top_reason .access .btn a:after {
    background: var(--main-color);
  }
  #top_reason .clinic .btn a:after {
    background: var(--sub-color);
  }
  #top_reason .doctor .btn a:after {
    background: var(--main-color);
  }
  #top_reason .treatment .btn a:after {
    background: var(--sub-color);
  }  
  #top_reason .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;    
  }      
  #top_reason .access .btn a:before {
    background: var(--main-color);
  }
  #top_reason .clinic .btn a:before {
    background: var(--sub-color);
  }
  #top_reason .doctor .btn a:before {
    background: var(--main-color);
  }
  #top_reason .treatment .btn a:before {
    background: var(--sub-color);
  }  
  #top_reason .btn a .btn_bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    color: #fff;
    font-weight: var(--text-weight-bold);
    text-align: center;
  }
  #top_reason .access .btn a .btn_bg {
    background: url(/wp-content/uploads/images/bg_btn_access.webp) center center no-repeat;
    background-size: cover;
  }
  #top_reason .clinic .btn a .btn_bg {
    background: url(/wp-content/uploads/images/bg_btn_clinic.webp) center center no-repeat;
    background-size: cover;
  }
  #top_reason .doctor .btn a .btn_bg {
    background: url(/wp-content/uploads/images/bg_btn_doctor.webp) center center no-repeat;
    background-size: cover;
  }
  #top_reason .treatment .btn a .btn_bg {
    background: url(/wp-content/uploads/images/bg_btn_treatment.webp) center center no-repeat;
    background-size: cover;
  }    
  #top_reason .btn a .btn_bg .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }  
  
  /* REASON 04 */
  #top_reason .reason_box {
    position: relative; 
    margin: 0 1.5rem 3rem;
    padding: 1rem;
    box-sizing: border-box;    
    background: url(/wp-content/uploads/images/bg_reason_004_box.webp) top center no-repeat;
    background-size: cover;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
  }
  
  #top_reason .reason_box:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 50px;
    background: var(--main-color);
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
  #top_reason .reason_box .border {
    padding: 3rem 1.5rem;
    border: 1px solid #4B351D;
  }
  #top_reason .reason_box .number {
    justify-content: center;
  }
  #top_reason .reason_box .text {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
  }
  #top_reason .reason_box .btn {
    margin-right: 0;
  }
  /* REASON04 画像 */
  #top_reason .photo_flex {
    display: flex;
    flex-wrap: wrap;
  }
  #top_reason .photo_flex .photo {
    width: 50%;
  }
  #top_reason .photo_flex .photo img {
    width: 100%;
    height: auto;
  }
 }
/******************************************************
トップページ（お問い合わせ）
******************************************************/
@media screen and (min-width: 1025px) {
  #top_contact {
    padding: 12rem 0;
    background: url(/wp-content/uploads/images/bg_contact.webp) top center no-repeat;
    background-size: cover;
  }
  #top_contact .contact_title {
    margin-bottom: 1em;
    color: #4B351D;
    font-size: 5rem;
    font-family: var(--serif);
    text-align: center;
  }
  #top_contact .contact_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_contact .contact_list .list {
    width: calc(50% - 3rem);
  }
  #top_contact .contact_list .list a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 135px;
    color: #fff;
    font-size: 3rem;
    font-weight: var(--text-weight-bold);
  }
  #top_contact .contact_list .list.first a {
    background: url(/wp-content/uploads/images/bg_contact_btn001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_contact .contact_list .list.doctor a {
    background: url(/wp-content/uploads/images/bg_contact_btn002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_contact .contact_list .list a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -40px;
    content: "";
    width: 150px;
    height: 1px;
    background: var(--main-color);
    border-bottom: 1px solid #fff;
  }
  #top_contact .contact_list .list.doctor a:after {
    background: var(--sub-color);
  }
  #top_contact .contact_list .list a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -40px;
    content: "";
    width: 20px;
    height: 1px;
    background: var(--main-color);
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;    
  }      
  #top_contact .contact_list .list.doctor a:before {
    background: var(--sub-color);
  }
  #top_contact .contact_list .list a .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  #top_contact {
    padding: 5rem 0;
    background: url(/wp-content/uploads/images/bg_contact.webp) top center no-repeat;
    background-size: cover;
  }
  #top_contact .contact_title {
    margin-bottom: 1em;
    color: #4B351D;
    font-size: 2.4rem;
    font-family: var(--serif);
    text-align: center;
  }
  #top_contact .contact_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1.5rem;
  }
  #top_contact .contact_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_contact .contact_list .list a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 1rem;
    color: #fff;
    font-weight: var(--text-weight-bold);
    box-sizing: border-box;
  }
  #top_contact .contact_list .list.first a {
    background: url(/wp-content/uploads/images/bg_contact_btn001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_contact .contact_list .list.doctor a {
    background: url(/wp-content/uploads/images/bg_contact_btn002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_contact .contact_list .list a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 48px;
    height: 1px;
    background: var(--main-color);
    border-bottom: 1px solid #fff;
  }
  #top_contact .contact_list .list.doctor a:after {
    background: var(--sub-color);
  }  
  #top_contact .contact_list .list a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    background: var(--main-color);
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;    
  }      
  #top_contact .contact_list .list.doctor a:before {
    background: var(--sub-color);
  }
  #top_contact .contact_list .list a .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    padding: 1rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    box-sizing: border-box;
  }
}
/******************************************************
トップページ（ご挨拶）
******************************************************/
@media screen and (min-width: 1025px) {
  #top_greeting .greeting_cover {
    position: relative;
    background: url(/wp-content/uploads/images/bg_greeting.webp) center center no-repeat;
    background-size: cover;
  }
  #top_greeting .greeting_cover {
    position: relative;
  }
  #top_greeting .greeting_box {
    position: relative;
    padding: 12rem 0;
    width: 720px;
    max-width: 100%;
  }
  #top_greeting .greeting_cover:after {
    position: absolute;
    bottom: 0;
    right: 10%;
    display: block;
    content: "";
    width: 30%;
    height: 100%;
    background: url(/wp-content/uploads/images/top_greeting_img001.webp) bottom center no-repeat;
    background-size: contain;
  }
  #top_greeting .greeting_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3vw 0 0;
  }
  #top_greeting .greeting_title .eng {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3rem;
    color: var(--sub-color);
    font-size: 11rem;
    font-family: var(--serif);
    line-height: 1;
  }
  #top_greeting .greeting_title .eng span {
    position: relative;
    display: block;    
  }
  #top_greeting .greeting_title .eng span:first-letter {
    color: var(--main-color);
  }
  #top_greeting .greeting_title .jap {
    width: 100%;
    color: #4B351D;
    font-size: 5rem;
    font-family: var(--serif);
    text-align: center;
    background-image: linear-gradient(90deg, rgba(196, 152, 103, 0.1), rgba(196, 152, 103, 0.6) 50%, rgba(196, 152, 103, 0.1));
    box-sizing: border-box;
  }  
  #top_greeting .greeting_comment {
    padding: 6rem 4rem;
  }
  #top_greeting .btn a {
    position: relative;
    display: block;
    width: 275px;
    height: 80px;    
    margin: 0 auto;
    padding: 1rem;
    box-sizing: border-box;
    border: 1px solid var(--main-color);
  }
  #top_greeting .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 48px;
    height: 1px;
    background: var(--main-color);
    border-bottom: 1px solid #fff;
  }
  #top_greeting .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;
    background: var(--main-color);
  }
  #top_greeting .btn a .btn_bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
    background: url(/wp-content/uploads/images/bg_btn_doctor.webp) center center no-repeat;
    background-size: cover;
  }  
  #top_greeting .btn a .btn_bg .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }      
}
@media screen and (max-width: 1024px) {
  #top_greeting .shadow_title {
    display: none;
  }
  #top_greeting .greeting_cover {
    position: relative;
    background: url(/wp-content/uploads/images/bg_greeting.webp) center center no-repeat;
    background-size: cover;
  }
  #top_greeting .greeting_cover {
    position: relative;
  }
  #top_greeting .greeting_box {
    position: relative;
    padding: 5rem 0;
  }
  #top_greeting .greeting_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #top_greeting .greeting_title .eng {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3rem;
    color: var(--sub-color);
    font-size: 3.6rem;
    font-family: var(--serif);
    line-height: 1;
  }
  #top_greeting .greeting_title .eng span {
    position: relative;
    display: block;    
  }
  #top_greeting .greeting_title .eng span:first-letter {
    color: var(--main-color);
  }
  #top_greeting .greeting_title .jap {
    width: 100%;
    color: #4B351D;
    font-size: 1.8rem;
    font-family: var(--serif);
    text-align: center;
    background-image: linear-gradient(90deg, rgba(196, 152, 103, 0.1), rgba(196, 152, 103, 0.6) 50%, rgba(196, 152, 103, 0.1));
    box-sizing: border-box;
  }  
  #top_greeting .greeting_comment:before {
    display: block;
    content: "";
    width: 100%;
    height: 90vw;
    margin-bottom: 3rem;
    background: url(/wp-content/uploads/images/top_greeting_img001.webp) bottom center no-repeat;
    background-size: contain;
  }  
  #top_greeting .greeting_comment {
    padding: 3rem 1.5rem;
  }
  #top_greeting .btn a {
    position: relative;
    display: block;
    width: 275px;
    height: 80px;    
    margin: 0 auto;
    padding: 1rem;
    box-sizing: border-box;
    border: 1px solid var(--main-color);
  }
  #top_greeting .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 48px;
    height: 1px;
    background: var(--main-color);
    border-bottom: 1px solid #fff;
  }
  #top_greeting .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;
    background: var(--main-color);
  }
  #top_greeting .btn a .btn_bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
    background: url(/wp-content/uploads/images/bg_btn_doctor.webp) center center no-repeat;
    background-size: cover;
  }  
  #top_greeting .btn a .btn_bg .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }      
}
/******************************************************
トップページ（採用情報）
******************************************************/
@media screen and (min-width: 1025px) {
  #top_recruit .recruit_cover {
    padding: 8rem 0;    
    background: #d6b794;
  }
  #top_recruit .recruit_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
  }
  #top_recruit .recruit_flex .flex {
    position: relative;
    width: calc((100% / 2) - 3rem);
    padding: 6rem;
    background: url(/wp-content/uploads/images/bg_mask.webp) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  #top_recruit .recruit_flex .flex.flex_recruit {
    padding: 0;
  }
  #top_recruit .recruit_flex .flex:after {
    position: absolute;
    top: -1rem;
    left: -1rem;
    content: "";
    width: 100px;
    height: 100px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
  #top_recruit .recruit_flex .flex:nth-of-type(1):after {
    background: var(--main-color);
  }
  #top_recruit .recruit_flex .flex:nth-of-type(2):after {
    background: var(--sub-color);
  }
  /* 採用情報 */
  #top_recruit .recruit_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 2rem;
    text-align: center;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    background: url(/wp-content/uploads/images/bg_recruit.webp) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  #top_recruit .recruit_title .title {
    font-size: 12rem;
    color: #E9CCAC;
    font-family: var(--serif);
    line-height: 1;
  }
  #top_recruit .recruit_title .image_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_recruit .recruit_title .image_list .list {
    width: calc((100% / 3) - 6px);
    margin-left: 9px;
  }
  #top_recruit .recruit_title .image_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_recruit .recruit_comment {
    padding: 3rem 0;
    text-align: center;
  }  
  #top_recruit .flex_recruit .btn {
    padding-bottom: 3rem;
  }
  #top_recruit .flex_recruit .btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 45px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.8rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
    background: var(--main-color);
  }
  #top_recruit .flex_recruit .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 48px;
    height: 1px;
    background: var(--main-color);
    border-bottom: 1px solid #fff;
  }
  #top_recruit .flex_recruit .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    background: var(--main-color);
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;    
  }     
  /* コラム */
  #top_recruit .column_list {
    margin-bottom: 3rem;
  }
  #top_recruit .column_list .list a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #fff;
  }
  #top_recruit .column_list .list:last-child {
    margin-bottom: 0;
  }
  #top_recruit .column_list .list .image {
    width: 180px;
  }
  #top_recruit .column_list .list .data {
    width: calc(100% - 200px);
  }
  #top_recruit .column_list .list .data .time {
    color: var(--sub-color);
  }
  #top_recruit .column_list .list .data .title {
    font-weight: var(--text-weight-bold);
  }
  #top_recruit .column_list .list .data .excerpt {
    font-size: 1.4rem;
  }
  #top_recruit .flex_column .btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 45px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.8rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
    background: var(--sub-color);
  }
  #top_recruit .flex_column .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 48px;
    height: 1px;
    background: var(--sub-color);
    border-bottom: 1px solid #fff;
  }
  #top_recruit .flex_column .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    background: var(--sub-color);
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;    
  }   
}
@media screen and (max-width: 1024px) {
  #top_recruit {    
    padding-bottom: 1.5rem;
    background: #d6b794;
  }
  #top_recruit .inner {
    margin: 0;
    padding: 0;
  }
  #top_recruit .recruit_flex {}
  #top_recruit .recruit_flex .flex {
    position: relative;
    margin: 1.5rem;
    padding: 1.5rem;
    padding-bottom: 3rem;
    background: url(/wp-content/uploads/images/bg_mask.webp) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  #top_recruit .recruit_flex .flex:after {
    position: absolute;
    top: -.5rem;
    left: -.5rem;
    content: "";
    width: 50px;
    height: 50px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
  #top_recruit .recruit_flex .flex:nth-of-type(1):after {
    background: var(--main-color);
  }
  #top_recruit .recruit_flex .flex:nth-of-type(2):after {
    background: var(--sub-color);
  }
  /* 採用情報 */
  #top_recruit .recruit_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    text-align: center;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    background: url(/wp-content/uploads/images/bg_recruit.webp) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  #top_recruit .recruit_title .title {
    font-size: 4rem;
    color: #E9CCAC;
    font-family: var(--serif);
    line-height: 1;
  }
  #top_recruit .recruit_title .image_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_recruit .recruit_title .image_list .list {
    width: calc((100% / 3) - 4px);
    margin-left: 6px;
  }
  #top_recruit .recruit_title .image_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_recruit .recruit_comment {
    padding: 3rem 0;
    text-align: center;
  }  
  #top_recruit .flex_recruit .btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    font-weight: var(--text-weight-bold);
    text-align: center;
    background: var(--main-color);
  }
  #top_recruit .flex_recruit .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 48px;
    height: 1px;
    background: var(--main-color);
    border-bottom: 1px solid #fff;
  }
  #top_recruit .flex_recruit .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    background: var(--main-color);
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;    
  }     
  /* コラム */
  #top_recruit .column_list {
    margin-bottom: 3rem;
  }
  #top_recruit .column_list .list a {
    display: block;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #fff;
  }
  #top_recruit .column_list .list:last-child {
    margin-bottom: 0;
  }
  #top_recruit .column_list .list .image {
    width: 100%;
  }
  #top_recruit .column_list .list .image img {
    width: 100%;
    height: auto;
  }
  #top_recruit .column_list .list .data {}
  #top_recruit .column_list .list .data .time {
    color: var(--sub-color);
  }
  #top_recruit .column_list .list .data .title {
    font-weight: var(--text-weight-bold);
  }
  #top_recruit .column_list .list .data .excerpt {
    font-size: 1.4rem;
  }
  #top_recruit .flex_column .btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    font-weight: var(--text-weight-bold);
    text-align: center;
    background: var(--sub-color);
  }
  #top_recruit .flex_column .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 48px;
    height: 1px;
    background: var(--sub-color);
    border-bottom: 1px solid #fff;
  }
  #top_recruit .flex_column .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    background: var(--sub-color);
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: bottom right;    
  }   
}
/******************************************************
トップページ（クリニック情報）
******************************************************/
@media screen and (min-width: 1025px) {
  #top_clinic .clinic_cover {
    margin-bottom: 6rem;
    background: url(/wp-content/uploads/images/bg_clinic.webp) bottom right no-repeat;
    background-size: 80% auto;
  }
  #top_clinic .clinic_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_clinic .clinic_box .image,
  #top_clinic .clinic_box .text {
    width: calc(50% - 3rem);
  }
  #top_clinic .clinic_box .image {
    margin-top: 3rem;
    margin-bottom: -3rem;
    background: url(/wp-content/uploads/images/top_clinic_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_clinic .clinic_box .image img {
    display: none;
  }
  #top_clinic .clinic_box .text {
    margin-bottom: -4.5rem;
    padding-top: 6rem;
  }
  #top_clinic .clinic_box .comment {
    width: 600px;
    max-width: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
  }
  #top_clinic .clinic_box .logo {
    padding: 1.5rem;
    background-image: linear-gradient(90deg, rgba(246, 246, 242, 1) 50%, rgba(246, 246, 242, 0));
  }
  #top_clinic .clinic_box .data {
    margin-bottom: 1em;
    color: #fff;
  }
  #top_clinic .clinic_box .data span {
    margin-right: .5em;
    color: var(--main-color);
    vertical-align: top;
  }
  #top_clinic .clinic_box .tel {
    display: flex;
    margin-bottom: 1rem;
  }
  #top_clinic .clinic_box .tel a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    color: #fff;
    line-height: 1.2;
    font-family: var(--serif);
    background: var(--main-color);
  }
  #top_clinic .clinic_box .tel a .small {
    font-size: 1.4rem;
  }
  #top_clinic .clinic_box .tel a .large {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
  }
  #top_clinic .clinic_box .tel a .large i {
    margin-right: .3em;
  }
  #top_clinic .clinic_box .schedule_table .note {
    margin-bottom: 3rem;
    color: #fff;
  }
  #top_clinic .clinic_box .btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 45px;    
    padding: 1rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
    background: var(--main-color);
  }  
  #top_clinic .clinic_box .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 48px;
    height: 1px;
    background: #fff;
  }
  #top_clinic .clinic_box .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    transform: rotate(45deg);
    transform-origin: bottom right;    
    background: #fff;
  }
  #top_clinic .clinic_box .btn a .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }    
}
@media screen and (max-width: 1024px) {
  #top_clinic .clinic_cover {}
  #top_clinic .clinic_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_clinic .clinic_box .image {
    width: 100%;
    height: 65vw;
    background: url(/wp-content/uploads/images/top_clinic_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_clinic .clinic_box .image img {
    display: none;
  }
  #top_clinic .clinic_box .text {}
  #top_clinic .clinic_box .text {
    background: url(/wp-content/uploads/images/bg_clinic.webp) bottom right no-repeat;
    background-size: cover;
  }
  #top_clinic .clinic_box .comment {
    padding: 5rem 1.5rem;
  }
  #top_clinic .clinic_box .logo {
    padding: 1.5rem;
    text-align: center;
    background: rgba(246, 246, 242, 1);
  }
  #top_clinic .clinic_box .data {
    margin-bottom: 1em;
    color: #fff;
  }
  #top_clinic .clinic_box .data span {
    margin-right: .5em;
    color: var(--main-color);
    vertical-align: top;
  }
  #top_clinic .clinic_box .tel {
    display: flex;
    margin-bottom: 1rem;
  }
  #top_clinic .clinic_box .tel a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1em;
    color: #fff;
    line-height: 1.2;
    font-family: var(--serif);
    background: var(--main-color);
    box-sizing: border-box;
  }
  #top_clinic .clinic_box .tel a .small {}
  #top_clinic .clinic_box .tel a .large {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
  }
  #top_clinic .clinic_box .tel a .large i {
    margin-right: .3em;
  }
  #top_clinic .clinic_box .schedule_table .note {
    margin-bottom: 3rem;
    color: #fff;
  }
  #top_clinic .clinic_box .btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 240px;
    height: 60px;    
    color: #fff;
    font-weight: var(--text-weight-bold);
    text-align: center;
    background: var(--main-color);
  }  
  #top_clinic .clinic_box .btn a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 48px;
    height: 1px;
    background: #fff;
  }
  #top_clinic .clinic_box .btn a:before {
    position: absolute;
    display: block;
    top: 50%;
    right: -20px;
    content: "";
    width: 8px;
    height: 1px;
    transform: rotate(45deg);
    transform-origin: bottom right;    
    background: #fff;
  }
  #top_clinic .clinic_box .btn a .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }    
}