@charset "utf-8";
/* CSS Document */
/* ==========================
   　　　　　共通
========================== */
html {
  color: #333;
  font-family: "Yu Gothic UI", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  transition: all 0.6s ease;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
img {
  width: 100%;
  height: auto;
}
p {
  line-height: 1.875;
  letter-spacing: 0.1em;
}
a {
  transition: all 0.6s ease;
}
a:hover {
  opacity: 0.7;
}
th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.1em;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 24px;
}
h4::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffe436;
  transform: translateY(-50%);
  z-index: 1;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/*content*/
.common_inner {
  width: min(1300px, 90%);
  margin: 0 auto;
}
.inner {
  width: min(1080px, 85%);
  margin: 0 auto;
}
.page_inner {
  width: min(1070px, 90%);
  margin: 0 auto;
}
.common-anchor_inner {
  width: min(960px, 90%);
  margin: 0 auto;
}
.common-entry_inner {
  width: min(840px, 90%);
  margin: 0 auto;
}
.anchor_inner {
  width: min(960px, 90%);
  margin: 0 auto;
}
.common_space {
  margin: 140px auto;
}
/*btn*/
.btn {
  display: block;
  width: 80%;
  margin: 40px auto 0;
}
.btn a {
  color: #fff;
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  padding: 14px 25px 15px;
  background: #ea9f00;
  width: 100%;
}
.btn a::before {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 20px;
  height: 14px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-50%);
  background: url(../image/top/arrow.svg) center center / contain no-repeat;
  transition: 0.3s;
}
/*h2style*/
.home .common_title {
  width: min(1300px, 90%);
  margin-left: auto;
}
.home .common_title {
  padding-left: 32px;
}
.common_title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 32px;
}
.common_title::before {
  content: "";
  position: absolute;
  top: 41%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #ffe436;
  transform: translateY(-50%);
  z-index: -1;
}
.flex_base {
  display: flex;
  justify-content: space-between;
}
.text p {
  line-height: 2;
}
.center {
  text-align: center;
}
.common_h2-top {
  margin-top: 80px;
}
@media only screen and (max-width: 1181px) {
  .flex_base {
    flex-direction: column;
	}
	  .home .common_title {
    padding-left: 21px;
    margin-left: auto;
  }
  .common_title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    padding-left: 21px;
    margin-bottom: 40px;
  }
  .common_title::before {
    top: 48%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 54px;
    height: 54px;
  }
  .common_h2-top {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.720vw;
    font-weight: 300;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .btn a {
    font-size: 1rem;
    font-weight: normal;
  }
  h4 {
    font-size: 1.15rem;
    padding-left: 20px;
  }
  h4::before {
    width: 12px;
    height: 12px;
  }
  .common_space {
    margin: 80px auto;
  }
  p {
    font-size: 3.720vw;
  }
  .sp_mt30 {
    display: block;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 3.8vw;
  }
  p {
    font-size: 3.8vw;
  }
}
/* ==========================
          slider
========================== */
.slider {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.slide-container {
  position: relative;
  width: 100%;
  transition: height 0.5s ease;
  overflow: hidden;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.slide img {
  display: block;
  width: 100%;
  height: auto;
}
.slide.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
/* ==========================
          header
========================== */
.kv_bg-F.active {
  background-color: #fff;
  width: 100vw;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.site-title.site-title-s, .site-title.site-title-l {
  position: fixed;
  transition: opacity 0.2s ease-in;
  top: 30px;
  left: 50px;
  width: auto;
  z-index: 99;
}
.site-title.site-title-s {
  width: 6.3%;
  opacity: 0;
  pointer-events: none
}
.site-title.site-title-l {
  opacity: 1;
  pointer-events: auto;
  top: 50px;
  left: 4vw;
  width: 10.3%;
}
.site-title h1 {
  width: 100%;
  margin: 0;
  padding: 0;
}
.site-title .logo_l01 a, .site-title .logo_s02 a {
  display: block;
}
@media only screen and (max-width: 1181px) {
  .site-title.site-title-s, .site-title.site-title-l {
    top: 10px;
    left: 20px;
  }
  .site-title.site-title-l {
    width: 27%;
  }
  .site-title.site-title-s {
    width: 17%;
  }
  .kv_bg-F.active {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1181px) {
  .site-title.site-title-l {
    width: 15%;
  }
  .site-title.site-title-s {
    width: 11%;
  }
}
.logo_l01, .logo_l02 {
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 auto;
}
/* メインメニュー */
#mainmenu {
  position: fixed;
  top: 37px;
  right: 285px;
  z-index: 999;
}
#mainmenu.active {
  top: 14px;
}
#mainmenu ul, #mainmenu li {
  margin: 0;
  padding: 0;
}
#mainmenu ul {
  display: flex;
  align-items: center;
  width: 100%;
}
#mainmenu ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 1em;
  transition: 0.3s ease-out;
  height: 45px;
}
#mainmenu ul li::after {
  content: '';
  display: inline-block;
  border-right: 1px solid #333;
  height: 16px;
  margin-top: 4px;
  margin-left: 1em;
}
#mainmenu ul li a:hover::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffe436;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#mainmenu ul li:last-child::after {
  border-right: none;
}
#mainmenu ul li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  padding-top: 10px;
}
/* ヘッダーお問い合わせボタン */
.header_contact {
  position: fixed;
  display: flex;
  width: 254px;
  top: 30px;
  right: 35px;
  z-index: 4;
}
.header_contact.active {
  top: 9px;
}
.header_contact a {
  background-image: url(../image/top/nav_tel.svg);
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 14%;
  position: relative;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 40px;
  padding: 6px 0 6px 42px;
  transition: 0.5s;
  opacity: 1;
}
.header_contact a::before, .header_contact a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  transition: 0.3s ease-out;
}
.header_contact a::before {
  border: 2px solid #dc9d16;
}
.header_contact a::after {
  background-color: #ea9f00;
}
.cn_txt {
  font-size: 14px;
}
.m_txt {
  display: inline-block;
  font-family: "Shippori Antique", sans-serif;
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  margin-top: -11px;
}
#spmainmenu ul li a {
  position: relative;
}
#toggle, #spmainmenu {
  display: none;
}
.sp_cn_txt {
  display: none;
}
@media only screen and (max-width: 1574px) {
  #mainmenu {
    top: 29px;
    right: 175px;
  }
  #mainmenu ul li {
    margin-right: 20px;
  }
  #mainmenu ul li a {
    font-size: 14px;
  }
  .header_contact {
    width: 180px;
    right: 15px;
  }
  .header_contact a {
    padding: 2px 0 2px 25px;
  }
  .cn_txt {
    font-size: 10px;
  }
  .m_txt {
    font-size: 17px;
  }
  #mainmenu ul li::after {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1300px) {
  .site-title .sp_logo {
    width: 7%;
  }
  .sp_cn_txt {
    display: block;
    margin-top: 4px;
  }
  .pc_cn_txt {
    display: none;
  }
  .site-title-l {
    top: 20px;
    left: 20px;
    width: 100%;
  }
  .site-title .logo_l01 {
    max-width: 100px;
    margin-bottom: 10px;
  }
  .site-title .logo_l01 {
    max-width: 100%;
  }
  #mainmenu {
    display: none;
  }
  .header_contact {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 75px;
    z-index: 999;
  }
  .header_contact a {
    height: 100%;
    padding: 0;
  }
  .header_contact a {
    background: none;
  }
  .header_contact a::before {
    border: none;
  }
  .header_contact a::after, .m_txt {
    display: none;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: visible;
    z-index: 999;
    margin: 0;
    transition: all 0.5s ease;
  }
  .site-title-s, .site-title-s-white {
    top: 15px;
    left: 20px;
    position: absolute;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 4;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 24px;
    height: 100%;
    opacity: 1 !important;
  }
  .menu-trigger span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: #333;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translate(-50%, 4px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translate(-50%, -8px) rotate(45deg);
  }
  #spmainmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
  }
  .spmainmenubox {
    height: 100vh;
    overflow-y: auto;
    padding: 120px 40px 0;
    background-color: #fff;
  }
  #spmainmenu ul {
    padding: 0;
    margin: 0;
  }
  #spmainmenu ul li {
    position: relative;
  }
  #spmainmenu ul li a {
    display: block;
    color: #333;
    line-height: 1.5;
    padding: 20px 0;
    width: 100%;
  }
  #spmainmenu ul li::before, #spmainmenu ul li::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    content: "";
  }
  #spmainmenu ul li::before {
    width: 15px;
    background-color: #ea9f00;
    z-index: 2;
  }
  #spmainmenu ul li::after {
    width: 100%;
    background-color: #e6e6e6;
    z-index: 1;
  }
  .en_spm {
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
  }
  #spmainmenu ul.snslist {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
  #spmainmenu ul.snslist li {
    width: 52px;
    height: 52px;
    margin: 0 10px;
    padding: 0;
  }
  #spmainmenu ul.snslist li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
  }
  #spmainmenu ul.snslist li a img {
    width: 16px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 13px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 19px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 25px;
  }
  #spmainmenu.open {
    display: block;
    z-index: 2;
  }
  .site-header .r_footer_contact {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .site-header .r_footer_contact .f_contact {
    margin: 0 auto 20px;
  }
  .site-header .fct01::after {
    content: '';
    width: 21px;
    height: 21px;
    background-color: #ffff;
    margin-bottom: 0;
  }
  .site-header .footer_contact_title {
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
  }
  .site-header .footer_tel {
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
  }
  .site-header .fc01 {
    background-color: #fff;
  }
  .site-header .fct02::after {
    content: '';
    width: 33px;
    height: 26px;
    background-color: #ffff;
  }
  .site-header .fct02 .footer_contact_title {
    font-size: 15px;
    padding: 3px 0;
  }
  .site-header .footer_privacy {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    margin: 40px auto;
  }
  .site-header .footer_privacy a {
    padding-right: 15px;
    margin: 0 15px 0 0;
  }
  .footer_privacy a::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    content: "";
    background-color: #D0D0D0;
  }
  .site-header .footer_privacy a::after {
    height: 15px;
  }
  .copyright {
    display: inline-block;
  }
  .site-header .f_contact {
    display: block;
    width: 100%;
    height: 92px;
    border: 1px solid #fff;
    border-radius: 46px;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .site-title .sp_logo {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .site-title .sp_logo {
    width: 18%;
  }
}
/* ==========================
            KV
========================== */
.p-top__mv {
  position: relative;
  margin-top: 350px;
}
.p-top__mvTitle {
  --title-top: -66;
  left: 0;
  position: absolute;
  top: calc(var(--title-top) * 1em / 16);
  width: 93%;
  z-index: 2;
}
.p-top__mvTitle .u-section {
  display: flex;
  justify-content: flex-end;
}
.u-vt {
  font-feature-settings: "pkna";
  writing-mode: vertical-rl;
}
.p-top__mvTitleBody {
  display: flex;
  flex-direction: column;
  font-size: 2.6041vw;
  letter-spacing: .15em;
}
.p-top__mvTitleBody .txt__body {
  display: inline-flex;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 600;
  padding: 0 calc(21em / 30);
  position: relative;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: top;
  transition:
    transform 2s cubic-bezier(0.33, 0, 0, 1), opacity 2s cubic-bezier(0.33, 0, 0, 1), visibility 2s ease;
}
.p-top__mvTitleBody .txt__body:after {
  background-color: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transform-origin: top left;
  transition: transform 2.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) .1s;
  width: .5px;
}
.p-top__mvTitleBody .txt__body.is-active:after {
  transform: scale(1);
}
.p-top__mvTitleBody .txt__body {
  transform: scale(0);
}
.p-top__mvTitleBody .txt:not(:first-of-type) {
  margin-right: calc(21em / 30);
}
@media only screen and (min-width: 768px) and (max-width: 1181px) {
  .p-top__mv {
    margin-top: 270px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__mvTitleBody {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: .22em;
  }
  .p-top__mv {
    margin-top: 190px;
  }
  .p-top__mvTitleBody .txt__body {
    padding: 0 calc(13em / 30);
  }
  .p-top__mvTitleBody .txt__body:after {
    font-weight: bold;
    transition: transform 2.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) .2s;
    width: .9px;
  }
  .p-top__mvTitleBody .txt__body {
    font-family: "Yu Gothic UI", "Yu Gothic", "メイリオ", sans-serif;
  }
  .p-top__mvTitleBody .txt:not(:first-of-type) {
    margin-right: calc(34em / 30);
  }
  .p-top__mvTitle {
    --title-top: -40;
  }
}
/* ==========================
         news
========================== */
/*section*/
.page-guide {
  position: relative;
  padding: 7.5rem 0;
}
/*title*/
.front-news .front-ttl {
  width: 18.125rem;
}
.front-news .front-ttl .roma {
  font-family: "Roboto", system-ui;
  color: #dda118;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}
.front-news .front-ttl h2 {
  width: 12.5rem;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.front-news .front-ttl h2 span {
  display: block;
}
.front-news .front-ttl h2 span + span {
  text-align: right;
}
.block_btn .btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  line-height: 3.75rem;
  margin-top: 0;
}
.block_btn .btn img {
  width: 20px;
  margin-right: 8px;
}
/*text-cotent*/
.front-news .news-wrap {
  width: calc(100% - 18.125rem);
}
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex {
  display: flex;
}
/*tab*/
.news-wrap .jstabs {
  border-bottom: 0.125rem solid #e6e6e6;
}
.news-wrap .jstabs .js-tab-btn.current {
  color: #fff;
  background-color: #ea9f00;
  border: none;
}
.news-wrap .jstabs .js-tab-btn.current::after {
  background: #ea9f00;
}
.news-wrap .jstabs .js-tab-btn {
  position: relative;
  color: #cccccc;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  padding: 0.6rem 3.5rem;
}
.tab_wakayama-studio {
  border-right: 1px solid #cccccc;
}
.news-wrap .jstabs .js-tab-btn::after {
  content: '';
  width: 100%;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.0975rem;
}
.news-wrap .js-tab-contents.current {
  display: block;
}
.news-wrap .js-tab-contents {
  display: none;
}
/*ru-p*/
.news-list .news-items {
  position: relative;
  border-bottom: 0.125rem solid #e6e6e6;
  align-items: center;
  padding: 1.5rem 0;
}
.news-list .news-items a {
  display: flex;
  width: 100%;
}
.news-list .news-items dt {
  align-items: center;
  padding: 0 1.25rem;
}
.news-list .news-items .date {
  font-family: "Roboto", system-ui;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.news-list .news-items .cat a {
  display: block;
  min-width: 5rem;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding: 0.375rem;
  border-radius: 3.125rem;
}
.news-list .news-items::after {
  content: '';
  background: url(../image/top/news_arrow.svg) center no-repeat;
  width: 1.125rem;
  height: 0.625rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block_btn li {
  display: inline-block;
  width: 100%;
  max-width: 13.75rem;
}
@media only screen and (max-width: 767px) {
  .news-items dd {
    font-weight: 300;
  }
  .front-news .front-ttl h2 {
    font-weight: 500;
  }
}
/*-----sp_btn-----*/
.sp_btn {
  display: none;
}
@media only screen and (max-width: 1181px) {
  .front-news {
    padding: 6rem 0 4rem 0;
  }
  .front-news .front-ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .front-news .front-ttl .roma {
    font-size: 1.125rem;
    margin-bottom: 0.65rem;
  }
  .front-news .front-ttl h2 {
    width: 100%;
    font-size: 1.5rem;
  }
  .front-news .front-ttl h2 span + span {
    text-align: center;
  }
  .front-ttl .pc {
    display: none;
  }
  .front-news .block_btn {
    width: 100%;
    text-align: center;
  }
  .block_btn .btn {
    font-size: 0.9375rem;
  }
  .front-news .news-wrap {
    width: 100%;
  }
  .news-wrap .jstabs .js-tab-btn {
    width: 34%;
    font-size: 1rem;
    padding: .4rem 0;
  }
  .news-list .news-items {
    border-bottom: 1px solid #e6e6e6;
    padding: 1.25rem 0;
  }
  .news-list .news-items dt {
    width: 100%;
    padding: 0;
    margin-bottom: 0.675rem;
  }
  .news-list .news-items .date {
    margin-right: 0.875rem;
  }
  .news-list .news-items .cat a {
    min-width: 4rem;
    font-size: 0.675rem;
    padding: 0.25rem 0.375rem;
  }
  .news-list .news-items dd {
    font-size: 1rem;
  }
  .news-list .news-items::after {
    width: 0.9375rem;
    height: 0.5rem;
  }
  .sp_btn {
    display: block;
    width: 83%;
    margin: 40px auto 0;
  }
  .sp_btn a {
    color: #fff;
    display: block;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    padding: 14px 25px 15px;
    background: #ea9f00;
    width: 100%;
  }
  .sp_btn a::before {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 14px;
    height: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-50%);
    background: url(../image/top/arrow.svg) center center / contain no-repeat;
    transition: 0.3s;
  }
}
/* ==========================
   　　　コンセプト
========================== */
.font-g {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.font-min {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
}
.animtrigger {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 10;
}
.animtrigger::after {
  content: "";
  display: block;
  background: url("../image/top/message_bg-center.svg")no-repeat;
  background-size: 100%;
  position: absolute;
  top: 231px;
  left: 178px;
  width: 15.25rem;
  height: 15.25rem;
  z-index: -1;
}
.message {
  position: relative;
  padding-bottom: 5.25rem;
  z-index: 10;
}
.message::before {
  content: "";
  display: block;
  background: url("../image/top/message_bg-left.svg")no-repeat;
  background-size: 100%;
  position: absolute;
  width: 14.375rem;
  height: 31.5rem;
}
.message::after {
  content: "";
  display: block;
  background: url("../image/top/message_bg-right.svg")no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15.375rem;
  height: 31.5rem;
}
.text_bg {
  position: relative;
  z-index: 10;
}
.text_bg::after {
  content: "";
  display: block;
  background: url(../image/top/message_bg-text.svg) no-repeat;
  position: absolute;
  top: -109px;
  right: -106px;
  width: 15.25rem;
  height: 15.25rem;
  z-index: -1;
}
.message__inner {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: min(1118px, 100%);
  margin: 0 auto;
  padding: 9.375rem 0 7.5rem;
}
.message p {
  opacity: 0;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 2.875;
  margin-left: 2.57em;
  word-break: keep-all;
  white-space: nowrap;
  writing-mode: vertical-rl;
  -webkit-transform: translate3d(-40%, 0, 0);
  transform: translate3d(-40%, 0, 0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63), -webkit-transform 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63);
  transition: opacity 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63), -webkit-transform 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63);
  transition: transform 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63), opacity 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63);
  transition: transform 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63), opacity 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63), -webkit-transform 0.3s cubic-bezier(0.63, 0.32, 0.35, 0.63);
}
#message .message_title {
  font-size: 28px;
  line-height: 2.1;
}
.message .animtrigger.view p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.message .message_btn {
  position: relative;
  width: min(428px, 80%);
  margin: 0 auto;
  z-index: 10;
}
.message .message_btn a {
  font-size: 24px;
}
@media only screen and (max-width: 1181px) {
  .font-g {
    font-weight: 600;
  }
  .font-min {
    font-weight: 100;
  }
  #message .message_title {
    font-size: 1.7rem;
  }
  .message p {
    font-size: 1rem;
    font-weight: 300;
  }
  .message::after {
    width: 8.375rem;
    height: 23.5rem;
  }
  .message::before {
    width: 10.375rem;
    height: 25.5rem;
  }
  .animtrigger::after {
    top: 300px;
    left: 260px;
    width: 11.25rem;
    height: 11.25rem;
  }
  .text_bg::after {
    width: 9.25rem;
    height: 15.25rem;
  }
  .animtrigger {
    display: block;
  }
  .message__inner {
    width: auto;
    margin: 3.25rem auto 0;
    padding: 7.5rem 20px 3rem;
  }
  .message p {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    text-align: center;
    margin: 0 0 1.9em;
    letter-spacing: 0.14em;
    line-height: 2.7;
  }
  .btn a::before {
    width: 18px;
    height: 12px;
  }
  .message .message_btn a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1181px) {
  .text_bg::after {
    right: -31vw;
  }
	  .font-g {
    font-weight: 500;
  }
}
/* ==========================
           漢方
========================== */
.sec_chinese-medicine {
  position: relative;
  padding-top: 70px;
  margin-top: 12.5rem;
}
.sec_chinese-medicine::before {
  content: "";
  width: 59%;
  height: 104%;
  background-color: rgb(255, 253, 235);
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}
@media only screen and (min-width: 1181px) {
  .sec_chinese-medicine .sec_chinese-medicine-inner {
    display: flex;
    -webkit-box-align: start;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
  }
}
.sec_chinese-medicine .sec_chinese-medicine-inner .photo {
  width: 786px;
}
.sec_chinese-medicine .sec_chinese-medicine-inner .text_wrap {
  padding-left: 85px;
}
.sec_chinese-medicine .sec_chinese-medicine-inner .text_wrap .about_title {
  font-size: 35px;
  letter-spacing: 0.2em;
  line-height: 2em;
}
.sec_chinese-medicine .sec_chinese-medicine-inner .text_wrap .text {
  line-height: 2.13em;
}
.chinese-medicine_btn {
  margin: 40px 0;
}
.sec_chinese-medicine .text_wrap .text span {
  display: block;
  margin-top: 1em;
}
@media only screen and (max-width: 1181px) {
  .sec_chinese-medicine:before {
    width: 66%;
  }
  .sec_chinese-medicine .sec_chinese-medicine-inner .photo {
    width: 52%;
  }
  .sec_chinese-medicine .sec_chinese-medicine-inner .text_wrap {
    width: 48%;
    padding-left: 50px;
  }
  .sec_chinese-medicine {
    padding-top: 55px;
    margin-top: 0;
  }
  .sec_chinese-medicine:before {
    width: calc(100% - 10px);
    height: 100%;
  }
  .sec_chinese-medicine .sec_chinese-medicine-inner {
    margin-top: 0px;
  }
  .sec_chinese-medicine .sec_chinese-medicine-inner .photo {
    width: 94%;
  }
  .sec_chinese-medicine .sec_chinese-medicine-inner .text_wrap {
    width: 100%;
    padding: 0 30px;
    margin-top: 40px;
  }
  .sec_chinese-medicine .sec_chinese-medicine-inner .text_wrap .text {
    line-height: 2em;
    margin-top: 30px;
  }
  .sec_chinese-medicine .sec_chinese-medicine-inner .text_wrap .text br {
    display: none;
  }
  .chinese-medicine_btn {
    padding-bottom: 80px;
    margin: 40px auto 0;
  }
  .sec_chinese-medicine .text_wrap .text span {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1181px) {
  .chinese-medicine_btn {
    padding-bottom: 5.25rem;
  }
}
/* ==========================
          診察案内
========================== */
.sI_items {
  margin-top: 11.25rem;
}
.sI_icon-01 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 50px auto 0;
}
.icon-wrapper {
  position: relative;
  width: 142px;
  height: 113px;
  margin: 0 58px;
}
.icon-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.icon-wrapper img:hover {
  filter: invert(8%) sepia(23%) saturate(1321%) hue-rotate(321deg) brightness(50%) contrast(85%);
}
.circle-css {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 90px;
  height: 90px;
  background-color: #ffe436;
  border-radius: 50%;
  transition: all 0.5s ease;
  pointer-events: none;
  z-index: -1;
}
.icon-wrapper:hover .circle-css {
  top: 44%;
  left: 50%;
  width: 160px;
  height: 160px;
  background-color: #ffe436;
  transform: scale(1.1);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sI_items .sI_btn {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  justify-content: center;
  margin: 40px auto 0;
}
.border_lr .block_btn .btn {
  align-items: flex-start;
}
.border_lr a:hover {
  opacity: 1;
}
.sI_btn img {
  margin-left: 0;
}
.border_lr {
  border-left: 1px solid rgb(98, 98, 98, 0.3);
  height: 225px;
  padding-top: 20px;
  margin-top: 50px;
}
.border_lr:nth-child(5n) {
  border-right: 1px solid rgb(98, 98, 98, 0.3);
}
.border_lr:nth-child(13) {
  border-right: 1px solid rgb(98, 98, 98, 0.3);
}
.border_lr a:hover {
  opacity: 1;
}
.sI_icon-02-img .circle-css {
  left: 80px;
}
.sI_icon-03-img .circle-css {
  top: 30px;
}
.sI_icon-04-img .circle-css {
  top: 10px;
  left: 60px;
}
.sI_icon-05-img .circle-css {
  top: 30px;
  left: 70px;
}
.sI_icon-06-img .circle-css {
  left: 60px;
}
.sI_icon-07-img .circle-css {
  top: 30px;
}
.sI_icon-08-img .circle-css {
  top: 20px;
  left: 60px;
}
.sI_icon-09-img .circle-css {
  top: 30px;
  left: -10px;
}
.sI_icon-10-img .circle-css {
  top: 20px;
  left: -10px;
}
.sI_icon-11-img .circle-css {
  top: 30px;
  left: 70px;
}
.sI_icon-12-img .circle-css {
  top: 30px;
}
.sI_icon-13-img .circle-css {
  top: 40px;
  left: 80px;
}
.sI_icon-06-img img {
  width: 90%;
}
.sI_icon-07-img img {
  width: 65%;
}
.sI_icon-11-img img {
  width: 70%;
}
.sI_icon-12-img img {
  width: 70%;
}
@media only screen and (max-width: 1440px) {
  .sI_icon-01 {
    width: 1054px;
  }
  .border_lr:nth-of-type(5n) {
    border-right: none;
  }
  .border_lr:nth-of-type(4n) {
    border-right: 1px solid rgb(98, 98, 98, 0.3);
  }
}
@media only screen and (max-width: 1054px) {
  .sI_icon-01 {
    width: 792px;
  }
  .border_lr:nth-of-type(4n) {
    border-right: none;
  }
  .border_lr:nth-of-type(3n) {
    border-right: 1px solid rgb(98, 98, 98, 0.3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1181px) {
  .sI_items {
    margin-top: 6.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sI_items {
    margin-top: 6rem;
  }
  .border_lr .circle-css.hover-active {
    width: 125px !important;
    height: 125px !important;
    top: 45% !important;
    left: 50% !important;
    background-color: #ffe436;
    transform: scale(1.1);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .border_lr .sI_icon-02-img .circle-css.hover-active, .border_lr .sI_icon-03-img .circle-css.hover-active, .border_lr .sI_icon-05-img .circle-css.hover-active {
    left: 62px;
  }
  .border_lr .sI_icon-12-img .circle-css.hover-active {
    top: 44%;
    left: 60px;
  }
  .border_lr:nth-of-type(3n) {
    border-right: none;
  }
  .border_lr:nth-of-type(2n) {
    border-right: 1px solid rgb(98, 98, 98, 0.3);
  }
  .border_lr:nth-of-type(13) {
    border-right: 1px solid rgb(98, 98, 98, 0.3);
  }
  .sI_items .sI_btn {
    font-size: .9375rem;
    margin: 0 auto;
  }
  .block_btn a {
    display: block;
    padding-top: 20px;
  }
  .border_lr:nth-child(8) .sI_btn {
    font-size: .8375rem;
  }
  .sI_icon-01 {
    width: 90%;
    padding-top: 20px;
    margin: 0 auto;
  }
  .border_lr {
    height: 173px;
    padding-top: 10px;
    margin-top: 40px;
    width: 50%;
  }
  .border_lr:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .icon-wrapper {
    width: 60%;
    height: 94px;
    margin: 0 auto;
    pointer-events: none;
  }
  .circle-css {
    top: -7px;
    left: -20px;
    width: 60px;
    height: 60px;
  }
  .border_lr .sI_icon-02-img .circle-css {
    left: 75px;
  }
  .border_lr .sI_icon-03-img .circle-css {
    left: 55px;
  }
  .border_lr .sI_icon-05-img .circle-css {
    left: 53px;
  }
  .border_lr .sI_icon-11-img .circle-css {
    top: 48px;
    left: 68px;
  }
  .border_lr .sI_icon-12-img .circle-css {
    top: -6px;
    left: -6px;
    pointer-events: none;
  }
  .border_lr .sI_icon-13-img .circle-css {
    top: 50px;
    left: 65px;
  }
  .sI_icon-08-img img {
    width: 80%;
  }
  .sI_icon-09-img img {
    width: 70%;
  }
  .sI_icon-10-img img {
    width: 60%;
  }
  .sI_icon-11-img img {
    width: 80%;
  }
}
@media only screen and (max-width: 375px) {
  .border_lr .sI_icon-02-img .circle-css {
    left: 56px;
  }
  .border_lr .sI_icon-03-img .circle-css {
    left: 44px;
  }
  .sI_icon-04-img .circle-css {
    left: 40px;
  }
  .border_lr .sI_icon-05-img .circle-css {
    left: 45px;
  }
  .sI_icon-06-img .circle-css {
    left: 43px;
  }
  .sI_icon-08-img .circle-css {
    left: 42px;
  }
  .border_lr .sI_icon-11-img .circle-css {
    top: 48px;
    left: 43px;
  }
  .border_lr .sI_icon-13-img .circle-css {
    left: 39px;
  }
}
/* ==========================
        当院について
========================== */
#about {
  padding-top: 30px;
}
#about .text_wrap .about_title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2em;
  margin-bottom: 28px;
}
#about .sec_chinese-medicine-inner .photo {
  width: min(640px, 90%);
}
#about::before {
  height: 102%;
  width: 56%;
  top: 92px;
}
.about_btn {
  margin: 50px 0 0;
}
.about_btn-02 {
  margin: 14px 0 0;
}
@media only screen and (min-width: 1181px) {
  #about .sec_chinese-medicine-inner {
    padding-top: 64px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  #about .sec_chinese-medicine-inner .photo {
    width: 40%;
  }
}
@media only screen and (max-width: 1181px) {
  #about .text br {
    display: none;
  }
  #about {
    padding-top: 6rem;
  }
  #about::before {
    width: calc(100% - 10px);
    height: 85%;
    top: 282px;
  }
  #about .sec_chinese-medicine-inner .photo {
    width: 90%;
    margin: 0 auto;
  }
  #about .text_wrap .about_title {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
    line-height: 1.9em;
    height: auto;
    margin-bottom: 0;
  }
  #about .sec_chinese-medicine-inner .text_wrap .text {
    line-break: strict;
    margin-top: 20px;
  }
  .about_btn {
    margin: 50px auto 0;
  }
  .about_btn-02 {
    margin: 14px auto 0;
  }
}
@media only screen and (max-width: 375px) {
  #about::before {
    height: 83%;
  }
}
@media only screen and (max-width: 320px) {
  #about::before {
    height: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1181px) {
  .about_btn-02 {
    padding-bottom: 5rem;
  }
}
/* ==========================
        若山studio
========================== */
.studio_items {
  position: relative;
  margin-top: 17.5rem;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  width: 90%;
}
.scroll-infinity-right {
  margin-top: 40px;
  margin-left: auto;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
  padding: 0 1rem 0 0;
}
.scroll-infinity__item > img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
@media only screen and (max-width:900px) {
  .studio_items {
    margin-top: 10rem;
  }
  .scroll-infinity__item {
    width: calc(100vw / 1);
  }
  .scroll-infinity {
    width: 100%;
  }
  .scroll-infinity-right {
    margin-top: 420px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1181px) {
	.studio_items {
    margin-top: 6.5rem;
	}
	    .about_btn-02 {
        padding-bottom: 9rem;
    }
}
.studio_text {
  position: absolute;
  background-color: #fff;
  border: 1px solid #626262;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 34px 0;
  width: 605px;
}
.home .studio_text h2 {
  padding-left: 0;
}
.studio_text-icon {
  max-width: 144px;
  margin: 0 auto 30px;
}
.studio_text h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 31px;
  line-height: 1.3;
  padding-left: 0;
  margin: 0 auto;
}
.studio_text h2::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.studio_text h2 span {
  display: block;
  font-size: 44px;
  white-space: nowrap;
}
.studio_text p {
  font-size: 18px;
  text-align: center;
  line-height: 2.11;
  margin-top: 30px;
  margin-left: 4px;
}
.studio_btn {
  max-width: 303px;
}
@media only screen and (max-width:900px) {
  .studio_text {
    width: 100%;
    border-right: none;
    border-left: none;
    padding: 40px 20px 48px;
  }
  .studio_text-icon {
    width: 21%;
    margin: 0 auto 20px;
  }
  .home .studio_text h2 {
    font-size: 1.3rem;
    line-height: 1.3;
    padding-left: 0;
    margin: auto auto 20px;
  }
  .studio_text h2::before {
    left: 48%;
    width: 4.5rem;
    height: 4.5rem;
  }
  .studio_text h2 span {
    font-size: 2.4rem;
  }
  .studio_text p {
    font-size: 1rem;
    margin-top: 20px;
    margin-left: 6px;
  }
  .studio_btn {
    margin: 30px auto 0;
  }
  .studio_text h2 {
    font-size: 4.672vw;
  }
}
@media only screen and (max-width:365px) {
  .studio_text p {
    white-space: normal;
  }
}
/* ==========================
        access
========================== */
.access {
  position: relative;
  padding-top: 16rem;
}
.block-index-info .common_inner::before {
  content: "";
  display: block;
  background: url(../image/top/access_bg-02.svg) no-repeat;
  background-size: 100%;
  width: 120px;
  height: 180px;
  position: absolute;
  top: 350px;
  right: 0;
  z-index: -1;
}
.access::before {
  content: "";
  display: block;
  background: url(../image/top/access_bg-03.svg) no-repeat;
  background-size: 100%;
  width: 340px;
  height: 494px;
  position: absolute;
  right: 0;
  bottom: -70px;
  z-index: -1;
}
.access::after {
  content: "";
  display: block;
  background: url(../image/top/access_bg-01.svg) no-repeat;
  background-size: 100%;
  width: 350px;
  height: 454px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}
.ks-span {
  display: block;
  font-size: 12px;
  margin-top: -7px;
}
.access .mod-table-schedule .color_or, .about_access .mod-table-schedule .color_or {
  color: #f54e16;
}
.mod-table-schedule .title {
  border-right: 1px solid #fff;
}
.map-img {
  max-width: 598px;
}
.map {
  position: relative;
}
.block-index-info .cols {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.block-index-info .cols .left {
  width: min(600px, 100%);
}
.logo {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 400;
  gap: 16px;
}
.logo img {
  width: 70px;
}
.block-index-info .info .adds .add {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 30px;
  gap: 8px;
}
.mod-pc {
  margin-top: 30px;
}
.tel {
  display: flex;
  align-items: center;
  transform: translate(25px, 0px);
  position: relative;
}
.tel a {
  font-size: 38px;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  padding-left: 32px;
}
.tel span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  margin-left: 6px;
}
.tel::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translate(0px, -50%);
  background-image: url(../image/top/tel.svg);
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  filter: invert(51%) sepia(9%) saturate(2934%) hue-rotate(154deg) brightness(89%) contrast(81%);
}
.mod-table-schedule {
  margin-top: 32px;
  width: 100%;
  border-left: 1px solid #3e83a3;
  border-top: 1px solid #3e83a3;
}
.mod-table-schedule th {
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  border-right: 1px solid #3e83a3;
  border-bottom: 1px solid #3e83a3;
  background: #3e83a3;
}
.mod-table-schedule .bg_f {
  color: #313131;
  background: #fff;
  width: 28%;
  padding: 16px 0;
}
.mod-table-schedule td {
  font-size: 14px;
  text-align: center;
  color: #3e83a3;
  padding: 16px 0 0;
  border-right: 1px solid #3e83a3;
  border-bottom: 1px solid #3e83a3;
  background-color: #fff;
  width: 10%;
}
.block-index-info .notes {
  margin-top: 2px;
}
.notes .title {
  width: 82px;
}
.ko_text {
  width: 22px;
}
.notes .fs-time {
  font-size: 15px;
}
.notes p {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.notes p:nth-child(2) {
  margin-top: -4px;
}
.block-index-info .cols .right .btn-access {
  position: absolute;
  left: -40px;
  bottom: -50px;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.2s;
  background: #fff;
  border-width: 5px;
  border-style: dotted;
  border-color: #ffe436;
  border-radius: 50%;
}
.block-index-info .cols .right .btn-access:hover {
  opacity: 1;
}
.block-index-info .cols .right .btn-access span {
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
  position: absolute;
  top: 55%;
  left: 51%;
  transform: translate(-50%, -50%);
}
.block-index-info .cols .right .btn-access span::after {
  content: "";
  display: block;
  background-image: url(../image/top/arrow_access.svg);
  background-size: 19px 16px;
  width: 19px;
  height: 16px;
  margin: 5px auto 0px;
}
.access_icon-text {
  margin-top: 28px;
}
.access_icon-text div {
  font-size: 18px;
  font-weight: 600;
  margin-top: 1rem;
}
.access_icon-text img {
  width: 27px;
  margin-right: 12px;
}
.access_detail {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #333;
  margin-left: 10px;
  gap: 6px;
}
.access_detail::after {
  content: "";
  display: block;
  background: url("../image/top/access_arrow.svg")no-repeat;
  background-size: 100%;
  width: 11px;
  height: 11px;
}
@media only screen and (max-width: 1024px) {
  .block-index-info .info .adds .tel {
    align-items: flex-start;
    flex-direction: column;
    transform: translate(1vw, 0px);
  }
  .block-index-info .info .adds .tel a {
    color: #3e81b8;
    font-size: 2.75rem;
    padding-top: 11px;
    padding-left: 58px;
  }
  .block-index-info .tel span {
    color: #3e81b8;
    font-size: 22px;
    font-weight: 500;
    margin-top: 17px;
    margin-left: auto;
  }
  .block-index-info .info .adds .tel::after {
    top: 40%;
    left: -10px;
    background-image: url(../image/top/tel.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15%;
    height: 86%;
  }
}
@media only screen and (max-width: 900px) {
  .access {
    padding-top: 10rem;
  }
  .access_icon-text div {
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    align-items: end;
  }
  .mod-pc {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .access .mod-table-schedule .color_or {
    font-size: 15px;
    padding: 12px 0 0;
  }
  .block-index-info .common_inner::before {
    top: 338px;
    width: 90px;
    height: 135px;
  }
  .access::before {
    width: 140px;
    height: 175px;
    bottom: 200px;
  }
  .access::after {
    top: 88px;
    width: 170px;
    height: 223px;
  }
  .ks-span {
    font-size: 10px;
    margin-top: -5px;
  }
  .block-index-info .info .logo img {
    width: 16%;
  }
  .block-index-info .cols {
    flex-direction: column;
    gap: 60px;
  }
  .block-index-info .cols .right .btn-access {
    width: 120px;
    height: 120px;
    left: -10px;
    bottom: -50px;
    border-width: 3px;
  }
  .block-index-info .cols .right .btn-access span {
    font-size: 14px;
  }
  .block-index-info .info .logo {
    font-size: 20px;
    flex-direction: column;
  }
  .block-index-info .info .adds .add {
    font-size: 1rem;
    justify-content: center;
    margin-top: 40px;
  }
  .mod-table-schedule {
    margin-top: 30px;
    width: 100%;
    line-height: 1.4;
    border-left: 0.266667vw solid #3e83a3;
    border-top: 0.266667vw solid #3e83a3;
  }
  .mod-table-schedule th {
    font-size: 2.93333vw;
    text-align: center;
    color: #fff;
    padding: 1.6vw;
    border-right: 0.266667vw solid #3e83a3;
    border-bottom: 0.266667vw solid #3e83a3;
    background: #3e83a3;
  }
  .mod-table-schedule th {
    font-size: 2.93333vw;
    text-align: center;
    color: #fff;
    padding: 1.8vw 1.6vw;
    border-right: 0.266667vw solid #3e83a3;
    border-bottom: 0.266667vw solid #3e83a3;
    background: #3e83a3;
  }
  .block-index-info .notes {
    margin-top: 4px;
  }
  .block-index-info .cols .right .btn-access span::after {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 12px;
  }
  .notes p {
    font-size: 12px;
    font-weight: 100;
  }
  .notes .title {
    width: 61px;
  }
  .ko_text {
    width: 20px;
  }
  .notes .fs-time {
    font-size: 13px;
  }
  .access_detail {
    font-weight: 100;
  }
  .block-index-info .cols .left {
    margin: 0 auto;
  }
  .map-img {
	  width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1181px) {
	  .block-index-info .cols .left {
	  width: 75%;
  }
}
@media only screen and (max-width: 375px) {
  .notes p:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 320px) {
  .block-index-info .info .adds .add {
    flex-direction: column;
  }
  .block-index-info .info .adds .tel a {
    font-size: 35px;
    padding-left: 34px;
  }
  .tel::after {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
  .block-index-info .info .adds .tel {
    transform: translate(-1px, 0px);
  }
}
/* ==========================
          採用情報
========================== */
.sec_recruit_link {
  padding: 30px 10px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: min(1220px, 90%);
  margin-top: 160px;
}
.sec_recruit_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}
.sec_recruit_link a .title {
  width: 228px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.sec_recruit_link a .title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.sec_recruit_link a .text {
  border-left: 1px dotted #45403f;
}
.sec_recruit_link a .text {
  width: calc(100% - 228px);
  padding: 10px 20px 10px 70px;
  background: url(../image/top/rec_arrow.png) right center / 7px 11px no-repeat;
}
@media only screen and (max-width: 1150px) {
  .sec_recruit_link a .title {
    font-size: 1.25rem;
    width: 150px;
  }
  .sec_recruit_link a .text {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 767px) {
  .sec_recruit_link {
    padding: 40px 10px;
    margin-top: 100px;
  }
  .sec_recruit_link a .text {
    width: 100%;
    padding: 10px 15px 0 10px;
    line-height: 1.64em;
  }
  .sec_recruit_link a {
    gap: 5px;
  }
}
/* ==========================
        contact
========================== */
.bottom_contact {
  padding: 5% 0;
}
.bottom_contact.top {
  background: url(../image/top/contact_bg.jpg)no-repeat;
  background-size: cover;
  margin-top: 7.5rem;
}
.contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact_box {
  max-width: 593px;
  width: 100%;
  margin: 0 1.5rem;
  padding: 1.9% 9px 2% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.0625rem solid #fff;
  border-radius: 0.625rem;
  cursor: pointer;
  pointer-events: all !important;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: rgba(51, 51, 51, 0.22);
}
.contact_box:hover {
  background-color: rgba(51, 51, 51, 0.5);
  opacity: 1;
}
.action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom_contact .text_normal {
  font-size: 44px;
  font-weight: 500;
  margin-left: 33px;
  margin-bottom: 11px;
}
.action p {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.bottom_contact .tel span {
  color: #fff;
  font-size: 60px;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  padding-left: 15px;
  padding-bottom: 21px;
  border-bottom: 2px solid #ffea61;
}
.bottom_contact .notes {
  margin-top: 6px;
  margin-left: 50px;
}
.bottom_contact .notes p:nth-child(2) {
  margin-top: -8px;
}
.bottom_contact .notes .title {
  width: 82px;
}
.notes .title-a {
  letter-spacing: 0.69em;
}
.bottom_contact .tel::after {
  top: 61%;
  left: -45px;
  background-size: 60px 62px;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  filter: invert(89%) sepia(99%) saturate(3289%) hue-rotate(334deg) brightness(176%) contrast(111%)
}
.bottom_contact .notes .fs-time {
  font-size: 16px;
}
@media only screen and (max-width: 648px) {
  .bottom_contact {
    padding: 10% 6%;
  }
  .contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_box {
    padding: 1rem 0;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .bottom_contact.top {
    background-position: right;
    margin-top: 80px;
  }
  .bottom_contact .text_normal {
    font-size: 22px;
    font-weight: 400;
    margin-left: 5px;
    margin-bottom: 3px;
  }
  .bottom_contact .tel {
    transform: translate(13px, 0px);
  }
  .bottom_contact .tel span {
    font-size: 37px;
    padding-left: 14px;
    padding-bottom: 11px;
    margin-left: 0;
  }
  .bottom_contact .tel::after {
    top: 62%;
    left: -32px;
    background-size: 40px 42px;
    width: 40px;
    height: 40px;
  }
  .bottom_contact .notes {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 6px;
    margin-left: 0;
  }
  .action p {
    font-size: 12px;
  }
  .bottom_contact .notes .title {
    width: 62px;
  }
  .bottom_contact .ko_text {
    width: 17px;
  }
  .bottom_contact .notes .fs-time {
    font-size: 14px;
  }
  .bottom_contact .notes p:nth-child(2) {
    margin-top: -8px;
  }
  .block-index-info .notes .title-a {
    letter-spacing: 0.6em;
  }
}
@media only screen and (max-width: 390px) {
  .bottom_contact.top {
    padding: 10% 1%;
  }
}
/* ==========================
        footer
========================== */
.l-ftr {
  overflow: hidden;
}
.l-ftr .add {
  margin-top: 25px;
}
.l-ftr__inr {
  padding-top: 4em;
  padding-bottom: 5em;
}
.l-ftr__inr .btn {
  margin: 20px 0;
}
.c-ctnr--m {
  width: min(1300px, 90%);
  margin-right: auto;
  margin-left: auto;
}
.l-ftr__bdy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.125em;
}
.l-ftr__clpn {
  width: 22em;
}
.l-ftr__c-itm {
  font-size: 1.4rem;
  line-height: 1.5em;
}
.l-ftr__c-itm--sbj {
  font-size: 1.2rem;
}
.l-ftr__clpn .logo {
  font-size: 24px;
}
.l-ftr__clpn .btn a {
  font-size: 16px;
}
.l-ftr__sbj {
  display: inline-block;
}
.l-ftr__c-itm + .l-ftr__c-itm {
  margin-top: 1.5em;
}
.l-ftr__lnk-wrp {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.l-ftr__lnk-lst {
  line-height: 1.2em;
  min-width: 16em;
}
.l-ftr__lnk-lst li:not(:first-child), footer h4 {
  margin-top: 1.125em;
}
.l-ftr__lnk-bor a {
  font-weight: 400;
}
.l-ftr__lnk, footer h4 {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
  padding-left: 26px;
}
.l-ftr__lnk::before, footer h4::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffe436;
  transform: translateY(-50%);
}
.l-ftr__lnk-bor {
  margin-left: 10px;
}
.hc_h3 {
  margin-top: 0;
}
.l-ftr__lnk-bor a::before {
  content: '';
  display: block;
  width: 1em;
  height: 2px;
  background: #ffe436;
  margin-right: .5em;
  transition: inherit;
  position: absolute;
  top: 50%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 0;
  transform: translateY(-50%);
}
.l-ftr__sc-wrp {
  width: 13.75em;
}
.l-ftr__cpy {
  font-size: 14px;
  padding: 2em 0;
  display: block;
  text-align: center;
  letter-spacing: .08em;
  line-height: 1.4em;
}
footer .add span {
  margin-left: 8px;
}
@media only screen and (max-width: 1299px) {
  .l-ftr__lgo {
    margin-left: 0;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1181px) {
  .l-ftr__lnk-lst {
    min-width: 13em;
  }
}
@media only screen and (max-width: 767px) {
  .l-ftr__bdy {
    align-items: center;
    flex-flow: column;
    margin-top: 2.5em;
  }
  .l-ftr__lnk-wrp {
    width: 100%;
    min-width: 0;
    margin-top: 2.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .l-ftr__lnk-lst {
    width: 100%;
  }
  .l-ftr__lnk-wrp {
    margin-top: 20px;
  }
  .l-ftr__inr {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
    max-width: 100%;
  }
  .l-ftr__bdy {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .l-ftr__lnk-lst li:not(:first-child), footer h4 {
    margin-top: 0;
  }
  .l-ftr__clpn {
    margin-right: auto;
  }
  footer h4 {
    padding: 1.4em 0 1.4em 22px;
  }
  .l-ftr__lnk {
    padding: 1.4em 0 1.4em 22px;
    border-bottom: 1px solid rgb(98, 98, 98, 0.3);
  }
  .l-ftr__lnk::after {
    content: '';
    display: block;
    width: .6em;
    height: .6em;
    border-top: 1px solid rgb(98, 98, 98, 0.5);
    border-right: 1px solid rgb(98, 98, 98, 0.5);
    opacity: .5;
    transform: rotate(45deg);
    margin-left: auto;
    margin-right: .3em;
  }
  footer .logo {
    font-size: 20px;
    font-weight: 300;
    gap: 10px;
  }
  footer .logo img {
    width: 50px;
  }
}
/* ==========================
      　page_共通
========================== */
.page_title {
  background-color: #fffded;
  text-align: center;
  position: relative;
  margin: 324px auto 33px;
  width: 100%;
  height: 230px;
}
.page_title h1 {
  font-size: 42px;
  padding-left: 0;
  display: block;
  width: auto;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_title h1::before, .page h1::before, .single h1::before, .archive h1::before {
  top: 15%;
  left: 102%;
  right: 0px;
  width: 84px;
  height: 84px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.breadcrumbs {
  font-size: 14px;
  text-align: end;
  margin-bottom: 96px;
}
.breadcrumbs span a {
  margin-right: 10px;
}
.breadcrumbs span:nth-child(n+2) {
  margin-left: 10px;
}
.page h2, .archive h2 {
  margin-left: 0;
  z-index: 2;
}
.page h2::after {
  z-index: 1;
}
.common_padding {
  padding: 140px 0;
}
.page h3 {
  font-size: 28px;
  font-weight: 500;
}
.page_common-items {
  margin-top: 96px;
}
.page_common-items .img {
  width: 510px;
}
.page_common-items .text {
  width: 504px;
}
.page_common-items .text p {
letter-spacing: normal;
  margin-top: 30px;
}
.page_common-items .text p span {
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 1300px) {
  .page_title {
    margin: 170px auto 33px;
  }
}
@media only screen and (max-width: 640px) {
  .breadcrumbs span a {
    margin-right: 2px;
  }
  .breadcrumbs span:nth-child(n+2) {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 1181px) {
  .page_title h1, .single h1 {
    font-size: 1.875rem;
    white-space: nowrap;
    word-break: break-word;
    margin-bottom: 0;
  }
  .page_title {
    height: 35.6666666667vw;
  }
  .page_title h1::before, .page h1::before, .single h1::before, .archive h1::before {
    top: 36%;
    left: 93%;
    width: 11.827956989247312vw;
    height: 11.827956989247312vw;
  }
  .breadcrumbs {
    font-size: 12px;
    margin-bottom: 75px;
  }
  .page h3 {
    font-size: 1.25rem;
  }
  .common_padding {
    padding: 80px 0;
  }
  .page_common-items .text {
    width: 100%;
  }
  .page_common-items {
    margin-top: 0;
  }
  .page_common-items .text {
    margin-top: 30px;
  }
  .page_common-items .text p {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1181px) {
    .page_title {
        margin: 260px auto 33px;
    }
}
/* ==========================
      　　診療方針
========================== */
.page-id-623 #mainmenu ul li:nth-child(2) a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffe436;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page_concept {
  text-align: center;
}
.page_concept h3 {
  font-size: 22px;
  line-height: 3;
  font-weight: 500;
}
.page_concept p {
  font-size: 20px;
  line-height: 2.5;
  margin-top: 70px;
}
.concept_img {
  margin-top: 122px;
}
.page_first {
  background-color: #fffded;
  margin: 140px 0 160px;
}
.attention {
  display: flex;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 14px;
}
.belongings {
  font-weight: 500;
  flex-direction: row;
  margin-top: 70px;
  width: min(1070px, 100%);
}
.belongings h4 {
  text-align: center;
  padding-left: 0;
}
.belongings h4 span {
  font-size: 20px;
  border-bottom: 1px solid #333;
}
.belongings h4::before {
  display: none;
}
.belongings ul {
  line-height: 2.4;
  white-space: nowrap;
  margin-top: 33px;
}
.belongings ul li {
  display: flex;
  align-items: center;
  gap: 7px;
}
.belongings ul li:nth-child(n+2) {
  margin-top: 10px;
}
.belongings ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
}
.belongings-Shoshin, .belongings-Saishin {
  width: 443px;
  height: 443px;
  background-color: #ffef86;
  border-radius: 50%;
  border: 1px solid #f5d507;
  position: relative;
}
.page .belongings-Saishin {
  background-color: #d3edfb;
  border: 1px solid #a4d0e8;
}
.belongings-Shoshin-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_first-h3 {
  margin-top: 100px;
}
.page_chinese-medicine-text {
  letter-spacing: normal;
  line-height: 2;
  margin-top: 20px;
}
.page_chinese-medicine-text span {
  display: block;
  margin-top: 20px;
}
.page_chinese-medicine-about {
  margin-top: 120px;
}
.page_chinese-medicine-about .img {
  text-align: center;
}
.page_chinese-medicine-about img {
  width: 410px;
}
.sp_font-s {
  display: none;
}
.common_title .pc {
  display: inline-block;
}
@media only screen and (max-width: 1160px) {
  .page_chinese-medicine .page_common-items {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 979px) {
  .belongings {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page_concept h3 {
    font-size: 1.125rem;
    line-height: 2.8;
  }
  .concept_img {
    margin-top: 70px;
  }
  .page_first {
    margin: 80px 0 90px;
  }
  #about02 {
    padding: 90px 0 70px;
  }
  .belongings-Shoshin, .belongings-Saishin {
    width: 373px;
    height: 373px;
  }
  .belongings {
    margin-top: 40px;
  }
  .belongings {
    gap: 30px;
  }
  .attention {
    font-size: 14px;
    margin-top: 6px;
  }
  .page_first-h3 {
    margin-top: 60px;
  }
  .page_chinese-medicine-about .img {
    margin-top: 30px;
  }
  .page_chinese-medicine-about img {
    width: 100%;
  }
  .page_chinese-medicine-about {
    margin-top: 20px;
  }
  .sp_font-s {
    display: block;
    font-size: 16px;
  }
  .common_title .pc {
    display: none;
  }
  .page_concept p {
    font-size: 1rem;
    line-height: 2.6;
    margin-top: 40px;
  }
  .page_concept p span {
    margin-top: 20px;
  }
  .belongings h4 span {
    font-size: 1.125rem;
  }
  .belongings ul li:nth-child(n+2) {
    margin-top: 6px;
  }
  .page_concept p span {
    display: block;
    margin-top: 40px;
  }
}
@media only screen and (max-width:375px) {
  .belongings-Shoshin, .belongings-Saishin {
    width: 343px;
    height: 343px;
  }
}
/* ==========================
      　　診察内容
========================== */
.page-id-627 #mainmenu ul li:nth-child(5) a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffe436;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.anchor_link ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.25rem;
}
.anchor_link li {
  width: calc(50% - 0.625rem);
  max-width: 15.625rem;
  height: 60px;
}
.anchor_link li:nth-child(n+4) {
  margin-top: 30px;
}
.anchor_link li a {
  background: #ea9f00;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.1;
  padding: 0;
  width: 100%;
  height: 100%;
}
.anchor_inner .btn {
  margin: 0;
}
.anchor_inner .btn a::before {
  right: 12px;
  width: 20px;
  height: 13px;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 877px) {
  .anchor_link li:nth-child(n+3) {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1181px) {
  .anchor_link ul {
    justify-content: space-between;
    column-gap: 0;
    gap: 10px;
  }
  .anchor_link li {
    width: 48%;
	  max-width:48%;
  }
  .anchor_link li a {
    font-size: 1.15rem;
  }
  .page-id-627 .anchor_link li:nth-child(5) a, .page-id-627 .anchor_link li:nth-child(9) a, .page-id-627 .anchor_link li:nth-child(11) a {
    font-size: 1rem;
  }
  .page-id-627 .anchor_link li:nth-child(8) a {
    font-size: .8rem;
  }
  .page-id-627 .anchor_link li:nth-child(12) a {
    font-size: .9rem;
  }
  .anchor_inner .btn a::before {
    right: 12px;
    width: 13px;
    height: 15px;
    transform: translateY(-50%) rotate(90deg);
  }
  .anchor_link li:nth-child(5) a, .anchor_link li:nth-child(3) a {
    flex-direction: column;
  }
}
.examination_medical {
  background: url(../image/examination_medical/em_bg.svg) no-repeat;
  background-size: 38.5%;
  background-position: right center;
  margin-top: 160px;
}
.examination_medical-items:nth-child(1) {
  margin-top: 0;
}
.examination_medical-items {
  margin-top: 130px;
}
.examination_medical-items .img {
  width: 345px;
}
.examination_medical-items .page_common-items .text {
  width: 580px;
}
.examination_medical-items .page_common-items .text p {
  margin-top: 0;
}
@media only screen and (max-width: 1181px) {
  .page_common-items .img {
    width: 100%;
  }
  .page_common-items .text {
    margin-top: 50px;
	}
  #em08, #em11 {
    margin-top: 49px;
  }
  #em08 h2, #em11 h2 {
    padding-top: 31px;
  }
  #em12 h2, #em05 h2 {
    white-space: nowrap;
    line-height: 1.2
  }
  .examination_medical-items h2 {
    line-height: 2;
  }
  .examination_medical {
    background-size: cover;
    margin-top: 110px;
  }
  .examination_medical-items .page_common-items .text {
    width: 100%;
  }
  .examination_medical-items .page_common-items .text {
    margin-top: 0px;
  }
  .examination_medical-items .img {
    width: 90%;
    margin: 40px auto 0;
  }
  .examination_medical-items:not(:first-child) {
    margin-top: 80px;
  }
}
/* ==========================
      　　若山studio
========================== */
.page-id-629 #mainmenu ul li:nth-child(6) a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffe436;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.studio_staet {
  position: relative;
}
.studio_staet::before {
  content: "";
  display: block;
  background: url(../image/wakayama_studio/bg.svg)no-repeat;
  background-size: 100%;
  width: clamp(200px, 50vw, 234px);
  height: clamp(460px, 40vw, 460px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.studio_staet::after {
  content: "";
  display: block;
  background: url(../image/wakayama_studio/bg-img03.png)no-repeat;
  background-size: 100%;
  width: clamp(300px, 50vw, 494px);
  height: clamp(235px, 40vw, 386px);
  position: absolute;
  right: 6.291vw;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.studio_concept {
  position: relative;
  padding-bottom: 430px;
}
.studio_concept::before {
  content: "";
  display: block;
  background: url(../image/wakayama_studio/bg-img01.png) no-repeat;
  background-size: 100%;
  width: 474px;
  height: 464px;
  position: absolute;
  top: -12.3vw;
  right: 3.687vw;
  z-index: -1;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.studio_concept::after {
  content: "";
  display: block;
  background: url(../image/wakayama_studio/bg-img02.png) no-repeat;
  background-size: 100%;
  width: 474px;
  height: 464px;
  position: absolute;
  top: 19.75vw;
  left: 1.6458vw;
  z-index: -1;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.studio_staet.show::after, .studio_concept.show::before, .studio_concept.show::after {
  opacity: 1;
  transform: scale(1);
}
.studio_staet .logo_img {
  width: 238px;
  margin: auto;
}
.studio_staet p {
  font-size: 42px;
  text-align: center;
  padding: 122px 0 186px;
}
.studio_staet h2 {
  font-size: 26px;
  line-height: 2.31;
  text-align: center;
  margin: auto;
}
.studio_staet h2::before {
  top: 15%;
  left: 43%;
  transform: translate(-50%, -50%);
}
.studio_staet .studio_concept p {
  font-size: 20px;
  line-height: 3;
  padding: 70px 0 0;
}
.rental {
  background-color: #fffded;
  margin: 120px 0 150px;
}
.rental_items .box {
  border-top: 1px solid rgba(98, 98, 98, 0.3);
  padding: 26px 0;
}
.rental_items .box:last-child {
  border-bottom: 1px solid rgba(98, 98, 98, 0.3);
}
.rental_items .box p {
  padding-left: 20px;
  margin-top: 20px;
}
.rental_about table, .rental_abou td, .rental_abou th {
  border: 1px solid #3d93c1;
  border-collapse: collapse;
  width: 100%;
}
.rental_about td, .rental_about th {
  padding: 40px;
}
.rental_about td {
  color: #fff;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  background: #3d93c1;
  width: 34%;
}
.rental_about th {
  border-bottom: 1px solid #3d93c1;
}
.rental_about-attention {
  background-color: #f1f1f1;
  border: 1px solid #cac9c4;
  padding: 30px;
  margin-top: 30px;
}
.rental_about-attention span {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}
.rental_about-attention p:nth-child(2) {
  margin-top: 20px;
}
.rental_about-attention .question {
  margin-top: 40px;
}
.gallery {
  margin: 140px 0 0;
}
.page-id-629 .bottom_contact.top {
  margin-top: 0;
}
.gallery .flex_base {
  margin-top: 10px;
}
.gallery .column-03 .img {
  width: 306px;
}
.gallery .common-anchor_inner .column-02 {
  flex-wrap: nowrap;
}
.gallery .flex_base {
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1181px) {
  .studio_concept::before {
    width: 314px;
    height: 310px;
  }
  .studio_concept::after {
    width: 354px;
    height: 327px;
    top: 37.75vw;
    left: 1.6458vw;
  }
  .gallery .flex_base .img {
    width: 48.7%;
  }
	  .gallery .flex_base {
    flex-direction: row;
    margin-top: 10px;
    gap: 8px;
  }
	  .gallery .common-anchor_inner .column-02 {
    gap: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .studio_staet::before {
    width: clamp(170px, 20vw, 234px);
    height: clamp(400px, 68vw, 460px);
  }
  .studio_staet .logo_img {
    width: 108px;
  }
  .studio_staet p {
    font-size: 5.607vw;
    padding: 30px 0 76px;
  }
  .studio_staet h2 {
    font-size: 5.607vw;
    white-space: nowrap;
    padding: 0;
  }
  .studio_staet h2::before {
    left: 18vw;
  }
  .studio_staet .studio_concept p {
    font-size: 1.0625rem;
    padding: 20px 0 0;
  }
  .studio_concept::before, .studio_concept::after {
    display: none;
  }
  .studio_concept {
    padding-bottom: 270px;
  }
  .rental {
    margin: 70px 0 90px;
  }
  .rental h2 {
    white-space: nowrap;
  }
  .rental_about td, .rental_about th {
    width: 100%;
    display: block;
    padding: 10px;
  }
  .rental_about th {
    font-weight: 300;
    border-top: none;
  }
  .rental h4 {
    font-size: 1.125rem;
  }
  .rental_about-attention p {
    font-size: 14px;
  }
  .rental_about-attention {
    padding: 18px;
    margin-top: 20px;
  }
  .rental_about-attention .question {
    margin-top: 20px;
  }
  .rental_about-attention span {
    margin-bottom: 2px;
  }
  .gallery {
    margin: 80px 0 0;
  }
}
@media only screen and (max-width: 375px) {
  .rental h4 {
    font-size: 1.1rem;
  }
}
/* ==========================
      　　当院について
========================== */
.page-id-632 #mainmenu ul li:nth-child(1) a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgb(255, 228, 54);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.about_summary h2, .page-h2 {
  text-align: center;
}
.about_summary h2::before, .page-h2::before {
  display: none;
}
.about_summary .about_items .box {
  display: flex;
  border-bottom: 1px solid #3d93c1;
}
.about_summary .about_items .box p {
  padding: 40px;
}
.about_summary .about_items .box p:nth-child(1) {
  font-weight: 500;
  padding-left: 6px;
  width: 166px;
}
.doctor_items .flex_base {
  margin-top: 80px;
}
.doctor_items .flex_base .img {
  width: 398px;
}
.doctor_items .flex_base .text {
  width: 500px;
}
.doctor_items .flex_base p:nth-child(1) {
  font-size: 28px;
  font-weight: 500;
}
.doctor_items .flex_base p:nth-child(1) span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: -10px;
}
.doctor_items .flex_base p:nth-child(2) {
  line-height: 1.87;
  margin-bottom: 30px;
}
.doctor_items .flex_base .text div {
  border-top: 1px solid #3d93c1;
  padding-top: 40px;
}
.doctor_items .flex_base .text div p {
  line-height: 2.3;
  margin-top: 10px;
}
.doctor_introduction {
  margin-top: 140px;
}
.abou_exterior .exterior_items:nth-child(n+4), .abou_directions .exterior_items:nth-child(n+4) {
  margin-top: 34px;
}
.exterior_items p {
  font-weight: 500;
  text-align: center;
  margin-top: 12px;
}
.abou_exterior .flex_base {
  flex-wrap: wrap;
}
.abou_exterior .flex_base .img, .about_access .img {
  width: 304px;
}
.abou_exterior .about_sound-waves .flex_base .img {
  width: min(463px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.abou_facility, .about_parking, .abou_directions {
  margin-top: 170px;
}
.about_sound-waves {
  margin-top: 204px;
}
.about_sound-waves a {
  color: #ea9f00;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ea9f00;
  padding-bottom: 4px;
  margin-top: 30px;
  gap: 6px;
}
.about_sound-waves a::before {
  content: "";
  display: block;
  background: url(../image/about/link.svg) no-repeat;
  background-size: 100%;
  width: 21px;
  height: 20px;
}
.sound-waves_items {
  margin-top: 60px;
}
.abou_exterior {
  position: relative;
  padding-bottom: 140px;
}
.abou_exterior::before {
  content: "";
  display: block;
  background: url("../image/about/bg.svg")no-repeat;
  background-size: 100%;
  width: 57%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.about_access {
  margin: 0;
}
.about_access .block-index-info .cols .left {
  width: min(476px, 100%);
}
.about_access .map {
  width: 100%;
}
.about_access .map iframe {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.about_access .access::before, .about_access .access::after {
  display: none;
}
.about_access .block-index-info .right {
  width: 45%;
}
.about_access .block-index-info .info .adds .add {
  margin-top: 0;
}
.about_access .abou_directions .img {
  position: relative;
}
.about_access .abou_directions .img span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  background-color: #ea9f00;
  padding-bottom: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.abou_directions .common_h2-top {
  flex-wrap: wrap;
}
.page-id-632 .bottom_contact.top {
  margin-top: 0;
}
@media only screen and (max-width: 1181px) {
  .about_summary .about_items {
    margin-top: 0;
  }
  .about_summary .about_items .box {
    flex-direction: column;
  }
  .about_summary .about_items .box p {
    padding: 20px;
  }
  .about_summary .about_items .box p:nth-child(1) {
    padding-bottom: 0;
  }
  .about_summary .about_items .box p:nth-child(2) {
    padding-top: 10px;
  }
  .doctor_items .flex_base {
    margin-top: 40px;
  }
  .doctor_items .flex_base .img, .doctor_items .flex_base .text {
    width: 100%;
  }
  .doctor_items .flex_base p:nth-child(1) span {
    font-size: .9rem;
    margin-top: 10px;
    margin-bottom: -10px;
  }
  .doctor_items .flex_base p:nth-child(1) {
    font-size: 1.5rem;
  }
  .doctor_items .flex_base p:nth-child(2) {
    margin-bottom: 20px;
  }
  .doctor_items .flex_base .text div {
    padding-top: 30px;
  }
  .doctor_introduction {
    margin-top: 60px;
  }
  .abou_exterior .flex_base .img {
    width: 100%;
  }
  .abou_exterior .exterior_items, .abou_exterior .abou_facility .img {
    width: 49%;
  }
  .abou_exterior .flex_base {
    flex-direction: row;
  }
  .abou_exterior .exterior_items:nth-child(n+3), .abou_facility .img:nth-child(n+3), .sound-waves_items .img:nth-child(2), .about_parking .exterior_items:nth-child(n+2), .abou_directions .exterior_items:nth-child(n+2) {
    margin-top: 26px;
  }
  .abou_facility, .about_sound-waves {
    margin-top: 100px;
  }
  .exterior_items p {
    margin-top: 4px;
  }
  .about_sound-waves a {
    font-size: 1.0625rem;
    margin-top: 20px;
  }
  .about_sound-waves a::before {
    width: 19px;
    height: 18px;
  }
  .abou_exterior::before {
    width: 223%;
    right: -650px;
  }
  .abou_exterior {
    padding-bottom: 80px;
  }
  .about_access .block-index-info .info .adds .add, .about_access .block-index-info .mod-pc {
    justify-content: flex-start;
  }
  .about_access .block-index-info .right {
    width: 100%;
  }
  .about_access .block-index-info .cols {
    gap: 40px;
  }
  .abou_facility, .about_parking, .abou_directions {
    margin-top: 80px;
  }
  .about_parking .img, .abou_directions .img {
    width: 100%;
  }
}
	@media only screen and (min-width: 768px) and (max-width: 1181px) {
	.about_access .block-index-info .cols .left {
    width: 100%;
}	
}
/* ==========================
      　　採用情報
========================== */
.post-type-archive-recruitment #mainmenu ul li:nth-child(8) a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffe436;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.post-type-archive-recruitment h3 {
  font-size: 36px;
  font-weight: 500;
}
.recruitment_btn {
  font-size: 24px;
  box-shadow: 2px 2px 8px #0000001a;
  position: relative;
}
.recruitment_btn a {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 48px 42px;
  transition: none;
  border: 1px solid transparent;
}
.recruitment_btn a::after {
  content: "";
  display: block;
  background: url(../image/top/arrow.svg)no-repeat;
  filter: invert(62%) sepia(75%) saturate(1060%) hue-rotate(7deg) brightness(153%) contrast(85%);
  background-size: 100%;
  width: 20px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.recruitment_btn a:hover {
  border: 1px solid #ea9f00;
  opacity: 1;
}
.recruitment_btn span {
  color: #fff;
  background-color: #ea9f00;
  padding: 6px 0;
  margin-right: 40px;
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.recruitment .recruitment_btn:nth-child(n+1) {
  margin-top: 40px;
}
.recruitment h3 {
  font-size: 32px;
  text-align: center;
  margin-top: 120px;
}
.recruitment h3::after {
  content: "";
  display: block;
  border-bottom: 2px solid #333;
  width: 100px;
  margin: 20px auto;
}
.recruitment_flow {
  position: relative;
  box-shadow: 2px 2px 8px #0000001a;
  border-radius: 10px;
  overflow: visible;
  width: 100%;
  padding: 30px 20px 20px;
  margin: 0 auto;
  background: linear-gradient(rgba(255, 253, 237, 1), rgba(255, 253, 237, 1));
  z-index: 2;
}
.recruitment_flow:nth-child(n+2) {
  margin-top: 80px;
}
.flow_items {
  display: flex;
  align-items: center;
  margin-bottom: 1.75em;
  gap: 3.6em;
}
.flow_items .box, .flow_items .box .img {
  display: flex;
  flex-grow: 0;
}
.flow_items .box .img {
  width: 200px;
}
.flow_items .box .no_img {
  width: 57px;
  margin-bottom: 20px;
}
.flow_items .box:nth-child(1) {
  padding-top: 10px;
  padding-left: 20px;
  flex-basis: 164px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 200px;
}
.flow_items .box:nth-child(3) {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  padding-right: 50px;
}
.flow_items .title {
  font-size: 24px;
  font-weight: 500;
  padding-top: 16px;
  white-space: nowrap
}
.flow_items .title::before {
  content: "";
  display: block;
  width: 50px;
  border-top: 1px solid #333;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.flow_items {
  justify-content: center;
}
.recruitment_flow::after {
  content: '';
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 33px solid transparent;
  border-right: 33px solid transparent;
  border-top: 31px solid rgba(177, 177, 177, .3);
  filter: blur(2px);
  z-index: -2;
}
.recruitment_flow::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid rgba(255, 253, 237, 1);
  z-index: 1;
}
.step04::after, .step04::before {
  display: none;
}
.flow_items, .box, .img, .box p {
  position: relative;
  z-index: 10;
}
.step04 .img img:last-child {
  width: 90%;
  margin: auto;
}
.recruitment_flow-items {
  margin-top: 60px;
}
@media only screen and (max-width: 1181px) {
  .recruitment_btn {
    font-size: 1.125rem;
  }
  .recruitment_btn a {
    padding: 28px 18px;
  }
  .recruitment_btn span {
    padding: 4px 0;
    margin-right: 20px;
    width: 69px;
    font-size: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .flow_items .box:nth-child(1) {
    padding-top: 0;
    padding-left: 0;
    flex-basis: auto;
  }
  .flow_items .box:nth-child(1) .img:nth-child(1) {
    width: 117px;
  }
  .flow_items .box:nth-child(3) {
    padding-right: 0;
  }
  .flow_items {
    flex-direction: column;
    margin-bottom: 10px;
    gap: 25px;
  }
  .flow_items .box:nth-child(2) {
    flex-basis: auto;
  }
  .content_items {
    width: 100%;
  }
  .flow_items .box:nth-child(2) .img img {
    width: 70%;
    margin: auto;
  }
  .flow_items .box .img {
    width: auto;
  }
  .recruitment_flow-items {
    margin-top: 40px;
  }
  .post-type-archive-recruitment h3 {
    font-size: 1.5rem;
  }
  .recruitment h3::after {
    border-bottom: 1px solid #333;
    width: 40px;
    margin: 20px auto;
  }
  .recruitment_flow .box .has-regular-font-size {
    font-size: 1rem;
  }
  .flow_items .box .no_img {
    width: 43px;
  }
  .flow_items .box .date {
    font-size: 12px;
  }
  .flow_items .title {
    font-size: 1.5rem;
  }
}
/* ==========================
      　採用情報(詳細)
========================== */
.about_summary .about_items .box p:nth-child(2) {
  flex: 1;
}
.entry_items {
  padding-top: 80px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.entry_items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffe436;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.entry_items h2 {
  text-align: center;
  margin: auto;
}
.entry_items h2::before {
  display: none;
}
.entry_items p {
  margin-top: 50px;
}
.entry_items input, textarea {
  border: 1px solid #999999;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.entry_items label {
  display: flex;
  align-items: center;
}
.entry_items .title {
  font-size: 18px;
  font-weight: 500;
  width: 190px;
  background-color: transparent;
}
.entry_items .wpcf7-form-control-wrap input {
  width: 580px;
  height: 50px;
  background-color: #fff;
}
.entry_items .occupation input {
  background-color: transparent;
  border: none;
}
.wpcf7-form-control-wrap {
  width: 580px;
  margin-left: auto;
}
.entry_items textarea {
  width: 100%;
  height: 240px;
  background-color: #fff;
}
.radio_check-items .wpcf7-list-item {
  margin: 0;
}
.entry_items .radio_check-items input {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 8px;
}
.entry_items .radio_check-items input[type="radio"]:checked {
  background-color: #ea9f00;
}
.entry_items .radio_check-items .wpcf7-list-item span {
  margin-right: 18px;
}
.entry_items .wpcf7-form p:nth-child(9), .concept_btn p {
  text-align: center;
  width: 300px;
  height: 53px;
  margin: 50px auto 0;
  position: relative;
}
.entry_items .wpcf7-form p:nth-child(9) input, .concept_btn p input {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background-color: #ea9f00;
  border: none;
  position: relative;
}
.entry_items .wpcf7-form p:nth-child(9)::before {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 21px;
  height: 14px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-50%);
  background: url(../image/top/arrow.svg) center center / contain no-repeat;
  transition: 0.3s;
  z-index: 1;
}
.entry_items .att {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  width: 41px;
  background-color: #c03f17;
  display: inline-flex;
  align-self: center;
  justify-content: center;
  margin-right: 20px;
}
.entry_items .message_items {
  align-items: flex-start;
}
.entry_items .message_title {
  margin-top: 10px;
  margin-left: 60px;
}
.single-recruitment .bottom_contact.top {
  margin-top: 0;
}
.wpcf7-list-item-label {
  pointer-events: none;
}
input[type="radio"] {
  position: static !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: auto !important;
}
label, .wpcf7-list-item-label {
  cursor: pointer !important;
  pointer-events: auto !important;
  display: inline-flex;
  align-items: center;
}
.wpcf7 {
  margin-top: 130px;
}
.concept_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.concept_btn p {
  width: 45%;
  height: 70px;
}
.dd_contact {
  width: 580px;
  height: 50px;
  border: 1px solid #999999;
  background-color: #fff;
  padding: 6px 10px;
  margin-left: auto;
}
.dd_contact-messag {
  height: 100%;
}
.dd_content .bottom_contact.top {
  margin-top: 0;
}
@media only screen and (max-width: 1181px) {
  .entry_items label {
    display: block;
  }
  .entry_items .wpcf7-form-control-wrap input {
    width: 100%;
    margin-top: 20px;
  }
  .entry_items p {
    margin-top: 30px;
  }
  .entry_items input {
    font-size: 18px;
  }
  .radio_check label {
    display: flex;
    align-items: center;
  }
  .entry_items .radio_check-items .wpcf7-list-item span {
    white-space: nowrap;
  }
  .entry_items .radio_check-items .wpcf7-list-item input {
    margin-top: 0;
  }
  .radio_check {
    display: block;
    margin-top: 20px;
  }
  .entry_items .message_title {
    display: block;
    margin-left: 0;
    margin-bottom: 20px
  }
  #visible-job-summary {
    color: #333 !important;
    font-weight: 500;
  }
  .wpcf7-radio label {
    display: flex;
  }
  .wpcf7-radio {
    display: block;
    margin-top: 20px;
  }
  .entry_items h2 {
    margin: -30px auto 0;
  }
  .entry_items .title {
    font-size: 18px;
  }
  .wpcf7 {
    margin-top: 50px;
  }
  .dd_contact {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .concept_btn {
    margin-top: 40px;
  }
  .concept_btn p {
    width: 46%;
    height: 50px;
  }
}
/* ==========================
      　　院長紹介
========================== */
body.show-intro #mainmenu ul li:nth-child(1) a::before {
  display: none;
}
body.show-intro #mainmenu ul li:nth-child(3) a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffe436;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* ==========================
      　　院内紹介
========================== */
body.show-intro-a #mainmenu ul li:nth-child(1) a::before {
  display: none;
}
body.show-intro-a #mainmenu ul li:nth-child(4) a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffe436;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* ==========================
      診察時間・アクセス
========================== */
body.show-intro-b #mainmenu ul li:nth-child(1) a::before {
  display: none;
}
body.show-intro-b #mainmenu ul li:nth-child(7) a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffe436;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* ==========================
      　　お知らせ
========================== */
.blog #mainmenu ul li:nth-child(9) a::before, .category #mainmenu ul li:nth-child(9) a::before, .date #mainmenu ul li:nth-child(9) a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffe436;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.news-content {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  width: calc(100% - var(10) * 2);
  margin-top: 7.5rem;
  max-width: 65rem;
}
.news_items, .news-text {
  width: 100%;
  max-width: 760px;
}
.news_items ol li:nth-child(1) {
  border-top: 1px solid #EBEEF4;
}
.news_items ol li {
  position: relative;
  border-bottom: 1px solid #EBEEF4;
}
.news_items ol li::after {
  content: '';
  background: url(../image/top/news_arrow.svg) center no-repeat;
  width: 1.125rem;
  height: 0.625rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news_items ol li a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 18px 0;
}
.news_items ol li a div h3 {
  font-weight: 400;
  font-size: 18px;
  margin: 14px 0 26px;
}
.news_items ol li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: auto;
  width: 100%;
  height: 1px;
  background-color: #ffe436;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.pc-news_cat-day ul li {
  margin-bottom: 12px;
}
.pc-news_cat-day ul li a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  overflow: visible;
  position: relative;
}
.pc-news_cat-day ul li a.active {
  font-weight: 700;
  padding-left: 14px;
  border-bottom: 1px solid #ffe436;
}
.pc-news_cat-day ul li a.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background: #ffe436;
  border-radius: 50%;
  transform: translateY(-50%);
}
.pc-news_cat-day ul li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffe436;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .2s;
}
.news_cat-day {
  display: none;
}
.news_items .box {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.side {
  width: 100%;
  max-width: 160px;
}
.pc-news_cat-day {
  border-top: 1px solid #EBEEF4;
  padding-top: 21px;
}
.side .year {
  margin-top: 60px;
}
.wp-pagenavi {
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 0 10px;
  position: relative;
  z-index: 3;
}
.wp-pagenavi .last {
  font-weight: bold;
}
.wp-pagenavi a:hover::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 49%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffe436;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 1181px) {
  .pc-news_cat-day ul li a {
    font-size: 1.125rem;
  }
  .news-content {
    flex-direction: column;
    margin-top: 3rem;
    max-width: 65rem;
    margin-inline: auto;
    width: calc(100% - var(10) * 2);
  }
  .news_items, .news-text {
    max-width: none;
  }
  .news_cat-day {
    border-bottom: 1px solid #EBEEF4;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
  }
  .news_items .box {
    display: block;
  }
  .news_cat-day ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: unset;
    gap: 14px;
    margin-top: 40px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .news_cat-day ul li:first-child {
    margin-left: 10px;
  }
  .news_cat-day ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 0 20px;
  }
  .news_cat-day::after {
    content: "";
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }
  .news_cat-day ul li a.active {
    font-size: 1.125rem;
    font-weight: 300;
    position: relative;
    opacity: 1;
    padding: 12px 18px 20px;
  }
  .news_cat-day ul li a.active::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffe436;
  }
  .news {
    width: 90%;
    margin: 0 auto;
  }
  .news_items ol li a div h3 {
    font-size: 1rem;
    margin: 14px 0 18px;
  }
  .news_items ol li:nth-child(1) {
    border-top: none;
  }
  .news_items ol li a {
    padding: 14px 0;
  }
  .meta .date {
    font-size: 12px;
  }
  .wp-pagenavi {
    font-size: 1.125rem;
  }
  .pc-news_cat-day ul li {
    margin-bottom: 14px;
  }
  .pc-news_cat-day ul li a.active {
    font-weight: 400;
  }
}
/* ==========================
      　お知らせ（詳細）
========================== */
.single-post .page_title h1 {
  font-size: 30px;
}
.single-post .news_items .box {
  display: block;
}
.single-post .news_items ol li div h3 {
  font-size: 20px;
}
.single-post .meta {
  font-size: 14px;
}
.single-post .news_items ol li div h3 {
  font-size: 24px;
  margin-top: 10px;
}
.single-post .news_items ol li {
  padding-bottom: 40px;
  border-top: none;
  border-bottom: 1px solid #EBEEF4;
}
.single-post .news_items ol li::after {
  display: none;
}
.single-post .news_items .text {
  margin-top: 40px;
}
.single-post .text h2 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 17px;
  margin-top: 40px;
  margin-left: 0;
  z-index: 2;
}
.single-post .text h2::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffe436;
  transform: translateY(-50%);
  z-index: -1;
}
.single-post .text h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 25px;
  margin-top: 30px;
  margin-left: 0;
  z-index: 2;
}
.single-post .text h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffe436;
  transform: translateY(-50%);
  z-index: 1;
}
.single-post .text h4 {
  margin-top: 20px;
  padding-left: 26px;
}
.single-post .text h4::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0px;
  left: 0;
  width: 16px;
  height: 3px;
  background-color: #ffe436;
  transform: translateY(-50%);
  z-index: 1;
}
.post_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
}
.post_link a {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.post_link .return {
  display: inline-block;
}
.post_link .return::after {
  content: "";
  display: block;
  border-bottom: 2px solid #ffe436;
  width: 77px;
  margin-top: -4px;
}
.post_link img {
  width: 6px;
}
.post_link a:nth-child(1)::before, .post_link a:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffe436;
  transform: translateY(-50%);
  z-index: -1;
}
.post_link a:nth-child(3)::before {
  left: -5px;
}
@media only screen and (max-width: 1181px) {
  .single-post .page_title h1 {
    font-size: 1.2rem;
    min-width: 294px;
    margin-bottom: 0;
    white-space: normal;
  }
  .pc-news_cat-day:nth-child(1) {
    margin-top: 120px;
  }
  .single-post .pc-news_cat-day ul li {
    margin-bottom: 18px;
  }
  .single-post .text h2 {
    font-size: 1.125rem;
  }
  .single-post .text h2::before {
    top: 52%;
    width: 34px;
    height: 34px;
  }
  .single-post .text h3 {
    font-size: 1rem;
  }
  .single-post .text h4 {
    font-size: 14px;
  }
  .post_link {
    margin-top: 80px;
  }
  .single-post .news_items ol li div h3 {
    font-size: 1.25rem;
  }
}