@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

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

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

li {
  list-style-type: none;
}

th {
  font-weight: inherit;
}

address {
  font-style: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  padding: 0;
  border: 0;
}

button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.2666666667vw;
  }
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
[v-cloak] {
  visibility: hidden;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.c-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 1;
}
.c-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 100;
}
.c-header.is-fixed .c-header__nav {
  color: #0e4ce3;
}
.c-header.is-fixed .c-hamburger__menu:not(.is-open) {
  background-color: #0e4ce3;
}
@media screen and (max-width: 767px) {
  .c-header.is-fixed .c-hamburger__menu {
    margin-left: 10px;
  }
}
.c-header.is-fixed .c-hamburger__menu__bar {
  background-color: #ffffff;
}
.c-header.is-fixed .c-hamburger__menu__text {
  color: #ffffff;
}
.c-header.is-front:not(.is-fixed) .c-header__nav {
  color: #ffffff;
}
.c-header:not(.is-front) {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 100;
}
.c-header:not(.is-front) .c-hamburger__menu {
  background-color: #0e4ce3;
}
@media screen and (max-width: 767px) {
  .c-header:not(.is-front) .c-hamburger__menu {
    margin-left: 10px;
  }
}
.c-header:not(.is-front) .c-header__nav {
  color: #0e4ce3;
}
.c-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  .c-header__inner {
    padding-left: 2.4vw;
  }
}
.c-header__logo {
  max-width: 337px;
  width: 100%;
  padding-right: 20px;
}
@media (1281px <= width <= 1338px) {
  .c-header__logo {
    max-width: 300px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    width: 68.5333333333vw;
    padding-right: 1vw;
  }
}
.c-header__nav {
  display: flex;
  align-items: center;
}
.c-header__menu {
  display: flex;
  align-items: center;
  margin-right: 18px;
  padding-top: 10px;
}
@media (1281px <= width <= 1338px) {
  .c-header__menu {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .c-header__menu {
    display: none;
  }
}
.c-header__item {
  font-size: 1.4rem;
}
@media (1281px <= width <= 1600px) {
  .c-header__item {
    margin-right: 1.2rem;
  }
  .c-header__link {
    margin-right: 1.2rem;
  }
}
.c-header__item + .c-header__item {
  margin-left: 24px;
}
.c-header__language {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .c-header__language {
    margin-left: 0;
  }
}
.c-header__language__link {
  font-size: 1rem;
  display: block;
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .c-header__language__link {
    font-size: 2.1333333333vw;
    transform: translateY(3px);
  }
}
.c-header__language__icon {
  max-width: 21px;
  display: block;
  text-align: center;
  margin: 0 auto 5px;
}
.c-header__tel {
  font-size: 2.6rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-header__tel {
    font-size: 2.1333333333vw;
  }
}
.c-header__tel__icon {
  width: 21px;
  display: flex;
  margin-right: 8px;
}

.c-hamburger__menu {
  width: 60px;
  height: 60px;
  position: relative;
  border: none;
  background: transparent;
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  margin-left: 10px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-hamburger__menu {
    margin-left: 0;
  }
}
.c-hamburger__menu.is-open .c-hamburger__menu__bar {
  top: 39%;
}
.c-hamburger__menu.is-open .c-hamburger__menu__bar:first-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.c-hamburger__menu.is-open .c-hamburger__menu__bar:nth-child(2) {
  display: none;
}
.c-hamburger__menu.is-open .c-hamburger__menu__bar:nth-child(3) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.c-hamburger__menu__bar {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: 0.3s;
}
.c-hamburger__menu__bar:first-child {
  top: 16px;
}
.c-hamburger__menu__bar:nth-child(2) {
  top: 22px;
}
.c-hamburger__menu__bar:nth-child(3) {
  top: 28px;
}
.c-hamburger__menu__text {
  font-size: 1rem;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40px;
}
@media screen and (max-width: 767px) {
  .c-hamburger__menu__text {
    font-size: 2.1333333333vw;
  }
}
.c-hamburger__nav {
  position: fixed;
  height: 100%;
  top: 0;
  right: -348px;
  background-color: #0e4ce3;
  opacity: 0;
  visibility: hidden;
  padding: 80px 0 80px 20px;
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.15);
  z-index: 100;
  transition: 0.4s all;
}
@media screen and (max-width: 767px) {
  .c-hamburger__nav {
    right: -85%;
    width: 55%;
    padding: 60px 20px 40px;
  }
}
.c-hamburger__nav.is-active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.c-hamburger__nav .c-menu1 {
  position: relative;
  margin-bottom: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%;
}
.c-hamburger__nav .c-menu1__inner {
  height: 100%;
}
.c-hamburger__nav .c-menu1__link {
  font-weight: bold;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  display: inline-block;
  opacity: 0;
}
.c-hamburger__nav .c-menu1__link.is-show {
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-hamburger__nav .c-menu1__link.is-show {
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  }
}
.c-hamburger__nav .c-menu1__link.is-last {
  margin-bottom: 20px;
}
.c-hamburger__nav .c-menu1__items {
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .c-hamburger__nav .c-menu1__items {
    padding-right: 0;
  }
}
.c-hamburger__nav .c-menu1__items + .c-menu1__items {
  margin-top: 30px;
}
.c-hamburger__nav .c-menu1__navi__item::before, .c-hamburger__nav .c-menu1__navi__item::after, .c-hamburger__nav .c-menu1__title::before, .c-hamburger__nav .c-menu1__title::after {
  content: none !important;
}
.c-hamburger__nav .scrolldown-arrow {
  position: fixed;
  bottom: 80px;
  right: 45px;
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
  opacity: 1;
  visibility: visible;
  transition: 0.5s all;
}
.scrolldown-arrow.top-mv__scrolldown-arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: arrowmove 1s ease-in-out infinite;
  animation: arrowmove 1s ease-in-out infinite;
  opacity: 1;
  visibility: visible;
  transition: 0.5s all;
  z-index: 0;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-hamburger__nav .scrolldown-arrow {
    right: 30px;
    bottom: 40px;
  }
  .scrolldown-arrow.top-mv__scrolldown-arrow {
    bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  @-webkit-keyframes arrowmove {
    0% {
      bottom: 80px;
    }
    50% {
      bottom: 90px;
    }
    100% {
      bottom: 80px;
    }
  }
  @keyframes arrowmove {
    0% {
      bottom: 80px;
    }
    50% {
      bottom: 90px;
    }
    100% {
      bottom: 80px;
    }
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes arrowmove {
    0% {
      bottom: 40px;
    }
    50% {
      bottom: 50px;
    }
    100% {
      bottom: 40px;
    }
  }
  @keyframes arrowmove {
    0% {
      bottom: 40px;
    }
    50% {
      bottom: 50px;
    }
    100% {
      bottom: 40px;
    }
  }
}
.c-hamburger__nav .scrolldown-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 1px;
  height: 15px;
  background: #eee;
  -webkit-transform: skewX(-31deg);
          transform: skewX(-31deg);
}
.scrolldown-arrow.top-mv__scrolldown-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -4px;
  width: 3px;
  height: 15px;
  background: #eee;
  -webkit-transform: skewX(-31deg);
          transform: skewX(-31deg);
}
.c-hamburger__nav .scrolldown-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 38px;
  background: #eee;
}
.scrolldown-arrow.top-mv__scrolldown-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 38px;
  background: #eee;
}
.c-hamburger__nav .scrolldown-arrow span {
  position: absolute;
  left: -20px;
  bottom: 10px;
  color: #eee;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown-arrow.top-mv__scrolldown-arrow span {
  position: absolute;
  left: -31px;
  bottom: 0;
  color: #eee;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.c-hamburger__nav .scrolldown-arrow.is-remove {
  opacity: 0;
  visibility: hidden;
}
.scrolldown-arrow.top-mv__scrolldown-arrow.is-remove {
  opacity: 0;
  visibility: hidden;
}
.c-hamburger__bg.is-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-preFooter-btn__inner {
  max-width: 904px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .c-preFooter-btn__inner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .c-preFooter-btn__inner {
    padding: 6.6666666667vw 3.3333333333vw;
  }
}
.c-preFooter-btn__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.c-preFooter-btn__item {
  color: #fff;
  background-color: #0e4ce3;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 26px;
  padding: 20px;
  text-align: center;
  max-width: 412px;
  width: calc(50% - 40px);
}
.c-preFooter-btn__items-tel-orange .c-preFooter-btn__item{
  width: fit-content!important;
  background-color: orange!important;
}
@media screen and (max-width: 767px) {
  .c-preFooter-btn__item {
    width: calc(50% - 3.3333333333vw);
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw;
    border-radius: 31px;
  }
  .c-preFooter-btn__items-tel-orange .c-preFooter-btn__item{
    padding: 2.6666666667vw 5vw;
  }
}

.c-footer {
  background-color: #2b2b2b;
  padding: 80px 0 30px;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 10.6666666667vw 5.3333333333vw 6.6666666667vw;
  }
}
.c-footer__block1 {
  max-width: 1053px;
  width: 95%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .c-footer__block1 {
    margin-bottom: 10.6666666667vw;
  }
}
.c-footer__block1__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-footer__block1__inner {
    flex-direction: column;
  }
}
.c-footer__block2 .c-menu1__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-footer__block2 .c-menu1__inner {
    flex-direction: column;
  }
}
.c-footer__block2 .c-menu1__items {
  width: calc(33.3333333333% - 45px);
}
@media screen and (max-width: 767px) {
  .c-footer__block2 .c-menu1__items {
    width: 100%;
  }
}
.c-footer__box1 {
  width: 45.9639%;
}
@media screen and (max-width: 767px) {
  .c-footer__box1 {
    width: 100%;
  }
}
.c-footer__box1__logo {
  max-width: 484px;
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-footer__box1__logo {
    width: 84.8vw;
    max-width: unset;
    margin-bottom: 6.6666666667vw;
  }
}
.c-footer__box1__address {
  font-size: 2.3rem;
  line-height: 1.8;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-footer__box1__address {
    font-size: 4.2vw;
    margin-bottom: 6.6666666667vw;
  }
}
.c-footer__box2 {
  max-width: 489px;
  width: 46.4387%;
  background-color: #ffffff;
  border-radius: 28px;
  padding: 28px 45px;
}
@media screen and (max-width: 767px) {
  .c-footer__box2 {
    width: 100%;
    max-width: none;
    padding: 5.3333333333vw 5.6vw;
  }
}
.c-footer__box2__tel {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-footer__box2__tel {
    font-size: 7.6vw;
    margin-bottom: 5.0666666667vw;
  }
}
.c-footer__box2__tel::before {
  content: "";
  background-image: url("../images/common/icon-phone.svg");
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: cover;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .c-footer__box2__tel::before {
    width: 6.2666666667vw;
    height: 6.2666666667vw;
    margin-right: 1.6vw;
  }
}
.c-footer__box2__time {
  font-size: 1.6rem;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .c-footer__box2__time {
    font-size: 3.7333333333vw;
  }
}
.c-footer__copyright {
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    font-size: 3.2vw;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1 {
  max-width: 412px;
  background-color: #f05a24;
  border-radius: 26px;
  padding: 22px 22px 22px 0;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    border-radius: 53px;
    padding: 5.8666666667vw 5.8666666667vw 5.8666666667vw 0;
  }
}
.c-btn1:hover .c-btn1__text::before, .c-btn1:hover .c-btn1__text::after {
  right: -51px;
}
.c-btn1__text {
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.c-btn1__text::before, .c-btn1__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -46px;
  height: 1px;
  background: #ffffff;
  transition: all 0.3s;
}
.c-btn1__text::before {
  width: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn1__text::after {
  width: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.c-btn2 {
  font-size: 2.2rem;
  line-height: 1.18;
  font-weight: bold;
  color: #ffffff;
  background-color: #0e4ce3;
  border-radius: 14px;
  padding: 15px 35px;
  display: block;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: max-content;
}
@media screen and (max-width: 767px) {
  .c-btn2 {
    font-size: 7.6vw;
    padding: 5.7333333333vw;
    max-width: none;
    text-align: center;
    border-radius: 5.0666666667vw;
  }
}
.c-btn2.is-style1::before {
  content: "";
  background-image: url("../images/outOfHoursUrgentConsultations/icon-phone-white.svg");
  display: inline-block;
  width: 17px;
  height: 17px;
  background-size: cover;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-btn2.is-style1::before {
    width: 6.2666666667vw;
    height: 6.2666666667vw;
    margin-right: 1.6vw;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  color: #0248b7;
  font-size: 6.3rem;
  font-weight: normal;
  text-align: left;
  margin-bottom: 30px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  word-break: break-word;
}
.p-doctors1__block1 .c-title1{
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    font-size: 10vw;
    margin-bottom: 6.6666666667vw;
    text-align: left;
  }
}
.c-title1.is-small {
  font-size: 3.6rem !important;
}
@media screen and (max-width: 767px) {
  .c-title1.is-small {
    font-size: 8vw !important;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text1 {
  line-height: 1.93;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .c-text1 {
    font-size: 1.9rem;
  }
}

.c-text2 {
  /* font-size: 2.3rem; */
  font-size: 1.9rem;
  line-height: 1.69;
}
@media screen and (max-width: 767px) {
  .c-text2 {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-list1 {
    margin-top: 6.6666666667vw;
  }
}
.c-list1__item {
  font-size: 2.2rem;
  color: #0248b7;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .c-list1__item {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-list1__item {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.c-list1__item img {
  max-width: 53px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .c-list1__item img {
    max-width: 40px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-list1__item img {
    margin-right: 2.4vw;
  }
}
.c-list1__link {
  display: flex;
  align-items: center;
}
.c-list1.is-style1 .c-list1__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .c-list1.is-style1 .c-list1__item {
    width: 50%;
  }
}
.c-list1.is-style2 .c-list1__item {
  width: 50%;
}

.c-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 981px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-list2 {
    flex-direction: column;
  }
}
.c-list2 + .c-list2 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-list2 + .c-list2 {
    margin-top: 10.2666666667vw;
  }
}
.c-list2__img {
  max-width: 246px;
}
@media screen and (max-width: 767px) {
  .c-list2__img {
    max-width: 405px;
    width: 54vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.c-list2__info {
  flex: 1;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .c-list2__info {
    margin-left: 0;
  }
  .c-list2 .c-title1 {
    text-align: center;
    font-size: 7.4666666667vw;
    margin-bottom: 4vw;
  }
}
.c-list2 .c-link1__wrap {
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-list2 .c-link1__wrap {
    margin-top: 9.0666666667vw;
    text-align: right;
  }
}

.c-list3 {
  /* padding-left: 2em; */
  margin-top: 1em;
  margin-bottom: 1em;
}
.c-list3 li {
  /* list-style-type: disc;
  list-style-position: inside; */
  list-style: none;
  position: relative;
  font-size: 1.9rem;
  line-height: 1.55;
  padding-left: 1.2em;
}
.c-list3 li::before{
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 12px;
  background-color: #548dea;
}
@media screen and (max-width: 767px) {
  .c-list3 li {
    font-size: 4.2666666667vw;
    line-height: 6vw;
  }
  .c-list3 li::before {
    width: 1vw;
    height: 1vw;
    top: 2.6vw;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
.c-table1 {
  font-size: 1.7rem;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .c-table1 {
    font-size: 3.2vw;
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.c-table1 th,
.c-table1 td {
  border-bottom: 1px solid #cbcbcb;
  padding: 14px 5px;
}
@media screen and (max-width: 767px) {
  .c-table1 th,
.c-table1 td {
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.c-table1__head th:first-child {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .c-table1__head th:first-child {
    width: 17.4626%;
  }
}
.c-table1__body th {
  text-align: center;
}
.c-table1__body td {
  color: #0248b7;
  text-align: center;
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*------------------------------------------------------------
slider
------------------------------------------------------------*/
/*------------------------------------------------------------
mv
------------------------------------------------------------*/
.c-mv1 {
  background-color: #0e4ce1;
  height: 155px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-mv1 {
    height: 20vw;
  }
}
.c-mv1__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-mv1__inner {
    max-width: 1146px;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .c-mv1__inner {
    padding: 0 5.3333333333vw;
  }
}
.c-mv1__title {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 5.6rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-mv1__title {
    font-size: 7.4666666667vw;
    line-height: 8.9333333333vw;
  }
}

/*------------------------------------------------------------
block
------------------------------------------------------------*/
/*------------------------------------------------------------
template
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-template1-1 .c-title1:not(.is-small) {
    text-align: left;
  }
  .c-template1-1__inner {
    padding-top: 6.6666666667vw;
  }
}
.c-template1-1__block1 {
  margin: 0 auto 125px;
}
@media screen and (min-width: 768px) {
  .c-template1-1__block1 {
    max-width: 981px;
  }
}
@media screen and (max-width: 767px) {
  .c-template1-1__block1 {
    margin-bottom: 14vw;
  }
}
.c-template1-1__block1__img {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .c-template1-1__block1__img {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .c-template1-1__block1__info {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-template1-1__block1__info {
    padding: 0 5.3333333333vw;
  }
}
.c-template1-1__block1 .c-title1 {
  font-size: 4rem;
  line-height: 1.18;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-template1-1__block1 .c-title1 {
    font-size: 7.8666666667vw;
  }
}
.c-template1-1__block1 .c-text1 {
  /* max-width: 771px; */
  max-width: 981px;
  margin: 0 auto;
}
.c-template1-1__block1 .c-text2 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .c-template1-1__block1 .c-text2 {
    width: 95%;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-template1-1__block1 .c-text2 {
    padding: 0 5.3333333333vw;
    margin-bottom: 12vw;
  }
}
.c-template1-1__block2 {
  /* max-width: 850px; */
  max-width: 981px;
  margin: 0 auto 95px;
}
@media screen and (min-width: 768px) {
  .c-template1-1__block2 {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .c-template1-1__block2 {
    padding: 0 5.3333333333vw;
    margin-bottom: 12.6666666667vw;
  }
}
.c-template1-1__block2__title1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-template1-1__block2__title1 {
    font-size: 4.9333333333vw;
    line-height: 1.62;
    margin-bottom: 8vw;
  }
}
.c-template1-1__block2__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-template1-1__block2__items {
    margin-bottom: 9.0666666667vw;
  }
  .c-template1-1__block2__item + .c-template1-1__block2__item {
    margin-top: 5.3333333333vw;
  }
}
.c-template1-1__block2__list {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .c-template1-1__block2__list {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .c-template1-1__block2__list + .c-template1-1__block2__list {
    margin-top: 5.3333333333vw;
  }
}
.c-template1-2 {
  background-color: #ececec;
}
@media screen and (max-width: 767px) {
  .c-template1-2 .c-title1:not(.is-small) {
    text-align: left;
  }
}
.c-template1-2__inner {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-template1-2__inner {
    padding-top: 14.6666666667vw;
  }
}
.c-template1-2__block1 {
  max-width: 981px;
  margin: 0 auto 90px;
}
@media screen and (min-width: 768px) {
  .c-template1-2__block1 {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .c-template1-2__block1 {
    padding: 0 5.3333333333vw;
    margin-bottom: 14vw;
  }
}
@media screen and (min-width: 768px) {
  .c-template1-2__block1 .c-title1:not(.is-small) {
    text-align: center;
  }
}
.c-template1-2__block1__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .c-template1-2__block1__items {
    flex-direction: column;
  }
}
.c-template1-2__block1__item {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .c-template1-2__block1__item {
    width: 100%;
  }
}
.c-template1-2__block2 {
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .c-template1-2__block2 {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-template1-2__block2 {
    padding: 0 5.3333333333vw 14.4vw;
  }
  .c-template1-2__block2 .c-btn2 {
    margin-top: 8vw;
  }
}
.c-template1-3 {
  padding: 94px 0 70px;
}
@media screen and (max-width: 767px) {
  .c-template1-3 {
    padding: 0 0 13.3333333333vw;
  }
  .c-template1-3 .c-title1:not(.is-small) {
    text-align: left;
  }
}
.c-template1-3__block1 {
  margin-bottom: 145px;
}
@media screen and (max-width: 767px) {
  .c-template1-3__block1 {
    margin-bottom: 15.3333333333vw;
  }
}
.c-template1-3__block1__img {
  max-width: 1128px;
  margin: 0 auto 65px;
}
@media screen and (max-width: 767px) {
  .c-template1-3__block1__img {
    margin-bottom: 12.6666666667vw;
  }
}
.c-template1-3__block1__info {
  max-width: 981px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-template1-3__block1__info {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .c-template1-3__block1__info {
    padding: 0 5.3333333333vw;
  }
}
.c-template1-3__block1 .c-title1 {
  text-align: center;
  font-size: 5.9rem;
  line-height: 1.18;
}
@media screen and (max-width: 767px) {
  .c-template1-3__block1 .c-title1 {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-template1-3__block2 {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-template1-3__block2 {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-template1-3__block2 .c-title1:not(.is-small) {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-template1-3__block2 .c-title1:not(.is-small) {
    font-size: 7.4666666667vw;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-link1 {
  display: inline-block;
  font-weight: bold;
}
/* .c-link1:hover .c-link1__text::before, .c-link1:hover .c-link1__text::after {
  right: -5px;
} */
.c-link1__text {
  position: relative;
  padding-right: 30px;
  color: #59595E;
  font-weight: 400;
}
.c-link1__text::after{
  background-image: url(../images/common/seemore-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  transition-duration: 0.3s;
}
/* .c-link1__text:hover::after{
  right: -3px;
  transition-duration: 0.3s;
} */
/* .c-link1__text::before, .c-link1__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #4d4d4d;
  transition: all 0.3s;
}
.c-link1__text::before {
  width: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-link1__text::after {
  width: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
} */
.c-link1__wrap {
  text-align: right;
}

.js-fade {
  opacity: 0;
  visibility: hidden;
}

.fade-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.c-menu1 {
  max-width: 1053px;
  width: 95%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .c-menu1 {
    margin-bottom: 16vw;
  }
  .c-menu1__items + .c-menu1__items .c-menu1__title,
.c-menu1__items + .c-menu1__items .c-menu1__navi__item {
    color: #ffffff;
    font-weight: bold;
    position: relative;
  }
  .c-menu1__items + .c-menu1__items .c-menu1__title::before, .c-menu1__items + .c-menu1__items .c-menu1__title::after,
.c-menu1__items + .c-menu1__items .c-menu1__navi__item::before,
.c-menu1__items + .c-menu1__items .c-menu1__navi__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    background: #ffffff;
    transition: all 0.3s;
  }
  .c-menu1__items + .c-menu1__items .c-menu1__title::before,
.c-menu1__items + .c-menu1__items .c-menu1__navi__item::before {
    width: 4.6666666667vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-menu1__items + .c-menu1__items .c-menu1__title::after,
.c-menu1__items + .c-menu1__items .c-menu1__navi__item::after {
    width: 2.6666666667vw;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .c-menu1__items:nth-child(2) {
    margin-top: 6.6666666667vw;
  }
  .c-menu1__items:nth-child(3) {
    margin-top: 6.6666666667vw;
  }
}
.c-menu1__item + .c-menu1__item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-menu1__item + .c-menu1__item {
    margin-top: 6.6666666667vw;
  }
  .c-menu1__title {
    color: #ffffff;
    font-weight: bold;
    position: relative;
  }
  .c-menu1__title::before, .c-menu1__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    height: 1px;
    background: #ffffff;
    transition: all 0.3s;
  }
  .c-menu1__title::before {
    width: 4.6666666667vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-menu1__title::after {
    width: 10px;
    width: 2.6666666667vw;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
.c-menu1__link {
  color: #ffffff;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-menu1__link {
    font-size: 4.8vw;
  }
}
.c-menu1__navi {
  padding-left: 1em;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .c-menu1__navi {
    margin-top: 4vw;
  }
}
.c-menu1__navi__item + .c-menu1__navi__item {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-menu1__navi__item {
    color: #ffffff;
    font-weight: bold;
    position: relative;
  }
  .c-menu1__navi__item::before, .c-menu1__navi__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    height: 1px;
    background: #ffffff;
    transition: all 0.3s;
  }
  .c-menu1__navi__item::before {
    width: 4.6666666667vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-menu1__navi__item::after {
    width: 2.6666666667vw;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
.c-menu1__navi__item .c-menu1__link {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-menu1__navi__item .c-menu1__link {
    font-size: 4vw;
  }
  .p-school-check-ups .c-custom1__block2,
.p-insurance-medicals .c-custom1__block2,
.p-vaccinations .c-custom1__block2 {
    margin-top: 10.6666666667vw;
  }
}

.country-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.country-info__link {
  width: calc(50% - 40px);
}
.country-info__link__button {
  color: #fff;
  background-color: #0e4ce3;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 26px;
  padding: 20px;
  text-align: center;
  max-width: 412px;
  width: 100%;
}

.c-accordion1__add {
  display: none;
  /* 最初は非表示 */
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .c-accordion1__add {
    margin-bottom: 4.6666666667vw;
  }
}
.c-accordion1__add p {
  font-size: 2rem;
  line-height: 1.21;
}
@media screen and (max-width: 767px) {
  .c-accordion1__add p {
    font-size: 4.5333333333vw;
    margin-bottom: 4.6666666667vw;
    line-height: 1.5;
  }
}
.doctor__address{
  background-color: #fff;
  padding: 5px 0;
  width: fit-content;
  margin-bottom: 15px;
  font-size: 1.7rem;
  color: #535353;
}
.c-accordion1__content {
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 11.001rem;
}
@media screen and (max-width: 767px) {
  .c-accordion1__content {
    max-height: 24.7040000002vw;
  }
  .doctor__address {
    font-size: 4vw;
  }
}
.c-accordion1__content.expanded {
  display: block;
  max-height: -webkit-max-content;
  max-height: max-content;
}
.c-accordion1__btn {
  margin-top: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #59595E;
}
@media screen and (min-width: 768px) {
  .c-accordion1__btn {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion1__btn {
    margin-top: 4.6666666667vw;
  }
}
.c-accordion1__btn::after {
  content: "";
  display: flex;
  width: 20px;
  background-size: contain;
  height: 6px;
  background-image: url("../images/common/icon-arrow1.svg");
  margin-left: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-repeat: no-repeat;
}
.c-accordion1__btn.is-active::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  padding: 25px 0 45px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
    padding: 0;
  }
}
.c-breadcrumb__inner {
  max-width: 1142px;
  margin: 0 auto;
  width: 95%;
}
.c-breadcrumb__items {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumb__item:last-child {
  color: #0248b7;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "/";
  color: #939393;
  padding: 0 5px;
}
.c-breadcrumb__link {
  font-size: 1.3rem;
  color: #939393;
}

.p-top .c-text1 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-top .c-text1 {
    font-size: 4.2666666667vw;
  }
}
.p-top__floatingBtn {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .p-top__floatingBtn {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 66.6666666667vw;
  }
}
.p-top__floatingBtn.is-show {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-top__floatingBtn.is-show {
    z-index: 10;
    width: 87%;
  }
}
.p-top__floatingBtn .c-btn2 {
  margin: 0 0 0 auto;
  background-color: #0e4ce3;
}
@media screen and (max-width: 767px) {
  .p-top__floatingBtn .c-btn2 {
    padding: 3.2vw;
    border-radius: 7.7333333333vw;
    font-size: 5.3333333333vw;
  }
}
.p-top__floatingBtn .c-btn2.is-style1::before {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-top__floatingBtn .c-btn2.is-style1::before {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
  }
}
.p-top__kv {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__kv {
    margin-bottom: 16vw;
  }
}
.p-top__kv__bg {
  position: relative;
}
.p-top__kv__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-top__kv__bg video {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__kv__bg video {
    -o-object-position: 16%;
       object-position: 16%;
    height: 80vh;
  }
}
.p-top__kv__info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 639px;
  width: 46.78%;
}
@media screen and (max-width: 767px) {
  .p-top__kv__info {
    width: 85.2vw;
  }
}
.p-top1 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-top1 {
    margin-bottom: 16vw;
  }
}
.p-top1__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top1__inner {
    flex-direction: column;
  }
}
.p-top1__img {
  width: 51.464%;
  margin-right: 94px;
}
@media screen and (max-width: 1280px) {
  .p-top1__img {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top1__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10.6666666667vw;
  }
  .p-top1__img img {
    width: 100%;
  }
}
.p-top1__info {
  width: 33.089%;
  max-width: 452px;
}
@media screen and (max-width: 767px) {
  .p-top1__info {
    padding: 0 5.3333333333vw;
    max-width: none;
    width: 100%;
  }
}
.p-top1 .c-text1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .p-top1 .c-text1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top1 .c-text1 {
    margin-bottom: 6.6666666667vw;
  }
}
.p-top1 .c-link1__wrap {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top1 .c-link1__wrap {
    text-align: right;
  }
}
.p-top2 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-top2 {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top2 .c-title1:not(.is-small) {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top2 .c-title1:not(.is-small) {
    padding-left: 5.3333333333vw;
  }
}
.p-top2__block1 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-top2__block1 {
    margin-bottom: 10.6666666667vw;
  }
}
.p-top2__block1__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top2__block1__inner {
    max-width: 980px;
    width: 95%;
  }
}
.p-top2__block1__img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top2__block1__img {
    margin-bottom: 6.6666666667vw;
  }
  .p-top2__block1__img img {
    width: 100%;
  }
  .p-top2__block1__info {
    padding: 0 5.3333333333vw;
  }
}
.p-top2__block1 .c-list1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top2__block1 .c-list1 {
    margin-bottom: 6.6666666667vw;
  }
}
.p-top2__block2__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top2__block2__inner {
    max-width: 1140px;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .p-top2__block2__inner {
    flex-direction: column;
  }
}
.p-top2__block2__item {
  width: calc(50% - 50px);
}
@media screen and (max-width: 767px) {
  .p-top2__block2__item {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
.p-top2__block2__item:nth-child(even) {
  margin-left: 100px;
}
@media screen and (max-width: 1024px) {
  .p-top2__block2__item:nth-child(even) {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top2__block2__item:nth-child(even) {
    margin-left: 0;
  }
}
.p-top2__block2__item:nth-child(3) {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-top2__block2__item:nth-child(3) {
    padding-top: 0;
  }
}
.p-top2__block2__img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top2__block2__img {
    margin-bottom: 10.6666666667vw;
  }
  .p-top2__block2__info {
    padding: 0 5.3333333333vw;
  }
}
.p-top2__block2 .c-link1__wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top2__block2 .c-link1__wrap {
    margin-top: 6.6666666667vw;
  }
}
.p-top3 {
  background-color: #ebebeb;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-top3 {
    padding: 16vw 0 10.6666666667vw;
  }
}
.p-top3__inner {
  max-width: 683px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top3 .c-title1 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top3 .c-title1 {
    padding-left: 5.3333333333vw;
  }
}
.p-top3 .c-btn1 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top3 .c-btn1 {
    max-width: unset;
    margin: 10.6666666667vw 5.3333333333vw 0;
  }
}
.p-top4 {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top4 {
    padding-top: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top4 .c-title1 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top4 .c-title1 {
    padding-left: 5.3333333333vw;
  }
}
.p-top4__block1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top4__block1 {
    margin-bottom: 10.6666666667vw;
  }
}
.p-top4__block1__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top4__block1__inner {
    flex-direction: column;
  }
}
.p-top4__block1__img {
  /* max-width: 431px;
  margin-right: 57px; */
  max-width: 650px;
  margin-right: 0;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .p-top4__block1__img {
    width: 100%;
    margin-right: 0;
    max-width: none;
    margin-bottom: 6.6666666667vw;
  }
  .p-top4__block1__img img {
    width: 100%;
  }
  .p-top4__block1__info {
    padding: 0 5.3333333333vw;
  }
}
.p-top4__block1__info__text {
  font-size: 1.9rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top4__block1__info__text {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.p-top4__block1__info__access {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-top4__block1__info__access {
    font-size: 4.2666666667vw;
  }
}
.p-top4__block1__info__access span {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top4__block1__info__access span {
    align-items: center;
  }
}
.p-top4__block1__info__access span::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 56px;
  margin-right: 25px;
  background-image: url("../images/top/icon/icon-location.svg");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top4__block1__info__access span::before {
    width: 5.6vw;
    height: 7.4666666667vw;
    margin-right: 5.3333333333vw;
  }
  .p-top4__block2__inner {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 57.6%;
  }
}
.p-top4__block2 iframe {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-top4__block2 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-top4__block3 {
  /*background-color: #ebebeb;*/
  padding: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-top4__block3 {
    padding: 6.6666666667vw 0 10.6666666667vw;
  }
}
.p-top4__block3__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top4__block3__inner {
    max-width: 869px;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .p-top4__block3__inner {
    padding: 0 5.3333333333vw;
  }
}
.p-top4__block3__text1 {
  font-size: 1.9rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top4__block3__text1 {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}

.c-custom1__inner {
  max-width: 979px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .c-custom1__inner {
    max-width: 979px;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .c-custom1__inner {
    padding: 9.0666666667vw 5.3333333333vw 0;
  }
}
.c-custom1__block1 {
  margin: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .c-custom1__block1 {
    margin: 8vw 0 0;
  }
}
.c-custom1__block1__item + .c-custom1__block1__item {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-custom1__block1__item + .c-custom1__block1__item {
    margin-top: 10.6666666667vw;
  }
}
.c-custom1__block1__img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-custom1__block1__img {
    margin-bottom: 6.6666666667vw;
  }
}
.c-custom1__block1__info {
  /* max-width: 770px; */
  max-width: 981px;
  margin: 0 auto;
}
.c-custom1 .c-title1:not(.is-small) {
  text-align: left;
  font-size: 4rem;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .c-custom1 .c-title1:not(.is-small) {
    font-size: 8vw;
    text-align: left;
  }
}
.c-custom1 .c-link1__wrap {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-custom1 .c-link1__wrap {
    margin-top: 4vw;
  }
}
.c-custom1__block2 .c-title1 {
  text-align: left;
}
.c-custom1__block2 .c-custom1__block1 {
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .c-custom1__block2 .c-custom1__block1 {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .c-custom1__block2 .c-custom1__block1 {
    margin: 13.3333333333vw 0;
  }
}
.c-custom1__block2 .c-custom1__block1__img {
  max-width: 243px;
  width: 22%;
}
@media screen and (max-width: 767px) {
  .c-custom1__block2 .c-custom1__block1__img {
    max-width: 405px;
    width: 54vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.c-custom1__block2 .c-custom1__block1__info {
  flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .c-custom1__block2 .c-custom1__block1__info {
    margin-left: 0;
  }
}
.c-custom1__block2 .c-custom1__block1__title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-custom1__block2 .c-custom1__block1__title {
    text-align: center;
    font-size: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.c-custom1__block2 .c-custom1__block1 .c-link1__wrap {
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-custom1__block2 .c-custom1__block1 .c-link1__wrap {
    margin-top: 9.0666666667vw;
    text-align: right;
  }
  .p-out-of-hours1__inner {
    padding: 9.6vw 5.3333333333vw 0;
  }
}
.p-out-of-hours1__block1 {
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .p-out-of-hours1__block1 {
    max-width: 1139px;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .p-out-of-hours1__block1 {
    margin-bottom: 13.3333333333vw;
  }
}
.p-out-of-hours1__block1__img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-out-of-hours1__block1__img {
    margin-bottom: 6vw;
  }
}
.p-out-of-hours1__block1 .c-text1 {
  max-width: 771px;
  margin: 0 auto;
}
.p-out-of-hours1__block1 .c-text2 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-out-of-hours1__block1 .c-text2 {
    margin-bottom: 10.6666666667vw;
  }
}
.p-out-of-hours1__block2 {
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .p-out-of-hours1__block2 {
    max-width: 1139px;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .p-out-of-hours1__block2 {
    margin-bottom: 10.6666666667vw;
  }
}
.p-out-of-hours1__block2__box1 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-out-of-hours1__block2__box1 {
    flex-direction: column;
    align-items: flex-start;
    /* padding-left: 20px; */
  }
}
/* @media screen and (max-width: 767px) {
  .p-out-of-hours1__block2__box1 {
    padding-left: 5.3333333333vw;
  }
} */
.p-out-of-hours1__block2__box1__item {
  padding-left: 1.3em;
  position: relative;
  margin-bottom: 10px;
}
.p-out-of-hours1__block2__box1__item::before{
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 19px;
  background-color: #548dea;
}
/* @media screen and (max-width: 1024px) {
  .p-out-of-hours1__block2__box1__item + .p-out-of-hours1__block2__box1__item {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-out-of-hours1__block2__box1__item + .p-out-of-hours1__block2__box1__item {
    margin-top: 5.3333333333vw;
  }
  .p-out-of-hours1__block2__box1__item:last-child .p-out-of-hours1__block2__box1__text2 {
    font-weight: bold;
  }
} */
.p-out-of-hours1__block2__box1__info {
  font-size: 2.4rem;
  line-height: 1.84;
}
.p-out-of-hours1__block2__box1__info br{
  display: block;
  height: 0;
}
@media screen and (max-width: 767px) {
  .p-out-of-hours1__block2__box1__info {
    font-size: 4.2666666667vw;
    line-height: 1.43;
    text-align: left;
    display: block;
  }
  .p-out-of-hours1__block2__box1__info br{
    display: none;
  }
}
.p-out-of-hours1__block2__box1__text1 {
  font-weight: bold;
  display: block;
}
.p-out-of-hours1__block2__items {
  margin: 80px 0 50px;
}
@media screen and (min-width: 768px) {
  .p-out-of-hours1__block2__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  .p-out-of-hours1__block2__items {
    gap: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-out-of-hours1__block2__items {
    gap: 0;
    flex-direction: column;
    margin: 14.6666666667vw 0 7.3333333333vw;
  }
  .p-out-of-hours1__block2__items .p-out-of-hours1__block2__item + .p-out-of-hours1__block2__item {
    margin-top: 14.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .p-out-of-hours1__block2__btn {
    pointer-events: none;
    cursor: default;
    background-color: orange;
  }
}
@media screen and (max-width: 767px) {
  .p-out-of-hours1__block2__btn {
    display: none;
  }
}

.p-doctors1 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-doctors1 {
    margin-bottom: 16vw;
  }
}
.p-doctors1__inner {
  max-width: 1045px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-doctors1__inner {
    padding-inline: 5.3333333333vw;
  }
}
.p-doctors1__list {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-doctors1__list {
    display: grid;
    grid-template-columns: 1fr 1.48fr 1fr 1fr;
    gap: 15px 2%;
  }
}
@media (767px <= width <= 923px) {
  .p-doctors1__list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-doctors1__list {
    padding-block: 8vw;
    flex-direction: column;
  }
  .p-doctors1__list__item:nth-child(n+2) {
    margin-top: 2vw;
  }
}
.p-doctors1__list__link {
  font-size: 2rem;
  color: #0248b7;
  position: relative;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  .p-doctors1__list__link {
    font-size: 4vw;
  }
}
.p-doctors1__block1 {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-doctors1__block1 {
    padding-top: 10.6666666667vw;
  }
}
.p-doctors1__block1__title {
  font-size: 4.8rem;
  font-family: "DM Serif Display", serif;
  color: #0e4ce3;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-doctors1__block1__title {
    font-size: 8.6666666667vw;
  }
}
.p-doctors1__block1__title.is-style1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-doctors1__block1__title.is-style1 {
    margin-bottom: 4vw;
  }
}
.p-doctors1__block1__subtitle {
  font-size: 3.5rem;
  /* text-decoration: underline; */
  font-weight: 400;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-doctors1__block1__subtitle {
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.p-doctors1__block1__subtitle.is-style1 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-doctors1__block1__subtitle.is-style1 {
    margin-top: 10.6666666667vw;
  }
}
.p-doctors1__block1 .c-list2 {
  max-width: 922px;
}
@media screen and (min-width: 768px) {
  .p-doctors1__block1 .c-list2__img {
    max-width: 243px;
    width: 22%;
  }
}
.c-preFooter-btn__item-tel::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url("../images/common/icon-phone-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(4px);

}
.c-preFooter-btn__item-calender::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url("../images/common/icon-calender.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .c-preFooter-btn__item-tel::before {
    width: 17px;
    height: 17px;
    margin-right: 6px;
    transform: translateY(3px);
  }
  .c-preFooter-btn__item-calender::before {
    width: 17px;
    height: 17px;
    margin-right: 7px;
    transform: translateY(3px);
  }
}

.top-page__reserv-bl .c-preFooter-btn__inner{
  padding: 110px 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-page__reserv-bl .c-preFooter-btn__inner{
    display: none;
  }
}

.faci-img{
  max-width: 38%!important;
  margin-left: 0!important;
  margin-right: auto!important;
  width: 300px!important;
}
@media screen and (max-width: 767px) {
  .faci-img{
    max-width: 50%!important;
  }
}

.mb0{
  margin-bottom: 0!important;
}

.mt0{
  margin-top: 0!important;
}

.c-footer__box2__mail {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.c-footer__box2__mail::before {
  content: "";
  background-image: url(../images/common/icon-mail.svg);
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
  transform: translate(0, 2px);
}

@media screen and (max-width: 767px) {
  .c-footer__box2__mail {
    font-size: 7.6vw;
    margin-bottom: 5.0666666667vw;
  }
  .c-footer__box2__mail::before {
    width: 6.2666666667vw;
    height: 6.2666666667vw;
    margin-right: 1.6vw;
  }
}

.flex-2column{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 3%;
  margin-top: 50px;
}

.flex-2column .c-custom1__block1 {
  margin: 0;
}

.flex-2column .c-custom1__block1__img{
  aspect-ratio: 474/297;
  margin-bottom: 20px;
}

.flex-2column .c-custom1__block1__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.flex-2column .c-title1{
  margin-bottom: 12px;
}

.or-txt{
  padding-left: 130px;
}

@media screen and (max-width: 767px) {
  .flex-2column{
    grid-template-columns: 1fr;
    gap: 15.3333333333vw;
    margin-top: 9.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .pc-w100{
    width: 100%!important;
  }
}

.w67p{
  width: 67%!important;
}

.blue-link{
  color: #0248b7;
  text-decoration: underline;
}

.text-left{
  text-align: left!important;
}

.ooh-flex{
  display: flex;
  gap: 4%;
  max-width: 1139px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.ooh-flex__left{
  width: 56%;
}

.ooh-flex__right{
  width: 40%;
}

.base__flug-list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px 3%;
}

.base__flug-list .c-link1__text{
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
  display: block;
}

.flug-name{
  font-size: 3rem;
  font-family: "DM Serif Display", serif;
  color: #0e4ce3;
}

.base__flug-list-img{
  /* width: 250px; */
  width: 100%;
  margin-bottom: 10px;
}

.base__flug-list-img img{
  width: 100%;
}

.base__flug-list-txt{
  font-size: 18px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .inner-gas{
    padding-left: 5.3333333333vw!important;
    padding-right: 5.3333333333vw!important;
  }
  /* .scrolldown-arrow.top-mv__scrolldown-arrow::before {
    right: -7px;
    height: 25px;
  }
  .scrolldown-arrow.top-mv__scrolldown-arrow::after {
    height: 63px;
  } */
  .scrolldown-arrow.top-mv__scrolldown-arrow span {
    font-size: 1.6rem;
  }
  .c-preFooter-btn{
    display: none;
  }
  .w67p{
    width: 100%!important;
  }
  .ooh-flex {
    flex-direction: column;
  }
  .ooh-flex__left {
    width: 100%;
    margin-bottom: 6vw;
  }
  .ooh-flex__right {
    width: 100%;
  }
  .p-out-of-hours1__block2__box1__item::before {
    top: 2.7vw;
  }
  .flug-name{
    font-size: 3vw;
  }
  .base__flug-list-img{
    width: 100%;
  }
  .flug-name {
    font-size: 5.5vw;
  }
  .base__flug-list-txt {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 768px) {
  .inner-gas{
    width: 95%!important;
  }
}

/* ダークモードの時だけ */
@media (prefers-color-scheme: dark) {
 .c-hamburger__menu__bar{
  background: #fff!important;
 }
 @media screen and (min-width: 767px) {
  .c-menu1__items + .c-menu1__items .c-menu1__title::before, .c-menu1__items + .c-menu1__items .c-menu1__title::after, .c-menu1__items + .c-menu1__items .c-menu1__navi__item::before, .c-menu1__items + .c-menu1__items .c-menu1__navi__item::after{
    background: #fff!important;
  }
  }
}