@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */
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%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  vertical-align: top;
}

@keyframes hoverMenu {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutMask {
  0% {
    opacity: 1;
    z-index: 200;
  }
  99% {
    opacity: 0.02;
    z-index: 200;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(1rem);
  }
}
@media screen and (min-width: 750px) {
  .pc_only {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .sp_only {
    display: block;
  }
}

#mask {
  position: absolute;
  inset: 0;
  background: #ffffff;
  z-index: 200;
}
#mask.action {
  animation: fadeOutMask 1s ease-in-out forwards;
}

img {
  width: 100%;
  height: auto;
}

p {
  line-height: 2;
}

body {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  color: var(--textColor);
  position: relative;
}
@media screen and (min-width: 1051px) {
  body {
    margin-left: clamp(80px, 10vw, 120px);
  }
}

.anime {
  opacity: 0;
}
.anime.action {
  animation: fadeUp 3.5s ease forwards;
}

.btn {
  display: inline-block;
  line-height: 1;
  color: var(--textColor);
}
.btn:after {
  display: inline-block;
  transform: translate(0.4em, 0.15em);
  margin-left: 1.25rem;
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_arrow.webp") no-repeat center/cover;
}
.btn:hover {
  opacity: 0.8;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 1050px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 14px;
  }
}
html.open {
  overflow: hidden;
}
html.open body {
  overflow: hidden;
}
html.open header div.inner .logo_box #sp-menu {
  background: url("../img/common/sp-menu_close.webp") no-repeat center/cover;
}
html.open header div.inner nav {
  display: block;
}

a {
  text-decoration: none;
  color: var(--textColor);
  opacity: 1;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.8;
}

.en {
  letter-spacing: 0.1em;
  font-family: "Cardo", serif;
}

[class^=icon_]:before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
}
[class^=icon_].icon_car::before {
  background: url("../img/common/icon_car.webp") no-repeat center/cover;
}
[class^=icon_].icon_ct::before {
  background: url("../img/common/icon_ct.webp") no-repeat center/cover;
}

a.access, a.pdf2 {
  position: relative;
  text-decoration: underline;
}
a.access:before, a.pdf2:before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  transform: translateY(0.1em);
}
a.access.pdf2::before, a.pdf2.pdf2::before {
  background: url("../img/common/icon_pdf.webp") no-repeat center/cover;
}
a.access.access::before, a.pdf2.access::before {
  background: url("../img/common/icon_point.webp") no-repeat center/cover;
}

a.pdf {
  position: relative;
  text-decoration: underline;
}
a.pdf:after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  transform: translateY(0.1em);
  background: url("../img/common/icon_pdf.webp") no-repeat center/cover;
}

a.blank {
  position: relative;
  text-decoration: underline;
}
a.blank:after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  transform: translateY(0.1em);
  background: url("../img/common/icon_ex.webp") no-repeat center/cover;
}

.inner {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1051px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: clamp(80px, 10vw, 120px);
    background: #ffffff;
    box-sizing: border-box;
    border-right: 1px solid var(--borderColor);
  }
  header nav {
    display: none;
  }
  header .logo_box {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .logo_box h1 {
    margin: 1.875rem auto auto;
    height: 70vh;
    max-height: 636px;
    aspect-ratio: 70/636;
  }
  header .logo_box h1 a {
    display: block;
    height: 100%;
  }
  header .logo_box ul {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header .logo_box ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid var(--borderColor);
  }
  header .logo_box ul li:before {
    width: 40px;
  }
  header #sp-menu {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  header {
    position: relative;
    z-index: 20;
  }
  header .inner {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }
}
@media screen and (max-width: 1050px) and (max-width: 749px) {
  header .inner {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1050px) {
  header .inner .logo_box {
    display: flex;
  }
  header .inner .logo_box h1 {
    height: 60px;
    aspect-ratio: 228/50;
  }
}
@media screen and (max-width: 1050px) and (max-width: 749px) {
  header .inner .logo_box h1 {
    height: 50px;
  }
}
@media screen and (max-width: 1050px) {
  header .inner .logo_box ul {
    display: none;
  }
  header .inner .logo_box #sp-menu {
    width: 80px;
    aspect-ratio: 54/36;
    margin: auto 0 auto auto;
    background: url("../img/common/sp-menu_open.webp") no-repeat center/cover;
  }
}
@media screen and (max-width: 1050px) and (max-width: 749px) {
  header .inner .logo_box #sp-menu {
    width: 54px;
  }
}
@media screen and (max-width: 1050px) {
  header .inner .logo_box #sp-menu:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  header .inner nav {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    height: calc(100vh - 100px);
    background: #ffffff;
    overflow: auto;
  }
}
@media screen and (max-width: 1050px) and (max-width: 749px) {
  header .inner nav {
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 1050px) {
  header .inner nav .mainMenu {
    width: 90%;
    margin: 50px auto 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
  }
  header .inner nav .mainMenu span,
  header .inner nav .mainMenu a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1050px) and (max-width: 749px) {
  header .inner nav .mainMenu span,
  header .inner nav .mainMenu a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1050px) {
  header .inner nav .mainMenu .menu3 {
    grid-column: 1/-1;
  }
  header .inner nav .mainMenu li {
    padding: 30px 0.4em 0.4em 0.8em;
    border-top: 1px solid var(--borderColor);
  }
  header .inner nav .mainMenu .submenu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  header .inner nav .mainMenu .submenu ul li {
    border-top: none;
    font-size: 0.7em;
  }
  header .inner nav .mainMenu .submenu ul li a {
    position: relative;
    padding-left: 1.2em;
  }
  header .inner nav .mainMenu .submenu ul li a:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url("../img/common/icon_arrow.webp") no-repeat center/cover;
    position: absolute;
    top: 0.3em;
    left: 0;
  }
  header .inner nav .mainMenu .submenu ul li a span {
    font-size: 1em;
  }
}
@media screen and (max-width: 1050px) and (max-width: 749px) {
  header .inner nav .mainMenu .submenu ul li a span i {
    font-size: 0.85em;
    display: block;
    padding-left: 1em;
    margin-top: 0.3em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1050px) {
  header .inner nav .info {
    width: 90%;
    margin: 0 auto;
  }
  header .inner nav .info address a.tel {
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: relative;
    width: 300px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1050px) and (max-width: 749px) {
  header .inner nav .info address a.tel {
    width: 210px;
    font-size: 28px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1050px) {
  header .inner nav .info address a.tel:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--textColor);
  }
  header .inner nav .info address a.tel span {
    letter-spacing: normal;
  }
  header .inner nav .info address a.tel:before {
    content: "Tel.";
    font-size: 0.75em;
    letter-spacing: normal;
    display: block;
  }
  header .inner nav .info address ul {
    font-size: 70px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}

@media screen and (min-width: 1051px) {
  main {
    position: relative;
    z-index: 40;
  }
  main > .mainMenu {
    position: sticky;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    box-sizing: border-box;
    z-index: 40;
    background: #ffffff;
  }
  main > .mainMenu > li {
    border-bottom: 1px solid var(--borderColor);
  }
  main > .mainMenu > li.menu1 {
    display: none;
  }
  main > .mainMenu > li > span, main > .mainMenu > li > a {
    display: block;
    height: 100%;
    text-align: center;
    padding: 32px 0;
    box-sizing: border-box;
    position: relative;
    font-size: 20px;
    cursor: pointer;
  }
  main > .mainMenu > li > span:hover, main > .mainMenu > li > a:hover {
    background: var(--green);
    color: #ffffff;
  }
  main > .mainMenu > li > span:after, main > .mainMenu > li > a:after {
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-left: 1px solid var(--borderColor);
  }
  main > .mainMenu > li:last-child a::after {
    display: none;
  }
  main > .mainMenu > li .lower {
    display: none;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    padding: 3.75rem;
    box-sizing: border-box;
  }
  main > .mainMenu > li .lower ul {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0.625rem;
    overflow: hidden;
  }
  main > .mainMenu > li .lower ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
  }
  main > .mainMenu > li .lower ul li a span {
    text-align: center;
    font-size: 0.875rem;
    display: flex;
    height: 2.5625rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
  }
  main > .mainMenu > li .lower ul li a span em {
    display: block;
    font-size: 1.25rem;
  }
  main > .mainMenu > li .lower ul li a span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.3125rem;
    border-left: 1px solid var(--borderColor);
  }
  main > .mainMenu > li .lower ul li a:after {
    content: "";
    margin: 1.375rem auto 0;
    width: 1.25rem;
    aspect-ratio: 1/1;
    background: url("../img/common/icon_arrow.webp") no-repeat center/cover;
  }
  main > .mainMenu > li .lower ul li a:before {
    content: "";
    width: 50%;
    max-width: 5rem;
    aspect-ratio: 80/60;
    display: block;
    margin: 0 auto 1.25rem;
  }
  main > .mainMenu > li .lower ul li a.menu1::before {
    background: url("../img/common/submenu1.webp") no-repeat center/cover;
  }
  main > .mainMenu > li .lower ul li a.menu2::before {
    background: url("../img/common/submenu2.webp") no-repeat center/cover;
  }
  main > .mainMenu > li .lower ul li a.menu3::before {
    background: url("../img/common/submenu3.webp") no-repeat center/cover;
  }
  main > .mainMenu > li .lower ul li a.menu4::before {
    background: url("../img/common/submenu4.webp") no-repeat center/cover;
  }
  main > .mainMenu > li:hover > span {
    background: var(--green);
    color: #ffffff;
  }
  main > .mainMenu > li:hover .lower {
    display: block;
    border-bottom: 1px solid var(--borderColor);
  }
}
@media screen and (max-width: 1050px) {
  main .mainMenu {
    display: none;
  }
}

footer {
  border-top: 1px solid var(--borderColor);
  padding-top: var(--px128to60);
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 749px) {
  footer {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 750px) {
  footer .inner {
    width: 100%;
    max-width: 48.75rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: clamp(150px, 25vw, 247px) auto;
    gap: clamp(30px, 10vw, 80px);
  }
}
@media screen and (max-width: 749px) {
  footer .inner {
    width: 90%;
    margin: 0 auto;
  }
  footer .inner .logo {
    width: 70%;
    margin: 0 auto 40px;
    max-width: 300px;
  }
}

#timeTable {
  width: 100%;
}
#timeTable table {
  width: 100%;
  display: block;
}
@media screen and (max-width: 749px) {
  #timeTable table {
    margin-bottom: 10px;
  }
}
#timeTable table th,
#timeTable table td {
  box-sizing: border-box;
  flex-basis: 11.4795918367%;
  display: block;
}
#timeTable table th span,
#timeTable table td span {
  font-feature-settings: "palt";
}
#timeTable table th:first-child {
  flex-basis: 32.1428571429%;
}
#timeTable table thead {
  display: block;
}
#timeTable table thead tr {
  display: flex;
  box-sizing: border-box;
}
#timeTable table thead th {
  padding: 1rem 0;
  text-align: center;
}
#timeTable table thead th span {
  display: block;
  text-align: center;
  color: var(--textColor);
  font-size: 1rem;
  line-height: 1;
}
#timeTable table tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#timeTable table tbody tr {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid var(--borderColor);
}
#timeTable table tbody tr th,
#timeTable table tbody tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
#timeTable table tbody tr th span,
#timeTable table tbody tr td span {
  text-align: center;
  line-height: 1;
  display: block;
  padding: 1em 0;
}
#timeTable table tbody tr th span em {
  display: block;
  font-size: 10px;
  margin-top: 4px;
}
#timeTable table tbody tr td span i {
  font-size: 0.6em;
  color: var(--red);
  position: relative;
  top: -0.5em;
}
#timeTable ul li {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: normal;
}
#timeTable ul li.flex {
  display: flex;
}
#timeTable ul li.flex span:first-child i {
  color: var(--red);
}
#timeTable ul li.kome {
  position: relative;
  padding-left: 1em;
}
#timeTable ul li.kome:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#timeTable address, #timeTable p {
  line-height: 2;
}
#timeTable address {
  margin-top: 0.625rem;
}

#floating_banner {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 40;
}
@media screen and (max-width: 749px) {
  #floating_banner {
    right: auto;
    left: 0;
    width: 100%;
  }
}
#floating_banner.on {
  opacity: 1;
  transition: opacity 0.3s;
}
#floating_banner ul {
  width: 31rem;
  aspect-ratio: 496/78;
  display: grid;
  grid-template-columns: 32.2580645161% 36.2903225806% 15.7258064516% 15.7258064516%;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  #floating_banner ul {
    border-radius: 0.5rem 0 0 0;
  }
}
@media screen and (max-width: 749px) {
  #floating_banner ul {
    width: 80%;
    margin: 0 auto;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
#floating_banner ul li {
  width: 100%;
  height: 100%;
}
#floating_banner ul li a {
  display: flex;
  width: 100%;
  height: 100%;
}
#floating_banner ul li a span {
  margin: auto;
  color: #ffffff;
}
#floating_banner ul li a.time {
  background-color: var(--orange);
}
#floating_banner ul li a.link {
  background-color: var(--green);
}
#floating_banner ul li a.insta {
  background: url("../img/common/icon_insta.webp") no-repeat center/cover;
}
#floating_banner ul li a.gotop {
  background: url("../img/common/icon_gotop.webp") no-repeat center/cover;
}

.title_box span {
  color: var(--green);
}
.title_box h2 {
  font-size: 1.5rem;
  margin-top: var(--px32to20);
  font-weight: 600;
}

.sub_title {
  font-size: 1.25rem;
  padding-left: 1.5rem;
  position: relative;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.sub_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: var(--green);
}
.sub_title span {
  font-weight: normal;
  color: var(--green);
  display: block;
  font-size: 0.75rem;
  margin-top: 1em;
}

.faq-list li {
  padding: 1.5625rem var(--px32to20);
}
.faq-list li.on {
  background-color: #fafafa;
}
.faq-list li.on dl dt::before {
  background: url("../img/common/icon_qa-close.webp") #ffffff no-repeat center/cover;
}
.faq-list li dl dt {
  display: grid;
  grid-template-columns: 1.5rem auto;
  gap: 1.25rem;
}
.faq-list li dl dt:hover {
  cursor: pointer;
  opacity: 0.8;
}
.faq-list li dl dt:before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_qa-open.webp") #ffffff no-repeat center/cover;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid var(--borderColor);
  margin-top: 0.5rem;
}
.faq-list li dl dt span {
  font-size: 1.25rem;
  margin: auto 0;
  line-height: 1.8;
}
.faq-list li dl dd {
  line-height: 2;
  padding-top: 2.5rem;
  display: none;
}

@media screen and (min-width: 750px) {
  body:not(.home) .mainMenu {
    margin-bottom: 10rem;
  }
}

ul.list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.625rem;
}
@media screen and (max-width: 749px) {
  ul.list {
    grid-template-columns: 1fr 1fr;
  }
}
ul.list > li {
  line-height: 2;
  position: relative;
  padding-left: 1em;
}
ul.list > li:before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  border-radius: 0.5em;
  font-size: 0.1875rem;
  border: 1px solid var(--textColor);
  position: absolute;
  top: 0.8125rem;
  left: 0;
}
ul.list.no-grid {
  grid-template-columns: 1fr;
  font-size: 0.875rem;
  letter-spacing: normal;
}
@media screen and (max-width: 749px) {
  ul.list.no-grid {
    grid-template-columns: 1fr;
  }
}
ul.list.black > li:before {
  background: var(--textColor);
}

ul.kome {
  margin-top: 1rem;
  font-size: 0.875rem;
}
ul.kome > li {
  line-height: 2;
  position: relative;
  padding-left: 1em;
}
ul.kome > li strong {
  font-weight: 600;
  color: var(--red);
}
ul.kome > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--red);
}

ul.num {
  counter-reset: number;
  font-size: 0.875rem;
  margin-top: 1rem;
}
ul.num > li {
  line-height: 2;
  position: relative;
  padding-left: 1.8em;
  counter-increment: number;
}
ul.num > li:before {
  content: "＊" counter(number);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--red);
}
ul.num.no-num > li {
  padding-left: 1em;
}
ul.num.no-num > li:before {
  content: "＊";
}

.headerVisual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  height: 30vh;
  max-height: 25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid var(--borderColor);
}
@media screen and (max-width: 1050px) {
  .headerVisual {
    margin-bottom: 95px;
  }
}
@media screen and (max-width: 749px) {
  .headerVisual {
    margin-bottom: 60px;
  }
}
@keyframes bgAnime {
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}
.headerVisual h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .headerVisual h2 {
    font-size: 24px;
  }
}
.headerVisual h2 > span {
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
}
.headerVisual > span {
  color: var(--green);
  font-size: 1.25rem;
}
.headerVisual:before {
  content: "";
  inset: 0;
  position: absolute;
  background-color: rgb(255, 255, 255);
  animation: bgAnime 1s ease-in 0.5s forwards;
}

body.home .mainVisual {
  border-bottom: 1px solid var(--borderColor);
  height: 100vh;
  background: url("../img/home/main.webp") no-repeat bottom/cover;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  body.home .mainVisual {
    background-position-x: -150px;
    height: 75vh;
  }
}
@keyframes readText {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.home .mainVisual > div {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 3.75rem;
}
body.home .mainVisual > div p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  opacity: 0;
}
body.home .mainVisual > div p.read1 {
  font-size: 1.3125rem;
  animation: readText 3s ease-in-out forwards;
}
body.home .mainVisual > div p.read2 {
  font-size: 0.875rem;
  line-height: 2.5;
  margin-top: 2em;
  animation: readText 3s ease-in-out 2.5s forwards;
}
@media screen and (max-width: 749px) {
  body.home .mainVisual > div p.read2 {
    display: none;
  }
}
body.home .treatment-sec {
  padding-top: 7.5rem;
  padding-bottom: 9rem;
}
body.home .treatment-sec video {
  width: 85%;
  max-width: 794px;
  aspect-ratio: 794/444;
  display: block;
  margin: 0 auto 2.8125rem;
}
body.home .treatment-sec .anime > h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 749px) {
  body.home .treatment-sec .anime > h2 {
    font-size: 18px;
  }
}
body.home .treatment-sec .anime > h2 rt {
  font-size: 0.75rem;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}
body.home .treatment-sec .inner > p {
  text-align: center;
}
body.home .treatment-sec .treatment-list {
  margin-top: 5rem;
}
body.home .treatment-sec .treatment-list li {
  border-top: 1px solid var(--borderColor);
  border-bottom: 1px solid var(--borderColor);
  padding: calc(var(--px32to20) * 2) 0;
  margin: -1px 0;
}
body.home .treatment-sec .treatment-list li a {
  display: grid;
  grid-template-columns: 5rem 1fr;
  grid-row: auto auto;
  column-gap: 2rem;
  row-gap: 1.75rem;
  padding-right: 7.5rem;
  position: relative;
}
@media screen and (max-width: 749px) {
  body.home .treatment-sec .treatment-list li a {
    display: block;
    padding-right: 0;
  }
}
body.home .treatment-sec .treatment-list li a:before {
  content: "";
  width: 100%;
  aspect-ratio: 4/3;
  display: block;
  grid-column: 1/2;
  grid-row: 1/3;
  margin: auto;
}
@media screen and (max-width: 749px) {
  body.home .treatment-sec .treatment-list li a:before {
    width: 60px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
body.home .treatment-sec .treatment-list li a:after {
  font-size: 1.5rem;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1.5em;
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_arrow.webp") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  body.home .treatment-sec .treatment-list li a:after {
    top: 30px;
    right: 0;
  }
}
body.home .treatment-sec .treatment-list li a h3 {
  grid-column: 2/3;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  body.home .treatment-sec .treatment-list li a h3 {
    margin-bottom: 20px;
  }
}
body.home .treatment-sec .treatment-list li a h3 span {
  font-size: 0.8em;
}
@media screen and (max-width: 749px) {
  body.home .treatment-sec .treatment-list li a h3 span {
    display: block;
    margin-top: 1em;
  }
}
body.home .treatment-sec .treatment-list li a p {
  grid-column: 2/3;
}
body.home .treatment-sec .treatment-list li.link1 a::before {
  background: url("../img/common/submenu1.webp") no-repeat center/cover;
}
body.home .treatment-sec .treatment-list li.link2 a::before {
  background: url("../img/common/submenu2.webp") no-repeat center/cover;
}
body.home .treatment-sec .treatment-list li.link3 a::before {
  background: url("../img/common/submenu3.webp") no-repeat center/cover;
}
body.home .treatment-sec .treatment-list li.link4 a::before {
  background: url("../img/common/submenu4.webp") no-repeat center/cover;
}
body.home .features-sec {
  position: relative;
  padding: var(--px160to75) 0;
}
body.home .features-sec .background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
body.home .features-sec .inner {
  position: relative;
  z-index: 10;
}
body.home .features-sec .features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(var(--px32to20) * 2);
  margin-top: calc(var(--px32to20) * 2);
}
@media screen and (max-width: 749px) {
  body.home .features-sec .features-list {
    grid-template-columns: auto;
    gap: 50px;
  }
}
body.home .features-sec .features-list li h3 {
  font-size: 1.25rem;
  margin: 1.75rem 0 1.25rem;
}
body.home .features-sec .btn_box {
  margin-top: 3.5rem;
}
body.home .news-sec {
  background-color: var(--lightGray);
  padding: var(--px160to75) 0;
  position: relative;
}
body.home .news-sec:before {
  content: "";
  max-width: 22.625rem;
  width: 40vw;
  aspect-ratio: 362/200;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/home/pict1.webp") no-repeat center/cover;
  transform: translateY(-56%);
}
body.home .news-sec .inner {
  display: grid;
  grid-template-columns: 11.25rem auto;
  grid-template-rows: auto auto;
  column-gap: 5rem;
}
@media screen and (max-width: 749px) {
  body.home .news-sec .inner {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  body.home .news-sec .title_box h2 {
    line-height: 2;
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 749px) {
  body.home .news-sec .title_box h2 br {
    display: none;
  }
}
body.home .news-sec .news-list {
  grid-column: 2/3;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 749px) {
  body.home .news-sec .news-list {
    margin: 30px 0;
  }
}
body.home .news-sec .news-list li a {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: var(--px32to20);
  background: #ffffff;
  padding: 1.5rem;
  position: relative;
}
@media screen and (max-width: 749px) {
  body.home .news-sec .news-list li a {
    display: block;
  }
}
body.home .news-sec .news-list li a:after {
  position: absolute;
  font-size: 0.75rem;
  top: calc(50% - 0.5em);
  right: 2rem;
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_arrow.webp") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  body.home .news-sec .news-list li a:after {
    display: none;
  }
}
body.home .news-sec .news-list li a time {
  line-height: 1;
}
body.home .news-sec .news-list li a h3 {
  max-width: 36.625rem;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  body.home .news-sec .news-list li a h3 {
    margin-top: 16px;
    line-height: 1.6;
    overflow: auto;
    white-space: initial;
  }
}
body.home .news-sec .btn_box {
  grid-column: 1/2;
  grid-row: 2/3;
  margin: 11.25rem 0 0 0;
}
@media screen and (max-width: 749px) {
  body.home .news-sec .btn_box {
    margin-top: auto;
  }
}
body.home .visiting-sec {
  padding: var(--px160to75) 0 calc(var(--px160to75) * 0.68);
}
body.home .visiting-sec .inner {
  display: grid;
  grid-template-columns: auto 20.125rem;
  gap: 5rem;
}
@media screen and (max-width: 749px) {
  body.home .visiting-sec .inner {
    display: block;
  }
}
body.home .visiting-sec .title_box {
  margin-bottom: calc(var(--px32to20) * 2);
}
body.home .visiting-sec .kome {
  font-size: 14px;
  padding-left: 1em;
  position: relative;
  margin-top: 0.75rem;
}
body.home .visiting-sec .kome:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--red);
}
body.home .visiting-sec .slide {
  width: 100%;
}
@media screen and (max-width: 749px) {
  body.home .visiting-sec .slide {
    margin-bottom: 30px;
  }
}
body.home .visiting-sec .slide .swiper-wrapper {
  height: auto;
}
body.home .visiting-sec .slide .swiper-wrapper .swiper-slide {
  width: 100%;
  padding-top: 66.6666666667%;
  height: 0;
}
body.home .visiting-sec .slide .swiper-wrapper .swiper-slide.slide1 {
  background: url("../img/home/slide1.webp") no-repeat center/cover;
}
body.home .visiting-sec .slide .swiper-wrapper .swiper-slide.slide2 {
  background: url("../img/home/slide2.webp") no-repeat center/cover;
}
body.home .visiting-sec .slide .swiper-wrapper .swiper-slide.slide3 {
  background: url("../img/home/slide3.webp") no-repeat center/cover;
}
body.home .visiting-sec .slide .swiper-wrapper .swiper-slide.slide4 {
  background: url("../img/home/slide4.webp") no-repeat center/cover;
}
body.home .visiting-sec .slide .swiper-wrapper .swiper-slide.slide5 {
  background: url("../img/home/slide5.webp") no-repeat center/cover;
}
body.home .visiting-sec .slide .swiper-wrapper .swiper-slide.slide6 {
  background: url("../img/home/slide6.webp") no-repeat center/cover;
}
body.home .visiting-sec .slide .swiper-wrapper .swiper-slide.slide7 {
  background: url("../img/home/slide7.webp") no-repeat center/cover;
}
body.home .visiting-sec .slide .swiper-wrapper .swiper-slide.slide8 {
  background: url("../img/home/slide8.webp") no-repeat center/cover;
}
body.home .visiting-sec .slide .swiper-pagination {
  display: flex;
  margin-top: 1em;
  gap: 0.5em;
}
body.home .visiting-sec .slide .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 0.1875rem;
  border: 1px solid var(--borderColor);
}
body.home .visiting-sec .slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--textColor);
}
body.home .visiting-sec .btn_box {
  display: flex;
  margin-top: 1.25rem;
}
@media screen and (min-width: 750px) {
  body.home .visiting-sec .btn_box {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 749px) {
  body.home .visiting-sec .btn_box {
    justify-content: center;
    gap: 20px;
  }
}
body.home .visiting-sec .btn_box li {
  box-sizing: border-box;
  width: 12.5rem;
  text-align: center;
  border: 1px solid var(--borderColor);
  padding: 0.8em 0;
  border-radius: 0.25rem;
}
@media screen and (max-width: 749px) {
  body.home .visiting-sec .btn_box li {
    width: 150px;
  }
}
body.home .faq-sec {
  padding: 0 0 var(--px160to75);
}
body.home .faq-sec .inner {
  display: grid;
  grid-template-columns: 11.25rem auto;
  grid-template-rows: 20.625rem auto;
  column-gap: 5rem;
}
@media screen and (max-width: 749px) {
  body.home .faq-sec .inner {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  body.home .faq-sec .title_box h2 {
    line-height: 2;
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 749px) {
  body.home .faq-sec .title_box h2 br {
    display: none;
  }
}
body.home .faq-sec .faq-list {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 749px) {
  body.home .faq-sec .faq-list {
    margin: 30px 0;
  }
}
body.home .faq-sec .faq-list li {
  border-top: 1px solid var(--borderColor);
  border-bottom: 1px solid var(--borderColor);
  margin: -1px 0;
}
body.home .faq-sec .btn_box {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: 0;
}

body.about .headerVisual {
  background-image: url("../img/about/main.webp");
}
body.about .greeting-sec .title_box {
  margin-bottom: calc(var(--px32to20) * 2);
}
body.about .greeting-sec .flex_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 749px) {
  body.about .greeting-sec .flex_box {
    display: block;
  }
}
body.about .greeting-sec .flex_box .img_box {
  flex-basis: 37.9146919431%;
}
@media screen and (max-width: 749px) {
  body.about .greeting-sec .flex_box .img_box {
    width: 80%;
    margin: 0 auto 30px;
  }
}
body.about .greeting-sec .flex_box .img_box .name {
  margin-top: 2.5rem;
}
@media screen and (max-width: 749px) {
  body.about .greeting-sec .flex_box .img_box .name {
    text-align: center;
  }
}
body.about .greeting-sec .flex_box .img_box .name span {
  font-size: 1.25rem;
  display: block;
}
body.about .greeting-sec .flex_box .img_box .name h3 {
  font-size: 2rem;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
body.about .greeting-sec .flex_box .img_box .name h3 + span {
  font-size: 1rem;
}
body.about .greeting-sec .flex_box .text_box {
  flex-basis: 54.5971563981%;
}
@media screen and (min-width: 750px) {
  body.about .greeting-sec .flex_box .text_box {
    margin-top: -0.9375rem;
    position: relative;
  }
}
body.about .greeting-sec .flex_box .text_box h3 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 749px) {
  body.about .greeting-sec .flex_box .text_box h3 {
    font-size: 24px;
    text-align: center;
  }
}
body.about .greeting-sec .flex_box .text_box h3 rt {
  font-size: 0.75rem;
}
@media screen and (min-width: 750px) {
  body.about .greeting-sec .flex_box .text_box .area {
    overflow: auto;
    position: absolute;
    top: 6.125rem;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: calc(100% + 1.25rem);
    box-sizing: border-box;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 749px) {
  body.about .greeting-sec .flex_box .text_box .area {
    height: 400px;
    overflow: auto;
  }
}
body.about .greeting-sec .flex_box .text_box .area p {
  line-height: 2.5;
}
body.about .greeting-sec .flex_box .text_box .area p + p {
  margin-top: 2.5em;
}
body.about .greeting-sec .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--px160to75);
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  body.about .greeting-sec .grid_box {
    display: block;
  }
}
body.about .greeting-sec .grid_box .title {
  position: relative;
}
@media screen and (min-width: 750px) {
  body.about .greeting-sec .grid_box .title:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(var(--px160to75) * -0.5);
    border-left: 1px solid var(--borderColor);
  }
}
@media screen and (max-width: 749px) {
  body.about .greeting-sec .grid_box .title + .title {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--borderColor);
  }
}
body.about .greeting-sec .grid_box .title em {
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  margin-bottom: 2rem;
}
body.about .greeting-sec .grid_box .title ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
body.about .greeting-sec .grid_box .title ul + em {
  margin-top: 3.75rem;
}
body.about .greeting-sec .grid_box .title ul li {
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
  letter-spacing: normal;
}
body.about .greeting-sec .grid_box .title ul li:before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  border-radius: 0.5em;
  font-size: 0.1875rem;
  border: 1px solid var(--textColor);
  position: absolute;
  top: 0.8125rem;
  left: 0;
}
body.about .greeting-sec .grid_box .title dl {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  line-height: 1.8;
  letter-spacing: normal;
  row-gap: 0.625rem;
  margin-bottom: 2.5rem;
}
body.about .greeting-sec .grid_box .title dl dt {
  position: relative;
  padding-left: 1em;
}
body.about .greeting-sec .grid_box .title dl dt:before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  border-radius: 0.5em;
  font-size: 0.1875rem;
  border: 1px solid var(--textColor);
  position: absolute;
  top: 0.8125rem;
  left: 0;
}
body.about .features-sec {
  position: relative;
  border-top: 1px solid var(--borderColor);
  padding: var(--px160to75) 0;
  margin-top: calc(var(--px160to75) * 1.1);
}
body.about .features-sec .features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(var(--px32to20) * 2);
  margin-top: calc(var(--px32to20) * 2);
}
@media screen and (max-width: 749px) {
  body.about .features-sec .features-list {
    grid-template-columns: auto;
    gap: 50px;
  }
}
body.about .features-sec .features-list li h3 {
  font-size: 1.25rem;
  margin: 1.75rem 0 1.25rem;
}
body.about .equipment-sec,
body.about .facility-sec {
  border-top: 1px solid var(--borderColor);
  padding: var(--px160to75) 0;
  margin-top: var(--px160to75);
}
body.about .equipment-sec .facility-list,
body.about .facility-sec .facility-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.75rem;
  row-gap: 3rem;
}
@media screen and (max-width: 749px) {
  body.about .equipment-sec .facility-list,
  body.about .facility-sec .facility-list {
    grid-template-columns: 1fr;
  }
}
body.about .equipment-sec .facility-list li h3,
body.about .facility-sec .facility-list li h3 {
  line-height: 1.8;
  margin-top: 1.25rem;
}
body.about .equipment-sec .facility-list li p,
body.about .facility-sec .facility-list li p {
  font-size: 0.875rem;
}
body.about .equipment-sec .equipment-list,
body.about .facility-sec .equipment-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.75rem;
  row-gap: 3rem;
}
@media screen and (max-width: 749px) {
  body.about .equipment-sec .equipment-list,
  body.about .facility-sec .equipment-list {
    grid-template-columns: 1fr;
  }
}
body.about .equipment-sec .equipment-list li .img_box,
body.about .facility-sec .equipment-list li .img_box {
  border: 1px solid #ececec;
}
body.about .equipment-sec .equipment-list li h3,
body.about .facility-sec .equipment-list li h3 {
  line-height: 1.8;
  margin-top: 1.25rem;
}
body.about .equipment-sec .equipment-list li p,
body.about .facility-sec .equipment-list li p {
  font-size: 0.875rem;
  margin-top: 0.125rem;
  letter-spacing: normal;
}

body.treatment .info-sec .info-list > li {
  display: grid;
  grid-template-columns: 10rem auto;
  gap: 2rem;
  border-bottom: 1px solid var(--borderColor);
  margin: -1px 0;
  padding: calc(var(--px32to20) * 2) 1rem;
}
body.treatment .info-sec .info-list > li:first-child {
  border-top: 1px solid var(--borderColor);
}
@media screen and (max-width: 749px) {
  body.treatment .info-sec .info-list > li {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 749px) {
  body.treatment .info-sec .img_box {
    width: 180px;
  }
}
body.treatment .info-sec .text_box p {
  margin-top: 1.25rem;
}
body.treatment .info-sec .text_box > span {
  font-size: 0.875rem;
  display: block;
}
body.treatment .info-sec h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
body.treatment .info-sec h3 span {
  font-size: 0.7em;
  letter-spacing: normal;
  position: relative;
  top: -0.2em;
}
body.treatment .info-sec .btn_box {
  box-sizing: border-box;
  width: 12.5rem;
  text-align: center;
  border: 1px solid var(--borderColor);
  padding: 0.8em 0;
  border-radius: 0.25rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 749px) {
  body.treatment .info-sec .btn_box {
    width: 150px;
  }
}
body.treatment .flow-sec .flow-list {
  counter-reset: count;
}
body.treatment .flow-sec .flow-list > dl {
  counter-increment: count;
  display: grid;
  grid-template-columns: 3rem auto;
  grid-template-rows: auto;
  column-gap: calc(var(--px32to20) * 2);
}
@media screen and (max-width: 749px) {
  body.treatment .flow-sec .flow-list > dl {
    grid-template-columns: auto;
  }
}
body.treatment .flow-sec .flow-list > dl + dl {
  margin-top: 3rem;
}
body.treatment .flow-sec .flow-list > dl:before {
  content: counter(count, decimal-leading-zero);
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: var(--green);
  margin: auto;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 749px) {
  body.treatment .flow-sec .flow-list > dl:before {
    display: block;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 0.1em;
  }
}
body.treatment .flow-sec .flow-list > dl dt {
  padding: 1rem 0;
  font-weight: 600;
  font-size: 1.25rem;
}
body.treatment .flow-sec .flow-list > dl dd {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 750px) {
  body.treatment .flow-sec .flow-list > dl dt, body.treatment .flow-sec .flow-list > dl dd {
    position: relative;
  }
  body.treatment .flow-sec .flow-list > dl dt:before, body.treatment .flow-sec .flow-list > dl dd:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(var(--px32to20) * -1);
    border-left: 1px solid var(--borderColor);
  }
}
body.treatment .flow-sec .flow-list > dl .list {
  font-size: 1rem;
}
body.treatment .table_box .red {
  color: var(--red);
}
body.treatment .table_box .center {
  text-align: center;
}
body.treatment .table_box .note {
  display: block;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
body.treatment .table_box .left {
  text-align: left;
}
body.treatment .table_box .middle {
  vertical-align: middle;
}
body.treatment .table_box table {
  width: 100%;
  border-top: 1px solid var(--borderColor);
}
body.treatment .table_box table th, body.treatment .table_box table td {
  font-size: 1rem;
  padding: clamp(8px, 3vw, 18px);
  text-align: center;
  line-height: 1.6;
  box-sizing: border-box;
  border-right: 1px solid var(--borderColor);
  vertical-align: middle;
}
body.treatment .table_box table th:last-child, body.treatment .table_box table td:last-child {
  border-right: none;
}
body.treatment .table_box table th:first-child {
  text-align: left;
}
body.treatment .table_box table thead tr {
  background-color: #fafafa;
  border-bottom: 1px solid var(--borderColor);
}
body.treatment .table_box table tbody tr {
  border-bottom: 1px solid var(--borderColor);
}
body.treatment .table_box table tbody tr ul.kome li {
  line-height: 1.5;
}

body.general-medicine .headerVisual {
  background-image: url("../img/treatment/general-medicine/main.webp");
}
body.general-medicine .title_box {
  margin-bottom: calc(var(--px32to20) * 2);
}
body.general-medicine section + section {
  border-top: 1px solid var(--borderColor);
  padding: var(--px160to75) 0;
  margin-top: var(--px160to75);
}
body.general-medicine .intro-sec .grid_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 749px) {
  body.general-medicine .intro-sec .grid_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.general-medicine .intro-sec .text_box p {
  line-height: 2.5;
}
body.general-medicine .intro-sec .text_box p + p {
  margin-top: 2.5em;
}
body.general-medicine .intro-sec .img_box {
  margin-top: 3.5rem;
}
body.general-medicine .info-sec .info-list {
  margin-top: 3.5rem;
}
@media screen and (min-width: 1051px) {
  body.general-medicine .info-sec .info-list .schedule {
    float: right;
    display: inline-block;
    width: 70.0471698113%;
    position: relative;
    top: -13%;
  }
  body.general-medicine .info-sec .info-list .schedule + p {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 1050px) {
  body.general-medicine .info-sec .info-list .schedule {
    width: 80%;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 749px) {
  body.general-medicine .info-sec .info-list .schedule {
    width: 100%;
  }
}
body.general-medicine .info-sec .info-list .text_box > span {
  font-size: 0.875rem;
}

body.medical-checkup .headerVisual {
  background-image: url("../img/treatment/medical-checkup/main.webp");
}
body.medical-checkup .title_box {
  margin-bottom: calc(var(--px32to20) * 2);
}
body.medical-checkup .intro-sec .text_box p {
  line-height: 2.5;
}
body.medical-checkup .intro-sec .text_box p + p {
  margin-top: 2.5em;
}
body.medical-checkup .info-sec {
  margin-top: 4.5rem;
  margin-bottom: var(--px160to75);
}
body.medical-checkup .info-sec .table_box {
  margin-top: 3rem;
}
body.medical-checkup .info-sec .table_box tbody td {
  vertical-align: middle;
}
body.medical-checkup .info-sec .table_box .w16 {
  width: 16%;
}
body.medical-checkup .info-sec .table_box ul.kome {
  margin-top: 0.3125rem;
}
body.medical-checkup .info-sec .table_box + ul.kome li + li {
  margin-top: 0.625rem;
}
body.medical-checkup .info-sec .table_box + .sub_title {
  margin-top: 5rem;
}

body.travel-medicine .headerVisual {
  background-image: url("../img/treatment/travel-medicine/main.webp");
}
body.travel-medicine .title_box {
  margin-bottom: calc(var(--px32to20) * 2);
}
body.travel-medicine section + section {
  border-top: 1px solid var(--borderColor);
  padding-top: var(--px160to75);
  margin-top: var(--px160to75);
  margin-bottom: var(--px160to75);
}
body.travel-medicine .intro-sec .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(var(--px32to20) * 2);
  margin-bottom: 3.5rem;
}
body.travel-medicine .intro-sec .grid_box h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.5em 0 0.8em;
}
@media screen and (max-width: 749px) {
  body.travel-medicine .intro-sec .grid_box {
    grid-template-columns: auto;
  }
}
body.travel-medicine .intro-sec .text_box p {
  line-height: 2.5;
}
body.travel-medicine .intro-sec .text_box p + p {
  margin-top: 2.5em;
}
body.travel-medicine .intro-sec ul.kome li + li {
  margin-top: 0.625rem;
}
body.travel-medicine .intro-sec .sub_title {
  margin-top: 4.625rem;
}
body.travel-medicine .menu-sec .table_box {
  margin-top: 5rem;
}
body.travel-medicine .menu-sec .table_box .left {
  text-align: left;
}
body.travel-medicine .menu-sec .table_box .middle {
  vertical-align: middle;
}
body.travel-medicine .menu-sec .table_box .borderR {
  border-right: 1px solid var(--borderColor);
}
body.travel-medicine .menu-sec .table_box table tr th:nth-of-type(1), body.travel-medicine .menu-sec .table_box table tr td:nth-of-type(1) {
  text-align: left;
}
body.travel-medicine .menu-sec ul.num {
  margin-top: 2rem;
}
body.travel-medicine .menu-sec ul.num + ul.kome {
  margin-top: 0.625rem;
}
body.travel-medicine .menu-sec ul.num li + li,
body.travel-medicine .menu-sec ul.kome li + li {
  margin-top: 0.625rem;
}

body.infectious-disease .headerVisual {
  background-image: url("../img/treatment/infectious-disease/main.webp");
}
body.infectious-disease .title_box {
  margin-bottom: calc(var(--px32to20) * 2);
}
body.infectious-disease section + section {
  border-top: 1px solid var(--borderColor);
  padding-top: var(--px160to75);
  margin-top: var(--px160to75);
  margin-bottom: var(--px160to75);
}
body.infectious-disease .intro-sec .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(var(--px32to20) * 2);
  margin-bottom: 3.5rem;
}
body.infectious-disease .intro-sec .grid_box h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.5em 0 0.8em;
}
@media screen and (max-width: 749px) {
  body.infectious-disease .intro-sec .grid_box {
    grid-template-columns: 1fr;
  }
}
body.infectious-disease .intro-sec .text_box p {
  line-height: 2.5;
}
body.infectious-disease .intro-sec .text_box p + p {
  margin-top: 2.5em;
}
body.infectious-disease .intro-sec .sub_title {
  margin-top: 4.625rem;
}
body.infectious-disease .info-sec .info-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.75rem;
}
@media screen and (max-width: 749px) {
  body.infectious-disease .info-sec .info-list {
    grid-template-columns: 1fr;
  }
}
body.infectious-disease .info-sec .info-list > li:first-child {
  grid-column: 1/3;
}
@media screen and (max-width: 749px) {
  body.infectious-disease .info-sec .info-list > li:first-child {
    grid-column: auto;
  }
}
body.infectious-disease .info-sec .info-list .list li > span {
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 0.75rem;
  line-height: 1.6;
}
body.infectious-disease .info-sec .info-list .list li > span:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--red);
}
body.infectious-disease .prevention-sec .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--px160to75);
  overflow: hidden;
  margin-top: 5rem;
}
@media screen and (max-width: 749px) {
  body.infectious-disease .prevention-sec .grid_box {
    grid-template-columns: 1fr;
    margin-top: var(--px160to75);
    overflow: visible;
  }
}
body.infectious-disease .prevention-sec .grid_box > div {
  position: relative;
}
@media screen and (min-width: 750px) {
  body.infectious-disease .prevention-sec .grid_box > div:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(var(--px160to75) * -0.5);
    border-right: 1px solid var(--borderColor);
  }
}
@media screen and (max-width: 749px) {
  body.infectious-disease .prevention-sec .grid_box > div:after {
    content: "";
    position: absolute;
    top: calc(var(--px160to75) * -0.5);
    left: 0;
    right: 0;
    border-top: 1px solid var(--borderColor);
  }
}
body.infectious-disease .prevention-sec .grid_box > div p em {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
}
body.infectious-disease .prevention-sec .grid_box > div p + p {
  margin-top: 3.25rem;
}
body.infectious-disease .prevention-sec .grid_box > div .list li {
  font-size: 1rem;
}
body.infectious-disease .prevention-sec .grid_box > div .list li + li {
  margin-top: 1.25rem;
}

body.vaccine .headerVisual {
  background-image: url("../img/treatment/vaccine/main.webp");
}
body.vaccine .title_box {
  margin-bottom: calc(var(--px32to20) * 2);
}
body.vaccine section + section {
  border-top: 1px solid var(--borderColor);
  padding-top: var(--px160to75);
  margin-top: var(--px160to75);
  margin-bottom: var(--px160to75);
}
body.vaccine .intro-sec .text_box p {
  line-height: 2.5;
}
body.vaccine .intro-sec .text_box p + p {
  margin-top: 2.5em;
}
body.vaccine .intro-sec ul.kome li + li {
  margin-top: 0.625rem;
}
body.vaccine .intro-sec .sub_title {
  margin-top: 4.625rem;
}
body.vaccine .menu-sec .table_box {
  margin-top: 5rem;
}
body.vaccine .menu-sec .table_box .borderR {
  border-right: 1px solid var(--borderColor);
}
body.vaccine .menu-sec .table_box i {
  color: var(--red);
  font-size: 0.75rem;
  position: relative;
  top: -0.4em;
}
body.vaccine .menu-sec .table_box table.routine tr th:nth-of-type(1) {
  text-align: left;
  box-sizing: border-box;
  width: 50.6628787879%;
}
body.vaccine .menu-sec .table_box table.optional tr th:nth-of-type(1) {
  text-align: left;
  box-sizing: border-box;
  width: 63.6363636364%;
}
body.vaccine .menu-sec ul.num {
  margin-top: 2rem;
}
body.vaccine .menu-sec ul.num + ul.kome {
  margin-top: 0.625rem;
}
body.vaccine .menu-sec ul.num li + li,
body.vaccine .menu-sec ul.kome li + li {
  margin-top: 0.625rem;
}
body.vaccine .menu-sec .flex_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  body.vaccine .menu-sec .flex_box {
    display: block;
  }
}
body.vaccine .menu-sec .flex_box .img_box {
  flex-basis: 26.5151515152%;
}
body.vaccine .menu-sec .flex_box .img_box img {
  display: block;
  margin-top: 2.5rem;
}
@media screen and (max-width: 749px) {
  body.vaccine .menu-sec .flex_box .img_box {
    width: 70%;
    max-width: 200px;
  }
}
body.vaccine .menu-sec .flex_box .text_box {
  flex-basis: 70.4545454545%;
}
body.vaccine .menu-sec .flex_box + .sub_title {
  margin-top: 5rem;
}

body.sti-hiv .headerVisual {
  background-image: url("../img/treatment/sti-hiv/main.webp");
}
body.sti-hiv .title_box {
  margin-bottom: calc(var(--px32to20) * 2);
}
body.sti-hiv section + section {
  border-top: 1px solid var(--borderColor);
  padding-top: var(--px160to75);
  margin-top: var(--px160to75);
  margin-bottom: var(--px160to75);
}
body.sti-hiv .intro-sec .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(var(--px32to20) * 2);
  margin-bottom: 3.5rem;
}
body.sti-hiv .intro-sec .grid_box h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.5em 0 0.8em;
}
@media screen and (max-width: 749px) {
  body.sti-hiv .intro-sec .grid_box {
    grid-template-columns: auto;
  }
}
body.sti-hiv .intro-sec .text_box p {
  line-height: 2.5;
}
body.sti-hiv .intro-sec .text_box p + p {
  margin-top: 2.5em;
}
body.sti-hiv .intro-sec ul.kome li + li {
  margin-top: 0.625rem;
}
body.sti-hiv .intro-sec .sub_title {
  margin-top: 4.625rem;
}
body.sti-hiv .flow-sec .flow-list dt i {
  color: var(--red);
}
body.sti-hiv .flow-sec .flow-list ul.num strong,
body.sti-hiv .flow-sec .flow-list ul.kome strong {
  font-weight: 600;
  color: var(--red);
}
body.sti-hiv .flow-sec .flow-list ul.num li + li,
body.sti-hiv .flow-sec .flow-list ul.kome li + li {
  margin-top: 0.625rem;
}
body.sti-hiv .flow-sec .flow-list dd p strong {
  color: var(--red);
  text-decoration: underline;
}
body.sti-hiv .flow-sec .attention {
  margin-top: 4.375rem;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--red);
  border-radius: 0.5rem;
}
@media screen and (max-width: 749px) {
  body.sti-hiv .flow-sec .attention {
    display: block;
  }
}
body.sti-hiv .flow-sec .attention dt {
  color: #ffffff;
  background-color: var(--red);
  width: 10.4375rem;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 749px) {
  body.sti-hiv .flow-sec .attention dt {
    width: 100%;
    padding: 1em 0;
  }
}
body.sti-hiv .flow-sec .attention dt span {
  margin: auto;
  font-weight: 600;
  font-size: 1.25rem;
}
body.sti-hiv .flow-sec .attention dd {
  width: calc(100% - 10.4375rem);
  box-sizing: border-box;
  padding: 3rem var(--px32to20);
}
@media screen and (max-width: 749px) {
  body.sti-hiv .flow-sec .attention dd {
    width: 100%;
  }
}
body.sti-hiv .flow-sec .attention dd ul {
  margin-top: 0;
}
body.sti-hiv .flow-sec .attention dd ul li + li {
  margin-top: 1.25rem;
}
body.sti-hiv .menu-sec .inner > .text_box p + p {
  margin-top: 2em;
}
body.sti-hiv .menu-sec .table_box {
  margin-top: 5rem;
}
body.sti-hiv .menu-sec .table_box .left {
  text-align: left;
}
body.sti-hiv .menu-sec .table_box .center {
  text-align: center;
}
body.sti-hiv .menu-sec .table_box .middle {
  vertical-align: middle;
}
body.sti-hiv .menu-sec .table_box .borderR {
  border-right: 1px solid var(--borderColor);
}
body.sti-hiv .menu-sec .table_box .w13 {
  width: 13%;
  box-sizing: border-box;
}
body.sti-hiv .menu-sec .table_box .w46 {
  width: 46%;
}
body.sti-hiv .menu-sec .table_box i {
  color: red;
  font-size: 0.75rem;
  position: relative;
  top: -0.4em;
}
body.sti-hiv .menu-sec .table_box .examination tbody tr td:first-child {
  text-align: left;
}
body.sti-hiv .menu-sec ul.num {
  margin-top: 2rem;
}
body.sti-hiv .menu-sec ul.num + ul.kome {
  margin-top: 0.625rem;
}
body.sti-hiv .menu-sec ul.num li + li,
body.sti-hiv .menu-sec ul.kome li + li {
  margin-top: 0.625rem;
}
body.sti-hiv .prevention-sec .sub_title {
  margin-top: 5rem;
}
body.sti-hiv .prevention-sec .mini_title {
  display: flex;
  font-size: 1.25rem;
  margin-top: 5rem;
  margin-bottom: 1.25rem;
}
body.sti-hiv .prevention-sec .mini_title:before {
  content: "●";
  display: block;
  color: var(--green);
}
body.sti-hiv .prevention-sec .belt {
  display: block;
  padding: 1em;
  background-color: #f5f5f5;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
body.sti-hiv .prevention-sec .inner > ul.kome {
  margin-top: 2.25rem;
}
body.sti-hiv .prevention-sec .inner > ul.kome li + li {
  margin-top: 0.9375rem;
}
body.sti-hiv .prevention-sec .inner > ul.kome.indent {
  padding-left: 1em;
  margin-top: 0.625rem;
  font-size: 0.875rem;
}
body.sti-hiv .prevention-sec .table_box {
  margin-top: 1.875rem;
}
body.sti-hiv .prevention-sec .table_box .center {
  text-align: center;
}
body.sti-hiv .prevention-sec .table_box ul.kome {
  margin-top: 0;
}
body.sti-hiv .prevention-sec .table_box .w14 {
  width: 14%;
}
body.sti-hiv .prevention-sec .table_box .w16 {
  width: 16%;
}
body.sti-hiv .prevention-sec .table_box i {
  color: var(--red);
}
body.sti-hiv .prevention-sec .table_box .followup i {
  color: var(--red);
  font-size: 0.75rem;
  position: relative;
  top: -0.4em;
}
body.sti-hiv .prevention-sec ul.num {
  margin-top: 2rem;
}
body.sti-hiv .prevention-sec ul.num + ul.kome {
  margin-top: 0.625rem;
}
body.sti-hiv .prevention-sec .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--px160to75);
  overflow: hidden;
  margin-top: 2.5rem;
}
@media screen and (max-width: 749px) {
  body.sti-hiv .prevention-sec .grid_box {
    grid-template-columns: 1fr;
    margin-top: var(--px160to75);
    overflow: visible;
  }
}
body.sti-hiv .prevention-sec .grid_box > div {
  position: relative;
}
@media screen and (min-width: 750px) {
  body.sti-hiv .prevention-sec .grid_box > div:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(var(--px160to75) * -0.5);
    border-right: 1px solid var(--borderColor);
  }
}
@media screen and (max-width: 749px) {
  body.sti-hiv .prevention-sec .grid_box > div:after {
    content: "";
    position: absolute;
    top: calc(var(--px160to75) * -0.5);
    left: 0;
    right: 0;
    border-top: 1px solid var(--borderColor);
  }
}
body.sti-hiv .prevention-sec .grid_box > div em {
  display: block;
  line-height: 2;
  position: relative;
  padding-left: 0.8em;
  font-size: 1.25rem;
}
body.sti-hiv .prevention-sec .grid_box > div em:before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  border-radius: 0.5em;
  font-size: 0.1875rem;
  border: 1px solid var(--textColor);
  position: absolute;
  top: 0.8125rem;
  left: 0;
  top: 1.25rem !important;
}
body.sti-hiv .prevention-sec .grid_box > div > span {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}
body.sti-hiv .prevention-sec .grid_box > div ul.list {
  padding-left: 1em;
  font-size: 1rem;
}

body.oriental-medicine .headerVisual {
  background-image: url("../img/treatment/oriental-medicine/main.webp");
}
body.oriental-medicine .title_box {
  margin-bottom: calc(var(--px32to20) * 2);
}
body.oriental-medicine section + section {
  border-top: 1px solid var(--borderColor);
  padding-top: var(--px160to75);
  margin-top: var(--px160to75);
  margin-bottom: var(--px160to75);
}
body.oriental-medicine .intro-sec .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(var(--px32to20) * 2);
  margin-bottom: 3.5rem;
}
body.oriental-medicine .intro-sec .grid_box h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.5em 0 0.8em;
}
@media screen and (max-width: 749px) {
  body.oriental-medicine .intro-sec .grid_box {
    grid-template-columns: auto;
  }
}
body.oriental-medicine .intro-sec .text_box p {
  line-height: 2.5;
}
body.oriental-medicine .intro-sec .text_box p + p {
  margin-top: 2.5em;
}
body.oriental-medicine .intro-sec ul.kome li + li {
  margin-top: 0.625rem;
}
body.oriental-medicine .intro-sec .sub_title {
  margin-top: 4.625rem;
}
body.oriental-medicine .info-sec .info-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.75rem;
}
@media screen and (max-width: 749px) {
  body.oriental-medicine .info-sec .info-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 750px) {
  body.oriental-medicine .info-sec .info-list > li:nth-of-type(2) {
    border-top: 1px solid var(--borderColor);
  }
}
body.oriental-medicine .info-sec .info-list .text_box > p {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
body.oriental-medicine .info-sec .attention {
  margin-top: 4.375rem;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--red);
  border-radius: 0.5rem;
}
@media screen and (max-width: 749px) {
  body.oriental-medicine .info-sec .attention {
    display: block;
  }
}
body.oriental-medicine .info-sec .attention dt {
  color: #ffffff;
  background-color: var(--red);
  width: 10.4375rem;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 749px) {
  body.oriental-medicine .info-sec .attention dt {
    width: 100%;
    padding: 1em 0;
  }
}
body.oriental-medicine .info-sec .attention dt span {
  margin: auto;
  font-weight: 600;
  font-size: 1.25rem;
}
body.oriental-medicine .info-sec .attention dd {
  width: calc(100% - 10.4375rem);
  box-sizing: border-box;
  padding: 3rem var(--px32to20);
}
@media screen and (max-width: 749px) {
  body.oriental-medicine .info-sec .attention dd {
    width: 100%;
  }
}
body.oriental-medicine .info-sec .attention dd > ul {
  margin-top: 0;
}
body.oriental-medicine .info-sec .attention dd > ul > li + li {
  margin-top: 1.25rem;
}
body.oriental-medicine .info-sec .attention dd > ul ul {
  margin-top: 0.625rem;
}
body.oriental-medicine .info-sec .attention dd > ul ul li {
  position: relative;
  padding-left: 1em;
}
body.oriental-medicine .info-sec .attention dd > ul ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--red);
}
body.oriental-medicine .flow-sec .flow-list dt i {
  color: var(--red);
}
body.oriental-medicine .flow-sec .flow-list ul.num li + li,
body.oriental-medicine .flow-sec .flow-list ul.kome li + li {
  margin-top: 0.625rem;
}
body.oriental-medicine .flow-sec .flow-list dd p strong {
  font-weight: 600;
}
body.oriental-medicine .menu-sec .inner > .text_box p + p {
  margin-top: 2em;
}
body.oriental-medicine .menu-sec .table_box {
  margin-top: 5rem;
}
body.oriental-medicine .menu-sec .table_box .center {
  text-align: center !important;
}
body.oriental-medicine .menu-sec .table_box .middle {
  vertical-align: middle;
}
body.oriental-medicine .menu-sec .table_box .w25 {
  width: 25%;
  box-sizing: border-box;
}
body.oriental-medicine .menu-sec ul.num {
  margin-top: 2rem;
}
body.oriental-medicine .menu-sec ul.num + ul.kome {
  margin-top: 0.625rem;
}
body.oriental-medicine .menu-sec ul.num li + li,
body.oriental-medicine .menu-sec ul.kome li + li {
  margin-top: 0.625rem;
}

body.private-medical-care .headerVisual {
  background-image: url("../img/treatment/private-medical-care/main.webp");
}
body.private-medical-care .title_box {
  margin-bottom: calc(var(--px32to20) * 2);
}
body.private-medical-care section + section {
  border-top: 1px solid var(--borderColor);
  padding-top: var(--px160to75);
  margin-top: var(--px160to75);
  margin-bottom: var(--px160to75);
}
body.private-medical-care .intro-sec .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(var(--px32to20) * 2);
  margin-bottom: 3.5rem;
}
body.private-medical-care .intro-sec .grid_box h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.5em 0 0.8em;
}
@media screen and (max-width: 749px) {
  body.private-medical-care .intro-sec .grid_box {
    grid-template-columns: auto;
  }
}
body.private-medical-care .intro-sec .text_box p {
  line-height: 2.5;
}
body.private-medical-care .intro-sec .text_box p + p {
  margin-top: 2.5em;
}
body.private-medical-care .intro-sec ul.kome li + li {
  margin-top: 0.625rem;
}
body.private-medical-care .intro-sec .sub_title {
  margin-top: 4.625rem;
}
body.private-medical-care .flow-sec .flow-list dt i {
  color: var(--red);
}
body.private-medical-care .flow-sec .flow-list ul.num li + li,
body.private-medical-care .flow-sec .flow-list ul.kome li + li {
  margin-top: 0.625rem;
}
body.private-medical-care .flow-sec .flow-list dd p strong {
  font-weight: 600;
}
body.private-medical-care .menu-sec .inner > .text_box p + p {
  margin-top: 2em;
}
body.private-medical-care .menu-sec .table_box {
  margin-top: 5rem;
}
body.private-medical-care .menu-sec .table_box .middle {
  vertical-align: middle;
}
body.private-medical-care .menu-sec .table_box .borderR {
  border-right: 1px solid var(--borderColor);
}
body.private-medical-care .menu-sec .table_box .w25 {
  width: 25%;
  box-sizing: border-box;
}
body.private-medical-care .menu-sec .table_box th ul.kome,
body.private-medical-care .menu-sec .table_box td ul.kome {
  font-size: 0.875rem;
  margin-top: 0;
}
body.private-medical-care .menu-sec ul.num {
  margin-top: 2rem;
}
body.private-medical-care .menu-sec ul.num + ul.kome {
  margin-top: 0.625rem;
}
body.private-medical-care .menu-sec ul.num li + li,
body.private-medical-care .menu-sec ul.kome li + li {
  margin-top: 0.625rem;
}

body.private-medical-care-detail .headerVisual {
  background-image: url("../img/treatment/private-medical-care-detail/main.webp");
}
@media screen and (max-width: 749px) {
  body.private-medical-care-detail .headerVisual h2 {
    text-align: center;
    line-height: 1.3;
  }
}
body.private-medical-care-detail .title_box {
  margin-bottom: calc(var(--px32to20) * 2);
}
body.private-medical-care-detail section + section {
  border-top: 1px solid var(--borderColor);
  padding-top: var(--px160to75);
  margin-top: var(--px160to75);
  margin-bottom: var(--px160to75);
}
body.private-medical-care-detail .intro-sec .text_box p {
  line-height: 2.5;
}
body.private-medical-care-detail .intro-sec .text_box p + p {
  margin-top: 2.5em;
}
body.private-medical-care-detail .intro-sec .grid_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3.375rem;
}
@media screen and (max-width: 749px) {
  body.private-medical-care-detail .intro-sec .grid_box {
    grid-template-columns: auto;
  }
}
body.private-medical-care-detail .intro-sec .grid_box li a {
  width: 100%;
  border: 1px solid var(--borderColor);
  padding: 1.5rem;
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.private-medical-care-detail .intro-sec .grid_box li a:after {
  margin-left: auto;
  transform: none;
  font-size: 0.75rem;
}
body.private-medical-care-detail .intro-sec ul.kome li + li {
  margin-top: 0.625rem;
}
body.private-medical-care-detail .intro-sec .sub_title {
  margin-top: 4.625rem;
}
body.private-medical-care-detail .medical-detail-sec hr {
  height: 0;
  border: none;
  visibility: hidden;
}
body.private-medical-care-detail .medical-detail-sec .title_box > h2 > span {
  font-size: 0.8em;
  color: var(--textColor);
}
@media screen and (min-width: 750px) {
  body.private-medical-care-detail .medical-detail-sec .title_box > h2 > span {
    position: relative;
    top: -0.1em;
  }
}
@media screen and (max-width: 749px) {
  body.private-medical-care-detail .medical-detail-sec .title_box > h2 > span {
    display: block;
    margin-top: 0.625rem;
    line-height: 1.5;
  }
}
body.private-medical-care-detail .medical-detail-sec .text_box > p strong {
  color: var(--red);
  text-decoration: underline;
}
body.private-medical-care-detail .medical-detail-sec .sub_title {
  margin-top: 4.625rem;
}
body.private-medical-care-detail .medical-detail-sec .border {
  padding: calc(var(--px32to20) * 2);
  border: 1px solid var(--borderColor);
  margin-top: 3.5rem;
}
@media screen and (max-width: 749px) {
  body.private-medical-care-detail .medical-detail-sec .border {
    padding: 20px;
  }
}
body.private-medical-care-detail .medical-detail-sec .border > h3:not(.sub_title) {
  font-size: 1.5rem;
}
@media screen and (max-width: 749px) {
  body.private-medical-care-detail .medical-detail-sec .border > h3:not(.sub_title) {
    line-height: 1.5;
  }
}
body.private-medical-care-detail .medical-detail-sec .border > h3:not(.sub_title) + p {
  line-height: 2.5;
  margin-top: 1.875rem;
}
body.private-medical-care-detail .medical-detail-sec .border > .sub_title {
  margin-bottom: 2rem;
}
body.private-medical-care-detail .medical-detail-sec .border > .sub_title:first-child {
  margin-top: 3.375rem;
}

body.access .headerVisual {
  background-image: url("../img/access/main.webp");
}
@media screen and (max-width: 749px) {
  body.access .headerVisual h2 {
    text-align: center;
    line-height: 1.3;
  }
}
body.access .title_box {
  margin-bottom: calc(var(--px32to20) * 2);
}
body.access .map-sec .map {
  aspect-ratio: 1054/704;
}
body.access .map-sec .map iframe {
  width: 100%;
  height: 100%;
}
body.access .map-sec .text_box {
  margin-top: 3.125rem;
}
body.access .map-sec .text_box p {
  line-height: 2.5;
}
body.access .map-sec .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--px128to60);
  margin-top: 4.5rem;
  margin-bottom: var(--px160to75);
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  body.access .map-sec .grid_box {
    grid-template-columns: auto;
  }
}
body.access .map-sec .grid_box dl {
  position: relative;
}
body.access .map-sec .grid_box dl:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(var(--px128to60) * -0.5);
  border-left: 1px solid var(--borderColor);
}
@media screen and (max-width: 749px) {
  body.access .map-sec .grid_box dl:after {
    right: 0;
    left: 0;
    bottom: auto;
    top: calc(var(--px128to60) * -0.5);
    border-left: none;
    border-top: 1px solid var(--borderColor);
  }
}
body.access .map-sec .grid_box dl dt {
  font-size: 1.25rem;
}
body.access .map-sec .grid_box dl dt:before {
  content: "";
  width: 5rem;
  aspect-ratio: 1/1;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}
body.access .map-sec .grid_box dl dd {
  margin-top: 1.5rem;
  line-height: 2;
}
body.access .map-sec .grid_box dl.car dt::before {
  background: url("../img/access/pict1.webp") no-repeat center/cover;
}
body.access .map-sec .grid_box dl.train dt::before {
  background: url("../img/access/pict2.webp") no-repeat center/cover;
}
body.access .map-sec .grid_box dl.bus dt::before {
  background: url("../img/access/pict3.webp") no-repeat center/cover;
}

body.first-time .headerVisual {
  background-image: url("../img/first-time/main.webp");
}
@media screen and (max-width: 749px) {
  body.first-time .headerVisual h2 {
    text-align: center;
    line-height: 1.3;
  }
}
body.first-time .title_box {
  margin-bottom: calc(var(--px32to20) * 2);
}
body.first-time section + section {
  border-top: 1px solid var(--borderColor);
  padding-top: var(--px160to75);
  margin-top: var(--px160to75);
  margin-bottom: var(--px160to75);
}
body.first-time .first-time-sec .grid_box {
  display: grid;
  grid-template-columns: 10rem auto;
  gap: 3rem;
}
@media screen and (min-width: 750px) {
  body.first-time .first-time-sec .grid_box .text_box {
    margin-top: -0.625rem;
  }
}
@media screen and (max-width: 749px) {
  body.first-time .first-time-sec .grid_box {
    grid-template-columns: auto;
  }
  body.first-time .first-time-sec .grid_box .img_box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
    aspect-ratio: 1/1;
    grid-row: 2/3;
  }
}
body.first-time .first-time-sec .text_box p {
  line-height: 2.5;
}
body.first-time .first-time-sec .text_box a[href^="tel:"] {
  text-decoration: underline;
}
body.first-time .first-time-sec ul.list {
  font-size: 1rem;
}

body.faq .headerVisual {
  background-image: url("../img/faq/main.webp");
}
body.faq .title_box {
  margin-bottom: calc(var(--px32to20) * 2);
}
body.faq .faq-sec .faq-list {
  margin-bottom: var(--px160to75);
}
body.faq .faq-sec .faq-list li + li {
  border-top: 1px solid var(--borderColor);
}
body.faq .faq-sec .faq-list li dd {
  line-height: 2.5;
}
body.faq .faq-sec .faq-list li dd span {
  display: block;
  position: relative;
  padding-left: 1em;
}
body.faq .faq-sec .faq-list li dd span:before {
  content: "※";
  color: var(--red);
  position: absolute;
  top: 0;
  left: 0;
}

body.news .headerVisual {
  background-image: url("../img/news/main.webp");
}
body.news .mainMenu {
  margin-bottom: 3.375rem;
}
body.news .news-sec {
  margin-bottom: var(--px160to75);
}
body.news .news-sec .inner article {
  padding-top: 6rem;
}
body.news .news-sec .inner article time {
  line-height: 1;
  color: var(--green);
  display: block;
}
body.news .news-sec .inner article h3 {
  line-height: 2;
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 0.625rem;
  margin-bottom: 2.5rem;
}
body.news .news-sec .inner article .text_box p {
  line-height: 2.5;
}
body.news .news-sec .inner article + article {
  margin-top: 5.5rem;
  border-top: 1px solid var(--borderColor);
}

:root {
  --baseWitdh:1216px;
  --borderColor:#dadada;
  --textColor:#444444;
  --green:#00a73c;
  --red:#d9333f;
  --orange:#f39800;
  --lightGray:#f5f5f5;
  --px32to20:clamp(20px,3vw,32px);
  --px128to60:clamp(60px,12vw,128px);
  --px160to75:clamp(75px,20vw,160px);
}

/*
.cardo-regular {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}

.cardo-bold {
  font-family: "Cardo", serif;
  font-weight: 700;
  font-style: normal;
}

.cardo-regular-italic {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: italic;
}

*/
/*# sourceMappingURL=style.css.map */