html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #3A3A3A;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: max(14px, 1.6rem);
  font-weight: 400;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  background: #364653;
  padding: 4.6rem 0 5.9rem;
  text-align: center;
}

.footer__copyright {
  color: #fff;
  font-size: max(12px, 1.2rem);
  letter-spacing: 0.05em;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  background: #fff;
  bottom: 0;
  height: 13.7rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  top: -0.1rem;
  z-index: 10;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 124rem;
  padding: 0 4rem;
}

.header__logo {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 5rem;
}

.header__logoGroup {
  align-items: center;
  color: #364653;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.header__ttl {
  font-feature-settings: "palt";
  font-size: 3.4rem;
  letter-spacing: 0.25em;
}

.header__eng {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  position: relative;
  right: 0.3rem;
  text-transform: uppercase;
}

.header__logo img {
  -o-object-fit: cover;
  height: 100%;
  max-width: 13.7rem;
  object-fit: cover;
}

.header__info {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding-right: 2.7rem;
  padding-top: 2.7rem;
  width: -moz-fit-content;
  width: fit-content;
}

.header__tel {
  width: 100%;
}

.header__addr {
  align-items: center;
  display: flex;
  font-weight: 600;
  gap: 1.6rem;
}

.header__addr address {
  font-size: max(10px, 1.3rem);
}

.header__addr a {
  -webkit-text-decoration: underline;
  font-size: max(10px, 1.3rem);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-transform: uppercase;
  text-underline-offset: 1px;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 124rem;
  padding: 0 4rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
  padding-top: 13.7rem;
}

/*
 * l-section
 * -------------------------------------------------------------
 */

.l-section {
  padding: 10rem 0;
}

/*
 * burger
 * -------------------------------------------------------------
 */

.burger {
  display: none;
  height: 1.8rem;
  position: relative;
  width: 3rem;
  z-index: 1000;
}

.burger span {
  background: #364653;
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.2s;
  width: 100%;
}

.burger span:nth-child(1) {
  top: 0;
}

.burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.burger span:nth-child(3) {
  bottom: 0;
}

.burger span.is-active {
  background: #346da4;
  height: 2px;
}

.burger span.is-active:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
}

.burger span.is-active:nth-child(2) {
  opacity: 0;
}

.burger span.is-active:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
}

/*
 * c-secHead
 * -------------------------------------------------------------
 */

.c-secHead__eng {
  font-family: "Josefin Sans", sans-serif;
  font-size: max(11px, 1.3rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.c-secHead__ja {
  text-box: trim-both;
  font-feature-settings: "palt";
  font-size: max(22px, 3rem);
  letter-spacing: 0.2em;
  line-height: 1.6666666667;
  margin-top: 1.6rem;
}

/*
 * c-tel
 * -------------------------------------------------------------
 */

.c-tel {
  align-items: center;
  background: #fff;
  border: 1px solid #364653;
  border-radius: 2.7rem;
  display: flex;
  font-size: 3rem;
  gap: 1.4rem;
  height: 5.3rem;
  justify-content: center;
  max-width: 29rem;
  padding-top: 0.3rem;
}

.c-tel::before {
  background: url(./../images/icon_tel.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 2.7rem;
  margin-top: -0.3rem;
  width: 1.8rem;
}

/*
 * c-timetable
 * -------------------------------------------------------------
 */

.c-timetable {
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  border-collapse: collapse;
  font-size: 1.5rem;
  width: 100%;
}

.c-timetable thead th{
  border-bottom: 1px solid #d8d8d8;
color:#005b96;
}

.c-timetable th,
.c-timetable td {
  font-weight: 400;
  padding: 1.1rem 0.7rem;
  text-align: left;
  vertical-align: middle;
}

.c-timetable th{
color:#005b96;
}

.c-timetable tbody tr+tr {
  border-top: 1px solid #d8d8d8;
}
.c-timetable__notes {
  margin-top: 1.5rem;
}

.c-timetable__note {
  font-size: 1.3rem;
  line-height: 1.6;
  padding-left: 1rem;
  text-indent: -1rem;
}

.c-timetable__note span {
  color: #005b96;
}


/*
 * float
 * -------------------------------------------------------------
 */

.float {
  bottom: 1.5rem;
  display: none;
  height: 4.4rem;
  left: 1.8rem;
  max-width: 23.2rem;
  opacity: 0;
  position: fixed;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: 10;
}

.float--visible {
  opacity: 1;
}

.float__btn {
  align-items: center;
  background: #364653;
  border: 2px solid #fff;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  font-size: 1.7rem;
  gap: 0.9rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.01em;
  width: 100%;
}

.float__btn::before {
  background: url(./../images/icon_tel_wht.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 2.1rem;
  min-width: 1.3rem;
  width: 1.3rem;
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
  display: none;
}

.nav.is-active {
  opacity: 1;
  visibility: visible;
}

.nav__link {
  border-top: 1px solid #3a3a3a;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 1.3rem 1.2rem 1.5rem;
}

.nav li:last-child .nav__link {
  border-bottom: 1px solid #3a3a3a;
}

.nav__tel {
  font-size: 2.3rem;
  gap: 1rem;
  height: 4rem;
  margin: 3.5rem auto 0;
  max-width: 28.7rem;
}

.nav__tel::before {
  height: 2.1rem;
  width: 1.3rem;
}

/*
 * access
 * -------------------------------------------------------------
 */

.access {
  background: #eff4f8;
  padding: 10.3rem 0 10rem;
}

.access__body {
  align-items: center;
  display: flex;
  gap: 5.1rem;
  margin-top: 5.2rem;
}

.access__details {
  flex: 1;
}

.access__ttl {
  font-size: max(18px, 2.4rem);
  letter-spacing: 0.2em;
}

.access__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.7rem;
  min-width: 43rem;
}

.access__infoItem {
  display: flex;
  gap: 2.8rem;
}

.access__infoItem dt {
  line-height: 1.4;
  min-width: 4.2em;
  width: 6.4rem;
}

.access__infoItem dd {
  flex: 1;
  line-height: 1.4;
}

.access__map {
  background: #ddd;
  height: 27.6rem;
  max-width: 69rem;
  width: 100%;
}

/*
 * care
 * -------------------------------------------------------------
 */

.care {
  background: #eff4f8;
  padding: 10rem 0 9rem;
}

.care__services {
  display: inline-block;
  font-size: max(12px, 1.6rem);
  letter-spacing: 0;
  margin-left: 2rem;
}

.care__list {
  grid-gap: 2.9rem 4.7rem;
  display: grid;
  gap: 2.9rem 4.7rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4.6rem;
}

.care__item {
  align-items: center;
  border-bottom: 1px solid #364653;
  border-bottom: 1px solid #ccd6dd;
  display: flex;
  gap: 2.4rem;
  padding-bottom: 4.5rem;
}

.care__item:nth-child(9),
.care__item:nth-child(10) {
  border-bottom: none;
  padding-bottom: 0;
}

.care__icon {
  min-width: 10.1rem;
  width: 10.1rem;
}

.care__icon img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.care__details {
  flex: 1;
}

.care__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 2.1rem);
  font-weight: 600;
  letter-spacing: 0.2em;
}

.care__ttl.--not-ltsp {
  letter-spacing: 0;
}

.care__text {
  font-size: max(12px, 1.4rem);
  line-height: 1.7142857143;
  margin-top: 1.6rem;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
  padding: 10.6rem 0 12.4rem;
}

.contact__body {
  align-items: center;
  display: flex;
  gap: 3.8rem;
  margin-top: 6rem;
}

.contact__img {
  height: 19.7rem;
  max-width: 33.2rem;
}

.contact__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.contact__timetable {
  border-right: 1px solid #d8d8d8;
  flex: 1;
  max-width: 43.6rem;
  min-width: 42rem;
  padding-right: 3.8rem;
}

.contact__info {
  margin-left: 1.3rem;
  max-width: 29rem;
  min-width: 29rem;
  text-align: center;
  width: 100%;
}

.contact__ttl {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}

.contact__text {
  font-size: 1.4rem;
  margin-top: 1.6rem;
}

.contact__tel {
  margin-top: 2.8rem;
}

/*
 * doctor
 * -------------------------------------------------------------
 */

.doctor {
  padding: 9.8rem 0 11.3rem;
}

.doctor__list {
  display: grid !important;
}

.doctor__list {
  grid-gap: 6.1rem;
  gap: 6.1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5.4rem;
}

.doctor__img {
  aspect-ratio: 345/230;
}

.doctor__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.doctor__details {
  margin-top: 2.2rem;
}

.doctor__name {
  font-size: max(18px, 2.1rem);
  letter-spacing: 0.2em;
  margin-top: 1.4rem;
}

.doctor__name small {
  font-size: max(10px, 1.4rem);
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  background: #eff4f8;
  height: 51.1rem;
}

.fv__video {
  height: 100%;
text-align:center;
}

.fv__video video {
/*  height: 100%;
  width: 100%;*/

    height: 100%;
    width: 350px;
    margin: 0 auto;
}

/*
 * office
 * -------------------------------------------------------------
 */

.office {
  position: relative;
}

.office__imagesTrack {
  display: flex;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.office__images {
  animation: loopImage 60s linear infinite;
  display: flex;
  min-height: 27.4rem;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.office__img {
  max-width: 41.8rem;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.office__img::before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.office__images img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.office__inner {
  left: 50%;
  position: absolute;
  top: -3.8rem;
  transform: translateX(-50%);
  width: 100%;
}

.office__timetable {
  background: #fff;
  max-width: 46.2rem;
  padding: 2.8rem 3.2rem 2.5rem;
  position: relative;
  top: -2.8rem;
  width: 100%;
}

.office__timetable::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: #E0EAF2;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  content: "";
  display: block;
  height: 6.8rem;
  position: absolute;
  right: -2.1rem;
  top: -0.2rem;
  width: 2.1rem;
}

.office__timetable::after {
  background: url(./../images/office_shadow.webp) no-repeat center/100%;
  bottom: -4.6rem;
  content: "";
  display: block;
  height: 4.6rem;
  max-width: 46.9rem;
  position: absolute;
  width: 100%;
}

.office__tel {
  display: none;
  margin: 3rem auto 0;
}

.office__timetableHead {
  font-size: 1.2rem;
  line-height: 1.5833333333;
}

.office__timetableHead span {
  background: #364653;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  margin: 0.5rem 0.6rem 3rem 0;
  padding: 0.2rem 0.6rem 0.3rem;
}

/*
 * policy
 * -------------------------------------------------------------
 */

.policy {
  padding: 11.5rem 0 10.5rem;
}

.policy__inner {
  max-width: 147.6rem;
  position: relative;
}

.policy__inner::before {
  background: url(./../images/policy_bg.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 46.7rem;
  left: 3.5rem;
  max-width: 40.4rem;
  position: absolute;
  top: -4.3rem;
  width: 100%;
  z-index: -1;
}

.policy__body {
  display: flex;
  gap: 5.2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 116rem;
}

.policy__desc {
  flex: 1;
  min-width: 54.8rem;
  position: relative;
}

.policy__text {
  line-height: 2;
  margin-top: 3.7rem;
  text-align: justify;
}

.policy__name {
  display: block;
  font-size: max(18px, 2rem);
  letter-spacing: 0.2em;
  margin-top: 1rem;
}

.policy__name small {
  display: inline-block;
  font-size: max(11px, 1.35rem);
  margin-right: 0.5em;
}

.policy__img {
  aspect-ratio: 560/374;
  max-width: 56rem;
}

.policy__img img {
  -o-object-fit: cover;
  height: 100%;
	max-height:500px;
  object-fit: cover;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (max-width: 1100px) {

  html {
    font-size: 0.91vw;
  }

}

@media screen and (max-width: 767px) {

  html {
    font-size: 10px;
  }

  body {
    font-size: 1.4rem;
  }

  .header {
    height: 6.9rem;
    top: 0;
  }

  .header__inner {
    align-items: center;
    padding: 0 2rem 0 0;
  }

  .header__logo {
    gap: 1.8rem;
  }

  .header__logoGroup {
    gap: 0.7rem;
  }

  .header__ttl {
    font-size: 2.15rem;
  }

  .header__eng {
    font-size: 0.75rem;
  }

  .header__logo img {
    max-width: 6.9rem;
  }

  .header__info {
    display: none;
  }

  .l-inner {
    max-width: 55rem;
    padding: 0 2rem;
  }

  .l-main {
    padding-top: 6.9rem;
  }

  .l-section {
    padding: 5rem 0;
  }

  .burger {
    display: block;
  }

  .c-secHead__eng {
    font-size: 1rem;
  }

  .c-secHead__ja {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
    margin-top: 1.4rem;
  }

  .c-tel {
    font-size: 2.35rem;
    gap: 1.2rem;
    height: 4.2rem;
    max-width: 22.8rem;
  }

  .c-tel::before {
    height: 2.2rem;
    width: 1.4rem;
  }

  .c-timetable {
    font-size: 1.3rem;
  }

  .c-timetable th,
  .c-timetable td {
    padding: 1rem 0.6rem 0.8rem;
  }

  .c-timetable__dot {
    height: 1.1rem;
    width: 1.1rem;
  }

  .c-timetable__triangle {
    height: 1.1rem;
    width: 1.2rem;
  }

  .c-timetable__note {
    font-size: 1.1rem;
  }

  .float {
    display: block;
  }

  .nav {
    -webkit-overflow-scrolling: touch;
    background: #eff4f8;
    bottom: 0;
    display: block;
    height: auto;
    height: 100dvh;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 8rem 2rem;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100%;
    z-index: 100;
  }

  .access {
    padding: 5rem 0 2rem;
  }

  .access__body {
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }

  .access__ttl {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }

  .access__info {
    margin-top: 2rem;
    min-width: 100%;
  }

  .access__infoItem {
    gap: 1.8rem;
  }

  .access__infoItem dt {
    font-size: 1.3rem;
    min-width: 5.3rem;
    width: 5.3rem;
  }

  .access__infoItem dd {
    font-size: 1.3rem;
  }

  .access__map {
    height: 35rem;
    max-width: 100%;
  }

  .care {
    padding: 5rem 0;
  }

  .care__services {
    display: none;
  }

  .care__list {
    gap: 2.1rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.2rem;
  }

  .care__item {
    align-items: flex-start;
    gap: 1.8rem;
    padding-bottom: 2.2rem;
  }

  .care__item:nth-child(9),
  .care__item:nth-child(10) {
    border-bottom: 1px solid #ccd6dd;
    padding-bottom: 2.2rem;
  }

  .care__icon {
    min-width: 6.5rem;
    width: 6.5rem;
  }

  .care__ttl {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .care__text {
    text-box: trim-both;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-top: 1.2rem;
  }

  .contact {
    padding: 5rem 0 3.5rem;
  }

  .contact__body {
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 3rem;
  }

  .contact__img {
    display: none;
  }

  .contact__timetable {
    border: none;
    max-width: 100%;
    min-width: 100%;
    padding-right: 0;
  }

  .contact__info {
    margin-left: auto;
    margin-right: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 100%;
  }

  .contact__tel {
    margin: 0 auto;
  }

  .doctor {
    padding: 5rem 0;
  }

  .doctor__slider {
    overflow: visible !important;
    overflow: initial !important;
  }

  .doctor__slider {
    -webkit-clip-path: inset(0% -50vw 0% 0%);
    clip-path: inset(0% -50vw 0% 0%);
  }

  .doctor__list {
    display: flex !important;
  }

  .doctor__list {
    gap: 0;
    margin-top: 2.7rem;
  }

  .doctor__img {
    aspect-ratio: 220/146;
  }

  .doctor__details {
    margin-top: 1rem;
  }

  .doctor__meta {
    font-size: 1rem;
  }

  .doctor__name {
    font-size: 1.3rem;
    margin-top: 0.8rem;
  }

  .doctor__name small {
    font-size: 0.9rem;
  }

  .fv {
    aspect-ratio: 375/164;
    height: auto;
  }

  .office {
    display: flex;
    flex-direction: column-reverse;
  }

  .office__images {
    min-height: 17rem;
  }

  .office__img {
    max-width: 25rem;
  }

  .office__inner {
    position: static;
    transform: none;
    transform: initial;
  }

  .office__timetable {
    max-width: 100%;
    padding: 1.5rem 0 4.4rem;
    top: auto;
  }

  .office__timetable::before {
    display: none;
  }

  .office__timetable::after {
    display: none;
  }

  .office__tel {
    display: flex;
    margin-top: 1.7rem;
  }

  .policy {
    padding: 5rem 0;
  }

  .policy__inner::before {
    height: 23.2rem;
    max-width: 20.1rem;
  }

  .policy__body {
    flex-direction: column;
    gap: 4rem;
    max-width: 100%;
  }

  .policy__desc {
    min-width: 100%;
  }

  .policy__ttl {
    font-size: 2rem;
    line-height: 1.5;
  }

  .policy__text {
    text-box: trim-both;
    font-size: 1.5rem;
    line-height: 1.7;
    margin-top: 3rem;
  }

  .policy__name {
    font-size: 1.7rem;
    margin-top: 1.7rem;
    text-align: right;
  }

  .policy__name small {
    font-size: 1.3rem;
  }

  .policy__img {
    aspect-ratio: 335/223;
    max-width: 100%;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

@keyframes loopImage {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }

}

@keyframes loopImage-reverse {

  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }

}


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