@charset "UTF-8";
/*
Theme Name: ちかみ歯科テーマ
Description:★テーマの説明★
Version: 1.0
*/


@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@200&family=Shippori+Mincho:wght@400;500;600&display=swap");

/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 599px) {
  html {
    font-size: 48%;
  }
}

body {
  scroll-behavior: smooth;
  font-family: yu-gothic-pr6n, sans-serif;
  color: #363636;
  max-width: 1920px;
  margin: 0 auto;
}
body h1,
body h2,
body h3,
body h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 300;
  color: #5e5e5e;
}
body h1,
body h2,
body h3 {
  font-weight: 300;
}
body p {
  line-height: 1.5;
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  color: #363636;
}
@media screen and (max-width: 599px) {
  body p {
    font-size: 14px;
    margin-bottom: 2rem;
    line-height: 1.7;
  }
	p.h3 {
    font-size: 2.4rem;
    line-height: 2;
    margin-bottom: 3rem;
}
}
body a {
  display: block;
}

.inner {
  margin: 0 auto;
  width: 91%;
  max-width: 1253px;
}
@media screen and (max-width: 599px) {
  .inner {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.inner_small {
  margin: 0 auto;
  width: 76.8667642753%;
  max-width: 1052px;
}
@media screen and (max-width: 1024px) {
  .inner_small {
    width: 84.1874084919%;
  }
}
@media screen and (max-width: 599px) {
  .inner_small {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.is_pc {
  display: block;
}
@media screen and (max-width: 599px) {
  .is_pc {
    display: none;
  }
}

.is_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .is_sp {
    display: block;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

.sp_bg {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp_bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    content: "";
    z-index: -1;
    background-image: url(images/sp_bg.jpg);
  }
}

.under_bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  content: "";
  z-index: -1;
  background-image: url(images/under/under_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .under_bg {
    display: none;
  }
}

.btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .btn {
    text-align: center;
    margin: 0 auto 60px;
  }
}
.btn a {
  background-color: #ffffff;
  border: 1px solid #6eb9d8;
  border-radius: 50px;
  color: #6eb9d8;
  display: inline-block;
  font-size: 1.6rem;
  padding: 13px 65px;
  position: relative;
  text-decoration: none;
  transition: all 0.4s;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .btn a {
    min-width: 340px;
    max-width: 400px;
    width: 90%;
    padding: 15px 0px;
    text-align: center;
  }
}
.btn a::before {
  border-right: 1px solid #6eb9d8;
  border-top: 1px solid #6eb9d8;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 40px;
  top: 0;
  transform: rotate(45deg);
  transition: all 0.5s;
  width: 10px;
}
.btn a:hover {
  background-color: #6eb9d8;
  color: #ffffff;
}
.btn a:hover:before {
  right: 25px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 599px) {
  .btn a:hover {
    background-color: #ffffff;
    color: #6eb9d8;
  }
  .btn a:hover:before {
    right: 40px;
    border-right: 1px solid #6eb9d8;
    border-top: 1px solid #6eb9d8;
  }
}

.is_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .is_sp {
    display: block;
  }
}

.h2_sub {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: #d5dee1;
  margin-bottom: 0.8rem;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
}

.ttl_h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.7rem;
  color: #5e5e5e;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 599px) {
  .ttl_h2 {
    font-weight: 500;
    font-size: 2.4rem;
  }
}

.h2_ttl .ttl_h2 {
  position: relative;
  padding-left: 25px;
}
.h2_ttl .ttl_h2:before {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #5e5e5e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.h3_ttl {
  padding: 0.6rem 2.7rem;
  border-left: 2px solid #d5dee1;
  color: #5e5e5e;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.h3_ttl span {
  font-family: "Outfit", sans-serif;
  color: #d5dee1;
  margin-left: 2.4rem;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

.sp_fix {
  display: none;
  position: fixed;
  bottom: 1px;
  left: 0;
  z-index: 998;
  height: 60px;
  width: 99.5%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .sp_fix {
    display: block;
    opacity: 0;
    transition: all 0.4s;
  }
}
.sp_fix .wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.sp_fix .wrapper li {
  height: 100%;
  flex-basis: 49.5%;
  border-radius: 5px;
  text-align: center;
  padding: 18px 0;
}
.sp_fix .wrapper li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp_fix .wrapper li a span {
  margin-right: 5px;
  width: 16px;
}
.sp_fix .wrapper li a span img {
  width: 100%;
}
.sp_fix .wrapper li:first-child {
  background-color: #5cb8dd;
  border: 1px solid #5cb8dd;
  height: 60px;
}
.sp_fix .wrapper li:first-child a {
  color: #ffffff;
  font-size: 20px;
}
.sp_fix .wrapper li:first-child a span {
  width: 18px;
}
.sp_fix .wrapper li:nth-child(2) {
  background-color: #ffffff;
  border: 1px solid #5cb8dd;
  position: relative;
  height: 60px;
}
.sp_fix .wrapper li:nth-child(2) a {
  font-size: 16px;
  color: #5cb8dd;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.sp_fix .wrapper li:nth-child(2) a span {
  width: 20px;
  margin-bottom: 5px;
}
.sp_fix .wrapper li:nth-child(2) a .sub_ttl {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: auto;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp_fix .wrapper li:nth-child(2) a .sub_ttl::before {
  width: 1px;
  height: 10px;
  background-color: #6eb9d8;
  content: "";
  transform: rotate(-35deg);
  margin-right: 10px;
}
.sp_fix .wrapper li:nth-child(2) a .sub_ttl::after {
  width: 1px;
  height: 10px;
  background-color: #6eb9d8;
  content: "";
  transform: rotate(35deg);
  margin-left: 10px;
}

/*************************************************
header
*************************************************/
.header_pc {
  height: 115px;
  position: relative;
  z-index: 999;
  max-width: 1920px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 1220px) {
  .header_pc {
    display: none;
  }
}
.header_pc.HeightMin {
  height: 68px;
  background-color: #fff;
}
.header_pc.HeightMin .header_inner h1 {
  display: none;
}
.header_pc.HeightMin .header_inner .header_ctn .header_cta {
  display: none;
}
.header_pc.HeightMin .header_inner .header_ctn .nav_top_pc ul .li a {
  color: #6eb9d8;
  font-size: 1.4rem;
}
.header_pc.HeightMin .header_inner .header_ctn .nav_top_pc ul .li a:hover {
  transition: all 0.4s;
  opacity: 0.4;
}
.header_pc.HeightMin .header_inner .header_ctn .nav_top_pc ul .li .sub-menu {
  top: 31px;
  left: -30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 3%, rgba(255, 255, 255, 0.7) 4%, rgba(255, 255, 255, 0.84) 8%, rgba(255, 255, 255, 0.9) 85%);
}
.header_pc.HeightMin .header_inner .header_ctn .nav_top_pc ul .menu-parent a:hover {
  color: #6eb9d8;
}
.header_pc.HeightMin .header_inner .header_ctn .nav_top_pc ul .menu-parent:after {
  border-bottom: 1px solid #6eb9d8;
  border-right: 1px solid #6eb9d8;
}
.header_pc .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
/*   padding-top: 25px; */
}
.header_pc .header_inner h1 {
  margin-left: 0;
  margin-right: auto;
  width: 22.7635782748%;
}
.header_pc .header_inner .header_ctn {
  color: #ffffff;
  margin: auto 0 auto auto;
}
.header_pc .header_inner .header_ctn .header_cta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: flex-end;
}
.header_pc .header_inner .header_ctn .header_cta p {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.3rem;
  margin-right: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.header_pc .header_inner .header_ctn .header_cta p span {
  font-size: 1.6rem;
  margin-right: 5px;
}
.header_pc .header_inner .header_ctn .header_cta .a_cta {
  background-color: #6eb9d8;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 16px;
  position: relative;
}
.header_pc .header_inner .header_ctn .header_cta .a_cta .note {
  margin-right: 0;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin-left: 5px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.header_pc .header_inner .header_ctn .header_cta .a_cta .note .min {
  font-size: 12px;
  margin-right: 0;
}
.header_pc .header_inner .header_ctn .header_cta .a_cta .note::after {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6156862745);
  top: 51%;
  transform: translateY(-50%);
  right: -45px;
}
.header_pc .header_inner .header_ctn .header_cta .a_cta .note::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6156862745);
  top: 51%;
  transform: translateY(-50%);
  left: -45px;
}
.header_pc .header_inner .header_ctn .header_cta .a_cta #icon_svg {
  stroke-width: 0px;
  fill: #fff;
  width: 16px;
  margin-right: 5px;
}
.header_pc .header_inner .header_ctn .header_cta .a_cta:hover {
  background-color: #ffffff;
  transition: all 0.4s;
  color: #6eb9d8;
}
.header_pc .header_inner .header_ctn .header_cta .a_cta:hover #icon_svg {
  fill: #6eb9d8;
  transition: all 0.4s;
}
.header_pc .header_inner .header_ctn .nav_top_pc ul {
  display: flex;
}
.header_pc .header_inner .header_ctn .nav_top_pc ul .li {
  margin-right: 43px;
  position: relative;
}
.header_pc .header_inner .header_ctn .nav_top_pc ul .li:last-child {
  margin-right: 0;
}
.header_pc .header_inner .header_ctn .nav_top_pc ul .li a {
  font-size: 16px;
}
.header_pc .header_inner .header_ctn .nav_top_pc ul .li a:hover {
  transition: all 0.4s;
  opacity: 0.8;
  color: #6eb9d8;
}
.header_pc .header_inner .header_ctn .nav_top_pc ul .li .sub-menu {
  display: none;
  position: absolute;
  top: 35px;
  left: -5px;
  width: 290px;
  background-color: rgba(255, 255, 255, 0.5568627451);
  border-radius: 5px;
  padding: 15px 30px 5px 30px;
}
.header_pc .header_inner .header_ctn .nav_top_pc ul .li .sub-menu .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header_pc .header_inner .header_ctn .nav_top_pc ul .li .sub-menu .wrapper li {
  flex-basis: 50%;
  margin-bottom: 15px;
  color: #6eb9d8;
}
.header_pc .header_inner .header_ctn .nav_top_pc ul .li .sub-menu .wrapper li a {
  font-size: 1.4rem;
}
.header_pc .header_inner .header_ctn .nav_top_pc ul .li .sub-menu .wrapper li a:hover {
  transition: all 0.4s;
  opacity: 0.4;
  color: #6eb9d8;
}
.header_pc .header_inner .header_ctn .nav_top_pc ul .menu-parent {
  position: relative;
  padding-right: 5px;
}
.header_pc .header_inner .header_ctn .nav_top_pc ul .menu-parent a:hover {
  color: #ffffff;
}
.header_pc .header_inner .header_ctn .nav_top_pc ul .menu-parent:after {
  display: block;
  transform: rotate(45deg);
  width: 0.6em;
  height: 0.6em;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
  position: absolute;
  right: -10px;
  top: 6px;
}

.header_sp {
  display: none;
  height: 60px;
  position: relative;
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1220px) {
  .header_sp {
    display: block;
  }
}
.header_sp.HeightMin_sp {
  background-color: #ffffff;
}
.header_sp.HeightMin_sp .header_inner h1 {
  position: relative;
  width: 52.8%;
}
.header_sp.HeightMin_sp .header_inner h1::after {
  opacity: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(images/logo_sp.svg);
  background-size: cover;
}
.header_sp.HeightMin_sp .header_inner nav {
  padding-top: 10px;
}
.header_sp.HeightMin_sp .header_inner nav #hamb span {
  background-color: #6eb9d8;
  z-index: 999;
}
.header_sp.HeightMin_sp .header_inner nav #hamb span.active {
  background-color: #ffffff;
}
.header_sp .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: auto;
  margin-top: 10px;
}
.header_sp .header_inner h1 {
  margin-left: 0;
  margin-right: auto;
  position: relative;
  z-index: -1;
  width: 52%;
  max-width: 210px;
}
.header_sp .header_inner h1 img {
  width: 100%;
}
.header_sp .header_inner nav #hamb {
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  position: relative;
  z-index: 999;
  margin-left: auto;
  margin-right: 15px;
  text-align: center;
}
.header_sp .header_inner nav #hamb span {
  position: absolute;
  background-color: #ffffff;
  width: 4rem;
  height: 1px;
  transition: 0.4s;
  right: 0;
}
.header_sp .header_inner nav #hamb span:nth-child(2) {
  top: 1.6rem;
}
.header_sp .header_inner nav #hamb span:nth-child(3) {
  top: 3.2rem;
}
.header_sp .header_inner nav #hamb span.active:nth-child(1) {
  transform: translateY(1.6rem) rotate(45deg);
}
.header_sp .header_inner nav #hamb span.active:nth-child(2) {
  opacity: 0;
}
.header_sp .header_inner nav #hamb span.active:nth-child(3) {
  transform: translateY(-1.5rem) rotate(-45deg);
}
.header_sp .header_inner nav #menu {
  display: none;
}
.header_sp .header_inner nav #menu.active {
  display: block;
  background-color: #6eb9d8;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 10px;
  overflow-y: scroll;
}
.header_sp .header_inner nav #menu.active h1 {
  margin-bottom: 40px;
  margin-left: 10px;
}
.header_sp .header_inner nav #menu.active h1:after {
  display: none;
}
.header_sp .header_inner nav #menu.active ul {
  margin-bottom: 50px;
}
.header_sp .header_inner nav #menu.active ul .li {
  position: relative;
  padding: 15px 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4784313725);
}
.header_sp .header_inner nav #menu.active ul .li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.4784313725);
}
.header_sp .header_inner nav #menu.active ul .li:after {
  position: absolute;
  top: 15px;
  right: 55px;
  content: "";
  display: block;
  width: 25px;
  height: 8px;
  background-image: url(images/sp_arrow.svg);
  background-size: cover;
}
.header_sp .header_inner nav #menu.active ul .li:nth-child(4)::after {
  display: none;
}
.header_sp .header_inner nav #menu.active ul .li a {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.01em;
}
.header_sp .header_inner nav #menu.active ul .li a:hover {
  transition: all 0.4s;
  opacity: 1;
  color: #ffffff;
}
.header_sp .header_inner nav #menu.active ul .menu-parent_sp {
  position: relative;
}
.header_sp .header_inner nav #menu.active ul .menu-parent_sp span {
  position: absolute;
  top: 20px;
  right: 55px;
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7529411765);
}
.header_sp .header_inner nav #menu.active ul .menu-parent_sp span:nth-of-type(2) {
  position: absolute;
  top: 9px;
  right: 66px;
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.7529411765);
}
.header_sp .header_inner nav #menu.active ul .menu-parent_sp.active span {
  opacity: 0;
  transition: all 0.4s;
}
.header_sp .header_inner nav #menu.active ul .menu-parent_sp.active span:nth-of-type(2) {
  opacity: 1;
  transform: rotate(90deg);
  transition: all 0.4s;
}
.header_sp .header_inner nav #menu.active ul .menu-parent_sp .sub-menu_sp {
  display: none;
  padding-top: 20px;
  margin-bottom: 0px;
}
.header_sp .header_inner nav #menu.active ul .menu-parent_sp .sub-menu_sp .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header_sp .header_inner nav #menu.active ul .menu-parent_sp .sub-menu_sp .wrapper li {
  flex-basis: 50%;
  margin-bottom: 15px;
  color: #6eb9d8;
}
.header_sp .header_inner nav #menu.active ul .menu-parent_sp .sub-menu_sp .wrapper li a {
  font-size: 14px;
}
.header_sp .header_inner nav #menu.active ul .menu-parent_sp .sub-menu_sp .wrapper li a:hover {
  transition: all 0.4s;
  opacity: 0.4;
  color: #6eb9d8;
}
.header_sp .header_inner nav #menu.active ul .li_ctn {
  display: flex;
  justify-content: space-between;
  padding: 15px 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4784313725);
  position: relative;
  justify-content: space-between;
}
.header_sp .header_inner nav #menu.active ul .li_ctn .li {
  padding: 0;
  border: none;
  flex-basis: 50%;
}
.header_sp .header_inner nav #menu.active ul .li_ctn .li:nth-child(2) {
  padding-left: 25px;
}
.header_sp .header_inner nav #menu.active ul .li_ctn .li:nth-child(2):after {
  left: 107px;
}
.header_sp .header_inner nav #menu.active ul .li_ctn .li:after {
  position: absolute;
  top: 5px;
  right: auto;
  left: 80px;
  content: "";
  display: block;
  width: 25px;
  height: 8px;
  background-image: url(images/sp_arrow.svg);
  background-size: cover;
}
.header_sp .header_inner nav #menu.active ul .li_ctn:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4784313725);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header_sp .header_inner nav #menu.active .btn_wrap .sp_menu_btn {
  width: 350px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 13px 0;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.header_sp .header_inner nav #menu.active .btn_wrap .sp_menu_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6eb9d8;
  font-size: 16px;
}
.header_sp .header_inner nav #menu.active .btn_wrap .sp_menu_btn a span {
  width: 25px;
  margin-right: 10px;
}
.header_sp .header_inner nav #menu.active .btn_wrap .sp_menu_btn a span img {
  width: 100%;
}
.header_sp .header_inner nav #menu.active .btn_wrap .sp_menu_btn:nth-child(2) a {
  position: relative;
}
.header_sp .header_inner nav #menu.active .btn_wrap .sp_menu_btn:nth-child(2) a .note_b {
  position: absolute;
  right: 20px;
  bottom: 3px;
  color: #6eb9d8;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.header_sp .header_inner nav #menu.active .hour {
  width: 90%;
  max-width: 470px;
  margin: 0 auto 20px;
  padding: 10px 10px;
}
@media screen and (max-width: 1024px) {
  .header_sp .header_inner nav #menu.active .hour {
    display: block;
  }
}
.header_sp .header_inner nav #menu.active .hour thead {
  border-bottom: 1px solid #eaeff0;
}
.header_sp .header_inner nav #menu.active .hour thead th:first-child {
  color: #6eb9d8;
  font-size: 1.5rem;
  width: 30%;
  padding: 8px 0px 8px 5px;
  text-align: left;
  font-weight: normal;
}
.header_sp .header_inner nav #menu.active .hour tbody th {
  padding: 5px 0px 5px 5px;
  text-align: left;
  font-weight: normal;
}
.header_sp .header_inner nav #menu.active .hour tr:first-child {
  border-bottom: 1px solid #eaeff0;
}
.header_sp .header_inner nav #menu.active .hour tr:last-child td {
  padding: 5px 0px 5px 5px;
  text-align: left;
}
.header_sp .header_inner nav #menu.active .hour tr:last-child td:nth-child(2) {
  padding: 5px 0 5px 5px;
}
.header_sp .header_inner nav #menu.active .hour th,
.header_sp .header_inner nav #menu.active .hour td {
  font-weight: normal;
  text-align: center;
  padding: 6px 5px;
  padding: 8px 5px;
}
.header_sp .header_inner nav #menu.active .hour td {
  padding: 8px 5px;
}

.header_pc_under {
  height: 115px;
  position: relative;
  z-index: 999;
  max-width: 1920px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: #ffffff;
}
@media screen and (max-width: 1220px) {
  .header_pc_under {
    display: none;
  }
}
.header_pc_under.HeightMin {
  height: 68px;
}
.header_pc_under.HeightMin .header_inner h1 {
  display: none;
}
.header_pc_under.HeightMin .header_inner .header_ctn .header_cta {
  display: none;
}
.header_pc_under.HeightMin .header_inner .header_ctn .nav_top_pc ul .li a {
  font-size: 1.4rem;
}
.header_pc_under.HeightMin .header_inner .header_ctn .nav_top_pc ul .li a:hover {
  transition: all 0.4s;
  opacity: 0.4;
}
.header_pc_under.HeightMin .header_inner .header_ctn .nav_top_pc ul .li .sub-menu {
  top: 31px;
  left: -30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 3%, rgba(255, 255, 255, 0.7) 4%, rgba(255, 255, 255, 0.84) 8%, rgba(255, 255, 255, 0.9) 85%);
}
.header_pc_under.HeightMin .header_inner .header_ctn .nav_top_pc ul .menu-parent a:hover {
  color: #6eb9d8;
}
.header_pc_under.HeightMin .header_inner .header_ctn .nav_top_pc ul .menu-parent:after {
  border-bottom: 1px solid #6eb9d8;
  border-right: 1px solid #6eb9d8;
}
.header_pc_under .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
/*   padding-top: 25px; */
}
.header_pc_under .header_inner h1 {
  margin-left: 0;
  margin-right: auto;
  width: 22.7635782748%;
}
.header_pc_under .header_inner .header_ctn {
  color: #6eb9d8;
  margin: auto 0 auto auto;
}
.header_pc_under .header_inner .header_ctn .header_cta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: flex-end;
}
.header_pc_under .header_inner .header_ctn .header_cta p {
  font-family: "Shippori Mincho", serif;
  font-size: 3.3rem;
  margin-right: 30px;
  color: #6eb9d8;
  margin-bottom: 0;
}
.header_pc_under .header_inner .header_ctn .header_cta p span {
  font-size: 1.6rem;
  margin-right: 5px;
}
.header_pc_under .header_inner .header_ctn .header_cta .a_cta {
  background-color: #6eb9d8;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 16px;
  position: relative;
  color: #ffffff;
}
.header_pc_under .header_inner .header_ctn .header_cta .a_cta .note {
  margin-right: 0;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin-left: 5px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #6eb9d8;
}
.header_pc_under .header_inner .header_ctn .header_cta .a_cta .note .min {
  font-size: 12px;
  margin-right: 0;
}
.header_pc_under .header_inner .header_ctn .header_cta .a_cta .note::after {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #6eb9d8;
  top: 51%;
  transform: translateY(-50%);
  right: -45px;
}
.header_pc_under .header_inner .header_ctn .header_cta .a_cta .note::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #6eb9d8;
  top: 51%;
  transform: translateY(-50%);
  left: -45px;
}
.header_pc_under .header_inner .header_ctn .header_cta .a_cta #icon_svg {
  stroke-width: 0px;
  fill: #fff;
  width: 16px;
  margin-right: 5px;
}
.header_pc_under .header_inner .header_ctn .header_cta .a_cta:hover {
  background-color: #ffffff;
  transition: all 0.4s;
  color: #6eb9d8;
}
.header_pc_under .header_inner .header_ctn .header_cta .a_cta:hover #icon_svg {
  fill: #6eb9d8;
  transition: all 0.4s;
}
.header_pc_under .header_inner .header_ctn .nav_top_pc ul {
  display: flex;
}
.header_pc_under .header_inner .header_ctn .nav_top_pc ul .li {
  margin-right: 43px;
  position: relative;
}
.header_pc_under .header_inner .header_ctn .nav_top_pc ul .li:last-child {
  margin-right: 0;
}
.header_pc_under .header_inner .header_ctn .nav_top_pc ul .li a {
  font-size: 16px;
}
.header_pc_under .header_inner .header_ctn .nav_top_pc ul .li a:hover {
  transition: all 0.4s;
  opacity: 0.8;
}
.header_pc_under .header_inner .header_ctn .nav_top_pc ul .li .sub-menu {
  display: none;
  position: absolute;
  top: 35px;
  left: -5px;
  width: 290px;
  background-color: rgba(255, 255, 255, 0.5568627451);
  border-radius: 5px;
  padding: 15px 30px 5px 30px;
}
.header_pc_under .header_inner .header_ctn .nav_top_pc ul .li .sub-menu .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header_pc_under .header_inner .header_ctn .nav_top_pc ul .li .sub-menu .wrapper li {
  flex-basis: 50%;
  margin-bottom: 15px;
  color: #6eb9d8;
}
.header_pc_under .header_inner .header_ctn .nav_top_pc ul .li .sub-menu .wrapper li a {
  font-size: 1.4rem;
}
.header_pc_under .header_inner .header_ctn .nav_top_pc ul .li .sub-menu .wrapper li a:hover {
  transition: all 0.4s;
  opacity: 0.4;
  color: #6eb9d8;
}
.header_pc_under .header_inner .header_ctn .nav_top_pc ul .menu-parent {
  position: relative;
  padding-right: 5px;
}
.header_pc_under .header_inner .header_ctn .nav_top_pc ul .menu-parent a:hover {
  color: #ffffff;
}
.header_pc_under .header_inner .header_ctn .nav_top_pc ul .menu-parent:after {
  display: block;
  transform: rotate(45deg);
  width: 0.6em;
  height: 0.6em;
  border-bottom: 1px solid #6eb9d8;
  border-right: 1px solid #6eb9d8;
  content: "";
  position: absolute;
  right: -10px;
  top: 6px;
}

.header_sp_under {
  display: none;
  height: 60px;
  position: relative;
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
@media screen and (max-width: 1220px) {
  .header_sp_under {
    display: block;
  }
}
.header_sp_under.HeightMin_sp {
  background-color: #ffffff;
}
.header_sp_under.HeightMin_sp .header_inner h1 {
  position: relative;
}
.header_sp_under.HeightMin_sp .header_inner h1::after {
  opacity: 0;
}
.header_sp_under .header_inner nav #hamb span {
  background-color: #6eb9d8;
}
.header_sp_under .header_inner nav #hamb span.active {
  background-color: #ffffff;
}

/*************************************************
footer
*************************************************/
footer {
  margin-top: 10rem;
}
@media screen and (max-width: 599px) {
  footer {
    margin-bottom: 60px;
  }
}
footer .footer_ctn {
  background-color: #6eb9d8;
  padding: 7.5rem 0 2.5rem 0;
  text-align: center;
}
footer .footer_ctn .inner_small {
  color: #ffffff;
}
footer .footer_ctn .ctn {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer .footer_ctn .ctn {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer_ctn .ctn .ctt1 {
    text-align: center;
  }
}
footer .footer_ctn .ctn .ctt1 img {
  width: 290px;
  margin-bottom: 2rem;
}
footer .footer_ctn .ctn .ctt1 .ul_ft {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1024px) {
  footer .footer_ctn .ctn .ctt1 .ul_ft {
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 3.5rem;
  }
}
footer .footer_ctn .ctn .ctt1 .ul_ft li {
  display: flex;
  align-items: flex-start;
}
footer .footer_ctn .ctn .ctt1 .ul_ft li img {
  width: 16px;
  margin-right: 10px;
}
footer .footer_ctn .ctn .ctt1 .ul_ft li p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}
footer .footer_ctn .ctn .ctt1 .tell {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.3rem;
  margin-right: 30px;
  margin-bottom: 2rem;
  color: #ffffff;
}
footer .footer_ctn .ctn .ctt1 .tell span {
  font-size: 1.6rem;
  margin-right: 5px;
}
footer .footer_ctn .ctn .ctt1 .btn {
  text-align: left;
  margin-top: 0;
  margin-bottom: 4rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  footer .footer_ctn .ctn .ctt1 .btn {
    text-align: center;
  }
}
footer .footer_ctn .ctn .ctt1 .btn a {
  padding: 8px 70px 12px 70px;
}
footer .footer_ctn .ctn .ctt1 .btn a:hover {
  border: 1px solid #ffffff;
}
footer .footer_ctn .ctn .ctt1 .btn a span {
  font-size: 14px;
  line-height: 2;
  position: relative;
}
footer .footer_ctn .ctn .ctt1 .btn a span::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #6eb9d8;
  top: 51%;
  transform: translateY(-50%) rotate(-45deg);
  right: -15px;
}
footer .footer_ctn .ctn .ctt1 .btn a span::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #6eb9d8;
  top: 51%;
  transform: translateY(-50%) rotate(45deg);
  left: -15px;
}
footer .footer_ctn .ctn .ctt1 .sns {
  width: 30px;
}
@media screen and (max-width: 1024px) {
  footer .footer_ctn .ctn .ctt1 .sns {
    margin: 0 auto;
    margin-bottom: 3rem;
  }
}
footer .footer_ctn .ctn .ctt1 .sns a img {
  width: 100%;
}
footer .footer_ctn .ctn .ctt1 .sns a img:hover {
  opacity: 0.3;
  transition: all 0.4s;
}
footer .footer_ctn .ctn .ctt2 {
  flex-basis: 50%;
}
footer .footer_ctn .ctn .ctt2 .hour {
  width: 550px;
  margin: 0 0 4rem auto;
}
@media screen and (max-width: 1024px) {
  footer .footer_ctn .ctn .ctt2 .hour {
    margin: 0 auto 4rem;
  }
}
footer .footer_ctn .ctn .ctt2 .menu_ft {
  display: flex;
  flex-wrap: wrap;
  width: 550px;
  margin: 0 0 2rem auto;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  footer .footer_ctn .ctn .ctt2 .menu_ft {
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 599px) {
  footer .footer_ctn .ctn .ctt2 .menu_ft {
    width: 100%;
  }
}
footer .footer_ctn .ctn .ctt2 .menu_ft .li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 0.3em;
  margin-right: 10px;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
footer .footer_ctn .ctn .ctt2 .menu_ft .li::before {
  transform: rotate(-45deg);
  width: 0.4em;
  height: 0.4em;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
}
footer .footer_ctn .ctn .ctt2 .menu_ft .li:hover {
  opacity: 0.3;
  transition: all 0.4s;
}
footer .footer_ctn .ctn .ctt2 .menu_ttl {
  color: #ffffff;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cceaf6;
  width: 550px;
  margin: 0 0 1rem auto;
}
@media screen and (max-width: 1024px) {
  footer .footer_ctn .ctn .ctt2 .menu_ttl {
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 599px) {
  footer .footer_ctn .ctn .ctt2 .menu_ttl {
    width: 100%;
  }
}
footer .footer_ctn small {
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  letter-spacing: 0.01em;
}

/*************************************************
top
*************************************************/
.fv {
  position: relative;
  margin: 0px auto 15rem auto;
  height: 100vh;
}
.fv .fv_slick {
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.fv .fv_slick .slick {
  background-image: url(images/fv_2_new.jpg);
}
@media screen and (max-width: 1024px) {
  .fv .fv_slick .slick {
    background-image: url(images/fv_new_sp.jpg);
  }
}
.fv .inner {
  position: relative;
  height: 100vh;
}
.fv .inner .catch {
  font-family: "Shippori Mincho", serif;
  left: 4.7923322684%;
  top: 60%;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .fv .inner .catch {
    top: 70%;
  }
}
@media screen and (max-width: 599px) {
  .fv .inner .catch {
    top: 62%;
  }
}
.fv .inner .catch h2 {
  color: #ffffff;
  font-size: 4.6rem;
  letter-spacing: 0.046em;
  line-height: 1.47;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .fv .inner .catch h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .fv .inner .catch h2 {
    font-size: 4.6rem;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 1.3;
  }
}
.fv .inner .catch p {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.55;
}
@media screen and (max-width: 599px) {
  .fv .inner .catch p {
    font-size: 15px;
    font-weight: 500;
    width: 75%;
  }
}
.fv .inner .info_ctn {
  position: absolute;
  right: 0;
  bottom: 24px;
}
@media screen and (max-width: 599px) {
  .fv .inner .info_ctn {
    margin-right: 10px;
  }
}
.fv .inner .info_ctn .points {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.fv .inner .info_ctn .points li {
  background-color: #fff;
  opacity: 0.8;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: relative;
  margin-right: 2rem;
}
@media screen and (max-width: 599px) {
  .fv .inner .info_ctn .points li {
    width: 98px;
    height: 98px;
  }
}
.fv .inner .info_ctn .points li:last-child {
  margin-right: auto;
}
.fv .inner .info_ctn .points li:first-child p {
  margin-top: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .fv .inner .info_ctn .points li:first-child p {
    margin-top: 5px;
  }
}
.fv .inner .info_ctn .points li p {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #363636;
  font-size: 1.4rem;
  line-height: 2;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .fv .inner .info_ctn .points li p {
    line-height: 1.7;
    font-size: 14px;
  }
}
.fv .inner .info_ctn .points li p .no {
  color: #6eb9d8;
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  margin-top: 2rem;
  font-weight: 900;
  margin: 0 0.3rem;
}
.fv .inner .info_ctn .points li p span {
  color: #6eb9d8;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .fv .inner .info_ctn .points li p span {
    font-size: 15px;
  }
}
.fv .inner .fv_access {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .fv .inner .fv_access {
    font-size: 12px;
    bottom: 0px;
    left: 10px;
  }
}

.hour {
  background-color: #ffffff;
  color: #363636;
  border-radius: 6px;
  font-size: 1.4rem;
  padding: 20px 37px; /* 全体にpaddingを設定 */
  display: block;
  color: #5e5e5e;
}
@media screen and (max-width: 1024px) {
  .hour {
    display: none;
  }
}
.hour thead {
  border-bottom: 1px solid #eaeff0;
}
.hour thead th:first-child {
  color: #6eb9d8;
  font-size: 1.5rem;
  width: 35%;
  padding: 15px 30px 15px 30px;
  text-align: left;
}
.hour tbody th {
  padding: 15px 30px 15px 30px;
  text-align: left;
}
.hour tr:first-child {
  border-bottom: 1px solid #eaeff0;
}
.hour tr:last-child td {
  padding: 15px 0 15px 30px;
  text-align: left;
}
.hour tr:last-child td:nth-child(2) {
  padding: 15px 0 15px 15px;
}
.hour th,
.hour td {
  text-align: center;
  padding: 6px 5px;
  padding: 15px 0;
}
.hour td {
  padding: 15px;
}
.hour .bl {
  color: #cceaf6;
}
.hour .bl_2 {
  color: #8acfea;
}

#policy {
  background-image: url(images/top_bg_circle.png);
  background-size: cover;
  background-position: bottom;
  margin-top: -15rem;
}
@media screen and (max-width: 599px) {
  #policy {
    background-image: none;
  }
}
#policy .ctn {
  display: flex;
  padding-top: 15rem;
  gap: 5.6%;
}
@media screen and (max-width: 1024px) {
  #policy .ctn {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0rem;
    margin-top: -20rem;
  }
}
#policy .ctn .ctt {
  width: 44.8%;
  margin-left: calc(50% - 50vw);
  border-radius: 0 25px 25px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#policy .ctn .ctt img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #policy .ctn .ctt {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  #policy .ctn .ctt {
    display: contents;
  }
  #policy .ctn .ctt img {
    order: 2;
    margin-bottom: 4rem;
    margin-left: -10px;
  }
}
#policy .ctn .ctt_right {
  max-width: 580px;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  #policy .ctn .ctt_right {
    display: contents;
  }
}
#policy .ctn .ctt_right .ttl_h2 {
  margin-bottom: 4.4rem;
}
#policy .ctn .ctt_right .btn {
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #policy .ctn .ctt_right .btn {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #policy .ctn .ctt_right {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  #policy .ctn .ctt_right {
    display: contents;
  }
  #policy .ctn .ctt_right .h2_sub {
    order: 6;
  }
  #policy .ctn .ctt_right .ttl_h2 {
    order: 5;
  }
  #policy .ctn .ctt_right p {
    order: 3;
  }
  #policy .ctn .ctt_right p:nth-of-type(2) {
    order: 4;
  }
  #policy .ctn .ctt_right .btn {
    order: 1;
  }
}

#feature {
  padding-top: 12.8rem;
  padding-bottom: 5rem;
  margin-top: -5rem;
  margin-bottom: 12rem;
  position: relative;
  background-image: url(images/top_bg_2_2.png);
  background-repeat: repeat;
}
@media screen and (max-width: 1024px) {
  #feature {
    margin-top: 0;
    margin-bottom: 6rem;
  }
}
#feature .h2_ttl {
  margin-left: 105px;
  position: relative;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1024px) {
  #feature .h2_ttl {
    margin-left: 50px;
  }
}
@media screen and (max-width: 599px) {
  #feature .h2_ttl {
    margin-left: 0;
  }
}
#feature .feature_ctn .feature .ctn {
  display: flex;
  align-items: center;
  margin-bottom: 7.5rem;
}
#feature .feature_ctn .feature .ctn img {
  width: 50%;
}
#feature .feature_ctn .feature .ctn .ctt {
  margin-left: -50px;
}
#feature .feature_ctn .feature .ctn .ctt .number {
  font-family: "Outfit", sans-serif;
  font-size: 6.5rem;
  color: #d5dee1;
  font-weight: 100;
}
@media screen and (max-width: 1024px) {
  #feature .feature_ctn .feature .ctn .ctt .number {
    font-size: 6rem;
  }
}
#feature .feature_ctn .feature .ctn .ctt h3 {
  color: #5e5e5e;
  font-size: 2.4rem;
  line-height: 2;
  margin: -120px auto 4rem 90px;
}
@media screen and (max-width: 1024px) {
  #feature .feature_ctn .feature .ctn .ctt h3 {
    font-size: 2rem;
  }
}
#feature .feature_ctn .feature .ctn .ctt p {
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5137254902);
}
#feature .feature_ctn .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
#feature .feature_ctn .wrap .feature {
  margin-right: 40px;
}
#feature .feature_ctn .wrap .feature img {
  width: 100%;
}
#feature .feature_ctn .wrap .feature .ctt {
  padding-left: 8px;
}
#feature .feature_ctn .wrap .feature .ctt .number {
  font-family: "Outfit", sans-serif;
  font-size: 6.5rem;
  color: #d5dee1;
  margin-top: -6rem;
  margin-bottom: -1rem;
}
@media screen and (max-width: 1024px) {
  #feature .feature_ctn .wrap .feature .ctt .number {
    font-size: 6rem;
    margin-top: -6rem;
  }
}
#feature .feature_ctn .wrap .feature .ctt h3 {
  color: #5e5e5e;
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  #feature .feature_ctn .wrap .feature .ctt h3 {
    font-size: 2rem;
  }
}
#feature .feature_ctn .wrap .feature .ctt p {
  width: 100%;
}
#feature .feature_ctn .wrap .feature .ctt:nth-child(1) {
  flex-basis: 30%;
}
#feature .feature_ctn .wrap .feature .ctt:nth-child(2) {
  flex-basis: 65%;
  margin-right: 0;
}
#feature .feature_ctn .wrap2 .feature {
  flex-basis: 30%;
}
#feature .feature_ctn .wrap2 .feature:nth-child(2) {
  flex-basis: 30%;
}
#feature .feature_ctn_sp .feature_slide {
  position: relative;
  padding-top: 15px;
}
#feature .feature_ctn_sp .feature_slide .feature {
  margin-right: 15px;
}
#feature .feature_ctn_sp .feature_slide .feature img {
  width: 100%;
}
#feature .feature_ctn_sp .feature_slide .feature .ctt {
  padding-left: 8px;
}
#feature .feature_ctn_sp .feature_slide .feature .ctt .number {
  font-family: "Outfit", sans-serif;
  font-size: 6.5rem;
  color: #d5dee1;
  margin-top: -6rem;
  margin-bottom: -1rem;
}
#feature .feature_ctn_sp .feature_slide .feature .ctt h3 {
  color: #5e5e5e;
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 3rem;
}
#feature .feature_ctn_sp .feature_slide .feature .ctt p {
  width: 100%;
}
#feature .feature_ctn_sp .feature_slide .slick-dots {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 52%;
  max-width: 400px;
  margin: 50px auto 0;
}
#feature .feature_ctn_sp .feature_slide .slick-dots li {
  color: transparent;
  position: relative;
}
#feature .feature_ctn_sp .feature_slide .slick-dots li::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #d5dee1;
  border-radius: 50%;
}
#feature .feature_ctn_sp .feature_slide .slick-dots .slick-active {
  color: transparent;
  position: relative;
  height: 6px;
}
#feature .feature_ctn_sp .feature_slide .slick-dots .slick-active::after {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #6eb9d8;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
#feature .feature_ctn_sp .feature_slide .slick-dots .slick-active::before {
  position: absolute;
  top: 3.5px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #6eb9d8;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
#feature .feature_ctn_sp .feature_slide .slick-arrow {
  position: absolute;
  top: -10px;
  width: 42px;
  height: 8px;
  color: transparent;
  background-image: url(images/slide_arrow.svg);
  background-size: cover;
}
#feature .feature_ctn_sp .feature_slide .slick-prev {
  left: 0;
  transform: rotateY(180deg);
}
#feature .feature_ctn_sp .feature_slide .slick-next {
  right: 0;
}

#bannar {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  #bannar {
    overflow: hidden;
  }
}
#bannar .ctn_wrap {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  #bannar .ctn_wrap {
    display: block;
    overflow: hidden;
  }
}
#bannar .ctn_wrap .links_ctn {
  flex-basis: 50%;
}
@media screen and (max-width: 599px) {
  #bannar .ctn_wrap .links_ctn {
    margin-bottom: 10px;
  }
}
#bannar .ctn_wrap .links_ctn .ctt {
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
#bannar .ctn_wrap .links_ctn .ctt .arrow-right {
  position: absolute;
  top: 170px;
  right: 50px;
  line-height: 1;
  width: 40px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
  display: block;
}
@media screen and (max-width: 1300px) {
  #bannar .ctn_wrap .links_ctn .ctt .arrow-right {
    top: 130px;
  }
}
@media screen and (max-width: 1024px) {
  #bannar .ctn_wrap .links_ctn .ctt .arrow-right {
    top: auto;
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 599px) {
  #bannar .ctn_wrap .links_ctn .ctt .arrow-right {
    top: 45%;
    right: 11%;
  }
}
#bannar .ctn_wrap .links_ctn .ctt .arrow-right::after {
  position: absolute;
  right: -10px;
  top: -5px;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: skew(-45deg);
}
@media screen and (max-width: 599px) {
  #bannar .ctn_wrap .links_ctn .ctt .arrow-right {
    top: 105px;
    right: 30px;
  }
}
#bannar .ctn_wrap .links_ctn .ctt img {
  width: 100%;
}
#bannar .ctn_wrap .links_ctn .ctt .txt {
  background-color: #ffffff;
  padding: 30px 15px;
}
@media screen and (max-width: 599px) {
  #bannar .ctn_wrap .links_ctn .ctt .txt {
    padding: 10px;
  }
}
#bannar .ctn_wrap .links_ctn .ctt .txt p {
  margin-bottom: 0;
}
#bannar .ctn_wrap .links_ctn .ctt:hover {
  transform: translateY(10px);
  transition: 0.1s;
  opacity: 0.8;
}
#bannar .ctn_wrap .links_ctn .ctt:hover .arrow-right {
  right: 30px;
  transition: all 0.4s;
}
@media screen and (max-width: 599px) {
  #bannar .ctn_wrap .links_ctn .ctt:hover .arrow-right {
    right: 30px;
  }
}
#bannar .ctn_wrap .links_ctn2 {
  flex-basis: 50%;
}
#bannar .ctn_wrap .links_ctn2 .ctt {
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  position: relative;
}
#bannar .ctn_wrap .links_ctn2 .ctt .arrow-right {
  position: absolute;
  bottom: 20px;
  right: 30px;
  line-height: 1;
  width: 40px;
  height: 10px;
  border-right: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  transform: skew(45deg);
  display: block;
}
@media screen and (max-width: 599px) {
  #bannar .ctn_wrap .links_ctn2 .ctt .arrow-right {
    bottom: 25px;
    right: 20px;
  }
}
#bannar .ctn_wrap .links_ctn2 .ctt .arrow-right::after {
  position: absolute;
  right: -10px;
  top: -5px;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #5e5e5e;
  border-radius: 50%;
  transform: skew(-45deg);
}
#bannar .ctn_wrap .links_ctn2 .ctt img {
  width: 100%;
}
#bannar .ctn_wrap .links_ctn2 .ctt:hover {
  transform: translateY(10px);
  transition: 0.2s;
  opacity: 0.8;
}
#bannar .ctn_wrap .links_ctn2 .ctt:hover .arrow-right {
  right: 25px;
  transition: all 0.4s;
}
@media screen and (max-width: 599px) {
  #bannar .ctn_wrap .links_ctn2 .ctt:hover .arrow-right {
    right: 20px;
  }
}

#facilities {
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  #facilities {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#facilities .wrapper {
  width: 92.24%;
  border-radius: 2.5rem;
  padding: 5rem 0 4rem 7.6134699854%;
  background-image: url(images/top_facility_bg.png);
  background-size: cover;
}
@media screen and (max-width: 599px) {
  #facilities .wrapper {
    width: 100%;
    padding: 4.8rem 10px 15rem 10px;
    margin-bottom: 5rem;
  }
}
#facilities .wrapper .ctn {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  #facilities .wrapper .ctn {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #facilities .wrapper .ctn {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
}
#facilities .wrapper .ctn .img {
  flex-basis: 100%;
  margin-right: -10.4076322637%;
  margin-top: 3rem;
}
#facilities .wrapper .ctn .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #facilities .wrapper .ctn .img {
    width: 95%;
    margin: 5rem auto auto;
  }
}
@media screen and (max-width: 599px) {
  #facilities .wrapper .ctn .img {
    order: 4;
  }
}
#facilities .wrapper .ctn .ctt {
  margin-right: 3rem;
  flex-basis: 74%;
}
#facilities .wrapper .ctn .ctt h3 {
  color: #5e5e5e;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 5rem;
  letter-spacing: 0.05em;
}
#facilities .wrapper .ctn .ctt .btn {
  text-align: left;
}
@media screen and (max-width: 599px) {
  #facilities .wrapper .ctn .ctt {
    display: contents;
    margin-right: auto;
  }
  #facilities .wrapper .ctn .ctt .h2_ttl {
    order: 1;
  }
  #facilities .wrapper .ctn .ctt h3 {
    order: 2;
  }
  #facilities .wrapper .ctn .ctt .p_box {
    order: 3;
  }
  #facilities .wrapper .ctn .ctt .btn {
    order: 5;
    position: absolute;
    bottom: 8rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 599px) {
  #facilities .wrapper .ctn .btn {
    padding-top: 5rem;
    margin: 0 auto 0;
  }
}

#recruit {
  margin-bottom: 13rem;
}
#recruit .wrapper {
  text-align: center;
  background-image: url(images/top_recruit.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 13rem 0 11rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#recruit .wrapper::after {
  position: absolute;
  width: 95%;
  height: 90%;
  display: block;
  content: "";
  border: 1px solid #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#recruit .wrapper .h2_ttl .h2_sub {
  color: #ffffff;
  margin-bottom: 0;
}
#recruit .wrapper .h2_ttl .ttl_h2 {
  color: #ffffff;
  padding-left: 0;
  margin-bottom: 3rem;
}
#recruit .wrapper .h2_ttl .ttl_h2:before {
  display: none;
}
#recruit .wrapper .btn_wh {
  border: 1px solid #ffffff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#recruit .wrapper .btn_wh a {
  color: #ffffff;
  padding: 1rem 3.2rem;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
}
#recruit .wrapper .btn_wh:hover {
  opacity: 0.4;
  transition: all 0.4s;
}

#treatment {
  margin-bottom: 18rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #treatment {
    margin-bottom: 6rem;
  }
}
#treatment .inner {
  position: static;
}
#treatment .bg_deco {
  position: absolute;
  top: -34rem;
  right: 0;
  width: 800px;
  z-index: -1;
}
#treatment .bg_deco img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  #treatment .bg_deco {
    display: none;
  }
}
#treatment .inner {
  width: 83.8945827233%;
  margin-left: 11.7130307467%;
  margin-right: 4.39238653%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #treatment .inner {
    padding-top: 5rem;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
}
#treatment .ctn {
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #treatment .ctn {
    margin-bottom: 0;
  }
}
#treatment .tr_menu {
  position: relative;
}
#treatment .tr_menu .menu_ctt {
  display: none;
  top: 0px;
  right: 0;
  position: absolute;
  width: 50%;
  opacity: 0; /* 最初は非表示にしておく */
}
#treatment .tr_menu .menu_ctt.show {
  display: block;
  opacity: 1; /* 表示時に不透明度を変更 */
  transition: opacity 0.9s ease;
}
#treatment .tr_menu .menu_ctt img {
  width: 100%;
  margin-bottom: 3.4rem;
}
#treatment .tr_menu .menu {
  width: 44%;
  border-bottom: 1px solid #d5dee1;
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(238, 238, 238, 0.94));
  background-size: 0% 100%;
  background-position: 0% 50%; /* グラデーションの位置を左端から中央に設定 */
}
#treatment .tr_menu .menu a {
  font-family: "Shippori Mincho", serif;
  padding: 25px;
  font-size: 1.8rem;
  color: #5e5e5e;
  position: relative;
}
#treatment .tr_menu .menu a span {
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  color: #5e5e5e;
  letter-spacing: 0.05em;
  margin-left: 25px;
}
#treatment .tr_menu .menu a .arrow-right {
  line-height: 1;
  width: 30px;
  height: 8px;
  border-right: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  transform: skew(45deg);
  display: block;
  position: absolute;
  top: 45%;
  right: 11%;
}
#treatment .tr_menu .menu a:hover .arrow-right {
  right: 7%;
  transition: all 0.4s;
}
#treatment .tr_menu .menu.show, .menu_ctt.show #treatment .tr_menu .menu {
  /* 追加: .menu_ctt.showがあるときにも.showを付ける */
  background-size: 100% 100%;
  background-position: 100% 50%; /* 右端から中央へ */
  animation: bggradient 1s ease;
}
#treatment .tab_container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1em;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
#treatment .tab_container input[name=tab_item] {
  display: none;
}
#treatment .tab_container input[name=tab_item]:checked + .tab_item {
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(238, 238, 238, 0.94));
  border-bottom: 1px solid #d5dee1;
}
#treatment .tab_item {
  flex-basis: 50%;
  border-bottom: 1px solid #d5dee1;
  height: 60px;
  text-align: center;
}
#treatment .tab_item .menu_ttl {
  font-family: "Shippori Mincho", serif;
  padding: 5px 0;
  font-size: 14px;
  color: #5e5e5e;
  margin-bottom: 0;
}
#treatment .tab_item .sub {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  color: #5e5e5e;
  letter-spacing: 0.05em;
}
#treatment .tab_content {
  display: none;
  padding: 30px 0px 0;
  clear: both;
  overflow: hidden;
}
#treatment .tab_content .menu_ctt_sp img {
  width: 100%;
  margin-bottom: 15px;
}
#treatment .tab_content .menu_ctt_sp .btn {
  margin-top: 60px;
  text-align: center;
}
#treatment .tab_content .menu_ctt_sp .btn a {
  background-color: initial;
  border: 1px solid #5e5e5e;
  color: #5e5e5e;
}
#treatment .tab_content .menu_ctt_sp .btn a::before {
  border-right: 1px solid #5e5e5e;
  border-top: 1px solid #5e5e5e;
}
#treatment #tab1:checked ~ #tab1_content,
#treatment #tab2:checked ~ #tab2_content,
#treatment #tab3:checked ~ #tab3_content,
#treatment #tab4:checked ~ #tab4_content,
#treatment #tab5:checked ~ #tab5_content,
#treatment #tab6:checked ~ #tab6_content,
#treatment #tab7:checked ~ #tab7_content,
#treatment #tab8:checked ~ #tab8_content {
  display: block;
}

@keyframes bggradient {
  0% {
    background-size: 100% 100%;
    background-position: 0% 50%; /* 左端から中央へ */
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(238, 238, 238, 0.94)); /* 最初は白いグラデーション */
  }
  50% {
    background-size: 100% 100%;
    background-image: linear-gradient(30deg, rgb(255, 255, 255), rgb(238, 238, 238)); /* グレーの透明度を変化させる */
  }
  100% {
    background-size: 100% 100%;
    background-position: 100% 50%; /* 右端から中央へ */
    background-image: linear-gradient(80deg, rgb(255, 255, 255), rgb(238, 238, 238)); /* グレーへのグラデーション */
  }
}
#info {
  background-image: url(images/top_info_bg.jpg);
  background-size: cover;
  margin-bottom: 7rem;
}
#info .inner {
  padding-top: 10rem;
  padding-bottom: 7rem;
}
#info .inner .h2_sub {
  font-size: 8.5rem;
  margin-bottom: 3rem;
  margin-top: -15rem;
}
@media screen and (max-width: 599px) {
  #info .inner .h2_sub {
    text-align: center;
    font-size: 6.4rem;
    overflow: hidden;
  }
}
#info .inner .inner_small {
  width: 84%;
  background-color: #ffffff;
  border-radius: 2.5rem;
  padding: 4.5rem 4.3rem 8rem 4rem;
}
@media screen and (max-width: 599px) {
  #info .inner .inner_small {
    width: 95%;
    padding: 4.5rem 10px 8rem 10px;
  }
}
#info .inner .inner_small .ctn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #info .inner .inner_small .ctn {
    display: block;
  }
}
#info .inner .inner_small .ctn .ctt {
  flex-basis: 45%;
}
#info .inner .inner_small .ctn .ctt h3 {
  margin-bottom: 3rem;
}
#info .inner .inner_small .ctn .ctt .news_list_item {
  padding: 2.3rem 0 2.3rem 1rem;
  border-bottom: 1px solid #d5dee1;
}
@media screen and (max-width: 599px) {
  #info .inner .inner_small .ctn .ctt .news_list_item {
    padding: 1.5rem 0 1.5rem 1rem;
  }
}
#info .inner .inner_small .ctn .ctt .news_list_item a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media screen and (max-width: 599px) {
  #info .inner .inner_small .ctn .ctt .news_list_item a {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #info .inner .inner_small .ctn .ctt .news_list_item a time {
    margin-bottom: 5px;
  }
}
#info .inner .inner_small .ctn .ctt .news_list_item a p {
  margin-bottom: 0;
}
#info .inner .inner_small .ctn .ctt .news_list_item:hover {
  opacity: 0.4;
  transition: all 0.4s;
}
#info .inner .inner_small .ctn .ctt .news_list_date {
  font-size: 1.6rem;
  display: flex;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  #info .inner .inner_small .ctn .ctt:first-child {
    margin-bottom: 5rem;
  }
}

#photos .top-slide div {
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  #photos .top-slide div {
    margin-right: 15px;
  }
}
#photos .top-slide div img {
  width: 200px;
}
@media screen and (max-width: 599px) {
  #photos .top-slide div img {
    width: 100px;
  }
}

/*************************************************
under
*************************************************/
.fv_under {
  height: 330px;
  width: 100%;
  background-image: url(images/under/fv_under.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-top: 115px;
  max-width: 1920px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1220px) {
  .fv_under {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .fv_under {
    background-image: url(images/under/fv_under_sp.jpg);
  }
}
@media screen and (max-width: 599px) {
  .fv_under {
    background-position: left center;
  }
}
.fv_under .catch_under {
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .fv_under .catch_under h2 {
    margin-bottom: 0;
  }
}
.fv_under .catch_under p {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  color: #5e5e5e;
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .fv_under .catch_under p {
    letter-spacing: 0.08em;
    font-size: 14px;
  }
}
.fv_under .catch_under .h2 {
  font-family: "Outfit", sans-serif;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  font-size: 4rem;
  color: #6eb9d8;
  font-weight: 100;
}

.cp_breadcrumb {
  margin: 1em auto;
  padding: 1em 2em;
  color: #6eb9d8;
  border-radius: 0.5em;
}
.cp_breadcrumb a {
  text-decoration: none;
  color: #6eb9d8;
}
@media screen and (max-width: 599px) {
  .cp_breadcrumb a {
    font-size: 12px;
    line-height: 1.7;
  }
}
.cp_breadcrumb .breadcrumbs {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 7.4rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .cp_breadcrumb .breadcrumbs {
    margin-bottom: 3rem;
  }
}
.cp_breadcrumb .breadcrumbs li {
  display: inline-block;
  position: relative;
  padding-right: 24px;
  margin-right: 8px;
  color: #6eb9d8;
  font-size: 1.4rem;
}
.cp_breadcrumb .breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #6eb9d8;
}
.cp_breadcrumb .breadcrumbs li:last-child::before {
  content: none;
}
.cp_breadcrumb .breadcrumbs li::before {
  content: "›";
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.cp_breadcrumb .breadcrumbs li:hover {
  opacity: 0.4;
  transition: all 0.4s;
}

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

.under section {
  margin-bottom: 12rem;
}
@media screen and (max-width: 599px) {
  .under section {
    margin-bottom: 8rem;
  }
}
.under section .h2_ttl {
  margin-bottom: 4rem;
}
.under section .h2_ttl h2 {
  margin-bottom: 0;
}
.under section p {
  line-height: 2;
}
.under .gray_wrap {
  width: 92.0191540303%;
  max-width: 1300px;
  border-radius: 2.5rem;
  overflow: hidden;
  background-image: url(images/under/gray_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: repeat-y;
  padding: 6rem 9rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .under .gray_wrap {
    width: 100%;
    padding: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .under .gray_wrap {
    width: 92%;
    padding: 5rem 2rem;
  }
}
.under .h3_ttl {
  margin-bottom: 3rem;
  border-left: 2px solid #6eb9d8;
}
.under .h3_ttl span {
  color: #6eb9d8;
}

/*************************************************
診療メニュー 共通
*************************************************/
.h3_ttl_point {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #d5dee1;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .h3_ttl_point {
    position: relative;
    padding-left: 3.8rem;
    padding-bottom: 1rem;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.h3_ttl_point span {
  font-family: "Outfit", sans-serif;
  color: #d5dee1;
  font-size: 4.8rem;
  margin-right: 2.3rem;
}
@media screen and (max-width: 599px) {
  .h3_ttl_point span {
    position: absolute;
    top: 35%;
    left: -0.5rem;
    transform: translateY(-50%);
    font-size: 3rem;
  }
}

.h4_ttl_point {
  padding: 0.6rem 2.7rem;
  border-left: 2px solid #6eb9d8;
  color: #5e5e5e;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.h4_ttl_point span {
  font-family: "Outfit", sans-serif;
  color: #d5dee1;
  margin-left: 2.4rem;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

.h5_ttl_point {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.9rem;
  text-align: left;
  margin-left: 1.5rem;
  line-height: 1.5;
}
.h5_ttl_point span {
  line-height: 0;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  margin-right: 1.5rem;
  position: relative;
}
.h5_ttl_point span::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background-color: #6eb9d8;
  border-radius: 50%;
  z-index: -1;
}

.h5_ttl_list {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  padding-left: 3rem;
  position: relative;
}
.h5_ttl_list::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #d5dee1;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}

.txt_box {
  margin-bottom: 4rem;
}

@media screen and (max-width: 599px) {
  .menu_top {
    background-image: none;
  }
}
.menu_top .ctn_single {
  align-items: center !important;
  margin-top: -3rem;
}
@media screen and (max-width: 1024px) {
  .menu_top .ctn_single {
    margin-top: 0;
  }
}
.menu_top .ctn {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 4%;
}
@media screen and (max-width: 1024px) {
  .menu_top .ctn {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0rem;
  }
}
.menu_top .ctn .ctt {
  position: relative;
  width: 54.8%;
  margin-right: calc(50% - 50vw);
}
.menu_top .ctn .ctt img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .menu_top .ctn .ctt {
    width: 80%;
    margin-right: -39%;
  }
}
@media screen and (max-width: 599px) {
  .menu_top .ctn .ctt {
    margin-right: -10px;
    margin-left: auto;
  }
}
@media screen and (max-width: 599px) {
  .menu_top .ctn .ctt_single {
    margin-top: -3rem;
  }
}
.menu_top .ctn .ctt_right {
  width: 60%;
  max-width: 660px;
}
@media screen and (max-width: 1024px) {
  .menu_top .ctn .ctt_right {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.menu_top .ctn .ctt_right .ttl_h2 {
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 599px) {
  .menu_top .ctn .ctt_right .ttl_h2 {
    margin-bottom: 2rem;
  }
}
.menu_top .ctn .ctt_right .btn {
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .menu_top .ctn .ctt_right .btn {
    text-align: center;
  }
}
.menu_top .gray_wrap {
  margin: -3rem auto 0 0;
  width: 83.6392657622%;
}
@media screen and (max-width: 1024px) {
  .menu_top .gray_wrap {
    width: 100%;
    margin: -2rem auto 0 0;
  }
}
@media screen and (max-width: 599px) {
  .menu_top .gray_wrap {
    margin: -2rem auto 0 0;
    padding: 3rem;
  }
}

.menu_sub {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .menu_sub {
    display: block;
  }
}
.menu_sub .ctt_img {
  flex-basis: 48%;
}
.menu_sub .ctt_img img {
  width: 100%;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
  .menu_sub .ctt_img {
    margin-bottom: 2rem;
  }
}
.menu_sub .ctt {
  flex-basis: 48%;
}

.menu_points {
  width: 94.2857142857%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 599px) {
  .menu_points {
    width: 100%;
    margin: 0 auto;
  }
}
.menu_points .txt_box {
  margin-bottom: 4rem;
}
.menu_points .txt_box-flex {
  display: flex;
}
.menu_points .txt_box .note_s {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.menu_points .ctn_flex {
  display: flex;
  gap: 0 4rem;
}
@media screen and (max-width: 599px) {
  .menu_points .ctn_flex {
    flex-direction: column-reverse;
  }
}
.menu_points .ctn_flex .txt_box {
  flex-basis: 70%;
}
.menu_points .ctn_flex .txt_box .btn {
  margin-top: 0rem;
  padding-top: 1rem;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .menu_points .ctn_flex .txt_box .btn {
    padding-top: 3rem;
  }
}
.menu_points .ctn_flex .ctt_img {
  flex-basis: 30%;
  width: 30rem;
  height: 19.4rem;
  border-radius: 2.5rem;
  overflow: hidden;
}
.menu_points .ctn_flex .ctt_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .menu_points .ctn_flex .ctt_img {
    margin: 0 auto 2rem;
  }
}
.menu_points .ctn_flex .feature_h5 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #6eb9d8;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .menu_points .ctn_flex .feature_h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .menu_points .ctn_flex .feature_list {
    margin: 0 auto 0 3rem;
  }
}
.menu_points .ctn_flex .feature_list li {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .menu_points .ctn_flex .feature_list li {
    font-size: 14px;
  }
}
.menu_points .ctn_flex .feature_list li:last-child {
  margin-bottom: 0;
}
.menu_points .ctn_flex .feature_list li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #d5dee1;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
@media screen and (max-width: 599px) {
  .menu_points .ctn_flex_row_reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .menu_points .ctn_flex_row_reverse .txt_box {
    margin-bottom: 0;
  }
}
.menu_points .ctn_flex_left {
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .menu_points .ctn_flex_left {
    flex-direction: column-reverse;
    margin-bottom: 4rem;
  }
}
.menu_points .ctn_flex_left .txt_box {
  margin-bottom: 0;
}
.menu_points li {
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .menu_points li {
    margin-bottom: 3rem;
  }
}
.menu_points li .btn {
  padding-top: 5rem;
}

.point_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .point_list_flex {
    justify-content: center;
  }
}
.point_list_flex li {
  flex-basis: 22%;
  min-width: 200px;
  gap: 4%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .point_list_flex li {
    flex-basis: 45%;
    min-width: auto;
    margin-bottom: 2rem;
  }
}
.point_list_flex li img {
  width: 80%;
  margin-bottom: 1rem;
}
.point_list_flex li p {
  text-align: left;
}

.point_list li {
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .point_list li {
    margin-bottom: 2rem;
  }
}
.point_list .h5_ttl_point {
  margin-left: 0;
}

.point_list_flex_two {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 4rem;
}
@media screen and (max-width: 599px) {
  .point_list_flex_two {
    display: block;
  }
}
.point_list_flex_two li {
  flex-basis: 40%;
  max-width: 500px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .point_list_flex_two li {
    flex-basis: 45%;
    min-width: auto;
    margin-bottom: 3rem;
  }
}
.point_list_flex_two li .h4_ttl_point {
  text-align: left;
  margin-bottom: 2rem;
}
.point_list_flex_two li img {
  width: 70%;
  margin-bottom: 2rem;
}
.point_list_flex_two li p {
  text-align: left;
}

.sec_cases {
  padding: 8rem 0 9rem;
  background-image: url(images/under/case_gall_bg.png);
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .sec_cases {
    padding: 6rem 0 2rem;
  }
}
.sec_cases .h2_ttl {
  margin-bottom: 3rem;
}
.sec_cases .h2_ttl .h2_sub {
  color: #6eb9d8;
}
.sec_cases .case_slide .slick-list {
  padding: 0 !important;
}
.sec_cases .case_slide .article-item {
  width: 30rem;
  margin: 0 3rem;
}
@media screen and (max-width: 1024px) {
  .sec_cases .case_slide .article-item {
    max-width: 400px;
  }
}
.sec_cases .case_slide .article-item .img {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 1rem;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .sec_cases .case_slide .article-item .img {
    margin: 0 auto 2rem;
  }
}
.sec_cases .case_slide .article-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_cases .case_slide .article-item .cate {
  background-color: #6eb9d8;
  color: #ffffff;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12rem;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 599px) {
  .sec_cases .case_slide .article-item .cate {
    font-size: 12px;
    width: 15rem;
  }
}
.sec_cases .case_slide .article-item .article_ttl {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 599px) {
  .sec_cases .case_slide .article-item .article_ttl {
    font-size: 18px;
    margin-bottom: 3rem;
  }
}
.sec_cases .case_slide .slick-dots {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  margin: 1rem 0 3rem auto;
}
@media screen and (max-width: 599px) {
  .sec_cases .case_slide .slick-dots {
    margin: 0 auto 5rem;
  }
}
.sec_cases .case_slide .slick-dots li {
  color: transparent;
  position: relative;
}
.sec_cases .case_slide .slick-dots li::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #d5dee1;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .sec_cases .case_slide .slick-dots li::after {
    width: 6px;
    height: 6px;
  }
}
.sec_cases .case_slide .slick-dots .slick-active {
  color: transparent;
  position: relative;
  height: 6px;
}
.sec_cases .case_slide .slick-dots .slick-active::after {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #6eb9d8;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec_cases .case_slide .slick-dots .slick-active::after {
    top: -22px;
    width: 6px;
    height: 6px;
  }
}
.sec_cases .case_slide .slick-dots .slick-active::before {
  position: absolute;
  top: 3.5px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 1px solid #6eb9d8;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec_cases .case_slide .slick-dots .slick-active::before {
    width: 18px;
    height: 18px;
  }
}

.sec_links {
  padding: 7rem 0 6rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec_links {
    background-image: url(images/under/case_link_bg.png);
    border-radius: 2.5rem;
    width: 93% !important;
  }
}
.sec_links .ctn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 6rem;
}
@media screen and (max-width: 599px) {
  .sec_links .ctn {
    flex-direction: column-reverse;
  }
}
.sec_links .ctn .ctt {
  text-align: left;
}
.sec_links .ctn .ctt .btn {
  text-align: left;
}
@media screen and (max-width: 599px) {
  .sec_links .ctn .ctt .btn {
    margin: 5rem auto 1rem;
  }
}
.sec_links .ctn .ctt_img {
  margin-top: -5rem;
  margin-right: -10.2857142857%;
}
@media screen and (max-width: 599px) {
  .sec_links .ctn .ctt_img {
    margin: 0 auto 2rem;
    width: 90%;
  }
}
.sec_links .ctn .ctt_img img {
  width: 100%;
}
.sec_links::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 90.830449827%;
  height: 60rem;
  background-image: url(images/under/case_link_bg.png);
  border-radius: 2.5rem;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .sec_links::after {
    display: none;
  }
}

.sec_links_flex .links_wrapper {
  display: flex;
  justify-content: space-between;
  width: 91.7797286512%;
  margin-left: 5%;
}
@media screen and (max-width: 1024px) {
  .sec_links_flex .links_wrapper {
    margin: 0 auto;
    gap: 3rem;
    width: 100%;
    max-width: 700px;
  }
}
@media screen and (max-width: 599px) {
  .sec_links_flex .links_wrapper {
    display: block;
  }
}
.sec_links_flex .links_wrapper .link {
  background-image: url(images/under/case_link_bg.png);
  border-radius: 2.5rem;
  flex-basis: 44%;
  min-width: 330px;
  padding: 6rem 4.5rem 10rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sec_links_flex .links_wrapper .link {
    background-size: cover;
    margin-bottom: 3rem;
    width: 50%;
    padding: 3rem 4.5rem 10rem;
  }
}
@media screen and (max-width: 599px) {
  .sec_links_flex .links_wrapper .link {
    max-width: 390px;
    width: 90%;
    margin: 0 auto 3rem;
    padding: 3rem 2rem;
  }
}
.sec_links_flex .links_wrapper .link .ctn {
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .sec_links_flex .links_wrapper .link .ctn {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.sec_links_flex .links_wrapper .link .ctn .h2_ttl {
  position: relative;
  z-index: 2;
}
.sec_links_flex .links_wrapper .link .ctn .h2_ttl .h2_sub {
  font-size: 3rem;
  margin-bottom: 0;
}
.sec_links_flex .links_wrapper .link .ctn .h2_ttl .ttl_h2 {
  font-size: 2rem;
}
.sec_links_flex .links_wrapper .link .ctn .ctt_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6rem;
  width: 70%;
  max-width: 290px;
}
.sec_links_flex .links_wrapper .link .ctn .ctt_img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sec_links_flex .links_wrapper .link .ctn .ctt_img {
    position: static;
    transform: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .sec_links_flex .links_wrapper .link .ctt {
    display: contents;
  }
}
@media screen and (max-width: 599px) {
  .sec_links_flex .links_wrapper .link .ctt p {
    margin-bottom: 4rem;
  }
}
.sec_links_flex .links_wrapper .link .btn {
  position: absolute;
  bottom: 5rem;
  margin-top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
}
@media screen and (max-width: 599px) {
  .sec_links_flex .links_wrapper .link .btn {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 0 auto;
    width: auto;
  }
}
.sec_links_flex .links_wrapper .link .btn a {
  min-width: 300px;
}
.sec_links_flex .link_single {
  background-image: url(images/under/case_link_bg.png);
  border-radius: 2.5rem;
  width: 44%;
  min-width: 330px;
  padding: 6rem 4.5rem 10rem;
  position: relative;
  margin: 5rem auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .sec_links_flex .link_single {
    background-size: cover;
    margin-bottom: 3rem;
    width: 50%;
    padding: 3rem 4.5rem 10rem;
  }
}
@media screen and (max-width: 599px) {
  .sec_links_flex .link_single {
    max-width: 390px;
    width: 90%;
    margin: 0 auto 3rem;
    padding: 3rem 2rem;
  }
}
.sec_links_flex .link_single .ctn {
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .sec_links_flex .link_single .ctn {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.sec_links_flex .link_single .ctn .h2_ttl {
  position: relative;
  z-index: 2;
}
.sec_links_flex .link_single .ctn .h2_ttl .h2_sub {
  font-size: 3rem;
  margin-bottom: 0;
}
.sec_links_flex .link_single .ctn .h2_ttl .ttl_h2 {
  font-size: 2rem;
}
.sec_links_flex .link_single .ctn .ctt_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6rem;
  width: 70%;
  max-width: 290px;
}
.sec_links_flex .link_single .ctn .ctt_img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sec_links_flex .link_single .ctn .ctt_img {
    position: static;
    transform: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .sec_links_flex .link_single .ctt {
    display: contents;
  }
}
@media screen and (max-width: 599px) {
  .sec_links_flex .link_single .ctt p {
    margin-bottom: 4rem;
  }
}
.sec_links_flex .link_single .btn {
  position: absolute;
  bottom: 5rem;
  margin-top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
}
@media screen and (max-width: 599px) {
  .sec_links_flex .link_single .btn {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 0 auto;
    width: auto;
  }
}
.sec_links_flex .link_single .btn a {
  min-width: 300px;
}

.sec_price .under_table-price {
  width: 95%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 599px) {
  .sec_price .under_table-price {
    width: 100%;
    margin: 0 auto;
  }
}
.sec_price .under_table-price tr:nth-child(1) th {
  background: #eef2f5;
}
.sec_price .under_table-price tr:nth-child(2) th {
  background: #eef2f5;
}
.sec_price .under_table-price th,
.sec_price .under_table-price td {
  padding: 2.4rem;
  border-bottom: 1px solid #d5dee1;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .sec_price .under_table-price th,
  .sec_price .under_table-price td {
    font-size: 14px;
    display: block;
    width: 100%;
  }
}
.sec_price .under_table-price th {
  vertical-align: middle;
  font-weight: 500;
  padding: 2.4rem;
}
.sec_price .under_table-price th span {
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .sec_price .under_table-price th span {
    font-size: 12px;
  }
}
.sec_price .under_table-price td {
  width: 65%;
  text-align: right;
  vertical-align: middle;
  padding: 2.4rem 3rem;
}
@media screen and (max-width: 599px) {
  .sec_price .under_table-price td {
    font-size: 14px;
    width: 100%;
  }
}
.sec_price .under_table-price td span {
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .sec_price .under_table-price td span {
    font-size: 12px;
  }
}
.sec_price .under_table-price td div {
  width: 50%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .sec_price .under_table-price td div {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .sec_price .under_table-price td div {
    width: 100%;
  }
}
.sec_price .under_table-price td div .sub_td {
  color: #6eb9d8;
  margin-right: 5rem;
  margin-bottom: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .sec_price .under_table-price td div .sub_td {
    font-size: 14px;
  }
}
.sec_price .under_table-price td div p {
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .sec_price .under_table-price td div p {
    font-size: 14px;
  }
}
.sec_price .note {
  text-align: right;
}

.gray_wrap_under {
  width: 100%;
  max-width: 1300px;
  border-radius: 2.5rem;
  overflow: hidden;
  background-image: url(images/under/gray_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: repeat-y;
  padding: 6rem 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .gray_wrap_under {
    padding: 3rem 2.5rem;
  }
}
.gray_wrap_under .h3_ttl_point {
  font-size: 2rem;
  color: #5e5e5e;
  border-bottom: 1px solid #6eb9d8;
}
@media screen and (max-width: 599px) {
  .gray_wrap_under .h3_ttl_point {
    padding-left: 0;
    padding-bottom: 1rem;
  }
}

.links_ctn_single {
  width: 49.5238095238%;
  margin: 0 auto;
  padding-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .links_ctn_single {
    width: 90%;
    padding-bottom: 5rem;
  }
}
.links_ctn_single .ctt {
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.links_ctn_single .ctt .arrow-right {
  position: absolute;
  top: 170px;
  right: 50px;
  line-height: 1;
  width: 40px;
  height: 10px;
  border-right: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  transform: skew(45deg);
  display: block;
}
.links_ctn_single .ctt .arrow-right::after {
  position: absolute;
  right: -10px;
  top: -5px;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #5e5e5e;
  border-radius: 50%;
  transform: skew(-45deg);
}
@media screen and (max-width: 599px) {
  .links_ctn_single .ctt .arrow-right {
    top: 105px;
    right: 30px;
  }
}
.links_ctn_single .ctt img {
  width: 100%;
}
.links_ctn_single .ctt .txt {
  background-color: #ffffff;
  padding: 20px 30px;
}
.links_ctn_single .ctt:hover {
  transform: translateY(10px);
  transition: 0.1s;
  opacity: 0.8;
}
.links_ctn_single .ctt:hover .arrow-right {
  right: 30px;
  transition: all 0.4s;
}
@media screen and (max-width: 599px) {
  .links_ctn_single .ctt:hover .arrow-right {
    right: initial;
  }
}

/*************************************************
診療メニュー general
*************************************************/
@media screen and (max-width: 1024px) {
  .ctt_general {
    right: -30%;
  }
}
@media screen and (max-width: 599px) {
  .ctt_general {
    right: auto;
  }
}

/*************************************************
診療メニュー implant
*************************************************/
.point_list_implant li {
  margin-bottom: 10rem;
}
@media screen and (max-width: 599px) {
  .point_list_implant li {
    margin-bottom: 5rem;
  }
}
.point_list_implant .photos {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 12rem;
}
.point_list_implant .photos li {
  width: 32%;
  gap: 0 4rem;
  margin-bottom: 0;
  text-align: center;
}
.point_list_implant .photos li .img {
  height: 18rem;
  overflow: hidden;
}
.point_list_implant .photos li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .point_list_implant .photos li .img {
    height: 10rem;
  }
}
.point_list_implant .photos li p {
  font-size: 1.6rem;
}
.point_list_implant .photos span {
  position: absolute;
  bottom: -9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
}
.point_list_implant .photos span img {
  width: 100%;
}
.point_list_implant .photo {
  width: 40%;
  margin: 0 auto;
}
.point_list_implant .photo img {
  width: 100%;
}
.point_list_implant .photos_2 {
  justify-content: center;
  gap: 0 6rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .point_list_implant .photos_2 {
    margin-bottom: 0;
  }
}
.point_list_implant .photos_2::after {
  display: none;
}
.point_list_implant .photos_2 .arrow-right {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  line-height: 1;
  width: 30px;
  height: 8px;
  border-right: 1px solid #6eb9d8;
  border-bottom: 1px solid #6eb9d8;
  transform: skew(45deg);
  display: block;
}
@media screen and (max-width: 599px) {
  .point_list_implant .photos_2 .arrow-right {
    top: auto;
    bottom: 30px;
    width: 20px;
    height: 6px;
  }
}
.point_list_implant .btn {
  padding-top: 0rem !important;
}

.gray_wrap_implant h4 {
  font-size: 1.6rem;
  color: #000;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-family: yu-gothic-pr6n, sans-serif;
  border-bottom: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .gray_wrap_implant h4 {
    font-size: 14px;
  }
}
.gray_wrap_implant .box {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  border: 1px solid #5e5e5e;
  margin: 0 auto 4rem;
}

/*************************************************
診療メニュー child
*************************************************/
.menu_points .ctn_flex_min {
  flex-basis: 60%;
}
.menu_points .ctn_flex .ctt_img_big {
  flex-basis: 35%;
  min-width: 38rem;
  height: 24rem;
  border-radius: 2.5rem;
  overflow: hidden;
}
.menu_points .ctn_flex .ctt_img_big img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .menu_points .ctn_flex .ctt_img_big {
    width: 70%;
    margin: 0 auto 2rem;
  }
}
.menu_points .ctn_flex .ctt {
  flex-basis: 30%;
  margin-top: 1rem;
}

/*************************************************
診療メニュー perio
*************************************************/
.point_list_flex_perio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .point_list_flex_perio {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 599px) {
  .point_list_flex_perio {
    justify-content: center;
  }
}
.point_list_flex_perio li {
  flex-basis: 22%;
  min-width: 200px;
  margin-right: 4%;
  gap: 4%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .point_list_flex_perio li {
    flex-basis: 45%;
    min-width: auto;
    margin-bottom: 2rem;
  }
}
.point_list_flex_perio li:last-child {
  margin-right: 0;
}
.point_list_flex_perio li img {
  width: 80%;
  margin-bottom: 1rem;
}
.point_list_flex_perio li p {
  text-align: left;
}

/*************************************************
診療メニュー cosmetic
*************************************************/
.sec_price_cos .under_table-price {
  width: 95%;
  margin: 0 0 15rem auto;
}
@media screen and (max-width: 599px) {
  .sec_price_cos .under_table-price {
    width: 100%;
    margin: 0 auto;
  }
}
.sec_price_cos .under_table-price tr:nth-child(1) th {
  background: #eef2f5;
}
.sec_price_cos .under_table-price tr:nth-child(2) th {
  background: none;
}
.sec_price_cos .under_table-price tr:nth-child(3) th {
  background: #eef2f5;
}

.links_wrapper_cos {
  margin-bottom: 12rem !important;
}

.ctn_wrap_cos {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .ctn_wrap_cos {
    display: block;
  }
}
.ctn_wrap_cos .links_ctn {
  flex-basis: 45%;
}
@media screen and (max-width: 1024px) {
  .ctn_wrap_cos .links_ctn {
    margin-bottom: 2rem;
  }
}
.ctn_wrap_cos .links_ctn .ctt {
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ctn_wrap_cos .links_ctn .ctt .arrow-right {
  position: absolute;
  top: 170px;
  right: 50px;
  line-height: 1;
  width: 40px;
  height: 10px;
  border-right: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  transform: skew(45deg);
  display: block;
}
@media screen and (max-width: 1024px) {
  .ctn_wrap_cos .links_ctn .ctt .arrow-right {
    top: 220px;
    right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .ctn_wrap_cos .links_ctn .ctt .arrow-right {
    top: 45%;
    right: 11%;
  }
}
.ctn_wrap_cos .links_ctn .ctt .arrow-right::after {
  position: absolute;
  right: -10px;
  top: -5px;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #5e5e5e;
  border-radius: 50%;
  transform: skew(-45deg);
}
@media screen and (max-width: 599px) {
  .ctn_wrap_cos .links_ctn .ctt .arrow-right {
    top: 105px;
    right: 30px;
  }
}
.ctn_wrap_cos .links_ctn .ctt img {
  width: 100%;
}
.ctn_wrap_cos .links_ctn .ctt .txt {
  background-color: #ffffff;
  padding: 20px 30px;
}
.ctn_wrap_cos .links_ctn .ctt:hover {
  transform: translateY(10px);
  transition: 0.1s;
  opacity: 0.8;
}
.ctn_wrap_cos .links_ctn .ctt:hover .arrow-right {
  right: 30px;
  transition: all 0.4s;
}
@media screen and (max-width: 599px) {
  .ctn_wrap_cos .links_ctn .ctt:hover .arrow-right {
    right: 30px;
  }
}

/*************************************************
診療メニュー ortho
*************************************************/
.point_list_flex_center {
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .point_list_flex_center {
    justify-content: center;
    gap: 2% 3%;
  }
}
@media screen and (max-width: 804px) {
  .point_list_flex_center {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 599px) {
  .point_list_flex_center {
    justify-content: center;
  }
}
.point_list_flex_center li {
  margin-right: 0;
  flex-basis: 29%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  .point_list_flex_center li {
    flex-basis: 45%;
  }
}
.point_list_flex_center li .h5_ttl_point {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .point_list_flex_center li .h5_ttl_point {
    font-size: 14px;
  }
}
.point_list_flex_center li p {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .point_list_flex_center li p {
    font-size: 14px;
  }
}

.ctn_video {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .ctn_video {
    display: block;
    margin-bottom: 5rem;
  }
}
.ctn_video .txt_box {
  flex-basis: 45%;
}
.ctn_video .ctt_video {
  flex-basis: 45%;
}
.ctn_video .ctt_video img {
  width: 100%;
}

.ctt_video_single {
  padding-top: 5rem;
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 599px) {
  .ctt_video_single {
    width: 90%;
  }
}
.ctt_video_single p {
  margin-bottom: 1rem;
}
.ctt_video_single img {
  width: 100%;
}

.ortho_sec .h3_ttl_point {
  font-size: 2rem;
  color: #0097d6;
  font-weight: bold;
  border-bottom: 1px solid #d5dee1;
}
@media screen and (max-width: 599px) {
  .ortho_sec .h3_ttl_point {
    padding-left: 4rem;
  }
}
.ortho_sec .h3_ttl_point span {
  color: #aeb5b7;
}
.ortho_sec .menu_points li .btn {
  padding-top: 0;
}

/*************************************************
診療メニュー whitening
*************************************************/
@media screen and (max-width: 599px) {
  .ctt_wrap {
    flex-basis: 100%;
    margin: 0 auto 3rem auto;
    display: flex;
    align-items: flex-start;
    border: 1px solid #d5dee1;
    padding: 2rem;
    min-width: 300px;
  }
}
.ctt_wrap .feature_h5 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #6eb9d8;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .ctt_wrap .feature_h5 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .ctt_wrap .feature_list {
    margin: 0 auto 0 3rem;
  }
}
.ctt_wrap .feature_list li {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .ctt_wrap .feature_list li {
    font-size: 14px;
  }
}
.ctt_wrap .feature_list li:last-child {
  margin-bottom: 0;
}
.ctt_wrap .feature_list li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #d5dee1;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}

.sec_price_whitening .under_table-price {
  width: 95%;
  margin: 0 0 15rem auto;
}
@media screen and (max-width: 599px) {
  .sec_price_whitening .under_table-price {
    width: 100%;
    margin: 0 auto;
  }
}
.sec_price_whitening .under_table-price tr th {
  background: #eef2f5;
}

/*************************************************
診療メニュー invisa
*************************************************/
.h5_merit {
  font-size: 1.8rem;
  color: #6eb9d8;
  border-bottom: 1px solid #d5dee1;
  padding-bottom: 1rem;
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 599px) {
  .point_list_flex_center-invisa {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .point_list_flex_center-invisa li {
    margin-bottom: 3rem;
  }
}
.point_list_flex_center-invisa li img {
  width: 80%;
  padding-top: 3rem;
}

@media screen and (max-width: 599px) {
  .ctt_wrap_invisa {
    flex-basis: 100%;
    margin: 0 auto 3rem;
    display: block;
    border: 1px solid #d5dee1;
    padding: 3rem;
    min-width: 340px;
  }
}
@media screen and (max-width: 599px) {
  .ctt_wrap_invisa .feature_h5 {
    margin-bottom: 2rem;
  }
}

/*************************************************
診療メニュー hyalu
*************************************************/
.sec_price_hyalu .under_table-price {
  margin-bottom: 0;
}
.sec_price_hyalu .under_table-price tr:nth-child(1) th {
  background: #eef2f5;
}
.sec_price_hyalu .under_table-price tr:nth-child(2) th {
  background: none;
}
.sec_price_hyalu .under_table-price tr:nth-child(3) th {
  background: #eef2f5;
}
.sec_price_hyalu .under_table-price:first-of-type tr:nth-of-type(1) {
  border-bottom: 1px solid #d5dee1;
}
.sec_price_hyalu .under_table-price:first-of-type th,
.sec_price_hyalu .under_table-price:first-of-type td {
  border-bottom: none;
}
.sec_price_hyalu .under_table-price .clear {
  display: none;
}

/*************************************************
facility プライムスキャン/エアフロー primescan airflow
*************************************************/
.menu_points_fac {
  padding-top: 12rem;
}
.menu_points_fac .photos {
  padding-top: 3rem;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  margin-bottom: 12rem;
  gap: 0 6rem;
}
@media screen and (max-width: 599px) {
  .menu_points_fac .photos {
    display: block;
  }
}
.menu_points_fac .photos .arrow-right {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  line-height: 1;
  width: 30px;
  height: 8px;
  border-right: 1px solid #6eb9d8;
  border-bottom: 1px solid #6eb9d8;
  transform: skew(45deg);
  display: block;
}
@media screen and (max-width: 599px) {
  .menu_points_fac .photos .arrow-right {
    top: 52%;
    right: 50%;
    transform: translateX(-50%);
    transform: rotate(90deg) skew(45deg);
    width: 20px;
    height: 8px;
  }
}
.menu_points_fac .photos li {
  width: 32%;
  gap: 0 4rem;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .menu_points_fac .photos li:nth-of-type(1) {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 599px) {
  .menu_points_fac .photos li {
    width: 80%;
    margin: 0 auto;
  }
}
.menu_points_fac .photos li .img {
  height: 12rem;
  width: 33rem;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .menu_points_fac .photos li .img {
    width: 36rem;
    margin: 0 auto;
  }
}
.menu_points_fac .photos li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}
.menu_points_fac .photo {
  width: 40%;
  margin: 0 auto;
}
.menu_points_fac .photo img {
  width: 100%;
}

.point_list_flex-prime {
  padding-top: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .point_list_flex-prime {
    display: block;
  }
}
.point_list_flex-prime li {
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .point_list_flex-prime li {
    width: 75%;
    margin: 0 auto 10rem;
  }
}
.point_list_flex-prime li .img {
  width: 100%;
  margin-bottom: 1rem;
}
.point_list_flex-prime li .img img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .point_list_flex-prime li .img {
    margin: 0 auto;
  }
}
.point_list_flex-prime li .h5_ttl_point {
  text-align: center;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .point_list_flex-prime li .h5_ttl_point {
    font-size: 16px;
    text-align: left;
  }
}
.point_list_flex-prime li .arrow-right {
  position: absolute;
  top: 50%;
  right: -35%;
  transform: translate(-50%, -50%);
  line-height: 1;
  width: 30px;
  height: 8px;
  border-right: 2px solid #6eb9d8;
  border-bottom: 2px solid #6eb9d8;
  transform: skew(45deg);
  display: block;
}
@media screen and (max-width: 599px) {
  .point_list_flex-prime li .arrow-right {
    top: auto;
    bottom: -5rem;
    right: 50%;
    transform: translateX(-50%);
    transform: rotate(90deg) skew(45deg);
    width: 20px;
    height: 8px;
  }
}

.point_list_implant-prime {
  margin-bottom: 10rem;
}

/*************************************************
about
*************************************************/
#about {
  margin-bottom: 0;
}
#about .ttl {
  color: #5e5e5e;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-family: "Shippori Mincho", serif;
}
#about h3 {
  font-size: 2.7rem;
  font-family: "Shippori Mincho", serif;
  display: flex;
  gap: 3rem;
  align-items: baseline;
  color: #5e5e5e;
  margin-bottom: 6rem;
}
#about h3 span {
  font-family: "Outfit", sans-serif;
  color: #d5dee1;
}
#about .ctn {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 6.6666666667%;
}
@media screen and (max-width: 599px) {
  #about .ctn {
    display: flex;
    flex-direction: column;
    padding-bottom: 0rem;
  }
}
#about .ctn .ctt {
  width: 53.3333333333%;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#about .ctn .ctt img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  #about .ctn .ctt {
    width: 100%;
    margin: 0 auto;
    width: 60%;
  }
  #about .ctn .ctt img {
    margin-bottom: 4rem;
    width: 100%;
  }
}
#about .ctn .ctt_right {
  width: 55.2380952381%;
}
@media screen and (max-width: 599px) {
  #about .ctn .ctt_right {
    width: 100%;
  }
}

.about_detail {
  position: relative;
  z-index: -1;
}
.about_detail .gray_wrap {
  margin-top: -3rem;
}
@media screen and (max-width: 1024px) {
  .about_detail .gray_wrap {
    margin-top: 3rem;
  }
}
.about_detail .gray_wrap ul {
  margin-bottom: 6rem;
}
.about_detail .gray_wrap ul li {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.about_detail .gray_wrap .ctn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .about_detail .gray_wrap .ctn {
    display: block;
  }
}
.about_detail .gray_wrap .ctn .ctt {
  flex-basis: 48%;
}
@media screen and (max-width: 1024px) {
  .about_detail .gray_wrap .ctn .ctt {
    margin-bottom: 6rem;
  }
}
.about_detail .gray_wrap .ctn .ctt .bks_ctn {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d5dee1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .about_detail .gray_wrap .ctn .ctt .bks_ctn {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto 3rem;
  }
}
.about_detail .gray_wrap .ctn .ctt .bks_ctn .txt_ctt {
  margin-right: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .about_detail .gray_wrap .ctn .ctt .bks_ctn .txt_ctt {
    margin: 1rem auto 2rem auto;
  }
}
.about_detail .gray_wrap .ctn .ctt .bks_ctn .txt_ctt p {
  margin-bottom: 1rem;
}
.about_detail .gray_wrap .ctn .ctt .bks_ctn .img_ctt {
  margin-top: -5rem;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .about_detail .gray_wrap .ctn .ctt .bks_ctn .img_ctt {
    margin-top: -10rem;
  }
}
@media screen and (max-width: 599px) {
  .about_detail .gray_wrap .ctn .ctt .bks_ctn .img_ctt {
    margin-top: -8rem;
    margin-bottom: 0rem;
  }
}
.about_detail .gray_wrap .ctn .ctt .bks_ctn .img_ctt img {
  width: 14rem;
}
.about_detail .gray_wrap .ctn .ctt .bks_ctn2 {
  display: block;
}
.about_detail .gray_wrap .ctn .ctt:nth-child(2) {
  flex-basis: 35%;
}
.about_detail .gray_wrap .ctn .course {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .about_detail .gray_wrap .ctn .course {
    display: block;
  }
}
.about_detail .gray_wrap .ctn .course li {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 1rem;
  flex-basis: 60%;
}
@media screen and (max-width: 599px) {
  .about_detail .gray_wrap .ctn .course li {
    font-size: 12px;
  }
}

/*************************************************
facility
*************************************************/
@media screen and (max-width: 599px) {
  #facility_top {
    background-image: none;
  }
}
#facility_top .ctn {
  display: flex;
  gap: 5.6%;
}
@media screen and (max-width: 599px) {
  #facility_top .ctn {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0rem;
  }
}
#facility_top .ctn:nth-child(1) {
  margin-bottom: 10rem;
}
#facility_top .ctn:nth-child(1) .ctt {
  width: 54.8%;
  margin-left: calc(50% - 50vw);
}
#facility_top .ctn:nth-child(2) {
  flex-direction: row-reverse;
  align-items: end;
  margin-top: -10rem;
}
@media screen and (max-width: 599px) {
  #facility_top .ctn:nth-child(2) {
    flex-direction: column-reverse;
  }
}
#facility_top .ctn:nth-child(2) .ctt {
  width: 41.2%;
  margin-right: calc(50% - 50vw);
  margin-left: 5.6%;
}
@media screen and (max-width: 599px) {
  #facility_top .ctn:nth-child(2) .ctt {
    margin-left: auto;
    width: 100%;
  }
  #facility_top .ctn:nth-child(2) .ctt img {
    margin-right: -10px;
  }
}
#facility_top .ctn .ctt {
  position: relative;
}
#facility_top .ctn .ctt img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #facility_top .ctn .ctt {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  #facility_top .ctn .ctt {
    display: contents;
  }
  #facility_top .ctn .ctt img {
    order: 2;
    margin-bottom: 4rem;
    margin-left: -10px;
  }
}
#facility_top .ctn .ctt_right {
  width: 50%;
  max-width: 580px;
  margin-top: 5rem;
}
@media screen and (max-width: 599px) {
  #facility_top .ctn .ctt_right {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5rem;
  }
}
#facility_top .ctn .ctt_right .ttl_h2 {
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 599px) {
  #facility_top .ctn .ctt_right .ttl_h2 {
    margin-bottom: 2rem;
  }
}
#facility_top .ctn .ctt_right .btn {
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #facility_top .ctn .ctt_right .btn {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #facility_top .ctn .ctt_right {
    margin-left: auto;
    margin-right: auto;
  }
}

#premises .googleview {
  margin-bottom: 9rem;
}
#premises .googleview iframe {
  width: 100%;
}
#premises .inroom {
  margin-bottom: 9rem;
}
#premises .inroom .h3_ttl {
  margin-bottom: 2rem;
}
#premises .inroom .inroom_photos {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  gap: 30px 60px;
}
@media screen and (max-width: 1024px) {
  #premises .inroom .inroom_photos {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 599px) {
  #premises .inroom .inroom_photos {
    gap: 10px 20px;
    justify-content: center;
  }
}
#premises .inroom .inroom_photos li {
  width: 28%;
}
@media screen and (max-width: 599px) {
  #premises .inroom .inroom_photos li {
    width: 45%;
  }
}
#premises .inroom .inroom_photos li img {
  width: 100%;
  margin-bottom: 1rem;
}
#premises .inroom .inroom_photos li p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

#facilities .gray_wrap {
  width: 100%;
  padding: 8rem 0 8rem 0;
}
@media screen and (max-width: 599px) {
  #facilities .gray_wrap {
    padding: 4rem 0 4rem 0;
  }
}
#facilities .gray_wrap .fac_photos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 60px 20px;
  width: 85%;
  max-width: 900px;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #facilities .gray_wrap .fac_photos {
    gap: 20px 10px;
    width: 95%;
  }
}
#facilities .gray_wrap .fac_photos li {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 47%;
}
@media screen and (max-width: 599px) {
  #facilities .gray_wrap .fac_photos li {
    flex-direction: column;
    width: 48%;
    margin-bottom: 2rem;
  }
}
#facilities .gray_wrap .fac_photos li .img_ctt {
  flex-basis: 45%;
  min-width: 15rem;
  margin-right: 1.8rem;
}
#facilities .gray_wrap .fac_photos li .img_ctt img {
  width: 100%;
}
#facilities .gray_wrap .fac_photos li .ctt {
  flex-basis: 55%;
  margin-top: 2rem;
}
#facilities .gray_wrap .fac_photos li .ctt h4 {
  font-size: 2rem;
  color: #5e5e5e;
  margin-bottom: 1rem;
}
#facilities .gray_wrap .fac_photos li .a {
  position: absolute;
  bottom: 0;
  left: 70%;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #facilities .gray_wrap .fac_photos li .a {
    font-size: 12px;
    left: 30%;
    bottom: -10px;
  }
}
#facilities .gray_wrap .fac_photos li .a span {
  font-size: 1.4rem;
  color: #5e5e5e;
  letter-spacing: 0.05em;
  margin-left: 25px;
}
#facilities .gray_wrap .fac_photos li .a .arrow-right {
  line-height: 1;
  width: 30px;
  height: 8px;
  border-right: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  transform: skew(45deg);
  display: block;
  position: absolute;
  top: 6%;
  right: -30px;
}
#facilities .gray_wrap .fac_photos li .a .arrow-right::after {
  position: absolute;
  right: -12px;
  top: -5px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #5e5e5e;
  border-radius: 50%;
  transform: skew(-45deg);
}
#facilities .gray_wrap .fac_photos li:hover .a {
  left: 77%;
  transition: all 0.4s;
}
@media screen and (max-width: 599px) {
  #facilities .gray_wrap .fac_photos li:hover .a {
    left: 31%;
  }
}
#facilities .gray_wrap .fac_photos li:hover .a .arrow-right {
  right: -30px;
  transition: all 0.4s;
}
#facilities .gray_wrap .fac_photos li:hover .a .arrow-right::after {
  right: -4px;
  transition: all 0.4s;
}

#facility-standards .gray_wrap {
    width: 100%;
    padding: 8rem;
}
/* モバイル対応 */
@media screen and (max-width: 599px) {
    #facility-standards .gray_wrap {
        padding: 4rem;
    }
}
#facility-standards .gray_wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    max-width: 500px;
    justify-content: left;
}
/* モバイル対応 */
@media screen and (max-width: 599px) {
    #facility-standards .gray_wrap ul {
        gap: 20px;
    }
}
#facility-standards .gray_wrap ul li {
    width: calc(50% - 10px);
    font-size: 14px;
    position: relative;
}
/* モバイル対応 */
@media screen and (max-width: 599px) {
    #facility-standards .gray_wrap ul li {
        width: 100%;
    }
}
#facility-standards .gray_wrap ul li::before {
    position: absolute;
    left: -1.8rem;
    top: 3px;
    display: block;
    content: "";
    background-color: #d5dee1;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

/************************************************
症例一覧
*************************************************/
.news_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .news_container {
    flex-direction: column;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 599px) {
  .news_container {
    display: block;
  }
}
.news_container .archive_list {
  display: block;
}

.single_container {
  flex-basis: 61.44%;
  margin-left: 8.4%;
}
@media screen and (max-width: 1024px) {
  .single_container {
    margin-left: 0;
  }
}

.archive_container {
  flex-basis: 61.44%;
  margin-left: 8.4%;
}
@media screen and (max-width: 599px) {
  .archive_container {
    flex-basis: 100%;
    margin-left: 0;
  }
}
.archive_container .article_link {
  transition: all 0.5s;
}
.archive_container .article_link:hover {
  text-decoration: none;
}
.archive_container .article_link:hover .article_thumbnail img {
  transform: scale(1.1);
  transition: all 0.4s;
}
@media screen and (max-width: 599px) {
  .archive_container .article_link:hover .article_thumbnail img {
    transform: initial;
  }
}
.archive_container .article_link:hover .cate {
  background-color: #d5dee1;
  transition: all 0.4s;
}
@media screen and (max-width: 599px) {
  .archive_container .article_link:hover .cate {
    background-color: initial;
    transition: 0s;
  }
}
.archive_container .article_link:hover .arrow-right {
  right: 2%;
  transition: all 0.4s;
}
@media screen and (max-width: 599px) {
  .archive_container .article_link:hover .arrow-right {
    right: initial;
    transition: 0s;
  }
}

.sideber_contaier {
  flex-basis: 24%;
  max-width: 28rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .sideber_contaier {
    max-width: 95%;
    margin-top: 3rem;
    margin-left: 8.4%;
  }
}
@media screen and (max-width: 599px) {
  .sideber_contaier {
    max-width: auto;
    margin-left: auto;
  }
}

.news_article {
  position: relative;
}
.news_article-item {
  padding: 4rem 6rem 4rem 2rem;
  margin-bottom: 4rem;
  position: relative;
  border-bottom: 1px solid #d5dee1;
}
@media screen and (max-width: 599px) {
  .news_article-item {
    padding: 0;
  }
}
.news_article-item:hover .arrow-right {
  right: 3%;
  transition: all 0.4s;
}
.news_article-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 599px) {
  .news_article-flex {
    flex-direction: column;
    gap: 0;
  }
}
.news_article-flex .article_thumbnail {
  flex-basis: 35%;
  width: 20rem;
  height: 14rem;
  margin: 1rem 0;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .news_article-flex .article_thumbnail {
    width: 80%;
    width: 42rem;
    height: 32rem;
    margin-bottom: 3.2rem;
  }
}
.news_article-flex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article_textarea {
  flex-basis: 50%;
}
@media screen and (max-width: 599px) {
  .article_textarea {
    width: 100%;
  }
}
.article_textarea .wrap {
  display: flex;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 599px) {
  .article_textarea .wrap {
    height: 25px;
  }
}
.article_textarea .wrap .cate {
  background-color: #6eb9d8;
  color: #ffffff;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12rem;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 599px) {
  .article_textarea .wrap .cate {
    font-size: 12px;
    width: 15rem;
  }
}
.article_textarea .wrap .date {
  font-size: 14px;
  margin-bottom: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .article_textarea .wrap .date {
    margin: 0;
  }
}
.article_textarea .article_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-line-clamp: 2;
}
.article_textarea .article_ttl,
.article_textarea .article_txt {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .article_textarea .article_ttl,
  .article_textarea .article_txt {
    width: 80%;
  }
}
.article_textarea .article_ttl {
  font-size: 1.8rem;
  -webkit-line-clamp: 1;
}
.article_textarea .article_txt {
  line-height: 1.6;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 599px) {
  .article_textarea .article_txt {
    font-size: 1.4rem;
  }
}
.article_textarea .arrow-right {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateX(-50%);
  line-height: 1;
  width: 30px;
  height: 8px;
  border-right: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  transform: skew(45deg);
  display: block;
}
@media screen and (max-width: 599px) {
  .article_textarea .arrow-right {
    top: auto;
    bottom: 30px;
    width: 20px;
    height: 6px;
  }
}

aside .news_article {
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  aside .news_article {
    margin-bottom: 4rem;
  }
}
aside .news_article-item {
  padding: 0 0 2rem 0;
  margin-bottom: 2rem;
  background: #fff;
  border-bottom: 1px solid #dedede;
  transition: all 0.3s;
}
aside .news_article-item:hover {
  color: #c39c8d;
}
aside .news_article-item:hover .date {
  color: #c39c8d;
}
@media screen and (max-width: 599px) {
  aside .news_article-flex {
    flex-direction: row;
  }
}
aside .news_article-flex .article_thumbnail {
  width: 12rem;
  height: 8rem;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  aside .news_article-flex .article_thumbnail {
    width: 22rem;
    height: 16rem;
  }
}
@media screen and (max-width: 599px) {
  aside .news_article-flex .article_thumbnail {
    width: 12rem;
    height: 8.6rem;
  }
}
aside .news_article-flex .article_thumbnail img:hover {
  opacity: 1;
}

/************************************************
ブログ/お知らせ一覧
*************************************************/
@media screen and (max-width: 599px) {
  .news_article-list_news .news_article-flex {
    display: block;
  }
}
.news_article-list_news .news_article-item {
  margin-bottom: 0rem;
}
@media screen and (max-width: 599px) {
  .news_article-list_news .news_article-item {
    margin-bottom: 3rem;
  }
}
.news_article-list_news .news_article-item .article_textarea {
  flex-basis: 100%;
}
.news_article-list_news .news_article-item .article_textarea .article_ttl {
  margin-bottom: 0;
}

.posing_pagination,
.pagination,
.page-numbers {
  position: relative;
  max-width: 52rem;
  margin: 15rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 10rem auto 0;
}
.posing_pagination .prev,
.posing_pagination .next,
.pagination .prev,
.pagination .next,
.page-numbers .prev,
.page-numbers .next {
  display: block;
  transition: all 0.5s;
}
.posing_pagination .arrow-right,
.pagination .arrow-right,
.page-numbers .arrow-right {
  position: absolute;
  top: 30%;
  right: 10%;
  transform: translateX(-50%);
  line-height: 1;
  width: 30px;
  height: 8px;
  border-right: 1px solid #6eb9d8;
  border-bottom: 1px solid #6eb9d8;
  transform: skew(45deg);
  display: block;
  position: absolute;
}
.posing_pagination .prev_btn,
.posing_pagination .next_btn,
.pagination .prev_btn,
.pagination .next_btn,
.page-numbers .prev_btn,
.page-numbers .next_btn {
  display: block;
  width: 2.7rem;
  height: 1rem;
  background-size: cover;
}
.posing_pagination .prev_btn,
.pagination .prev_btn,
.page-numbers .prev_btn {
  background-image: url(images/icon_prev.svg);
}
.posing_pagination .next_btn,
.pagination .next_btn,
.page-numbers .next_btn {
  background-image: url(images/icon_next.svg);
}

.page-numbers {
  display: inline-block;
  padding: 1.2rem 1.6rem;
  margin: 0 0.8rem;
  border-radius: 30px;
  color: #6eb9d8;
  font-size: 1.8rem;
  transition: background-color 0.3s;
}
@media screen and (max-width: 599px) {
  .page-numbers {
    font-size: 1.4rem;
    margin: 0 0.4rem;
    padding: 1rem 1.4rem;
  }
}
.page-numbers:hover {
  opacity: 0.4;
  transition: all 0.4s;
}
.page-numbers.current {
  background-color: #6eb9d8;
  color: #fff;
  border-color: #6eb9d8;
}

.posing_pagination .next_posting {
  text-align: center;
}

.pn_box {
  border-top: 1px solid #ccc;
  margin-top: 15rem;
}
@media screen and (max-width: 599px) {
  .pn_box {
    margin-top: 4rem;
  }
}

.posing_pagination {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 60px;
}
@media screen and (max-width: 1024px) {
  .posing_pagination {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .posing_pagination {
    justify-content: space-evenly;
    gap: 0;
  }
}
.posing_pagination .prev,
.posing_pagination .next {
  font-size: 1.4rem;
  line-height: 1.6;
  display: block;
  transition: all 0.5s;
}
@media screen and (max-width: 599px) {
  .posing_pagination .prev,
  .posing_pagination .next {
    font-size: 1.24rem;
    line-height: 1.4;
  }
}
.posing_pagination .pagination-link {
  width: 340px;
  padding: 0 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}
@media screen and (max-width: 599px) {
  .posing_pagination .pagination-link {
    width: 160px;
    padding: 0 1.2rem;
  }
}
.posing_pagination .pagination-link:hover {
  color: #6eb9d8;
}
.posing_pagination .next_posting {
  position: relative;
}
.posing_pagination .next_posting::after {
  content: "";
  top: 40%;
  right: 15%;
  transform: translateX(-50%);
  line-height: 1;
  width: 20px;
  height: 6px;
  border-right: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  transform: skew(45deg);
  display: block;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .posing_pagination .next_posting::after {
    right: 10px;
  }
}
.posing_pagination .next_posting:hover::after {
  right: 12%;
  transition: all 0.4s;
}
@media screen and (max-width: 599px) {
  .posing_pagination .next_posting:hover::after {
    right: 10px;
    transition: 0s;
  }
}

.prev_posting {
  padding-left: 6rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .prev_posting {
    padding-left: 3rem;
  }
}
.prev_posting::after {
  content: "";
  top: 40%;
  left: 10%;
  transform: translateX(-50%);
  line-height: 1;
  width: 20px;
  height: 6px;
  border-left: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  transform: skew(-45deg);
  display: block;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .prev_posting::after {
    left: 10px;
  }
}
.prev_posting:hover::after {
  left: 8%;
  transition: all 0.4s;
}
@media screen and (max-width: 599px) {
  .prev_posting:hover::after {
    left: 10px;
    transition: 0s;
  }
}

.next_posting {
  padding-right: 6rem;
}
@media screen and (max-width: 599px) {
  .next_posting {
    padding-right: 2rem;
  }
}

/************************************************
サイドバー
*************************************************/
.sidebar_container {
  flex-basis: 24%;
  max-width: 28rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .sidebar_container {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.sidebar_container .h2_ttl .h2_sub {
  font-size: 2.4rem;
}
.sidebar_container .h2_ttl .ttl_h2 {
  font-size: 1.6rem;
}
.sidebar_container .h2_ttl .ttl_h2:before {
  width: 1.5rem;
}

.subsection_ttl {
  font-size: 3rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.075em;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .subsection_ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .subsection_ttl {
    font-size: 2.4rem;
  }
}

.side_category {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .side_category {
    max-width: 100%;
  }
}
.side_category .cat-item {
  width: 100%;
  border-bottom: 1px solid #d5dee1;
  position: relative;
}
.side_category .cat-item a {
  font-family: "Shippori Mincho", serif;
  padding: 25px;
  font-size: 1.6rem;
  color: #5e5e5e;
  position: relative;
  display: block;
}
.side_category .cat-item a span {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  color: #5e5e5e;
  letter-spacing: 0.05em;
  margin-left: 2rem;
}
.side_category .cat-item a .arrow-right {
  line-height: 1;
  width: 15px;
  height: 4px;
  border-right: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  transform: skew(45deg);
  display: block;
  position: absolute;
  top: 45%;
  right: 11%;
}
.side_category .cat-item a:hover {
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(238, 238, 238, 0.94));
  background-size: 100% 100%;
  background-position: 100% 50%; /* 右端から中央へ */
  animation: bggradient 1s ease;
}
.side_category .cat-item a:hover .arrow-right {
  right: 7%;
  transition: all 0.4s;
}

.cate_list {
  font-weight: 500;
}

/************************************************
お知らせ詳細　投稿
*************************************************/
.archive_container .archive_box h3 {
  padding: 1rem 2rem;
  border-bottom: 1px solid #d5dee1;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.archive_container .archive_box h3 span {
  font-size: 1.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 599px) {
  .archive_container .archive_box h3 {
    font-size: 2.3rem;
  }
}
.archive_container .archive_box h4 {
  padding: 1rem 2rem;
  border-left: 2px solid #6eb9d8;
  color: #5e5e5e;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}
.archive_container .archive_box h4 span {
  font-family: "Outfit", sans-serif;
  margin-left: 2.4rem;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .archive_container .archive_box h4 span {
    font-size: 12px;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .archive_container .archive_box h4 {
    font-size: 2rem;
  }
}
.archive_container .archive_box h5 {
  font-size: 1.6rem;
  color: #5e5e5e;
  padding: 0 2rem;
  margin: 6rem 1.5rem 4rem;
  position: relative;
}
.archive_container .archive_box h5::before {
  display: block;
  content: "";
  background-color: #d5dee1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -5px;
}
.archive_container .archive_box img {
  display: block;
  margin: 0 auto 5rem;
  width: 45rem;
  height: 33rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive_container .archive_box p {
  margin-bottom: 5rem;
}
.archive_container .archive_box p strong {
  font-weight: bold;
  font-family: sans-serif;
}
.archive_container .archive_box .h2_sub {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .archive_container .archive_box .h2_sub {
    margin-bottom: 0;
  }
}
.archive_container .archive_box .befaf {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 8rem;
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 599px) {
  .archive_container .archive_box .befaf {
    flex-direction: column;
    margin: 0 auto 8rem;
    gap: 10rem 0;
  }
}
.archive_container .archive_box .befaf div {
  width: 33rem;
  aspect-ratio: 33/23;
  display: block;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .archive_container .archive_box .befaf div {
    margin: 0 auto;
    position: relative;
  }
}
.archive_container .archive_box .befaf div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive_container .archive_box .befaf div span {
  font-family: "Outfit", sans-serif;
  margin-bottom: 1rem;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  color: #6eb9d8;
}
@media screen and (max-width: 599px) {
  .archive_container .archive_box .befaf div:nth-of-type(1)::after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 30px;
    background-image: url(images/icon_arrow_down.svg);
    background-size: cover;
    bottom: -8rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.archive_container .archive_box .befaf .arrow-right {
  position: absolute;
  top: 60%;
  right: 48%;
  transform: translate(-50%, -50%);
  line-height: 1;
  width: 30px;
  height: 8px;
  border-right: 1px solid #6eb9d8;
  border-bottom: 1px solid #6eb9d8;
  transform: skew(45deg);
  display: block;
}
@media screen and (max-width: 599px) {
  .archive_container .archive_box .befaf .arrow-right {
    display: none;
  }
}
.archive_container .archive_box .befaf .other {
  padding-top: 5rem;
}
.archive_container .archive_box .befaf_multiple {
  text-align: center;
  margin-bottom: 5rem;
}
.archive_container .archive_box .befaf_multiple span {
  font-family: "Outfit", sans-serif;
  margin-bottom: 0;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  color: #6eb9d8;
}
.archive_container .archive_box .befaf_multiple .img_ctn {
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  gap: 0 1rem;
  padding: 1rem;
  margin: 0 auto;
  position: relative;
}
.archive_container .archive_box .befaf_multiple .img_ctn li {
  width: 23rem;
  height: 13rem;
  padding-left: 0;
  margin-bottom: 0;
}
.archive_container .archive_box .befaf_multiple .img_ctn li::before {
  display: none;
}
.archive_container .archive_box .befaf_multiple .img_ctn li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive_container .archive_box .befaf_multiple .img_ctn:first-of-type {
  margin-bottom: 10rem;
}
.archive_container .archive_box .befaf_multiple .img_ctn:first-of-type::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 40px;
  background-image: url(images/icon_arrow_down.svg);
  background-size: cover;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
}
.archive_container .archive_box .befaf_multiple .arrow-right {
  position: absolute;
  bottom: -2rem;
  right: 48%;
  transform: translate(-50%, -50%);
  line-height: 1;
  width: 30px;
  height: 8px;
  border-right: 1px solid #6eb9d8;
  border-bottom: 1px solid #6eb9d8;
  transform: skew(45deg);
  display: block;
}
.archive_container ul {
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  padding: 6rem 4rem;
  line-height: 1.4;
  border: 1px solid #6eb9d8;
  margin: 4rem 0;
}
@media screen and (max-width: 1024px) {
  .archive_container ul {
    padding: 8rem 6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .archive_container ul {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 4rem 2rem;
    border-radius: 2rem;
  }
}
.archive_container ul li {
  padding-left: 3.6rem;
  position: relative;
}
.archive_container ul li:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 599px) {
  .archive_container ul li:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.archive_container ul li::before {
  display: block;
  content: "";
  background-color: #d5dee1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 10px;
}
@media screen and (max-width: 599px) {
  .archive_container ul li::before {
    top: 4px;
  }
}
.archive_container table {
  border-top: 1px solid #ccc;
  margin: 8rem 0;
}
@media screen and (max-width: 599px) {
  .archive_container table {
    margin: 4rem 0;
  }
}
@media screen and (max-width: 599px) {
  .archive_container table tr:last-of-type td {
    border-bottom: 1px solid #fff;
  }
}
.archive_container table th,
.archive_container table td {
  letter-spacing: 0.075em;
  line-height: 1.4;
  padding: 4rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
  .archive_container table th,
  .archive_container table td {
    padding: 2rem;
  }
}
.archive_container table th {
  font-size: 1.8rem;
  width: 36%;
  background: #6eb9d8;
  text-align: right;
  vertical-align: middle;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .archive_container table th {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .archive_container table th {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
}
.archive_container table td {
  width: 60%;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .archive_container table td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
}

/*************************************************
access
*************************************************/
#station .txt_ctn {
  width: 65%;
  margin: 0 auto 5.5rem 0;
}
@media screen and (max-width: 599px) {
  #station .txt_ctn {
    width: 100%;
  }
}
#station .photo_ctn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13rem;
}
@media screen and (max-width: 599px) {
  #station .photo_ctn {
    flex-direction: column;
  }
}
#station .photo_ctn li {
  width: 30%;
}
@media screen and (max-width: 599px) {
  #station .photo_ctn li {
    width: 85%;
    margin: 0 auto 3rem;
  }
}
#station .photo_ctn li img {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
  #station .photo_ctn li img {
    margin-bottom: 2rem;
  }
}
#station .photo_ctn li h3 {
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 1.6rem;
  color: #363636;
}
@media screen and (max-width: 599px) {
  #station .photo_ctn li h3 {
    font-size: 14px;
  }
}
#station .photo_ctn li p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  #station .photo_ctn li p {
    font-size: 12px;
  }
}
#station span {
  width: 60%;
  display: block;
  margin: -45rem -15% 10rem auto;
}
@media screen and (max-width: 1024px) {
  #station span {
    display: none;
  }
}
#station span img {
  width: 100%;
}
#station .station_accs {
  width: 50%;
  margin: 0 auto 6rem 0;
}
@media screen and (max-width: 1024px) {
  #station .station_accs {
    width: 100%;
  }
}
#station .station_accs .ctt {
  display: flex;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #station .station_accs .ctt {
    flex-direction: column;
  }
}
#station .station_accs .ctt img {
  width: 34px;
  margin-right: 4rem;
}
@media screen and (max-width: 599px) {
  #station .station_accs .ctt img {
    margin: 0 auto 3rem;
  }
}
#station .station_accs .ctt ul {
  padding-left: 5.4rem;
  padding-top: 1.5rem;
  border-left: 1px solid #d5dee1;
}
@media screen and (max-width: 599px) {
  #station .station_accs .ctt ul {
    border-left: none;
  }
}
#station .station_accs .ctt ul li {
  margin-bottom: 3.8rem;
  font-size: 14px;
  position: relative;
}
#station .station_accs .ctt ul li::before {
  position: absolute;
  left: -1.8rem;
  top: 3px;
  display: block;
  content: "";
  background-color: #d5dee1;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
#station .station_accs .ctt:nth-child(2) img {
  width: 28px;
}


/*************************************************
recruit
*************************************************/
@media screen and (max-width: 599px) {
  #recruit_top {
    background-image: none;
  }
}
#recruit_top .ctn {
  display: flex;
  gap: 5.6%;
}
@media screen and (max-width: 1024px) {
  #recruit_top .ctn {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #recruit_top .ctn {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0rem;
  }
}
#recruit_top .ctn:nth-child(1) {
  margin-bottom: 10rem;
}
#recruit_top .ctn:nth-child(1) .ctt {
  width: 54.8%;
  margin-left: calc(50% - 50vw);
}
#recruit_top .ctn:nth-child(2) {
  flex-direction: row-reverse;
  align-items: end;
  margin-top: -10rem;
}
#recruit_top .ctn:nth-child(2) .ctt {
  width: 41.2%;
  margin-right: calc(50% - 50vw);
  margin-left: 5.6%;
}
#recruit_top .ctn .ctt {
  position: relative;
}
#recruit_top .ctn .ctt img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #recruit_top .ctn .ctt {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  #recruit_top .ctn .ctt {
    display: contents;
  }
  #recruit_top .ctn .ctt img {
    order: 2;
    margin-bottom: 4rem;
    margin-left: -10px;
  }
}
#recruit_top .ctn .ctt_right {
  width: 50%;
  max-width: 580px;
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  #recruit_top .ctn .ctt_right {
    width: 100%;
  }
}
#recruit_top .ctn .ctt_right .ttl_h2 {
  margin-bottom: 4.4rem;
}
#recruit_top .ctn .ctt_right .btn {
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #recruit_top .ctn .ctt_right .btn {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #recruit_top .ctn .ctt_right {
    margin-left: auto;
    margin-right: auto;
  }
}

#details .h3_ttl {
  margin-left: 8.5rem;
}
@media screen and (max-width: 599px) {
  #details .h3_ttl {
    margin-left: 0;
  }
}
#details .wrap {
  padding: 2rem;
  width: 97%;
  margin: 0 0 0 auto;
  background-color: #ffffff;
}
@media screen and (max-width: 599px) {
  #details .wrap {
    padding: 1rem;
  }
}
#details .table {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #details .table {
    width: 100%;
  }
}
#details .table tr {
  border-bottom: #d5dee1 1px solid;
  padding: 9.5rem 0;
}
@media screen and (max-width: 1024px) {
  #details .table tr {
    padding: 2rem 0;
  }
}
#details .table tr th {
  width: 22.6500566251%;
  font-size: 1.6rem;
  color: #6eb9d8;
  padding: 35px 75px 35px 30px;
}
@media screen and (max-width: 1024px) {
  #details .table tr th {
    padding: 30px 10px 20px 0;
    width: 26.9841269841%;
    font-size: 14px;
  }
}
#details .table tr td {
  text-align: left;
  width: 85.5633802817%;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 30px 20px 30px 75px;
}
@media screen and (max-width: 599px) {
  #details .table tr td {
    padding: 30px 0px 20px 0;
    width: 79.3650793651%;
    font-size: 14px;
    letter-spacing: 0.05rem;
  }
}
#details .table tr:last-child {
  border-bottom: none;
}/*# sourceMappingURL=style.css.map */

/* --- 選ばれる理由セクション --- */
#reason {
  padding: 100px 0;
  background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

#reason .h2_ttl {
  text-align: center;
  margin-bottom: 60px;
}

#reason .reasons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
/*   max-width: 1000px; */
  margin: 0 auto;
}

/* --- 各項目コンテナ --- */
.reason_item {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reason_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: radial-gradient(circle at 10% 20%, #d9f1fb 0%, transparent 60%);
  z-index: 0;
  transition: opacity 0.3s ease;
  opacity: 0.4;
}

.reason_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* --- list内2カラム --- */
.reasons li {
    display: flex;
}
.reason_img {
	flex:2;
	padding: 10px 20px;
}
.reason_txt {
	flex:3;
	padding: 10px 20px;
	margin: auto;
}

/* --- 番号バッジ --- */
.reason_number {
  font-size: 32px;
  font-weight: bold;
  color: #00a3d4;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 1;
}

/* --- 見出し --- */
.reason_item h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 25px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

/* --- 本文 --- */
.reason_item .p_box {
  position: relative;
  z-index: 1;
}

.reason_item .p_box p {
  font-size: 16px;
  color: #444;
  line-height: 1.9;
  margin-bottom: 12px;
}
img {
    width: 100%;
}
/* --- スマホ対応 --- */
@media screen and (max-width: 768px) {
  #reason {
    padding: 60px 20px;
  }

  .reason_item {
    padding: 30px 20px;
  }

  .reason_item h3 {
    font-size: 20px;
  }

  .reason_number {
    font-size: 26px;
  }

  .reason_item .p_box p {
    font-size: 15px;
  }
.reasons li {
	flex-direction: column;
	}
}
/* --- 選ばれる理由セクション --- */
#care_point {
  padding: 100px 0;
  background: #f9fbfd;
  margin-bottom: 30px;
}

#care_point .h2_ttl {
  text-align: center;
  margin-bottom: 50px;
}

.care_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.care_card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  padding: 30px 20px;
/*   text-align: center; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.care_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.care_card .icon {
  font-family: "Font Awesome 6 Free";
  font-size: 40px;
  color: #00a3d4;
  margin-bottom: 20px;
  text-align: center;
}
.care_card .icon i {
  font-family: "Font Awesome 6 Free"; /* 明示的に指定 */
  font-weight: 900;                   /* Solidアイコンを表示するために必須 */
  font-style: normal;                 /* 念のため指定 */
  font-size: 40px;
  color: #00a3d4;
  margin-bottom: 20px;
  display: inline-block;
}

.care_card h3 {
	font-size: 17px;
  font-weight: bold;
  color: #00a3d4;
  margin: 20px 0 30px;
  text-align: center;
}

.care_card p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
}

/* モバイル対応：1カラム */
@media screen and (max-width: 768px) {
  .care_cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .care_card {
    padding: 25px 20px;
  }

  .care_card h3 {
	  font-size: 17px;
  }

  .care_card p {
    font-size: 14.5px;
  }
}


/* --- ピックアップ診療 --- */
#pick {
	padding: 100px 0;
}
#pick .h2_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.flex_box,
.flex_box2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
	background-color: #e9eef0;
  position: relative;
  gap: 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease;
	box-shadow: 0 5px 15px rgb(122 188 205 / 10%);
}
.flex_box:hover,
.flex_box2:hover {
  transform: translateY(-5px);
	box-shadow: 0 10px 20px #e6e8f0;
}

.vertical-text,
.vertical-text2-2 {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
	color: #6ca9bb;
	border-left: 3px solid #6ca9bb;
	padding-left: 0;
}
.vertical-text {
  left: 10px;
}
.vertical-text2-2 {
  right: 58%;
}

.pickupbox2,
.pickupbox2-2 {
  width: 60%;
  padding: 20px 25px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pickupbox2 h3,
.pickupbox2-2 h3 {
  font-size: 26px;
  color: #00a3d4;
  margin-bottom: 10px;
}
.pickupbox2 .catch,
.pickupbox2-2 .catch {
  font-size: 18px;
  color: #0090bb;
  font-weight: bold;
  margin-bottom: 10px;
}
.pickupbox2 p,
.pickupbox2-2 p {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
}

.pickupbox1 {
  width: 40%;
  display: flex;
  justify-content: center;
  margin: 10px;
}
.pickup-image {
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .flex_box,
  .flex_box2 {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    margin-bottom: 20px;
  }
	.pickupbox1 {
		order: -1;
		width: 100%;
		margin: 0 0 20px;
	}
  .pickupbox2,
  .pickupbox2-2,
  .pickupbox1 {
    width: 100%;
    margin: 0;
  }
  .pickup-image {
    width: 100%;
    height: auto;
  }
  .vertical-text,
  .vertical-text2-2 {
    display: none;
  }
	.pickupbox2 .catch,
	.pickupbox2-2 .catch {
		font-size: 15px;
}
}

/* --- 症例 --- */
/* 色変数 */
:root {
  --color-pink01-light: #edf5f9;
  --color-pink01-dark: #7aa2b5;
  --color-pink02-light: #e8f6fc;
  --color-pink02-dark: #5c93b3;
  --color-pink03-light: #f4f7f8;
  --color-pink03-dark: #4e728f;
  --color-border-pink01: #9fb2bd;
  --color-border-pink02: #a4c3d7;
  --color-border-pink03: #99b4c3;
}

/*---------------------------------------------------------------------  
  理想(症例ブロック)  
---------------------------------------------------------------------*/
#dream {
	padding: 100px 0;
}
#dream .h2_ttl {
	text-align: center;
	margin-bottom: 50px;
}
span.color {
  font-size: 50px;
  background: linear-gradient(135deg, var(--color-pink01-dark), var(--color-pink02-dark), var(--color-pink03-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dreamsec {
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 12px 12px;
  background-color: #fff;
}
.dreamsec {
  font-family: 'Noto Serif JP', serif;
}


.rejuvenation-block {
  background: #f9f6f2;
  padding: 60px 20px;
  position: relative;
  max-width: 1400px;
  margin: 20px auto;
}

.rejuvenation-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
  align-items: flex-start;
}


.rejuvenation-left {
  flex: 1 1 50%;
}

.rejuvenation-right {
  flex: 1 1 45%;
  margin: auto;
}

.rejuvenation-right img {
  width: 100%;
  border-radius: 4px;
}

.rejuvenation-number {
  font-size: 72px;
  font-weight: bold;
  color: var(--color-pink01-dark);
  line-height: 1;
  margin-bottom: 16px;
  font-family: 'Noto Serif JP', serif;
}

.rejuvenation-left h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}

.rejuvenation-left .accent {
  color: var(--color-pink01-dark);
  font-weight: bold;
  font-size: 26px;
}

.rejuvenation-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 24px;
}

.rejuvenation-box {
  display: flex;
  gap: 20px;
  align-items: center;
  border-top: 3px solid var(--color-border-pink01);
  padding-top: 20px;
}

.before-after-img img {
  width: 120px;
  height: auto;
}

.rejuvenation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rejuvenation-list li {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.rejuvenation-list .check {
  color: var(--color-pink01-dark);
  font-weight: bold;
  margin-right: 8px;
}

.caption {
  font-size: 12px;
  color: #666;
  text-align: right;
  max-width: 1200px;
  margin: 10px auto 0;
}

.readmore {
  text-align: right;
  font-size: 14px;
  margin-top: 8px;
  margin-right: 20px;
  color: #444;
}

.readmore span {
  font-size: 12px;
}
/* 色 */
/* ─── 01：鮮やかピンク ─── */
.rejuvenation-block.pink01 {
  background: var(--color-pink01-light);
}
.pink01 .rejuvenation-number,
.pink01 .accent,
.pink01 .check {
  color: var(--color-pink01-dark);
}
.pink01 .rejuvenation-box {
  border-top: 3px solid var(--color-border-pink01);
}

/* ─── 02：ローズピンク ─── */
.rejuvenation-block.pink02 {
  background: var(--color-pink02-light);
}
.pink02 .rejuvenation-number,
.pink02 .accent,
.pink02 .check {
  color: var(--color-pink02-dark);
}
.pink02 .rejuvenation-box {
  border-top: 3px solid var(--color-border-pink02);
}

/* ─── 03：ワインローズ系 ─── */
.rejuvenation-block.pink03 {
  background: var(--color-pink03-light);
}
.pink03 .rejuvenation-number,
.pink03 .accent,
.pink03 .check {
  color: var(--color-pink03-dark);
}
.pink03 .rejuvenation-box {
  border-top: 3px solid var(--color-border-pink03);
}

.twentytwenty {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  height: 416px;
}

.twentytwenty img {
  width: 100%;
  height: auto;
  display: block;
}
/* ----------------------------------------------------  
タブレット（768px～1024px）  
---------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
/* ----------------------------------------------------  
スマホ用（〜767px）  
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .rejuvenation-block.pink02 .rejuvenation-inner {
    flex-direction: column-reverse;
  }

  .rejuvenation-block.pink02 .rejuvenation-right {
    width: 100%;
    display: block;
  }

  .rejuvenation-block.pink02 .twentytwenty {
    min-height: 200px; /* 必要に応じて調整 */
  }
  span.color {
    font-size: 40px;
  }
	.rejuvenation-left h3 {
		font-size: 20px;
}
	.rejuvenation-list li {
		font-size: 14px;
	}
}

.pickup-btn {
  margin: 20px 0;
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(135deg, #a0d8ef, #7ecce4); 
  color: #fff;
  font-weight: 600;
/*   font-size: 1rem; */
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 6px 15px rgba(126, 204, 228, 0.3);
  transition: all 0.3s ease;
}
.pickup-btn:hover {
  background: linear-gradient(135deg, #7ecce4, #60b3d3);
  box-shadow: 0 8px 18px rgba(96, 179, 211, 0.4);
  transform: translateY(-2px);
}

#menu img {
    width: 80%;
}


/* =========================================
   インプラントとは
   ========================================= */
.h3box {
  width: 100%;
}
.menu_top .recommend_implant {
  --brand: #3a8dde;          /* 必要に応じてブランド色に変更 */
  --border: #e8ecef;
  --muted: #6b7280;
  --bg: #fff;
  margin-top: 28px;
}

.menu_top .recommend_implant .ttl_h3 {
  font-weight: 700;
  font-size: clamp(18px, 2.6vw, 25px);
  letter-spacing: .02em;
  margin: 0 0 10px;
}

.menu_top .recommend_implant > p {
  margin: 0 0 12px;
  line-height: 1.9;
  color: #111827;
}

.menu_top .recommend_implant .recommend_list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.menu_top .recommend_implant .recommend_list li {
  position: relative;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 16px 14px 48px;
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
}

/* アイコン（✓） */
.menu_top .recommend_implant .recommend_list li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #fff;
  background: var(--brand);
  border-radius: 50%;
  line-height: 1;
}

.menu_top .recommend_implant .item_ttl {
  display: block;
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 1.6;
  font-size: 20px;
}
span.col {
  color: #3a8dde;
  font-weight: 700;
}
.menu_top .recommend_implant .recommend_list p {
  margin: 0;
  line-height: 1.9;
}

.menu_top .recommend_implant .recommend_note {
  margin-top: 14px;
  font-size: 14px;
  color: var(--muted);
  background: #f8fafc;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .menu_top .recommend_implant .recommend_list {
    grid-template-columns: 1fr;
  }
  .menu_top .recommend_implant .recommend_list li {
    padding-left: 44px;
  }
  .menu_top .recommend_implant .item_ttl {
    font-size: 18px;
  }
}


/* ================================
   インプラント・ブリッジ・入れ歯 比較表
   ================================ */
.table_wrap {
    margin: 70px 0;
}
.compimg {
  width: 80%;
  margin: 0 auto 10px;
}
.sec_compare { 
  margin-top: 48px;
}

/* テーブルの外枠（スマホ横スクロール） */
.sec_compare .table_wrap {
  margin-top: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e5e7eb; /* 明るいグレー */
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
}

/* テーブル本体 */
.under_table-compare {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
  font-size: 16px;
  line-height: 1.7;
}

/* ヘッダー行（スティッキー） */
.under_table-compare thead th {
  /* position: sticky;
  top: 0; */
  background: #f7f9fc;
  z-index: 2;
  font-weight: 700;
  text-align: center;
}

/* 角丸（外枠に合わせる） */
.under_table-compare thead th:first-child { border-top-left-radius: 12px; vertical-align: middle;}
.under_table-compare thead th:last-child  { border-top-right-radius: 12px; }

/* セル共通 */
.under_table-compare th,
.under_table-compare td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e8ecef;
  border-right: 1px solid #f1f3f5;
  background: #fff;
}

/* 行見出し（左端）を少し強調 */
.under_table-compare tbody th[scope="row"] {
  background: #fbfbfb;
  font-weight: 700;
  white-space: nowrap;
  min-width: 10em;
}

/* 最右列の罫線を消す */
.under_table-compare tr td:last-child,
.under_table-compare tr th:last-child {
  border-right: none;
}

/* ゼブラ行（読みやすさ向上） */
.under_table-compare tbody tr:nth-child(even) td {
  background: #fcfcfd;
}

/* 備考とボタンの余白（既存の .btn スタイルは尊重） */
.sec_compare .note {
  margin: 12px 12px 0;
  font-size: 13px;
  color: #6b7280; /* グレイッシュ */
}
.sec_compare .btn { 
  margin-top: 20px; 
  display: flex; 
  justify-content: center; 
}

/* --- レスポンシブ微調整 --- */
@media (max-width: 768px) {
.under_table-compare tbody th[scope="row"] {
  white-space: normal;
  min-width: 93px;
}
  .under_table-compare { 
    min-width: 100%;   /* ← 少し狭く */
    font-size: 14px;    /* ← 小さめ文字 */
  }
  .under_table-compare th, 
  .under_table-compare td { 
    padding: 10px 8px; /* ← コンパクトに */
  }
  .sec_compare .note { font-size: 12px; }

  /* スクロール案内を表示 */
  .sec_compare .table_wrap::after {
    content: "← スクロールできます →";
    display: block;
    font-size: 12px;
    color: #9ca3af;
    text-align: center;
    margin: 6px 0;
  }
}
/* ================================
   上本町で選ばれる理由セクション
   ================================ */
.sec_reasons {
  --brand: #3a8dde;
  --border: #e8ecef;
  --muted: #6b7280;
  --bg: #fff;
  margin-top: 48px;
}

.sec_reasons .lead {
  margin-top: 8px;
  color: #111827;
  line-height: 1.9;
}

/* リスト全体 */
.sec_reasons .reasons_list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

/* 各カード：画像＋テキストの2カラム（SPは1カラム） */
.sec_reasons .reason_item {
  display: flex;
  /* grid-template-columns: 1fr 1.4fr; */
  gap: 20px;
  align-items: stretch;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
  padding: 0; /* 内側は .txt 側で余白管理 */
}

/* 偶数行は左右反転でリズム付け */
@media (min-width: 901px) {
  .sec_reasons .reason_item:nth-child(even) .img { order: 2; }
  .sec_reasons .reason_item:nth-child(even) .txt { order: 1; }
}

/* 画像側 */
.sec_reasons .reason_item .img {
  position: relative;
  min-height: 220px;
  flex: 2;
  padding: 20px;
}

.sec_reasons .reason_item .img img {
  width: 100%;
  /* height: 100%; */
  display: block;
  object-fit: cover;
  margin: 0;
}

/* テキスト側 */
.sec_reasons .reason_item .txt {
  padding: 18px 18px 16px;
  flex: 3;
}

.sec_reasons .reason_item .ttl_h3 {
  font-weight: 700;
  font-size: clamp(18px, 1.6vw, 20px);
  line-height: 1.5;
  margin: 0 0 8px;
}

/* 骨造成の小見出しリスト */
.sec_reasons .methods {
  margin: 12px 0 6px;
  padding: 10px 12px;
  border: 1px dashed var(--border);
  border-radius: 10px;
  background: #fafcff;
  font-size: 15px;
}

.sec_reasons .methods dt {
  font-weight: 700;
  margin-top: 8px;
}

.sec_reasons .methods dd {
  margin: 2px 0 6px 0;
  color: #374151;
  line-height: 1.8;
}

/* 注釈 */
.sec_reasons .note {
  margin-top: 8px;
  font-size: 14px;
  color: var(--muted);
}

/* 無料相談バナー */
.sec_reasons .free_consult_banner {
  /* margin-top: 24px; */
  padding: 18px 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: linear-gradient(0deg, #f7fbff, #ffffff);
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.sec_reasons .free_consult_banner .copy {
  margin: 0;
  font-weight: 700;
  font-size: clamp(16px, 2.2vw, 18px);
}
.sec_reasons .free_consult_banner .copy span {
  color: var(--brand);
}

.sec_reasons .free_consult_banner .btn {
  display: inline-block;
  font-size: 15px;
  margin: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--brand);
  color: #fff;
  background: var(--brand);
  text-decoration: none;
  font-weight: 700;
  transition: transform .06s ease, box-shadow .2s ease, opacity .2s ease;
}
.sec_reasons .free_consult_banner .btn:hover {
  opacity: .92;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(58,141,222,.18);
}
.spbr {
	display:none;
}
/* レスポンシブ */
@media (max-width: 900px) {
  .sec_reasons .reason_item {
    flex-direction: column;
    }
  .sec_reasons .reason_item .img { 
    min-height: 180px; 
  }
.under_table-compare thead p {
  font-size: 10px;
}
.spbr {
        display: block;
    }
}