@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* -----------------------------------------------------------
  base
----------------------------------------------------------- */
body {
  position: relative;
  color: #000000;
  font-size: 1rem;
  font-family: "メイリオ", sans-serif;
  line-height: 2;
  word-break: break-word;
}
body * {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p,
ul,
ol,
dl {
  margin: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

table {
  margin: 1em 0 2em;
  border-collapse: collapse;
}

th,
td {
  vertical-align: top;
}

/* -----------------------------------------------------------
   Layout
----------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body.click-on {
    height: 100%;
    overflow: hidden;
  }
}

.header_container {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 20px;
  width: 95%;
}
@media only screen and (max-width: 768px) {
  .header_container {
    display: block;
    width: 90%;
    margin: auto;
    padding-top: 10px;
    position: relative;
  }
}
.header_container-text {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  width: 95%;
}
.header_container-text .text-02 {
  max-width: 410px;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .header_container-text .text-02 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .header_container-text .text-02 {
    margin-left: 0px;
  }
}
.header_logo {
  max-width: 500px;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .header_logo {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .header_logo {
    margin-right: 0px;
  }
}
.header_logo a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .header_logo {
    max-width: 205px;
    line-height: 1;
  }
}
.header_subject-text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  .header_subject-text {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .header_info {
    margin-bottom: 5px;
  }
}
.header_info-text {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.header_info-text p {
  line-height: 1.8;
  display: block;
  font-size: 1rem;
  max-width: 350px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .header_info-text p {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .header_info-text {
    font-size: 0.75rem;
    width: 90%;
    margin: 0 auto 10px;
  }
}
.header_contact {
  width: 100%;
  max-width: 410px;
}
@media only screen and (max-width: 768px) {
  .header_contact {
    max-width: initial;
  }
}
.header_nav {
  display: flex;
  justify-content: center;
  background-color: var(--top-nav-color);
  padding: 14px 0;
}
@media only screen and (max-width: 768px) {
  .header_nav {
    padding: 0;
    height: calc(100vh - 115px);
    overflow-y: scroll;
    background-color: #FFF;
  }
}
.header_nav_list {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  flex-flow: wrap;
  row-gap: 10px;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header_nav_list {
    display: block;
    width: 100%;
    margin: initial;
    overflow: scroll;
  }
}
.header_nav_list-item {
  list-style: none;
  display: inline-flex;
  border-right: 1px solid #FFF;
  width: 16.6666666667%;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .header_nav_list-item {
    width: 100%;
    display: block;
    border-right: 0px solid #FFF;
    border-bottom: 1px solid #fff;
    background-color: var(--top-nav-color);
  }
}
.header_nav_list-item a {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: bold;
  display: inline-flex;
  padding: 8px 30px;
  position: relative;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .header_nav_list-item a {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .header_nav_list-item a {
    padding: 20px;
    width: 100%;
    justify-content: space-between;
  }
}
.header_nav_list-item a:hover {
  transition: 0.3s;
  text-decoration: none;
}
.header_nav_list-item a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  padding: 8px 0 6px;
  border-radius: 4px;
  background-color: var(--main-color);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .header_nav_list-item a:hover::after {
    content: none;
  }
}
.header_nav_list-item a:focus {
  transition: 0.3s;
  text-decoration: none;
}
.header_nav_list-item a:focus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  height: 100%;
  padding: 8px 0 6px;
  border-radius: 4px;
  background-color: var(--main-color);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .header_nav_list-item a:focus::after {
    content: none;
  }
}
.header_nav_list-item a:focus-visible {
  transition: 0.3s;
  text-decoration: none;
}
.header_nav_list-item a:focus-visible::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  height: 100%;
  padding: 8px 0 6px;
  border-radius: 4px;
  background-color: var(--main-color);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .header_nav_list-item a:focus-visible::after {
    content: none;
  }
}
.header_nav_list-item a:focus-within {
  transition: 0.3s;
  text-decoration: none;
}
.header_nav_list-item a:focus-within::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  height: 100%;
  padding: 8px 0 6px;
  border-radius: 4px;
  background-color: var(--main-color);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .header_nav_list-item a:focus-within::after {
    content: none;
  }
}
.header_nav_list-item a span {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header_nav_list-item a span {
    display: inline-block;
  }
}
.header_nav_list-item:last-child {
  border-right: 0px solid #FFF;
  padding-right: 0px;
}
@media only screen and (max-width: 768px) {
  .header_nav_list-item:last-child {
    border-bottom: 0px;
  }
}
.header_nav_list-item:first-child {
  padding-left: 0px;
}
.header_map-link {
  background-color: var(--light-color);
  line-height: 1.3;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
  padding: 10px 9px 8px 25px;
  font-weight: bold;
  font-size: 1rem;
  background-position: right 10px center;
  background-size: 12px 10px;
  background-repeat: no-repeat;
}
.header_map-link span {
  font-size: 1rem;
  color: var(--main-color);
}
@media only screen and (max-width: 768px) {
  .header_map-link span {
    position: absolute;
    right: 5px;
  }
}
.header_map-link p {
  line-height: 1;
  margin-right: 23px;
}
@media only screen and (max-width: 768px) {
  .header_map-link p {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .header_map-link {
    justify-content: center;
  }
}
.header_map-link::before {
  content: "";
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .header_map-link {
    padding: 10px;
  }
}
.header .facility_contact-tel {
  background-color: #F7F7F7;
}

.hdr-fixed-contents {
  max-width: 1400px;
  margin-left: 290px;
  width: calc(100% - 290px);
}
@media only screen and (max-width: 1000px) {
  .hdr-fixed-contents {
    margin-left: 260px;
    width: calc(100% - 260px);
  }
}
@media only screen and (max-width: 768px) {
  .hdr-fixed-contents {
    width: 100%;
    max-width: initial;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .hdr-fixed-contents .aboutColumn_box {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .hdr-fixed-contents .aboutColumn_box-text {
    margin-left: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .hdr-fixed-contents .aboutColumn_box-list {
    margin-bottom: 20px;
    width: 100%;
    max-width: initial;
  }
}
@media only screen and (max-width: 1200px) {
  .hdr-fixed-contents .aboutColumn_box-img {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .hdr-fixed-contents .guideLink_list {
    gap: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .hdr-fixed-contents .guideLink_list-item {
    width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .hdr-fixed-contents .guideLink_list-item a {
    padding: 10px 30px 10px 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .hdr-fixed-contents .newsLink_list {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .hdr-fixed-contents .newsLink_list-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .hdr-fixed-contents .mainCopy_box-text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1200px) {
  .hdr-fixed-contents .mainCopy_box-hdg {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 1200px) {
  .hdr-fixed-contents .mainCopy_box-subject {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .hdr-fixed-contents .contents_inner {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .hdr-fixed-contents .contents_inner {
    width: 90%;
  }
}
@media only screen and (max-width: 1100px) {
  .hdr-fixed-contents .clinicAccess {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  .hdr-fixed-contents .clinicAccess_box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    max-width: initial;
  }
}
@media only screen and (max-width: 1100px) {
  .hdr-fixed-contents .clinicAccess_map {
    height: 300px;
    max-width: initial;
  }
}

#all_content.hdr-fixed-contents {
  min-height: 1000px;
}

@media only screen and (max-width: 768px) {
  .hdr-left-fixed .contents_mainvisual img {
    height: 350px;
    object-fit: cover;
  }
}
.hdr-left-fixed .header {
  max-width: 240px;
  padding: 20px 15px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50px;
  top: 65px;
  z-index: 999;
}
@media only screen and (max-width: 1000px) {
  .hdr-left-fixed .header {
    left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hdr-left-fixed .header {
    position: relative;
    max-width: initial;
    left: initial;
    top: initial;
    transform: initial;
    padding: 0;
    margin-top: 10px;
  }
}
.hdr-left-fixed .header_nav {
  flex-flow: column;
  padding: 0px;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .hdr-left-fixed .header_nav {
    background-color: transparent;
    justify-content: flex-start;
  }
}
.hdr-left-fixed .header_nav_list {
  flex-flow: column;
}
.hdr-left-fixed .header_nav_list-item {
  padding: 0 0 24px;
  margin-bottom: 24px;
  text-align: center;
  border-right: 0px;
  border-bottom: 1px solid var(--main-color);
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .hdr-left-fixed .header_nav_list-item {
    padding: 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
    background-color: var(--main-color);
  }
}
.hdr-left-fixed .header_nav_list-item a {
  font-size: 1.125rem;
  padding: 0;
}
.hdr-left-fixed .header_nav_list-item a:hover::after {
  content: none;
}
.hdr-left-fixed .header_nav_list-item a:focus::after {
  content: none;
}
.hdr-left-fixed .header_nav_list-item a:focus-visible::after {
  content: none;
}
.hdr-left-fixed .header_nav_list-item a:focus-within::after {
  content: none;
}
.hdr-left-fixed .header_nav_list-item:first-child {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .hdr-left-fixed .header_nav_list-item:first-child {
    padding-top: 0px;
  }
}
.hdr-left-fixed .header_nav_list-item:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.hdr-left-fixed .header_nav_list-item a {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .hdr-left-fixed .header_nav_list-item a {
    color: #fff;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hdr-left-fixed .header_info {
    width: 90%;
    margin: 0 auto 5px;
  }
}
.hdr-left-fixed .header_info-text {
  flex-flow: column;
  margin-bottom: 0px;
  margin: 0 auto 10px;
}
.hdr-left-fixed .header_info-text:first-child {
  margin-bottom: 25px;
}
.hdr-left-fixed .header_info-text p {
  font-size: 1rem;
  display: block;
  line-height: 1.5;
  margin: 0 0 5px;
}
@media only screen and (max-width: 768px) {
  .hdr-left-fixed .header_info-text p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.hdr-left-fixed .header_info-text span {
  position: absolute;
  right: 5px;
}
.hdr-left-fixed .header_info-text a p {
  max-width: 170px;
  width: 100%;
  text-align: center;
}
.hdr-left-fixed .header .facility_contact_list {
  flex-flow: column;
  margin-bottom: 20px;
}
.hdr-left-fixed .header .facility_contact_list-item {
  width: 100%;
}
.hdr-left-fixed .header .facility_contact_list-item a {
  font-size: 1.125rem;
}
.hdr-left-fixed .header .facility_contact_list-item a span {
  font-size: 1.8rem;
  margin-right: 15px;
}
.hdr-left-fixed .header .facility_contact_list-item:first-child {
  margin-right: 0px;
}
.hdr-left-fixed .header .facility_contact-tel--number {
  font-size: 1.25rem;
  background-size: 19px 17px;
  letter-spacing: 0;
  align-items: center;
}
.hdr-left-fixed .header_map-link {
  width: 100%;
  padding: 0px;
  justify-content: center;
  padding: 7px 0 4px;
}
@media only screen and (max-width: 768px) {
  .hdr-left-fixed .header_map-link {
    padding: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .hdr-left-fixed .header_map-link a {
    padding: 10px 0;
  }
}
.hdr-left-fixed .header_map-link a span {
  font-size: 1rem;
  color: var(--main-color);
}
@media only screen and (max-width: 768px) {
  .hdr-left-fixed .header_map-link a span {
    position: absolute;
    right: 5px;
  }
}
.hdr-left-fixed .header_map-link a p {
  line-height: 1;
  margin-right: 23px;
}
@media only screen and (max-width: 768px) {
  .hdr-left-fixed .header_map-link a p {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .hdr-left-fixed .sp_button-container {
    right: 5%;
    top: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  .hdr-left-fixed .footer_container {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .hdr-left-fixed .footer_container {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .hdr-left-fixed .footer_container .pagetop_link {
    top: -25%;
    right: 5%;
  }
}
@media only screen and (max-width: 1200px) {
  .hdr-left-fixed .footer_container .pagetop_link {
    top: -75px;
    right: 5%;
  }
}
@media only screen and (max-width: 1000px) {
  .hdr-left-fixed .footer_box {
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .hdr-left-fixed .footer_box .facility_contact {
    max-width: initial;
  }
}
@media only screen and (max-width: 1000px) {
  .hdr-left-fixed .footer_table {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .hdr-left-fixed .footer_nav-list {
    flex-flow: wrap;
  }
}
@media only screen and (max-width: 1000px) {
  .hdr-left-fixed .footer_nav-list--item {
    margin-bottom: 10px;
  }
}

.footer {
  background-color: var(--light-color);
  padding-bottom: 84px;
  position: relative;
}
.footer_container {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .footer_container {
    width: 85%;
  }
}
@media only screen and (max-width: 1000px) {
  .footer_container {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .footer_container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer_container .facility_contact {
    width: 100%;
    max-width: initial;
  }
}
.footer_nav-list {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
  padding: 15px 0 0 0;
}
@media only screen and (max-width: 1100px) {
  .footer_nav-list {
    flex-flow: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .footer_nav-list {
    display: flex;
    flex-flow: wrap;
    margin: 0 auto 10px;
    padding: 15px 0 0 0;
    width: 90%;
  }
}
.footer_nav-list--item {
  border-right: 2px dotted #707070;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .footer_nav-list--item {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer_nav-list--item a {
  padding: 0 15px 0 15px;
  text-decoration: none;
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  max-width: 250px;
  display: inline-flex;
  line-height: 1.5;
}
.footer_nav-list--item:last-child {
  border-right: none;
}
.footer_logo-box {
  text-align: center;
  margin-bottom: 30px;
}
.footer_logo-box a {
  display: block;
}
.footer_logo-box a img {
  width: 100%;
  max-width: 420px;
}
@media only screen and (max-width: 768px) {
  .footer_logo-box a img {
    max-width: 275px;
  }
}
.footer_table {
  width: 100%;
  margin: 0 55px 0 0;
}
.footer_table-tr {
  border-bottom: 1px solid #707070;
  padding-bottom: 4.5px;
  margin-bottom: 4.5px;
  display: flex;
  align-items: center;
}
.footer_table-tr:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer_table-th {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  width: 100px;
  max-width: 100px;
  padding: 0;
  padding-right: 10px;
}
.footer_table-td {
  font-size: 1rem;
  display: inline-block;
  width: calc(100% - 100px);
  line-height: 1.8;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .footer_table {
    margin: auto;
    width: 90%;
  }
}
.footer_box {
  display: flex;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .footer_box {
    margin-bottom: 15px;
  }
}
.footer_copyright {
  text-align: center;
  margin: 0;
  font-size: 12px;
}

.footer_container.hdr-fixed-contents {
  max-width: 1000px;
  margin: auto;
  position: relative;
  margin-left: 310px;
  width: calc(100% - 290px);
}

/* -----------------------------------------------------------
　お問い合わせ　リンク
----------------------------------------------------------- */
.facility_contact {
  width: 100%;
  max-width: 410px;
  display: block;
}
.facility_contact-tel {
  background-color: #fff;
  padding: 8px 8px 0px;
  margin-bottom: 10px;
  border-radius: 4px;
  display: block;
  text-align: center;
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .facility_contact-tel {
    pointer-events: initial;
    cursor: pointer;
    color: initial;
    text-decoration: initial;
  }
}
.facility_contact-tel--text {
  font-size: 0.8rem;
  width: 90%;
  margin: 0 auto 5px;
}
.facility_contact-tel--number {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-flex;
  line-height: 1;
  background-position: left center;
  background-repeat: no-repeat;
  letter-spacing: 0.1rem;
}
.facility_contact-tel--number .-telicon {
  color: var(--main-color);
  font-size: 1.6rem;
  margin-right: 5px;
}
.facility_contact_list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 10px;
  flex-flow: wrap;
}
.facility_contact_list-item {
  width: calc((100% - 10px) / 2);
}
.facility_contact_list-item:nth-child(odd) a {
  background-color: var(--accent-color);
}
.facility_contact_list-item:nth-child(even) a {
  background-color: var(--main-color);
}
.facility_contact_list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  font-size: 1.25rem;
  padding: 10px 8px 8px 10px;
}
.facility_contact_list-item a span {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.5rem;
}
.facility_contact_list-item a p {
  display: inline-block;
  line-height: 1.5;
}

/* -----------------------------------------------------------
 ページトップ リンク
----------------------------------------------------------- */
.pagetop_link {
  background-color: var(--accent-color);
  text-decoration: none;
  display: block;
  padding: 0.8rem;
  position: absolute;
  border-radius: 4px;
  text-align: center;
  right: 0%;
  top: -30%;
}
.pagetop_link img {
  max-width: 18px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1300px) {
  .pagetop_link {
    right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .pagetop_link {
    right: 70px;
    top: -100px;
  }
}
@media only screen and (max-width: 768px) {
  .pagetop_link {
    padding: 0.5rem;
    top: -80px;
    right: 20px;
  }
}
.pagetop_link-text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .pagetop_link-text {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .pagetop_link img {
    margin-bottom: 10px;
  }
}
.pagetop_link span {
  font-size: 40px;
  color: #fff;
  transform: rotate(-90deg) translateX(-10px);
  display: inline-flex;
}
@media only screen and (max-width: 768px) {
  .pagetop_link span {
    font-size: 25px;
  }
}

#all_content {
  margin-bottom: 190px;
}
@media only screen and (max-width: 768px) {
  #all_content {
    margin-bottom: 120px;
  }
}

/* -----------------------------------------------------------
  レスポンシブ 768pxのみで作成しております。
----------------------------------------------------------- */
.PC_indicate {
  display: block;
}
@media only screen and (max-width: 768px) {
  .PC_indicate {
    display: none;
  }
}

.SP_indicate {
  display: none;
}
@media only screen and (max-width: 768px) {
  .SP_indicate {
    display: block;
  }
}

/* -----------------------------------------------------------
  parts
----------------------------------------------------------- */
.contents_mainvisual {
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contents_mainvisual {
    margin-bottom: 20px;
  }
}
.contents_inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .contents_inner {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .contents_inner {
    width: 90%;
    margin-bottom: 15px;
  }
}
.contents_container {
  margin-bottom: 60px;
}
.contents_container.backcolor {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .contents_container.backcolor {
    padding: 30px 0;
  }
}
.contents_container.backcolor.-blue {
  background-color: var(--light-color);
}
.contents_container.backcolor.-gray {
  background-color: #F7F7F7;
}
.contents_hdg-02 {
  font-size: 1.875rem;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  max-width: 530px;
  margin: 0 auto 60px;
}
.contents_hdg-02::before {
  content: "";
  position: absolute;
  max-width: 530px;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .contents_hdg-02::before {
    max-width: 230px;
  }
}
.contents_hdg-02.hdg-a {
  margin-bottom: 22px;
  padding-bottom: 0px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.contents_hdg-02.hdg-a::before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .contents_hdg-02 {
    font-size: 1.875rem;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
}
.contents_hdg-03 {
  font-size: 1.75rem;
  line-height: 1.5;
  display: block;
  text-align: left;
  margin: 0 0 30px;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .contents_hdg-03 {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 10px;
  }
}

/* header 左時　メインビジュアル */
.mainCopy_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.mainCopy_box-text {
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  text-shadow: 0px 0px 14px #ffffff;
  color: #000;
}
@media only screen and (max-width: 1000px) {
  .mainCopy_box-text {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .mainCopy_box-text {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.mainCopy_box-subject {
  font-size: 1.6rem;
  line-height: 1.15;
  color: #fff;
  text-shadow: 0px 3px 6px #000000;
}
@media only screen and (max-width: 1000px) {
  .mainCopy_box-subject {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .mainCopy_box-subject {
    font-size: 1.2rem;
    margin-bottom: 11px;
  }
}
.mainCopy_box-hdg {
  font-size: 3.6rem;
  color: var(--main-color);
  display: block;
  margin-bottom: 18px;
  text-shadow: 0px 0px 14px rgb(255, 255, 255);
}
@media only screen and (max-width: 1000px) {
  .mainCopy_box-hdg {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .mainCopy_box-hdg {
    font-size: 1.5rem;
  }
}

/* お知らせへのリンク */
.newsText_box {
  display: block;
  margin-bottom: 40px;
}
.newsText_box p {
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.newsText_box p:last-child {
  margin-bottom: 0px;
}

.newsLink_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  row-gap: 50px;
  column-gap: 25px;
  list-style: none;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .newsLink_list {
    display: block;
    margin-bottom: 37px;
  }
}
.newsLink_list-item {
  width: calc((100% - 50px) / 3);
}
@media only screen and (max-width: 768px) {
  .newsLink_list-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.newsLink_list-item a {
  background-color: #fff;
  padding: 20px;
  display: block;
  height: 100%;
}
.newsLink_list.column-01 {
  row-gap: 40px;
  column-gap: 0px;
}
.newsLink_list.column-01 .newsLink_list-item {
  width: 100%;
}
.newsLink_list.column-02 {
  row-gap: 40px;
  column-gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .newsLink_list.column-02 {
    display: flex;
    row-gap: 20px;
    column-gap: 20px;
  }
  .newsLink_list.column-02 .newsLink_list-item {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .newsLink_list.column-02 {
    display: block;
  }
  .newsLink_list.column-02 .newsLink_list-item {
    margin-bottom: 30px;
  }
}
.newsLink_list.column-02 .newsLink_list-item {
  width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 768px) {
  .newsLink_list.column-02 .newsLink_list-item {
    width: 100%;
  }
}
.newsLink_date {
  display: block;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 3px;
}
.newsLink_title {
  line-height: 1.6;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  .newsLink_title {
    margin-bottom: 16px;
  }
}
.newsLink_text {
  font-size: 1.125rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 他診療科目へのリンク */
.guideLink {
  margin-bottom: 60px;
}
.guideLink_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: stretch;
  padding: 0;
  gap: 25px;
}
.guideLink_list-item {
  width: calc((100% - 50px) / 3);
}
.guideLink_list-item a {
  position: relative;
  text-align: center;
  padding: 20px;
  line-height: 1.7;
  font-size: 1.375rem;
  border-radius: 4px;
  font-weight: bold;
  border: 1px solid var(--top-nav-color);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.guideLink_list-item a::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 7px;
  height: 33px;
  background-color: var(--main-color);
}
@media only screen and (max-width: 768px) {
  .guideLink_list-item a::before {
    height: 17px;
    width: 4px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .guideLink_list-item a {
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 8px 35px 8px 42px;
  }
}
@media only screen and (max-width: 768px) {
  .guideLink_list-item {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .guideLink_list {
    gap: 15px;
  }
}
.guideLink_list.column-02 .guideLink_list-item {
  width: calc((100% - 25px) / 2);
}
@media only screen and (max-width: 768px) {
  .guideLink_list.column-02 .guideLink_list-item {
    width: auto;
  }
}

/* 医院へのアクセス */
.clinicAccess {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.clinicAccess.-reverse {
  flex-direction: row-reverse;
}
.clinicAccess.-reverse .clinicAccess_box {
  margin-left: 5px;
  margin-right: 0px;
}
@media only screen and (max-width: 768px) {
  .clinicAccess.-reverse .clinicAccess_box {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .clinicAccess {
    display: block;
    margin-bottom: 40px;
  }
}
.clinicAccess_box {
  border: 1px solid #BABABA;
  padding: 10px;
  margin-right: 5px;
  max-width: 365px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .clinicAccess_box {
    max-width: initial;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0;
    border: 0px;
    width: 100%;
  }
}
.clinicAccess_table {
  margin: 0;
  width: 100%;
  margin-bottom: 5px;
}
.clinicAccess_table:first-of-type {
  margin-bottom: 20px;
}
.clinicAccess_table tr {
  display: flex;
}
.clinicAccess_table tr:first-child th {
  padding-top: 10px;
}
.clinicAccess_table th {
  background-color: var(--light-color);
  max-width: 100px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  padding: 0 10px;
}
.clinicAccess_table td {
  display: inline-flex;
  align-items: center;
  padding-left: 15px;
  max-width: 250px;
  width: 100%;
}
.clinicAccess_map {
  position: relative;
  width: 100%;
  max-width: 630px;
}
@media only screen and (max-width: 768px) {
  .clinicAccess_map {
    width: 100%;
    max-width: initial;
    min-height: 180px;
  }
}
.clinicAccess_map iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/* 診療受付時間 テーブル */
.table_contents_01 {
  width: 100%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .table_contents_01 {
    margin: 0 auto 6px;
  }
}
.table_contents_01 thead tr {
  border-bottom: 1px solid #B2B2B2;
  background-color: var(--main-color);
}
.table_contents_01 thead tr th {
  color: #fff;
  text-align: center;
  padding: 20px 10px 15px;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: bold;
  border-right: 1px solid #B2B2B2;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .table_contents_01 thead tr th {
    padding: 7px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.table_contents_01 thead tr th:last-child {
  border-right: none;
}
.table_contents_01 thead tr th.table-openTime {
  max-width: 300px;
}
.table_contents_01 tbody tr {
  border-bottom: 1px solid #B2B2B2;
}
@media only screen and (max-width: 768px) {
  .table_contents_01 tbody tr th {
    font-size: 0.75rem;
  }
}
.table_contents_01 tbody th {
  border-right: 1px solid #B2B2B2;
  vertical-align: middle;
  padding: 20px 15px;
  max-width: 290px;
  display: block;
}
.table_contents_01 tbody th.table-openTime {
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 15px 10px;
  max-width: 300px;
  display: table-cell;
}
@media only screen and (max-width: 768px) {
  .table_contents_01 tbody th.table-openTime {
    padding: 7px;
    font-size: 0.875rem;
  }
}
.table_contents_01 tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 20px 15px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: bold;
  border-right: 1px solid #B2B2B2;
}
@media only screen and (max-width: 768px) {
  .table_contents_01 tbody td {
    font-size: 0.75rem;
    padding: 5px 8px 5px;
  }
}
.table_contents_01 tbody td.checkNotes::after {
  content: "※";
  font-size: 0.8rem;
  line-height: 1.25;
  position: relative;
  top: -5px;
}
.table_contents_01 tbody td:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .table_contents_01 + p {
    font-size: 0.875rem;
  }
}
.table_contents_01.charge_doctor tbody td {
  font-size: 1rem;
  font-weight: normal;
}

.table_bottom-box {
  margin-bottom: 60px;
  display: block;
}
.table_bottom-text {
  font-size: 1rem;
  display: block;
  line-height: 1.5;
}

/* テキスト　画像のレイアウト */
.aboutColumn {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .aboutColumn {
    margin-bottom: 40px;
  }
}
.aboutColumn_box {
  display: flex;
  margin-bottom: 60px;
}
@media only screen and (max-width: 920px) {
  .aboutColumn_box {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .aboutColumn_box {
    display: block;
  }
}
.aboutColumn_box.-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .aboutColumn_box.-reverse {
    flex-direction: row;
  }
}
.aboutColumn_box.-reverse .aboutColumn_box-text {
  margin-left: 0px;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .aboutColumn_box.-reverse .aboutColumn_box-text {
    margin-right: 0px;
  }
}
.aboutColumn_box-img {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 920px) {
  .aboutColumn_box-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutColumn_box-img {
    width: 100%;
    margin-bottom: 28px;
  }
}
.aboutColumn_box-text {
  width: 50%;
  margin-left: 40px;
}
@media only screen and (max-width: 920px) {
  .aboutColumn_box-text {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutColumn_box-text {
    width: 100%;
    margin-left: 0px;
  }
}
.aboutColumn_box-list {
  max-width: 520px;
  display: flex;
  flex-flow: wrap;
  list-style: none;
  gap: 20px;
  padding: 0px;
}
@media only screen and (max-width: 920px) {
  .aboutColumn_box-list {
    max-width: initial;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutColumn_box-list {
    max-width: initial;
    margin-bottom: 10px;
  }
}
.aboutColumn_box-list--item {
  width: calc((100% - 20px) / 2);
}
.aboutColumn_box-list--item .img_box {
  margin: 0px;
}

/* バナー　リスト */
.bannerLink_list {
  margin-bottom: 40px;
  row-gap: 20px;
  column-gap: 30px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.bannerLink_list.column-03 .bannerLink_list-item {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 768px) {
  .bannerLink_list.column-03 .bannerLink_list-item {
    width: calc((100% - 20px) / 3);
  }
}
.bannerLink_list.column-02 {
  column-gap: 40px;
}
.bannerLink_list.column-02 .bannerLink_list-item {
  width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 768px) {
  .bannerLink_list.column-02 .bannerLink_list-item {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .bannerLink_list.column-02 {
    column-gap: 20px;
  }
}
.bannerLink_list-item {
  width: 100%;
}
.bannerLink_list-item a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .bannerLink_list {
    column-gap: 10px;
    margin-bottom: 15px;
  }
}
.bannerLink img {
  width: 100%;
}

/* 下層ページ リンクボタン */
.pageLink_box {
  text-align: center;
  display: block;
  margin-bottom: 60px;
}
.pageLink_button {
  color: #000;
  display: inline-flex;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
  max-width: 500px;
  margin: auto;
  padding: 19px 42px 17px;
  text-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
}
.pageLink_button span {
  margin-left: 1rem;
}
.pageLink_button span.text-span {
  margin-left: 0rem;
}
.pageLink_button.-blue {
  color: #fff;
  background-color: var(--main-color);
}
.pageLink_button.-corner {
  border-radius: 0px;
}

/* サイト右　固定リンク */
.fixdLink-box {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .fixdLink-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    position: relative;
    writing-mode: initial;
    text-orientation: initial;
    gap: 10px;
    margin: 0 auto 15px;
    top: 0;
    transform: translateY(0%);
  }
}
.fixdLink-box.SP_indicate {
  display: none;
}
@media only screen and (max-width: 768px) {
  .fixdLink-box.SP_indicate {
    display: flex;
    margin-bottom: 10px;
  }
}
.fixdLink_button {
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.16;
  padding: 14px;
  margin-bottom: 3px;
  display: flex;
  font-weight: bold;
  border-radius: 10px 0px 0px 10px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: top 14px center;
  letter-spacing: 0.3rem;
  word-wrap: break-word;
  word-break: auto-phrase;
  word-break: keep-all;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .fixdLink_button {
    width: calc((100% - 10px) / 2);
    padding: 10px 10px 8px;
    border-radius: 0px;
    margin-bottom: 0px;
    text-align: center;
    background-position: left 17px center;
    font-size: 1.06rem;
    letter-spacing: 0rem;
    line-height: 2;
    align-items: center;
    justify-content: center;
  }
}
.fixdLink_button span {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .fixdLink_button span {
    margin-bottom: 0px;
    margin-right: 15px;
  }
}
.fixdLink_button p {
  line-height: 1.5;
  max-height: 165px;
}
@media only screen and (max-width: 768px) {
  .fixdLink_button p {
    max-height: initial;
    max-width: calc(100% - 45px);
  }
}
.fixdLink_button:nth-child(odd) {
  background-color: var(--accent-color);
}

/* コンテンツリスト */
.contentsList {
  padding-left: 2.5rem;
  margin-bottom: 60px;
}
.contentsList-item {
  display: block;
  position: relative;
}
.contentsList-item p {
  display: block;
  line-height: 2;
}
.contentsList-item::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: var(--main-color);
  left: -25px;
  top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .contentsList-item {
    margin-bottom: 15px;
  }
}

/* モーダル ウィンドウ */
@keyframes feedin {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modaal {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999;
  opacity: 1;
  animation-name: feedin;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.modaal_back {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
}
.modaal_container {
  max-width: 900px;
  width: 90%;
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow-y: scroll;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .modaal_container {
    padding: 25px;
    padding-top: 35px;
  }
}
.modaal_container::-webkit-scrollbar {
  display: none;
}
.modaal_title {
  font-size: 1.375rem;
  line-height: 1.45;
  display: block;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .modaal_title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.modaal_box {
  padding: 20px;
  margin-bottom: 30px;
  overflow-y: scroll;
  background-color: #F7F7F7;
  max-height: 290px;
  scrollbar-color: #858585;
}
@media only screen and (max-width: 768px) {
  .modaal_box {
    margin-bottom: 20px;
    max-height: 27vh;
    overflow-y: scroll;
    padding: 10px;
  }
}
.modaal_box p {
  font-size: 1.125rem;
  line-height: 1.55;
  display: block;
  margin-bottom: 30px;
}
.modaal_box p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .modaal_box p {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.modaal_name {
  display: block;
  text-align: center;
  line-height: 1.55;
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .modaal_name {
    font-size: 1rem;
  }
}
.modaal_button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
@media only screen and (max-width: 768px) {
  .modaal_button {
    top: 5px;
    right: 5px;
  }
}
.modaal_button-line {
  width: 25px;
  height: 3px;
  display: inline-block;
  background-color: #000000;
  position: absolute;
  left: 0;
}
.modaal_button-line.line-01 {
  transform: rotate(45deg);
}
.modaal_button-line.line-02 {
  transform: rotate(-45deg);
}
.modaal_close {
  display: none;
  opacity: 0;
}

/* -----------------------------------------------------------
  レスポンシブに関するコード
----------------------------------------------------------- */
.sp_menu_container {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sp_menu_container {
    position: fixed;
    opacity: 0;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    height: 100%;
    overflow: hidden;
  }
}
.sp_menu_container.click-on {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sp_menu_container.click-on {
    opacity: 1;
    display: block;
    position: fixed;
  }
}
.sp_menu_container .facility_contact_list-item {
  width: 50%;
}
.sp_menu_container .facility_contact_list-item:first-child {
  margin-right: 0px;
}
.sp_menu_container .header_info {
  width: 90%;
  margin: 10px auto;
}
.sp_button-container {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 99999;
}
.sp_button-box {
  display: flex;
}
.sp_button-open {
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  position: relative;
}
.sp_button-open .button-text {
  padding-top: 25px;
  font-size: 0.6rem;
  display: block;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.sp_button-open .button-text.open-text {
  display: block;
}
.sp_button-open .button-text.close-text {
  display: none;
}
.sp_button-open.click-on {
  background-color: #F0F0F0;
  position: fixed;
  right: 25px;
}
.sp_button-open.click-on .button-text {
  color: #000;
}
.sp_button-open.click-on .button-text.open-text {
  display: none;
}
.sp_button-open.click-on .button-text.close-text {
  display: block;
}
.sp_button-open.click-on .button-line {
  background-color: #000;
}
.sp_button-open.click-on .button-line.line-01 {
  height: 2px;
  border-radius: 30px;
  transform: rotate(-45deg);
  margin-bottom: 0;
  top: 8px;
  position: absolute;
  left: -11px;
}
.sp_button-open.click-on .button-line.line-02 {
  display: none;
}
.sp_button-open.click-on .button-line.line-03 {
  height: 2px;
  border-radius: 30px;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: -11px;
}
.sp_tel-link {
  padding: 5px 12px;
  background-color: #F0F0F0;
  background-repeat: no-repeat;
  background-position: center top 5px;
  margin-right: 10px;
  border-radius: 4px;
  line-height: 1;
}
.sp_tel-link p {
  padding-top: 0px;
  font-size: 0.6rem;
  display: block;
  line-height: 1;
  color: var(--main-color);
  text-transform: uppercase;
  text-align: center;
}
.sp_tel-link span {
  font-size: 1.5rem;
  color: var(--main-color);
}
.sp_tel-link.click-on {
  display: none;
}
.sp_contact-list {
  padding: 0;
  list-style: none;
  display: flex;
}
.sp_contact-list li a {
  border-radius: 0px;
}
.sp_access-list {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0 auto 10px;
  width: 90%;
}
.sp_access-list li {
  width: calc((100% - 10px) / 2);
}
.sp_access-list li:first-child {
  margin-right: 10px;
}
.sp_fixed-link {
  list-style: none;
  padding: 0;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.sp_fixed-link-item {
  width: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  border-right: 1px solid #fff;
  background-color: var(--main-color);
}
.sp_fixed-link-item:last-child {
  border-right: 0px;
}
.sp_fixed-link-item a {
  display: flex;
  justify-content: center;
  flex-flow: column;
  background-repeat: no-repeat;
  background-position: center top 5px;
  color: #fff;
  line-height: 1;
  font-size: 0.6rem;
  padding: 5px 0;
  width: 90%;
  margin: auto;
}
.sp_fixed-link-item a span {
  font-size: 1.15rem;
  margin-bottom: 5px;
}
.sp_fixed-link-item a p {
  line-height: 1.5;
}

.button-line {
  width: 22px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  transition: 0.3s;
}
.button-line:last-child {
  margin-bottom: 0px;
}
.button-line_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* -----------------------------------------------------------
   サイトTOP
----------------------------------------------------------- */
/* -----------------------------------------------------------
  下層ページ共通
----------------------------------------------------------- */
.breadList {
  max-width: 1400px;
  width: 90%;
  margin: 16px auto 12px;
  display: block;
}
.breadList-list {
  list-style: none;
  padding-left: 0;
  display: flex;
}
.breadList-list-item {
  line-height: 1;
}
.breadList-list-item::after {
  content: ">";
  margin: 0 8px;
  font-size: 0.8rem;
}
.breadList-list-item p {
  line-height: 1;
  display: inline-block;
  font-size: 0.8rem;
}
.breadList-list-item p a {
  text-decoration: underline;
}
.breadList-list-item:last-child::after {
  content: none;
}

/* -----------------------------------------------------------
  レスポンシブ
----------------------------------------------------------- */
/* -----------------------------------------------------------
  下層利用パーツ
----------------------------------------------------------- */
.pageTitle {
  padding: 25px 0 30px;
  border-bottom: 1px solid var(--top-nav-color);
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .pageTitle {
    padding: 25px 0px;
    margin-bottom: 25px;
  }
}
.pageTitle_box {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 1000px) {
  .pageTitle_box {
    width: 90%;
    margin: auto;
  }
}
.pageTitle_box-hdg {
  font-size: 1.5rem;
  line-height: 1.58;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
}
.pageTitle_box-hdg::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 9px;
  height: 36px;
  background-color: var(--top-nav-color);
}
.pageTitle_contents-hdg {
  font-size: 1.375rem;
  line-height: 1.72;
  font-weight: bold;
  padding: 8.7px 20px;
  width: 100%;
  background-color: var(--light-color);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contentsTitle_hdg {
  font-size: 1.375rem;
  line-height: 1.58;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 15px;
}
.contentsTitle_hdg::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 9px;
  height: 36px;
  background-color: var(--top-nav-color);
}
@media only screen and (max-width: 768px) {
  .contentsTitle_hdg.btm-mgn-40 {
    margin-bottom: 20px;
  }
}

/* -----------------------------------------------------------
  FAQ よくある質問
----------------------------------------------------------- */
.faqList_dl {
  margin-bottom: 30.5px;
  padding-bottom: 24.5px;
  border-bottom: 1px dashed #707070;
}
@media only screen and (max-width: 768px) {
  .faqList_dl {
    margin-bottom: 50px;
  }
}
.faqList_dl-dt {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 14px;
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .faqList_dl-dt {
    padding-left: 60px;
  }
}
.faqList_dl-dt::before {
  content: "Q";
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.54;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faqList_dl-dd {
  font-size: 1rem;
  line-height: 1.75;
  margin-left: 0px;
  padding-left: 70px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .faqList_dl-dd {
    padding-left: 60px;
  }
}
.faqList_dl-dd::before {
  content: "A";
  background-color: var(--accent-color);
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.54;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -----------------------------------------------------------
  NEWS お知らせ
----------------------------------------------------------- */
.newsList {
  padding-left: 0px;
  margin-bottom: 60px;
}
.newsList_item {
  list-style: none;
  border-bottom: 1px dashed #707070;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.newsList_item-date {
  font-size: 1rem;
  line-height: 1.75;
  display: block;
  margin-bottom: 10px;
  color: #000000;
}
.newsList_item-text {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsList_item a {
  display: block;
}

/* -----------------------------------------------------------
  NEWS お知らせ 詳細
----------------------------------------------------------- */
.newsPage_info {
  margin-bottom: 40px;
}
.newsPage_info-hdg {
  font-size: 1.3rem;
  line-height: 1.45;
  background-color: var(--light-color);
  padding: 10px 20px;
  margin-bottom: 20px;
}
.newsPage_info-date {
  display: block;
  font-size: 1rem;
  color: #151515;
  line-height: 1.75;
}
.newsPage_contents {
  margin-bottom: 100px;
}
.newsPage_contents p {
  display: block;
  font-size: 1rem;
  margin-bottom: 40px;
}

/* -----------------------------------------------------------
  Access アクセス
----------------------------------------------------------- */
.accessInfo_title {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  border: 1px solid #B2B2B2;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .accessInfo_title {
    display: block;
    margin-bottom: 25px;
  }
}
.accessInfo_text {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-right: 20px;
  background-color: var(--light-color);
  padding: 13.5px 31.5px;
  font-weight: bold;
  min-width: 100px;
}
@media only screen and (max-width: 768px) {
  .accessInfo_text {
    display: block;
    margin: 0 0 15px;
    padding: 10px 20px;
    margin-bottom: 0px;
  }
}
.accessInfo_address {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .accessInfo_address {
    padding: 10px 20px;
  }
}
.accessInfo_map {
  position: relative;
  width: 100%;
  height: 540px;
  max-height: 540px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .accessInfo_map {
    margin-bottom: 30px;
    max-height: 300px;
    height: 300px;
  }
}
.accessInfo_map iframe {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.accessInfo_List {
  margin-bottom: 60px;
}
.accessInfo_List-dt {
  font-size: 1.3rem;
  line-height: 1.72;
  font-weight: bold;
  padding: 10px 20px;
  width: 100%;
  background-color: var(--light-color);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.accessInfo_List-dd {
  margin-left: 0px;
}
.accessInfo_List-dd p {
  font-size: 1rem;
  line-height: 2;
  display: block;
}

.year_list {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 40px;
  padding: 0;
  gap: 5px;
}
.year_list-item {
  list-style: none;
  line-height: 1;
}
.year_list-item a {
  background-color: var(--light-color);
  display: inline-flex;
  align-items: center;
  padding: 7px 25px 7px 14px;
  border-radius: 4px;
}
.year_list-item a.-current {
  background-color: var(--main-color);
  text-decoration: none;
}
.year_list-item a.-current span {
  color: #fff;
}
.year_list-item a.-current p {
  color: #fff;
}
.year_list-item a span {
  color: #000000;
  font-size: 1rem;
  line-height: 1;
  margin-right: 4px;
}
.year_list-item a p {
  color: #000000;
  line-height: 1;
  font-size: 1.125rem;
  display: inline-block;
}
.year_list-item a:hover {
  background-color: var(--main-color);
  text-decoration: none;
}
.year_list-item a:hover span {
  color: #fff;
}
.year_list-item a:hover p {
  color: #fff;
}
.year_list-item a:focus {
  background-color: var(--main-color);
  text-decoration: none;
}
.year_list-item a:focus span {
  color: #fff;
}
.year_list-item a:focus p {
  color: #fff;
}
.year_list-item a:focus-visible {
  background-color: var(--main-color);
  text-decoration: none;
}
.year_list-item a:focus-visible span {
  color: #fff;
}
.year_list-item a:focus-visible p {
  color: #fff;
}
.year_list-item a:focus-within {
  background-color: var(--main-color);
  text-decoration: none;
}
.year_list-item a:focus-within span {
  color: #fff;
}
.year_list-item a:focus-within p {
  color: #fff;
}

/* -----------------------------------------------------------
  online オンライン診療
----------------------------------------------------------- */
.itemList {
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .itemList {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.itemList-item {
  border-radius: 6px;
  padding-bottom: 23px;
  border: 1px solid var(--main-color);
  width: calc((100% - 60px) / 4);
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .itemList-item {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .itemList-item {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 500px) {
  .itemList-item {
    width: 100%;
  }
}
.itemList-item-img {
  padding: 30px 30px 0;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1000px) {
  .itemList-item-img {
    padding: 15px 15px 0;
    margin: 0px 0 10px;
  }
}
.itemList-item-img img {
  width: 100%;
}
.itemList-item-text {
  padding: 0px 22px 0;
  font-size: 1rem;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (max-width: 1000px) {
  .itemList-item-text {
    font-size: 0.8rem;
  }
}

.flowList {
  padding: 0;
  list-style: none;
  margin-bottom: 60px;
}
.flowList-item {
  border: 2px solid var(--main-color);
  padding: 18px 20px;
  margin-bottom: 75px;
  position: relative;
  align-items: center;
  display: flex;
  border-radius: 8px;
}
@media only screen and (max-width: 1000px) {
  .flowList-item {
    display: block;
  }
}
.flowList-item-date {
  font-size: 1.25rem;
  line-height: 1.6;
  width: 100%;
  max-width: 260px;
  margin-right: 40px;
  text-align: center;
  color: var(--main-color);
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  .flowList-item-date {
    max-width: initial;
    margin-bottom: 20px;
    width: 100%;
  }
}
.flowList-item::after {
  content: "";
  width: 48px;
  height: 28px;
  background-color: var(--main-color);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -54px;
  left: 50%;
  transform: translateX(-50%);
}
.flowList-item:last-child {
  margin-bottom: 0px;
}
.flowList-item:last-child::after {
  content: none;
}
/* -----------------------------------------------------------
  table 表
----------------------------------------------------------- */
.generalTable {
  width: 100%;
  margin-bottom: 60px;
}
.generalTable-tr {
  border-top: 1px solid #ababab;
}
.generalTable-tr:last-child {
  border-bottom: 1px solid #ababab;
}
.generalTable-th {
  max-width: 200px;
  width: 20%;
  background-color: var(--main-color);
  color:white;
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .generalTable-th {
    width: 100%;
    display: block;
    max-width: initial;
    text-align: left;
    padding: 15px 0;
    padding-left: 1.5rem;
  }
}
.generalTable-td {
  width: 80%;
  padding: 20px 40px;
}
@media only screen and (max-width: 768px) {
  .generalTable-td {
    width: 100%;
    display: block;
    max-width: initial;
    text-align: left;
    padding-left: 1.5rem;
    padding: 20px;
    padding-left: 1.5rem;
  }
}
/* -----------------------------------------------------------
  recruit 採用情報
----------------------------------------------------------- */
.recruitTable {
  width: 100%;
  margin-bottom: 60px;
}
.recruitTable-tr {
  border-top: 1px solid #B2B2B2;
}
.recruitTable-tr:last-child {
  border-bottom: 1px solid #B2B2B2;
}
.recruitTable-th {
  max-width: 200px;
  width: 20%;
  background-color: #F7F7F7;
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .recruitTable-th {
    width: 100%;
    display: block;
    max-width: initial;
    text-align: left;
    padding: 15px 0;
    padding-left: 1.5rem;
  }
}
.recruitTable-td {
  width: 80%;
  padding: 20px 40px;
}
@media only screen and (max-width: 768px) {
  .recruitTable-td {
    width: 100%;
    display: block;
    max-width: initial;
    text-align: left;
    padding-left: 1.5rem;
    padding: 20px;
    padding-left: 1.5rem;
  }
}

.recruitTel {
  display: flex;
  align-items: stretch;
  margin-bottom: 60px;
  border: 1px solid #B2B2B2;
}
@media only screen and (max-width: 768px) {
  .recruitTel {
    display: block;
    margin-bottom: 40px;
  }
}
.recruitTel-text {
  font-size: 1.25rem;
  max-width: 320px;
  min-width: 320px;
  line-height: 1.5;
  font-weight: bold;
  padding: 20px 50px;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: var(--main-color);
}
@media only screen and (max-width: 768px) {
  .recruitTel-text {
    display: block;
    padding: 15px;
    padding-left: 1.5rem;
    font-size: 1rem;
    max-width: initial;
    min-width: initial;
  }
}
.recruitTel-number {
  padding: 15px;
  padding-left: 30px;
  width: 100%;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.8rem;
}
.recruitTel-number a {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .recruitTel-number {
    display: block;
    padding: 15px;
    padding-left: 1.5rem;
    font-size: 1rem;
    max-width: inherit;
    text-align: center;
    letter-spacing: 0.5rem;
  }
}

.recruitInfo {
  border: 1px solid #B2B2B2;
  margin-bottom: 40px;
}
.recruitInfo:last-child {
  margin-bottom: 80px;
}
.recruitInfo-category {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.6;
  padding: 8px 8px 8px 13px;
  background-color: #F7F7F7;
  border-bottom: 1px dashed #707070;
  margin: 0;
}
.recruitInfo-category span {
  color: var(--main-color);
  font-size: 45px;
  margin-right: 8px;
}
.recruitInfo-text {
  padding: 30px 30px 20px;
}
@media only screen and (max-width: 768px) {
  .recruitInfo-text {
    padding: 20px;
  }
}
.recruitInfo-text p {
  font-size: 1rem;
  line-height: 2;
  display: block;
}
.recruitInfo-link {
  display: block;
  text-align: center;
  max-width: 170px;
  font-size: 1.125rem;
  width: 100%;
  margin-top: 20px;
  line-height: 1.5;
  border-radius: 4px;
  padding: 8px 0;
  background-color: var(--main-color);
  color: #fff;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center right 9px;
  position: relative;
}
.recruitInfo-link span {
  position: absolute;
  color: #fff;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.recruitInfo-link span.text-span {
  position: relative;
  right: initial;
  top: initial;
  transform: initial;
  max-width: 115px;
  display: inline-flex;
}
.recruitInfo-link-box {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .recruitInfo-link-box {
    justify-content: center;
  }
}


/* -----------------------------------------------------------
  medical info  初診の方へ
----------------------------------------------------------- */
.medicalInfo_dl-dt {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 10px;
}
.medicalInfo_dl-dd {
  margin: 0 0 45px 0;
}
.medicalInfo_dl-dd p {
  display: block;
  line-height: 2;
  font-size: 1rem;
}
.medicalInfo_list {
  list-style: none;
  padding: 0;
  counter-reset: number 0;
  margin-bottom: 60px;
}
.medicalInfo_list-item {
  margin-bottom: 40px;
}
.medicalInfo_list-hdg {
  font-size: 1.3rem;
  line-height: 1.45;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #707070;
  width: 100%;
  position: relative;
  align-items: center;
}
.medicalInfo_list-hdg::before {
  counter-increment: number 1;
  content: counter(number) " ";
  font-size: 1.375rem;
  display: inline-flex;
  line-height: 1.45;
  position: relative;
  color: #fff;
  background-color: var(--main-color);
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .medicalInfo_list-hdg::before {
    margin-right: 15px;
  }
}

/* -----------------------------------------------------------
  about 当院の紹介
----------------------------------------------------------- */
.aboutPage_container {
  margin-bottom: 60px;
}
.aboutPage_box {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .aboutPage_box {
    display: block;
  }
}
.aboutPage_box.contentsStaff {
  margin-bottom: 80px;
}
.aboutPage_box.contentsStaff .img_box {
  max-width: 325px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .aboutPage_box.contentsStaff .img_box {
    max-width: 325px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.aboutPage_box.contentsStaff .text_box .postName-text {
  line-height: 1;
}
.aboutPage_box.contentsStaff .text_box p {
  line-height: 2;
  display: block;
}
.aboutPage_box.contentsStaff.-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .aboutPage_box.contentsStaff.-reverse .img_box {
    max-width: 325px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.aboutPage_box .img_box {
  margin: 0;
  margin-right: 40px;
}
.aboutPage_box.-reverse {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.aboutPage_box.-reverse .img_box {
  margin-right: 0px;
  margin-left: 40px;
}
.aboutPage_box.column-01 {
  margin-bottom: 60px;
}
.aboutPage_box.column-01 .aboutPage_column {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .aboutPage_box.column-01 .aboutPage_column {
    display: block;
  }
}
.aboutPage_box.column-01 .aboutPage_column .img_box {
  margin-right: 40px;
  max-width: 480px;
}
@media only screen and (max-width: 768px) {
  .aboutPage_box.column-01 .aboutPage_column .img_box {
    margin-right: 0px;
    max-width: initial;
    margin-bottom: 15px;
  }
}
.aboutPage_box.column-01 .aboutPage_column .text_box {
  max-width: 480px;
}
@media only screen and (max-width: 768px) {
  .aboutPage_box.column-01 .aboutPage_column .text_box {
    max-width: initial;
  }
}
.aboutPage_box.column-02 {
  gap: 40px;
  margin-bottom: 60px;
}
.aboutPage_box.column-02 .aboutPage_column {
  width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 768px) {
  .aboutPage_box.column-02 .aboutPage_column {
    width: 100%;
    margin-bottom: 60px;
  }
}
.aboutPage_box.column-03 {
  gap: 30px;
  margin-bottom: 60px;
}
.aboutPage_box.column-03 .aboutPage_column {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 768px) {
  .aboutPage_box.column-03 .aboutPage_column {
    width: 100%;
    margin-bottom: 60px;
  }
}
.aboutPage_box.contentsPost .img_box {
  max-width: 325px;
}
@media only screen and (max-width: 768px) {
  .aboutPage_box.contentsPost .img_box {
    margin: auto;
    margin-bottom: 20px;
  }
}
.aboutPage_column .img_box {
  margin: 0;
  margin-bottom: 15px;
}
.aboutPage_column .img_box img {
  width: 100%;
}

.postName-text {
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.doctorName-text {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 24px;
}

.career_table-th {
  font-size: 1rem;
  line-height: 2;
  font-weight: normal;
  margin-right: 30px;
  display: inline-block;
  padding: 0;
}
.career_table-hd {
  font-size: 1rem;
  line-height: 2;
  font-weight: normal;
  display: inline-block;
  padding: 0;
}

/* -----------------------------------------------------------
  pager
----------------------------------------------------------- */
.archivePager {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}
.archivePager-item {
  margin-right: 15px;
}
.archivePager-item:last-child {
  margin-right: 0px;
}
.archivePager-item-link {
  font-size: 0.8rem;
  line-height: 1.5;
  display: inline-block;
  padding: 3px 8px;
}
.archivePager-item-link.-current {
  background-color: var(--main-color);
  color: #fff;
}

/* -----------------------------------------------------------
  下層ページ パーツ
----------------------------------------------------------- */
.leadContents {
  margin-bottom: 60px;
}

.nodecoList {
  padding-left: 1rem;
  list-style-type: disc;
}

.contents_inner.leadtext {
  margin-bottom: 37px;
}
.contents_inner.leadtext p {
  display: block;
  line-height: 2;
  font-size: 1rem;
}


/*
    旧テンプレート
*/
.twoColumnsType1 {
	/zoom: 1;
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;
	background: #fff;
}
.twoColumnsType1 p.imageLeft {
	float: left;
	margin-right: 10px;
}
.twoColumnsType1 .textArea {
	/zoom: 1;
	overflow: hidden;
}

table.dataTable01 {
	border-collapse:collapse;
	width:100%;
	margin:0 auto;
}
table.dataTable01 th,
table.dataTable01 td {
	border:1px solid #b7b6b6; padding:5px;
	text-align:center;
	vertical-align: middle;
}
table.dataTable01 th {
	background:#f7f6f6;
}
table.dataTable01 th.sat {
	background:#cce0f5;
}
table.dataTable01 th.sun {
	background:#f6c2c2;
}
table.dataTable01 td.close {
	background:#dededc;
}

table.columnTable td {
	padding-right: 10px;
}
table.columnTable td.lastTd {
	padding-right: 0;
}

.twoColumnsType5 {
	zoom: 1;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px 0 0;
	background: #fff;
}
.twoColumnsType5 p.imageRight {
	float: left;
	margin:0 10px 10px 0;
  padding:10px;
}
.twoColumnsType5 p.imageLeft {
	float: right;
	margin:0 0 10px 10px;
  padding:10px;
}

.twoColumnsType3 {
	width: 651px;
	padding: 10px 0 0;
}
.twoColumnsType3 .leftSection {
	width: 200px;
	float: left;
	margin-right: 25px;
}
.twoColumnsType3 .lastCol {
	margin-right: 0;	
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
	font-size: 0;/*for FF footer*/
}
.clearfix {
    display:inline-table;
    min-height:1%;  /* for IE 7*/
}

.facility_contact-tel{display:none;}