@charset "UTF-8";
/* ACCORDER Inc. */
/* Base Style
----------------------- */
*, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #333333;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
} /* Crearfix for Modern Browsers including Firefox, Opera, Safari, etc */
.clearfix {
  display: inline-block;
} /* For Windows IE7 and Mac IE5 */
* html .clearfix {
  height: 1px;
} /* For Windows IE5/IE6: Hides from IE-mac */
.clearfix {
  display: block;
}

.clear {
  clear: both;
} /* End hide from IE-mac */
img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizequality;
  vertical-align: bottom;
} /* Better images when resized for IE7, FF3.5+ */
a {
  text-decoration: none;
}

a._hover {
  text-decoration: none;
  opacity: 1;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
}

@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*media quary*/
/* IE  ----------------------- */
.ie {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 500;
  text-align: left;
}
.ie div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* wrapper  ----------------------- */
body.is-fixed {
  overflow: hidden;
}
@media (min-width: 77.5rem) {
  body.is-fixed {
    overflow: visible;
  }
}

#wrapper {
  overflow: hidden;
}
#wrapper img {
  width: 100%;
}

/* color  ----------------------- */
/* font  ----------------------- */
._font_montserrat {
  font-family: "Montserrat", sans-serif;
}

/*共通  ----------------------- */
br.sp {
  display: none;
}
@media (max-width: 40.625rem) {
  br.sp {
    display: block;
  }
}

.all_new_line {
  display: inline-block;
  letter-spacing: inherit;
  font-family: inherit;
}

.border_radius_12 {
  border-radius: 0.75rem;
  overflow: hidden;
}

.inner {
  max-width: 78rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section_title p {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  font-size: clamp(1rem, 0.962rem + 0.16vw, 1.125rem);
  font-weight: 700;
}
.section_title p::before {
  content: "";
  background-image: url("../images/all_section_title_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  display: inline-block;
}
.section_title p.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.all_sub_title {
  margin-top: 2rem;
}
@media (max-width: 40.625rem) {
  .all_sub_title {
    margin-top: 1.5rem;
  }
}
.all_sub_title ._sub_copy {
  font-size: clamp(1.25rem, 0.906rem + 1.47vw, 2.375rem);
  text-align: center;
  letter-spacing: 0.03em;
}
.all_sub_title ._sub_copy.text_left {
  text-align: left;
}
.all_sub_title ._sub_copy.text_small {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
}
.all_sub_title ._sub_copy span {
  color: #333333;
}

.leading_text {
  line-height: 2;
  color: #333B40;
}

.newcars_text {
  line-height: 2;
  color: #333B40;
  margin-top:7%;
}

.usedcars_text {
  line-height: 2;
  color: #333B40;
  margin-top:7%;
  text-align:center;
}

.g_menu {
  position: relative;
}
.g_menu::after {
  content: "";
  background-color: #e50111;
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.g_menu._hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.g_menu._footer {
  color: #fff;
}
.g_menu._footer::after {
  background-color: #fff;
}
@media (max-width: 40.625rem) {
  .g_menu._footer::after {
    content: none;
  }
}

/* #smile,s-anime アニメーション
=========================================== */
.p-svg__path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sw15 {
  stroke-width: 15px;
}

.sw40 {
  stroke-width: 40px;
}

@media all and (-ms-high-contrast: none) {
  .p-svg__path {
    stroke-dashoffset: 0px;
  }
}
.mv, .top_message, .top_feature, ._miki, ._kitasuzuran {
  position: relative;
  overflow: hidden;
}

.s_anime_wrapper {
  pointer-events: none;
}

.s_anime {
  opacity: 0;
}
.s_anime.on {
  opacity: 1;
}

.smile {
  width: 38%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.smile svg {
  display: block;
}
@media (max-width: 40.625rem) {
  .smile {
    width: 70%;
    top: 40%;
  }
}

.top_s_1 {
  width: 40%;
  position: absolute;
  top: 7%;
  left: 1%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media (max-width: 40.625rem) {
  .top_s_1 {
    width: 60%;
  }
}

.top_s_2 {
  width: 40%;
  position: absolute;
  top: 13%;
  left: -11%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  z-index: -1;
}

.top_s_3 {
  width: 40%;
  position: absolute;
  top: 26%;
  right: -23%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  z-index: -1;
}

.top_s_4 {
  width: 40%;
  position: absolute;
  bottom: -5%;
  right: -15%;
  -webkit-transform: scale(2);
          transform: scale(2);
  z-index: -1;
}

.page_head {
  position: relative;
  overflow: hidden;
}

.page_head_s_1 {
  width: 45%;
  position: absolute;
  top: 0;
  right: 2%;
}
@media (max-width: 77.5rem) {
  .page_head_s_1 {
    width: 70%;
    top: -6%;
    right: -4%;
  }
}
@media (max-width: 40.625rem) {
  .page_head_s_1 {
    width: 110%;
    top: 0%;
    right: -36%;
  }
}

.clinic_content {
  position: relative;
  overflow: hidden;
}

.clinic_s_1 {
  width: 40%;
  position: absolute;
  top: 5%;
  right: -17%;
  z-index: -1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.clinic_s_2 {
  width: 30%;
  position: absolute;
  bottom: 7%;
  left: -5%;
  z-index: -1;
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
}

.care_content {
  position: relative;
  overflow: hidden;
}

.care_s_1 {
  width: 40%;
  position: absolute;
  top: 1%;
  left: 0%;
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}

.care_s_2 {
  width: 40%;
  position: absolute;
  top: 60%;
  right: -32%;
  -webkit-transform: scale(2);
          transform: scale(2);
}

/* #header ヘッダー
=========================================== */
#sp_menu_button {
  position: fixed;
  top: 1.25rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  z-index: 105;
  mix-blend-mode: exclusion;
}
@media (min-width: 77.5rem) {
  #sp_menu_button {
    display: none;
  }
}
@media (max-width: 40.625rem) {
  #sp_menu_button {
    top: 0.375rem;
  }
}
#sp_menu_button::before, #sp_menu_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 0.1rem;
  background: #fff;
  -webkit-transition: -webkit-transform 180ms;
  transition: -webkit-transform 180ms;
  transition: transform 180ms;
  transition: transform 180ms, -webkit-transform 180ms;
}
#sp_menu_button::before {
  width: 2rem;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
#sp_menu_button::after {
  width: 2rem;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
#sp_menu_button.is-open::before {
  -webkit-transform: translateY(0) rotate(20deg);
          transform: translateY(0) rotate(20deg);
}
#sp_menu_button.is-open::after {
  width: 2rem;
  -webkit-transform: translateY(0) rotate(-20deg);
          transform: translateY(0) rotate(-20deg);
}

#sp_menu_wrapper {
  background-color: #333333;
  max-width: 28.75rem;
  max-height: 56rem;
  width: 100%;
  height: 100%;
  padding: 5rem 1.5rem 2rem;
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0.375rem 0 0.375rem 0.375rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow-y: auto;
}
@media (max-width: 40.625rem) {
  #sp_menu_wrapper {
    border-radius: 0;
  }
}
#sp_menu_wrapper.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 100;
}
@media (min-width: 77.5rem) {
  #sp_menu_wrapper.is-open {
    display: none;
  }
}
#sp_menu_wrapper ul li {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
  font-weight: 600;
  color: #fff;
}
#sp_menu_wrapper ul li:last-of-type {
  padding: 1.75rem 0;
}
#sp_menu_wrapper ul li a {
  padding: 1.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#sp_menu_wrapper ul li a::after {
  content: "";
  background-image: url("../images/sp_nav_arrow.svg");
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
#sp_menu_wrapper ul li a._hover {
  opacity: 0.7;
}
#sp_menu_wrapper .bottom_info {
  padding: 0;
}
#sp_menu_wrapper .bottom_info ._contact {
  margin-top: 0;
  display: block;
}
#sp_menu_wrapper .bottom_info ._contact ._contact_box {
  padding: 2rem 0;
  max-width: initial;
  margin: 0;
  margin-bottom: 1.5rem;
}
#sp_menu_wrapper .bottom_info ._contact ._contact_box ._text_normal {
  font-size: 1.25rem;
}
#sp_menu_wrapper .bottom_info ._contact ._contact_box ._text_bold {
  font-size: 1.5rem;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 48rem) {
  #header {
    position: absolute;
  }
}

.gnav._head {
  max-width: 95rem;
  width: 100%;
}
@media (max-width: 77.5rem) {
  .gnav._head {
    max-width: 19.625rem;
  }
}
@media (max-width: 40.625rem) {
  .gnav._head {
    max-width: 13.75rem;
  }
}

/*　上に上がる動き　*/
.gnav._head.UpMove {
  -webkit-animation: UpAnime 0.8s forwards;
          animation: UpAnime 0.8s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
.gnav._head.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.gnav_inner {
  background-color: #fff;
  height: 7.1875rem;
  padding: 0 2% 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
@media (max-width: 77.5rem) {
  .gnav_inner._head {
    padding: 0 8%;
    height: 5.625rem;
  }
}
@media (max-width: 40.625rem) {
  .gnav_inner._head {
    height: 4rem;
  }
}

.gnav_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 40.625rem) {
  .gnav_menu_wrapper {
    display: block;
  }
}
.gnav_menu_wrapper li {
  padding: 0 1.25rem;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 40.625rem) {
  .gnav_menu_wrapper li {
    padding: 1.75rem 0;
  }
}
@media (max-width: 40.625rem) {
  .gnav_menu_wrapper li:not(:first-of-type) {
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 77.5rem) {
  .gnav_menu_wrapper._head {
    display: none;
  }
}

.vertical_border {
  border-left: 0.0625rem solid rgba(112, 112, 112, 0.2);
}

.g_menu {
  color: #333333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.g_menu:hover {
  opacity: 1;
}

.icon_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e50111;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon_menu::before {
  content: "";
  margin-right: 0.625rem;
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon_menu.access::before {
  background-image: url("../images/all_access.svg");
}
.icon_menu.hour::before {
  background-image: url("../images/all_hour.svg");
}
.icon_menu.tel::before {
  background-image: url("../images/all_tel_icon_blue.svg");
}
.icon_menu:hover {
  opacity: 1;
}
.icon_menu:hover::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* #top　トップページ
=========================================== */
h2 {
  letter-spacing: 0.125em;
  font-size: 2.625rem;
  font-weight: 600;
  color: #e50111;
}

._detail_link {
  display: block;
  text-align: right;
  font-size: 1.125rem;
  font-weight: 600;
}
._detail_link._hover .all_read_more_text {
  -webkit-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem);
}
._detail_link._hover ._mark {
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
}
._detail_link._hover ._mark::after {
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
}

.all_read_more {
  padding-right: 3.5rem;
  position: relative;
  display: inline-block;
}

.all_read_more_text {
  display: block;
  font-size: clamp(1rem, 0.962rem + 0.16vw, 1.125rem);
  color: #333333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

._mark {
  background-color: #333333;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
._mark::before {
  content: "";
  background: #49E8D7;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: block;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
._mark::after {
  content: "";
  background: url("../images/all_white_arrow.svg") no-repeat center;
  background-size: contain;
  width: 2rem;
  height: 0.625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mv {
  background-color: #CDE2F3;
}
@media (max-width: 40.625rem) {
  .mv {
    width: 100vw;
    height: 100vh;
    overflow: visible;
  }
}

.mv_image {
  -webkit-animation: hero_anime 2s forwards;
          animation: hero_anime 2s forwards;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle farthest-corner at 0% 100%, #000 60%, transparent 90%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: 200% 0;
  transition-property: -webkit-mask-position;
  -webkit-transition-property: -webkit-mask-position;
  transition-property: mask-position;
  transition-property: mask-position, -webkit-mask-position;
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
          transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 40.625rem) {
  .mv_image {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 40.625rem) {
  .mv_image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@-webkit-keyframes hero_anime {
  0% {
    -webkit-mask-position: 200% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
  }
}

@keyframes hero_anime {
  0% {
    -webkit-mask-position: 200% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
  }
}
.mv_text {
  width: 12%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  opacity: 0;
}
@media (max-width: 40.625rem) {
  .mv_text {
    width: 40%;
  }
}

.top_message {
  padding: 15% 0 8%;
}
.top_message ._about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 40.625rem) {
  .top_message ._about {
    display: block;
  }
}
.top_message ._title {
  width: 38%;
}
@media (max-width: 40.625rem) {
  .top_message ._title {
    width: 100%;
  }
}
.top_message ._content {
  width: 60%;
}
@media (max-width: 40.625rem) {
  .top_message ._content {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.top_message ._content ._main_copy {
  margin-bottom: 10%;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-size: clamp(1.5rem, 1.156rem + 1.47vw, 2.625rem);
  font-weight: 600;
  color: #e50111;
}
.top_message ._content ._main_copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.top_message ._content ._main_copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media (max-width: 40.625rem) {
  .top_message ._content ._main_copy {
    line-height: 1.5;
  }
}

.swiper_nav {
  max-width: 35.5rem;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 48rem) {
  .swiper_nav {
    max-width: 21rem;
  }
}

.scrollbar_container {
  max-width: 12rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scrollbar_container::before, .scrollbar_container::after {
  content: "";
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 0.847rem + 0.65vw, 1.5rem);
}
.scrollbar_container::before {
  content: "01";
}
.scrollbar_container::after {
  content: "06";
}

.scrollbar_inner {
  margin: 0 1.25rem;
  width: 100%;
}

.swiper-pagination {
  background: #EDEDED;
  width: 100%;
  height: 0.125rem !important;
  z-index: 50;
  border-radius: 0.625rem;
  position: static;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #333333;
}

.nav_button_container {
  max-width: 7rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav_button {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  display: block;
  padding: 0 0 0 2.5rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav_button::before, .nav_button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.nav_button::before {
  left: -0.125rem;
  width: 0.75rem;
  height: 0.125rem;
  background: #333333;
}
.nav_button::after {
  left: 0.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 0.125rem solid #333333;
  border-right: 0.125rem solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav_button:hover {
  background-color: #333333;
}
.nav_button:hover::before {
  background-color: #fff;
}
.nav_button:hover::after {
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
}

.swiper_button_prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper_button_prev img {
  vertical-align: top;
}
.swiper_button_prev:hover {
  -webkit-transform: scale(1.2) rotate(180deg);
          transform: scale(1.2) rotate(180deg);
}

.swiper_button_next:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.swiper_container {
  position: relative;
  overflow: hidden;
  padding: 1.25rem 0;
  min-height: 28.125rem;
}
@media (max-width: 48rem) {
  .swiper_container {
    min-height: 18.75rem;
  }
}
@media (max-width: 40.625rem) {
  .swiper_container {
    min-height: 12rem;
  }
}

.topSwiper {
  max-width: 37.5rem;
  overflow: visible;
  position: absolute;
  top: 3%;
  left: 0;
}
@media (max-width: 48rem) {
  .topSwiper {
    max-width: 22rem;
  }
}
@media (max-width: 40.625rem) {
  .topSwiper {
    max-width: 15rem;
  }
}

.swiper-slide {
  padding-right: 4%;
  will-change: transform, opacity;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.swiper-slide span {
  display: block;
  overflow: hidden;
  border-radius: 0.75rem;
  will-change: transform;
}

.top_department {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
  margin-top: -7%;
  padding: 17% 0 10%;
}
@media (max-width: 40.625rem) {
  .top_department {
    background-size: auto 70%;
    background-position: left 6% bottom -8%;
    padding: 24% 0 42%;
  }
}
.top_department .inner {
  max-width: 100rem;
  padding: 0 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 75rem) {
  .top_department .inner {
    display: block;
  }
}
.top_department .section_title p {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_department .section_title p::before {
  margin-right: 0;
  margin-bottom: 0.25rem;
}
@media (max-width: 75rem) {
  .top_department .section_title p::before {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}
@media (max-width: 75rem) {
  .top_department .section_title p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 40.625rem) {
  .top_department .section_title p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top_department ._title {
  width: 1em;
}
@media (max-width: 75rem) {
  .top_department ._title {
    width: 100%;
  }
}
.top_department .all_sub_title {
  margin-top: 0;
}
@media (max-width: 75rem) {
  .top_department .all_sub_title {
    margin: 4% 0;
  }
}
.top_department .all_sub_title ._sub_copy {
  font-size: clamp(1.25rem, 0.829rem + 1.8vw, 2.625rem);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 75rem) {
  .top_department .all_sub_title ._sub_copy {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
@media (max-width: 40.625rem) {
  .top_department .all_sub_title ._sub_copy {
    text-align: left;
  }
}
.top_department ._detail {
  background-color: #fff;
  max-width: 65rem;
  padding: 5rem 3.625rem;
  padding: 6.5% 4.5%;
  border-radius: 0.75rem 0 0 4rem;
}
@media (max-width: 75rem) {
  .top_department ._detail {
    margin: 5% auto;
  }
}
.top_department ._detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_department ._detail li {
  width: 48%;
  margin-bottom: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 40.625rem) {
  .top_department ._detail li {
    width: 100%;
  }
}
.top_department ._detail li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1.25rem;
  display: inline-block;
  max-width: 5.75rem;
  width: 70%;
  height: 100%;
}
@media (max-width: 40.625rem) {
  .top_department ._detail li::before {
    max-width: 2.8125rem;
    min-width: 2.8125rem;
    width: 30%;
  }
}
.top_department ._detail li span {
  display: block;
  margin-bottom: 0.5rem;
}
.top_department ._detail li._icon_01::before {
  background-image: url("../images/top_department_icon1.svg");
}
.top_department ._detail li._icon_02::before {
  background-image: url("../images/top_department_icon2.svg");
}
.top_department ._detail li._icon_03::before {
  background-image: url("../images/top_department_icon3.svg");
}
.top_department ._detail li._icon_04::before {
  background-image: url("../images/top_department_icon4.svg");
}
.top_department ._detail li._icon_05::before {
  background-image: url("../images/top_department_icon5.svg");
}
.top_department ._detail li._icon_06::before {
  background-image: url("../images/top_department_icon6.svg");
}
.top_department ._detail ._department_title {
  font-weight: 600;
  color: #e50111;
}

.top_feature {
  padding: 17% 0 0;
}
.top_feature ._content {
  margin-top: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_feature ._box {
  max-width: 35.625rem;
  width: 48%;
}
@media (max-width: 40.625rem) {
  .top_feature ._box {
    width: 100%;
  }
}
@media (max-width: 40.625rem) {
  .top_feature ._box:first-child {
    margin-bottom: 2.5rem;
  }
}
.top_feature ._box_subtitle {
  margin-top: 4%;
  font-size: clamp(1rem, 0.923rem + 0.33vw, 1.25rem);
  font-weight: 600;
  color: #e50111;
}
.top_feature ._box_text {
  margin-top: 2%;
}

.top_info {
  padding: 12% 0 20%;
}
.top_info ._clinic_name {
  text-align: center;
  font-size: clamp(1.25rem, 0.906rem + 1.47vw, 2.375rem);
  font-weight: 600;
  color: #e50111;
}
.top_info ._image {
  margin-top: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 40.625rem) {
  .top_info ._image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_info ._clinic_photo {
  max-width: 46.875rem;
  width: 70%;
}
@media (max-width: 40.625rem) {
  .top_info ._clinic_photo {
    width: 100%;
  }
}
.top_info ._map {
  max-width: 26.25rem;
  margin-left: 1rem;
  width: 39%;
  height: 0;
  padding-bottom: 39%;
  position: relative;
}
@media (max-width: 40.625rem) {
  .top_info ._map {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    padding-bottom: 61%;
  }
}
.top_info ._map iframe {
  width: 100%;
  height: 100%;
  max-height: 28.73125rem;
  position: absolute;
  left: 0;
  top: 0;
}
.top_info ._info_content {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 40.625rem) {
  .top_info ._info_content {
    width: 100%;
  }
}
.top_info ._block {
  width: 47%;
  margin-top: 3%;
}
@media (max-width: 40.625rem) {
  .top_info ._block {
    width: 100%;
  }
}
.top_info ._part {
  margin-top: 2rem;
}
.top_info ._info_title {
  height: 3.5rem;
  border-bottom: 0.0625rem solid rgba(51, 59, 64, 0.2);
  text-align: left;
  font-size: clamp(0.875rem, 0.798rem + 0.33vw, 1.125rem);
  font-weight: 600;
  color: #e50111;
}
.top_info ._info_title.border_none {
  height: auto;
  border-bottom: none;
}
.top_info ._info_title span {
  color: #e50111;
}
.top_info ._office_hour table {
  table-layout: fixed;
  width: 100%;
}
.top_info ._office_hour tr {
  height: 3.5rem;
  border-bottom: 0.0625rem solid rgba(51, 59, 64, 0.2);
}
.top_info ._office_hour tr.border_none {
  border-bottom: none;
}
.top_info ._office_hour ._info_title {
  text-align: left;
}
.top_info ._office_hour th {
  text-align: center;
  font-size: clamp(0.875rem, 0.798rem + 0.33vw, 1.125rem);
  font-weight: 600;
}
.top_info ._office_hour td:not(._font_montserrat) {
  text-align: center;
  font-weight: 600;
  color: #e50111;
}
.top_info ._office_hour ._hour {
  letter-spacing: 0.01em;
  font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
}
.top_info ._office_hour ._half_hour {
  font-size: clamp(0.75rem, 0.712rem + 0.16vw, 0.875rem);
  font-weight: 400 !important;
  color: #333333 !important;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media (max-width: 75rem) {
  .top_info ._office_hour ._half_hour {
    white-space: normal;
  }
}
.top_info ._address ._info_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_info ._map_link {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_info ._map_link.no_flex {
  display: block;
}
.top_info ._map_link.no_flex ._gmap {
  margin-top: 0.875rem;
  margin-left: 0;
}
.top_info ._gmap {
  margin-left: 2rem;
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  color: #333333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top_info ._gmap::before {
  content: "";
  background-color: #333333;
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  left: 0;
  bottom: -0.375rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top_info ._gmap::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjYyNSIgaGVpZ2h0PSIxMC40MjIiIHZpZXdCb3g9IjAgMCA2LjYyNSAxMC40MjIiPgogIDxnIGlkPSLjgrDjg6vjg7zjg5dfNDQ4NzUiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDQ0ODc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzA1Ni40MTQgNDA1Ny4yMTEpIj4KICAgIDxnIGlkPSLjgrDjg6vjg7zjg5dfOTY4OSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgOTY4OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3MDU1IC00MDQ4LjIwMykgcm90YXRlKC05MCkiPgogICAgICA8bGluZSBpZD0i57eaXzIwNCIgZGF0YS1uYW1lPSLnt5ogMjA0IiB4Mj0iMy43OTciIHkyPSIzLjc5NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTI5OGQ2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgICA8bGluZSBpZD0i57eaXzIwNSIgZGF0YS1uYW1lPSLnt5ogMjA1IiB4MT0iMy43OTciIHkyPSIzLjc5NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy43OTcgMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzUyOThkNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.375rem;
  height: 0.625rem;
  margin-left: 0.625rem;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top_info ._gmap._hover::before {
  visibility: visible;
  bottom: -0.3125rem;
  opacity: 1;
}
.top_info ._gmap._hover::after {
  -webkit-transform: translateX(0.125rem);
          transform: translateX(0.125rem);
}
.top_info ._note {
  margin-top: 0.875rem;
  font-weight: 600;
}
.top_info ._tel {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 75rem) {
  .top_info ._tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top_info ._tel_number {
  font-size: clamp(2.875rem, 2.837rem + 0.16vw, 2rem);
}
.top_info ._detail_link {
  margin-left: 4.125rem;
}
@media (max-width: 75rem) {
  .top_info ._detail_link {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}
.top_info ._access ._info_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_info ._access p:last-of-type {
  margin-top: 1rem;
}

._miki {
  padding: 12% 0 2rem;
}
._miki.bg_none {
  background: none;
}

.bottom_info {
  padding: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 40.625rem) {
  .bottom_info {
    padding: 10% 6%;
  }
}
.bottom_info._top {
  background-image: url("../images/top_bottom_info_bg.jpg");
}
.bottom_info._contact {
  background-image: url("../images/contact_bottom_info_bg.jpg");
}

._contact {
  width: 100%;
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 40.625rem) {
  ._contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

._lead {
  text-align: center;
  font-size: clamp(1.25rem, 1.02rem + 0.98vw, 2rem);
  font-weight: 600;
  color: #fff;
}
._lead.blue {
  color: #e50111;
}
._lead span {
  color: #fff;
}

._contact_box {
  max-width: 28.125rem;
  width: 100%;
  margin: 0 1.5rem;
  padding: 2% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625rem solid #fff;
  border-radius: 0.625rem;
  cursor: pointer;
  pointer-events: all !important;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 40.625rem) {
  ._contact_box {
    margin: 0 0 1.25rem 0;
    padding: 1rem 0;
  }
}
._contact_box p {
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
._contact_box.blue {
  border: 0.0625rem solid #e50111;
}
._contact_box.blue p {
  font-weight: 600;
  color: #e50111;
}
._contact_box.blue._hover {
  background-color: #e50111;
}
._contact_box.blue._hover p {
  color: #fff;
}
._contact_box.blue._hover ._contact_tel::before {
  background-image: url("../images/contact_tel_icon_white.svg");
}
._contact_box._hover {
  background-color: #fff;
}
._contact_box._hover p {
  color: #e50111;
}
._contact_box._hover p span {
  color: #e50111;
}
._contact_box._hover ._form::before {
  background-image: url("../images/all_web_icon_blue.svg");
}
._contact_box._hover ._contact_tel::before {
  background-image: url("../images/contact_tel_icon_blue.svg");
}

._action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._form::before {
  content: "";
  background-image: url("../images/all_web_icon_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1rem;
  display: inline-block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

._contact_tel::before {
  content: "";
  background-image: url("../images/all_web_icon_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1rem;
  display: inline-block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
._contact_tel.blue::before {
  background-image: url("../images/all_web_icon_blue.svg");
}

._text_normal {
  font-size: clamp(1.25rem, 1.173rem + 0.33vw, 1.5rem);
}

._text_bold {
  text-align: center;
  font-size: clamp(1.5rem, 1.347rem + 0.65vw, 2rem);
  font-weight: 600;
}
._text_bold.text_large {
  font-size: clamp(2rem, 1.732rem + 1.14vw, 2.875rem);
}
._text_bold span {
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 48rem) {
  ._text_bold {
    line-height: 1.2;
  }
}

/* #top　トップページ ここまで
=========================================== */
/* 下層ページ共通 ここから
=========================================== */
.page_head_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 40.625rem) {
  .page_head_title_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page_head {
  padding: 16% 0 3%;
}
@media (max-width: 40.625rem) {
  .page_head {
    padding: 30% 0 10%;
  }
}

.page_head_title ._sub_title {
  font-size: clamp(1rem, 0.923rem + 0.33vw, 1.25rem);
  color: #333333;
}
.page_head_title ._main_title {
  margin-top: 1%;
  font-size: clamp(2rem, 1.656rem + 1.47vw, 3.125rem);
  font-weight: 700;
  color: #e50111;
}

.bread_crumbs {
  margin-top: 5%;
}
@media (max-width: 40.625rem) {
  .bread_crumbs {
    margin-top: 0;
    margin-bottom: 12%;
  }
}
.bread_crumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 40.625rem) {
  .bread_crumbs ol {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bread_crumbs ol li span {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.2);
}
.bread_crumbs ol > * + * {
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bread_crumbs ol > * + *::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  margin-right: 1rem;
  width: 1rem;
  height: 0.0625rem;
  display: block;
}
.bread_crumbs ol > * + * span {
  font-weight: 600 !important;
  color: #333333 !important;
}

.js_parallax {
  width: 95%;
  max-height: 37.5rem;
  position: relative;
  border-radius: 0 0.75rem 0.75rem 0;
  overflow: hidden;
}
.js_parallax::before {
  content: "";
  width: 100%;
  padding-top: 40%;
  display: block;
}
@media (max-width: 40.625rem) {
  .js_parallax::before {
    padding-top: 75%;
  }
}

.js_parallax_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 110%;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.js_parallax_img._clinic {
  background-image: url("../images/pagehead_mv.jpg");
}
.js_parallax_img._care {
  background-image: url("../images/pagehead_mv.jpg");
}
@media (max-width: 40.625rem) {
  .js_parallax_img {
    background-size: auto 110%;
  }
}

/* 下層ページ共通 ここまで
=========================================== */
/* #clinic　 医院紹介
=========================================== */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fw {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#topics {
  position: relative;
  z-index: 10;
}
#topics .hide {
  display: none;
}

.tab {
  overflow: hidden;
}
.tab li {
  position: relative;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-bottom: 0.125rem solid #333333;
  font-size: clamp(1rem, 0.847rem + 0.65vw, 1.5rem);
  font-weight: 600;
}
.tab li p {
  width: 80%;
  height: 90%;
  padding: 3% 0 4%;
  position: absolute;
  bottom: 0;
  border-left: 0.125rem solid rgba(51, 59, 64, 0.2);
  border-top: 0.125rem solid rgba(51, 59, 64, 0.2);
  border-right: 0.0625rem solid rgba(51, 59, 64, 0.2);
  border-radius: 0.75rem 0.75rem 0 0;
  color: rgba(51, 59, 64, 0.2);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.tab li:first-child p {
  margin-left: auto;
  right: 0;
  border-right: 0.0625rem solid rgba(51, 59, 64, 0.2);
}
.tab li:last-child p {
  margin-right: auto;
  left: 0;
  border-left: 0.0625rem solid rgba(51, 59, 64, 0.2);
}
.tab li.select p {
  height: 100%;
  position: relative;
  border: 0.125rem solid #333333;
  color: #333333;
  z-index: 2;
}
.tab li.select p::after {
  content: "";
  width: 100%;
  height: 110%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.75rem 0.75rem 0 0;
  z-index: -1;
}
@media (max-width: 40.625rem) {
  .tab li.select p::after {
    height: 120%;
  }
}
.tab li:hover {
  cursor: pointer;
}

.topicon ._wrapper {
  padding: 10% 0;
}

.clinic_director {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 40.625rem) {
  .clinic_director {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.director_detail {
  width: 52%;
}
@media (max-width: 40.625rem) {
  .director_detail {
    width: 100%;
  }
}

.director_info p, .director_info li {
  color: #333B40;
}

.director_message {
  margin-top: 7%;
}

._position {
  margin-top: 2rem;
  font-weight: 600;
}

._name {
  margin-top: 0.5rem;
  font-size: clamp(1.5rem, 1.455rem + 0.23vw, 1.625rem);
  font-weight: 600;
}
._name span {
  margin-left: 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(51, 59, 64, 0.2);
}

._graduate {
  color: #333B40 !important;
}

._status {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 48rem) {
  ._status {
    display: block;
  }
}
._status li {
  width: 48%;
  margin-right: 2%;
  padding-left: 1.5rem;
  border-left: 0.0625rem solid #333333;
  line-height: 2;
}
@media (max-width: 48rem) {
  ._status li {
    width: 100%;
  }
}

.director_image {
  width: 42%;
}
@media (max-width: 40.625rem) {
  .director_image {
    width: 100%;
  }
}
@media (max-width: 40.625rem) {
  .director_image.pc {
    display: none;
  }
}
.director_image.sp {
  display: none;
}
@media (max-width: 40.625rem) {
  .director_image.sp {
    margin-top: 1.5rem;
    display: block;
  }
}

.clinic_introduction {
  padding: 12% 0;
}
.clinic_introduction._kitasuzuran {
  padding-bottom: 0;
}
@media (max-width: 40.625rem) {
  .clinic_introduction {
    padding: 20% 0;
  }
}
.clinic_introduction ._box_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.clinic_introduction ._box_wrapper ._box {
  width: 47.5%;
  margin-top: 7%;
}
@media (max-width: 40.625rem) {
  .clinic_introduction ._box_wrapper ._box {
    width: 100%;
    margin-top: 12%;
  }
}
.clinic_introduction ._box_wrapper ._box ._title {
  margin-top: 5%;
  font-size: clamp(1rem, 0.847rem + 0.65vw, 1.5rem);
  font-weight: 600;
  color: #333333;
}
.clinic_introduction ._box_wrapper ._box ._text {
  margin-top: 2%;
  font-size: clamp(1rem, 0.962rem + 0.16vw, 1.125rem);
}

.clinic_staff {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 76% 1% 1fr;
  grid-template-columns: 76% 1fr;
  -ms-grid-rows: 1fr 2% 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1%;
  grid-row-gap: 2%;
}

.clinic_staff > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.clinic_staff > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.clinic_staff > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.clinic_staff > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 40.625rem) {
  .clinic_staff {
    -ms-grid-columns: 1fr 2% 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 60% 1fr;
    grid-template-rows: 60% 1fr;
    grid-column-gap: 2%;
  }
  .clinic_staff > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .clinic_staff > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .clinic_staff > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .clinic_staff > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
.clinic_staff img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

._item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/3/3;
}
@media (max-width: 40.625rem) {
  ._item1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
}

._item2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}
@media (max-width: 40.625rem) {
  ._item2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}

._item3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
}
@media (max-width: 40.625rem) {
  ._item3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}

._item2, ._item3 {
  position: relative;
}
._item2 p, ._item3 p {
  background-color: #5D7CA3;
  padding: 0.625rem 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0.75rem 0 0.75rem 0;
  letter-spacing: 0;
  font-size: 0.875rem;
  color: #fff;
}
@media (max-width: 48rem) {
  ._item2 p, ._item3 p {
    padding: 0.625rem;
  }
}

/* #clinic　 医院紹介 ここまで
=========================================== */
/* #care　 診療科目 ここから
=========================================== */
.care_content {
  padding: 15% 0;
}

.care_box_wrapper {
  margin-top: 6%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
}
@media (max-width: 47.9375rem) {
  .care_box_wrapper.pc {
    display: none;
  }
}
.care_box_wrapper.sp {
  display: none;
}
@media (max-width: 47.9375rem) {
  .care_box_wrapper.sp {
    display: block;
  }
}

.pc_wrapper {
  width: 48%;
}
.pc_wrapper .care_box {
  width: 100%;
}

.care_box {
  margin-bottom: 6%;
  background-color: #fff;
  padding: 1.5rem 2.25rem;
  width: 48%;
  border-radius: 0.75rem;
}
@media (max-width: 50rem) {
  .care_box {
    padding: 1.5rem;
  }
}
@media (max-width: 47.9375rem) {
  .care_box {
    width: 100%;
  }
}

.care_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.care_title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.25rem, 1.097rem + 0.65vw, 1.75rem);
  font-weight: 600;
  color: #333333;
}
.care_title p::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 2rem;
  display: inline-block;
  width: 4rem;
  height: 4rem;
}
@media (max-width: 40.625rem) {
  .care_title p::before {
    margin-right: 1rem;
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.care_title p._icon_01::before {
  background-image: url("../images/top_department_icon1.svg");
}
.care_title p._icon_02::before {
  background-image: url("../images/top_department_icon2.svg");
}
.care_title p._icon_03::before {
  background-image: url("../images/top_department_icon3.svg");
}
.care_title p._icon_04::before {
  background-image: url("../images/top_department_icon4.svg");
}
.care_title p._icon_05::before {
  background-image: url("../images/top_department_icon5.svg");
}
.care_title p._icon_06::before {
  background-image: url("../images/top_department_icon6.svg");
}
.care_title.is-open ._btn::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

._limited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._limited span {
  height: 100%;
  margin-left: 1rem;
  padding: 0.25rem 1.125rem;
  border: 0.0625rem solid #7298C8;
  border-radius: 2rem;
  font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
  font-weight: 600;
  color: #7298C8;
}
@media (max-width: 77.5rem) {
  ._limited span {
    margin-left: 6rem;
    padding: 0.25rem;
  }
}
@media (max-width: 40.625rem) {
  ._limited span {
    margin-left: 3.25rem;
  }
}
@media (max-width: 77.5rem) {
  ._limited {
    display: block;
  }
}

._btn {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  display: block;
  border: 0.0625rem solid #333333;
  border-radius: 50%;
}
@media (max-width: 40.625rem) {
  ._btn {
    width: 2rem;
    height: 2rem;
  }
}
._btn::before, ._btn::after {
  content: "";
  width: 0.125rem;
  height: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #333333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.care_explain {
  margin-top: 2rem;
  display: none;
}
.care_explain p {
  line-height: 2;
}

.care_feature {
  padding: 10% 0 2%;
}
.care_feature .inner {
  position: relative;
}

/* #care　 診療科目 ここまで
=========================================== */
/* #contact お問い合わせ ここから
=========================================== */
.sp_progressbar_wrapper {
  display: none;
}
@media (max-width: 77.5rem) {
  .sp_progressbar_wrapper {
    display: block;
  }
}

.sp_progressbar {
  max-width: 28.5rem;
  margin: 3% auto;
  padding: 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 47.9375rem) {
  .sp_progressbar {
    margin: 10% auto;
  }
}
.sp_progressbar li {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 33%;
  color: rgba(62, 59, 53, 0.2);
  font-size: 0.875rem;
  font-weight: 600;
}
.sp_progressbar li::after {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  margin: 1.25rem auto 0.4375rem auto;
  text-align: center;
  border-radius: 50%;
  background-color: #dbe9f7;
}
.sp_progressbar li::before {
  content: "";
  position: absolute;
  top: 3.125rem;
  left: -50%;
  width: 100%;
  height: 0.0625rem;
  background-color: #dbe9f7;
}
.sp_progressbar li:first-child::before {
  content: none;
}
.sp_progressbar li.active, .sp_progressbar li.complete {
  color: #333333;
}
.sp_progressbar li.active::before, .sp_progressbar li.complete::before {
  background-color: #dbe9f7;
}
.sp_progressbar li.active::after, .sp_progressbar li.complete::after {
  background-color: #333333;
}
@media (max-width: 47.9375rem) {
  .sp_progressbar li {
    font-size: 0.875rem;
  }
}

.pc_progressbar {
  width: 25%;
}
.pc_progressbar li {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(62, 59, 53, 0.2);
}
.pc_progressbar li.current {
  color: #333333;
}
.pc_progressbar > * + * {
  margin-top: 3rem;
}
@media (max-width: 77.5rem) {
  .pc_progressbar {
    display: none;
  }
}

.contact_form {
  padding-top: 5rem;
}
@media (max-width: 40.625rem) {
  .contact_form {
    padding-top: 1rem;
  }
}

.form_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 77.5rem) {
  .form_inner {
    margin-bottom: 15%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.form_wrapper {
  width: 75%;
  min-width: 56.25rem;
}
@media (max-width: 59.375rem) {
  .form_wrapper {
    width: 100%;
    max-width: 37.5rem;
    min-width: initial;
  }
}
.form_wrapper dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 59.375rem) {
  .form_wrapper dl {
    display: block;
  }
}
.form_wrapper dl.align_flex_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form_wrapper dl:not(:first-of-type) {
  margin-top: 8%;
}
@media (max-width: 40.625rem) {
  .form_wrapper dl:not(:first-of-type) {
    margin-top: 10%;
  }
}
.form_wrapper dt {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1rem, 0.923rem + 0.33vw, 1.25rem);
  font-weight: 600;
}
@media (max-width: 59.375rem) {
  .form_wrapper dt {
    width: 100%;
  }
}
.form_wrapper dt.required::after {
  content: "必須";
  margin-left: 0.5rem;
  padding: 0.015rem 0.25rem;
  border: 0.0625rem solid #D4E0EE;
  border-radius: 0.6875rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #7298C8;
}
@media (max-width: 40.625rem) {
  .form_wrapper dt br.pc {
    display: none;
  }
}
.form_wrapper dd {
  width: 70%;
}
@media (max-width: 59.375rem) {
  .form_wrapper dd {
    margin-top: 1rem;
    width: 100%;
  }
}
.form_wrapper dd._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 40.625rem) {
  .form_wrapper dd._flex {
    display: block;
  }
}
.form_wrapper ._address_button {
  background-color: #fff;
  width: 60%;
  margin-left: 5%;
  padding: 0.25rem 0;
  border: 0.0625rem solid #ECEDF6;
  border-radius: 1rem;
  font-weight: 600;
  color: #e50111;
  cursor: pointer;
}
@media (max-width: 40.625rem) {
  .form_wrapper ._address_button {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.form_wrapper .radio_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 40.625rem) {
  .form_wrapper .radio_wrapper {
    max-width: 20rem;
  }
}
.form_wrapper .radio_wrapper div {
  width: 45%;
  position: relative;
}
.form_wrapper .radio_wrapper input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 2.375rem;
  height: 2.375rem;
}
.form_wrapper .radio_label {
  padding: 0 0 0 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1rem, 0.923rem + 0.33vw, 1.25rem);
}
@media (max-width: 40.625rem) {
  .form_wrapper .radio_label {
    padding: 0 0 0 2rem;
  }
}
.form_wrapper .radio_label::before, .form_wrapper .radio_label::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form_wrapper .radio_label::before {
  background-color: #F5F5F5;
  left: 0;
  width: 2.375rem;
  height: 2.375rem;
  border: 0.0625rem solid rgba(2, 63, 105, 0.1);
  border-radius: 50%;
}
@media (max-width: 40.625rem) {
  .form_wrapper .radio_label::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.form_wrapper .radio_label::after {
  left: 4.5%;
  width: 0.875rem;
  height: 0.875rem;
  background: #e50111;
  border-radius: 50%;
  opacity: 0;
}
@media (max-width: 40.625rem) {
  .form_wrapper .radio_label::after {
    left: 5.5%;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.form_wrapper input[type=radio]:checked + .radio_label::after {
  opacity: 1;
}
.form_wrapper input:not(.radio_button, .checkbox), .form_wrapper textarea {
  max-width: 37.5rem;
  width: 100%;
  height: 5.3125rem;
  padding-left: 1rem;
  background-color: #F5F5F5;
  border: 0.0625rem solid rgba(2, 63, 105, 0.2);
  border-radius: 0.625rem;
}
@media (max-width: 40.625rem) {
  .form_wrapper input:not(.radio_button, .checkbox), .form_wrapper textarea {
    height: 3.5rem;
  }
}
.form_wrapper textarea {
  padding-top: 1rem;
  height: 18.75rem;
}

.mycheckbox {
  /* 元々のチェックボックス opacity0 */
  /* オリジナルスタイルのチェックボックス */
}
@media (max-width: 40.625rem) {
  .mycheckbox {
    padding-bottom: 1rem;
  }
}
.mycheckbox dd {
  position: relative;
}
.mycheckbox input[type=checkbox] {
  opacity: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  width: 1.25rem;
  height: 1.25rem;
}
.mycheckbox span {
  padding-left: 2.25rem;
  position: absolute;
  left: 0;
  font-weight: 600;
}
.mycheckbox span::before {
  content: "";
  background: #F5F5F5;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border: 0.0625rem solid rgba(2, 63, 105, 0.2);
}

.mailform_checkbox:checked + span::before {
  background: #e50111;
  border: 0.0625rem solid #e50111;
}

.mailform_checkbox:checked + span::after {
  content: "";
  width: 0.375rem;
  height: 0.875rem;
  position: absolute;
  left: 0.4375rem;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  border-bottom: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  display: block;
}

.mycheckbox span a {
  padding-bottom: 0.25rem;
  border-bottom: 0.0625rem solid #333333;
}

.mailform_submit {
  background: #333333;
  width: 100%;
  height: 5rem;
  padding: 0 5rem;
  border: none;
  border-radius: 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-shadow: none;
}
.mailform_submit:hover {
  background: #e50111;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 59.375rem) {
  .mailform_submit {
    max-width: 100%;
    padding: 0;
  }
}

.confirm_send_button {
  margin-top: 5rem;
}

.confirm_return_entry {
  background: none;
  width: 90%;
  margin-top: 1rem;
  display: inline;
  border: none;
  text-decoration: underline;
  font-size: 1rem;
  color: #e50111;
  cursor: pointer;
}
@media (max-width: 59.375rem) {
  .confirm_return_entry {
    width: 100%;
  }
}

.privacy_policy {
  padding-top: 7%;
}
@media (max-width: 77.5rem) {
  .privacy_policy {
    padding-top: 0;
  }
}

._text_box {
  margin: 5% 0 15%;
  padding: 5% 1.5rem;
  border: 0.0625rem solid #B9C5D1;
}
._text_box p {
  max-width: 62.5rem;
  margin: 0 auto;
}

#mfp_loading {
  display: none;
}

#mfp_overlay_background {
  display: none;
}

#mfp_loading_screen {
  display: none;
}

._annotation p span {
  font-size: clamp(1rem, 0.923rem + 0.327vw, 1.25rem);
  font-weight: 600;
}

/* #contact お問い合わせ ここまで
=========================================== */
/* #footer フッター
=========================================== */
#footer {
  background-color: #e50111;
  padding: 5rem 0 1rem;
}
@media (max-width: 40.625rem) {
  #footer {
    padding: 3rem 0 2rem;
  }
}

.footer_logo {
  max-width: 22.25rem;
  width: 40%;
}
@media (max-width: 40.625rem) {
  .footer_logo {
    width: 90%;
  }
}

._about_clinic {
  margin-top: 3rem;
  padding-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 40.625rem) {
  ._about_clinic {
    margin-top: 0;
    padding-bottom: 2rem;
  }
}
._about_clinic p, ._about_clinic a {
  color: #fff;
}

._clinic_box {
  width: 50%;
}
@media (max-width: 40.625rem) {
  ._clinic_box {
    width: 100%;
    margin-top: 1.75rem;
  }
}

._clinic_name {
  font-size: clamp(1rem, 0.962rem + 0.16vw, 1.125rem);
  font-weight: 600;
}

._clinic_address {
  margin-top: 0.5rem;
}
._clinic_address .all_new_line {
  color: #fff;
  margin-right: 1em;
}

._clinic_tel {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
}
._clinic_tel::before {
  content: "";
  background-image: url("../images/footer_tel_icon_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  display: inline-block;
}

._footer_gnav_inner {
  background-color: inherit;
  padding: 0;
  color: #fff;
}
@media (max-width: 77.5rem) {
  ._footer_gnav_inner {
    height: 5.625rem;
  }
}
@media (max-width: 62.5rem) {
  ._footer_gnav_inner {
    display: block;
  }
}
@media (max-width: 40.625rem) {
  ._footer_gnav_inner {
    height: 100%;
  }
}
._footer_gnav_inner ul {
  margin-left: -1.25rem;
}
@media (max-width: 62.5rem) {
  ._footer_gnav_inner ul {
    margin: 2rem 0 1rem -1.25rem;
  }
}
@media (max-width: 40.625rem) {
  ._footer_gnav_inner ul {
    margin: 0 0 2rem;
  }
}

.copy p {
  letter-spacing: 0;
  font-size: clamp(0.875rem, 0.798rem + 0.33vw, 1.125rem);
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

#clinic_miki, #clinic_kitasuzuran {
  position: relative;
  top: -31.25rem;
  display: block;
}

.portal {
    text-align: center;
    margin: 20px 0;
}

.portal h3 {
    font-size: 1.5em;
    color: #d71a1a; /* 赤色 */
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 5px;
}

.portal_links {
    display: flex;
    justify-content: center;
    gap: 20px; /* 各リンク間の間隔 */
    margin-top: 20px;
}

.portal_item img {
    max-width: 150px;
    border: none; /* 枠線を完全に削除 */
    border-radius: 0; /* 角丸も削除 */
    transition: transform 0.3s, box-shadow 0.3s;
}

.portal_item img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.yukari {
    text-align: right;
    margin-right: 20px;
}

.yukari a {
    display: inline-block;
    text-decoration: none;
    color: #e50011;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 5px 0;
}

.yukari a i {
    margin-left: 5px;
    color: #555;
    font-size: 14px;
}

.yukari a:hover {
    text-decoration: underline;
    color: #d32f2f;
}

.yukari a:hover i {
    color: #d32f2f;
}



/*保証*/



.hosyo h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.hosyo h3 {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
}

.hosyo .description {
    margin-bottom: 20px;
}

.hosyo .description strong {
    color: red;
    font-weight: bold;
}

.hosyo .plans {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.plan-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plan {
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 200px; /* ボックスの高さを統一 */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 上に揃える */
}

.l-plan {
    background-color: #003399; /* 濃い青 */
}

.m-plan {
    background-color: #0055cc; /* 中間の青 */
}

.s-plan {
    background-color: #0077ff; /* 明るい青 */
}

.plan h4 {
    font-size: 1.8em; /* 指定のフォントサイズ */
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
}

.plan ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    color: #fff !important;
}

.plan ul li {
    margin-bottom: 5px;
	color: #fff !important;
}

.details {
    margin-top: 10px;
    text-align: left;
}

/* SP対応: 縦並びにする */
@media (max-width: 768px) {
    .hosyo .plans {
        flex-direction: column;
        gap: 20px;
    }
}


/*ロードサービス*/

.care_content .roadservice {
    margin: 20px auto; /* 上下の余白を調整、左右中央揃え */
    padding: 0; /* 内側の余白を削除 */
    max-width: 1200px; /* 上部コンテンツ（例: .hosyo）と同じ幅 */
    text-align: left; /* 左揃え */
    width: 100%; /* 全幅を確保 */
    box-sizing: border-box; /* パディングを含めた幅 */
}


.hosyo {
    margin: 0 auto; /* 左右の中央配置 */
    padding: 20px; /* 内側の余白 */
    max-width: 1200px; /* 全体幅に制限をかける */
    width: 100%; /* コンテナ全幅を維持 */
    text-align: left; /* 左揃え */
    box-sizing: border-box; /* パディングを含めた幅調整 */
}


.roadservice h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.roadservice p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.8;
}

.roadservice p strong {
    color: red;
    font-weight: bold;
}

.roadservice-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/*ステップ*/


.steps {

}
.step {
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    gap: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

.step:last-child {
    border-bottom: none;
}

.step-circle {
    flex-shrink: 0; /* 円が縮まないようにする */
    width: 80px;
    height: 80px;
    background-color: #0044cc;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* 完全な円形 */
    text-align: center;
}

.step-text {
    flex: 1; /* テキスト部分を余った領域に拡張 */
}

.step-text h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #333;
}

.step-text p {
    font-size: 1em;
    margin: 0;
    color: #555;
}

.step-text .note {
    font-size: 0.9em;
    color: #888;
}

.step-text .warning {
    font-size: 0.9em;
    color: red;
    font-weight: bold;
}

/*陸運局*/
.certification {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 800px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.certification-image img {
    width: 96px; /* 指定された画像サイズ */
    height: auto;
    display: block;
}

.certification-text {
    flex: 1; /* テキスト部分を余った領域に拡張 */
}

.certification-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.certification-text p {
    font-size: 14px;
    margin: 0;
    color: #555;
}


p.subtextss {
    font-size: 14px;
    margin: 0;
    color: #555;
    margin-top: 2%;
}

.spaceeria {
    margin-top: 10%;
}



/*車検*/


.inspection-table {

}

.inspection-table h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
	color: #333333;
}

.inspection-table table {
    width: 100%;
    border-collapse: collapse;
}

.inspection-table th,
.inspection-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.inspection-table thead th {
    background: #f9f9f9;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.inspection-table .basic {
    background: #184AA2;
    color: #fff;
}

.inspection-table .premium {
    background: #E30115;
    color: #fff;
}

.inspection-table tfoot .total {
    font-size: 18px;
    font-weight: bold;
}

.inspection-table tfoot .basic {
    background: #184AA2;
    color: #FACA16;
}

.inspection-table tfoot .premium {
    background: #E30115;
    color: #FACA16;
}


.small-text {
    font-size: 0.75em; /* 元のフォントサイズの75%程度 */
    margin-left: 2px; /* 文字の余白を少し追加 */
}

.small-text_2 {
    font-size: 0.75em; /* 元のフォントサイズの75%程度 */
    margin-left: 2px; /* 文字の余白を少し追加 */
	color: #faca16;
}



