@charset "UTF-8";
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
.page_ttl {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 250px;
}
.page_ttl::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media (max-width: 768px) {
  .page_ttl {
    min-height: 120px;
  }
}
.page_ttl .parent {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0.44em 1.3em;
  background-color: #E2735B;
  border-radius: 30px;
  line-height: 1.3;
  color: #FFF;
  font-size: clamp(1.3rem, 1.3vw, 1.6rem);
  font-weight: 700;
}
.page_ttl .ttl {
  display: block;
  line-height: 1.5;
  font-size: clamp(2.6rem, 3.7vw, 4rem);
  font-weight: 700;
  color: #FFF;
}

.page_about_block .page_ttl::before,
.page_recruit_block .page_ttl::before {
  background: url(../img/common/page-ttl-img01.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .page_about_block .page_ttl::before,
  .page_recruit_block .page_ttl::before {
    background: url(../img/common/page-ttl-img01-sp.jpg) no-repeat center/cover;
  }
}

.page_infomation_block .page_ttl::before {
  background: url(../img/common/page-ttl-img02.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .page_infomation_block .page_ttl::before {
    background: url(../img/common/page-ttl-img02-sp.jpg) no-repeat center/cover;
  }
}

.esg_page_block .page_ttl::before {
  background: url(../img/common/page-ttl-img03.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .esg_page_block .page_ttl::before {
    background: url(../img/common/page-ttl-img03-sp.jpg) no-repeat center/cover;
  }
}

.page_feature_block .page_ttl::before {
  background: url(../img/common/page-ttl-img04.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .page_feature_block .page_ttl::before {
    background: url(../img/common/page-ttl-img04-sp.jpg) no-repeat center/cover;
  }
}

.page_visitor_block .page_ttl::before {
  background: url(../img/common/page-ttl-img05.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .page_visitor_block .page_ttl::before {
    background: url(../img/common/page-ttl-img05-sp.jpg) no-repeat center/cover;
  }
}

.page_medical_block .page_ttl::before {
  background: url(../img/common/page-ttl-img06.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .page_medical_block .page_ttl::before {
    background: url(../img/common/page-ttl-img06-sp.jpg) no-repeat center/cover;
  }
}

.page_news_block .page_ttl::before {
  background: url(../img/common/page-ttl-img07.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .page_news_block .page_ttl::before {
    background: url(../img/common/page-ttl-img07-sp.jpg) no-repeat center/cover;
  }
}

.page_contact_block .page_ttl::before,
.page_facility_block .page_ttl::before,
.page_harassment_block .page_ttl::before {
  background: url(../img/common/page-ttl-img08.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .page_contact_block .page_ttl::before,
  .page_facility_block .page_ttl::before,
  .page_harassment_block .page_ttl::before {
    background: url(../img/common/page-ttl-img08-sp.jpg) no-repeat center/cover;
  }
}

/********************************************/
/* about */
/********************************************/
.page_about_block .message .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 5%;
  row-gap: 30px;
}
.page_about_block .message .img {
  width: 35%;
}
@media (max-width: 768px) {
  .page_about_block .message .img {
    width: 100%;
  }
}
.page_about_block .message .text_area {
  width: 60%;
}
@media (max-width: 768px) {
  .page_about_block .message .text_area {
    width: 100%;
  }
}

.page_about_block .message .inner_title {
  font-size: clamp(1.8rem, 2.1vw, 2.3rem);
}
.page_about_block .message .small {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  padding-right: 20px;
}

.page_about_block .history .container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 20px;
}
.page_about_block .history .left {
  width: 47%;
}
@media (max-width: 768px) {
  .page_about_block .history .left {
    width: 100%;
  }
}
.page_about_block .history .right {
  width: 50%;
}
@media (max-width: 768px) {
  .page_about_block .history .right {
    width: 100%;
  }
}

.page_about_block .history_list {
  position: relative;
}
.page_about_block .history_list::before {
  position: absolute;
  left: 8px;
  top: 50%;
  content: "";
  width: 4px;
  height: 97%;
  background-color: #65B0B3;
  transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 768px) {
  .page_about_block .history_list::before {
    left: 6px;
    width: 3px;
  }
}
@media (max-width: 768px) {
  .page_about_block .history_list::after {
    position: absolute;
    bottom: 4px;
    left: 5px;
    content: "";
    width: 10px;
    height: 40px;
    background-color: #E5EBF4;
    z-index: 0;
  }
}

.page_about_block .history_list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  padding-left: 30px;
  z-index: 2;
}
.page_about_block .history_list li:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page_about_block .history_list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.page_about_block .history_list li::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 20px;
  height: 20px;
  background: radial-gradient(circle, #fff 30%, #4A84CF 100%);
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .page_about_block .history_list li::before {
    top: 4px;
    width: 15px;
    height: 15px;
  }
}
.page_about_block .history_list li .year {
  display: block;
  width: 20%;
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
  font-weight: 700;
}
@media (max-width: 768px) {
  .page_about_block .history_list li .year {
    width: 100%;
  }
}
.page_about_block .history_list li .base-txt {
  width: calc(80% - 20px);
  font-size: clamp(1.4rem, 1.4vw, 1.5rem);
}
@media (max-width: 768px) {
  .page_about_block .history_list li .base-txt {
    width: 100%;
  }
}

/********************************************/
/* infomation */
/********************************************/
.clinic_image .mod-col3-img_text.col2 {
  column-gap: 3%;
  row-gap: 60px;
}
@media (max-width: 768px) {
  .clinic_image .mod-col3-img_text.col2 {
    row-gap: 40px;
  }
}
.clinic_image .mod-col3-img_text.col2 .content {
  width: 48.5%;
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .clinic_image .mod-col3-img_text.col2 .content {
    width: 100%;
  }
}
.clinic_image .mod-col3-img_text.col2 .content .title {
  font-size: clamp(1.6rem, 2.8vw, 2rem);
}

.access .conatiner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 30px;
}
.access .g-map {
  width: 45%;
}
@media (max-width: 768px) {
  .access .g-map {
    width: 100%;
  }
}
.access .text_area {
  width: 50%;
}
@media (max-width: 768px) {
  .access .text_area {
    width: 100%;
  }
}

.access .text_area .inner_title {
  display: inline-block;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 700;
  border-bottom: 2px solid #4A84CF;
}

.access .schedule_table {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .access .schedule_table {
    overflow: scroll;
  }
}
.access table {
  width: 100%;
  border-spacing: 0 12px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 480px) {
  .access table {
    width: 500px;
  }
}
.access table th, .access table td {
  border-bottom: 1px solid #D2D1C0;
  padding-top: 15px;
  padding-bottom: 15px;
}

/********************************************/
/* esg */
/********************************************/
.esg_page_block .mont {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.esg_sdgs_list .sdgs_box {
  margin-bottom: 10px;
  padding: 80px 0 100px;
}
@media (max-width: 768px) {
  .esg_sdgs_list .sdgs_box {
    padding: 40px 0 60px;
  }
}
.esg_sdgs_list .sdgs_box .top_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  column-gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .esg_sdgs_list .sdgs_box .top_box {
    display: block;
    margin-bottom: 30px;
  }
}
.esg_sdgs_list .sdgs_box .top_box .ttl_en_or {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .esg_sdgs_list .sdgs_box .top_box .ttl_en_or {
    margin-bottom: 20px;
  }
}
.esg_sdgs_list .sdgs_box .top_box .sdgs_ico {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  column-gap: 10px;
}
.esg_sdgs_list .sdgs_box .txt_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .esg_sdgs_list .sdgs_box .txt_list {
    width: 100%;
  }
}
.esg_sdgs_list .sdgs_box .txt_list:after {
  display: inline-block;
  content: "";
  width: 32%;
}
@media (max-width: 768px) {
  .esg_sdgs_list .sdgs_box .txt_list:after {
    content: none;
  }
}
.esg_sdgs_list .sdgs_box .txt_list li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  width: 32%;
  min-height: 90px;
  padding: 10px;
  background: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.5vw, 2rem);
}
@media (max-width: 768px) {
  .esg_sdgs_list .sdgs_box .txt_list li {
    width: 100%;
    min-height: auto;
  }
}

.esg_sdgs_list .sdgs_box.environment {
  background: rgba(101, 176, 179, 0.8);
}
.esg_sdgs_list .sdgs_box.environment .txt_list li {
  color: #65B0B3;
}
.esg_sdgs_list .sdgs_box.social {
  background: rgba(225, 171, 7, 0.8);
}
.esg_sdgs_list .sdgs_box.social .txt_list li {
  color: #E1AB07;
}
.esg_sdgs_list .sdgs_box.governance {
  background: rgba(74, 132, 207, 0.8);
}
.esg_sdgs_list .sdgs_box.governance .txt_list li {
  color: #4A84CF;
}

.ttl_en_or {
  margin-bottom: 2em;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
.ttl_en_or .en {
  display: block;
  line-height: 1.5;
  color: #E1AB07;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.ttl_en_or .jp {
  display: block;
  line-height: 1.5;
  font-size: 1.875em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ttl_en_or .jp {
    font-size: 1.6em;
  }
}
.ttl_en_or.white .en {
  color: #FFF;
}
.ttl_en_or.white .jp {
  color: #FFF;
}

/********************************************/
/* features */
/********************************************/
.page_feature_block .hero .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 5%;
  row-gap: 30px;
}
.page_feature_block .hero .base-txt {
  width: 60%;
}
@media (max-width: 768px) {
  .page_feature_block .hero .base-txt {
    width: 100%;
  }
}
.page_feature_block .hero .img {
  width: 35%;
}
@media (max-width: 768px) {
  .page_feature_block .hero .img {
    width: 100%;
  }
}
.page_feature_block .hero .title {
  font-size: clamp(2.5rem, 2.4vw, 3.5rem);
}

.page_feature_block .feature5 .line {
  position: relative;
}
.page_feature_block .feature5 .line::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #65B0B3;
}
.page_feature_block .feature5 .line .title {
  position: relative;
  display: inline-block;
  font-size: clamp(3.1rem, 3.2vw, 4rem);
  z-index: 1;
  padding: 5px 20px;
  background-color: #FFF;
}

.page_feature_block .feature5 {
  counter-reset: num;
}
.page_feature_block .feature5 .content {
  counter-increment: num;
  letter-spacing: 0.05em;
}
.page_feature_block .feature5 .content:not(:last-child) {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .page_feature_block .feature5 .content:not(:last-child) {
    margin-bottom: 80px;
  }
}
.page_feature_block .feature5 .content .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3%;
  row-gap: 20px;
}
.page_feature_block .feature5 .content .box .img {
  width: 45%;
}
@media (max-width: 768px) {
  .page_feature_block .feature5 .content .box .img {
    width: 100%;
  }
}
.page_feature_block .feature5 .content .box .text_area {
  width: 52%;
}
@media (max-width: 768px) {
  .page_feature_block .feature5 .content .box .text_area {
    width: 100%;
  }
}
.page_feature_block .feature5 .inner_title {
  position: relative;
  display: block;
  margin-bottom: 50px;
  padding-left: 100px;
  font-size: clamp(2rem, 2.6vw, 3rem);
  font-weight: 700;
}
@media (max-width: 768px) {
  .page_feature_block .feature5 .inner_title {
    padding-left: 70px;
    margin-bottom: 20px;
  }
}
.page_feature_block .feature5 .inner_title::before {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  content: "0" counter(num);
  width: 70px;
  height: 70px;
  line-height: 1;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  transform: translateY(-50%);
  border-bottom: 5px solid #4A84CF;
}
@media (max-width: 768px) {
  .page_feature_block .feature5 .inner_title::before {
    width: 50px;
    height: 50px;
    font-size: 4rem;
  }
}

/********************************************/
/* 初めての方へ */
/********************************************/
.page_visitor_block .flow .title {
  font-size: clamp(2.3rem, 2.5vw, 3.5rem);
}

.page_visitor_block .flow_list {
  position: relative;
  counter-reset: num;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .page_visitor_block .flow_list {
    padding-left: 65px;
  }
}
.page_visitor_block .flow_list::before {
  position: absolute;
  left: 33px;
  top: 0;
  content: "";
  width: 10px;
  height: 85%;
  background-color: #4A84CF;
}
@media (max-width: 768px) {
  .page_visitor_block .flow_list::before {
    left: 23px;
    width: 5px;
    height: 83%;
  }
}
.page_visitor_block .flow_list .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 40px;
  margin-bottom: 60px;
  counter-increment: num;
}
@media (max-width: 768px) {
  .page_visitor_block .flow_list .item {
    margin-bottom: 40px;
  }
}
.page_visitor_block .flow_list .item::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -100px;
  top: 0;
  content: "0" counter(num);
  width: 75px;
  height: 75px;
  background-color: #65B0B3;
  border-radius: 50%;
  line-height: 1;
  font-size: 4rem;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .page_visitor_block .flow_list .item::before {
    left: -65px;
    width: 50px;
    height: 50px;
    font-size: 3rem;
  }
}
.page_visitor_block .flow_list .text_area {
  width: 50%;
}
@media (max-width: 768px) {
  .page_visitor_block .flow_list .text_area {
    width: 100%;
  }
}
.page_visitor_block .flow_list .img {
  width: 45%;
}
@media (max-width: 768px) {
  .page_visitor_block .flow_list .img {
    width: 100%;
  }
}
.page_visitor_block .flow_list .inner_title {
  display: block;
  margin-bottom: 30px;
  padding-top: 10px;
  font-size: clamp(2.3rem, 2.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .page_visitor_block .flow_list .inner_title {
    padding-top: 3px;
    margin-bottom: 10px;
  }
}
.page_visitor_block .flow_list p {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
.page_visitor_block .flow_list .ac-common_btn {
  max-width: 280px;
}
@media (max-width: 768px) {
  .page_visitor_block .flow_list .ac-common_btn {
    margin-left: auto;
  }
}

.page_visitor_block .caution {
  border: 1px solid #E1AB07;
}
.page_visitor_block .caution .ac-common_btn {
  margin-left: auto;
  margin-right: auto;
}
.page_visitor_block .caution .ac-common_btn a {
  padding: 20px;
}

.dot_list li {
  position: relative;
  line-height: 1.7;
  padding-left: 15px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .dot_list li {
    font-size: 1.4rem;
  }
}
.dot_list li:not(:last-child) {
  margin-bottom: 10px;
}
.dot_list li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #65B0B3;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .dot_list li::before {
    width: 7px;
    height: 8px;
    top: 8px;
  }
}
.dot_list.none li::before {
  content: none;
}

.page_visitor_block .required .title {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
}

.page_visitor_block .faq .title {
  font-size: clamp(2.3rem, 2.5vw, 3rem);
}
.page_visitor_block .faq .ac-title_leftline .title {
  margin-bottom: 30px;
  font-size: clamp(1.8rem, 2vw, 2.3rem);
}

.page_visitor_block .faq .accordion-container {
  margin-bottom: 40px;
}

/***************************************************/
/**
/** @page 診療内容 頭痛外来 */
/**
/***************************************************/
.page_headache_block .block {
  border-bottom: none;
  padding-bottom: 0;
}
.page_headache_block .block .inner_title {
  display: inline-block;
  margin-bottom: 50px;
  font-size: clamp(2rem, 2.3vw, 3rem);
  font-weight: 700;
  border-bottom: 1px solid #4A84CF;
}
@media (max-width: 768px) {
  .page_headache_block .block .inner_title {
    margin-bottom: 20px;
  }
}
.page_headache_block .container {
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
  column-gap: 3%;
  row-gap: 30px;
}
.page_headache_block .box {
  width: 48.5%;
  padding: 30px;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .page_headache_block .box {
    width: 100%;
    padding: 20px;
  }
}
.page_headache_block .box .img {
  width: 100%;
  max-width: 420px;
  margin: auto;
}
.page_headache_block .box .cnt_title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4A84CF;
}
.page_headache_block .box .cnt_title .text {
  font-size: clamp(1.8rem, 2.1vw, 2.5rem);
  letter-spacing: 0.05em;
}
.page_headache_block .box .cnt_title .sub {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}
.page_headache_block .box .dot_list.flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
}
.page_headache_block .box .dot_list.flex li {
  width: 48.5%;
}
@media (max-width: 768px) {
  .page_headache_block .box .dot_list.flex li {
    width: 100%;
  }
}

.counter_reset {
  counter-reset: num;
}

.common_headache.num_reset {
  counter-reset: num;
}
.common_headache .main_title {
  display: inline-block;
  margin-bottom: 70px;
  padding-bottom: 10px;
  font-size: clamp(2.2rem, 2.4vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #4A84CF;
}
@media (max-width: 768px) {
  .common_headache .main_title {
    margin-bottom: 30px;
  }
}
.common_headache .innser_title {
  position: relative;
  margin-bottom: 40px;
  padding-left: 70px;
  counter-increment: num;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 700;
}
@media (max-width: 768px) {
  .common_headache .innser_title {
    padding-left: 60px;
    margin-bottom: 20px;
  }
}
.common_headache .innser_title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  content: "0" counter(num);
  width: 1.5em;
  height: 1.5em;
  font-size: clamp(2.5rem, 3.6vw, 4rem);
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #E1AB07;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .common_headache .innser_title::before {
    width: 50px;
    height: 50px;
  }
}
.common_headache .h4_title {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(1.6rem, 2.3vw, 2.3rem);
  font-weight: 700;
}
.common_headache .bg-yellow.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  padding: 40px;
}
@media (max-width: 768px) {
  .common_headache .bg-yellow.flex {
    padding: 20px;
  }
}
.common_headache .bg-yellow.flex .box {
  width: 31.3333333333%;
}
@media (max-width: 768px) {
  .common_headache .bg-yellow.flex .box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.common_headache .bg-yellow.flex .h5_title {
  padding-bottom: 10px;
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  font-weight: 700;
  color: #4A84CF;
}
.common_headache .bg-yellow.flex li {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

.common_headache .icon {
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-left: 55px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4A84CF;
  color: #4A84CF;
}
.common_headache .icon::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .common_headache .icon::before {
    width: 30px;
    height: 30px;
  }
}
.common_headache .icon.i1::before {
  background: url(../img/page/medical/ico-question.svg) no-repeat center/contain;
}
.common_headache .icon.i2::before {
  background: url(../img/page/medical/ico-medicine.svg) no-repeat center/contain;
}
.common_headache .icon.i3::before {
  background: url(../img/page/medical/ico-search.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .common_headache .icon {
    padding-left: 40px;
  }
}
.common_headache .icon.no_border {
  border-bottom: 0;
}
.common_headache .icon.no_border:before {
  top: 2px;
}

.therapeutic .main_title {
  display: block;
  margin-bottom: 30px;
  font-size: clamp(2.1rem, 2.4vw, 3.2rem);
  font-weight: 700;
}
@media (max-width: 768px) {
  .therapeutic .main_title {
    margin-bottom: 10px;
  }
}

.scroll {
  overflow-x: scroll;
}

table.drug_list {
  width: 100%;
}
@media (max-width: 768px) {
  table.drug_list {
    width: 1000px;
  }
}
table.drug_list th {
  font-size: 1.3rem;
}
table.drug_list td {
  font-size: 1.3rem;
}
table.drug_list td img {
  display: block;
  max-width: 159px;
  margin: auto;
}
table.drug_list td .caption {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}
table.drug_list th, table.drug_list td {
  padding: 20px 10px;
}
@media (max-width: 768px) {
  table.drug_list th, table.drug_list td {
    padding: 10px;
  }
}

/***************************************************/
/**
/** @page 脳神経疾患外来 */
/**
/***************************************************/
.page_neurology_block #neurology01 {
  counter-reset: num;
}
.page_neurology_block #neurology01 .container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 20px;
}
.page_neurology_block #neurology01 .base-txt {
  width: 65%;
}
@media (max-width: 768px) {
  .page_neurology_block #neurology01 .base-txt {
    width: 100%;
    order: 2;
  }
}
.page_neurology_block #neurology01 .img {
  width: 32%;
}
@media (max-width: 768px) {
  .page_neurology_block #neurology01 .img {
    width: 100%;
    order: 1;
  }
}

@media (max-width: 1200px) {
  .page_neurology_block .mod-inner_link.col3 .item {
    display: flex;
    flex-direction: column;
    width: 49%;
  }
}
@media (max-width: 1200px) {
  .page_neurology_block .mod-inner_link.col3 .item a {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
  }
}

.page_adjust .symptoms.sym01::after {
  top: -18%;
  background: url(../img/top/img-sym03.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .page_adjust .symptoms.sym01::after {
    top: -15%;
  }
}

.follow .title {
  display: block;
  margin-bottom: 50px;
  font-size: clamp(2.3rem, 3vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .follow .title {
    margin-bottom: 30px;
  }
}
.follow .block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 5%;
  row-gap: 20px;
}
.follow .block.reverse {
  flex-direction: row-reverse;
}
.follow .base-txt {
  width: 55%;
}
@media (max-width: 768px) {
  .follow .base-txt {
    width: 100%;
  }
}
.follow .img {
  width: 40%;
}
@media (max-width: 768px) {
  .follow .img {
    width: 100%;
  }
}

.follow .inner_title {
  padding-bottom: 10px;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  font-weight: 700;
}

.introduction .title {
  display: block;
  margin-bottom: 50px;
  font-size: clamp(2.3rem, 3vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .introduction .title {
    margin-bottom: 30px;
  }
}

/***************************************************/
/**
/** @page 脳ドッグ */
/**
/***************************************************/
.page_braindock_block #section1 .title {
  font-size: clamp(2.1rem, 3vw, 3.1rem);
}

.braindock_flow .column_flow {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 10px;
}
.braindock_flow .column_flow::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #4A84CF;
}
@media (max-width: 1200px) {
  .braindock_flow .column_flow::before {
    content: none;
  }
}
.braindock_flow .item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #E0EFF0;
  width: 9.3333333333%;
  height: 100px;
  padding: 30px 10px 10px 10px;
  border: 1px solid #65B0B3;
  text-align: center;
}
@media (max-width: 1200px) {
  .braindock_flow .item {
    width: 18%;
  }
  .braindock_flow .item::after {
    position: absolute;
    right: -30%;
    top: 50%;
    content: "";
    width: 30%;
    height: 5px;
    background-color: #4A84CF;
    transform: translateY(-50%);
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .braindock_flow .item::after {
    content: none;
  }
}
@media (max-width: 1200px) {
  .braindock_flow .item:nth-child(5)::after, .braindock_flow .item:last-child::after {
    content: none;
  }
}
@media (max-width: 768px) {
  .braindock_flow .item {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.braindock_flow .item span {
  color: #FFF;
}
.braindock_flow .item p {
  color: #1A1A1A;
}
.braindock_flow .item span.text {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 25px;
  padding: 3px 0;
  text-align: center;
  line-height: 1;
  background-color: #65B0B3;
}
@media (max-width: 768px) {
  .braindock_flow .item span.text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 7em;
  }
}
@media (max-width: 768px) {
  .braindock_flow .item .box {
    display: flex;
    align-items: center;
    height: 100%;
    width: calc(100% - 7em);
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .braindock_flow .item:before {
    position: absolute;
    left: 14%;
    bottom: -12px;
    content: "";
    width: 6px;
    height: 12px;
    background-color: #4A84CF;
  }
  .braindock_flow .item:last-child:before {
    content: none;
  }
}
.braindock_flow .price {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 15px 10px;
  text-align: right;
  text-align: center;
}
@media (max-width: 768px) {
  .braindock_flow .price {
    padding: 9px;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.braindock_flow .price .sub {
  display: inline-block;
  margin-right: 10px;
  padding: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .braindock_flow .price .sub {
    padding: 2px 5px;
    font-size: 1.3rem;
  }
}
.braindock_flow .price .text {
  padding-right: 20px;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-weight: 500;
}
.braindock_flow .price .number {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .braindock_flow .price .number {
    flex-direction: column;
  }
}
.braindock_flow .price .number .num {
  width: auto;
  font-weight: 700;
  font-size: 3rem;
}
.braindock_flow .price .box {
  display: flex;
  align-items: center;
}
.braindock_flow .price small {
  display: inline-block;
  padding-top: 10px;
  color: #FFF;
  font-size: 1.6rem;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .braindock_flow .price small {
    font-size: 1.3rem;
  }
}

.page_braindock_block .facilities .mri {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.page_braindock_block .facilities .mri_image {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

#flow .ac-title_line,
#facilities .ac-title_line,
#precautions .ac-title_line {
  font-size: clamp(1.7rem, 2vw, 2.4rem);
}

/***************************************************/
/**
/** @page 採用情報 */
/**
/***************************************************/
.page_recruit_block #section1 .title {
  font-size: clamp(2.1rem, 3.6vw, 4rem);
}

.page_recruit_block .portrait .flex_container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 20px;
}
.page_recruit_block .portrait .item {
  width: 31.3333333333%;
  padding: 20px;
  background-color: #F7F6E2;
}
@media (max-width: 768px) {
  .page_recruit_block .portrait .item {
    width: 100%;
  }
}
.page_recruit_block .portrait .item .img {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .page_recruit_block .portrait .item .img {
    margin-bottom: 0;
  }
}
.page_recruit_block .portrait .item .img img {
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .page_recruit_block .portrait .item .img img {
    max-width: 100px;
  }
}
.page_recruit_block .portrait .item .cnt_title {
  display: block;
  padding-bottom: 10px;
  font-size: clamp(1.7rem, 1.9vw, 2.3rem);
  font-weight: 700;
}
@media (max-width: 768px) {
  .page_recruit_block .portrait .item .cnt_title {
    padding-top: 20px;
  }
}
.page_recruit_block .portrait .item .text {
  font-weight: 500;
}

.page_recruit_block .benefits_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}
.page_recruit_block .benefits_list .item {
  padding: 5px;
  width: calc((100% - 60px) / 4);
  border: 1px solid #4A84CF;
}
@media (max-width: 768px) {
  .page_recruit_block .benefits_list .item {
    width: calc((100% - 20px) / 2);
  }
}
.page_recruit_block .benefits_list .bg-yellow {
  padding: 20px 15px;
  text-align: center;
  font-size: clamp(1.5rem, 1.7vw, 1.8rem);
  font-weight: 700;
}
@media (max-width: 768px) {
  .page_recruit_block .benefits_list .bg-yellow {
    padding: 15px 10px;
  }
}

.page_recruit_block .job_conditions .ac-common_btn {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.page_recruit_block .job_conditions .ac-common_btn .link {
  padding-top: 20px;
  padding-bottom: 20px;
}

/***************************************************/
/**
/** @page お知らせ */
/**
/***************************************************/
.page_headache_block .bg-yellow {
  padding-top: 20vh;
}
@media (max-width: 768px) {
  .page_headache_block .bg-yellow {
    padding-top: 80px;
  }
}
.page_headache_block .bg-yellow .symptoms {
  margin-top: 0;
}

/***************************************************/
/**
/** @page お知らせ */
/**
/***************************************************/
.page_news_block .news_list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D2D1C0;
}
.page_news_block .news_list > li:first-child {
  padding-top: 0;
}
.page_news_block .news_list a {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 10px;
}
.page_news_block .news_list a .img {
  width: 27%;
}
@media (max-width: 768px) {
  .page_news_block .news_list a .img {
    width: 100%;
  }
}
.page_news_block .news_list a .txt_box {
  width: 70%;
}
@media (max-width: 768px) {
  .page_news_block .news_list a .txt_box {
    width: 100%;
  }
}
.page_news_block .news_list .date {
  display: block;
  padding-bottom: 10px;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-weight: 500;
}
.page_news_block .news_list .title {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
}

.news_page_single .ac-common_btn {
  max-width: 270px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.news_page_single .ac-common_btn a {
  padding: 15px;
}

/***************************************************/
/**
/** @page 施設基準 */
/**
/***************************************************/
.page_facility_block .infection_control .num_list {
  counter-reset: num;
}
.page_facility_block .infection_control .num_list li {
  counter-increment: num;
}
.page_facility_block .infection_control .num_list li:not(:last-child) {
  margin-bottom: 20px;
}
.page_facility_block .infection_control .num_list li .inner_title {
  position: relative;
  padding-left: 25px;
  font-size: clamp(1.6rem, 1.9vw, 2rem);
}
@media (max-width: 768px) {
  .page_facility_block .infection_control .num_list li .inner_title {
    padding-left: 20px;
  }
}
.page_facility_block .infection_control .num_list li .inner_title::before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(num) ".";
}
.page_facility_block .infection_control .num_list li p {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

/***************************************************/
/**
/** @page 迷惑行為について */
/**
/***************************************************/
.page_facility_block .title,
.page_harassment_block .title {
  font-size: clamp(2.3rem, 2.4vw, 3rem);
}

/********************************************/
/* contact */
/********************************************/
.page_hero_head_block .font-medium {
  text-align: center;
}
@media (max-width: 768px) {
  .page_hero_head_block .font-medium {
    text-align: left;
  }
}

.page_contact_form_block .bg-primary {
  position: relative;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .page_contact_form_block .bg-primary {
    padding: 20px;
  }
}
.page_contact_form_block .bg-primary::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #4A84CF;
  border-radius: 20px;
  z-index: -1;
}
.page_contact_form_block .width800 {
  max-width: 800px;
}

.page_contact_form_block .width900 {
  max-width: 900px;
}

.page_contact_form_block .title {
  display: block;
  font-size: clamp(2rem, 2.4vw, 3rem);
  font-weight: 700;
  color: #FFF;
}
.page_contact_form_block .text_area .text {
  color: #FFF;
  line-height: 2;
}
.page_contact_form_block .text_area .text .tel, .page_contact_form_block .text_area .text .fax {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 1.4;
  font-size: clamp(1.6rem, 2.1vw, 2.6rem);
}
.page_contact_form_block .text_area .text .tel::before, .page_contact_form_block .text_area .text .fax::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 30px;
  height: 32px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .page_contact_form_block .text_area .text .tel::before, .page_contact_form_block .text_area .text .fax::before {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 768px) {
  .page_contact_form_block .text_area .text .tel, .page_contact_form_block .text_area .text .fax {
    padding-left: 20px;
  }
}
.page_contact_form_block .text_area .text .tel::before {
  background: url(../img/page/contact/ico-tel.svg) no-repeat center/contain;
}
.page_contact_form_block .text_area .text .fax::before {
  background: url(../img/page/contact/ico-fax.svg) no-repeat center/contain;
}
.page_contact_form_block .text_area .text .time {
  display: block;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.page_contact_form_block .ac-common_btn {
  margin-left: auto;
  margin-right: auto;
}

.page_contact_form_block .tel_container .phone_number {
  text-align: center;
}
.page_contact_form_block .tel_container .phone_number a {
  display: inline-block;
  font-size: clamp(2.5rem, 4.6vw, 6.5rem);
  transition: all 0.3s;
  pointer-events: none;
}
.page_contact_form_block .tel_container .phone_number a:hover {
  color: #4A84CF;
}
@media (max-width: 768px) {
  .page_contact_form_block .tel_container .phone_number a {
    pointer-events: all;
  }
}
.page_contact_form_block .tel_container .phone_number a .mini {
  font-size: clamp(1.8rem, 3vw, 4.5rem);
}
.page_contact_form_block .tel_container .phone_number .time {
  display: block;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  font-weight: 500;
}

.form_block .width900 {
  max-width: 900px;
}

/***************************************************/
/**
/** @page プライバシーポリシー */
/**
/***************************************************/
.privacy_container p, .privacy_container li, .privacy_container dt {
  line-height: 2;
}
.privacy_container dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D2D1C0;
}
@media (max-width: 768px) {
  .privacy_container dt {
    font-size: 1.6rem;
  }
}
.privacy_container dd p {
  line-height: 2;
}
.privacy_container dd .before > li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}
.privacy_container dd .before > li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.privacy_container dd .before.num {
  counter-reset: num 0;
}
.privacy_container dd .before.num > li::before {
  counter-increment: num;
  content: counter(num) ".";
}
.privacy_container .alphabet {
  position: relative;
  counter-reset: en;
  padding-left: 20px;
}
.privacy_container .alphabet > .content {
  line-height: 2;
}
.privacy_container .alphabet > .content::before {
  position: absolute;
  left: 0;
  counter-increment: en;
  content: counter(en, lower-alpha) ".";
}
.privacy_container .alphabet_num {
  position: relative;
  counter-reset: en;
  padding-left: 20px;
}
.privacy_container .alphabet_num .num {
  line-height: 2;
}
.privacy_container .alphabet_num .num::before {
  position: absolute;
  left: 0;
  counter-increment: en;
  content: counter(en, lower-roman) ".";
}

.privacy_block .addr {
  display: flex;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  background-color: #F8F8F8;
}
@media (max-width: 768px) {
  .privacy_block .addr {
    flex-direction: column;
    padding: 20px 30px;
  }
}
.privacy_block .addr .title {
  display: block;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .privacy_block .addr .title {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/********************************************/
/* Recruit Customize*/
/********************************************/
.page_recruit_block #section1 .recruit_main_block .main_width {
  max-width: 1000px;
}
.page_recruit_block #section1 .recruit_main_block .main_img {
  max-width: 800px;
  text-align: center;
  margin: auto;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .page_recruit_block #section1 .recruit_main_block .main_img {
    margin-bottom: 40px;
  }
}
.page_recruit_block #section1 .recruit_main_block .title {
  margin-bottom: 2em;
}

.page_recruit_block #section1 .column_list li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page_recruit_block #section1 .column_list li {
    display: block;
  }
}
.page_recruit_block #section1 .column_list li .img {
  width: 35%;
}
@media (max-width: 768px) {
  .page_recruit_block #section1 .column_list li .img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.page_recruit_block #section1 .column_list li .txt {
  width: 57%;
}
@media (max-width: 768px) {
  .page_recruit_block #section1 .column_list li .txt {
    width: 100%;
  }
}
.page_recruit_block #section1 .column_list li:nth-child(odd) .img {
  margin-right: 8%;
}
@media (max-width: 768px) {
  .page_recruit_block #section1 .column_list li:nth-child(odd) .img {
    margin-right: 0;
  }
}
.page_recruit_block #section1 .column_list li:nth-child(even) {
  flex-direction: row-reverse;
}
.page_recruit_block #section1 .column_list li:nth-child(even) .img {
  margin-left: 8%;
}
@media (max-width: 768px) {
  .page_recruit_block #section1 .column_list li:nth-child(even) .img {
    margin-left: 0;
  }
}

.page_recruit_block #section1 .main_img {
  position: relative;
}
.page_recruit_block #section1 .main_img .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5em;
  width: 90%;
  margin: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1.6rem, 3vw, 2.9rem);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .page_recruit_block #section1 .main_img .title {
    bottom: 0.7em;
  }
}

/********************************************/
/* 対処方法 レイアウト調整 */
/********************************************/
.flex_taisho_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_taisho_box .flex_item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .flex_taisho_box .flex_item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
}
.flex_taisho_box .flex_item:nth-child(3n) {
  margin-right: 0;
}
.flex_taisho_box .flex_item .inner {
  padding: 20px 30px 40px;
}
.flex_taisho_box .flex_item .h5_title {
  padding: 0.5em 1em;
  text-align: center;
  background-color: #4A84CF;
  color: #fff;
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  border-radius: 10px 10px 0 0;
}

.page_medical_block .nurtec {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.page_medical_block .nurtec .img {
  width: 30%;
}
@media (max-width: 768px) {
  .page_medical_block .nurtec .img {
    width: 100%;
  }
}
.page_medical_block .nurtec .base_txt {
  width: 68%;
}
@media (max-width: 768px) {
  .page_medical_block .nurtec .base_txt {
    width: 100%;
  }
}
.page_medical_block .nurtec .base_txt p {
  font-size: 1.4rem;
}/*# sourceMappingURL=page.css.map */