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

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
  font-family: inherit;
  -webkit-appearance: none;
}

textarea {
  font-family: inherit;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

/* ------------------------------------------------------------------
共通CSSここから 1375行目まで
------------------------------------------------------------------ */
/* font */
.fo1 {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
}

.fo2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.l_gr {
  color: #35ADA9;
}

.l_pn {
  color: #EB8585;
}

/* =================================== */
/*	Color
/* =================================== */
/* =================================== */
/*	Font
/* =================================== */
/*.Garamond Premier Pro　　　----- 見出し英字 */
/*.DNP 秀英明朝 Pr6N. ----- 見出し日本語 */
/*.DNP 秀英角ゴシック銀 Std　　　　----- 本文 */
/* =================================== */
/*	Basic style
/* =================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  /*font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";*/
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  position: relative;
  font-size: 100%;
  color: #333;
  font-weight: 400;
  line-height: 2;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: blue;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  font-family: inherit;
}

textarea {
  font-family: inherit;
}

/* .inner {
  max-width: 1180px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
} */
main {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* .inner, .inner-m, .inner-l {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  } */
  main {
    margin-top: 60px !important;
  }
}
/* =================================== */
/*	パンくずリスト
/* =================================== */
.low #breadcrumbs {
  padding: 15px 0 50px;
}

.low #breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}

.low #breadcrumbs ul li {
  position: relative;
  padding-left: 1.5em;
  margin-right: 0.5em;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.low #breadcrumbs ul li:before {
  content: "＞";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0);
}

.low #breadcrumbs ul li:first-child {
  padding-left: 0px;
}

.low #breadcrumbs ul li:first-child::before {
  display: none;
}

.low #breadcrumbs ul li a {
  color: #034E95;
}

.low #breadcrumbs ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .low #breadcrumbs {
    padding: 10px 0 24px;
  }
  .low #breadcrumbs ul li {
    font-size: 10px;
  }
}
/* wrapper component */
.wrapper-md {
  max-width: 1200px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* button component */
.btn01 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  box-sizing: border-box;
  max-width: 280px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  padding: 14px 30px 14px 20px;
  color: #008CD7;
  background-color: #F2FDFF;
  border: 2px solid #008CD7;
  border-radius: 12px;
  position: relative;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .btn01 {
    font-size: 1rem;
  }
}
.btn01::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #C4E1E6;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.btn01:hover::before,
.btn01:focus::before {
  right: 10px;
}

/* list component */
.c-list {
  list-style: none;
}

.c-list li {
  line-height: 2;
  margin-bottom: 0.25em;
}

.c-list li:last-child {
  margin-bottom: 0;
}

.c-list li::before {
  content: "●";
  color: #EB8585;
  font-size: 0.6em;
  margin-right: 10px;
  vertical-align: middle;
}

/* table component */
.c-table {
  width: 100%;
  border: 1px solid #ccc;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
  font-size: 1rem;
}

.c-table thead tr th {
  font-weight: normal;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
}

.c-table tbody th,
.c-table tbody td {
  border: 1px solid #ccc;
  vertical-align: middle;
}

.c-table tbody th {
  font-weight: normal;
  background-color: #f2f2f2;
  padding: 15px 20px;
  text-align: center;
}

.c-table tbody td {
  text-align: left;
  padding: 15px 25px;
  width: 65%;
}

@media screen and (max-width: 768px) {
  .c-table {
    font-size: 0.875rem;
  }
  .c-table thead tr th {
    padding: 10px;
  }
  .c-table tbody th {
    padding: 8px 10px;
  }
  .c-table tbody td {
    padding: 8px 15px;
  }
}
/* br */
.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
}
/* none */
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* color */
.c-orange {
  color: #FF9700;
}

.c-green {
  color: #6BC65E;
}

.c-red {
  color: #FF643E;
}

.c-blue {
  color: #464DBC;
}

.icon-link::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon_link.png) no-repeat center center/contain;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
}

.c-img-r {
  border-radius: 63px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-img-r {
    border-radius: 30px;
  }
}
/* utility.css */
/* padding utility */
.u-py-xs {
  padding-top: 30px;
  padding-bottom: 30px;
}

.u-py-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-py-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-py-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.u-py-xl {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-py-xs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-xl {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.u-pt-xs {
  padding-top: 30px;
}

.u-pt-sm {
  padding-top: 40px;
}

.u-pt-md {
  padding-top: 60px;
}

.u-pt-lg {
  padding-top: 80px;
}

.u-pt-xl {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .u-pt-xs {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-sm {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-md {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-lg {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-xl {
    padding-top: 80px;
  }
}
.u-pb-xs {
  padding-bottom: 30px;
}

.u-pb-sm {
  padding-bottom: 40px;
}

.u-pb-md {
  padding-bottom: 60px;
}

.u-pb-lg {
  padding-bottom: 80px;
}

.u-pb-xl {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-pb-xs {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-sm {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-lg {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-xl {
    padding-bottom: 80px;
  }
}
/* margin utility */
.u-my-xs {
  margin-top: 30px;
  margin-bottom: 30px;
}

.u-my-sm {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-my-md {
  margin-top: 60px;
  margin-bottom: 60px;
}

.u-my-lg {
  margin-top: 80px;
  margin-bottom: 80px;
}

.u-my-xl {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-my-xs {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-sm {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-md {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-lg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-xl {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.u-mt-xs {
  margin-top: 30px;
}

.u-mt-sm {
  margin-top: 40px;
}

.u-mt-md {
  margin-top: 60px;
}

.u-mt-lg {
  margin-top: 80px;
}

.u-mt-xl {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .u-mt-xs {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-sm {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-md {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-lg {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-xl {
    margin-top: 80px;
  }
}
.u-mb-xs {
  margin-bottom: 30px;
}

.u-mb-sm {
  margin-bottom: 40px;
}

.u-mb-md {
  margin-bottom: 60px;
}

.u-mb-lg {
  margin-bottom: 80px;
}

.u-mb-xl {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-mb-xs {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-sm {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-md {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-lg {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-xl {
    margin-bottom: 40px;
  }
}
/* clearfix utility */
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* align utility */
.u-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.u-left {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

.u-right {
  text-align: right;
  margin-right: auto;
  margin-left: auto;
}

.u-justify {
  text-align: justify;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-sm {
  max-width: 1120px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-md {
  max-width: 1200px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-lg {
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* col */
.col2,
.col2-col2,
.col3,
.col3-col2,
.col4,
.col4-col2 {
  display: grid;
}

.col2,
.col2-col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* br */
.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
}
/* color */
.c-orange {
  color: #FF9700;
}

.c-green {
  color: #6BC65E;
}

.c-red {
  color: #FF643E;
}

.c-blue {
  color: #464DBC;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

.scroll_up {
  transition: 0.6s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.7s;
}

.fadein.fadein-left {
  transform: translate(-30px, 0);
}

.fadein.fadein-right {
  transform: translate(30px, 0);
}

.fadein.fadein-up {
  transform: translate(0, -30px);
}

.fadein.fadein-bottom {
  transform: translate(0, 30px);
}

.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.rotation {
  transition: all 3s;
  opacity: 0;
}

.rotation.rotation-x {
  transform: rotateX(180deg);
}

.rotation.rotation-y {
  transform: rotateY(180deg);
}

.rotation.rotation-clockwise {
  transform: rotate(-170deg);
}

.rotation.rotation-counterclockwise {
  transform: rotate(170deg);
}

.rotation.scrollin {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.slidein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.5s;
}

.slidein.slidein-left {
  transform: translate(-100%, 0);
}

.slidein.slidein-right {
  transform: translate(100%, 0);
}

.slidein.slidein-up {
  transform: translate(0, -100%);
}

.slidein.slidein-bottom {
  transform: translate(0, 100%);
}

.slidein.scrollin {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

/* ------------------------------------------------------------------
共通CSSここまで
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
header-01　　　　　CSSここから開始
------------------------------------------------------------------ */
/* header.css */
/* header */
.header {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
  align-items: center;
}

/* top header */
.header__left {
  text-align: left;
  transition: all 0.3s;
  max-height: 80px;
}

.header__left p {
  font-size: 0.9em;
}

.header-logo > a {
  display: block;
  width: 420px;
  /* width: 490px; */
  height: auto;
  transition: all 0.3s;
}

h1.header-logo a img {
  width: 100%;
  position: relative;
  top: -4px;
  /* max-width: 300px; */
}

.header__right {
  text-align: right;
  transition: all 0.3s;
  max-height: 110px;
}

.header-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-transition: all 0.3s;
  gap: 13px;
}

.header-contact__tel {
  text-align: left;
  position: relative;
  top: 2px;
}

.header-contact div:nth-of-type(2) {
  position: relative;
  top: 2px;
}

.header-contact a {
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: all 0.3s;
  color: #545454;
  padding: 10px 30px;
}

/* a.header-contact__line {
  background: #0ED300;
} */
a.header-contact__rsv {
  background: #034E95;
  color: #fff;
}
a.header-contact__rsv img {
  top: -3px !important;
}

.header-contact a > span {
  display: inline-block;
  font-weight: 400;
  font-size: 1.3em;
  position: relative;
  top: 2px;
  transition: all 0.3s;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
}

a.header-contact__number {
  padding: 10px;
}

.header-contact__tel a span.number.fo2 {
  font-size: 1.8em;
  line-height: 1;
}

.header-contact a img {
  height: 23px;
  position: relative;
  top: -6px;
}

a.header-contact__line {
  background: none;
  padding: 0;
}

.header-contact a.header-contact__line img {
  width: 35px;
  height: 35px;
}

a.header-contact__insta {
  background: none;
  padding: 0;
}

.header-contact a.header-contact__insta img {
  width: 35px;
  height: 35px;
}

.header-top .header-contact div:nth-of-type(3),
.header-top .header-contact div:nth-of-type(4) {
  transform: translateY(2px);
}

ul.header-top-nav__list {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  position: relative;
  top: -5px;
}

ul.header-top-nav__list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 1.1em;
  /* font-size: 1em; */
  gap: 3px;
}
ul.header-top-nav__second-menu li a {
  font-size: 1em;
}

ul.header-top-nav__list li a span.s_txt,
.header-top-nav__second-menu > li a span.s_txt {
  font-size: 0.9em;
}

ul.header-top-nav__list li a img {
  height: 30px;
}

.header-top {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
  /* -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1); */
  padding: 12px 30px 5px;
}

.header-wrapper span.head_txt {
  position: absolute;
  z-index: 9;
  font-size: 0.9em;
  left: 35px;
}

/* .header-logo {
  margin-top: 0;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 40px 30px 20px;
  position: absolute;
  top: 0;
  left: 0;
} */
.header-fixed-menu .header-logo {
  margin-top: 0;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  top: -18px;
}

.header-fixed-menu .header__left p {
  position: relative;
  top: -10px;
}

.header-fixed.is_active {
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
}

/* .header-logo img {
  max-width: 110px;
  display: block;
  margin: 0 auto;
} */
.header-fixed-menu .header-logo img {
  max-width: 420px;
  position: relative;
  top: 6px;
}

.header-logo > a {
  display: block;
  height: auto;
  transition: all 0.3s;
}

.header-logo > a:hover,
.header-logo > a:focus {
  opacity: 0.7;
}

.header-top-nav {
  margin-top: 13px;
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-top-nav__sns > li {
  display: inline-block;
  margin-right: 15px;
}

.header-top-nav__sns > li:last-child {
  margin-right: 25px;
}

.header-top-nav__sns > li > a {
  display: block;
  transition: all 0.3s;
}

.header-top-nav__sns > li > a:hover,
.header-top-nav__sns > li > a:focus {
  opacity: 0.7;
}

.header-top-nav__list {
  margin-left: 25px;
}

/* .header-top-nav__first-menu {
  display: inline-block;
  margin-right: 15px;
} */
ul.header-top-nav__list li:last-of-type {
  margin-right: 0;
}

.header-top-nav__first-menu > a {
  display: table;
  /* font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600; */
  font-family: "Noto serif JP";
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4;
  /* color: #212529; */
  color: #504d4f;
  color: #444;
  padding: 0px 8px 4px;
  transition: all 0.3s;
}

.header-top-nav__first-menu > a:hover,
.header-top-nav__first-menu > a:focus {
  opacity: 0.7;
}

.header-top-nav__has-child {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  cursor: default;
  padding-bottom: 5px;
  transform: translateY(5px);
}

.is_active .header-top-nav__has-child {
  padding-bottom: 0px;
  transform: translateY(1px);
}

.header-top-nav__has-child > a {
  display: table;
  font-family: "Noto serif JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #444;
  padding: 4px 4px;
  transition: all 0.3s;
}

.header-top-nav__has-child > a:hover,
.header-top-nav__has-child > a:focus {
  opacity: 0.7;
}

.header-top-nav__second-menu {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translateX(-50%);
}

.is_active .header-top-nav__second-menu {
  top: 30px;
}

.header-top-nav__second-menu > li:not(:first-child) {
  border-top: 1px solid #fff;
}

.header-top-nav__second-menu > li a {
  font-family: "Noto serif JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  display: block;
  width: 150px;
  height: auto;
  line-height: 1.2;
  background-color: #034E95;
  color: #fff;
  text-align: left;
  padding: 10px 15px;
}

.header-top-nav__second-menu > li a::after {
  display: none;
}

.header-top-nav__second-menu > li a:hover,
.header-top-nav__second-menu > li a:focus {
  filter: brightness(1.2);
  opacity: 1;
}

.header-top-nav__sns {
  display: inline-block;
  margin-right: 10px;
}

.header-top-nav__sns:last-child {
  margin-right: 25px;
}

.header-top-nav__sns > a {
  display: table;
  transition: all 0.3s;
}

.header-top-nav__sns > a > img {
  vertical-align: middle;
}

.header-top-nav__sns > a:hover,
.header-top-nav__sns > a:focus {
  opacity: 0.7;
}

.header-top-nav .btn-area {
  display: flex;
  flex-direction: column;
  align-items: end;
}

a.rsv-btn.web-btn {
  background-color: #00ADA9;
  padding: 10px;
  max-width: 200px;
  /* height: 0px; */
}

a.rsv-btn.web-btn span {
  position: relative;
  top: -2px;
}

.header-top-nav .rsv-btn.web-btn::before {
  background: url(/asset/images/common/icon_calendar.png) no-repeat center center/contain;
}

nav.header-top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.header-top-nav .btn-area p a {
  color: #DD8190;
  font-size: 1.8em;
  line-height: 1.4;
}

.header-top-nav .btn-area p span,
.header-fixed .btn-area p span {
  font-size: 0.8em;
  padding-right: 5px;
}

.header-fixed .btn-area {
  padding-top: 5px;
}

.header-top-contact {
  display: inline-block;
  background-color: #008CD7;
  border-radius: 0 23px 23px 0;
  padding: 15px 30px;
}

.header-top-contact__ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}

.header-top-contact__tel {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  transition: all 0.3s;
}

.header-top-contact__tel:hover,
.header-top-contact__tel:focus {
  opacity: 0.7;
}

.header-top-contact__tel::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/icon_tel_w.png) no-repeat center center/contain;
}

/* fixed header menu */
.header-fixed {
  width: 100%;
  position: fixed;
  top: -300px;
  left: 0;
  z-index: 100;
}

.header-fixed .header-wrapper {
  padding: 12px 30px 0;
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-fixed .header-nav {
  gap: 10px;
  margin-top: 0px;
}

.header-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 25px;
  gap: 10px;
  padding: 5px 0;
}

.header-nav__list > li {
  margin-right: 5px;
}

.header-fixed-menu a.rsv-btn.web-btn {
  background-color: #FF950A;
  padding: 10px 0px;
  max-width: 400px;
  border-radius: 0;
  margin: 0;
  height: 40px;
}

.header-nav__list > li > a {
  display: inline-block;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-style: normal;
  font-size: 1.1em;
  /* font-size: 0.95em; */
  line-height: 1.4;
  color: #444;
  padding: 4px 8px;
  transition: all 0.3s;
}

.header-nav__list > li > a:hover,
.header-nav__list > li > a:focus {
  opacity: 0.7;
}

.header-nav__has-child {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  padding: 4px 8px;
  margin-right: 30px;
  cursor: default;
}

.header-nav__second-menu {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 35px;
  left: -5px;
}

.header-nav__second-menu > li:not(:first-child) {
  border-top: 1px solid #fff;
}

.header-nav__second-menu > li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  display: block;
  width: 200px;
  height: auto;
  line-height: 1.2;
  background-color: #008CD7;
  color: #fff;
  text-align: left;
  padding: 10px 15px;
}

.header-nav__second-menu > li a::after {
  display: none;
}

.header-nav__second-menu > li a:hover,
.header-nav__second-menu > li a:focus {
  opacity: 1;
  background-color: #009df1;
}

/* .header-fixed-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1100px;
  border-radius: 23px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  position: relative;
} */
.header-fixed-menu {
  display: flex;
  -ms-flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.header-fixed-menu .header-contact a {
  padding: 5px 15px 8px;
}

.header-fixed-menu .header-contact a.header-contact__line,
.header-fixed-menu .header-contact a.header-contact__insta {
  padding: 0;
}

.header-fixed-menu .header-contact a > span {
  font-size: 1.1em;
}

.header-fixed-menu .btn-area p a {
  color: #DD8190;
  font-size: 1.3em;
  line-height: 1.4;
}

.header-fixed-menu__sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-fixed-menu__sns > li {
  margin-right: 10px;
}

.header-fixed-menu__sns > li:last-child {
  margin-right: 15px;
}

.header-fixed-menu__sns > li > a {
  display: block;
  transition: all 0.3s;
}

.header-fixed-menu__sns > li > a:hover,
.header-fixed-menu__sns > li > a:focus {
  opacity: 0.7;
}

.header-fixed-menu__rsv {
  display: flex;
  border-radius: 0 23px 23px 0;
  overflow: hidden;
}

.header-fixed-menu__rsv-btn {
  display: block;
  width: 81px;
  padding: 10px 5px;
  text-align: center;
  background-color: #FF8D31;
  transition: all 0.3s ease;
}

.header-fixed-menu__rsv-btn:hover,
.header-fixed-menu__rsv-btn:focus {
  background-color: #fd7100;
}

.header-fixed-menu__rsv-btn--green {
  background-color: #6BC65E;
}

.header-fixed-menu__rsv-btn--green:hover,
.header-fixed-menu__rsv-btn--green:focus {
  background-color: #4db23f;
}

.header-fixed-contact {
  background-color: #008CD7;
  padding: 15px 30px;
}

.header-fixed-contact__ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}

.header-fixed-contact__tel {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  transition: all 0.3s;
}

.header-fixed-contact__tel:hover,
.header-fixed-contact__tel:focus {
  opacity: 0.7;
}

.header-fixed-contact__tel::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/icon_tel_w.png) no-repeat center center/contain;
}

/* sp header menu */
.sp_header-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.sp_header-bg {
  background-color: #fff;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
}

.sp_header {
  display: none;
  height: 0;
  margin: 0 auto;
}

.sp_header-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

.sp_header-inner__left {
  height: 100%;
  text-align: left;
  margin-right: auto;
}

.sp_header-inner__right {
  height: 100%;
  text-align: right;
}

.sp_header-logo {
  width: 100%;
  height: 100%;
}

.sp_header-logo > a {
  display: block;
  height: 100%;
  padding-top: 5px;
  transition: all 0.3s;
}

.sp_header-logo > a:hover,
.sp_header-logo > a:focus {
  opacity: 0.7;
}

.sp_header-logo > a > img {
  vertical-align: middle;
  /* width: 200px; */
  position: relative;
  /* top: 6px; */
  left: -10px;
  width: 230px;
  top: 2px;
}

.sp_header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.sp_header-menu__sns {
  border-top: 1px solid white;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 50px;
}

.sp_header-menu__sns > li {
  display: inline-block;
  margin-right: 8px;
}

.sp_header-menu__sns > li:last-child {
  margin-right: 0px;
}

.sp_header-menu__sns > li > a {
  display: block;
  transition: all 0.3s;
}

.sp_header-menu__sns > li > a:hover,
.sp_header-menu__sns > li > a:focus {
  opacity: 0.7;
}

.sp_header-contact {
  position: relative;
}

.sp_header-contact__tel {
  display: block;
  background-color: #00ada9;
  width: 58px;
  height: 58px;
  margin-right: 15px;
  position: relative;
}

.sp_header-contact__tel > img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sp_header-contact__tel:hover,
.sp_header-contact__tel:focus {
  opacity: 1;
}

.sp_menu-btn {
  padding: 15px 0px 10px 0;
  width: 28px;
  position: relative;
  z-index: 100;
  border: none;
  background: none;
}

.sp_menu-btn .hamburger {
  display: block;
  height: 3px;
  background-color: #034E95;
  position: relative;
  transition: all 0.3s;
  transform: translateY(-1px);
}

.sp_menu-btn .hamburger::before,
.sp_menu-btn .hamburger::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #034E95;
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}

.sp_menu-btn .hamburger::before {
  top: -9px;
}

.sp_menu-btn .hamburger::after {
  bottom: -9px;
}

.sp_header-nav {
  width: 70%;
  height: 100%;
  padding-top: 58px;
  background-color: #034E95;
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 99;
  transition: all 0.4s;
}

.sp_header-nav__inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sp_header-nav__list > li {
  border-top: 1px solid #FFF;
}

.sp_header-nav__list > li > a {
  display: block;
  font-family: "Noto serif JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 20px;
  transition: all 0.3s;
}

.sp_header-nav__list > li > a:hover,
.sp_header-nav__list > li > a:focus {
  opacity: 1 !important;
  filter: brightness(1);
}

.sp_header-nav__toggle--open span.sp_header-nav__toggle-btn::after {
  transform: scale(1, 0);
}

.sp_header-nav__toggle-btn {
  display: block;
  font-family: "Noto serif JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 20px;
  position: relative;
  transition: all 0.3s;
}

.sp_header-nav__toggle-btn a {
  color: #fff;
}

.sp_header-nav__toggle-btn:hover,
.sp_header-nav__toggle-btn:focus {
  opacity: 0.7;
}

.sp_header-nav__toggle-btn::before,
.sp_header-nav__toggle-btn::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
}

.sp_header-nav__toggle-btn::before {
  width: 12px;
  height: 2px;
  right: 20px;
}

.sp_header-nav__toggle-btn::after {
  right: 25px;
  width: 2px;
  height: 12px;
}

.sp_header-nav__second-menu {
  display: none;
}

.sp_header-nav__second-menu li {
  background-color: #008CD6;
  border-top: 1px solid white;
}

.sp_header-nav__second-menu li a {
  display: block;
  font-family: "Noto serif JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 20px 20px 20px 35px;
  transition: all 0.3s;
}

.sp_header-nav__second-menu li a:hover,
.sp_header-nav__second-menu li a:focus {
  opacity: 1;
}

.is_sp_header-inversion {
  background-color: #fff;
  box-shadow: 2px 0px 4px rgba(33, 37, 41, 0.2);
  transition: all 0.3s;
}

.is_active {
  top: 0px;
  transition: all 0.5s;
}

.is_open-menu .sp_header-nav {
  right: 0px;
}

.is_open-menu .sp_menu-btn .hamburger {
  background: transparent !important;
}

.is_open-menu .sp_menu-btn .hamburger::before {
  background-color: #fff;
  top: 0;
  transform: rotate(45deg);
}

.is_open-menu .sp_menu-btn .hamburger::after {
  background-color: #fff;
  top: 0;
  transform: rotate(-45deg);
}

.is_open-menu .sp_menu-btn .alph {
  display: none;
}

.scroll-prevent {
  position: fixed;
  z-index: 90;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1265px) {
  .header-logo img {
    width: 200px;
  }
  .header-top-nav {
    height: 71px;
  }
  .header-top-nav__first-menu {
    margin-right: 5px;
  }
  .header-top-nav__first-menu > a {
    font-size: 0.875rem;
    padding: 4px 4px;
  }
  .header-top-nav__has-child > a {
    font-size: 0.875rem;
  }
  .header-top-nav__second-menu > li a {
    font-size: 0.875rem;
  }
  .header-top-contact__ttl {
    font-size: 0.5rem;
  }
  .header-top-contact__tel {
    font-size: 1.25rem;
  }
  .header-nav__list > li > a {
    font-size: 0.875rem;
    padding: 4px 7px;
  }
  .header-nav__second-menu > li a {
    font-size: 0.875rem;
  }
  .header-fixed-menu__rsv-btn {
    width: 79px;
  }
}
/* @media screen and (max-width: 1288px) { */
@media screen and (max-width: 1100px) {
  .header-top {
    display: none;
    height: 0;
  }
  .header-fixed {
    display: none;
    height: 0;
  }
  .sp_header-bg,
  .sp_header {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 58px;
  }
  /* .sp_header-inner__left {
    margin-right: 5%;
  } */
}
/* top.css */
/* TOP page */
.top-wrapper {
  max-width: 1040px;
  width: 100%;
  /* padding-right: 20px;
  padding-left: 20px; */
  margin-right: auto;
  margin-left: auto;
}

.top-btn {
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  display: inline-block;
  box-sizing: border-box;
  max-width: 250px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  padding: 20px 20px;
  color: #35ADA9;
  /* background-color: #008CD7; */
  border: 1px solid #35ADA9;
  /* border-radius: 40px; */
  position: relative;
  /* -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px; */
  overflow: hidden;
  z-index: 1;
  transition: 0.3s all ease-out;
}

.top-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #333;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}

.top-btn:after {
  position: absolute;
  content: "";
  background: url(../images/common/arrow2.png) no-repeat;
  background-size: 7px;
  width: 7px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s all ease-out;
}

.top-btn:hover,
.top-btn:focus {
  background-color: #35ADA9;
  color: #fff;
}

.top-btn:hover:after {
  background: url(../images/common/arrow3.png) no-repeat;
  background-size: 7px;
}

/* .top-btn.pink {
  border: none;
  background-color: #EC96A4;
  color: #fff;
} */
@media screen and (max-width: 768px) {
  .top-btn {
    font-size: 1rem;
  }
}
/* .top-btn:hover,
.top-btn.pink:focus {
  background-color: #EC96A4;
  opacity: 1;
} */
.top-feature .top-btn.pink:hover,
.top-faq .top-btn.pink:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .top-btn {
    font-size: 0.875rem;
    max-width: 280px;
    padding: 14px 20px;
  }
}
.footer-info .rsv-btn {
  font-family: "Noto serif JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  box-sizing: border-box;
  max-width: 250px;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  padding: 16px 20px;
  color: #fff;
  background-color: #00ADA9;
  /* border-radius: 40px; */
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .rsv-btn {
    font-size: 1rem;
  }
}
/* .rsv-btn:hover,
.rsv-btn:focus {
  background-color: #fd7100;
} */
.rsv-btn::before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../images/common/icon-cal-w.png) no-repeat center center/contain;
  transform: translateY(3px);
  margin-right: 10px;
}

.header-fixed-menu .rsv-btn::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/common/icon_calendar.png) no-repeat center center/contain;
  transform: translateY(3px);
  margin-right: 10px;
  position: relative;
  top: -4px;
}

/* .header-fixed-menu a.rsv-btn.web-btn span {
  position: relative;
  top: -5px;
}

.rsv-btn--green {
  background-color: #6BC65E;
}

.rsv-btn--green:hover,
.rsv-btn--green:focus {
  background-color: #4db23f;
} */
.top-ttl {
  text-align: center;
  position: relative;
}

.top-ttl .ja {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  font-size: 1.2rem;
  color: #707070;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .top-ttl .ja {
    font-size: 1.2rem;
  }
}
.top-ttl .alph {
  display: block;
  font-family: "Lora", serif;
  font-size: 0.875rem;
  font-size: 4rem;
  letter-spacing: 0.05em;
  /* text-transform: uppercase; */
  color: #EC96A4;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .top-ttl .alph {
    margin-top: 5px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-ttl .icon {
    width: 36px;
    height: auto;
  }
}
.top-mv {
  width: 100%;
  /*height: 90vh;*/
  padding: 0 0px;
  position: relative;
}

.top-mv__catch {
  display: block;
  letter-spacing: 0;
  font-size: 2.625rem;
  color: #fff;
  line-height: 1.4;
  width: 100%;
  /*position: absolute;
  top: 18%;
  z-index: 5;*/
  font-weight: normal;
  padding: 15vh 0 8vh;
}

.top-mv__catch h2 {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  color: #646567;
  letter-spacing: 2;
  color: #fff;
  letter-spacing: 2;
  line-height: 2;
}

.top-mv__catch h2 span {
  background: rgba(3, 78, 149, 0.5607843137);
  padding: 2px 20px 10px 65px;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 10px;
}

.top-mv__catch p.txt {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  color: #333333;
  color: #fff;
  font-size: 0.68em;
  margin-top: 10px;
  padding-left: 65px;
  text-shadow: 0 0 10px #34658E;
}

.top-mv.mv-anime .top-mv-swiper {
  opacity: 0;
  filter: brightness(150%);
}
.top-mv.mv-anime .top-mv__catch h2 span {
  opacity: 0;
  clip-path: inset(0 100% 0 0%);
}
.top-mv.mv-anime .top-mv__catch p.txt {
  opacity: 0;
  transform: translateY(-20px);
}
.top-mv.mv-anime .btm-box .item1 {
  opacity: 0;
  transform: scale(0.5) rotate(45deg);
}
.top-mv.mv-anime .btm-box .item2 {
  opacity: 0;
  transform: scale(0.5) rotate(45deg);
}
.top-mv.mv-anime .top-schedule-table {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
}
.top-mv.mv-anime.active .top-mv-swiper {
  opacity: 1;
  filter: brightness(100%);
  transition: 1s all ease-out;
}
.top-mv.mv-anime.active .top-mv__catch h2 span {
  opacity: 1;
  clip-path: inset(0);
  transition: 0.5s all ease-out;
}
.top-mv.mv-anime.active .top-mv__catch p.txt {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s all ease-out;
  transition-delay: 0.5s;
}
.top-mv.mv-anime.active .btm-box .item1 {
  opacity: 1;
  transform: scale(1) rotate(45deg);
  transition: 0.5s all ease-out;
  transition-delay: 0.8s;
}
.top-mv.mv-anime.active .btm-box .item2 {
  opacity: 1;
  transform: scale(1) rotate(45deg);
  transition: 0.5s all ease-out;
  transition-delay: 1s;
}
.top-mv.mv-anime.active .top-schedule-table {
  opacity: 1;
  clip-path: inset(0);
  transition: 0.5s all ease-out;
  transition-delay: 1.2s;
}

@media screen and (max-width: 768px) {
  .top-mv__catch {
    font-size: 1.625rem;
    /* top: 65%; */
    padding: 15vh 0 8vh;
  }
  .top-mv {
    /* height: calc(100svh - 60px);
    padding-left: 0; 
    height: 75svh;*/
    padding: 0 0 150px;
    margin-bottom: 50px;
  }
  .top-mv {
    /*height: 100svh;*/
    height: 70svh;
  }
  .top-mv__catch h2 span {
    padding: 2px 20px 10px 35px;
  }
  .top-mv__catch p.txt {
    padding-left: 35px;
    text-shadow: 0 0 10px #34658E, 0 0 10px #34658E;
  }
}
@media screen and (max-width: 576px) {
  .top-mv__catch {
    font-size: 6.625vw;
  }
}
.top-mv .wave,
.top-news .wave,
.top-feature .wave,
.top-medical .wave,
.top-faq .wave {
  /* position: absolute; */
  width: 100%;
  max-height: 118px;
  /* background: url(/asset/images/top/news-bg1.png);
  background-size: cover;
  background-position: top center; */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.top-mv-swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  /*position: relative;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-mv-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.top-mv-slide__01 {
  background: linear-gradient(rgba(221, 208, 213, 0.6)), url(../images/top/top_mv_01.jpg) no-repeat 50% 50%;
  background: url(../images/top/top_mv_01.jpg) no-repeat 50% 50%;
  background-size: cover;
  /* background-image: url(../images/top/top_mv_01.jpg); */
}

@media screen and (max-width: 768px) {
  .top-mv-slide__01 {
    background: url(../images/top/top_mv_01_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.top-mv-slide__02 {
  background: url(../images/top/top_mv_02.jpg) no-repeat 50% 50%;
  background-size: cover;
  /* background-image: url(../images/top/top_mv_02.jpg); */
}

@media screen and (max-width: 768px) {
  .top-mv-slide__02 {
    background: url(../images/top/top_mv_02_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
    /* background-image: url(../images/top/top_mv_02_sp.jpg); */
  }
}
.top-mv-slide__03 {
  background: url(../images/top/top_mv_03.jpg) no-repeat 50% 50%;
  background-size: cover;
  /* background-image: url(../images/top/top_mv_03.jpg); */
}

@media screen and (max-width: 768px) {
  .top-mv-slide__03 {
    /* background-image: url(../images/top/top_mv_03_sp.jpg); */
    background: url(../images/top/top_mv_03_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.top-mv-slide__04 {
  background: url(../images/top/top_mv_04.jpg) no-repeat 50% 50%;
  background-size: cover;
  /* background-image: url(../images/top/top_mv_04.jpg); */
}

@media screen and (max-width: 768px) {
  .top-mv-slide__04 {
    /* background-image: url(../images/top/top_mv_04_sp.jpg); */
    background: url(../images/top/top_mv_04_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.bnr-l {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 10;
}

@media screen and (max-width: 1077px) {
  .bnr-l {
    display: none;
  }
}
/*.MV左下BOX */
.top-mv .btm-box {
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  color: #646567;
  margin-top: 160px;
  margin-left: 40px;
}

.top-mv .btm-box ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
}

.top-mv .btm-box ul li {
  margin-right: 15px;
  width: 130px;
  height: 130px;
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
  transform: rotate(45deg);
}

.top-mv .btm-box ul li.item1 {
  margin-top: -180px;
  margin-right: -20px;
  color: #034E95;
}

.top-mv .btm-box ul li.item2 {
  background: rgba(0, 140, 214, 0.8);
  width: 104px;
  height: 104px;
}

.top-mv .btm-box ul li p {
  transform: rotate(-45deg);
  font-size: 19px;
  line-height: 1.5;
  margin-left: 0px;
  margin-top: 36px;
}

.top-mv .btm-box ul li.item2 p {
  margin-left: 0px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .top-mv .btm-box {
    /* margin-top: 40px; */
    margin-left: 40px;
    margin-top: 30px;
  }
  .top-mv .btm-box ul li {
    width: 95px;
    height: 95px;
  }
  .top-mv .btm-box ul li.item1 {
    margin-top: 0;
    margin-right: 60px;
  }
  .top-mv .btm-box ul li p {
    font-size: 15px;
    margin-top: 27px;
  }
  .top-mv .btm-box ul li.item2 {
    width: 95px;
    height: 95px;
    margin-left: -50px;
  }
  .top-mv .btm-box ul li.item2 p {
    font-size: 15px;
    margin-top: 24px;
    margin-left: 5px;
  }
}
/*.診療時間表 */
.top-schedule-table {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  color: #333333;
  position: absolute;
  bottom: -60px;
  right: 0px;
  z-index: 10;
  background-color: #F5F3EE;
}

.top-schedule-table table {
  width: 100%;
}

.top-schedule-table table td:last-of-type {
  padding-right: 30px;
}

.top-schedule-table tbody tr:first-of-type {
  background: #545454;
  color: #fff;
}

.top-schedule-table table th,
.top-schedule-table table td {
  padding: 15px 20px;
  text-align: center;
  line-height: 1.1;
  font-weight: 500;
}

.top-schedule-table table td {
  padding: 15px 11px;
}

.top-schedule-table tr:nth-of-type(2) th {
  padding-bottom: 2px;
}

.top-schedule-table tr:nth-of-type(2) td {
  padding-bottom: 2px;
}

.top-schedule-table table tr:last-of-type th,
.top-schedule-table table tr:last-of-type td {
  border-bottom: 0px;
}

.top-schedule-table p {
  margin: 0px 30px 10px;
  padding-top: 10px;
  border-top: 1px solid #DBDAD5;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .top-schedule-table {
    padding: 15px 15px 5px;
    font-size: 14px;
    margin-left: 20px;
    /* bottom: -150px; */
    bottom: -200px;
  }
  top-schedule-table table {
    width: 100%;
  }
  .top-schedule-table table th,
  .top-schedule-table table td {
    padding: 8px 5px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
  }
  .top-schedule-table table td {
    padding: 8px 5px;
    box-sizing: border-box;
  }
  .top-schedule-table table td:last-child {
    padding: 8px 12px 8px 5px !important;
  }
  .top-schedule-table p {
    margin: 5px 0 10px;
  }
}
/*.top-newsblog */
.top-info {
  padding: 60px 0;
}

.top-info h3 {
  position: relative;
  font-family: garamond-premier-pro, serif;
  font-size: 22px;
  font-size: clamp(1.375rem, 2.5vw + 0.625rem, 2.5rem);
  font-weight: 400;
  margin-bottom: 20px;
  color: #008CD6;
  line-height: 1;
}

.top-info-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.top-info-contents li {
  position: relative;
  border: 1px solid #D3D3D3;
  margin-right: -1px;
  margin-bottom: -1px;
  background: #fff;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

a:active,
a:hover {
  outline-width: 0;
}

.top-info-contents li a {
  padding: 20px;
  display: block;
}

.top-info-contents li figure {
  margin-bottom: 10px;
  overflow: hidden;
}

.top-info-contents li figure {
  margin-bottom: 10px;
  overflow: hidden;
}

.top-info-contents li a:hover figure img {
  transform: scale(1.1);
  transition: transform 0.4s ease-in-out;
}

.top-info-contents li article .date {
  font-size: 14px;
  color: #646567;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  border-right: 1px solid #333;
  line-height: 1;
  padding-right: 10px;
}

.top-info-contents li article h3 {
  color: #646567;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
  line-height: 1.8;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  margin-bottom: 0px;
  font-weight: 500;
}

.top-info .btn {
  text-align: right;
  margin-top: 40px;
}

ul.top-info-contents article .dacat {
  display: flex;
  gap: 10px;
  align-items: center;
}

ul.top-info-contents article .dacat .cat {
  /*color: #fff;*/
  color: #333;
  line-height: 1.8;
  font-size: 0.9em;
}

ul.top-info-contents article .dacat .cat .news {
  /*background: #5ebf71;*/
  display: inline-block;
}

ul.top-info-contents article .dacat .cat .blog {
  /*background: #4c812f;*/
  display: inline-block;
}

.btn01 a {
  position: relative;
  color: #333;
  transition: all 0.3s ease;
  margin-top: 40px;
  display: inline-block;
  font-family: "Noto Serif", serif;
}

.btn01 a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
  width: 72.9px;
  height: 52px;
  background-size: contain;
  background-image: url(../images/common/btn1.png);
}

@media screen and (max-width: 768px) {
  .top-info {
    /* padding: 60px 0 40px; */
    /* padding: 130px 0 40px; */
    padding: 200px 0 40px;
  }
  .top-info .ttl {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .top-info-contents {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-info-contents li a {
    padding: 10px;
  }
  .top-info-contents li figure img {
    height: 100px;
  }
  ul.top-info-contents article .dacat {
    margin-bottom: 5px;
  }
  .top-info-contents li article .date {
    font-size: 12px;
  }
  .top-info .btn01 {
    margin-right: 68px;
  }
  .btn01 a {
    margin: 30px auto 0;
  }
  .btn01 a::before {
    width: 58.9px;
    height: 42px;
    right: -68px;
  }
  ul.top-info-contents article .dacat .cat {
    line-height: 1.6;
    font-size: 0.8em;
  }
  .top-info .btn {
    text-align: right;
    margin-top: 20px;
  }
}
/*.top-medical */
section#medical {
  position: relative;
  background-color: #EFEFEF;
}

.top-medical .ttl-wrap {
  padding: 60px 0 70px;
  background-image: url(../images/top/medical-bg.jpg);
  background-size: cover;
  position: relative;
}
.top-medical .ttl-wrap .top-ttl + p {
  margin-top: -30px;
  color: #fff;
  text-align: center;
}
.top-medical .ttl-wrap .deco {
  width: 100%;
  height: 80px;
  background: url(../images/top/ttl-wrap-deco.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  /* .top-medical .ttl-wrap {
    padding: 40px 0 50px;
  }
  .top-medical .ttl-wrap .top-ttl {
    margin-bottom: 40px;
  } */
  .top-medical .ttl-wrap .top-ttl + p {
    padding: 0 20px;
    text-align: left;
  }
}

p.bk_en {
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  color: #646567;
  position: absolute;
  font-size: 15em;
  letter-spacing: 12;
  line-height: 1.6;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  opacity: 0.4;
}

.top-medical h3.top-ttl {
  margin-bottom: 40px;
  /* padding: 120px 0 80px; */
}

.top-medical-bg {
  padding-bottom: 0px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-medical .ttl-wrap {
    background-size: 350%;
    background-position: center;
    padding: 40px 0;
  }
  .top-medical h3.top-ttl {
    margin-bottom: 40px;
  }
  .top-medical-bg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  p.bk_en {
    font-size: 4em;
    letter-spacing: 12;
    line-height: 1.6;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    opacity: 0.4;
    padding-top: 60px;
  }
}
section.top-medical h3 .fo2 {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  color: #fff;
  /* color: #646567; */
  letter-spacing: 2;
  font-size: 28px;
  font-size: clamp(1.75rem, 1.7vw + 1.24rem, 2.5rem);
  font-weight: 500;
  position: relative;
}

section.top-medical h3 .fo1 {
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  color: #fff;
  /* color: #646567; */
  font-size: 14px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
  line-height: 1.5;
  display: block;
}

.top-medical p.lead_txt {
  text-align: center;
  padding: 40px 0 60px;
}

.top-medical .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
}

/* 診療案内写真について
medical_thum1.jpg … 一般歯科
medical_thum2.jpg … 小児歯科
medical_thum3.jpg … 歯周病治療
medical_thum4.jpg … 口腔外科
medical_thum5.jpg … 予防歯科
medical_thum6.jpg … ホワイトニング
medical_thum7.jpg … 審美歯科
medical_thum8.jpg … 義歯・入れ歯
medical_thum9.jpg … 根管治療 */

.top-medical .items .item {
  display: block;
  aspect-ratio: 1/1;
  background: url(/asset/images/top/medical_thum1.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.top-medical .items .item:nth-child(2) {
  background: url(/asset/images/top/medical_thum9.jpg) no-repeat;
  background-size: cover;
}
.top-medical .items .item:nth-child(3) {
  background: url(/asset/images/top/medical_thum2.jpg) no-repeat;
  background-size: cover;
}
.top-medical .items .item:nth-child(4) {
  background: url(/asset/images/top/medical_thum3.jpg) no-repeat;
  background-size: cover;
}
.top-medical .items .item:nth-child(5) {
  background: url(/asset/images/top/medical_thum4.jpg) no-repeat;
  background-size: cover;
}
.top-medical .items .item:nth-child(6) {
  background: url(/asset/images/top/medical_thum5.jpg) no-repeat;
  background-size: cover;
}
.top-medical .items .item:nth-child(7) {
  background: url(/asset/images/top/medical_thum7.jpg) no-repeat;
  background-size: cover;
}
.top-medical .items .item:nth-child(8) {
  background: url(/asset/images/top/medical_thum8.jpg) no-repeat;
  background-size: cover;
}
.top-medical .items .item:before {
  content: "";
  background-color: rgba(3, 78, 149, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top-medical .items .item h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 22px;
  font-size: clamp(1.375rem, 0.6vw + 1.195rem, 1.625rem);
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
}
.top-medical .items .item h4 small {
  display: block;
  margin-top: 10px;
  font-size: 40%;
}

.top-medical .prevent {
  display: flex;
  background: #034E95;
  background: linear-gradient(90deg, rgb(3, 78, 149) 0%, rgb(37, 73, 141) 17%, rgb(116, 155, 194) 50%);
  margin-bottom: 80px;
  position: relative;
  transition: 0.5s all;
}
.top-medical .prevent:hover {
  opacity: 0.7;
}
.top-medical .prevent a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top-medical .prevent .txt {
  width: 50%;
  color: #fff;
  box-sizing: border-box;
  padding: 70px 50px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
}
.top-medical .prevent .txt h4 {
  line-height: 1.2;
  font-size: 26px;
  font-size: clamp(1.625rem, 2.2vw + 0.965rem, 2.625rem);
  margin-bottom: 30px;
  font-weight: 400;
}
.top-medical .prevent .txt h4 span {
  display: inline-block;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-size: 50%;
  padding-left: 2em;
}
.top-medical .prevent .img {
  width: 50%;
}
.top-medical .prevent .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

@media screen and (max-width: 768px) {
  .top-medical-bg {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  section.top-medical h3 .fo1 {
    line-height: 1;
  }
  section.top-medical h3 .fo2:before {
    width: 60px;
    left: -35%;
    top: -60%;
  }
  .top-medical p.lead_txt {
    text-align: left;
    padding: 20px 5% 30px;
  }
  .top-medical .items .item:after {
    display: none;
  }
  .top-medical .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 10px;
    margin: 0 0 40px;
  }
  .top-medical .items .item {
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .top-medical .items .item img {
    width: 62px;
  }
  .top-medical .items .item:nth-of-type(7) h4 {
    font-size: 20px;
  }
  .top-medical .prevent {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 3% 10px;
    opacity: 1 !important;
  }
  .top-medical .prevent .txt {
    width: 100%;
    padding: 30px 25px;
  }
  .top-medical .prevent .txt h4 {
    margin-bottom: 20px;
  }
  .top-medical .prevent .img {
    width: 100%;
  }
  .top-medical .prevent .img img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
/* top-feature */
section.top-feature h3 .fo2 {
  font-size: 22px;
  font-size: clamp(1.375rem, 2.5vw + 0.625rem, 2.5rem);
  font-weight: 500;
  position: relative;
}

.top-feature p.bk_en {
  color: #545454;
  opacity: 0.04;
}

.top-feature h3.top-ttl {
  padding: 120px 0 0px;
  line-height: 1;
  color: #646567;
  font-weight: 400;
  letter-spacing: 0.5em;
}
.top-feature h3.top-ttl .feattl01 {
  color: #008CD6;
  display: inline-block;
  margin-top: 20px;
}
.top-feature h3.top-ttl strong {
  font-family: garamond-premier-pro, serif;
  font-size: 240%;
  font-weight: 500;
  display: inline-block;
  transform: translateY(0.05em);
}
.top-feature h3.top-ttl .feattl03 {
  font-size: 160%;
}

section.top-feature h3 .fo1 {
  font-family: "Sorts Mill Goudy";
  color: #35ADA9;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
  line-height: 1.5;
  display: block;
}

.top-feature-bg {
  padding-top: 150px;
  padding-bottom: 20px;
  position: relative;
}

.top-feature .contents .beside-item .item .img img {
  max-width: 600px;
}

.top-feature .contents .beside-item .item .txt {
  background: #fff;
  opacity: 0.9;
  border-radius: 20px;
  flex: 1;
  padding: 0px 50px 45px;
  z-index: 1;
  position: relative;
}

.top-feature .fea_num {
  font-family: "Sorts Mill Goudy";
  color: #35ADA9;
  font-size: 1.6em;
  line-height: 1;
  position: relative;
  padding-bottom: 40px;
}

.top-feature .fea_num span:nth-of-type(2) {
  font-family: "Noto Serif JP";
  font-size: 2.8em;
  padding-left: 10px;
}

.top-feature .fea_num:after {
  content: "";
  width: 62%;
  height: 1px;
  background: #a5a5a5;
  position: absolute;
  bottom: 36%;
  right: 0;
}

.top-feature .contents .beside-item .item .txt h3 {
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.top-feature .contents .beside-item .item .txt p {
  margin-bottom: 40px;
}

.top-feature-wrapper .contents {
  margin-top: 70px;
}

.top-feature .contents .beside-item .item {
  display: flex;
  position: relative;
}

.top-feature .contents .beside-item .item.rvs {
  flex-direction: row-reverse;
}

.top-feature .contents .beside-item .item:not(:last-of-type) {
  margin-bottom: 80px;
}

.top-feature .contents .beside-item .item:nth-of-type(2) {
  position: relative;
}

.top-feature-wrapper .top-news__btn {
  margin-top: 0;
  text-align: left;
}

.top-feature {
  position: relative;
}

.top-feature .contents .beside-item .item.cen .img.sp {
  display: none;
}

.top-feature .rsv_area {
  margin-bottom: 40px;
}

.top-feature .rsv_area figure {
  text-align: center;
  margin-bottom: 20px;
}

.top-feature .rsv_area figure img {
  width: 60vw;
  max-width: 600px;
  box-shadow: 6px 6px 25px #d3d3d3, -6px -6px 25px #fff;
}

.top-feature .rsv_area p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-feature-bg {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  section.top-feature h3 .fo2 {
    display: inline-block;
    margin-top: 10px;
    line-height: 1.4;
  }
  section.top-feature h3 .fo2:before {
    width: 60px;
    top: 0;
  }
  .top-feature h3.top-ttl {
    padding: 30px 0 0px;
  }
  .top-feature h3.top-ttl .feattl01 {
    margin-top: 0px;
  }
  .top-feature-wrapper .contents {
    margin-top: 20px;
  }
  .top-feature .contents .beside-item .item .txt {
    padding: 0px 5% 30px;
  }
  .top-feature .fea_num span:nth-of-type(2) {
    padding-left: 5px;
  }
  .top-feature .fea_num:after {
    width: 42%;
    bottom: 32%;
  }
  .top-feature .contents .beside-item .item .txt h3 {
    margin-bottom: 0;
    font-size: 1.4em;
  }
  .top-feature .contents .beside-item .item .txt p {
    margin-bottom: 20px;
  }
  .top-feature-wrapper .top-news__btn {
    text-align: center;
  }
  .top-feature .fea_num {
    padding-bottom: 20px;
  }
  .top-feature .contents .beside-item .item:nth-of-type(2):before {
    display: none;
  }
  .top-feature .contents .beside-item .item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .top-feature .contents .beside-item .item.cen .img.sp {
    display: block;
  }
  .top-feature .contents .beside-item .item.cen .img.pc {
    display: none;
  }
  .top-feature .rsv_area {
    margin-bottom: 20px;
  }
  .top-feature .rsv_area figure img {
    width: 90vw;
  }
  .top-feature .rsv_area p {
    text-align: left;
  }
}
.top-feature ul {
  margin: 100px 0 0;
}
.top-feature ul li {
  display: flex;
  align-items: flex-end;
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
}
.top-feature ul li figure {
  width: calc(45% + (100vw - 100%) / 2);
  margin-left: calc((100% - 100vw) / 2);
  position: relative;
}
.top-feature ul li figure div {
  width: calc(100% + 110px);
}
.top-feature ul li article {
  width: 55%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding-left: 50px;
  text-shadow: 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff;
}
.top-feature ul li article:before {
  content: "";
  width: calc(100% - 110px + (100vw - (155% + 18em)) / 2);
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  top: -70px;
  left: 110px;
}
.top-feature ul li article {
  /*&:after{
    content: '';
    width: 70%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 15%;
    z-index: -1;
    box-shadow: 0 0 40px #fff,0 0 40px #fff,0 0 40px #fff,0 0 40px #fff;
    opacity: 0.8;
  }*/
}
.top-feature ul li article strong {
  display: block;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 26px;
  font-size: clamp(1.625rem, 1.1vw + 1.295rem, 2.125rem);
  line-height: 1.4;
  color: #008CD6;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
  padding-left: 3em;
}
.top-feature ul li article strong span {
  display: inline-block;
  font-family: garamond-premier-pro, serif;
  font-size: 260%;
  line-height: 1;
  padding-right: 15px;
  position: absolute;
  bottom: -0.2em;
  left: 0;
}
.top-feature ul li article p {
  padding-right: 100px;
}
.top-feature ul li article .btn {
  text-align: right;
}
.top-feature ul li .en {
  position: absolute;
  bottom: 0;
  right: calc((100% - 100vw) / 2);
  line-height: 1;
  writing-mode: vertical-rl;
  z-index: -1;
  opacity: 0.1;
  font-family: garamond-premier-pro, serif;
  font-size: 30px;
  font-size: clamp(1.875rem, 4.2vw + 0.615rem, 3.75rem);
}
.top-feature ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.top-feature ul li:nth-child(even) figure {
  width: calc(45% + (100vw - 100%) / 2);
  margin-right: calc((100% - 100vw) / 2);
  margin-left: 0;
}
.top-feature ul li:nth-child(even) figure div {
  transform: translateX(-110px);
}
.top-feature ul li:nth-child(even) article {
  width: 55%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 50px;
}
.top-feature ul li:nth-child(even) article:before {
  content: "";
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  top: -70px;
  left: auto;
  right: 110px;
}
.top-feature ul li:nth-child(even) article .btn {
  text-align: center;
  margin-top: 40px;
}
.top-feature ul li:nth-child(even) .en {
  position: absolute;
  bottom: 2.2em;
  right: auto;
  left: calc((100% - 100vw) / 2);
}
.top-feature ul li.f3 figure {
  width: 45%;
  margin-left: 0;
  position: relative;
}
.top-feature ul li.f3 figure div {
  width: 100%;
}
.top-feature ul li.f3 article:before {
  content: "";
  width: calc(100% - 0px + (100vw - (155% + 18em)) / 2);
  left: 0px;
}
.top-feature ul li.f3 article .btn {
  padding-right: 100px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .top-feature {
    overflow: hidden;
  }
  .top-feature ul {
    margin: 30px 0 0;
  }
  .top-feature ul li {
    display: flex;
    flex-direction: column;
    align-items: normal;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
  }
  .top-feature ul li figure {
    width: 112%;
    margin-left: -6%;
    position: relative;
    margin-bottom: 20px;
  }
  .top-feature ul li figure div {
    width: 100%;
  }
  .top-feature ul li article {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding-left: 0px;
    text-shadow: 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff;
  }
  .top-feature ul li article:before {
    display: none;
  }
  .top-feature ul li article {
    /*&:after{
      content: '';
      width: 70%;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 15%;
      z-index: -1;
      box-shadow: 0 0 40px #fff,0 0 40px #fff,0 0 40px #fff,0 0 40px #fff;
      opacity: 0.8;
    }*/
  }
  .top-feature ul li article strong {
    margin-bottom: 25px;
    padding-left: 3em;
  }
  .top-feature ul li article strong span {
    display: inline-block;
    font-family: garamond-premier-pro, serif;
    font-size: 260%;
    line-height: 1;
    padding-right: 15px;
    position: absolute;
    bottom: -0.2em;
    left: 0;
  }
  .top-feature ul li article p {
    padding-right: 0px;
  }
  .top-feature ul li article .btn {
    text-align: right;
  }
  .top-feature ul li .en {
    bottom: auto;
    top: 3em;
    z-index: 2;
    opacity: 0.2;
  }
  .top-feature ul li:nth-child(even) {
    flex-direction: column;
  }
  .top-feature ul li:nth-child(even) figure {
    width: 112%;
    margin-left: -6%;
    position: relative;
    margin-bottom: 20px;
  }
  .top-feature ul li:nth-child(even) figure div {
    transform: translateX(0px);
  }
  .top-feature ul li:nth-child(even) article {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .top-feature ul li:nth-child(even) article:before {
    content: "";
    height: 1px;
    background-color: #DDDDDD;
    position: absolute;
    top: -70px;
    left: auto;
    right: 110px;
  }
  .top-feature ul li:nth-child(even) article .btn {
    text-align: right;
    margin-top: 0px;
  }
  .top-feature ul li:nth-child(even) .en {
    position: absolute;
    bottom: auto;
    top: 6em;
    right: auto;
    left: -8%;
  }
  .top-feature ul li.f3 figure {
    width: 112%;
    margin-left: -6%;
    position: relative;
    margin-bottom: 20px;
  }
  .top-feature ul li.f3 article:before {
    display: none;
  }
  .top-feature ul li.f3 article .btn {
    padding-right: 0px;
    margin-top: 0px;
  }
}
/*.top-loop */
.infinite-scroll {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.infinite-scroll__container {
  display: flex;
  /* img要素感の隙間 */
  gap: 0px;
  /* container要素感の隙間 */
  padding-right: 0px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .infinite-scroll__container {
    gap: 0;
    padding-right: 0;
  }
}
.infinite-scroll__img-wrap {
  /* flex-shrink: 0; */
  /* 画像の幅調整 */
  /* width: 300px;  */
  width: 350px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .infinite-scroll__img-wrap {
    width: 200px;
  }
}
.infinite-scroll__img-wrap:nth-child(odd) {
  width: 350px;
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .infinite-scroll__img-wrap:nth-child(odd) {
    width: 200px;
    margin-top: 0px;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.infinite-scroll__container:first-child {
  animation: loop 80s -40s linear infinite;
}

.infinite-scroll__container:last-child {
  animation: loop2 80s linear infinite;
}

/* top-case */
.top-case {
  padding: 80px 0;
  background: #DCE3EB;
  position: relative;
}

.top-case .en {
  position: absolute;
  color: rgba(255, 255, 255, 0.3058823529);
  font-size: 141px;
  font-family: garamond-premier-pro, serif;
  left: -4px;
  /* top: -0.1em; */
  top: -0.14em;
  line-height: 1;
}

.top-case .ttl {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 28px;
  font-size: clamp(1.75rem, 1.7vw + 1.24rem, 2.5rem);
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
  line-height: 1.2;
  color: #646567;
}
.top-case .ttl small {
  display: block;
  font-size: 50%;
  color: #008CD6;
  margin-bottom: 10px;
}

.top-case .ttl span {
  position: relative;
  display: block;
}

.top-case .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 0 60px;
}

.top-case .items .item {
  background: #fff;
  height: 90px;
  color: #4B4739;
  font-size: 18px;
  font-family: "Noto serif JP", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
  padding: 0 20px;
  text-align: center;
  position: relative;
  box-shadow: 6px 6px 25px #d3d3d3, -6px -6px 25px #fff;
}

.top-case .items .item::after {
  content: "";
  width: 32px;
  height: 6px;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  /*傾きを調節*/
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: 0px 0 0 0px;
  position: absolute;
  bottom: 15px;
  right: 20px;
  transform: skew(55deg);
}

@media screen and (max-width: 768px) {
  section.top-disease h3 .fo1 {
    line-height: 1;
  }
  .top-case {
    padding: 60px 0 40px;
  }
  .top-case .en {
    font-size: 40px;
    top: 0px;
  }
  #symptoms .wrapper-lg.wrapper,
  #disease .wrapper-lg {
    padding: 0 10px;
  }
  .top-case .ttl {
    margin-bottom: 40px;
  }
  .top-case .ttl span::after {
    width: 30px;
    right: -40px;
    bottom: -30px;
  }
  .top-case .items {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 3%;
  }
  .top-case .items .item {
    padding: 0 10px;
    font-size: 1.2em;
    height: 70px;
  }
}
/* top-disease*/
.top-case.top-disease {
  background: #EFEFEF;
}

.top-case.top-disease .en {
  left: initial;
  right: -4px;
}

.top-case.top-disease .ttl span {
  position: relative;
}

.top-case.top-disease .items .item {
  position: relative;
}

.top-case.top-disease .items .item::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/top/check2.png);
  background-size: cover;
  top: 51%;
  transform: translateY(-50%);
  left: 20px;
}

.top-disease p {
  position: relative;
}

.top-disease p:before {
  content: "";
  position: absolute;
  top: -1.1em;
  font-size: 0.7em;
  color: #999;
}

p.rb13.s_txt {
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .top-case.top-disease .en {
    top: 0px;
  }
}
/* top-greeting */
.top-greeting {
  position: relative;
  z-index: 1;
  padding: 90px 0 100px;
  overflow: hidden;
}
.top-greeting .l_ver {
  position: absolute;
  line-height: 1;
  writing-mode: vertical-rl;
  z-index: -1;
  opacity: 0.04;
  font-family: garamond-premier-pro, serif;
  font-size: 0px;
  font-size: clamp(0rem, 24.4vw + -7.32rem, 11rem);
  left: -0.18em;
  top: 0;
}

.top-greeting-cont {
  display: flex;
}
.top-greeting-cont .top-greeting-cont__left {
  width: 70%;
  box-sizing: border-box;
  padding-right: 90px;
}
.top-greeting-cont .top-greeting-cont__left h3.ttl {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  text-align: center;
  color: #646567;
  font-size: 26px;
  font-size: clamp(1.625rem, 1.9vw + 1.055rem, 2.5rem);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 70px;
}
.top-greeting-cont .top-greeting-cont__left h3.ttl small {
  display: block;
  font-family: garamond-premier-pro, serif;
  font-size: 50%;
  color: #008CD6;
  margin-bottom: 10px;
}
.top-greeting-cont .top-greeting-cont__left h4 {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  color: #008CD6;
  font-size: 22px;
  font-size: clamp(1.375rem, 1vw + 1.075rem, 1.8125rem);
  font-weight: 500;
  margin-bottom: 35px;
}
.top-greeting-cont .top-greeting-cont__left p {
  margin-bottom: 35px;
}
.top-greeting-cont .top-greeting-cont__left p:last-of-type {
  margin-bottom: 50px;
}
.top-greeting-cont .top-greeting-cont__left .btn {
  text-align: center;
}
.top-greeting-cont .top-greeting-cont__left .sp-figure {
  display: none;
}
.top-greeting-cont .top-greeting-cont__right {
  width: calc(30% + (100vw - 100%) / 2);
  margin-right: calc((100% - 100vw) / 2);
  position: relative;
  padding-bottom: 3.5vw;
}
.top-greeting-cont .top-greeting-cont__right figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-greeting-cont .top-greeting-cont__right figure img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.top-greeting-cont .top-greeting-cont__right .gr_name {
  position: absolute;
  bottom: 20px;
  right: 100px;
  color: #fff;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.6vw + 0.945rem, 1.375rem);
  z-index: 2;
}
.top-greeting-cont .top-greeting-cont__right .gr_name .name.ja {
  display: block;
  font-size: 120%;
  margin-top: 10px;
}
.top-greeting-cont .top-greeting-cont__right .gr_name:after {
  content: "";
  background-color: rgba(0, 140, 214, 0.9);
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
  /* padding: 80px; */
  padding: 0;
  width: 150px;
  height: 150px;
}

@media screen and (max-width: 768px) {
  .top-greeting {
    padding: 40px 0 30px;
  }
  .top-greeting-cont {
    display: block;
  }
  .top-greeting-cont .top-greeting-cont__left {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
  }
  .top-greeting-cont .top-greeting-cont__left h3.ttl {
    margin-bottom: 30px;
  }
  .top-greeting-cont .top-greeting-cont__left h4 {
    margin-bottom: 25px;
    line-height: 1.4;
    text-align: center;
  }
  .top-greeting-cont .top-greeting-cont__left p {
    margin-bottom: 15px;
  }
  .top-greeting-cont .top-greeting-cont__left p:last-of-type {
    margin-bottom: 20px;
  }
  .top-greeting-cont .top-greeting-cont__left .btn {
    text-align: center;
  }
  .top-greeting-cont .top-greeting-cont__left .sp-figure {
    display: block;
    position: relative;
    margin-bottom: 40px;
  }
  .top-greeting-cont .top-greeting-cont__left .sp-figure figure {
    position: relative;
    width: 100%;
    height: auto;
  }
  .top-greeting-cont .top-greeting-cont__left .sp-figure figure img {
    position: relative;
    width: 100%;
  }
  .top-greeting-cont .top-greeting-cont__left .sp-figure .gr_name {
    position: absolute;
    bottom: 20px;
    right: 50px;
    color: #fff;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    font-size: clamp(1.125rem, 0.6vw + 0.945rem, 1.375rem);
    z-index: 2;
  }
  .top-greeting-cont .top-greeting-cont__left .sp-figure .gr_name .name.ja {
    display: block;
    font-size: 120%;
    margin-top: 10px;
  }
  .top-greeting-cont .top-greeting-cont__left .sp-figure .gr_name:after {
    content: "";
    background-color: rgba(0, 140, 214, 0.9);
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    /* padding: 60px;
    width: 3px;
    height: 3px; */
    padding: 0;
    width: 120px;
    height: 120px;
  }
  .top-greeting-cont .top-greeting-cont__right {
    display: none;
  }
}
/* top-access */
.top-access {
  background: #25498D;
  background: linear-gradient(90deg, rgb(37, 73, 141) 0%, rgb(37, 73, 141) 70%, rgb(116, 155, 194) 100%);
  padding: 70px 0 80px;
}
.top-access .ttl {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 28px;
  font-size: clamp(1.75rem, 1.7vw + 1.24rem, 2.5rem);
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
  line-height: 1.2;
}
.top-access .ttl small {
  display: block;
  font-size: 50%;
  margin-bottom: 10px;
}
.top-access .container {
  padding: 0 70px;
}
.top-access .btn {
  text-align: center;
  margin-top: 40px;
}

.top-access .mapvideo {
  width: 100%;
  margin: 100px auto 30px;
  display: flex;
}

.top-access .gmap {
  width: 50%;
  margin: 0;
}

.top-access .gmap iframe,
.top-access .video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}

.top-access .video {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 50px 0 40px;
  }
  .top-access .ttl {
    margin-bottom: 40px;
  }
  .top-access .container {
    padding: 0 0px;
  }
  .top-access .btn {
    text-align: center;
    margin-top: 20px;
  }
  .top-access .mapvideo {
    flex-direction: column;
    margin: 0px auto 30px;
  }
  .top-access .gmap {
    width: 100%;
    margin: 0;
  }
  .top-access .video {
    width: 100%;
  }
}
/*.footer */
footer {
  background: url(/asset/images/common/footer_bg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0 0;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
}
footer .left {
  text-align: center;
}
footer .add {
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
}
footer .tel a {
  display: inline-block;
  position: relative;
  font-size: 28px;
  font-size: clamp(1.75rem, 1.1vw + 1.42rem, 2.25rem);
  color: #fff;
  padding-left: 45px;
}
footer .tel a:before {
  content: "";
  background: url(/asset/images/common/icon-tel-w.png) no-repeat;
  background-size: cover;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
}
footer .btn-web {
  margin-bottom: 25px;
}
footer .btn-web a {
  background-color: #034E95;
  color: #fff;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  width: 240px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  display: inline-block;
}
footer .btn-web a span {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}
footer .btn-web a span::before {
  content: "";
  background: url(/asset/images/common/icon-cal-w.png) no-repeat;
  background-size: cover;
  width: 25px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

footer .wrap {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

footer .wrap .left h2 {
  margin-bottom: 20px;
}

footer .wrap .left h2 img {
  width: 100%;
  max-width: 409px;
}

footer .wrap .left .tel {
  margin: 5px 0 10px;
}

footer .table-wrap {
  background-color: #fff;
  color: #333;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
footer .table-wrap p {
  padding: 0px 3em 20px;
  text-align: left;
  line-height: 1.6;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
}
footer .table-wrap p strong {
  color: #646567;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 10px !important;
  }
  footer .tel a {
    padding-left: 30px;
  }
  footer .tel a:before {
    width: 24px;
    height: 24px;
  }
  footer .table-wrap p {
    padding: 0px 1.5em 10px;
  }
}
footer .wrap .left table {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
}
footer .wrap .left table tr th, footer .wrap .left table tr td {
  font-weight: 500;
}
footer .wrap .left table tr th.space, footer .wrap .left table tr td.space {
  padding: 0;
  width: 2em;
  border-bottom: 0px !important;
}
footer .wrap .left table tr th {
  border: 0px;
}
footer .wrap .left table tr.last th, footer .wrap .left table tr.last td {
  border-bottom: 1px solid #DDDDDD;
}
footer .wrap .left table tr.head th, footer .wrap .left table tr.head td {
  background-color: #545454;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

footer .wrap .left table th,
footer .wrap .left table td {
  padding: 10px 20px;
  vertical-align: middle;
  line-height: 1.4;
}

footer .wrap .left table th {
  white-space: nowrap;
  text-align: left;
  box-sizing: border-box;
  width: 10em;
}

footer .wrap .left table td {
  padding: 10px 10px;
  text-align: center;
}

footer .wrap .right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 50px;
  position: relative;
}

footer .wrap .right dl {
  display: flex;
  flex-wrap: wrap;
}

footer .wrap .right dl dt {
  width: 7em;
  margin-bottom: 30px;
  line-height: 1.4;
}

footer .wrap .right dl dd {
  width: calc(100% - 7em);
  margin-bottom: 30px;
}

footer .wrap .right dl dd ul {
  display: flex;
}

footer .wrap .right dl dd ul li {
  width: 50%;
}

footer .wrap .right dl dd ul li a {
  display: block;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

/*footer .wrap .right dl dd ul li a::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 5px);
  left: 0;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.3s;
}

footer .wrap .right dl dd ul li a::after {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}*/
footer .wrap .right .btn,
footer .wrap .left .btn {
  display: flex;
  justify-content: center;
  margin-right: -15px;
}

footer .wrap .right .btn li,
footer .wrap .left .btn li {
  width: 50%;
  margin-right: 15px;
}

footer .wrap .right .btn li a,
footer .wrap .left .btn li a {
  display: block;
  line-height: 49px;
  height: 50px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}

footer .wrap .right .btn li a:hover,
footer .wrap .left .btn li a:hover {
  background: #fff;
  opacity: 1;
  color: #212630;
}

footer .wrap .right .btn li a:hover span::before,
footer .wrap .left .btn li a:hover span::before {
  background-image: url(../images/common/line-navy.png);
  background-size: cover;
}

footer .wrap .right .btn li.rsv a:hover span::before,
footer .wrap .left .btn li.rsv a:hover span::before {
  background-image: url(../images/common/web-navy.png);
  background-size: cover;
}

footer .wrap .right .btn li a span,
footer .wrap .left .btn li a span {
  position: relative;
  padding-left: 27px;
}

footer .wrap .right .btn li a span::before,
footer .wrap .left .btn li a span::before {
  content: "";
  background-image: url(../images/common/line.png);
  width: 25px;
  height: 25px;
  background-size: cover;
  position: absolute;
  left: -3px;
  top: 0px;
  transition: 0.4s;
}

footer .wrap .right .btn li.rsv a span::before,
footer .wrap .left .btn li.rsv a span::before {
  background-image: url(../images/common/web.png);
  width: 23px;
  height: 23px;
  transition: 0.4s;
}

/*banner*/
.footer-bnr {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .footer-bnr {
    margin: 20px 15px 0;
    flex-wrap: wrap;
  }
}
.footer-bnr a {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .footer-bnr a {
    width: 100%;
  }
}
.footer-bnr a img {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .footer-bnr a img {
    width: 100%;
    max-width: 240px;
    margin-top: 20px;
  }
}
footer .copy {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding-top: 30px;
  /* padding-top: 50px; */
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  footer .copy {
    padding-top: 30px;
    font-size: 12px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0 0;
  }
  footer .wrap {
    display: block;
  }
  footer .wrap .left {
    margin-bottom: 30px;
  }
  footer .wrap .left h2 {
    margin-bottom: 10px;
    text-align: center;
  }
  footer .wrap .left h2 img {
    width: 100%;
    max-width: 280px;
  }
  footer .wrap .left h2 + p {
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: center;
  }
  footer .wrap .left .tel {
    text-align: center;
  }
  footer .wrap .left table {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .wrap .left table th,
  footer .wrap .left table td {
    padding: 7px 5px;
  }
  footer .wrap .left table th {
    width: 8em;
  }
  footer .wrap .left table td {
    padding: 5px 5px;
  }
  footer .wrap .right {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
  }
  footer .wrap .right dl {
    display: flex;
    flex-wrap: wrap;
  }
  footer .wrap .right dl dt {
    width: 6em;
    margin-bottom: 20px;
  }
  footer .wrap .right dl dd {
    width: calc(100% - 6em);
    margin-bottom: 20px;
  }
  footer .wrap .right dl dd ul li a {
    margin-bottom: 10px;
  }
  footer .wrap .right dl dd ul li a span {
    display: inline-block;
    position: relative;
    padding-left: 15px;
  }
  footer .wrap .right dl dd ul li a span:after {
    content: "";
    background: url(../images/arrow3.png) no-repeat;
    background-size: 5px;
    width: 5px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .wrap .right dl dd ul li a span:before {
    display: none;
  }
}
/* footer sp nav */
.sp_bottom-menu {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
}

.sp_bottom-menu__btn {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
  vertical-align: bottom;
  width: 50%;
  height: 60px;
  line-height: 30px;
  background-color: rgba(247, 88, 30, 0.9333333333);
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3215686275);
}

.sp_bottom-menu__btn::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 27px;
  background: url(../images/common/web.png) no-repeat center center/contain;
  margin-right: 5px;
}

.sp_bottom-menu__btn--line {
  background-color: rgba(14, 211, 0, 0.9058823529) !important;
}

.sp_bottom-menu__btn--line::before {
  width: 22px;
  height: 30px;
  background-image: url(../images/common/line.png) !important;
}

.sp_bottom-menu__btn--tel {
  background-color: rgba(33, 38, 48, 0.9294117647) !important;
}

.sp_bottom-menu__btn--tel::before {
  width: 19px;
  height: 29px;
  background-image: url(../images/common/tel.png) !important;
}

@media screen and (max-width: 768px) {
  .sp_bottom-menu {
    visibility: visible;
    height: auto;
    overflow: visible;
  }
} 
/* 追加 */
/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

.mg-t10 {
  margin-top: 10px;
}

.mg-b10 {
  margin-bottom: 10px;
}

.mg-t20 {
  margin-top: 20px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-t30 {
  margin-top: 30px;
}

.mg-b30 {
  margin-bottom: 30px;
}

.mg-t40 {
  margin-top: 40px;
}

.mg-b40 {
  margin-bottom: 40px;
}

.mg-t50 {
  margin-top: 50px;
}

.mg-b50 {
  margin-bottom: 50px;
}

.mg-t60 {
  margin-top: 60px;
}

.mg-b60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .mg-t10 {
    margin-top: 5px;
  }
  .mg-b10 {
    margin-bottom: 5px;
  }
  .mg-t20 {
    margin-top: 10px;
  }
  .mg-b20 {
    margin-bottom: 10px;
  }
  .mg-t30 {
    margin-top: 15px;
  }
  .mg-b30 {
    margin-bottom: 15px;
  }
  .mg-t40 {
    margin-top: 20px;
  }
  .mg-b40 {
    margin-bottom: 20px;
  }
  .mg-t50 {
    margin-top: 25px;
  }
  .mg-b50 {
    margin-bottom: 25px;
  }
  .mg-t60 {
    margin-top: 30px;
  }
  .mg-b60 {
    margin-bottom: 30px;
  }
  main img {
    width: 100%;
    height: auto;
  }
}
.anime.opacity {
  opacity: 0;
}
.anime.opacity.active {
  transition: 1.7s all ease-out;
  opacity: 1;
}
.anime.blur {
  opacity: 0;
  filter: blur(15px);
}
.anime.blur.active {
  transition: 1s all ease-out;
  opacity: 1;
  filter: blur(0px);
}
.anime.up {
  opacity: 0;
  transform: translateY(50px);
}
.anime.up.active {
  transition: 0.7s all ease-out;
  opacity: 1;
  transform: translateY(0);
}
.anime.zoom {
  opacity: 0;
  transform: scale(0.8);
}
.anime.zoom.active {
  transition: 0.3s all ease-out;
  opacity: 1;
  transform: scale(1);
}
.anime.up-3d {
  opacity: 0;
  transform-style: preserve-3d;
  transform: translateY(50px) rotateY(45deg);
}
.anime.up-3d.active {
  transition: 0.7s all ease-out;
  opacity: 1;
  transform: translateY(0) rotateY(0deg);
}
.anime.no-active {
  opacity: 0;
  transform: translateY(50px);
}

.btn.w a {
  color: #fff;
}
.btn.w a:before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn.w a:after {
  border: 1px solid #fff;
}
.btn a {
  display: inset-block;
  font-family: garamond-premier-pro, serif;
  color: #646567;
  font-size: 15px;
  font-size: clamp(0.9375rem, 0.3vw + 0.8475rem, 1.0625rem);
  position: relative;
  padding-right: 85px;
  line-height: 54px;
}
.btn a:before {
  content: "";
  width: 48px;
  height: 6px;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  /*傾きを調節*/
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 0px;
  position: absolute;
  bottom: 50%;
  right: 30px;
  transform: skew(55deg);
}
.btn a:after {
  content: "";
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 28px;
  border: 1px solid #707070;
  transform: translateY(-50%);
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .btn a {
    padding-right: 55px;
    line-height: 54px;
  }
  .btn a:before {
    content: "";
    width: 35px;
    right: 15px;
  }
  .btn a:after {
    content: "";
    width: 34px;
    height: 34px;
  }
}
#sp-fix-btn {
  position: fixed;
  bottom: 0px;
  left: 0;
  background-color: #034E95;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  z-index: 99;
  display: none;
}
#sp-fix-btn a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 60px;
  height: 60px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 14px;
}
#sp-fix-btn a span {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}
#sp-fix-btn a span:before {
  content: "";
  background: url(/asset/images/common/icon-cal-w.png);
  background-size: cover;
  width: 27px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#sp-fix-btn .contact__tel {
  border-right: 1px solid #fff;
}
#sp-fix-btn .contact__tel a {
  font-family: garamond-premier-pro, serif;
  font-size: 20px;
}
#sp-fix-btn .contact__tel a span {
  padding-top: 0.2em;
  padding-left: 30px;
}
#sp-fix-btn .contact__tel a span:before {
  content: "";
  background: url(/asset/images/common/icon-tel-w.png);
  background-size: cover;
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 768px) {
  #sp-fix-btn {
    display: grid;
  }
}
/*---------------------------
		low
----------------------------*/
.low {
  padding-bottom: 100px;
}
.low #mv {
  text-align: center;
  height: 250px;
  position: relative;
  margin-bottom: 0px;
  background: url(/asset/images/clinic/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
.low #mv:after {
  content: "";
  background: rgba(3, 78, 149, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.low #mv:before {
  content: "";
  background: rgba(3, 78, 149, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.low #mv h2 {
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.low #mv h2 span {
  font-size: 24px;
  font-size: clamp(1.5rem, 1.7vw + 0.99rem, 2.25rem);
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
}
.low #mv h2 small {
  display: block;
  font-family: garamond-premier-pro, serif;
  /* font-size: 40%; */
  margin-bottom: 5px;
}
.low #mv.mv-anime:after {
  opacity: 0;
}
.low #mv.mv-anime:before {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}
.low #mv.mv-anime h2 span {
  opacity: 0;
  transform: translateX(-30px);
  display: inline-block;
}
.low #mv.mv-anime h2 small {
  opacity: 0;
  transform: translateX(30px);
}
.low #mv.mv-anime.active:after {
  opacity: 1;
  transition: 1s all;
}
.low #mv.mv-anime.active:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 1s all;
  transition-delay: 0.5s;
}
.low #mv.mv-anime.active h2 span {
  opacity: 1;
  transform: translateX(0);
  transition: 1s all;
  transition-delay: 0.5s;
}
.low #mv.mv-anime.active h2 small {
  opacity: 1;
  transform: translateX(0);
  transition: 1s all;
  transition-delay: 0.5s;
}
.low h3.ttl {
  text-align: center;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 28px;
  font-size: clamp(1.75rem, 1.7vw + 1.24rem, 2.5rem);
  font-weight: 500;
  line-height: 1;
  position: relative;
  z-index: 1;
  color: #646567;
  margin-bottom: 60px;
}
.low h3.ttl strong {
  font-weight: 200;
  display: inline-block;
  font-size: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: -1;
  opacity: 0.4;
  font-family: garamond-premier-pro, serif;
  color: #eee;
  text-transform: uppercase;
  white-space: nowrap;
}
.low h3.ttl small {
  display: block;
  font-size: 40%;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #008CD6;
}
.low #anchor-list {
  margin-bottom: 100px;
  position: relative;
  z-index: 3;
}
.low #anchor-list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}
.low #anchor-list ul li {
  text-align: center;
  box-shadow: 6px 6px 25px #d3d3d3, -6px -6px 25px #fff;
}
.low #anchor-list ul li a {
  display: block;
  color: #646567;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
  background-color: #EFEFEF;
  line-height: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.low #anchor-list ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 5px solid #034E95;
  box-sizing: border-box;
  transform: translateY(5px);
  transition: 0.5s all ease-out;
}
.low #anchor-list ul li a:hover:before {
  transform: translateY(0px);
}

@media screen and (max-width: 768px) {
  .low {
    padding-bottom: 70px;
  }
  #access.low {
    padding-bottom: 50px;
  }
  .low #mv {
    height: 180px;
  }
  .low #mv:before {
    width: 180px;
    height: 180px;
  }
  .low h3.ttl {
    margin-bottom: 40px;
  }
  .low h3.ttl small {
    margin-bottom: 5px;
  }
  .low #anchor-list {
    margin-bottom: 50px;
  }
  .low #anchor-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .low #anchor-list ul li {
    text-align: center;
  }
  .low #anchor-list ul li a {
    line-height: 50px;
    height: 50px;
    opacity: 1 !important;
  }
  .low #anchor-list ul li a:before {
    display: none;
  }
}
/*-------------------------
  clinic
--------------------------*/
#clinic #mv {
  background: url(/asset/images/clinic/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#clinic #intro {
  margin-bottom: 80px;
}
#clinic #intro .flex {
  display: flex;
}
#clinic #intro .flex article {
  width: 70%;
  box-sizing: border-box;
  padding-right: 90px;
}
#clinic #intro .flex article strong {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  color: #008CD6;
  font-size: 22px;
  font-size: clamp(1.375rem, 1vw + 1.075rem, 1.8125rem);
  font-weight: 500;
  margin-bottom: 35px;
  display: block;
}
#clinic #intro .flex article p {
  margin-bottom: 60px;
}
#clinic #intro .flex article ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
#clinic #intro .flex article ul li h4 {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  color: #646567;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#clinic #intro .flex article ul li h4:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #646567;
  z-index: -1;
  opacity: 0.5;
}
#clinic #intro .flex article ul li h4 span {
  display: inline-block;
  padding-right: 0.5em;
  background-color: #fff;
}
#clinic #intro .flex article .sp-pic {
  display: none;
}
#clinic #intro .flex .right {
  width: calc(30% + (100vw - 100%) / 2);
  margin-right: calc((100% - 100vw) / 2);
  position: relative;
  padding-bottom: 3.5vw;
}
#clinic #intro .flex .right figure {
  position: relative;
  width: 100%;
  height: 100%;
}
#clinic #intro .flex .right figure img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#clinic #intro .flex .right .gr_name {
  position: absolute;
  bottom: 20px;
  right: 100px;
  color: #fff;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.6vw + 0.945rem, 1.375rem);
  z-index: 2;
}
#clinic #intro .flex .right .gr_name .name.ja {
  display: block;
  font-size: 120%;
  margin-top: 10px;
}
#clinic #intro .flex .right .gr_name:after {
  content: "";
  background-color: rgba(0, 140, 214, 0.9);
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
  padding: 80px;
}
#clinic #intro-clinic {
  padding: 80px 0;
  background-color: #EFEFEF;
}
#clinic #intro-clinic h3.ttl strong {
  color: #fff;
  opacity: 0.4;
}
#clinic #intro-clinic .clinic-slide {
  max-width: 1080px !important;
  text-align: center;
  position: relative;
}
#clinic #intro-clinic .clinic-slide-main {
  position: relative;
}
#clinic #intro-clinic .swiper-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 10px;
}
#clinic #intro-clinic .clinic-slide-main__item {
  width: 100%;
  position: relative;
  text-align: center;
  line-height: 0;
}
#clinic #intro-clinic .clinic-slide-main__img {
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 1;
  display: block;
}
#clinic #intro-clinic .clinic-slide-main__caption {
  font-weight: 500;
  line-height: 1.4;
  font-size: 20px;
  background: #212630;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 150px;
  padding: 10px 10px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #clinic #intro-clinic .clinic-slide-main__caption {
    padding: 10px;
    min-width: 80px;
    font-size: 14px;
  }
}
#clinic #intro-clinic .clinic-slide {
  max-width: 900px !important;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#clinic #intro-clinic .clinic-slide-main {
  position: relative;
  z-index: 10;
  cursor: pointer;
  line-height: 0;
}
#clinic #intro-clinic .clinic-slide-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}
#clinic #intro-clinic .clinic-slide-button-next::before {
  content: "";
  width: 55px;
  height: 55px;
  border-top: 3px solid #212630;
  border-right: 3px solid #212630;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #clinic #intro-clinic .clinic-slide-button-next::before {
    width: 20px;
    height: 20px;
    right: 3%;
  }
}
#clinic #intro-clinic .clinic-slide-thumb {
  z-index: 10;
}
#clinic #intro-clinic .clinic-slide-thumb .swiper-slide {
  cursor: pointer;
}
#clinic #intro-clinic .clinic-slide-button-prev::before {
  content: "";
  width: 55px;
  height: 55px;
  border-top: 3px solid #212630;
  border-left: 3px solid #212630;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #clinic #intro-clinic .clinic-slide-button-prev::before {
    width: 20px;
    height: 20px;
    left: 3%;
  }
}
#clinic #facility {
  padding: 80px 0 0;
}
#clinic #facility ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
#clinic #facility ul li h4 {
  text-align: center;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  color: #fff;
  padding: 15px 0;
  background: #034E95;
  background: linear-gradient(90deg, rgb(116, 155, 194) 0%, rgb(37, 73, 141) 57%, rgb(3, 78, 149) 100%);
}
#clinic #facility ul li p {
  padding: 20px;
  background-color: rgb(236, 241, 248);
}

@media screen and (max-width: 768px) {
  #clinic #intro {
    margin-bottom: 40px;
  }
  #clinic #intro .flex {
    display: block;
  }
  #clinic #intro .flex article {
    width: 100%;
    padding-right: 0px;
  }
  #clinic #intro .flex article strong {
    margin-bottom: 25px;
    display: block;
    text-align: center;
    line-height: 1.4;
  }
  #clinic #intro .flex article p {
    margin-bottom: 20px;
  }
  #clinic #intro .flex article ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  #clinic #intro .flex article ul li h4 {
    margin-bottom: 10px;
  }
  #clinic #intro .flex article .sp-pic {
    display: block;
    position: relative;
    margin-bottom: 40px;
  }
  #clinic #intro .flex article .sp-pic figure {
    position: relative;
    width: 100%;
    height: auto;
  }
  #clinic #intro .flex article .sp-pic figure img {
    position: relative;
    width: 100%;
  }
  #clinic #intro .flex article .sp-pic .gr_name {
    position: absolute;
    bottom: 20px;
    right: 70px;
    color: #fff;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    font-size: clamp(1.125rem, 0.6vw + 0.945rem, 1.375rem);
    z-index: 2;
  }
  #clinic #intro .flex article .sp-pic .gr_name .name.ja {
    display: block;
    font-size: 120%;
    margin-top: 10px;
  }
  #clinic #intro .flex article .sp-pic .gr_name:after {
    content: "";
    background-color: rgba(0, 140, 214, 0.9);
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    padding: 60px;
  }
  #clinic #intro .flex .right {
    display: none;
  }
  #clinic #intro-clinic {
    padding: 40px 0 40px;
  }
  #clinic #facility {
    padding: 40px 0 0;
  }
  #clinic #facility ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  #clinic #facility ul li h4 {
    padding: 10px 5px 15px;
  }
  #clinic #facility ul li p {
    padding: 10px;
  }
}
/*-------------------------
  medical
--------------------------*/
#medical #mv {
  background: url(/asset/images/clinic/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#medical #medical-list .block {
  margin-bottom: 80px;
  /*margin-top: -140px;
  padding-top: 140px;*/
}
#medical #medical-list .block:last-child {
  margin-bottom: 0px;
}
#medical #medical-list .block .flex {
  display: flex;
  align-items: flex-start;
}
#medical #medical-list .block .flex figure {
  width: 40%;
  position: relative;
  z-index: 1;
}
#medical #medical-list .block .flex figure:after {
  content: "";
  width: 100vw;
  height: 330px;
  /* height: 300px; */
  position: absolute;
  bottom: -65px;
  left: -65px;
  /* bottom: -50px;
  left: -50px; */
  background-color: #f3f1f1;
  z-index: -1;
}
#medical #medical-list .block .flex article {
  width: 60%;
  box-sizing: border-box;
  padding-left: 60px;
  position: relative;
  z-index: 2;
}
#medical #medical-list .block:nth-child(even) .flex {
  flex-direction: row-reverse;
}
#medical #medical-list .block:nth-child(even) .flex figure:after {
  left: auto;
  right: -65px;
  /* right: -50px; */
}
#medical #medical-list .block:nth-child(even) .flex article {
  padding-left: 0px;
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  #medical #medical-list .block {
    margin-bottom: 30px;
    /*margin-top: -80px;
    padding-top: 80px;*/
  }
  #medical #medical-list .block .flex {
    flex-direction: column;
  }
  #medical #medical-list .block .flex figure {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }
  #medical #medical-list .block .flex figure:after {
    content: "";
    width: 92vw;
    height: 200px;
    position: absolute;
    bottom: -70px;
    left: -7%;
    background-color: #f3f1f1;
    z-index: -1;
  }
  #medical #medical-list .block .flex article {
    width: 100%;
    padding-left: 0px;
  }
  #medical #medical-list .block:nth-child(even) .flex {
    flex-direction: column;
  }
  #medical #medical-list .block:nth-child(even) .flex figure:after {
    left: auto;
    right: -7%;
  }
  #medical #medical-list .block:nth-child(even) .flex article {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*-------------------------
  symptoms / disease
--------------------------*/
#symptoms, #disease {
  background-color: #DCE3EB;
}
#symptoms.low {
  background-color: #f6f8f9;
}
#disease.low {
  background-color: #f1f1f1;
}
#symptoms #mv {
  background: url(/asset/images/symptoms/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#disease #mv {
  background: url(/asset/images/disease/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#symptoms #anchor-list, #disease #anchor-list {
  margin-bottom: 50px;
}
#symptoms #anchor-list a, #disease #anchor-list a {
  background-color: #fff;
}
#symptoms #list .block, #disease #list .block {
  margin-bottom: 40px;
  /*margin-top: -140px;
  padding-top: 140px;*/
}
#symptoms #list .block:last-child, #disease #list .block:last-child {
  margin-bottom: 0px;
}
#symptoms #list .block h3.ttl2, #disease #list .block h3.ttl2 {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 22px;
  font-size: clamp(1.375rem, 1.4vw + 0.955rem, 2rem);
  color: #034E95;
  margin: 20px 0 30px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
#symptoms #list .block h3.ttl2:after, #disease #list .block h3.ttl2:after {
  content: "";
  background-color: #034E95;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
}
#symptoms #list .block h3.ttl2 span, #disease #list .block h3.ttl2 span {
  display: inline-block;
  /* background-color: #DCE3EB; */
  background-color: #f6f8f9;
  padding-right: 1em;
  padding-left: 60px;
  line-height: 1;
  position: relative;
}
#symptoms #list .block h3.ttl2 span:before, #disease #list .block h3.ttl2 span:before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: rotate(45deg) translateY(-50%);
  opacity: 0.8;
}
#symptoms #list .block h3.ttl2 span:after, #disease #list .block h3.ttl2 span:after {
  content: "";
  background-color: #034E95;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg) translateY(-50%);
  opacity: 0.8;
}
#symptoms #list .block .flex, #disease #list .block .flex {
  display: flex;
  align-items: flex-start;
}
#symptoms #list .block .flex figure, #disease #list .block .flex figure {
  width: 35%;
  position: relative;
  z-index: 1;
}
#symptoms #list .block .flex article, #disease #list .block .flex article {
  width: 65%;
  box-sizing: border-box;
  padding-left: 60px;
  position: relative;
  z-index: 2;
}
#symptoms #list .block .flex article .box, #disease #list .block .flex article .box {
  margin-top: 40px;
  border: 1px solid #008CD6;
  padding: 0px 30px 15px;
}
#symptoms #list .block .flex article .box h4, #disease #list .block .flex article .box h4 {
  color: #008CD6;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  line-height: 1;
  margin: -0.7em 0 20px;
  font-weight: 500;
}
#symptoms #list .block .flex article .box h4 span, #disease #list .block .flex article .box h4 span {
  display: inline-block;
  padding: 0 0.6em;
  /* background-color: #DCE3EB; */
  background-color: #f6f8f9;
}
#symptoms #list .block .flex article .box ul, #disease #list .block .flex article .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 1em;
}
#symptoms #list .block .flex article .box ul li a, #disease #list .block .flex article .box ul li a {
  color: #646567;
  display: inline-block;
  position: relative;
}
#symptoms #list .block .flex article .box ul li a:after, #disease #list .block .flex article .box ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #646567;
}
#symptoms #list .block .flex article .box ul li, #disease #list .block .flex article .box ul li {
  color: #646567;
  position: relative;
  padding-left: 30px;
}
#symptoms #list .block .flex article .box ul li:before, #disease #list .block .flex article .box ul li:before {
  content: "";
  background: url(/asset/images/common/checked.png) no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#symptoms #list .block:nth-child(even) .flex, #disease #list .block:nth-child(even) .flex {
  flex-direction: row-reverse;
}
#symptoms #list .block:nth-child(even) .flex figure:after, #disease #list .block:nth-child(even) .flex figure:after {
  left: auto;
  right: -50px;
}
#symptoms #list .block:nth-child(even) .flex article, #disease #list .block:nth-child(even) .flex article {
  padding-left: 0px;
  padding-right: 60px;
}

#disease {
  background-color: #EFEFEF;
}
#disease #list .block h3.ttl2 span {
  /* background-color: #EFEFEF; */
  background-color: #f1f1f1;
}
#disease #list .block .flex article .box h4 span {
  /* background-color: #EFEFEF; */
  background-color: #f1f1f1;
}

@media screen and (max-width: 768px) {
  #symptoms #anchor-list, #disease #anchor-list {
    margin-bottom: 30px;
  }
  #symptoms #list .block, #disease #list .block {
    margin-bottom: 30px;
    /*margin-top: -80px;
    padding-top: 80px;*/
  }
  #symptoms #list .block h3.ttl2, #disease #list .block h3.ttl2 {
    margin: 20px 0 30px;
  }
  #symptoms #list .block h3.ttl2 span, #disease #list .block h3.ttl2 span {
    padding-right: 1em;
    padding-left: 44px;
    line-height: 1;
    position: relative;
  }
  #symptoms #list .block h3.ttl2 span:before, #disease #list .block h3.ttl2 span:before {
    width: 16px;
    height: 16px;
  }
  #symptoms #list .block h3.ttl2 span:after, #disease #list .block h3.ttl2 span:after {
    width: 16px;
    height: 16px;
  }
  #symptoms #list .block .flex, #disease #list .block .flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  #symptoms #list .block .flex figure, #disease #list .block .flex figure {
    width: 100%;
    margin-bottom: 20px;
  }
  #symptoms #list .block .flex article, #disease #list .block .flex article {
    width: 100%;
    padding-left: 0px;
  }
  #symptoms #list .block .flex article .box, #disease #list .block .flex article .box {
    margin-top: 30px;
    padding: 0px 10px 10px;
  }
  #symptoms #list .block .flex article .box h4, #disease #list .block .flex article .box h4 {
    margin: -0.7em 0 10px;
  }
  #symptoms #list .block .flex article .box ul, #disease #list .block .flex article .box ul {
    gap: 3px 1em;
  }
  #symptoms #list .block:nth-child(even) .flex, #disease #list .block:nth-child(even) .flex {
    flex-direction: column;
  }
  #symptoms #list .block:nth-child(even) .flex figure:after, #disease #list .block:nth-child(even) .flex figure:after {
    left: auto;
    right: 0px;
  }
  #symptoms #list .block:nth-child(even) .flex article, #disease #list .block:nth-child(even) .flex article {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*-------------------------
  access
--------------------------*/
#access #mv {
  background: url(/asset/images/access/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#access #access-map {
  margin-bottom: 80px;
}
#access #access-map iframe {
  width: 100%;
}
#access #access-map p {
  text-align: center;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 16px;
  font-size: clamp(1rem, 0.6vw + 0.82rem, 1.25rem);
  /* color: #008CD6; */
  color: #333333;
  margin: 20px 0 30px;
}
#access #access-map .btn {
  text-align: center;
}
#access #access-movie {
  padding: 80px 0;
  margin-bottom: -100px;
  background-color: #EFEFEF;
}
#access #access-movie h3.ttl strong {
  color: #fff;
  opacity: 0.4;
}
#access #access-movie .video {
  text-align: center;
}
#access #access-movie .video iframe {
  aspect-ratio: 16/9;
  width: 80%;
  margin: auto;
}
#access #access-movie .video p {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 16px;
  font-size: clamp(1rem, 0.6vw + 0.82rem, 1.25rem);
  /* color: #008CD6; */
  color: #333333;
  margin: 20px 0 30px;
}

@media screen and (max-width: 768px) {
  #access #access-map {
    margin-bottom: 40px;
  }
  #access #access-map iframe {
    width: 100%;
    height: 250px;
  }
  #access #access-map p {
    line-height: 1.4;
    margin: 10px 0 15px;
  }
  #access #access-map .btn {
    text-align: center;
  }
  #access #access-movie {
    padding: 40px 0;
    margin-bottom: -50px;
    background-color: #EFEFEF;
  }
  #access #access-movie h3.ttl strong {
    color: #fff;
    opacity: 0.4;
  }
  #access #access-movie .video iframe {
    width: 100%;
  }
  #access #access-movie .video p {
    line-height: 1.4;
    margin: 10px 0 15px;
  }
}
/*-------------------------
  news
--------------------------*/
#news #mv {
  background: url(/asset/images/news/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#news .pagination {
  text-align: center;
  margin-top: 60px;
}
#news .pagination ul {
  display: flex;
  justify-content: center;
  font-family: garamond-premier-pro, serif;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  line-height: 1;
}
#news .pagination ul li {
  margin: 0 10px;
  color: #646567;
}
#news .pagination ul li .current {
  color: #008CD6;
}
#news .pagination ul li a {
  color: #646567;
}
#news #news-detail .wrapper-md {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 60px;
}
#news #news-detail .contents .ttl-area {
  margin-bottom: 40px;
  padding: 0 0px 20px;
  border-bottom: 2px solid #034E95;
  /* border-bottom: 2px solid #008CD6; */
}
#news #news-detail .contents .ttl-area h3 {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 22px;
  font-size: clamp(1.375rem, 0.6vw + 1.195rem, 1.625rem);
  font-weight: 500;
  color: #646567;
  padding: 0 20px;
  line-height: 1.6;
  color: #034E95;
  /* color: #008CD6; */
}
#news #news-detail .contents .ttl-area .dacat {
  display: flex;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
  line-height: 1;
  color: #646567;
  margin-bottom: 10px;
}
#news #news-detail .contents .ttl-area .dacat .date {
  font-family: garamond-premier-pro, serif;
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #646567;
}
#news #news-detail aside h4.ttl {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  line-height: 1.2;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  color: #034E95;
  /* color: #008CD6; */
  font-weight: 500;
  margin-bottom: 15px;
  border-left: 4px solid #034E95;
  /* border-left: 4px solid #008CD6; */
  padding: 5px 0 5px 15px;
}
#news #news-detail aside h4.ttl small {
  display: block;
  font-family: garamond-premier-pro, serif;
  font-size: 40%;
  color: #646567;
  text-transform: uppercase;
}
#news #news-detail aside ul li {
  position: relative;
  padding: 15px 10px 10px;
  border-bottom: 1px solid #eee;
}
#news #news-detail aside ul li:hover {
  background-color: #f5f6fa;
}
#news #news-detail aside ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#news #news-detail aside ul li .dacat {
  display: flex;
  font-size: 10px;
  font-size: clamp(0.625rem, 0.3vw + 0.535rem, 0.75rem);
  line-height: 1;
  color: #646567;
}
#news #news-detail aside ul li .dacat .date {
  font-family: garamond-premier-pro, serif;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #646567;
}
#news #news-detail aside ul li p.ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
}

@media screen and (max-width: 768px) {
  #news .pagination {
    text-align: center;
    margin-top: 40px;
  }
  #news .pagination ul li {
    margin: 0 5px;
  }
  #news #news-detail .wrapper-md {
    display: block;
    gap: 40px;
  }
  #news #news-detail .contents {
    margin-bottom: 40px;
  }
  #news #news-detail .contents .ttl-area {
    margin-bottom: 10px;
    padding: 0 0px 10px;
  }
  #news #news-detail .contents .ttl-area h3 {
    padding: 0 10px;
  }
  #news #news-detail .contents .ttl-area .dacat {
    margin-bottom: 5px;
  }
  #news #news-detail .contents .ttl-area .dacat .date {
    padding-right: 10px;
    margin-right: 10px;
  }
  #news #news-detail aside h4.ttl {
    margin-bottom: 10px;
  }
  #news #news-detail aside ul li {
    position: relative;
    padding: 15px 10px 10px;
    border-bottom: 1px solid #eee;
  }
  #news #news-detail aside ul li:hover {
    background-color: #f5f6fa;
  }
  #news #news-detail aside ul li .dacat .date {
    padding-right: 5px;
    margin-right: 5px;
  }
}

/* 20260522 */
footer .card p {
    font-size: 0.85em;
    /* font-size: 12px; */
    color: #fff;
}
footer .card img {
    width: 100%;
    max-width: 500px;
    margin-top: 10px;
}
footer .card .pc-no {
    display: none !important;
}
@media screen and (max-width: 768px) {
    footer .card img {
        width: 320px;
        padding: 0 20px;
    }
    footer .card .sp-no {
    display: none !important;
    }
    footer .card .pc-no {
        display: block !important;
    }
}
.top-wrapper-l {
    max-width: 1090px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/* 20260525クレジットカード */
.top-info .wrapper-md .card {
    border: 3px solid #034E95;
    margin-top: 40px;
    padding: 40px;
}
.top-info .wrapper-md .card {
    border: 3px solid #034E95;
    margin: 40px auto;
    padding: 40px 45px;
    width: 60%;
}
.top-info .wrapper-md .card .pc-no {
  display: none !important;
}
.top-info .wrapper-md .card p {
    text-align: center;
    margin-bottom: 20px;
    /* font-size: 1.2em; */
}
.top-info .wrapper-md .card p span {
    text-decoration: underline;
    text-decoration-thickness: 0.7em;
    text-decoration-color: rgb(0 141 241 / 20%);
    text-underline-offset: -0.3em;
    text-decoration-skip-ink: none;
}
@media screen and (max-width: 768px) {
  .top-info .wrapper-md .card {
    margin: 30px auto 0;
    width: 100%;
    padding: 20px;
  }
  .top-info .wrapper-md .card p {
    text-align: left;
    margin-bottom: 20px;
  }
  .top-info .wrapper-md .card .pc-no {
    display: block!important;
  }
  .top-info .wrapper-md .card .sp-no {
    display: none;
  }
}

/* MV予約ボタン */
.mv-rsvbtn {
    position: absolute;
    bottom: 40px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    right: 0;
    bottom: 170px;
    box-shadow: 0px 0px 40px #ffffffab;
    transition: 0.4s;
}
.mv-rsvbtn a.header-contact__rsv {
    padding: 7px 15px 8px;
    padding: 20px;
    font-size: 25px;
    /* background: #af2000; */
    background: #dd640b;
}
.mv-rsvbtn a.header-contact__rsv img {
    height: 23px;
    position: relative;
    top: -12px !important;
}
.mv-rsvbtn:hover {
    transform: scale(1.05);
    opacity: 1;
}
.mv-rsvbtn:hover a {
    opacity: 1;
}
@media screen and (max-width: 768px) {
  .mv-rsvbtn {
    display: none;
  }
}

/* フッターバナーエリア */
.banner.wrapper-sm ul {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .banner.wrapper-sm ul {
    flex-wrap: wrap;
  }
}

/* clinic歯科医師紹介 */
#clinic.low #intro h3.ttl:nth-of-type(2) {
    margin-top: 50px;
}
#clinic.low .block h3.ttl2 {
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    font-size: 22px;
    font-size: clamp(1.375rem, 1.4vw + 0.955rem, 2rem);
    color: #034E95;
    margin: 20px 0 30px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
#clinic.low .block h3.ttl2 span {
    display: inline-block;
    /* background-color: #DCE3EB; */
    background-color: #fff;
    padding-right: 1em;
    padding-left: 60px;
    line-height: 1;
    position: relative;
}
#clinic.low .block h3.ttl2::after {
    content: "";
    background-color: #034E95;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: -1;
}
#clinic.low .block h3.ttl2 span::after {
    content: "";
    background-color: #034E95;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg) translateY(-50%);
    opacity: 0.8;
}
#clinic.low .block h3.ttl2 span::before {
    content: "";
    background-color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: rotate(45deg) translateY(-50%);
    opacity: 0.8;
}
#clinic.low .block h3.ttl2 span::after {
    background-color: #034E95;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg) translateY(-50%);
    opacity: 0.8;
}
#clinic #intro .block .flex {
    display: flex;
    align-items: flex-start;
}
#clinic #intro .block .flex figure {
    width: 35%;
    position: relative;
    z-index: 1;
}
#clinic #intro .block .flex article {
    width: 65%;
    box-sizing: border-box;
    padding-left: 60px;
    position: relative;
    z-index: 2;
    padding-right: 0;
}
#clinic #intro .block .flex article p.name {
    font-size: 1.4em;
    font-family: 'dnp-shuei-mincho-pr6n';
    color: #034e95;
    /* margin-bottom: 10px; */
}
#clinic #intro .block .flex article p {
    margin-bottom: 10px;
}
#clinic #intro .block .flex article .box {
    display: flex;
    justify-content: space-around;
    background-color: #efefef;
    padding: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  #clinic.low #intro h3.ttl:nth-of-type(2) {
    margin-top: 0;
  }
  #clinic.low .block h3.ttl2 span {
    padding-right: 1em;
    padding-left: 44px;
    line-height: 1;
    position: relative;
  }
  #clinic.low .block h3.ttl2 span::before {
    width: 16px;
    height: 16px;
  }
  #clinic.low .block h3.ttl2 span::after {
    width: 16px;
    height: 16px;
  }
  #clinic #intro .block .flex {
    flex-direction: column;
    align-items: center;
  }
  #clinic #intro .block .flex figure {
    width: 100%;
  }
  #clinic #intro .block .flex article {
    width: 100%;
    padding-left: 0;
  }
  #clinic #intro .block .flex article p.name {
    margin-bottom: 0;
  }
  #clinic #intro .block .flex .box .right {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  #clinic #intro .block .flex article .box {
    flex-direction: column;
    padding: 10px 15px;
  }
  #clinic #intro .block .flex article .box .right {
    margin-top: 10px;
  }
}

/* 20260623 */
.table-wrap p span.kome,
.top-schedule-table p span.kome {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.table-wrap p span.kome::before,
.top-schedule-table p span.kome::before  {
  content: '※';
}
/* 260706 */
.banner-list li img {
  height: 75px;
}
@media screen and (max-width: 768px) {
  .banner-list li img {
  height: auto;
}
}