@charset "UTF-8";
/*-------------------------------
WEBフォント読み込み
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/*-------------------------------
変数
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

:root {
  --main-color: #7bb5ff;
  --main-color-dark: #113d88;
  --bg-color: #e0efff;
}

/*-------------------------------
WEB FONT
---------------------------------*/
/*-------------------------------
ディフォルト設定
---------------------------------*/
html {
  width: 100%;
}

body {
  background: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  color: #222222;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  #wrap {
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  #wrap {
    overflow: hidden;
  }
}

/*text link（サイト全体のメイン文字カラー）
-------------------------------- */
a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

a:active {
  color: #000;
}

/*img
------------------------*/
* img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

/*-------------------------------
footer
---------------------------------*/
footer .inner {
  padding: 5rem 0 2rem 0;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  footer .inner {
    max-width: 90%;
    padding: 2rem 0;
  }
}
footer .inner .row {
  display: grid;
  grid-template-columns: 1fr 442px;
  gap: 50px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  footer .inner .row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
footer .inner .row .footer_info {
  width: 100%;
  text-align: center;
}
footer .inner .row .footer_info .logo span {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
}
footer .inner .row .footer_info .logo img {
  max-width: 210px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  footer .inner .row .footer_info .logo img {
    max-width: 40%;
  }
}
footer .inner .row .footer_info .address {
  margin-top: 1.5rem;
}
footer .inner .row .footer_info .sp_map_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .inner .row .footer_info .sp_map_btn {
    display: block;
    margin-top: 1rem;
  }
  footer .inner .row .footer_info .sp_map_btn a {
    background-color: #7bb6ff;
    color: #fff;
    border-radius: 100px;
    line-height: 1;
    padding: 0.5rem 1rem;
    display: block;
    max-width: 200px;
    margin: auto;
    text-decoration: none;
  }
}
footer .inner .row .footer_info .tel {
  margin-top: 1rem;
}
footer .inner .row .footer_info .time_table {
  margin-top: 1.5rem;
}
footer .inner .row .footer_info .time_table > span {
  background-color: #7bb6ff;
  color: #fff;
  border-radius: 100px;
  line-height: 1;
  padding: 0.5rem 1rem;
  display: block;
  max-width: 200px;
  margin: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  footer .inner .row .footer_info .time_table > span {
    display: none;
  }
}
footer .inner .row .footer_info .time_table table {
  width: 100%;
}
footer .inner .row .footer_info .time_table table tr td {
  border-right: 1px solid #000;
  padding: 2px 4px;
  text-align: center;
  font-size: 0.7rem;
}
footer .inner .row .footer_info .time_table table tr td:nth-of-type(1) {
  width: 120px;
}
footer .inner .row .footer_info .time_table table tr td:nth-of-type(7) {
  width: 80px;
}
footer .inner .row .footer_info .time_table table tr td > span {
  color: var(--main-color);
  font-size: 0.7rem;
}
footer .inner .row .footer_info .time_table table tr td > span.batu {
  color: #000;
  font-size: 0.8rem;
}
footer .inner .row .footer_info .time_table table tr td > span.tt {
  display: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  footer .inner .row .footer_info .time_table table tr td > span.tt {
    display: block;
  }
}
footer .inner .row .footer_info .note {
  width: 100%;
  margin-top: 0.5rem;
  text-align: center;
}
footer .inner .row .footer_info .note img {
  margin: auto;
}
footer .inner .row .footer_info .note img:nth-of-type(1) {
  max-width: 87%;
}
footer .inner .row .footer_info .note img:nth-of-type(2) {
  max-width: 72%;
}
footer .inner .row .footer_map {
  width: 100%;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  footer .inner .row .footer_map {
    display: none;
  }
}
footer .inner .row .footer_map iframe {
  width: 100% !important;
  height: 340px !important;
}
footer .inner .cr {
  margin-top: 5rem;
  text-align: center;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  footer .inner .cr {
    margin-top: 2rem;
    font-size: 0.6rem;
  }
}

/*-------------------------------
header
---------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 100%;
  max-width: 1100px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 1rem;
  padding-bottom: 0.5rem;
  transform: translateY(0px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0.5rem;
    border-radius: 0;
    height: 70px;
  }
}
header .header_info {
  position: absolute;
  top: 10px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  header .header_info {
    display: none;
  }
}
header .inner {
  max-width: 96%;
  margin: auto;
}
header .inner .header_upper {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  header .inner .header_upper {
    grid-template-columns: 1fr 1fr;
  }
}
header .inner .header_upper .logo {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .inner .header_upper .logo {
    padding-top: 2px;
  }
}
header .inner .header_upper .logo a {
  text-decoration: none;
}
header .inner .header_upper .logo a h1 {
  text-align: left;
}
header .inner .header_upper .logo a h1 span {
  display: block;
  padding-bottom: 0.3rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.7rem;
  font-weight: lighter;
  letter-spacing: 1px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header .inner .header_upper .logo a h1 span {
    font-size: 0.5rem;
    padding-bottom: 0.3rem;
  }
}
header .inner .header_upper .logo a h1 img {
  width: 170px;
  height: auto;
}
@media screen and (max-width: 767px) {
  header .inner .header_upper .logo a h1 img {
    width: auto;
    height: 36px;
  }
}
header .inner .header_upper .upper_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
  padding-top: 36px;
}
@media screen and (max-width: 767px) {
  header .inner .header_upper .upper_content {
    display: none;
  }
}
header .inner .header_lower {
  border-top: 1px solid #eee;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  header .inner .header_lower {
    display: none;
  }
}
header .inner .header_lower nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0px;
}
header .inner .header_lower nav ul li {
  position: relative;
}
header .inner .header_lower nav ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  height: 30px;
  width: 1px;
  border-right: 1px dotted #ccc;
}
header .inner .header_lower nav ul li a {
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 15px 30px;
}
header .inner .header_lower nav ul li a:hover {
  background-color: #bfd9fc;
}
header .inner .header_lower nav ul li a.current {
  background-color: #eee;
}
header .inner .header_lower nav ul li:nth-of-type(1) a {
  background-image: url(../img/common/nav_home.webp);
}
header .inner .header_lower nav ul li:nth-of-type(2) a {
  background-image: url(../img/common/nav_clinic.webp);
}
header .inner .header_lower nav ul li:nth-of-type(3) a {
  background-image: url(../img/common/nav_outpatient.webp);
}
header .inner .header_lower nav ul li:nth-of-type(4) a {
  background-image: url(../img/common/nav_medical.webp);
}
header .inner .header_lower nav ul li:nth-of-type(5) a {
  background-image: url(../img/common/nav_addmission.webp);
}
header .inner .header_lower nav ul li:nth-of-type(6) a {
  background-image: url(../img/common/nav_recruit.webp);
}
header .inner .header_lower nav ul li:nth-of-type(7) a {
  background-image: url(../img/common/nav_access.webp);
}
header.is-fixed {
  z-index: 1000;
  padding-top: 0;
  transform: translateY(-80px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

/*-------------------------------
main
---------------------------------*/
/*-------------------------------
top
---------------------------------*/
.mv {
  position: relative;
  overflow: hidden;
  height: 46vw;
  padding-top: 120px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .mv {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    height: auto;
    padding-top: 10vw;
  }
}
.mv .slide {
  display: block;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .mv .slide {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .mv .slide {
    display: none;
  }
}
.mv .slide_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv .slide_sp {
    display: block;
    padding: 1rem;
  }
}
.mv .inner {
  max-width: 1200px;
  text-align: left;
  margin: auto;
  position: absolute;
  bottom: 3.5vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .mv .inner {
    max-width: 90%;
    bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .inner {
    max-width: 90%;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .mv .inner .txt {
    width: 100%;
    position: absolute;
    top: 26vw;
    left: 0;
    right: 0;
    max-width: 70%;
    margin: auto;
  }
}
.mv .inner .time_table {
  margin-left: auto;
  width: 520px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 2px;
  padding: 2rem 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .mv .inner .time_table {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .inner .time_table {
    width: 100%;
    padding: 1rem 0;
  }
}
.mv .inner .time_table table {
  width: 100%;
}
.mv .inner .time_table table tr td {
  border-right: 1px solid #000;
  padding: 5px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mv .inner .time_table table tr td {
    font-size: 0.7rem;
    letter-spacing: -1px;
  }
}
.mv .inner .time_table table tr td > img {
  max-width: 80%;
}
.mv .inner .time_table table tr td:nth-of-type(1) {
  width: 135px;
}
@media screen and (max-width: 767px) {
  .mv .inner .time_table table tr td:nth-of-type(1) {
    width: 25%;
  }
}
.mv .inner .time_table table tr td:nth-of-type(7) {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .mv .inner .time_table table tr td:nth-of-type(7) {
    width: 20%;
  }
}
.mv .inner .time_table table tr td span {
  color: var(--main-color);
  font-size: 0.9rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mv .inner .time_table table tr td span {
    font-size: 0.8rem;
  }
}
.mv .inner .time_table table tr td span.batu {
  color: #000;
  font-size: 1.6rem;
}
.mv .inner .time_table .note {
  text-align: center;
  margin-top: 0.5rem;
  max-width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mv .inner .time_table .note {
    margin-top: 1rem;
  }
}
.mv .inner .time_table .note img:nth-of-type(2) {
  max-width: 80%;
}

.topics {
  padding: 3rem 0 3rem 0;
}
.topics .inner {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .topics .inner {
    max-width: 90%;
  }
}
.topics .inner .topics_title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topics .inner .topics_title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .topics .inner .topics_title > img {
    max-width: 16%;
  }
}
.topics .inner .topics_title h2 {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .topics .inner .topics_title h2 {
    margin-top: 0.5rem;
  }
}
.topics .inner .topics_title .btn {
  margin-top: 1rem;
  text-align: center;
}
.topics .inner .topics_title .btn a {
  display: block;
  background-color: #113d88;
  color: #fff;
  margin: auto;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  line-height: 1;
  max-width: 200px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .topics .inner .topics_title .btn a {
    font-size: 0.75rem;
    max-width: 160px;
  }
}
.topics .inner .row {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .topics .inner .row {
    margin-top: 1rem;
  }
}
.topics .inner .row .col {
  border-bottom: 1px dashed #ccc;
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 110px 1fr 110px;
  gap: 0px;
  justify-items: flex-start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topics .inner .row .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
}
.topics .inner .row .col > span {
  width: 100%;
  display: block;
}
.topics .inner .row .col > span:nth-of-type(1) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topics .inner .row .col > span:nth-of-type(1) {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .topics .inner .row .col > span:nth-of-type(2) {
    width: 85%;
  }
  .topics .inner .row .col > span:nth-of-type(3) {
    width: 15%;
  }
  .topics .inner .row .col > span > span {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .topics .inner .row .col > span > span {
    display: none;
  }
}
.topics .inner .row .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.topics .inner .row .col:hover {
  background-color: #bfd9fc;
}
.topics .inner .document_list {
  margin-top: 2rem;
}
.topics .inner .document_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
  list-style: none;
  max-width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .topics .inner .document_list ul {
    max-width: 100%;
    gap: 5px;
  }
}
.topics .inner .document_list ul li {
  width: 100%;
}
.topics .inner .document_list ul li a {
  display: block;
  background-color: #b6b6b6;
  color: #fff;
  line-height: 1;
  border-radius: 100px;
  padding: 0.7rem 1rem;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topics .inner .document_list ul li a {
    border-radius: 7px;
    font-size: 0.75rem;
  }
}

.profile {
  background-color: var(--bg-color);
  background-image: url(../img/common/main_bg.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 8rem 0 6rem 0;
  box-shadow: inset 0px 8px 5px -5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .profile {
    padding: 4rem 0 2rem 0;
  }
}
.profile .inner {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .profile .inner {
    max-width: 85%;
  }
}
.profile .inner .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 120px;
}
@media screen and (max-width: 767px) {
  .profile .inner .row {
    gap: 50px;
  }
}
.profile .inner .row .col {
  width: 100%;
  position: relative;
}
.profile .inner .row .col .img {
  width: 750px;
  position: relative;
  text-align: left;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .profile .inner .row .col .img {
    width: 100%;
  }
}
.profile .inner .row .col .img > img {
  width: 100%;
  height: auto;
}
.profile .inner .row .col .img .cc {
  writing-mode: vertical-rl;
  font-family: serif;
  position: absolute;
  top: 0px;
  left: 20px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .profile .inner .row .col .img .cc {
    left: -10px;
    top: 100px;
    height: auto;
  }
}
.profile .inner .row .col .img .cc p {
  background-color: var(--main-color);
  color: #fff;
  padding: 15px 12px;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 4px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .profile .inner .row .col .img .cc p {
    font-size: 1rem;
    padding: 10px 6px;
  }
}
.profile .inner .row .col .img .cc p:nth-of-type(1) {
  margin-left: 10px;
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .profile .inner .row .col .img .cc p:nth-of-type(1) {
    margin-top: 0rem;
  }
}
.profile .inner .row .col .img .cc p:nth-of-type(2) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .profile .inner .row .col .img .cc p:nth-of-type(2) {
    margin-top: 3rem;
  }
}
.profile .inner .row .col .img > p {
  max-width: 85%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .profile .inner .row .col .img > p {
    max-width: 70%;
    margin-left: auto;
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .profile .inner .row .col .img > p br {
    display: none;
  }
}
.profile .inner .row .col .txt {
  width: 430px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .profile .inner .row .col .txt {
    width: 100%;
    position: static;
    position: relative;
  }
}
.profile .inner .row .col .txt::before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  right: 5px;
  background-image: url(../img/index/profile_window_icon01.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 65px;
  height: 57px;
}
.profile .inner .row .col .txt h3 {
  margin-bottom: 1rem;
  text-align: center;
}
.profile .inner .row .col .txt p {
  text-align: left;
  line-height: 1.8;
  font-size: 1rem;
}
.profile .inner .row .col:nth-of-type(even) .img {
  margin-left: auto;
}
.profile .inner .row .col:nth-of-type(even) .img .cc {
  left: auto;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .profile .inner .row .col:nth-of-type(even) .img .cc {
    right: -20px;
  }
}
.profile .inner .row .col:nth-of-type(even) .img .cc p {
  margin-left: 0;
  margin-right: 10px;
}
.profile .inner .row .col:nth-of-type(even) .img p {
  max-width: 85%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .profile .inner .row .col:nth-of-type(even) .img p {
    max-width: 75%;
    margin-left: 0;
    margin-right: auto;
  }
}
.profile .inner .row .col:nth-of-type(even) .txt {
  right: auto;
  left: 0;
}
.profile .inner .row .col:nth-of-type(even) .txt::before {
  right: auto;
  left: 5px;
  background-image: url(../img/index/profile_window_icon02.webp);
  width: 65px;
  height: 57px;
}
.profile .inner .row .col:nth-of-type(3) .img .cc p:nth-of-type(2) {
  margin-top: 4rem;
}

article {
  padding: 6rem 0 0 0;
}
@media screen and (max-width: 767px) {
  article {
    padding: 2rem 0 0.5rem 0;
  }
}

.title {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 2rem;
  }
}
.title h1 {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .title h1 {
    margin-top: 0.5rem;
  }
  .title h1 img {
    width: auto;
    height: 12px;
  }
}

h2.bar {
  width: 100%;
  background-color: var(--main-color-dark);
  text-align: center;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h2.bar {
    padding: 0.5rem 1rem;
    border-radius: 5px;
  }
}
h2.bar img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  h2.bar img {
    width: auto;
    height: 14px;
  }
}

.content_clinic .clinic_about {
  margin-top: -2rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_about {
    margin-top: 0;
    padding-bottom: 3rem;
  }
}
.content_clinic .clinic_about .inner {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_about .inner {
    max-width: 80%;
  }
}
.content_clinic .clinic_about .inner span {
  display: block;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px;
  max-width: 100%;
  margin: auto;
}
.content_clinic .clinic_about .inner span img:nth-of-type(1), .content_clinic .clinic_about .inner span img:nth-of-type(3) {
  width: 320px;
}
.content_clinic .clinic_about .inner span img:nth-of-type(2) {
  margin-top: 2rem;
}
.content_clinic .clinic_about .inner span img:nth-of-type(3) {
  margin-top: auto;
}
.content_clinic .clinic_policy {
  background-color: var(--bg-color);
  padding: 4rem 0 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_policy {
    padding: 3rem 0 2rem 0;
  }
}
.content_clinic .clinic_policy .inner {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_policy .inner {
    max-width: 90%;
    grid-template-columns: 10% 1fr;
  }
}
.content_clinic .clinic_policy .inner h2 {
  width: 100%;
  margin-bottom: 2px;
  text-align: center;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_policy .inner h2 {
    padding-top: 0;
  }
}
.content_clinic .clinic_policy .inner h2 img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_policy .inner h2 img {
    height: 240px;
  }
}
.content_clinic .clinic_policy .inner ul {
  width: 100%;
  list-style: none;
}
.content_clinic .clinic_policy .inner ul li {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_policy .inner ul li img {
    height: 32px;
  }
}
.content_clinic .clinic_policy .inner ul li:nth-of-type(3) img {
  height: auto;
}
.content_clinic .clinic_greeting {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_greeting {
    padding: 2rem 0;
  }
}
.content_clinic .clinic_greeting .inner {
  max-width: 1100px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_greeting .inner {
    max-width: 86%;
  }
}
.content_clinic .clinic_greeting .inner .row {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 50px;
  justify-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_greeting .inner .row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.content_clinic .clinic_greeting .inner .row .txt {
  width: 100%;
  text-align: center;
}
.content_clinic .clinic_greeting .inner .row .txt img {
  margin: auto;
  margin-bottom: 1.5rem;
}
.content_clinic .clinic_greeting .inner .row .txt p {
  text-align: left;
}
.content_clinic .clinic_greeting .inner .row .img {
  width: 100%;
}
.content_clinic .clinic_greeting .inner p.name {
  margin-top: 2rem;
  text-align: right;
}
.content_clinic .clinic_greeting .inner p.name span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 0.5rem;
}
.content_clinic .clinic_history {
  padding: 4rem 0 6rem 0;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_history {
    padding: 2rem 0 3rem 0;
  }
}
.content_clinic .clinic_history .inner {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 50px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_history .inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_history .inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.content_clinic .clinic_history .inner .img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_history .inner .img {
    order: 2;
  }
}
.content_clinic .clinic_history .inner .img img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_history .inner .img img {
    width: 48%;
  }
}
.content_clinic .clinic_history .inner .txt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_history .inner .txt {
    order: 1;
  }
}
.content_clinic .clinic_history .inner .txt h2 {
  margin-bottom: 2rem;
  text-align: center;
}
.content_clinic .clinic_history .inner .txt h2 img {
  margin: auto;
}
.content_clinic .clinic_history .inner .txt dl > div {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 20px;
  padding: 1.5rem 0;
  background-image: url(../img/clinic/line_circle.webp);
  background-repeat: repeat-x;
  background-position: bottom left;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_history .inner .txt dl > div {
    padding: 1rem 0;
    gap: 10px;
  }
}
.content_clinic .clinic_history .inner .txt dl > div dt {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_history .inner .txt dl > div dt {
    padding-left: 0;
  }
}
.content_clinic .clinic_outline {
  padding: 4rem 0;
  background-color: var(--bg-color);
  background-image: url(../img/common/main_bg.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.content_clinic .clinic_outline .inner {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_outline .inner {
    max-width: 90%;
  }
}
.content_clinic .clinic_outline .inner h2 {
  margin-bottom: 2rem;
  background-color: #7bb6ff;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  padding: 10px;
}
.content_clinic .clinic_outline .inner .facility_list {
  margin-bottom: 2rem;
}
.content_clinic .clinic_outline .inner .facility_list ul {
  max-width: 94%;
  margin: auto;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.content_clinic .clinic_outline .inner .facility_list ul li {
  font-size: 1rem;
}
.content_clinic .clinic_outline .inner .facility_list ul li:last-child {
  text-align: right;
}
.content_clinic .clinic_outline .inner .facility_list p {
  text-align: right;
}
.content_clinic .clinic_outline .inner .overview_list,
.content_clinic .clinic_outline .inner .other_list {
  max-width: 94%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_outline .inner .overview_list,
  .content_clinic .clinic_outline .inner .other_list {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.content_clinic .clinic_outline .inner .overview_list .col,
.content_clinic .clinic_outline .inner .other_list .col {
  position: relative;
}
.content_clinic .clinic_outline .inner .overview_list .col a,
.content_clinic .clinic_outline .inner .other_list .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content_clinic .clinic_outline .inner .overview_list .col span,
.content_clinic .clinic_outline .inner .other_list .col span {
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .content_clinic .clinic_outline .inner .overview_list .col span,
  .content_clinic .clinic_outline .inner .other_list .col span {
    font-size: 0.8rem;
  }
}
.content_clinic .clinic_outline .inner .overview_list {
  margin-bottom: 2rem;
}

.content_outpatient {
  background-color: var(--bg-color);
}
.content_outpatient .about {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .content_outpatient .about {
    margin-bottom: 3rem;
  }
}
.content_outpatient .about .inner {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .content_outpatient .about .inner {
    max-width: 90%;
  }
}
.content_outpatient .about .inner h2 {
  margin-bottom: 2rem;
  text-align: center;
}
.content_outpatient .about .inner .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content_outpatient .about .inner .row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.content_outpatient .about .inner .row .col {
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  width: 100%;
  height: 340px;
}
@media screen and (max-width: 767px) {
  .content_outpatient .about .inner .row .col {
    height: auto;
  }
}
.content_outpatient .about .inner .row .col h3 {
  background-color: var(--main-color-dark);
  line-height: 1;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 0.8rem;
}
.content_outpatient .about .inner .row .col > p {
  margin-bottom: 0.8rem;
}
.content_outpatient .about .inner .row .col > p span {
  color: #d71e79;
  font-size: 1.2rem;
  font-weight: bold;
}
.content_outpatient .about .inner .row .col .tel {
  margin-bottom: 0.8rem;
}
.content_outpatient .about .inner .row .col table {
  width: 100%;
  border: 1px solid #000;
  line-height: 1;
}
.content_outpatient .about .inner .row .col table td {
  padding: 5px;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .content_outpatient .about .inner .row .col table td {
    font-size: 0.8rem;
  }
}
.content_outpatient .about .inner .row .col .note {
  text-align: left;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .content_outpatient .about .inner .row .col .note {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
.content_outpatient .guide {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .content_outpatient .guide {
    padding-bottom: 0;
  }
}
.content_outpatient .guide .inner {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .content_outpatient .guide .inner {
    max-width: 90%;
  }
}
.content_outpatient .guide .inner h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.content_outpatient .guide .inner .row .col {
  margin-bottom: 3rem;
}
.content_outpatient .guide .inner .row .col h3 {
  background-color: var(--main-color);
  line-height: 1;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 1rem;
}
.content_outpatient .guide .inner .row .col > p {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.content_outpatient .guide .inner .row .col .col_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  justify-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .content_outpatient .guide .inner .row .col .col_box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.content_outpatient .guide .inner .row .col .col_box .img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content_outpatient .guide .inner .row .col .col_box .img {
    order: 2;
  }
}
.content_outpatient .guide .inner .row .col .col_box .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content_outpatient .guide .inner .row .col .col_box .txt {
    order: 1;
  }
}
.content_outpatient .guide .inner .row .col .col_box .txt span {
  display: block;
  margin-bottom: 1rem;
}
.content_outpatient .guide .inner .row .col .col_box .txt ul {
  list-style: none;
  margin-bottom: 1rem;
}
.content_outpatient .guide .inner .row .col .col_box .txt p {
  margin-bottom: 0.3rem;
}
.content_outpatient .guide .inner .row .col .col_box .txt p.red {
  color: #ff0000;
  font-weight: bold;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .content_outpatient .guide .inner .row .col .col_box .txt p.red {
    font-size: 1rem;
  }
}
.content_outpatient .guide .inner .row .col .col_box.col1 {
  grid-template-columns: 1fr;
}
.content_outpatient .guide .inner .row .col .col_box.col1 .txt {
  width: 100%;
}
.content_outpatient .guide .inner .row .col .col_box.col1 .txt span {
  margin-bottom: 1rem;
  text-align: center;
}
.content_outpatient .guide .inner .row .col .col_box.tc p {
  text-align: center;
}
.content_outpatient .guide .inner .row .col .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content_outpatient .guide .inner .row .col .row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.content_outpatient .guide .inner .row .col .row .col_box {
  width: 100%;
  grid-template-columns: 1fr;
}
.content_outpatient .guide .inner .row .col .row .col_box .txt {
  text-align: center;
}
.content_outpatient .guide .inner .row .col .row .col_box .txt p {
  text-align: left;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .content_outpatient .guide .inner .row .col .row .col_box .txt p {
    height: auto;
  }
}
.content_outpatient #link_medical {
  margin-top: -100px;
  padding-top: 100px;
}

.content_admission {
  background-color: var(--bg-color);
}
.content_admission .inner {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .content_admission .inner {
    max-width: 92%;
  }
}
.content_admission .col {
  margin-bottom: 2rem;
}
.content_admission .col > p {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .content_admission .col > p {
    font-size: 1rem;
    text-align: left;
  }
}
.content_admission .col .col_box {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
}
.content_admission .col ul {
  list-style: none;
}
.content_admission .process .inner h2 {
  margin-bottom: 2rem;
  text-align: center;
}
.content_admission .process .inner h3 {
  background-color: var(--main-color);
  line-height: 1;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 1rem;
}
.content_admission .process .inner .row .col {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .content_admission .process .inner .row .col {
    margin-bottom: 2rem;
  }
}
.content_admission .process .inner .row .col.type .col_box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content_admission .process .inner .row .col.type .col_box ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.content_admission .process .inner .row .col.type .col_box ul li {
  width: 100%;
  text-align: center;
}
.content_admission .process .inner .row .col.type .col_box ul li span {
  width: 100%;
  background-color: #f3f3fb;
  border-radius: 10px;
  display: block;
  padding: 1.5rem 1rem;
  line-height: 1;
  height: 110px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .content_admission .process .inner .row .col.type .col_box ul li span {
    padding: 1rem;
    line-height: 1;
    height: auto;
  }
}
.content_admission .process .inner .row .col.type .col_box ul li span img {
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .content_admission .process .inner .row .col.type .col_box ul li span img {
    height: 16px;
  }
}
.content_admission .process .inner .row .col.type .col_box ul li p {
  margin-top: 1rem;
}
.content_admission .process .inner .row .col.process .col_box ul, .content_admission .process .inner .row .col.fees .col_box ul {
  max-width: 85%;
  margin: auto;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content_admission .process .inner .row .col.process .col_box ul, .content_admission .process .inner .row .col.fees .col_box ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.content_admission .process .inner .row .col.process .col_box ul li, .content_admission .process .inner .row .col.fees .col_box ul li {
  width: 100%;
  line-height: 1;
  padding: 15px 10px;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .content_admission .process .inner .row .col.process .col_box ul li img, .content_admission .process .inner .row .col.fees .col_box ul li img {
    height: 16px;
  }
}
.content_admission .process .inner .row .col.process .col_box ul.caption_type li, .content_admission .process .inner .row .col.fees .col_box ul.caption_type li {
  position: relative;
  margin-bottom: 2rem;
}
.content_admission .process .inner .row .col.process .col_box ul.caption_type li span, .content_admission .process .inner .row .col.fees .col_box ul.caption_type li span {
  position: absolute;
  bottom: -2rem;
  left: 0;
  text-align: center;
  display: block;
  width: 100%;
}
.content_admission .process .inner .row .col.process .col_box ul li {
  border: 2px solid #ff0000;
}
.content_admission .process .inner .row .col.process .col_box p {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content_admission .process .inner .row .col.process .col_box p {
    font-size: 1rem;
  }
}
.content_admission .process .inner .row .col.process .col_box p span {
  color: #ff0000;
  font-weight: bold;
}
.content_admission .process .inner .row .col.fees .col_box ul li {
  border: 2px solid #113d88;
}
.content_admission .process .inner .row .col.fees .col_box p {
  max-width: 75%;
  margin: auto;
  text-align: left;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .content_admission .process .inner .row .col.fees .col_box p {
    font-size: 1rem;
  }
}
.content_admission .process .inner .row .col.fees .col_box p span {
  color: #113d88;
  font-weight: bold;
}
.content_admission .process .inner .row .col.deposit .col_box ul {
  text-align: center;
}
.content_admission .process .inner .row .col.deposit .col_box ul li {
  width: 100%;
  max-width: 480px;
  line-height: 1;
  padding: 15px 10px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #113d88;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content_admission .process .inner .row .col.deposit .col_box ul li img {
    max-width: 70%;
    margin: auto;
  }
}
.content_admission .process .inner .row .col.deposit .col_box .note {
  text-align: center;
  margin-top: 1rem;
}
.content_admission .process .inner .row .col.deposit .col_box .note p {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .content_admission .process .inner .row .col.deposit .col_box .note p {
    font-size: 1rem;
  }
}
.content_admission .process .inner .row .col.deposit .col_box .note p span {
  color: #113d88;
  font-weight: bold;
}
.content_admission .process .inner .row .col.deposit .col_box .note p:nth-of-type(2) {
  margin-top: 0.8rem;
}
.content_admission .facility {
  background-color: #fff;
  padding: 3rem 0;
}
.content_admission .facility .inner h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.content_admission .facility .inner .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content_admission .facility .inner .row {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.content_admission .facility .inner .row .col {
  position: relative;
  margin-bottom: 0;
}
.content_admission .facility .inner .row .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content_admission .facility .inner .row .col span {
  display: block;
  margin-top: 0.5rem;
}
.content_admission .req_items {
  padding-top: 3rem;
  background-color: #fff;
}
.content_admission .req_items .inner h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.content_admission .req_items .inner > p {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.content_admission .req_items .inner .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content_admission .req_items .inner .row {
    grid-template-columns: 1fr;
  }
}
.content_admission .req_items .inner .row .col {
  width: 100%;
}
.content_admission .req_items .inner .row .col h3 {
  background-color: var(--main-color-dark);
  line-height: 1;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 1rem;
}
.content_admission .req_items .inner .row .col ul {
  max-width: 85%;
  list-style-type: disc;
  margin: auto;
  margin-bottom: 1rem;
}
.content_admission .req_items .inner .row .col ul li {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.content_admission .req_items .inner .row .col .note {
  max-width: 90%;
  margin: auto;
  margin-bottom: 1rem;
  color: #555;
}
.content_admission .pro_items {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .content_admission .pro_items {
    padding-top: 0;
  }
}
.content_admission .pro_items .inner h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.content_admission .pro_items .inner .col {
  border: 2px solid #113d88;
  border-radius: 10px;
  padding: 1rem 3rem;
}
.content_admission .pro_items .inner .col p {
  font-size: 1.2rem;
  color: #113d88;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .content_admission .pro_items .inner .col p {
    font-size: 1rem;
    text-align: center;
  }
}
.content_admission .pro_items .inner .col p br {
  display: none;
}
@media screen and (max-width: 767px) {
  .content_admission .pro_items .inner .col p br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .content_admission .pro_items .inner .col p span {
    display: none;
  }
}
.content_admission .visiting_hours {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.content_admission .visiting_hours .inner h2,
.content_admission .visiting_hours .inner h3 {
  text-align: center;
  margin-bottom: 1rem;
  text-align: center;
  border-radius: 10px;
  line-height: 1;
  padding: 10px;
}
.content_admission .visiting_hours .inner h2 {
  background-color: var(--main-color-dark);
}
.content_admission .visiting_hours .inner h3 {
  background-color: var(--main-color);
}
.content_admission .visiting_hours .inner .col {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  text-align: left;
}
.content_admission .visiting_hours .inner .col > span {
  display: block;
  border: 2px solid var(--main-color-dark);
  line-height: 1;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
  max-width: 700px;
}
.content_admission .visiting_hours .inner .col > span img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .content_admission .visiting_hours .inner .col > span img {
    max-width: 80%;
  }
}
.content_admission .visiting_hours .inner .col ul.mb {
  margin-bottom: 2rem;
}
.content_admission .visiting_hours .inner .col ul li {
  position: relative;
  padding-left: 1.5rem;
}
.content_admission .visiting_hours .inner .col ul li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.content_admission .visiting_hours .inner .col > p {
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
}

.content_recruit {
  background-color: var(--bg-color);
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .content_recruit {
    padding-bottom: 3rem;
  }
}
.content_recruit .inner {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .content_recruit .inner {
    max-width: 92%;
  }
}
.content_recruit .inner .title {
  margin-bottom: 1rem;
}
.content_recruit .inner .tel {
  background-color: var(--main-color-dark);
  line-height: 1;
  padding: 20px;
  margin-bottom: 1rem;
  border-radius: 10px;
  text-align: center;
}
.content_recruit .inner .tel a {
  display: block;
  margin-top: 1rem;
}
.content_recruit .inner .recruit_job_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content_recruit .inner .recruit_job_list {
    grid-template-columns: 1fr;
  }
}
.content_recruit .inner .recruit_job_list .col {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  width: 100%;
}
.content_recruit .inner .recruit_job_list .col h3 {
  margin-bottom: 0.5rem;
}
.content_recruit .inner .recruit_job_list .col dl > div {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .content_recruit .inner .recruit_job_list .col dl > div {
    grid-template-columns: 25% 1fr;
    gap: 0px;
  }
}

.content_access {
  background-color: var(--bg-color);
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .content_access {
    padding-bottom: 3rem;
  }
}
.content_access .inner {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .content_access .inner {
    max-width: 90%;
  }
}
.content_access .inner .row {
  display: grid;
  grid-template-areas: "item1" "item2 item3";
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .content_access .inner .row {
    grid-template-columns: 1fr;
  }
}
.content_access .inner .row .col:nth-of-type(1) {
  grid-column: 1/-1;
}
.content_access .inner .row .col.access_info .col_row {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content_access .inner .row .col.access_info .col_row {
    grid-template-columns: 1fr;
  }
}
.content_access .inner .row .col.access_info .col_row .txt {
  width: 100%;
  text-align: center;
  padding-top: 1.5rem;
}
.content_access .inner .row .col.access_info .col_row .txt .tel {
  margin-top: 2rem;
}
.content_access .inner .row .col.access_info .col_row .txt .btn {
  margin-top: 2rem;
}
.content_access .inner .row .col.access_info .col_row .txt .btn a {
  display: block;
  max-width: 60%;
  background-color: #fff;
  border-radius: 100px;
  line-height: 1;
  padding: 7px 10px;
  text-decoration: none;
  color: var(--main-color-dark);
  font-size: 1rem;
  margin: auto;
}
.content_access .inner .row .col.access_info .col_row .txt .time {
  margin-top: 2rem;
}
.content_access .inner .row .col.access_info .col_row .txt .time img {
  display: block;
  margin: auto;
  margin-bottom: 0.5rem;
}
.content_access .inner .row .col.access_info .col_row .map {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
}
.content_access .inner .row .col.access_parking {
  text-align: center;
}
.content_access .inner .row .col.access_parking > img {
  margin: auto;
  margin-bottom: 1rem;
}
.content_access .inner .row .col.access_parking > p {
  text-align: left;
  margin-bottom: 2rem;
}
.content_access .inner .row .col.access_parking .img img {
  width: 100%;
}
.content_access .inner .row .col.access_trans ul {
  list-style: none;
}
.content_access .inner .row .col.access_trans ul li {
  margin-top: 1.5rem;
}
.content_access .inner .row .col.access_trans ul li:nth-of-type(1) {
  margin-top: 0;
}
.content_access .inner .row .col.access_trans ul li img {
  margin-bottom: 1rem;
}
.content_access .inner .row .col.access_trans .btn {
  margin-top: 2rem;
}
.content_access .inner .row .col.access_trans .btn a {
  display: block;
  max-width: 200px;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 100px;
  background-color: #fff;
  text-decoration: none;
  color: var(--main-color-dark);
  text-align: center;
  margin-bottom: 0.7rem;
}

.content_news {
  background-color: var(--bg-color);
  margin-top: -3rem;
  padding-top: 300px;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .content_news {
    margin-top: 0;
    padding-top: 6rem;
  }
}
.content_news .inner .news_list .title_cat h2 {
  font-size: 1.2rem;
  color: var(--main-color-dark);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .content_news .inner .news_list .title_cat h2 {
    font-size: 1rem;
  }
}
.content_news .inner .news_list .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.content_news .inner .news_list .row .col {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 1rem 2rem;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0 20px;
  justify-items: flex-start;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .content_news .inner .news_list .row .col {
    grid-template-columns: 1fr;
    gap: 0 10px;
    padding: 1rem 1rem;
  }
}
.content_news .inner .news_list .row .col:hover {
  background-color: #eee;
}
.content_news .inner .news_list .row .col::before {
  content: "";
  width: 20px;
  height: 18px;
  display: block;
  background-image: url(../img/news/icon_arrow.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 30%;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .content_news .inner .news_list .row .col::before {
    top: 40%;
  }
}
.content_news .inner .news_list .row .col .icon {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
}
.content_news .inner .news_list .row .col .icon .date {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.content_news .inner .news_list .row .col .icon .date span {
  line-height: 1;
  padding: 2px 5px;
  border-radius: 100px;
  background-color: var(--main-color);
  font-size: 0.6rem;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}
.content_news .inner .news_list .row .col .icon .cat {
  padding: 2px 2px;
  font-size: 0.8rem;
}
.content_news .inner .news_list .row .col p {
  color: var(--main-color-dark);
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .content_news .inner .news_list .row .col p {
    width: 90%;
  }
}
.content_news .inner .news_list .row .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content_news .inner .news_list .pager {
  margin-top: 2rem;
}
.content_news .inner .news_list .pager ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px 10px;
}
.content_news .inner .news_list .pager ul li a {
  display: block;
  padding: 10px 20px;
  line-height: 1;
  background-color: #ccc;
  text-decoration: none;
}
.content_news .inner .news_detail {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 50px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content_news .inner .news_detail {
    display: block;
  }
}
.content_news .inner .news_detail .main {
  width: 100%;
  background-color: #fff;
  padding: 2rem;
}
.content_news .inner .news_detail .main .cat {
  font-size: 1rem;
}
.content_news .inner .news_detail .main .date {
  margin-top: 2rem;
}
.content_news .inner .news_detail .main h1 {
  color: var(--main-color-dark);
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .content_news .inner .news_detail .main h1 {
    font-size: 1.1rem;
  }
}
.content_news .inner .news_detail .main .content {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2rem 0;
  margin-top: 1rem;
}
.content_news .inner .news_detail .main .content p {
  margin-bottom: 1rem;
}
.content_news .inner .news_detail .main .pager {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-top: 2rem;
}
.content_news .inner .news_detail .main .pager a {
  display: block;
  width: 80px;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 30px;
  text-align: center;
  text-decoration: none;
}
.content_news .inner .news_detail .main .pager a.prev {
  background-image: url(../img/news/pager_prev.webp);
}
.content_news .inner .news_detail .main .pager a.list {
  background-image: url(../img/news/pager_list.webp);
}
.content_news .inner .news_detail .main .pager a.next {
  background-image: url(../img/news/pager_next.webp);
}
.content_news .inner .news_detail .side {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content_news .inner .news_detail .side {
    width: 90%;
    margin: auto;
    margin-top: 2rem;
  }
}
.content_news .inner .news_detail .side .col {
  margin-bottom: 1rem;
}
.content_news .inner .news_detail .side .col h2 {
  background-color: var(--main-color-dark);
  line-height: 1;
  padding: 5px;
  color: #fff;
}
.content_news .inner .news_detail .side .col ul {
  list-style: none;
}
.content_news .inner .news_detail .side .col ul li {
  border-bottom: 1px dashed #ccc;
}
.content_news .inner .news_detail .side .col ul li a {
  display: block;
  padding: 15px 0;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content_news .inner .news_detail .side .col ul li a span {
  display: block;
  padding-bottom: 0.5rem;
}
.content_news .inner .news_detail .side .col form {
  margin-top: 1rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.content_news .inner .news_detail .side .col form input[type=text] {
  width: 100%;
  height: 35px;
  background-color: #eee;
  border: none;
  padding: 5px;
}
.content_news .inner .news_detail .side .col form button {
  background-color: #999;
  background-image: url(../img/news/icon_search.webp);
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center center;
  border: none;
  width: 40px;
  height: 35px;
}

.content_search {
  padding-top: 10rem;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .content_search {
    padding-top: 5rem;
  }
}
.content_search .inner {
  padding-bottom: 2rem;
}
.content_search .inner .txt {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  border: 3px solid #eee;
}
.content_search .inner ul {
  list-style: none;
}
.content_search .inner ul li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.content_search .inner ul li a {
  display: block;
  padding: 1.5rem 1rem;
  background-color: #fff;
  text-decoration: none;
}
.content_search .inner ul li a:hover {
  background-color: var(--main-color);
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 92%;
  }
}

.content_title {
  padding-top: 3rem;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .content_title {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .content_title {
    padding-top: 70px;
  }
}
.content_title .inner {
  max-width: 1400px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content_title .inner {
    max-width: 100%;
  }
}
.content_title .inner img {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .content_title .inner img {
    width: 96%;
  }
}
.sp_menu_common {
  display: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sp_menu_common {
    display: block;
    position: fixed;
    top: 0;
    right: -230px;
    z-index: 10003;
    width: 300px;
    height: 100%;
  }
}
.sp_menu_common .row {
  height: 100%;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0px;
  justify-items: flex-start;
  align-items: flex-start;
  position: relative;
}
.sp_menu_common .row .sp_menu_btn {
  background-color: var(--main-color-dark);
  width: 70px;
  height: 70px;
  position: relative;
}
.sp_menu_common .row .sp_menu_btn span {
  width: 50%;
  height: 2px;
  line-height: 1;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sp_menu_common .row .sp_menu_btn span:nth-of-type(1) {
  top: 30%;
}
.sp_menu_common .row .sp_menu_btn span:nth-of-type(2) {
  top: 50%;
}
.sp_menu_common .row .sp_menu_btn span:nth-of-type(3) {
  top: 70%;
}
.sp_menu_common .row .sp_nav {
  width: 100%;
  height: 100%;
  background-color: var(--main-color-dark);
}
.sp_menu_common .row .sp_nav ul {
  padding: 1rem;
}
.sp_menu_common .row .sp_nav ul li {
  border-bottom: 1px solid #647abe;
}
.sp_menu_common .row .sp_nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0.7rem 1rem 0.7rem 0.2rem;
  display: block;
}
.sp_menu_common .sp_tel {
  display: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sp_menu_common .sp_tel {
    width: 120px;
    position: absolute;
    top: 10px;
    left: -130px;
    display: block;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 7px;
    line-height: 1.2;
    text-align: center;
    padding: 0.7rem 0;
    font-size: 0.9rem;
  }
  .sp_menu_common .sp_tel a {
    text-decoration: none;
    color: #fff;
  }
  .sp_menu_common .sp_tel a span {
    display: block;
  }
  .sp_menu_common .sp_tel a span:nth-of-type(1) {
    font-size: 0.7rem;
  }
}
.sp_menu_common.view {
  transform: translate(-230px, 0px);
}
.sp_menu_common.view .row .sp_menu_btn span {
  width: 40%;
}
.sp_menu_common.view .row .sp_menu_btn span:nth-of-type(2) {
  display: none;
}
.sp_menu_common.view .row .sp_menu_btn span:nth-of-type(1) {
  transform: rotate(50deg);
  top: 50%;
}
.sp_menu_common.view .row .sp_menu_btn span:nth-of-type(3) {
  transform: rotate(-50deg);
  top: 50%;
}
.sp_menu_common.view .sp_tel {
  animation: FadeIn 0.6s ease-out forwards;
  opacity: 0;
}
@keyframes FadeIn {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.pt {
  width: 68px;
  height: 68px;
  display: block;
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  border-radius: 100px;
  background-color: var(--main-color-dark);
  background-image: url(../img/common/pagetop_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10004;
}
@media screen and (max-width: 767px) {
  .pt {
    bottom: 0.7rem;
    right: 1rem;
    width: 50px;
    height: 50px;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}