@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
}

ul {
  list-style: none;
}

dt {
  display: block;
  width: auto;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

td,
th {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

img {
  background-color: transparent;
  vertical-align: top;
}

a img {
  border: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

em {
  font-style: normal;
}

hr {
  height: 1px;
}

input,
textarea,
select,
option,
optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

/* ie6 hack*/
* html input {
  line-height: 1;
  height: 1.6em;
}

/* ie7 hack */
*:first-child + html input {
  line-height: 1;
}

select {
  min-width: 2em;
}

option,
optgroup {
  padding-right: 0.4em;
}

label[for],
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=image],
input[type=reset],
input[type=submit],
select,
option {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  letter-spacing: 0;
  color: #333333;
  background-color: #fff;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #666666;
}
a:link, a:visited, a:hover {
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

img {
  width: 100%;
}

@media all and (min-width: 769px) {
  a,
  input[type=button],
  button {
    transition: ease 0.1s;
  }
  a.fade:hover {
    opacity: 0.7;
  }
  html {
    font-size: 62.5%;
  }
  .sp-view {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .pc-view {
    display: none !important;
  }
  html, body {
    -webkit-text-size-adjust: none;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 2.8rem;
  }
  body {
    line-height: 1.3;
  }
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media all and (min-width: 769px) {
  .header {
    width: 100%;
    color: #fff;
    background-color: #19afbe;
  }
  .header-wrap {
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    width: 1000px;
    height: 80px;
    margin-inline: auto;
  }
  .header__title h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }
  .header__title h1 a {
    color: #fff;
  }
  .footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 960px;
    padding-bottom: 20px;
    margin-inline: auto;
  }
  .footer-main {
    width: 400px;
    padding-top: 25px;
  }
  .footer-sub {
    width: 480px;
    padding-top: 45px;
  }
  .footer__logo {
    width: 310px;
    margin-bottom: 10px;
  }
  .footer__contact {
    width: 367px;
  }
  .footer__link {
    margin-bottom: 2px;
  }
  .footer__link ul {
    display: flex;
    justify-content: flex-end;
  }
  .footer__link ul li {
    margin-left: 28px;
  }
  .footer__link a {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 10px;
  }
  .footer__link a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 7px;
    height: 7px;
    background-color: #bae7eb;
    border-radius: 50%;
  }
  .footer__copyright {
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.05rem;
    font-weight: 400;
  }
  .pagetopbtn {
    position: fixed;
    bottom: 55px;
    right: 15px;
  }
  .pagetopbtn a {
    display: block;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    background-image: url(../images/common/ico-pagetop.png);
    background-size: 50px 50px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .container {
    width: 1000px;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .menu-wrap {
    margin: 20px 0 40px;
  }
  .menu__tab ul {
    display: flex;
    flex-wrap: wrap;
  }
  .menu__tab ul li {
    position: relative;
  }
  .menu__tab ul li a {
    display: block;
    height: 40px;
  }
  .menu__tab ul li:nth-of-type(1) {
    margin-left: 12px;
    width: 67px;
  }
  .menu__tab ul li:nth-of-type(1) a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu__tab ul li:nth-of-type(1) a img {
    width: 28px;
  }
  .menu__tab ul li:nth-of-type(2) {
    z-index: 5;
    margin-right: -10px;
  }
  .menu__tab ul li:nth-of-type(2) a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    width: 240px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.02rem;
    padding-right: 10px;
    color: #6496dc;
  }
  .menu__tab ul li:nth-of-type(2) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d8e5f6;
    z-index: -1;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
  }
  .menu__tab ul li.current:nth-of-type(2) a {
    color: #fff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  }
  .menu__tab ul li.current:nth-of-type(2) a::before {
    background-color: #6496dc;
  }
  .menu__tab ul li:nth-of-type(3) {
    z-index: 4;
    margin-right: -10px;
  }
  .menu__tab ul li:nth-of-type(3) a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    width: 240px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.02rem;
    padding-right: 10px;
    color: #ff7882;
  }
  .menu__tab ul li:nth-of-type(3) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffdde0;
    z-index: -1;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
  }
  .menu__tab ul li.current:nth-of-type(3) a {
    color: #fff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  }
  .menu__tab ul li.current:nth-of-type(3) a::before {
    background-color: #ff7882;
  }
  .menu__tab ul li:nth-of-type(4) {
    z-index: 3;
    margin-right: -10px;
  }
  .menu__tab ul li:nth-of-type(4) a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    width: 240px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.02rem;
    padding-right: 10px;
    color: #919191;
  }
  .menu__tab ul li:nth-of-type(4) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e3e3e3;
    z-index: -1;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
  }
  .menu__tab ul li.current:nth-of-type(4) a {
    color: #fff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  }
  .menu__tab ul li.current:nth-of-type(4) a::before {
    background-color: #919191;
  }
  .menu__tab ul li:nth-of-type(5) {
    z-index: 2;
  }
  .menu__tab ul li:nth-of-type(5) a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    width: 210px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.02rem;
    color: #41af96;
    padding-left: 20px;
  }
  .menu__tab ul li:nth-of-type(5) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cfebe5;
    z-index: -1;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
  }
  .menu__tab ul li:nth-of-type(5) a span {
    position: relative;
  }
  .menu__tab ul li:nth-of-type(5) a span::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 1px;
    width: 18px;
    height: 18px;
    background-image: url(../images/common/ico-relatelink.png);
    background-size: 100% 100%;
  }
  .menu__tab ul li.current:nth-of-type(5) a {
    color: #fff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  }
  .menu__tab ul li.current:nth-of-type(5) a::before {
    background-color: #41af96;
  }
  .menu__tab ul li.current:nth-of-type(5) a span::before {
    background-image: url(../images/common/ico-relatelink-wh.png);
  }
  .menu__links {
    position: relative;
    z-index: 10;
  }
  .menu__links-medical {
    padding: 20px 30px 14px;
    border: 3px solid #6496dc;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .menu__links-medical a:hover {
    background-color: #6496dc;
  }
  .menu__links-public {
    padding: 20px 30px 14px;
    border: 3px solid #FF6666;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .menu__links-public a:hover {
    background-color: #FF6666;
  }
  .menu__links-public ul li.current a {
    background-color: #FF6666 !important;
  }
  .menu__links-about {
    padding: 20px 30px 14px;
    border: 3px solid #919191;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .menu__links-about a:hover {
    color: #333 !important;
    background-color: #e3e3e3;
  }
  .menu__links-about ul li.current a {
    color: #333 !important;
    background-color: #e3e3e3 !important;
  }
  .menu__links-relate {
    border-bottom: 3px solid #41af96;
  }
  .menu__links-lower {
    border-bottom: 3px solid #19afbe;
  }
  .menu__links ul li {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .menu__links ul li::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -3px;
    width: 1px;
    height: 1em;
    background-color: #dfdfdf;
  }
  .menu__links ul li.br::after {
    content: none;
  }
  .menu__links ul li a {
    display: inline-block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.02rem;
    line-height: 1.3;
    color: #5f5f5f;
  }
  .menu__links ul li a:hover {
    color: white;
  }
  .menu__links ul li.current a {
    padding: 0 3px;
    color: white;
    background-color: #6496dc;
  }
  .comingsoon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 25vh;
  }
  .comingsoon-wrap {
    font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 15px;
    border: 2px solid #afafaf;
  }
}
@media all and (max-width: 768px) {
  .header {
    width: 100%;
    color: #fff;
    background-color: #19afbe;
  }
  .header-wrap {
    padding: 10px 20px;
  }
  .header__title h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }
  .header__title h1 a {
    color: #fff;
  }
  .footer {
    padding-bottom: 15px;
  }
  .footer-wrap {
    padding: 0 10px;
  }
  .footer-main {
    padding-top: 15px;
  }
  .footer__logo {
    line-height: 1.1;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer__logo img {
    width: 250px;
  }
  .footer__contact {
    font-size: 0;
    line-height: 1.1;
    text-align: center;
  }
  .footer__contact img {
    width: 250px;
  }
  .footer__link {
    margin-bottom: 5px;
  }
  .footer__link ul {
    display: flex;
    justify-content: center;
  }
  .footer__link ul li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .footer__link ul li {
    margin-left: 5px;
  }
}
@media all and (max-width: 768px) {
  .footer__link a {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .footer__link a {
    font-size: 11px;
  }
}
@media all and (max-width: 768px) {
  .footer__link a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 7px;
    height: 7px;
    background-color: #bae7eb;
    border-radius: 50%;
  }
  .footer__copyright {
    text-align: center;
    font-size: 10px;
    letter-spacing: -0.03rem;
    font-weight: 400;
  }
  .pagetopbtn {
    position: fixed;
    bottom: 95px;
    right: 12px;
  }
  .pagetopbtn a {
    display: block;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-image: url(../images/common/ico-pagetop.png);
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .container {
    padding: 0 20px;
  }
  .menu-wrap {
    margin: 15px 0 25px;
  }
  .menu__tab {
    overflow-x: scroll;
    padding: 0 10px;
  }
  .menu__tab ul {
    display: flex;
    flex-wrap: wrap;
    width: 810px;
  }
  .menu__tab ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .menu__tab ul li:nth-of-type(1) {
    margin-right: 5px;
  }
  .menu__tab ul li:nth-of-type(1) a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border-bottom: 0px;
  }
  .menu__tab ul li:nth-of-type(1) a img {
    width: 27px;
  }
  .menu__tab ul li:nth-of-type(2) {
    z-index: 5;
    margin-right: -10px;
  }
  .menu__tab ul li:nth-of-type(2) a {
    width: 190px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02rem;
    line-height: 1.2;
    color: #6496dc;
  }
  .menu__tab ul li:nth-of-type(2) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d8e5f6;
    z-index: -1;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
  }
  .menu__tab ul li.current:nth-of-type(2) a {
    color: #fff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  }
  .menu__tab ul li.current:nth-of-type(2) a::before {
    background-color: #6496dc;
  }
  .menu__tab ul li:nth-of-type(3) {
    z-index: 4;
    margin-right: -10px;
  }
  .menu__tab ul li:nth-of-type(3) a {
    width: 150px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02rem;
    line-height: 41px;
    color: #ff7882;
  }
  .menu__tab ul li:nth-of-type(3) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffdde0;
    z-index: -1;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
  }
  .menu__tab ul li.current:nth-of-type(3) a {
    color: #fff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  }
  .menu__tab ul li.current:nth-of-type(3) a::before {
    background-color: #ff7882;
  }
  .menu__tab ul li:nth-of-type(4) {
    z-index: 3;
    margin-right: -10px;
  }
  .menu__tab ul li:nth-of-type(4) a {
    width: 180px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02rem;
    line-height: 1.2;
    color: #919191;
  }
  .menu__tab ul li:nth-of-type(4) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e3e3e3;
    z-index: -1;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
  }
  .menu__tab ul li.current:nth-of-type(4) a {
    color: #fff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  }
  .menu__tab ul li.current:nth-of-type(4) a::before {
    background-color: #919191;
  }
  .menu__tab ul li:nth-of-type(5) {
    z-index: 2;
  }
  .menu__tab ul li:nth-of-type(5) a {
    width: 150px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02rem;
    color: #41af96;
    padding-left: 20px;
  }
  .menu__tab ul li:nth-of-type(5) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cfebe5;
    z-index: -1;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
  }
  .menu__tab ul li:nth-of-type(5) a span {
    position: relative;
  }
  .menu__tab ul li:nth-of-type(5) a span::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 1px;
    width: 18px;
    height: 18px;
    background-image: url(../images/common/ico-relatelink.png);
    background-size: 100% 100%;
  }
  .menu__tab ul li.current:nth-of-type(5) a {
    color: #fff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  }
  .menu__tab ul li.current:nth-of-type(5) a::before {
    background-color: #41af96;
  }
  .menu__tab ul li.current:nth-of-type(5) a span::before {
    background-image: url(../images/common/ico-relatelink-wh.png);
  }
  .menu__links-medical {
    padding: 15px 15px 10px;
    border: 2px solid #6496dc;
  }
  .menu__links-public {
    padding: 15px 15px 10px;
    border: 2px solid #FF6666;
  }
  .menu__links-public ul li.current a span {
    background-color: #FF6666 !important;
  }
  .menu__links-about {
    padding: 15px 15px 10px;
    border: 2px solid #919191;
  }
  .menu__links-about ul li.current a span {
    background-color: #919191 !important;
  }
  .menu__links-relate {
    border-bottom: 2px solid #41af96;
  }
  .menu__links-lower {
    border-bottom: 2px solid #19afbe;
  }
  .menu__links ul li {
    position: relative;
    margin-bottom: 10px;
  }
  .menu__links ul li a {
    display: block;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.02rem;
    line-height: 1.3;
    color: #333;
  }
  .menu__links ul li a:active {
    opacity: 1;
    font-weight: 700;
    text-decoration: underline;
  }
  .menu__links ul li.current a span {
    display: inline-block;
    padding: 0 2px;
    color: white;
    background-color: #6496dc;
  }
  .comingsoon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20vh;
    margin-bottom: 40px;
  }
  .comingsoon-wrap {
    font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    padding: 20px 10px;
    border: 1px solid #afafaf;
  }
}
@media all and (min-width: 769px) {
  .topPage .mainvisual-wrap {
    position: relative;
    border-bottom: 5px solid #19afbe;
  }
  .topPage .mainvisual__pct {
    text-indent: -9999px;
    height: calc(100vh - 80px - 120px);
    min-height: 700px;
    max-width: 1800px;
    background-image: url(../images/top/mv.jpg);
    background-size: cover;
    background-position: center center;
    margin-inline: auto;
  }
  .topPage .mainvisual__title {
    position: absolute;
    top: 8.0527086384%;
    left: calc(50% - 500px);
    width: 100%;
    max-width: 1000px;
    text-align: right;
    padding: 0 15px;
  }
}
@media all and (min-width: 769px) and (max-width: 1000px) {
  .topPage .mainvisual__title {
    left: 0;
  }
}
@media all and (min-width: 769px) {
  .topPage .mainvisual__title h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: #19afbe;
    text-shadow: 0px 0px 2px #ffffff, 0px 0px 3px #ffffff, 0px 0px 4px #ffffff;
  }
  .topPage .mainvisual__title p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    color: #808080;
    text-shadow: 0px 0px 2px #ffffff, 0px 0px 3px #ffffff, 0px 0px 4px #ffffff;
  }
  .topPage .mainvisual__links {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
  }
  .topPage .mainvisual__links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 55px;
  }
  .topPage .mainvisual__links ul li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 380px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 35px;
  }
  .topPage .mainvisual__links ul li a span {
    font-size: 19px;
    font-weight: 700;
  }
  .topPage .mainvisual__links ul li:nth-of-type(1) a {
    border: 3px solid #6496dc;
  }
  .topPage .mainvisual__links ul li:nth-of-type(1) a::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 81px;
    height: 80px;
    background-image: url(../images/top/illust-medical.png);
    background-size: 100% 100%;
  }
  .topPage .mainvisual__links ul li:nth-of-type(1) a span {
    padding-left: 45px;
    color: #6496dc;
  }
  .topPage .mainvisual__links ul li:nth-of-type(1) a:hover {
    background-color: #6496dc;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
  }
  .topPage .mainvisual__links ul li:nth-of-type(1) a:hover span {
    color: white;
  }
  .topPage .mainvisual__links ul li:nth-of-type(2) a {
    border: 3px solid #ff7882;
  }
  .topPage .mainvisual__links ul li:nth-of-type(2) a::after {
    content: "";
    position: absolute;
    right: 40px;
    bottom: 0;
    width: 90px;
    height: 84px;
    background-image: url(../images/top/illust-public.png);
    background-size: 100% 100%;
  }
  .topPage .mainvisual__links ul li:nth-of-type(2) a span {
    padding-left: 65px;
    color: #ff7882;
  }
  .topPage .mainvisual__links ul li:nth-of-type(2) a:hover {
    background-color: #ff7882;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
  }
  .topPage .mainvisual__links ul li:nth-of-type(2) a:hover span {
    color: white;
  }
  .topPage .mainvisual__about {
    position: absolute;
    bottom: 0;
    left: calc(50% + 320px);
  }
  .topPage .mainvisual__about a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 181px;
    height: 30px;
    font-size: 15px;
    color: #ffffff;
    background-color: #19afbe;
  }
}
@media all and (max-width: 768px) {
  .topPage .mainvisual {
    margin-bottom: 30px;
  }
  .topPage .mainvisual-wrap {
    position: relative;
    border-bottom: 3px solid #19afbe;
  }
  .topPage .mainvisual__title {
    position: absolute;
    top: 4%;
    right: 0;
    width: 100%;
    text-align: right;
    padding: 0 10px;
  }
  .topPage .mainvisual__title h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #19afbe;
    margin-bottom: 5px;
    text-shadow: 0px 0px 2px #ffffff, 0px 0px 3px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .topPage .mainvisual__title h2 {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .topPage .mainvisual__title p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    color: #808080;
    text-shadow: 0px 0px 2px #ffffff, 0px 0px 3px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .topPage .mainvisual__title p {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .topPage .mainvisual__links {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
  }
  .topPage .mainvisual__links ul {
    padding: 0 10px;
  }
  .topPage .mainvisual__links ul li:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .topPage .mainvisual__links ul li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 35px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .topPage .mainvisual__links ul li a {
    height: 55px;
  }
}
@media all and (max-width: 768px) {
  .topPage .mainvisual__links ul li a span {
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .topPage .mainvisual__links ul li a span {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  .topPage .mainvisual__links ul li:nth-of-type(1) a {
    border: 3px solid #6496dc;
  }
  .topPage .mainvisual__links ul li:nth-of-type(1) a::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 73px;
    height: 72px;
    background-image: url(../images/top/illust-medical.png);
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .topPage .mainvisual__links ul li:nth-of-type(1) a::after {
    right: 15px;
    width: 68px;
    height: 67px;
  }
}
@media all and (max-width: 768px) {
  .topPage .mainvisual__links ul li:nth-of-type(1) a span {
    padding-left: 45px;
    color: #6496dc;
  }
  .topPage .mainvisual__links ul li:nth-of-type(2) a {
    border: 3px solid #ff7882;
  }
  .topPage .mainvisual__links ul li:nth-of-type(2) a::after {
    content: "";
    position: absolute;
    right: 40px;
    bottom: 0;
    width: 81px;
    height: 75px;
    background-image: url(../images/top/illust-public.png);
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .topPage .mainvisual__links ul li:nth-of-type(2) a::after {
    right: 18px;
    width: 73px;
    height: 69px;
  }
}
@media all and (max-width: 768px) {
  .topPage .mainvisual__links ul li:nth-of-type(2) a span {
    padding-left: 65px;
    color: #ff7882;
  }
  .topPage .mainvisual__about {
    position: absolute;
    bottom: -30px;
    right: 0;
  }
  .topPage .mainvisual__about a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 181px;
    height: 30px;
    font-size: 15px;
    color: #ffffff;
    background-color: #19afbe;
  }
}

@media all and (min-width: 769px) {
  .layer_board_bg,
  .layer_board {
    position: absolute;
  }
  .layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    background: #ededed;
  }
  .layer_board {
    display: none;
    width: 730px;
    height: 390px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .layer_board.narrow {
    height: 200px;
  }
  .layer_board #head {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #37A591;
    padding: 40px 0 15px;
  }
  .layer_board #body {
    padding: 0 38px 50px;
  }
  .layer_board p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  .layer_board p.text2 {
    display: none;
    text-align: center;
  }
  .layer_board .btn {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 25px 0;
    background-color: #ddf2ee;
  }
  .layer_board .btn .title {
    font-size: 18px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 25px;
  }
  .layer_board .btn .yes,
  .layer_board .btn .no {
    display: block;
    margin: 0 10px;
  }
  .layer_board .btn .yes a,
  .layer_board .btn .no a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 270px;
    height: 100%;
    padding: 8px 0;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
    color: #363636;
    background-color: #fff;
    border: 1px solid #bcbcbc;
    border-radius: 15px;
  }
  .layer_board .btn .yes a small,
  .layer_board .btn .no a small {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
  }
  .layer_board .logo {
    position: absolute;
    bottom: -70px;
    left: calc(50% - 126px);
  }
  .layer_board .logo img {
    width: 252px;
  }
}
@media all and (max-width: 768px) {
  #layer_board_area {
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .layer_board_bg,
  .layer_board {
    position: absolute;
  }
  .layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    background: #ededed;
  }
  .layer_board {
    display: none;
    width: 86%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .layer_board #head {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #37A591;
    padding: 20px 0 15px;
  }
  .layer_board #body {
    padding: 0 20px 25px;
  }
  .layer_board p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .layer_board p.text2 {
    display: none;
    text-align: center;
  }
  .layer_board .btn {
    text-align: center;
    padding: 10px 15px;
    background-color: #ddf2ee;
  }
  .layer_board .btn .title {
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 15px;
  }
  .layer_board .btn .yes,
  .layer_board .btn .no {
    display: block;
    margin: 10px 0;
  }
  .layer_board .btn .yes a,
  .layer_board .btn .no a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    color: #363636;
    background-color: #fff;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .layer_board .btn .yes a small,
  .layer_board .btn .no a small {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    padding-top: 8px;
  }
  .layer_board .logo {
    position: absolute;
    bottom: -50px;
    left: calc(50% - 100px);
  }
  .layer_board .logo img {
    width: 200px;
  }
}
.attentionPage {
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.attentionPage .box {
  padding: 20px;
  width: 600px;
  background-color: #fff;
}
.attentionPage .box p {
  text-align: center;
  font-size: 17px;
  letter-spacing: -0.03rem;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .attentionPage .box {
    padding: 15px;
    width: 86%;
    margin: 0 auto;
  }
  .attentionPage .box p {
    text-align: center;
    font-size: 15px;
    letter-spacing: -0.03rem;
    line-height: 2;
  }
}

@media all and (min-width: 769px) {
  .indexPage .news {
    padding-bottom: 45px;
  }
  .indexPage .news-wrap {
    width: 960px;
    margin-inline: auto;
  }
  .indexPage .news__title {
    padding-bottom: 8px;
    border-bottom: 2px dotted #6496dc;
    margin-bottom: 12px;
  }
  .indexPage .news__title h2 {
    position: relative;
    display: inline-block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #6496dc;
  }
  .indexPage .news__title h2::after {
    position: absolute;
    top: 4px;
    right: -37px;
    content: "";
    width: 25px;
    height: 23px;
    background-image: url(../images/medical/ico-news.png);
    background-size: 25px 23px;
  }
  .indexPage .news__list dl {
    font-family: "Zen Kaku Gothic New", sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .indexPage .news__list dl dt {
    width: 130px;
    font-size: 16px;
    font-weight: 700;
  }
  .indexPage .news__list dl dd {
    width: 827px;
    font-size: 17px;
  }
  .indexPage .news__list dl dd a {
    text-decoration: underline;
  }
  .indexPage .news__list dl dd a:hover {
    text-decoration: none;
  }
  .indexPage .news.is-public .news__title {
    border-bottom: 2px dotted #ff7882;
  }
  .indexPage .news.is-public .news__title h2 {
    color: #ff7882;
  }
  .indexPage .news.is-public .news__title h2::after {
    background-image: url(../images/public/ico-news.png);
  }
  .indexPage .links {
    padding-bottom: 10px;
  }
  .indexPage .links-wrap {
    width: 960px;
    margin-inline: auto;
  }
  .indexPage .links-wrap.is-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .indexPage .links-wrap.is-2col .links__list {
    width: 715px;
  }
  .indexPage .links__list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
  }
  .indexPage .links__list ul li {
    text-align: center;
  }
  .indexPage .links__list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 225px;
    height: 230px;
    border: 1px solid #919191;
    border-radius: 10px;
    background-image: url(../images/common/ico-link.png);
    background-size: 24px 24px;
    background-position: right 10px bottom 10px;
    background-repeat: no-repeat;
  }
  .indexPage .links__list ul li a:hover {
    color: #6496dc;
    border: 3px solid #6496dc;
    background-image: url(../images/common/ico-link-bl.png);
    background-position: right 8px bottom 8px;
  }
  .indexPage .links__list ul li a:hover .links__list-title {
    text-decoration: underline;
  }
  .indexPage .links__list ul li:nth-of-type(1) .links__list-illust {
    width: 118.5px;
  }
  .indexPage .links__list ul li:nth-of-type(2) .links__list-illust {
    width: 115.5px;
  }
  .indexPage .links__list ul li:nth-of-type(3) .links__list-illust {
    width: 145.5px;
  }
  .indexPage .links__list ul li:nth-of-type(4) .links__list-illust {
    width: 120px;
  }
  .indexPage .links__list ul li:nth-of-type(5) .links__list-illust {
    width: 112px;
  }
  .indexPage .links__list ul li:nth-of-type(6) .links__list-illust {
    width: 88px;
  }
  .indexPage .links__list ul li:nth-of-type(7) .links__list-illust {
    width: 87px;
  }
  .indexPage .links__list-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
  }
  .indexPage .links__list-title small {
    font-size: 12px;
  }
  .indexPage .links__list-illust {
    display: block;
  }
  .indexPage .links__subinfo {
    width: 225px;
  }
  .indexPage .links__subinfo__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5625;
    margin-bottom: 10px;
  }
  .indexPage .links__subinfo__btn {
    margin-bottom: 15px;
  }
  .indexPage .links__subinfo__btn a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4375;
    padding: 10px 0 38px;
    background-color: #6496dc;
    background-image: url(../images/common/ico-link.png);
    background-size: 24px 24px;
    background-position: center bottom 8px;
    background-repeat: no-repeat;
    border: 1px solid #919191;
    border-radius: 10px;
  }
  .indexPage .links__subinfo__btn a:hover {
    opacity: 0.7;
  }
  .indexPage .links__subinfo__text p {
    font-size: 14px;
    line-height: 1.6428571429;
  }
  .indexPage .links__subinfo__text p + p {
    margin-top: 1.5rem;
  }
  .indexPage .links.is-public ul li a:hover {
    color: #ff7882;
    border: 3px solid #ff7882;
    background-image: url(../images/common/ico-link-pk.png);
  }
  .indexPage .footer {
    border-top: 1px solid #5f5f5f;
  }
}
@media all and (max-width: 768px) {
  .indexPage .news {
    padding-bottom: 20px;
  }
  .indexPage .news-wrap {
    position: relative;
  }
  .indexPage .news__title {
    padding-bottom: 5px;
    border-bottom: 2px dotted #6496dc;
    margin-bottom: 10px;
  }
  .indexPage .news__title h2 {
    position: relative;
    display: inline-block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #6496dc;
  }
  .indexPage .news__title h2::after {
    position: absolute;
    top: 2px;
    right: -26px;
    content: "";
    width: 22px;
    height: 20px;
    background-image: url(../images/medical/ico-news.png);
    background-size: 22px 20px;
  }
  .indexPage .news__list dl {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 15px;
  }
  .indexPage .news__list dl dt {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3px;
  }
  .indexPage .news__list dl dd {
    font-size: 14px;
  }
  .indexPage .news.is-public .news__title {
    border-bottom: 2px dotted #ff7882;
  }
  .indexPage .news.is-public .news__title h2 {
    color: #ff7882;
  }
  .indexPage .news.is-public .news__title h2::after {
    background-image: url(../images/public/ico-news.png);
  }
  .indexPage .links {
    padding-bottom: 40px;
  }
  .indexPage .links-wrap {
    position: relative;
  }
  .indexPage .links__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 10px;
  }
  .indexPage .links__list ul li {
    text-align: center;
    width: 48%;
  }
  .indexPage .links__list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 200px;
    border: 1px solid #919191;
    border-radius: 10px;
    background-image: url(../images/common/ico-link.png);
    background-size: 20px 20px;
    background-position: right 5px bottom 5px;
    background-repeat: no-repeat;
  }
  .indexPage .links__list ul li:nth-of-type(1) .links__list-illust {
    width: 94.8px;
  }
  .indexPage .links__list ul li:nth-of-type(2) .links__list-illust {
    width: 92.4px;
  }
  .indexPage .links__list ul li:nth-of-type(3) .links__list-illust {
    width: 116.4px;
  }
  .indexPage .links__list ul li:nth-of-type(4) .links__list-illust {
    width: 96px;
  }
  .indexPage .links__list ul li:nth-of-type(5) .links__list-illust {
    width: 89.6px;
  }
  .indexPage .links__list ul li:nth-of-type(6) .links__list-illust {
    width: 70.4px;
  }
  .indexPage .links__list ul li:nth-of-type(7) .links__list-illust {
    width: 69.6px;
  }
  .indexPage .links__list-title {
    display: block;
    font-size: 14px;
    letter-spacing: -0.1rem;
    font-weight: 700;
    margin-bottom: 22px;
  }
  .indexPage .links__list-title small {
    font-size: 11px;
  }
  .indexPage .links__list-illust {
    display: block;
  }
  .indexPage .links__subinfo {
    padding-top: 30px;
  }
  .indexPage .links__subinfo__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5625;
    margin-bottom: 10px;
  }
  .indexPage .links__subinfo__btn {
    margin-bottom: 15px;
  }
  .indexPage .links__subinfo__btn a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4375;
    padding: 10px 0 38px;
    width: 80%;
    background-color: #6496dc;
    background-image: url(../images/common/ico-link.png);
    background-size: 20px 20px;
    background-position: center bottom 8px;
    background-repeat: no-repeat;
    border: 1px solid #919191;
    border-radius: 10px;
    margin-inline: auto;
  }
  .indexPage .links__subinfo__text p {
    font-size: 13px;
    line-height: 1.6428571429;
  }
  .indexPage .links__subinfo__text p + p {
    margin-top: 1.3rem;
  }
  .indexPage .links.is-public ul li a:hover {
    color: #ff7882;
    border: 3px solid #ff7882;
    background-image: url(../images/common/ico-link-pk.png);
  }
  .indexPage .footer {
    border-top: 1px solid #5f5f5f;
  }
}

@media all and (min-width: 769px) {
  .detailPage .title {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .detailPage .title-wrap {
    padding: 20px 0;
    background-color: #deedff;
  }
  .is-public .detailPage .title-wrap {
    background-color: #ffe9eb;
  }
  .detailPage .title h2 {
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    color: #6496dc;
  }
  .is-public .detailPage .title h2 {
    color: #ff7882;
  }
  .detailPage .movie {
    margin-bottom: 50px;
  }
  .detailPage .movie-wrap {
    width: 800px;
    margin-inline: auto;
  }
  .detailPage .movie-wrap video {
    width: 100%;
  }
  .detailPage .content {
    width: 850px;
    margin: 0 auto 60px;
  }
  .detailPage .content__bottomnarrow {
    margin-bottom: 0 !important;
  }
  .detailPage .content__detail {
    width: 650px;
  }
  .detailPage .content__pct {
    width: 220px;
  }
  .detailPage .content__pct p {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    color: #6496dc;
    margin-top: 10px;
  }
  .is-public .detailPage .content__pct p {
    color: #f67c84;
  }
  .detailPage .content__pct p a {
    text-decoration: underline;
  }
  .detailPage .content__pct p span {
    color: #3E3A39;
  }
  .detailPage .content__pct img {
    width: 100%;
  }
  .detailPage .content__title {
    position: relative;
    font-size: 21px;
    line-height: 1.2;
    padding: 0 0 10px 25px;
    border-bottom: 1px solid #6496dc;
    margin-bottom: 15px;
  }
  .is-public .detailPage .content__title {
    border-bottom: 1px solid #f67c84;
  }
  .detailPage .content__title::before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    background-color: #6496dc;
  }
  .is-public .detailPage .content__title::before {
    background-color: #f67c84;
  }
  .detailPage .content__title h3 {
    font-weight: 600;
  }
  .detailPage .content__subtitle {
    position: relative;
    font-size: 19px;
    line-height: 1.2;
    padding: 2px 0 2px 15px;
    border-left: 3px solid #6496dc;
    margin-bottom: 15px;
  }
  .is-public .detailPage .content__subtitle {
    border-left: 3px solid #f67c84;
  }
  .detailPage .content__subtitle h4 {
    font-weight: 600;
  }
  .detailPage .content__cosubtitle {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .detailPage .content__cosubtitle h5 {
    font-weight: 600;
  }
  .detailPage .content__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    line-height: 1.93;
    word-break: break-all;
    text-align: left;
    text-justify: auto;
  }
  .detailPage .content__text p + p {
    margin-top: 3rem;
  }
  .detailPage .content__text p strong {
    font-weight: 700;
  }
  .detailPage .content__text p .highlight {
    color: #6496dc;
    text-decoration: underline;
  }
  .is-public .detailPage .content__text p .highlight {
    color: #f67c84;
  }
  .detailPage .content__text p small {
    display: block;
    font-size: 12px;
    line-height: 1.7;
  }
  .detailPage .content__text p a {
    color: #6496dc;
    text-decoration: underline;
  }
  .detailPage .content__text p a:hover {
    text-decoration: none;
  }
  .detailPage .content__text-pct1 {
    float: right;
    width: 150px;
    margin-left: 3%;
  }
  .detailPage .content__text ul {
    padding: 1.2rem 0;
  }
  .detailPage .content__text ul li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    line-height: 1.93;
    color: #3E3A39;
    text-indent: -1.6rem;
    padding-left: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .detailPage .content__text ul li::before {
    content: "・";
  }
  .detailPage .content__1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 55px;
  }
  .detailPage .content__2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row-reverse;
    margin-bottom: 90px;
  }
  .detailPage .content__2 .content__pct {
    width: 245px;
  }
  .detailPage .content__3 {
    padding: 30px 45px 20px;
    border: 2px solid #6496dc;
    border-radius: 20px;
    margin-bottom: 55px;
  }
  .is-public .detailPage .content__3 {
    border: 2px solid #f67c84;
  }
  .detailPage .content__3.content__bottomnarrow {
    margin-bottom: 20px !important;
  }
  .detailPage .content__3 ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .detailPage .content__3 li {
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.92;
    padding-left: 20px;
    margin-bottom: 14px;
  }
  .detailPage .content__3 li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #6496dc;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    color: #ffffff;
    font-size: 9px;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .is-public .detailPage .content__3 li:before {
    background-color: #f67c84;
  }
  .detailPage .content__3 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    line-height: 1.93;
    word-break: break-all;
    text-align: left;
    text-justify: auto;
  }
  .detailPage .content__3 p small {
    display: block;
    font-size: 12px;
    line-height: 1.7;
  }
  .detailPage .content__4 {
    margin-bottom: 55px;
  }
  .detailPage .content__4 .content__detail {
    width: 100%;
    margin-bottom: 30px;
  }
  .detailPage .content__4 .content__text {
    margin-bottom: 30px;
  }
  .detailPage .content__4 .content__pct {
    width: 100%;
    margin-bottom: 30px;
  }
  .detailPage .content__4 .content__pct ul {
    display: flex;
  }
  .detailPage .content__4 .content__pct ul li {
    margin-right: 30px;
    width: 220px;
  }
  .detailPage .content__4 .content__pct-large {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .detailPage .content__4 .content__pct-large img {
    width: 62%;
  }
  .detailPage .content__4 .content__pct-large.morelarge img {
    width: 80%;
  }
  .detailPage .content__4 .content__pct-large p {
    font-size: 14px;
    letter-spacing: 0;
    color: #6496dc;
    margin-top: 15px;
  }
  .is-public .detailPage .content__4 .content__pct-large p {
    color: #f67c84;
  }
  .detailPage .content__4 .content__pct-large p a {
    text-decoration: underline;
  }
  .detailPage .content__4 .content__pct-large p span {
    color: #3E3A39;
  }
  .detailPage .content__4 .content__pct-large p.smallcaption {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 12px;
  }
  .detailPage .content__pagelink {
    font-size: 16px;
    line-height: 1.7;
    background-color: #dfedf4;
    margin-bottom: 60px;
    padding: 20px;
  }
  .detailPage .content__pagelink-title {
    font-weight: 600;
    color: #6496dc;
    margin-bottom: 10px;
  }
  .is-public .detailPage .content__pagelink-title {
    color: #f67c84;
  }
  .detailPage .content__pagelink ul li {
    margin-bottom: 3px;
  }
  .detailPage .content__pagelink ul li a::before {
    content: "・";
  }
  .detailPage .footer {
    border-top: 1px solid #5f5f5f;
  }
}
@media all and (max-width: 768px) {
  .detailPage .title {
    margin-bottom: 25px;
  }
  .detailPage .title-wrap {
    padding: 10px 15px;
    background-color: #deedff;
  }
  .is-public .detailPage .title-wrap {
    background-color: #ffe9eb;
  }
  .detailPage .title h2 {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #6496dc;
  }
  .is-public .detailPage .title h2 {
    color: #ff7882;
  }
  .detailPage .movie {
    margin-bottom: 25px;
  }
  .detailPage .movie-wrap {
    width: 100%;
    margin-inline: auto;
  }
  .detailPage .movie-wrap video {
    width: 100%;
  }
  .detailPage .content {
    margin: 0 auto 50px;
  }
  .detailPage .content__bottomnarrow {
    margin-bottom: -10px !important;
  }
  .detailPage .content__pct {
    text-align: center;
  }
  .detailPage .content__pct p {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
    color: #6496dc;
    margin-top: 7px;
  }
  .is-public .detailPage .content__pct p {
    color: #f67c84;
  }
  .detailPage .content__pct p a {
    text-decoration: underline;
  }
  .detailPage .content__pct p span {
    color: #3E3A39;
  }
  .detailPage .content__pct img {
    width: 60%;
  }
  .detailPage .content__title {
    position: relative;
    font-size: 17px;
    line-height: 1.4;
    padding: 0 0 10px 16px;
    border-bottom: 1px solid #6496dc;
    margin-bottom: 15px;
  }
  .is-public .detailPage .content__title {
    border-bottom: 1px solid #f67c84;
  }
  .detailPage .content__title::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #6496dc;
  }
  .is-public .detailPage .content__title::before {
    background-color: #f67c84;
  }
  .detailPage .content__title h3 {
    font-weight: 600;
  }
  .detailPage .content__subtitle {
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    padding: 3px 0 3px 12px;
    border-left: 3px solid #6496dc;
    margin-bottom: 15px;
  }
  .is-public .detailPage .content__subtitle {
    border-left: 3px solid #f67c84;
  }
  .detailPage .content__subtitle h4 {
    font-weight: 600;
  }
  .detailPage .content__cosubtitle {
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .detailPage .content__cosubtitle h5 {
    font-weight: 600;
  }
  .detailPage .content__text {
    margin-bottom: 20px;
  }
  .detailPage .content__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
    text-align: left;
    text-justify: auto;
  }
  .detailPage .content__text p + p {
    margin-top: 2rem;
  }
  .detailPage .content__text p strong {
    font-weight: 700;
  }
  .detailPage .content__text p .highlight {
    color: #6496dc;
    text-decoration: underline;
  }
  .is-public .detailPage .content__text p .highlight {
    color: #f67c84;
  }
  .detailPage .content__text p small {
    display: block;
    font-size: 12px;
    line-height: 1.6;
  }
  .detailPage .content__text p a {
    color: #6496dc;
    text-decoration: underline;
  }
  .detailPage .content__text-pct1 {
    float: right;
    width: 25%;
    margin-top: 10px;
    margin-left: 3%;
  }
  .detailPage .content__text ul {
    padding: 1.2rem 0;
  }
  .detailPage .content__text ul li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    text-indent: -1.6rem;
    padding-left: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .detailPage .content__text ul li::before {
    content: "・";
  }
  .detailPage .content__1 {
    margin-bottom: 30px;
  }
  .detailPage .content__2 {
    margin-bottom: 40px;
  }
  .detailPage .content__3 {
    padding: 22px 20px 12px;
    border: 2px solid #6496dc;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .is-public .detailPage .content__3 {
    border: 2px solid #f67c84;
  }
  .detailPage .content__3.content__bottomnarrow {
    margin-bottom: 15px !important;
  }
  .detailPage .content__3 ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .detailPage .content__3 li {
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.92;
    padding-left: 20px;
    margin-bottom: 14px;
  }
  .detailPage .content__3 li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #6496dc;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    color: #ffffff;
    font-size: 9px;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .is-public .detailPage .content__3 li:before {
    background-color: #f67c84;
  }
  .detailPage .content__3 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
    text-align: left;
    text-justify: auto;
  }
  .detailPage .content__3 p small {
    display: block;
    font-size: 12px;
    line-height: 1.6;
  }
  .detailPage .content__4 {
    margin-bottom: 30px;
  }
  .detailPage .content__4 .content__detail {
    width: 100%;
    margin-bottom: 30px;
  }
  .detailPage .content__4 .content__text {
    margin-bottom: 30px;
  }
  .detailPage .content__4 .content__pct {
    width: 100%;
    margin-bottom: 30px;
  }
  .detailPage .content__4 .content__pct ul li {
    margin-bottom: 20px;
  }
  .detailPage .content__4 .content__pct-large {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .detailPage .content__4 .content__pct-large img {
    width: 90%;
  }
  .detailPage .content__4 .content__pct-large.morelarge img {
    width: 100%;
  }
  .detailPage .content__4 .content__pct-large p {
    font-size: 13px;
    letter-spacing: 0;
    color: #6496dc;
    margin-top: 12px;
  }
  .detailPage .content__4 .content__pct-large p a {
    text-decoration: underline;
  }
  .detailPage .content__4 .content__pct-large p span {
    color: #3E3A39;
  }
  .detailPage .content__4 .content__pct-large p.smallcaption {
    word-break: break-all;
    text-align: left;
    text-justify: auto;
    text-align: left;
    font-size: 11px;
  }
  .detailPage .content__pagelink {
    font-size: 13px;
    line-height: 1.7;
    background-color: #dfedf4;
    margin-bottom: 30px;
    padding: 15px;
  }
  .detailPage .content__pagelink-title {
    font-weight: 600;
    color: #6496dc;
    margin-bottom: 7px;
  }
  .is-public .detailPage .content__pagelink-title {
    color: #f67c84;
  }
  .detailPage .content__pagelink ul li {
    margin-bottom: 2px;
  }
  .detailPage .content__pagelink ul li a::before {
    content: "・";
  }
  .detailPage .footer {
    border-top: 1px solid #5f5f5f;
  }
}

@media all and (min-width: 769px) {
  .lowerPage .title {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .lowerPage .title-wrap {
    padding: 20px 0;
    border: 1px solid #19afbe;
    background-color: #D6EBF5;
  }
  .lowerPage .title h2 {
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    color: #19afbe;
  }
  .lowerPage .content {
    width: 930px;
    margin: 0 auto 60px;
  }
  .lowerPage .content__bottomnarrow {
    margin-bottom: 0 !important;
  }
  .lowerPage .content-narrow {
    width: 850px;
  }
  .lowerPage .content__detail {
    width: 650px;
  }
  .lowerPage .content__pct {
    width: 220px;
  }
  .lowerPage .content__pct p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    color: #19afbe;
    margin-top: 10px;
  }
  .lowerPage .content__pct p a {
    text-decoration: underline;
  }
  .lowerPage .content__pct p span {
    color: #3E3A39;
  }
  .lowerPage .content__pct img {
    width: 100%;
  }
  .lowerPage .content__title {
    position: relative;
    font-size: 21px;
    line-height: 1.2;
    padding: 0 0 10px 25px;
    border-bottom: 1px solid #19afbe;
    margin-bottom: 15px;
  }
  .lowerPage .content__title::before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    background-color: #19afbe;
  }
  .lowerPage .content__title h3 {
    font-weight: 600;
  }
  .lowerPage .content__subtitle {
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 19px;
    line-height: 1.2;
    padding: 0 0 10px 15px;
    border-left: 3px solid #19afbe;
    margin-bottom: 10px;
  }
  .lowerPage .content__subtitle h4 {
    font-weight: 600;
  }
  .lowerPage .content__cosubtitle {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .lowerPage .content__cosubtitle h5 {
    font-weight: 600;
  }
  .lowerPage .content__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    line-height: 1.93;
    color: #3E3A39;
    word-break: break-all;
    text-align: left;
    text-justify: auto;
  }
  .lowerPage .content__text p + p {
    margin-top: 1.5rem;
  }
  .lowerPage .content__text p strong {
    font-weight: 700;
  }
  .lowerPage .content__text p .highlight {
    color: #19afbe;
  }
  .lowerPage .content__text p small {
    display: block;
    font-size: 12px;
    line-height: 1.7;
  }
  .lowerPage .content__3 {
    margin-bottom: 55px;
  }
  .lowerPage .content__3.content__bottomnarrow {
    margin-bottom: 20px !important;
  }
  .lowerPage .content__3 ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lowerPage .content__3 ol li {
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.92;
    padding-left: 20px;
    margin-bottom: 14px;
  }
  .lowerPage .content__3 ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #19afbe;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    color: #ffffff;
    font-size: 9px;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .lowerPage .content__3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lowerPage .content__3 ul li {
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.92;
    padding-left: 14px;
    margin-bottom: 16px;
  }
  .lowerPage .content__3 ul li strong {
    font-size: 15px;
  }
  .lowerPage .content__3 ul li a {
    font-size: 15px;
  }
  .lowerPage .content__3 ul li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #999;
    border-radius: 50% 50%;
  }
  .lowerPage .content__3 a.ico-pdf {
    position: relative;
    display: inline-block;
  }
  .lowerPage .content__3 a.ico-pdf::after {
    position: absolute;
    right: -30px;
    top: 2px;
    content: "";
    width: 22px;
    height: 25px;
    background: url(../images/common/ico-pdf.png);
    background-size: cover;
  }
  .lowerPage .content__4 {
    margin-bottom: 55px;
  }
  .lowerPage .content__4 .content__detail {
    width: 100%;
    margin-bottom: 30px;
  }
  .lowerPage .content__4 .content__text {
    margin-bottom: 30px;
  }
  .lowerPage .content__4 .content__pct {
    width: 100%;
    margin-bottom: 30px;
  }
  .lowerPage .content__4 .content__pct ul {
    display: flex;
  }
  .lowerPage .content__4 .content__pct ul li {
    margin-right: 30px;
    width: 220px;
  }
  .lowerPage .content__4 .content__pct-large {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .lowerPage .content__4 .content__pct-large img {
    width: 62%;
  }
  .lowerPage .content__4 .content__pct-large p {
    font-size: 14px;
    letter-spacing: 0;
    color: #19afbe;
    margin-top: 15px;
  }
  .lowerPage .content__4 .content__pct-large p a {
    text-decoration: underline;
  }
  .lowerPage .content__4 .content__pct-large p span {
    color: #3E3A39;
  }
  .lowerPage .content__4 .content__pct-large p.smallcaption {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 12px;
    color: #3E3A39;
  }
  .lowerPage .content__pagelink {
    font-size: 16px;
    line-height: 1.7;
    background-color: #dfedf4;
    margin-bottom: 60px;
    padding: 20px;
  }
  .lowerPage .content__pagelink-title {
    font-weight: 600;
    color: #19afbe;
    margin-bottom: 10px;
  }
  .lowerPage .content__pagelink ul li {
    margin-bottom: 3px;
  }
  .lowerPage .content__pagelink ul li a::before {
    content: "・";
  }
  .lowerPage .content__table {
    padding: 0 9rem;
  }
  .lowerPage .content__table table {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
    border: 1px solid #cccccc;
  }
  .lowerPage .content__table table tr th {
    padding: 5px 10px;
    color: #1f6b72;
    background-color: #e8f3f4;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .lowerPage .content__table table tr th:nth-of-type(1), .lowerPage .content__table table tr th:nth-of-type(2) {
    text-align: center;
  }
  .lowerPage .content__table table tr td {
    vertical-align: middle;
    padding: 5px 10px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .lowerPage .content__table table tr td:nth-of-type(1), .lowerPage .content__table table tr td:nth-of-type(2) {
    text-align: center;
  }
  .lowerPage .footer {
    border-top: 1px solid #5f5f5f;
  }
}
@media all and (max-width: 768px) {
  .lowerPage .title {
    margin-bottom: 25px;
  }
  .lowerPage .title-wrap {
    padding: 10px 15px;
    border: 1px solid #19afbe;
    background-color: #D6EBF5;
  }
  .lowerPage .title h2 {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #4d8618;
  }
  .lowerPage .content {
    margin: 0 auto 50px;
  }
  .lowerPage .content__bottomnarrow {
    margin-bottom: -10px !important;
  }
  .lowerPage .content__detail {
    position: relative;
  }
  .lowerPage .content__pct {
    text-align: center;
  }
  .lowerPage .content__pct p {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
    color: #19afbe;
    margin-top: 7px;
  }
  .lowerPage .content__pct p a {
    text-decoration: underline;
  }
  .lowerPage .content__pct p span {
    color: #3E3A39;
  }
  .lowerPage .content__pct img {
    width: 60%;
  }
  .lowerPage .content__title {
    position: relative;
    font-size: 17px;
    line-height: 1.4;
    padding: 0 0 10px 18px;
    border-bottom: 1px solid #19afbe;
    margin-bottom: 15px;
  }
  .lowerPage .content__title::before {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #19afbe;
  }
  .lowerPage .content__title h3 {
    font-weight: 600;
  }
  .lowerPage .content__subtitle {
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    padding: 0 0 10px 16px;
    border-left: 2px solid #4d8618;
    margin-bottom: 15px;
  }
  .lowerPage .content__subtitle h4 {
    font-weight: 600;
  }
  .lowerPage .content__cosubtitle {
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .lowerPage .content__cosubtitle h5 {
    font-weight: 600;
  }
  .lowerPage .content__text {
    margin-bottom: 20px;
  }
  .lowerPage .content__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #3E3A39;
    word-break: break-all;
    text-align: left;
    text-justify: auto;
  }
  .lowerPage .content__text p + p {
    margin-top: 1.5rem;
  }
  .lowerPage .content__text p strong {
    font-weight: 700;
  }
  .lowerPage .content__text p .highlight {
    color: #19afbe;
  }
  .lowerPage .content__text p small {
    display: block;
    font-size: 12px;
    line-height: 1.6;
  }
  .lowerPage .content__3 {
    margin-bottom: 30px;
  }
  .lowerPage .content__3.content__bottomnarrow {
    margin-bottom: 15px !important;
  }
  .lowerPage .content__3 ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lowerPage .content__3 ol li {
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.92;
    padding-left: 20px;
    margin-bottom: 14px;
  }
  .lowerPage .content__3 ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #19afbe;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    color: #ffffff;
    font-size: 9px;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .lowerPage .content__3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lowerPage .content__3 ul li {
    position: relative;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.92;
    padding-left: 14px;
    margin-bottom: 16px;
  }
  .lowerPage .content__3 ul li strong {
    font-size: 14px;
  }
  .lowerPage .content__3 ul li a {
    font-size: 14px;
  }
  .lowerPage .content__3 ul li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #999;
    border-radius: 50% 50%;
  }
  .lowerPage .content__3 a.ico-pdf {
    position: relative;
    display: inline;
  }
  .lowerPage .content__3 a.ico-pdf::after {
    position: absolute;
    right: -30px;
    bottom: -2px;
    content: "";
    width: 20px;
    height: 22px;
    background: url(../images/common/ico-pdf.png);
    background-size: cover;
  }
  .lowerPage .content__4 {
    margin-bottom: 30px;
  }
  .lowerPage .content__4 .content__detail {
    width: 100%;
    margin-bottom: 30px;
  }
  .lowerPage .content__4 .content__text {
    margin-bottom: 30px;
  }
  .lowerPage .content__4 .content__pct {
    width: 100%;
    margin-bottom: 30px;
  }
  .lowerPage .content__4 .content__pct ul li {
    margin-bottom: 20px;
  }
  .lowerPage .content__4 .content__pct-large {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .lowerPage .content__4 .content__pct-large img {
    width: 90%;
  }
  .lowerPage .content__4 .content__pct-large p {
    font-size: 13px;
    letter-spacing: 0;
    color: #19afbe;
    margin-top: 12px;
  }
  .lowerPage .content__4 .content__pct-large p a {
    text-decoration: underline;
  }
  .lowerPage .content__4 .content__pct-large p span {
    color: #3E3A39;
  }
  .lowerPage .content__4 .content__pct-large p.smallcaption {
    word-break: break-all;
    text-align: left;
    text-justify: auto;
    text-align: left;
    font-size: 11px;
    color: #3E3A39;
  }
  .lowerPage .content__pagelink {
    font-size: 13px;
    line-height: 1.7;
    background-color: #dfedf4;
    margin-bottom: 30px;
    padding: 15px;
  }
  .lowerPage .content__pagelink-title {
    font-weight: 600;
    color: #19afbe;
    margin-bottom: 7px;
  }
  .lowerPage .content__pagelink ul li {
    margin-bottom: 2px;
  }
  .lowerPage .content__pagelink ul li a::before {
    content: "・";
  }
  .lowerPage .content__table table {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    width: 100%;
    border: 1px solid #cccccc;
  }
  .lowerPage .content__table table tr th {
    padding: 5px 10px;
    color: #1f6b72;
    background-color: #e8f3f4;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .lowerPage .content__table table tr th:nth-of-type(1), .lowerPage .content__table table tr th:nth-of-type(2) {
    text-align: center;
  }
  .lowerPage .content__table table tr td {
    vertical-align: middle;
    padding: 5px 10px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .lowerPage .content__table table tr td:nth-of-type(1), .lowerPage .content__table table tr td:nth-of-type(2) {
    white-space: nowrap;
    text-align: center;
  }
  .lowerPage .footer {
    border-top: 1px solid #5f5f5f;
  }
}
.lowerPage .sitemap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
.lowerPage .sitemap-section {
  background-color: #f9f9f9;
  border-radius: 6px;
  padding: 20px;
  border-left: 4px solid #2c5f8d;
}
.lowerPage .sitemap-section.healthcare {
  border-left-color: #4a90e2;
}
.lowerPage .sitemap-section.healthcare .sitemap-section-title {
  background-color: #4a90e2;
}
.lowerPage .sitemap-section.general {
  border-left-color: #e87a90;
}
.lowerPage .sitemap-section.general .sitemap-section-title {
  background-color: #e87a90;
}
.lowerPage .sitemap-section.about {
  border-left-color: #6d6d6d;
}
.lowerPage .sitemap-section.about .sitemap-section-title {
  background-color: #6d6d6d;
}
.lowerPage .sitemap-section-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff;
}
.lowerPage .sitemap ul {
  list-style: none;
  padding-left: 0;
}
.lowerPage .sitemap ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.lowerPage .sitemap ul li:before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #999999;
  font-weight: bold;
}
.lowerPage .sitemap ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}
.lowerPage .sitemap ul li a:hover {
  color: #999999;
  text-decoration: underline;
}
.lowerPage .sitemap .top-section .sitemap-section-title {
  background-color: #2c8b8b;
}
.lowerPage .sitemap .nested-list {
  margin-top: 10px;
  margin-left: 20px;
}
.lowerPage .sitemap .nested-list li {
  margin-bottom: 8px;
  font-size: 0.95rem;
}
.lowerPage .sitemap .nested-list li:before {
  content: "・";
  color: #999;
}
@media (max-width: 768px) {
  .lowerPage .sitemap {
    grid-template-columns: 1fr;
  }
  .lowerPage .sitemap-section {
    padding: 10px 15px;
    border-left-width: 3px;
  }
  .lowerPage .sitemap ul {
    list-style: none;
    padding-left: 0;
  }
  .lowerPage .sitemap ul li {
    font-size: 14px;
  }
  .lowerPage .sitemap-section-title {
    font-size: 16px;
    padding: 5px 10px;
  }
}/*# sourceMappingURL=style.css.map */