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

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1vw;
}

#lower {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #lower {
    margin-bottom: 8vw;
  }
}
#lower .lower {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 30vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 60vw;
  }
}
#lower .lower .lower_title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#lower .lower .lower_title h2 {
  color: #fff;
  letter-spacing: 0.2vw;
}
#lower .mv_menu {
  width: 85%;
  margin: auto;
  padding: 2vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .mv_menu {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #lower .mv_menu {
    display: none !important;
  }
}
#lower .mv_menu .main_menu {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lower .mv_menu .main_menu li {
  border-left: 1px solid #587858;
  padding: 0 2vw;
}
#lower .mv_menu .main_menu li:first-child {
  border: none;
}
#lower .mv_menu .main_menu li:nth-child(5) {
  position: relative;
}
#lower .mv_menu .main_menu li:nth-child(5) a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
  flex-flow: row !important;
}
#lower .mv_menu .main_menu li i {
  margin-left: 5px;
  transition: 0.3s;
}
#lower .mv_menu .main_menu li:hover i {
  transform: rotate(180deg);
}
#lower .mv_menu .main_menu li:hover .sub_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#lower .mv_menu .main_menu li a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-size: 1vw;
  color: #587858;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .mv_menu .main_menu li a {
    font-size: 2vw;
  }
}
#lower .mv_menu .main_menu li a span {
  text-align: center;
  font-size: 0.8vw;
  color: #B79E74;
}
#lower .mv_menu .main_menu li .sub_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #587858;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
  list-style: none;
}
#lower .mv_menu .main_menu li .sub_menu li {
  border-bottom: 1px solid #eee;
}
#lower .mv_menu .main_menu li .sub_menu a {
  color: #fff;
  text-align: center;
  padding: 1vw 0;
}

p {
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3.4vw;
    line-height: 8vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4vw;
  }
}

h5 {
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3.5vw;
  }
}

.main_headline {
  width: 100%;
  margin-bottom: 4vw;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 1vw;
}
@media screen and (max-width: 768px) {
  .main_headline {
    margin-bottom: 8vw;
    padding: 3vw 0;
  }
}
.main_headline h3 {
  color: #587858;
  letter-spacing: 0.3vw;
  font-weight: 400;
  font-family: "Lora", serif;
}
.main_headline h5 {
  color: #587858;
}

.sub_headline {
  text-align: center;
  width: 100%;
  padding: 1.5vw 0;
  border-top: 1px solid #587858;
  border-bottom: 1px solid #587858;
  color: #587858;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  .sub_headline {
    padding: 3vw 0;
    margin-bottom: 6vw;
  }
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999999999;
  overflow: hidden;
}

#header_sp {
  height: 100px;
  display: flex;
  position: fixed;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header_sp {
    height: 12vw;
  }
}
@media screen and (max-width: 768px) {
  #header_sp {
    height: 50px;
  }
}
#header_sp .header_sp_left {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header_sp .header_sp_left {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #header_sp .header_sp_left {
    width: calc(100% - 50px);
    height: 50px;
  }
}
#header_sp .header_sp_left .header_logo {
  height: 95%;
  padding: 1vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header_sp .header_sp_left .header_logo {
    height: 75%;
  }
}
#header_sp .header_sp_left .header_logo a {
  display: block;
  height: 100%;
}
#header_sp .header_sp_left .header_logo img {
  height: 100%;
}
#header_sp .header_sp_left .header_address {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  #header_sp .header_sp_left .header_address {
    display: none !important;
  }
}
#header_sp .header_sp_left .header_address p {
  color: #587858;
}
#header_sp .header_tel {
  display: block;
  text-decoration: none;
  width: calc(30% - 100px);
  height: 100px;
  background-color: #63B765;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header_sp .header_tel {
    width: calc(40% - 100px);
  }
}
@media screen and (max-width: 768px) {
  #header_sp .header_tel {
    display: none !important;
  }
}
#header_sp .header_tel h4 i {
  margin-right: 0.5vw;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 0vw;
  top: 0vw;
  width: 100px;
  height: 100px;
  cursor: pointer;
  text-align: center;
  background-color: #86CB88;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 50px;
    height: 50px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 45%;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  transition: 0.3s ease-in-out;
}

.hamburger p {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 1.2vw;
  font-family: "Cinzel", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .hamburger p {
    font-size: 3vw;
  }
}

.hamburger span:nth-child(1) {
  top: 30%;
}

.hamburger span:nth-child(2) {
  top: 40%;
}

.hamburger span:nth-child(3) {
  top: 50%;
}

.hamburger p {
  top: 50%;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  left: 41%;
  top: 19%;
  background: #fff;
  transform: rotate(-45deg) translate(-50%, -50%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger.active span:nth-child(1) {
    left: 43%;
  }
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  left: 40%;
  top: 52%;
  background: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    left: 41%;
    top: 52%;
  }
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-50%, -50%);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  left: auto;
  width: 40%;
  height: 100vh;
  background: #86CB88;
  transform: translateX(100%);
  transition: transform 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp {
    width: 100%;
  }
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp ul {
    width: 80%;
  }
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}
nav.globalMenuSp ul li .sub_menu {
  background-color: #63B765;
  padding: 1vw;
  margin-left: auto;
  margin-right: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li .sub_menu {
    padding: 1vw 3vw;
  }
}
nav.globalMenuSp ul li .accordion-toggle img {
  transition: 0.3s;
}
nav.globalMenuSp ul li .accordion-toggle.open img {
  transform: rotate(-90deg);
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  gap: 0.5vw;
  padding: 1em 0;
  font-size: 1vw;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp ul li a {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 3.2vw;
  }
}
nav.globalMenuSp ul li a span {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp ul li a span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a span {
    font-size: 2vw;
    margin-top: 1vw;
  }
}
nav.globalMenuSp ul li a button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5vw 2vw;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  width: 40%;
  font-size: 2.8vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a button {
    width: 65%;
    padding: 3vw 0;
    font-size: 4vw;
  }
}
nav.globalMenuSp ul li a button i {
  font-size: 4vw;
  margin-right: 2vw;
}
nav.globalMenuSp ul li a button img {
  width: 5.5vw;
  margin-right: 2vw;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0);
}

#mv {
  width: 100vw;
  padding-top: 100px;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #mv {
    padding-top: 50px;
    margin-bottom: 24vw;
  }
}
#mv .mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  #mv .mv .mv-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .mv .mv-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv-sp {
    display: none !important;
  }
}
#mv .mv .slide-images {
  width: 100vw;
}
#mv .mv .slide-images video {
  width: 100%;
  vertical-align: top;
}
#mv .mv .slide-images .mv_point01 {
  position: absolute;
  top: 0;
  left: 0;
}
#mv .mv .slide-images .mv_point02 {
  position: absolute;
  bottom: 0;
  right: 0;
}
#mv .mv .slide-images .mv_text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 5%;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .slide-images .mv_text {
    top: 10%;
  }
}
#mv .mv .slide-images .mv_text h4, #mv .mv .slide-images .mv_text h3, #mv .mv .slide-images .mv_text h2 {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.5vw;
}
#mv .mv .slide-images .mv_text h4 span, #mv .mv .slide-images .mv_text h3 span, #mv .mv .slide-images .mv_text h2 span {
  font-size: 5vw;
}
#mv .mv .slide-images .mv_time {
  position: absolute;
  top: 67%;
  right: 5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .slide-images .mv_time {
    top: 63%;
    right: 2%;
  }
}
#mv .mv .slide-images .mv_time p {
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .slide-images .mv_time p {
    line-height: 2.4vw;
  }
}
#mv .mv .slide-images .mv_time table {
  border-collapse: collapse;
  background-color: #fff;
  padding: 1vw;
}
#mv .mv .slide-images .mv_time table tr {
  margin: 1vw;
}
#mv .mv .slide-images .mv_time table tr:first-child td {
  color: #587858;
}
#mv .mv .slide-images .mv_time table tr:nth-child(2) td, #mv .mv .slide-images .mv_time table tr:last-child td {
  color: #86CB88;
}
#mv .mv .slide-images .mv_time table tr:nth-child(2) td:nth-child(5), #mv .mv .slide-images .mv_time table tr:nth-child(2) td:nth-child(8), #mv .mv .slide-images .mv_time table tr:nth-child(2) td:nth-child(9), #mv .mv .slide-images .mv_time table tr:last-child td:nth-child(5), #mv .mv .slide-images .mv_time table tr:last-child td:nth-child(8), #mv .mv .slide-images .mv_time table tr:last-child td:nth-child(9) {
  color: #587858;
}
#mv .mv .slide-images .mv_time table tr td {
  padding: 1vw;
  font-size: 1vw;
  border-bottom: 1px solid #587858;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .slide-images .mv_time table tr td {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .slide-images .mv_time table tr td {
    font-size: 3.4vw;
  }
}
#mv .mv_menu {
  width: 85%;
  margin: auto;
  padding: 2vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv_menu {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_menu {
    display: none !important;
  }
}
#mv .mv_menu .main_menu {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mv .mv_menu .main_menu li {
  border-left: 1px solid #587858;
  padding: 0 2vw;
}
#mv .mv_menu .main_menu li:first-child {
  border: none;
}
#mv .mv_menu .main_menu li:nth-child(5) {
  position: relative;
}
#mv .mv_menu .main_menu li:nth-child(5) a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
  flex-flow: row !important;
}
#mv .mv_menu .main_menu li i {
  margin-left: 5px;
  transition: 0.3s;
}
#mv .mv_menu .main_menu li:hover i {
  transform: rotate(180deg);
}
#mv .mv_menu .main_menu li:hover .sub_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#mv .mv_menu .main_menu li a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-size: 1vw;
  color: #587858;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv_menu .main_menu li a {
    font-size: 2vw;
  }
}
#mv .mv_menu .main_menu li a span {
  text-align: center;
  font-size: 0.8vw;
  color: #B79E74;
}
#mv .mv_menu .main_menu li .sub_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #587858;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
  list-style: none;
  z-index: 100;
}
#mv .mv_menu .main_menu li .sub_menu li {
  border-bottom: 1px solid #eee;
}
#mv .mv_menu .main_menu li .sub_menu a {
  color: #fff;
  text-align: center;
  padding: 1vw 0;
}
#mv .mv_contents_sp {
  background-color: #86CB88;
  position: relative;
  padding: 8vw 4vw;
}
@media screen and (min-width: 1441px) {
  #mv .mv_contents_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .mv_contents_sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv_contents_sp {
    display: none !important;
  }
}
#mv .mv_contents_sp .mv_point01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
}
#mv .mv_contents_sp .mv_point01 img {
  width: 100%;
}
#mv .mv_contents_sp .mv_point02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
}
#mv .mv_contents_sp .mv_point02 img {
  width: 100%;
}
#mv .mv_contents_sp .mv_text {
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv_contents_sp .mv_text {
    top: 10%;
  }
}
#mv .mv_contents_sp .mv_text h4, #mv .mv_contents_sp .mv_text h3, #mv .mv_contents_sp .mv_text h2 {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.5vw;
}
#mv .mv_contents_sp .mv_text h4 span, #mv .mv_contents_sp .mv_text h3 span, #mv .mv_contents_sp .mv_text h2 span {
  font-size: 5vw;
}
#mv .mv_contents_sp .mv_time {
  width: 95%;
  margin: auto;
  margin-bottom: 4vw;
}
#mv .mv_contents_sp .mv_time p {
  color: #fff;
}
#mv .mv_contents_sp .mv_time table {
  border-collapse: collapse;
  background-color: #fff;
  padding: 1vw;
  width: 100%;
  margin-bottom: 1vw;
}
#mv .mv_contents_sp .mv_time table tr {
  margin: 1vw;
}
#mv .mv_contents_sp .mv_time table tr:first-child td {
  color: #587858;
}
#mv .mv_contents_sp .mv_time table tr:nth-child(2) td, #mv .mv_contents_sp .mv_time table tr:last-child td {
  color: #86CB88;
}
#mv .mv_contents_sp .mv_time table tr:nth-child(2) td:nth-child(5), #mv .mv_contents_sp .mv_time table tr:nth-child(2) td:nth-child(8), #mv .mv_contents_sp .mv_time table tr:nth-child(2) td:nth-child(9), #mv .mv_contents_sp .mv_time table tr:last-child td:nth-child(5), #mv .mv_contents_sp .mv_time table tr:last-child td:nth-child(8), #mv .mv_contents_sp .mv_time table tr:last-child td:nth-child(9) {
  color: #587858;
}
#mv .mv_contents_sp .mv_time table tr td {
  padding: 1vw;
  font-size: 1vw;
  border-bottom: 1px solid #587858;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv_contents_sp .mv_time table tr td {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_contents_sp .mv_time table tr td {
    padding: 2vw;
    font-size: 3.4vw;
  }
}
#mv .mv_contents_sp .header_address {
  width: 50%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #E2F3D3;
}
#mv .mv_contents_sp .header_address img {
  height: 60%;
}
#mv .mv_contents_sp .header_address p {
  color: #587858;
  line-height: 4vw;
}
#mv .mv_contents_sp .header_tel {
  width: 50%;
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  text-decoration: none;
  height: 45px;
  background-color: #63B765;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #fff;
  text-align: center;
}
#mv .mv_contents_sp .header_tel p {
  line-height: 5vw;
}
#mv .mv_contents_sp .header_tel h4 {
  line-height: 4vw;
}
#mv .mv_contents_sp .header_tel h4 i {
  margin-right: 0.5vw;
}

@media screen and (max-width: 768px) {
  #top_feature .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  #top_feature .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_feature .sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_feature .sp {
    display: none !important;
  }
}
#top_feature .feature {
  position: relative;
}
#top_feature .feature .feature_bg01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#top_feature .feature .feature_bg01 img {
  width: 100%;
}
#top_feature .feature .feature_bg02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#top_feature .feature .feature_bg02 img {
  width: 100%;
}
#top_feature .feature .feature_headline {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#top_feature .feature .feature_headline h2 {
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.4vw;
  color: #587858;
  padding: 1vw 2vw;
}
#top_feature .feature .feature_contents .feature_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_feature .feature .feature_contents .feature_content {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content {
    width: 95%;
    margin: auto;
    padding-top: 10vw;
    flex-flow: column-reverse;
    margin-bottom: 16vw;
  }
}
#top_feature .feature .feature_contents .feature_content:nth-child(2) {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content:nth-child(2) {
    margin: auto;
    flex-flow: column;
    margin-bottom: 16vw;
  }
}
#top_feature .feature .feature_contents .feature_content:nth-child(2) .feature_text {
  margin-left: auto;
  margin-right: 0;
}
#top_feature .feature .feature_contents .feature_content:nth-child(2) .feature_image {
  left: 0;
}
#top_feature .feature .feature_contents .feature_content:nth-child(2) .feature_number {
  left: 0;
}
#top_feature .feature .feature_contents .feature_content:nth-child(3) .feature_text {
  width: 60%;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content:nth-child(3) .feature_text {
    width: 100%;
    padding: 0;
  }
}
#top_feature .feature .feature_contents .feature_content:nth-child(3) .feature_text img {
  width: 100%;
  margin-bottom: 1vw;
}
#top_feature .feature .feature_contents .feature_content:nth-child(3) .feature_text h3 {
  position: absolute;
  z-index: 100;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 120%;
  background-color: #fff;
  padding: 1.5vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content:nth-child(3) .feature_text h3 {
    width: 100%;
  }
}
#top_feature .feature .feature_contents .feature_content:nth-child(3) .feature_image {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content:nth-child(3) .feature_image {
    width: 100%;
  }
}
#top_feature .feature .feature_contents .feature_content:nth-child(3) .feature_image h3 {
  color: #408341;
  margin-bottom: 2vw;
  letter-spacing: 0.2vw;
  background-color: #fff;
  padding: 1vw 0;
}
#top_feature .feature .feature_contents .feature_content .feature_text {
  width: 48%;
  margin-top: 15vw;
  background-color: #fff;
  position: relative;
  padding: 4vw;
  padding-bottom: 15vw;
  box-shadow: -5px -5px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_feature .feature .feature_contents .feature_content .feature_text {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content .feature_text {
    width: 100%;
    margin-top: 0;
  }
}
#top_feature .feature .feature_contents .feature_content .feature_text h3 {
  color: #408341;
  margin-bottom: 2vw;
  letter-spacing: 0.2vw;
}
#top_feature .feature .feature_contents .feature_content .feature_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#top_feature .feature .feature_contents .feature_content .feature_text .feature_text_bg01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
}
#top_feature .feature .feature_contents .feature_content .feature_text .feature_text_bg02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
}
#top_feature .feature .feature_contents .feature_content .feature_image {
  width: 48%;
  position: absolute;
  right: 0;
  top: 5vw;
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content .feature_image {
    position: static;
    width: 100%;
  }
}
#top_feature .feature .feature_contents .feature_content .feature_image img {
  width: 100%;
}
#top_feature .feature .feature_contents .feature_content .feature_number {
  position: absolute;
  background-position: center;
  background-size: cover;
  top: 0;
  right: 0;
  width: 10vw;
  height: 10vw;
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content .feature_number {
    width: 20vw;
    height: 20vw;
  }
}
#top_feature .feature .feature_contents .feature_content .feature_number h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 5vw;
  font-weight: 300;
  font-family: "Lora", serif;
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content .feature_number h2 {
    font-size: 8vw;
  }
}
#top_feature .feature .feature_contents .feature_content .feature_number h2::before {
  position: absolute;
  content: "";
  width: 3vw;
  height: 3vw;
  top: 5%;
  left: 5%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
#top_feature .feature .feature_contents .feature_content .feature_number h2::after {
  position: absolute;
  content: "";
  width: 3vw;
  height: 3vw;
  bottom: 5%;
  right: 5%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
#top_feature .feature .feature_contents .feature_content04 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2vw;
  overflow-x: hidden;
  padding-top: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_feature .feature .feature_contents .feature_content04 {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content04 {
    flex-flow: column;
  }
}
#top_feature .feature .feature_contents .feature_content04 .feature_content_headline {
  width: 10vw;
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content04 .feature_content_headline {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content04 .feature_content_headline {
    margin-bottom: 8vw;
  }
}
#top_feature .feature .feature_contents .feature_content04 .feature_content_headline .feature_number {
  background-position: center;
  background-size: cover;
  width: 10vw;
  height: 10vw;
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content04 .feature_content_headline .feature_number {
    width: 20vw;
    height: 20vw;
  }
}
#top_feature .feature .feature_contents .feature_content04 .feature_content_headline .feature_number h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 5vw;
  font-weight: 300;
  font-family: "Lora", serif;
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content04 .feature_content_headline .feature_number h2 {
    font-size: 8vw;
  }
}
#top_feature .feature .feature_contents .feature_content04 .feature_content_headline .feature_number h2::before {
  position: absolute;
  content: "";
  width: 3vw;
  height: 3vw;
  top: 5%;
  left: 5%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
#top_feature .feature .feature_contents .feature_content04 .feature_content_headline .feature_number h2::after {
  position: absolute;
  content: "";
  width: 3vw;
  height: 3vw;
  bottom: 5%;
  right: 5%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
#top_feature .feature .feature_contents .feature_content04 .feature_content_headline h3 {
  writing-mode: vertical-rl;
  background-color: #A6D8A7;
  color: #408341;
  width: 80%;
  padding: 8vw 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.8vw;
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content04 .feature_content_headline h3 {
    writing-mode: unset;
    height: 20vw;
  }
}
#top_feature .feature .feature_contents .feature_content04 .feature_loop {
  width: 85vw;
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content04 .feature_loop {
    width: 95%;
  }
}
#top_feature .feature .feature_contents .feature_content04 .feature_loop .slick-prev {
  top: -5%;
  left: 0;
  width: 3vw;
  height: 3vw;
  background: #fff;
  border: 1px solid #587858;
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content04 .feature_loop .slick-prev {
    display: none !important;
  }
}
#top_feature .feature .feature_contents .feature_content04 .feature_loop .slick-prev:before {
  color: #587858;
  font-family: "Font Awesome 6 Free";
  content: "\f104";
  font-weight: 900;
}
#top_feature .feature .feature_contents .feature_content04 .feature_loop .slick-next {
  top: -5%;
  left: 10%;
  width: 3vw;
  height: 3vw;
  background: #fff;
  border: 1px solid #587858;
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content04 .feature_loop .slick-next {
    display: none !important;
  }
}
#top_feature .feature .feature_contents .feature_content04 .feature_loop .slick-next:before {
  color: #587858;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
}
#top_feature .feature .feature_contents .feature_content04 .feature_loop .feature_loop_item {
  background: #DDF0CD;
  padding: 1.5vw;
  width: 25vw;
  margin: 1vw;
}
#top_feature .feature .feature_contents .feature_content04 .feature_loop .feature_loop_item img {
  width: 100%;
}
#top_feature .feature .feature_contents .feature_content04 .feature_loop .feature_loop_item h5 {
  background-color: #63B765;
  padding: 1vw 0.5vw;
  color: #fff;
  text-align: center;
  margin-bottom: 1vw;
  height: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_feature .feature .feature_contents .feature_content04 .feature_loop .feature_loop_item h5 {
    height: 12vw;
  }
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content04 .feature_loop .feature_loop_item h5 {
    height: 18vw;
  }
}
#top_feature .feature .feature_contents .feature_content04 .feature_loop .feature_loop_item p {
  color: #587858;
  height: 15vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_feature .feature .feature_contents .feature_content04 .feature_loop .feature_loop_item p {
    height: 32vw;
  }
}
@media screen and (max-width: 768px) {
  #top_feature .feature .feature_contents .feature_content04 .feature_loop .feature_loop_item p {
    height: 56vw;
  }
}
#top_feature .feature_bottom {
  position: relative;
  padding: 8vw 0;
}
#top_feature .feature_bottom .feature_bottom_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
#top_feature .feature_bottom .feature_bottom_bg img {
  width: 100%;
}
#top_feature .feature_bottom .feature_bottom_contents {
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #top_feature .feature_bottom .feature_bottom_contents {
    margin-bottom: 6vw;
  }
}
#top_feature .feature_bottom .feature_bottom_contents img {
  width: 100%;
}
#top_feature .feature_bottom .feature_bottom_loop {
  width: 100%;
  margin: auto;
}
#top_feature .feature_bottom .feature_bottom_loop img {
  padding: 1vw;
}

#top_medical .top_medical .medical_headline {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#top_medical .top_medical .medical_headline h2 {
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.4vw;
  color: #587858;
  padding: 1vw 2vw;
}
#top_medical .top_medical .top_medical_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_medical .top_medical .top_medical_flex {
    flex-flow: column;
  }
}
#top_medical .top_medical .top_medical_flex .top_medical_flex_contents {
  width: 50%;
  background-position: center;
  background-size: cover;
  height: 35vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_medical .top_medical .top_medical_flex .top_medical_flex_contents {
    width: 100%;
    height: 60vw;
  }
}
#top_medical .top_medical .top_medical_flex .top_medical_flex_contents h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #63B765;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5vw;
  padding: 1.5vw;
  font-weight: 400;
}
#top_medical .top_medical .top_medical_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  padding: 8vw 4vw;
}
@media screen and (max-width: 768px) {
  #top_medical .top_medical .top_medical_contents {
    flex-wrap: wrap;
    gap: 4vw;
  }
}
#top_medical .top_medical .top_medical_contents .top_medical_item {
  width: 20%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 2vw;
  padding: 4vw 2vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_medical .top_medical .top_medical_contents .top_medical_item {
    width: 45%;
    gap: 4vw;
  }
}
#top_medical .top_medical .top_medical_contents .top_medical_item::after {
  position: absolute;
  bottom: 2%;
  right: 3%;
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  background-color: #63B765;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  #top_medical .top_medical .top_medical_contents .top_medical_item::after {
    width: 5vw;
    height: 5vw;
  }
}
#top_medical .top_medical .top_medical_contents .top_medical_item .top_medical_item_icon {
  width: 50%;
  margin: auto;
}
#top_medical .top_medical .top_medical_contents .top_medical_item .top_medical_item_icon img {
  width: 100%;
}
#top_medical .top_medical .top_medical_contents .top_medical_item p {
  text-align: center;
}

#top_youtube {
  margin: 8vw 0;
  margin-bottom: 18vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_youtube {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_youtube {
    margin-bottom: 8vw;
  }
}
#top_youtube .top_youtube .top_youtube_headline {
  width: 50%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_youtube .top_youtube .top_youtube_headline {
    margin-bottom: 8vw;
  }
}
#top_youtube .top_youtube .top_youtube_headline img {
  width: 100%;
}
#top_youtube .top_youtube .top_youtube_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_youtube .top_youtube .top_youtube_contents {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  #top_youtube .top_youtube .top_youtube_contents {
    flex-flow: column;
  }
}
#top_youtube .top_youtube .top_youtube_contents .top_youtube_bg {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_youtube .top_youtube .top_youtube_contents .top_youtube_bg {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_youtube .top_youtube .top_youtube_contents .top_youtube_bg {
    bottom: 0;
  }
}
#top_youtube .top_youtube .top_youtube_contents .top_youtube_bg img {
  width: 100%;
}
#top_youtube .top_youtube .top_youtube_contents .top_youtube_item {
  width: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_youtube .top_youtube .top_youtube_contents .top_youtube_item {
    width: 45%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_youtube .top_youtube .top_youtube_contents .top_youtube_item {
    width: 90%;
    margin-bottom: 8vw;
  }
}
#top_youtube .top_youtube .top_youtube_contents .top_youtube_item h3 {
  padding: 1vw;
  color: #fff;
  background-color: #63B765;
  margin-bottom: 1vw;
  font-weight: 400;
}
#top_youtube .top_youtube .top_youtube_contents .top_youtube_item iframe {
  width: 100%;
}

#top_greeting .top_greeting {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  margin-bottom: 12vw;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting {
    flex-flow: column-reverse;
    margin-bottom: 24vw;
  }
}
#top_greeting .top_greeting .top_greeting_left {
  width: 50%;
  position: relative;
  padding-left: 10vw;
  padding-top: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greeting_left {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_left {
    width: 100%;
    padding: 2vw;
    padding-top: 8vw;
  }
}
#top_greeting .top_greeting .top_greeting_left .top_greeting_left_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  z-index: -1;
}
#top_greeting .top_greeting .top_greeting_left .top_greeting_left_bg img {
  width: 100%;
}
#top_greeting .top_greeting .top_greeting_left h3 {
  color: #587858;
  margin-bottom: 2vw;
  font-weight: 400;
  letter-spacing: 0.4vw;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_left h3 {
    margin-bottom: 4vw;
  }
}
#top_greeting .top_greeting .top_greeting_left p {
  color: #587858;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_left p {
    margin-bottom: 4vw;
  }
}
#top_greeting .top_greeting .top_greeting_left .top_greeting_btn {
  width: 50%;
  margin: auto;
}
#top_greeting .top_greeting .top_greeting_left .top_greeting_btn a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#top_greeting .top_greeting .top_greeting_left .top_greeting_btn a button {
  background-color: #587858;
  width: 100%;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5vw;
  font-family: "Zen Old Mincho", serif;
  border-radius: 50px;
  padding: 1vw 0;
  transition: all 0.4s;
}
#top_greeting .top_greeting .top_greeting_left .top_greeting_btn a button:hover {
  background-color: #408341;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_left .top_greeting_btn a button {
    padding: 3vw 0;
  }
  #top_greeting .top_greeting .top_greeting_left .top_greeting_btn a button img {
    width: 10%;
  }
}
#top_greeting .top_greeting .top_greeting_right {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_right {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_right > img {
    width: 95%;
  }
}
#top_greeting .top_greeting .top_greeting_right .top_greeting_text {
  position: absolute;
  top: 0;
  left: 65%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greeting_right .top_greeting_text {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_right .top_greeting_text {
    left: auto;
    right: 0;
    height: 90%;
  }
  #top_greeting .top_greeting .top_greeting_right .top_greeting_text img {
    height: 100%;
  }
}
#top_greeting .top_greeting .top_greeting_right .top_greeting_right_bg {
  position: absolute;
  right: 0;
  bottom: -5vw;
  z-index: -1;
}

#post .post {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #post .post {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  #post .post {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#post .post .topic {
  background-color: #E2F3D3;
  padding: 4vw 0;
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #post .post .topic {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #post .post .topic {
    width: 100%;
    padding: 12vw 0;
  }
}
#post .post .topic .topic_headline {
  text-align: center;
  margin-bottom: 4vw;
}
#post .post .topic .topic_headline h2 {
  font-family: "Lora", serif;
  color: #63B765;
  font-weight: 400;
  font-size: 6vw;
  letter-spacing: 0.4vw;
  height: 9vw;
}
@media screen and (max-width: 768px) {
  #post .post .topic .topic_headline h2 {
    font-size: 12vw;
    height: 18vw;
  }
}
#post .post .topic .top_topic_content ul {
  width: 85%;
  margin: auto;
  list-style: none;
  height: 50vw;
  overflow: scroll;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #post .post .topic .top_topic_content ul {
    height: 70vw;
  }
}
@media screen and (max-width: 768px) {
  #post .post .topic .top_topic_content ul {
    width: 95%;
    height: 85vw;
  }
}
#post .post .topic .top_topic_content ul a {
  display: block;
  text-decoration: none;
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background-color: #fff;
  padding: 2vw;
  margin-bottom: 2vw;
}
#post .post .topic .top_topic_content ul a li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
#post .post .topic .top_topic_content ul a li .thumb {
  width: 40%;
  height: 12vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #post .post .topic .top_topic_content ul a li .thumb {
    height: 24vw;
  }
}
@media screen and (max-width: 768px) {
  #post .post .topic .top_topic_content ul a li .thumb {
    height: 26vw;
  }
}
#post .post .topic .top_topic_content ul a li .thumb img {
  width: 100%;
  height: 100%;
}
#post .post .topic .top_topic_content ul a li .outline {
  width: 50%;
}
#post .post .topic .top_topic_content ul a li .outline .date, #post .post .topic .top_topic_content ul a li .outline .title {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #post .post .topic .top_topic_content ul a li .outline .date, #post .post .topic .top_topic_content ul a li .outline .title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #post .post .topic .top_topic_content ul a li .outline .date, #post .post .topic .top_topic_content ul a li .outline .title {
    font-size: 3.4vw;
  }
}
#post .post .works {
  background-color: #63B765;
  padding: 4vw 0;
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #post .post .works {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #post .post .works {
    width: 100%;
    padding: 12vw 0;
  }
}
#post .post .works .works_headline {
  text-align: center;
  margin-bottom: 4vw;
}
#post .post .works .works_headline h2 {
  font-family: "Lora", serif;
  color: #E2F3D3;
  font-weight: 400;
  font-size: 6vw;
  letter-spacing: 0.4vw;
  height: 9vw;
}
@media screen and (max-width: 768px) {
  #post .post .works .works_headline h2 {
    font-size: 12vw;
    height: 18vw;
  }
}
#post .post .works .top_works_content ul {
  width: 85%;
  margin: auto;
  list-style: none;
  height: 50vw;
  overflow: scroll;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #post .post .works .top_works_content ul {
    height: 70vw;
  }
}
@media screen and (max-width: 768px) {
  #post .post .works .top_works_content ul {
    width: 95%;
    height: 85vw;
  }
}
#post .post .works .top_works_content ul a {
  display: block;
  text-decoration: none;
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background-color: #fff;
  padding: 2vw;
  margin-bottom: 2vw;
}
#post .post .works .top_works_content ul a li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
#post .post .works .top_works_content ul a li .thumb {
  width: 40%;
  height: 12vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #post .post .works .top_works_content ul a li .thumb {
    height: 24vw;
  }
}
@media screen and (max-width: 768px) {
  #post .post .works .top_works_content ul a li .thumb {
    height: 26vw;
  }
}
#post .post .works .top_works_content ul a li .thumb img {
  width: 100%;
  height: 100%;
}
#post .post .works .top_works_content ul a li .outline {
  width: 50%;
}
#post .post .works .top_works_content ul a li .outline .date, #post .post .works .top_works_content ul a li .outline .title {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #post .post .works .top_works_content ul a li .outline .date, #post .post .works .top_works_content ul a li .outline .title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #post .post .works .top_works_content ul a li .outline .date, #post .post .works .top_works_content ul a li .outline .title {
    font-size: 3.4vw;
  }
}

#treatment .treatment #general {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
  scroll-margin-top: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #general {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #general {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#treatment .treatment #general .general_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #general .general_contents {
    flex-flow: column;
  }
}
#treatment .treatment #general .general_contents .general_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #general .general_contents .general_image {
    width: 100%;
  }
}
#treatment .treatment #general .general_contents .general_image img {
  width: 100%;
}
#treatment .treatment #general .general_contents .general_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #general .general_contents .general_text {
    width: 100%;
  }
}
#treatment .treatment #general .general_contents .general_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #preventive {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
  scroll-margin-top: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #preventive {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #preventive {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#treatment .treatment #preventive .preventive_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #preventive .preventive_contents {
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#treatment .treatment #preventive .preventive_contents .preventive_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #preventive .preventive_contents .preventive_image {
    width: 100%;
  }
}
#treatment .treatment #preventive .preventive_contents .preventive_image img {
  width: 100%;
}
#treatment .treatment #preventive .preventive_contents .preventive_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #preventive .preventive_contents .preventive_text {
    width: 100%;
  }
}
#treatment .treatment #preventive .preventive_contents .preventive_text h3 {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #preventive .preventive_contents .preventive_text h3 {
    margin-bottom: 3vw;
  }
}
#treatment .treatment #preventive .preventive_contents .preventive_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #preventive .preventive_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2vw;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #preventive .preventive_content {
    flex-flow: column;
    margin-bottom: 3vw;
    gap: 4vw;
  }
}
#treatment .treatment #preventive .preventive_content .preventive_item {
  width: 48%;
  background-color: #E8EDE3;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #preventive .preventive_content .preventive_item {
    width: 100%;
    margin: auto;
    padding: 4vw;
  }
}
#treatment .treatment #preventive .preventive_content .preventive_item h4 {
  color: #587858;
  padding-bottom: 1vw;
  border-bottom: 1px dotted #587858;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #preventive .preventive_content .preventive_item h4 {
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
}
#treatment .treatment #preventive .preventive_content .preventive_item h4 img {
  width: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #preventive .preventive_content .preventive_item h4 img {
    width: 4vw;
  }
}
#treatment .treatment #preventive .preventive_content .preventive_item p {
  color: #587858;
  height: 8vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #preventive .preventive_content .preventive_item p {
    height: 18vw;
  }
}
#treatment .treatment #preventive > p {
  color: #587858;
}
#treatment .treatment #pediatric {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
  scroll-margin-top: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #pediatric {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #pediatric {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#treatment .treatment #pediatric .pediatric_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #pediatric .pediatric_contents {
    flex-flow: column;
  }
}
#treatment .treatment #pediatric .pediatric_contents .pediatric_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #pediatric .pediatric_contents .pediatric_image {
    width: 100%;
  }
}
#treatment .treatment #pediatric .pediatric_contents .pediatric_image img {
  width: 100%;
}
#treatment .treatment #pediatric .pediatric_contents .pediatric_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #pediatric .pediatric_contents .pediatric_text {
    width: 100%;
  }
}
#treatment .treatment #pediatric .pediatric_contents .pediatric_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #implant {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
  scroll-margin-top: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #implant {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#treatment .treatment #implant .implant_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_contents {
    flex-flow: column;
  }
}
#treatment .treatment #implant .implant_contents .implant_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_contents .implant_image {
    width: 100%;
  }
}
#treatment .treatment #implant .implant_contents .implant_image img {
  width: 100%;
}
#treatment .treatment #implant .implant_contents .implant_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_contents .implant_text {
    width: 100%;
  }
}
#treatment .treatment #implant .implant_contents .implant_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #implant .implant_video {
  width: 60%;
  margin: 2vw auto;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_video {
    width: 100%;
    margin: 4vw 0;
  }
}
#treatment .treatment #implant .implant_video iframe {
  width: 100%;
}
#treatment .treatment #implant .implant_content01 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content01 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content01 .implant_content01_image {
  width: 100%;
}
#treatment .treatment #implant .implant_content01 .implant_content01_image img {
  width: 100%;
}
#treatment .treatment #implant .implant_content02 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content02 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content02 .implant_content02_text {
  color: #587858;
}
#treatment .treatment #implant .implant_content03 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content03 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content03 .implant_content03_contents {
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content03 .implant_content03_contents {
    padding: 4vw;
  }
}
#treatment .treatment #implant .implant_content03 .implant_content03_contents ul {
  list-style: none;
}
#treatment .treatment #implant .implant_content03 .implant_content03_contents ul li {
  color: #587858;
  margin-bottom: 1vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #implant .implant_content03 .implant_content03_contents ul li {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content03 .implant_content03_contents ul li {
    font-size: 3.4vw;
    margin-bottom: 3vw;
  }
}
#treatment .treatment #implant .implant_content03 .implant_content03_contents ul li span {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content03 .implant_content03_contents ul li span {
    margin-right: 3vw;
  }
}
#treatment .treatment #implant .implant_content04 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content04 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content04 .implant_content04_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content04 .implant_content04_contents {
    flex-flow: column;
  }
}
#treatment .treatment #implant .implant_content04 .implant_content04_contents .implant_content04_image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content04 .implant_content04_contents .implant_content04_image {
    width: 100%;
  }
}
#treatment .treatment #implant .implant_content04 .implant_content04_contents .implant_content04_image img {
  width: 100%;
}
#treatment .treatment #implant .implant_content04 .implant_content04_contents .implant_content04_text {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content04 .implant_content04_contents .implant_content04_text {
    width: 100%;
  }
}
#treatment .treatment #implant .implant_content04 .implant_content04_contents .implant_content04_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #implant .implant_content05 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content05 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content05 table {
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content05 table tr {
    display: block;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content05 table tr:first-child {
    display: none;
  }
}
#treatment .treatment #implant .implant_content05 table tr:first-child td {
  background-color: rgba(99, 183, 101, 0.8);
  color: #fff;
  text-align: center;
}
#treatment .treatment #implant .implant_content05 table tr:nth-child(2) td, #treatment .treatment #implant .implant_content05 table tr:nth-child(3) td, #treatment .treatment #implant .implant_content05 table tr:last-child td {
  background-color: #E8EDE3;
}
#treatment .treatment #implant .implant_content05 table tr td {
  padding: 1vw;
  font-size: 1vw;
  border: 1px solid #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #587858;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content05 table tr td {
    display: block;
    width: 100% !important;
    border: none;
    padding: 4vw;
  }
}
#treatment .treatment #implant .implant_content05 table tr td .image {
  width: 80%;
  margin: auto;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content05 table tr td .image {
    width: 70%;
  }
}
#treatment .treatment #implant .implant_content05 table tr td .image img {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #implant .implant_content05 table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content05 table tr td {
    font-size: 3.4vw;
  }
}
#treatment .treatment #implant .implant_content05 table tr td:first-child {
  width: 24%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content05 table tr td:first-child {
    background: rgba(99, 183, 101, 0.8);
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
}
#treatment .treatment #implant .implant_content05 table tr td:nth-child(2) {
  width: 38%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content05 table tr td:nth-child(2) {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    margin-bottom: 2vw;
    color: #408341;
  }
}
#treatment .treatment #implant .implant_content05 table tr td:last-child {
  width: 38%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content05 table tr td:last-child {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    margin-bottom: 2vw;
    color: #408341;
  }
}
#treatment .treatment #implant .implant_content06 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content06 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content06 .implant_content06_image {
  width: 100%;
}
#treatment .treatment #implant .implant_content06 .implant_content06_image img {
  width: 100%;
}
#treatment .treatment #implant .implant_content07 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content07 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content07 .implant_content07_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content07 .implant_content07_contents {
    flex-flow: column;
  }
}
#treatment .treatment #implant .implant_content07 .implant_content07_contents .implant_content07_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content07 .implant_content07_contents .implant_content07_image {
    width: 100%;
  }
}
#treatment .treatment #implant .implant_content07 .implant_content07_contents .implant_content07_image img {
  width: 100%;
}
#treatment .treatment #implant .implant_content07 .implant_content07_contents .implant_content07_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content07 .implant_content07_contents .implant_content07_text {
    width: 100%;
  }
}
#treatment .treatment #implant .implant_content07 .implant_content07_contents .implant_content07_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #implant .implant_content08 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content08 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content08 .implant_content08_contents p {
  text-align: center;
  margin-bottom: 2vw;
  color: #587858;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content08 .implant_content08_contents p {
    text-align: start;
  }
}
#treatment .treatment #implant .implant_content08 .implant_content08_contents p:last-child {
  color: #F3966F;
  text-align: start;
}
#treatment .treatment #implant .implant_content08 .implant_content08_contents table {
  width: 100%;
  border-collapse: collapse;
}
#treatment .treatment #implant .implant_content08 .implant_content08_contents table tr:first-child td {
  background-color: #408341;
  color: #fff;
}
#treatment .treatment #implant .implant_content08 .implant_content08_contents table tr:nth-child(2) td:last-child {
  background-color: #BCDFBC;
}
#treatment .treatment #implant .implant_content08 .implant_content08_contents table tr:not(:first-child) td {
  background-color: #E8EDE3;
}
#treatment .treatment #implant .implant_content08 .implant_content08_contents table tr td {
  padding: 1vw;
  font-size: 1vw;
  border: 1px solid #587858;
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #implant .implant_content08 .implant_content08_contents table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content08 .implant_content08_contents table tr td {
    font-size: 3.4vw;
  }
}
#treatment .treatment #implant .implant_content08 .implant_content08_contents table tr td:first-child {
  width: 40%;
}
#treatment .treatment #implant .implant_content08 .implant_content08_contents table tr td:last-child {
  width: 60%;
}
#treatment .treatment #implant .implant_content08 .implant_content08_contents ul {
  list-style: none;
  width: 80%;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #implant .implant_content08 .implant_content08_contents ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content08 .implant_content08_contents ul {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#treatment .treatment #implant .implant_content08 .implant_content08_contents ul li {
  padding: 1.5vw 0;
  border-bottom: 1px dotted #587858;
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1vw;
}
#treatment .treatment #implant .implant_content08 .implant_content08_contents ul li span {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content08 .implant_content08_contents ul li span {
    margin-right: 3vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #implant .implant_content08 .implant_content08_contents ul li {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content08 .implant_content08_contents ul li {
    font-size: 3.4vw;
    padding: 3vw 0;
  }
}
#treatment .treatment #implant .implant_content09 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content09 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content09 .implant_content09_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content09 .implant_content09_contents {
    flex-flow: column;
  }
}
#treatment .treatment #implant .implant_content09 .implant_content09_contents .implant_content09_image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content09 .implant_content09_contents .implant_content09_image {
    width: 100%;
  }
}
#treatment .treatment #implant .implant_content09 .implant_content09_contents .implant_content09_image img {
  width: 100%;
}
#treatment .treatment #implant .implant_content09 .implant_content09_contents .implant_content09_text {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content09 .implant_content09_contents .implant_content09_text {
    width: 100%;
  }
}
#treatment .treatment #implant .implant_content09 .implant_content09_contents .implant_content09_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #implant .implant_content10 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content10 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content10 .implant_content10_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content10 .implant_content10_contents {
    flex-flow: column;
  }
}
#treatment .treatment #implant .implant_content10 .implant_content10_contents .implant_content10_image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content10 .implant_content10_contents .implant_content10_image {
    width: 100%;
  }
}
#treatment .treatment #implant .implant_content10 .implant_content10_contents .implant_content10_image img {
  width: 100%;
}
#treatment .treatment #implant .implant_content10 .implant_content10_contents .implant_content10_text {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content10 .implant_content10_contents .implant_content10_text {
    width: 100%;
  }
}
#treatment .treatment #implant .implant_content10 .implant_content10_contents .implant_content10_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #implant > h2 {
  width: 100%;
  padding: 1.5vw;
  background-color: rgba(99, 183, 101, 0.8);
  color: #fff;
  text-align: center;
  margin-bottom: 2vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant > h2 {
    padding: 3vw;
    margin-bottom: 4vw;
  }
}
#treatment .treatment #implant > h2 span {
  display: block;
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #implant > h2 span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant > h2 span {
    font-size: 4vw;
  }
}
#treatment .treatment #implant .implant_content11 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content11 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content11 .implant_content11_contents h4 {
  color: #587858;
  margin-bottom: 1.5vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content11 .implant_content11_contents h4 {
    margin-bottom: 3vw;
  }
}
#treatment .treatment #implant .implant_content11 .implant_content11_contents p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content11 .implant_content11_contents p {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content11 .implant_content11_contents .implant_content11_videos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content11 .implant_content11_contents .implant_content11_videos {
    flex-flow: column;
  }
}
#treatment .treatment #implant .implant_content11 .implant_content11_contents .implant_content11_videos iframe {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content11 .implant_content11_contents .implant_content11_videos iframe {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content11 .implant_content11_contents .implant_content11_videos iframe {
    width: 100%;
    height: 60vw;
    margin-bottom: 4vw;
  }
}
#treatment .treatment #implant .implant_content12 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content12 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content12 .implant_content12_contents h4 {
  text-align: center;
  color: #587858;
  margin-bottom: 1.5vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content12 .implant_content12_contents h4 {
    text-align: start;
    margin-bottom: 3vw;
  }
}
#treatment .treatment #implant .implant_content12 .implant_content12_contents p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content12 .implant_content12_contents p {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content13 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content13 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content13 p {
  margin-bottom: 2vw;
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content13 p {
    margin-bottom: 4vw;
  }
}
#treatment .treatment #implant .implant_content13 p span {
  font-weight: 600;
}
#treatment .treatment #implant .implant_content13 .implant_content13_contents {
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content13 .implant_content13_contents {
    padding: 4vw;
  }
}
#treatment .treatment #implant .implant_content13 .implant_content13_contents ul {
  list-style: none;
}
#treatment .treatment #implant .implant_content13 .implant_content13_contents ul li {
  color: #587858;
  margin-bottom: 1vw;
  font-size: 1vw;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  border-bottom: 1px dotted #587858;
  padding-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #implant .implant_content13 .implant_content13_contents ul li {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content13 .implant_content13_contents ul li {
    font-size: 3.4vw;
    margin-bottom: 3vw;
    padding-bottom: 2vw;
  }
}
#treatment .treatment #implant .implant_content13 .implant_content13_contents ul li span {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content13 .implant_content13_contents ul li span {
    margin-right: 3vw;
  }
}
#treatment .treatment #implant .implant_content14 .flow_contents {
  width: 100%;
  padding: 2vw 4vw;
  background-color: #82C584;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content14 .flow_contents {
    flex-flow: column;
    margin-bottom: 16vw;
    padding: 8vw 4vw;
  }
}
#treatment .treatment #implant .implant_content14 .flow_contents h2 {
  width: 15%;
  color: #fff;
  font-family: "Lora", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content14 .flow_contents h2 {
    width: 100%;
  }
}
#treatment .treatment #implant .implant_content14 .flow_contents .flow_text {
  width: 85%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content14 .flow_contents .flow_text {
    width: 100%;
  }
}
#treatment .treatment #implant .implant_content14 .flow_contents .flow_text h4 {
  color: #fff;
  margin-bottom: 2vw;
}
#treatment .treatment #implant .implant_content14 .flow_contents .flow_text p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #fff;
}
#treatment .treatment #implant .implant_content14 .flow_contents .flow_text ul {
  list-style: none;
}
#treatment .treatment #implant .implant_content14 .flow_contents .flow_text ul li {
  color: #fff;
  padding: 1vw 0;
  font-size: 1vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  border-bottom: 1px dotted #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #implant .implant_content14 .flow_contents .flow_text ul li {
    font-size: 1.8vw;
    padding: 1.5vw 0;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content14 .flow_contents .flow_text ul li {
    font-size: 3.4vw;
    padding: 3vw 0;
  }
}
#treatment .treatment #implant .implant_content14 .flow_contents .flow_text ul li span {
  width: 2vw;
  height: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #587858;
  font-family: "Lora", serif;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content14 .flow_contents .flow_text ul li span {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content14 .flow_contents .flow_text ul li p {
    width: 90%;
  }
}
#treatment .treatment #implant .implant_content14 .flow_content_arrow {
  position: relative;
}
#treatment .treatment #implant .implant_content14 .flow_content_arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 50px;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  background-color: #49894B;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
#treatment .treatment #implant .implant_content15 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content15 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #implant .implant_content15 .implant_content15_contents {
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content15 .implant_content15_contents {
    padding: 4vw;
  }
}
#treatment .treatment #implant .implant_content15 .implant_content15_contents ul {
  list-style: none;
}
#treatment .treatment #implant .implant_content15 .implant_content15_contents ul li {
  color: #587858;
  margin-bottom: 1vw;
  font-size: 1vw;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  border-bottom: 1px dotted #587858;
  padding-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #implant .implant_content15 .implant_content15_contents ul li {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content15 .implant_content15_contents ul li {
    font-size: 3.4vw;
    margin-bottom: 3vw;
    padding-bottom: 2vw;
  }
}
#treatment .treatment #implant .implant_content15 .implant_content15_contents ul li span {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #implant .implant_content15 .implant_content15_contents ul li span {
    margin-right: 3vw;
  }
}
#treatment .treatment #periodontal {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
  scroll-margin-top: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #periodontal {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#treatment .treatment #periodontal > h2 {
  width: 100%;
  padding: 1.5vw;
  background-color: rgba(99, 183, 101, 0.8);
  color: #fff;
  text-align: center;
  margin-bottom: 2vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal > h2 {
    padding: 3vw;
    margin-bottom: 4vw;
  }
}
#treatment .treatment #periodontal > h2 span {
  display: block;
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #periodontal > h2 span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal > h2 span {
    font-size: 4vw;
  }
}
#treatment .treatment #periodontal .periodontal_contents01 {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents01 {
    margin-bottom: 16vw;
  }
}
#treatment .treatment #periodontal .periodontal_contents01 .periodontal_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents01 .periodontal_contents {
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#treatment .treatment #periodontal .periodontal_contents01 .periodontal_contents .periodontal_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents01 .periodontal_contents .periodontal_image {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents01 .periodontal_contents .periodontal_image img {
  width: 100%;
}
#treatment .treatment #periodontal .periodontal_contents01 .periodontal_contents .periodontal_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents01 .periodontal_contents .periodontal_text {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents01 .periodontal_contents .periodontal_text h3 {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents01 .periodontal_contents .periodontal_text h3 {
    margin-bottom: 3vw;
  }
}
#treatment .treatment #periodontal .periodontal_contents01 .periodontal_contents .periodontal_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #periodontal .periodontal_contents02 {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents02 {
    margin-bottom: 16vw;
  }
}
#treatment .treatment #periodontal .periodontal_contents02 .periodontal_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents02 .periodontal_contents {
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#treatment .treatment #periodontal .periodontal_contents02 .periodontal_contents .periodontal_image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents02 .periodontal_contents .periodontal_image {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents02 .periodontal_contents .periodontal_image img {
  width: 100%;
}
#treatment .treatment #periodontal .periodontal_contents02 .periodontal_contents .periodontal_text {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents02 .periodontal_contents .periodontal_text {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents02 .periodontal_contents .periodontal_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #periodontal .periodontal_contents03 {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents03 {
    margin-bottom: 16vw;
  }
}
#treatment .treatment #periodontal .periodontal_contents03 .periodontal_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents03 .periodontal_contents {
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#treatment .treatment #periodontal .periodontal_contents03 .periodontal_contents .periodontal_image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents03 .periodontal_contents .periodontal_image {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents03 .periodontal_contents .periodontal_image img {
  width: 100%;
}
#treatment .treatment #periodontal .periodontal_contents03 .periodontal_contents .periodontal_text {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents03 .periodontal_contents .periodontal_text {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents03 .periodontal_contents .periodontal_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #periodontal .periodontal_contents04 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents04 {
    margin-bottom: 8vw;
  }
}
#treatment .treatment #periodontal .periodontal_contents04 .periodontal_contents04_text {
  color: #587858;
  text-align: center;
}
#treatment .treatment #periodontal .periodontal_contents05 {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents05 {
    margin-bottom: 16vw;
  }
}
#treatment .treatment #periodontal .periodontal_contents05 .periodontal_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents05 .periodontal_contents {
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#treatment .treatment #periodontal .periodontal_contents05 .periodontal_contents .periodontal_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents05 .periodontal_contents .periodontal_image {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents05 .periodontal_contents .periodontal_image img {
  width: 100%;
}
#treatment .treatment #periodontal .periodontal_contents05 .periodontal_contents .periodontal_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents05 .periodontal_contents .periodontal_text {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents05 .periodontal_contents .periodontal_text h3 {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents05 .periodontal_contents .periodontal_text h3 {
    margin-bottom: 3vw;
  }
}
#treatment .treatment #periodontal .periodontal_contents05 .periodontal_contents .periodontal_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #periodontal .periodontal_contents06 {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents06 {
    margin-bottom: 16vw;
  }
}
#treatment .treatment #periodontal .periodontal_contents06 .periodontal_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents06 .periodontal_contents {
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#treatment .treatment #periodontal .periodontal_contents06 .periodontal_contents .periodontal_image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents06 .periodontal_contents .periodontal_image {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents06 .periodontal_contents .periodontal_image img {
  width: 100%;
}
#treatment .treatment #periodontal .periodontal_contents06 .periodontal_contents .periodontal_text {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents06 .periodontal_contents .periodontal_text {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents06 .periodontal_contents .periodontal_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #periodontal .periodontal_contents07 {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents07 {
    margin-bottom: 16vw;
  }
}
#treatment .treatment #periodontal .periodontal_contents07 .periodontal_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents07 .periodontal_contents {
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#treatment .treatment #periodontal .periodontal_contents07 .periodontal_contents .periodontal_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents07 .periodontal_contents .periodontal_image {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents07 .periodontal_contents .periodontal_image img {
  width: 100%;
}
#treatment .treatment #periodontal .periodontal_contents07 .periodontal_contents .periodontal_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents07 .periodontal_contents .periodontal_text {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents07 .periodontal_contents .periodontal_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #periodontal .periodontal_contents07 .periodontal_contents .periodontal_text ul {
  list-style: none;
  margin: 2vw 0;
}
#treatment .treatment #periodontal .periodontal_contents07 .periodontal_contents .periodontal_text ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  border-bottom: 1px dotted #587858;
  padding: 1vw 0;
}
#treatment .treatment #periodontal .periodontal_contents07 .periodontal_contents .periodontal_text ul li span {
  width: 2vw;
  height: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #587858;
  color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #periodontal .periodontal_contents07 .periodontal_contents .periodontal_text ul li span {
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents07 .periodontal_contents .periodontal_text ul li span {
    width: 6vw;
    height: 6vw;
  }
}
#treatment .treatment #periodontal .periodontal_contents07 .periodontal_contents .periodontal_text ul li p {
  width: 90%;
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #periodontal .periodontal_contents08 {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents08 {
    margin-bottom: 16vw;
  }
}
#treatment .treatment #periodontal .periodontal_contents08 .periodontal_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents08 .periodontal_contents {
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#treatment .treatment #periodontal .periodontal_contents08 .periodontal_contents .periodontal_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents08 .periodontal_contents .periodontal_image {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents08 .periodontal_contents .periodontal_image img {
  width: 100%;
}
#treatment .treatment #periodontal .periodontal_contents08 .periodontal_contents .periodontal_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents08 .periodontal_contents .periodontal_text {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents08 .periodontal_contents .periodontal_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #periodontal .periodontal_contents09 {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents09 {
    margin-bottom: 16vw;
  }
}
#treatment .treatment #periodontal .periodontal_contents09 .periodontal_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents09 .periodontal_contents {
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#treatment .treatment #periodontal .periodontal_contents09 .periodontal_contents .periodontal_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents09 .periodontal_contents .periodontal_image {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents09 .periodontal_contents .periodontal_image img {
  width: 100%;
}
#treatment .treatment #periodontal .periodontal_contents09 .periodontal_contents .periodontal_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #periodontal .periodontal_contents09 .periodontal_contents .periodontal_text {
    width: 100%;
  }
}
#treatment .treatment #periodontal .periodontal_contents09 .periodontal_contents .periodontal_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #whitening {
  margin-bottom: 8vw;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening {
    margin-bottom: 16vw;
  }
}
#treatment .treatment #whitening .main_headline {
  width: 80%;
  margin: auto;
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .main_headline {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .main_headline {
    width: 95%;
    margin-bottom: 3vw;
  }
}
#treatment .treatment #whitening .whitening_contents {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents {
    width: 95%;
    flex-flow: column;
  }
}
#treatment .treatment #whitening .whitening_contents .whitening_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents .whitening_image {
    width: 100%;
  }
}
#treatment .treatment #whitening .whitening_contents .whitening_image img {
  width: 100%;
}
#treatment .treatment #whitening .whitening_contents .whitening_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents .whitening_text {
    width: 100%;
  }
}
#treatment .treatment #whitening .whitening_contents .whitening_text h5 {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #whitening .whitening_video {
  width: 40%;
  margin: 2vw auto;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_video {
    width: 95%;
    margin: 4vw auto;
  }
}
#treatment .treatment #whitening .whitening_video iframe {
  width: 100%;
}
#treatment .treatment #whitening .whitening_osusume {
  width: 100vw;
  background-color: #E8EDE4;
  padding: 4vw 0;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_osusume {
    margin-bottom: 16vw;
  }
}
#treatment .treatment #whitening .whitening_osusume .whitening_osusume_contents {
  width: 80%;
  margin: auto;
  border: 1px solid rgba(99, 183, 101, 0.8);
  padding: 2vw;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_osusume .whitening_osusume_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_osusume .whitening_osusume_contents {
    width: 95%;
    padding: 8vw 2vw;
  }
}
#treatment .treatment #whitening .whitening_osusume .whitening_osusume_contents h4 {
  width: 80%;
  margin: auto;
  padding: 1.5vw 0;
  text-align: center;
  color: #fff;
  background-color: rgba(99, 183, 101, 0.8);
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_osusume .whitening_osusume_contents h4 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_osusume .whitening_osusume_contents h4 {
    width: 100%;
    padding: 3vw 0;
    margin-bottom: 3vw;
  }
}
#treatment .treatment #whitening .whitening_osusume .whitening_osusume_contents ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_osusume .whitening_osusume_contents ul {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_osusume .whitening_osusume_contents ul {
    width: 100%;
  }
}
#treatment .treatment #whitening .whitening_osusume .whitening_osusume_contents ul li {
  width: 45%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5vw;
  border-bottom: 1px dotted #587858;
  padding: 1vw 0;
  font-size: 1vw;
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_osusume .whitening_osusume_contents ul li {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_osusume .whitening_osusume_contents ul li {
    width: 100%;
    font-size: 3.4vw;
    padding: 3vw 0;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_osusume .whitening_osusume_contents ul li img {
    width: 4vw;
  }
}
#treatment .treatment #whitening .whitening_contents01 {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_contents01 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents01 {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#treatment .treatment #whitening .whitening_contents01 .whitening_contents_text {
  color: #587858;
}
#treatment .treatment #whitening > h3 {
  width: 80%;
  margin: auto;
  padding: 1.5vw;
  background-color: rgba(99, 183, 101, 0.8);
  color: #fff;
  text-align: center;
  margin-bottom: 2vw;
  font-weight: 400;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening > h3 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening > h3 {
    width: 95%;
    padding: 3vw;
    margin-bottom: 4vw;
  }
}
#treatment .treatment #whitening > h3 span {
  display: block;
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening > h3 span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening > h3 span {
    font-size: 4vw;
  }
}
#treatment .treatment #whitening > p {
  width: 80%;
  margin: auto;
  color: #587858;
  margin-bottom: 4vw;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening > p {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening > p {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#treatment .treatment #whitening .whitening_contents02 {
  width: 80%;
  margin: auto;
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_contents02 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents02 {
    width: 95%;
    margin-bottom: 3vw;
  }
}
#treatment .treatment #whitening .whitening_contents02 table {
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents02 table tr {
    display: block;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents02 table tr:first-child {
    display: none;
  }
}
#treatment .treatment #whitening .whitening_contents02 table tr:first-child td {
  background-color: rgba(99, 183, 101, 0.8);
  color: #fff;
  text-align: center;
}
#treatment .treatment #whitening .whitening_contents02 table tr:not(:first-child) td {
  background-color: #E8EDE3;
}
#treatment .treatment #whitening .whitening_contents02 table tr td {
  padding: 1vw;
  font-size: 1vw;
  border: 1px solid #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #587858;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents02 table tr td {
    display: block;
    width: 100% !important;
    border: none;
    padding: 4vw;
  }
}
#treatment .treatment #whitening .whitening_contents02 table tr td .image {
  width: 80%;
  margin: auto;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents02 table tr td .image {
    width: 70%;
  }
}
#treatment .treatment #whitening .whitening_contents02 table tr td .image img {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_contents02 table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents02 table tr td {
    font-size: 3.4vw;
  }
}
#treatment .treatment #whitening .whitening_contents02 table tr td:first-child {
  width: 24%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents02 table tr td:first-child {
    background: rgba(99, 183, 101, 0.8);
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
}
#treatment .treatment #whitening .whitening_contents02 table tr td:nth-child(2) {
  width: 38%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents02 table tr td:nth-child(2) {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    margin-bottom: 2vw;
    color: #408341;
  }
}
#treatment .treatment #whitening .whitening_contents02 table tr td:last-child {
  width: 38%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents02 table tr td:last-child {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    margin-bottom: 2vw;
    color: #408341;
  }
}
#treatment .treatment #whitening .whitening_contents03 {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_contents03 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents03 {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#treatment .treatment #whitening .whitening_contents03 .whitening_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents03 .whitening_contents {
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#treatment .treatment #whitening .whitening_contents03 .whitening_contents .whitening_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents03 .whitening_contents .whitening_image {
    width: 100%;
  }
}
#treatment .treatment #whitening .whitening_contents03 .whitening_contents .whitening_image img {
  width: 100%;
}
#treatment .treatment #whitening .whitening_contents03 .whitening_contents .whitening_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents03 .whitening_contents .whitening_text {
    width: 100%;
  }
}
#treatment .treatment #whitening .whitening_contents03 .whitening_contents .whitening_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #whitening .whitening_contents04 {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_contents04 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents04 {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#treatment .treatment #whitening .whitening_contents04 .whitening_contents04_text {
  color: #587858;
}
#treatment .treatment #whitening .whitening_contents05 {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_contents05 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_contents05 {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#treatment .treatment #whitening .whitening_contents05 .whitening_contents05_image {
  width: 100%;
}
#treatment .treatment #whitening .whitening_contents05 .whitening_contents05_image img {
  width: 100%;
}
#treatment .treatment #whitening .whitening_flow {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_flow {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_flow {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#treatment .treatment #whitening .whitening_flow .whitening_flow_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_flow .whitening_flow_contents {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_flow .whitening_flow_contents {
    flex-wrap: wrap;
  }
}
#treatment .treatment #whitening .whitening_flow .whitening_flow_contents .whitening_flow_content {
  width: 25%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_flow .whitening_flow_contents .whitening_flow_content {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_flow .whitening_flow_contents .whitening_flow_content {
    width: 45%;
  }
}
#treatment .treatment #whitening .whitening_flow .whitening_flow_contents .whitening_flow_content img {
  width: 100%;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_flow .whitening_flow_contents .whitening_flow_content img {
    margin-bottom: 3vw;
  }
}
#treatment .treatment #whitening .whitening_fee {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_fee {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_fee {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#treatment .treatment #whitening .whitening_fee table {
  width: 100%;
  border-collapse: collapse;
}
#treatment .treatment #whitening .whitening_fee table tr {
  border: 1px solid #587858;
}
#treatment .treatment #whitening .whitening_fee table tr td {
  padding: 1.5vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment #whitening .whitening_fee table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment #whitening .whitening_fee table tr td {
    font-size: 3.4vw;
    padding: 3vw;
  }
}
#treatment .treatment #whitening .whitening_fee table tr td:first-child {
  background-color: #82C584;
  color: #fff;
  width: 30%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #whitening .whitening_fee table tr td:last-child {
  background-color: #E8EDE3;
  width: 70%;
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#treatment .treatment #whitening .whitening_fee table tr td:last-child span {
  display: block;
  color: #F3966F;
}

#aging .aging {
  width: 90%;
  margin: auto;
}
#aging .aging p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#aging .aging > p {
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #aging .aging > p {
    margin-bottom: 8vw;
  }
}
#aging .aging .aging_contents {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents {
    margin-bottom: 16vw;
  }
}
#aging .aging .aging_contents .aging_content02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #aging .aging .aging_contents .aging_content02 {
    flex-flow: column;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents .aging_content02 {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#aging .aging .aging_contents .aging_content02 .aging_item {
  width: 30%;
  background-color: #E8EDE3;
  padding: 4vw 2vw;
  height: 15vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #aging .aging .aging_contents .aging_content02 .aging_item {
    width: 60%;
    margin: 2vw auto;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents .aging_content02 .aging_item {
    width: 90%;
    margin: 4vw auto;
    height: auto;
    padding: 8vw 4vw;
  }
}
#aging .aging .aging_contents .aging_content02 .aging_item h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  padding-bottom: 0.5vw;
  margin-bottom: 1vw;
  border-bottom: 1px dotted #587858;
  color: #587858;
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents .aging_content02 .aging_item h4 {
    padding-bottom: 1.5vw;
    margin-bottom: 3vw;
  }
}
#aging .aging .aging_contents .aging_content02 .aging_item h4 img {
  width: 2vw;
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents .aging_content02 .aging_item h4 img {
    width: 4vw;
  }
}
#aging .aging .aging_contents .aging_image {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents .aging_image {
    width: 100%;
  }
}
#aging .aging .aging_contents .aging_image img {
  width: 100%;
}
#aging .aging .aging_contents .aging_content03 {
  padding: 4vw;
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents .aging_content03 {
    padding: 8vw;
  }
}
#aging .aging .aging_contents .aging_content04 {
  text-align: center;
}
#aging .aging .aging_contents .aging_content04 h4 {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents .aging_content04 h4 {
    margin-bottom: 4vw;
  }
}
#aging .aging .aging_contents .aging_content04 .red {
  color: #F3966F;
}
#aging .aging .aging_contents .aging_content04 p {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents .aging_content04 p {
    margin-bottom: 8vw;
  }
}
#aging .aging .aging_contents .aging_content04_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents .aging_content04_contents {
    margin-bottom: 8vw;
  }
}
#aging .aging .aging_contents .aging_content04_contents h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  padding-bottom: 0.5vw;
  margin-bottom: 1vw;
  border-bottom: 1px dotted #587858;
  color: #587858;
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents .aging_content04_contents h4 {
    padding-bottom: 1.5vw;
    margin-bottom: 3vw;
  }
}
#aging .aging .aging_contents .aging_content04_contents h4 img {
  width: 2vw;
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents .aging_content04_contents h4 img {
    width: 4vw;
  }
}
#aging .aging .aging_contents .aging_content04_contents .aging_content04_contents_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents .aging_content04_contents .aging_content04_contents_flex {
    gap: 4vw;
    flex-flow: column-reverse;
  }
}
#aging .aging .aging_contents .aging_content04_contents .aging_content04_contents_flex .aging_content04_contents_image {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents .aging_content04_contents .aging_content04_contents_flex .aging_content04_contents_image {
    width: 100%;
  }
}
#aging .aging .aging_contents .aging_content04_contents .aging_content04_contents_flex .aging_content04_contents_image img {
  width: 100%;
}
#aging .aging .aging_contents .aging_content04_contents .aging_content04_contents_flex .aging_content04_contents_text {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #aging .aging .aging_contents .aging_content04_contents .aging_content04_contents_flex .aging_content04_contents_text {
    width: 100%;
  }
}

#clinic .clinic {
  width: 90%;
  margin: auto;
}
#clinic .clinic .clinic_video {
  width: 60%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .clinic .clinic_video {
    width: 80%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #clinic .clinic .clinic_video {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#clinic .clinic .clinic_video iframe {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .clinic .clinic_video iframe {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #clinic .clinic .clinic_video iframe {
    height: 60vw;
  }
}
#clinic .clinic .clinic_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .clinic .clinic_info {
    flex-flow: column;
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 768px) {
  #clinic .clinic .clinic_info {
    flex-flow: column;
    margin-bottom: 16vw;
  }
}
#clinic .clinic .clinic_info .clinic_detail {
  width: 48%;
  height: 24vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .clinic .clinic_info .clinic_detail {
    width: 100%;
    height: auto;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #clinic .clinic .clinic_info .clinic_detail {
    width: 100%;
    height: auto;
    margin-bottom: 8vw;
  }
}
#clinic .clinic .clinic_info .clinic_detail table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
#clinic .clinic .clinic_info .clinic_detail table tr:not(:last-child) {
  border-bottom: 1px solid #587858;
}
#clinic .clinic .clinic_info .clinic_detail table tr td {
  padding: 1vw 2vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .clinic .clinic_info .clinic_detail table tr td {
    padding: 2vw 4vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #clinic .clinic .clinic_info .clinic_detail table tr td {
    padding: 3vw;
    font-size: 3.4vw;
  }
}
#clinic .clinic .clinic_info .clinic_detail table tr td:first-child {
  text-align: center;
  background-color: #63B765;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #clinic .clinic .clinic_info .clinic_detail table tr td:first-child {
    width: 25%;
  }
}
#clinic .clinic .clinic_info .clinic_detail table tr td:last-child {
  background-color: #E8EDE3;
  color: #587858;
}
#clinic .clinic .clinic_info .clinic_time {
  width: 48%;
  height: 24vw;
  background-color: #63B765;
  padding: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .clinic .clinic_info .clinic_time {
    width: 100%;
    padding: 4vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #clinic .clinic .clinic_info .clinic_time {
    width: 100%;
    padding: 4vw;
    height: auto;
  }
}
#clinic .clinic .clinic_info .clinic_time > p {
  color: #fff;
}
#clinic .clinic .clinic_info .clinic_time table {
  width: 100%;
  border-collapse: collapse;
}
#clinic .clinic .clinic_info .clinic_time table tr {
  margin: 1vw;
}
#clinic .clinic .clinic_info .clinic_time table tr:first-child td {
  color: #fff;
}
#clinic .clinic .clinic_info .clinic_time table tr:nth-child(2) td, #clinic .clinic .clinic_info .clinic_time table tr:last-child td {
  color: #fff;
}
#clinic .clinic .clinic_info .clinic_time table tr:nth-child(2) td:nth-child(5), #clinic .clinic .clinic_info .clinic_time table tr:nth-child(2) td:nth-child(8), #clinic .clinic .clinic_info .clinic_time table tr:nth-child(2) td:nth-child(9), #clinic .clinic .clinic_info .clinic_time table tr:last-child td:nth-child(5), #clinic .clinic .clinic_info .clinic_time table tr:last-child td:nth-child(8), #clinic .clinic .clinic_info .clinic_time table tr:last-child td:nth-child(9) {
  color: #fff;
}
#clinic .clinic .clinic_info .clinic_time table tr td {
  color: #fff;
  padding: 1vw;
  font-size: 1vw;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .clinic .clinic_info .clinic_time table tr td {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #clinic .clinic .clinic_info .clinic_time table tr td {
    padding: 2vw 1.5vw;
    font-size: 3.4vw;
  }
}
#clinic .clinic .clinic_map {
  width: 100%;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #clinic .clinic .clinic_map {
    margin-bottom: 8vw;
  }
}
#clinic .clinic .clinic_map iframe {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .clinic .clinic_map iframe {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #clinic .clinic .clinic_map iframe {
    height: 60vw;
  }
}
#clinic .clinic_info {
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #clinic .clinic_info {
    margin-bottom: 8vw;
  }
}
#clinic .clinic_info .clinic_info_contents {
  padding: 4vw 6vw;
  position: relative;
  margin-bottom: 4vw;
}
#clinic .clinic_info .clinic_info_contents:nth-child(odd) h3 {
  color: #587858;
}
#clinic .clinic_info .clinic_info_contents:nth-child(odd) p {
  color: #587858;
}
#clinic .clinic_info .clinic_info_contents::before {
  width: 98%;
  height: 85%;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
#clinic .clinic_info .clinic_info_contents::after {
  width: 98%;
  height: 85%;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  #clinic .clinic_info .clinic_info_contents {
    padding: 4vw;
    margin-bottom: 8vw;
  }
}
#clinic .clinic_info .clinic_info_contents h3 {
  margin-bottom: 2vw;
  color: #fff;
}
#clinic .clinic_info .clinic_info_contents h3 span {
  font-size: 4vw;
  margin-right: 1.5vw;
  font-family: "Lora", serif;
  font-weight: 400;
}
#clinic .clinic_info .clinic_info_contents p {
  color: #fff;
}
#clinic .facility {
  width: 90%;
  margin: auto;
}
#clinic .facility .facility_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  flex-wrap: wrap;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #clinic .facility .facility_contents {
    margin-bottom: 8vw;
  }
}
#clinic .facility .facility_contents .facility_item {
  width: 30%;
  background: #E8EDE3;
  padding: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .facility .facility_contents .facility_item {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #clinic .facility .facility_contents .facility_item {
    width: 90%;
    padding: 4vw;
    margin-bottom: 4vw;
  }
}
#clinic .facility .facility_contents .facility_item img {
  width: 100%;
  vertical-align: bottom;
}
#clinic .facility .facility_contents .facility_item .facility_name h5 {
  background-color: #63B765;
  color: #fff;
  text-align: center;
  padding: 2vw 0;
  margin-bottom: 1vw;
  height: 10vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .facility .facility_contents .facility_item .facility_name h5 {
    height: 13vw;
  }
}
@media screen and (max-width: 768px) {
  #clinic .facility .facility_contents .facility_item .facility_name h5 {
    height: auto;
  }
}
#clinic .facility .facility_contents .facility_item p {
  height: 15vw;
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .facility .facility_contents .facility_item p {
    height: 34vw;
  }
}
@media screen and (max-width: 768px) {
  #clinic .facility .facility_contents .facility_item p {
    height: auto;
  }
}
#clinic .facility .facility_bottom {
  width: 90%;
  margin: auto;
  background-color: #E8EDE3;
  padding: 4vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .facility .facility_bottom {
    width: 100%;
    padding: 6vw 2vw;
  }
}
@media screen and (max-width: 768px) {
  #clinic .facility .facility_bottom {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#clinic .facility .facility_bottom .facility_bottom_contents {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #clinic .facility .facility_bottom .facility_bottom_contents {
    margin-bottom: 8vw;
  }
}
#clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1vw;
}
#clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content:last-child {
  flex-flow: column;
}
#clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_left {
  width: 80%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_left {
    width: 100%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_left {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_left p {
  margin: 1vw 0;
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_left p {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 768px) {
  #clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_left p {
    margin: 4vw 0;
  }
}
#clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_left ul {
  background-color: #fff;
  padding: 2vw;
  list-style: none;
  width: 65%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_left ul {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_left ul {
    width: 100%;
  }
}
#clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_left ul li {
  margin-bottom: 0.5vw;
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_left ul li {
    font-size: 1.8vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_left ul li {
    font-size: 3.4vw;
    margin-bottom: 1.5vw;
  }
}
#clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_left ul li span {
  margin-right: 0.5vw;
}
@media screen and (max-width: 768px) {
  #clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_left ul li span {
    margin-right: 1.5vw;
  }
}
#clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_right {
  width: 20%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_right {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_right {
    width: 60%;
  }
}
#clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_right img {
  width: 100%;
}
#clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_text {
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #587858;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_text {
    margin-bottom: 4vw;
  }
}
#clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_image {
  width: 100%;
}
#clinic .facility .facility_bottom .facility_bottom_contents .facility_bottom_content .facility_bottom_image img {
  width: 100%;
}

#doctor .doctor .main_headline {
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor .main_headline {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor .main_headline {
    width: 95%;
    margin-bottom: 4vw;
  }
}
#doctor .doctor .doctor_greeting {
  background-color: #63B765;
  padding: 2vw 4vw;
}
#doctor .doctor .doctor_greeting .doctor_greeting_contents {
  background-color: #fff;
  padding: 1vw 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .doctor_greeting .doctor_greeting_contents {
    padding: 4vw;
    flex-flow: column;
  }
}
#doctor .doctor .doctor_greeting .doctor_greeting_contents .doctor_greeting_text {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .doctor_greeting .doctor_greeting_contents .doctor_greeting_text {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#doctor .doctor .doctor_greeting .doctor_greeting_contents .doctor_greeting_text h2 {
  letter-spacing: 0.4vw;
  color: #587858;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .doctor_greeting .doctor_greeting_contents .doctor_greeting_text h2 {
    margin-bottom: 4vw;
  }
}
#doctor .doctor .doctor_greeting .doctor_greeting_contents .doctor_greeting_text p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#doctor .doctor .doctor_greeting .doctor_greeting_contents .doctor_greeting_image {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .doctor_greeting .doctor_greeting_contents .doctor_greeting_image {
    width: 100%;
  }
}
#doctor .doctor .doctor_greeting .doctor_greeting_contents .doctor_greeting_image .doctor_greeting_image {
  width: 100%;
}
#doctor .doctor .doctor_greeting .doctor_greeting_contents .doctor_greeting_image .doctor_greeting_text {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .doctor_greeting .doctor_greeting_contents .doctor_greeting_image .doctor_greeting_text {
    margin: 0;
  }
}
#doctor .doctor .biography .biography_contents {
  width: 80%;
  margin: 4vw auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor .biography .biography_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor .biography .biography_contents {
    width: 95%;
    margin: 8vw auto;
    flex-flow: column;
  }
}
#doctor .doctor .biography .biography_contents .biography_flex {
  background-color: #E8EDE3;
  padding: 2vw;
  height: 60vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor .biography .biography_contents .biography_flex {
    height: 100vw;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor .biography .biography_contents .biography_flex {
    padding: 8vw 4vw;
    height: auto;
  }
}
#doctor .doctor .biography .biography_contents .biography_flex h4 {
  width: 100%;
  background-color: #63B765;
  text-align: center;
  padding: 1.5vw;
  color: #fff;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .biography .biography_contents .biography_flex h4 {
    padding: 3vw;
    margin-bottom: 4vw;
  }
}
#doctor .doctor .biography .biography_contents .biography_flex ul {
  list-style: none;
}
#doctor .doctor .biography .biography_contents .biography_flex ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  padding: 1vw 0;
  border-bottom: 1px dotted #587858;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .biography .biography_contents .biography_flex ul li {
    padding: 3vw 0;
  }
}
#doctor .doctor .biography .biography_contents .biography_flex ul li span {
  display: block;
  background-color: #86CB88;
  color: #fff;
  text-align: center;
  padding: 1vw;
  width: 30%;
  font-size: 1vw;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor .biography .biography_contents .biography_flex ul li span {
    width: 35%;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor .biography .biography_contents .biography_flex ul li span {
    font-size: 3.4vw;
  }
}
#doctor .doctor .biography .biography_contents .biography_flex ul li p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  width: 70%;
  color: #587858;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor .biography .biography_contents .biography_flex ul li p {
    width: 65%;
  }
}
#doctor .doctor .doctor_bottom {
  background-position: center;
  position: relative;
  width: 80%;
  margin: auto;
  padding: 6vw 4vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor .doctor_bottom {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor .doctor_bottom {
    width: 95%;
    margin-bottom: 8vw;
    padding: 6vw;
  }
}
#doctor .doctor .doctor_bottom::before {
  position: absolute;
  content: "";
  width: 98%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .doctor_bottom::before {
    width: 92%;
  }
}
#doctor .doctor .doctor_bottom::after {
  position: absolute;
  content: "";
  width: 98%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .doctor_bottom::after {
    width: 92%;
  }
}
#doctor .doctor .doctor_bottom ul {
  list-style: none;
}
#doctor .doctor .doctor_bottom ul li {
  color: #fff;
  font-size: 1vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor .doctor_bottom ul li {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor .doctor_bottom ul li {
    margin-bottom: 4vw;
    font-size: 3.4vw;
  }
}

#medifuge .medifuge {
  width: 90%;
  margin: auto;
}
#medifuge .medifuge > p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #medifuge .medifuge > p {
    margin-bottom: 8vw;
  }
}
#medifuge .medifuge .medifuge_contents {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #medifuge .medifuge .medifuge_contents {
    margin-bottom: 8vw;
  }
}
#medifuge .medifuge .medifuge_contents .medifuge_content {
  width: 100%;
}
#medifuge .medifuge .medifuge_contents .medifuge_content img {
  padding: 0 4vw;
  width: 100%;
}
#medifuge .medifuge .medifuge_contents .medifuge_content02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content02 {
    flex-flow: column-reverse;
  }
}
#medifuge .medifuge .medifuge_contents .medifuge_content02 .medifuge_content_left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content02 .medifuge_content_left {
    width: 100%;
  }
}
#medifuge .medifuge .medifuge_contents .medifuge_content02 .medifuge_content_left img {
  width: 100%;
}
#medifuge .medifuge .medifuge_contents .medifuge_content02 .medifuge_content_right {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content02 .medifuge_content_right {
    width: 100%;
  }
}
#medifuge .medifuge .medifuge_contents .medifuge_content02 .medifuge_content_right p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 1.5vw 0;
}
#medifuge .medifuge .medifuge_contents .medifuge_content02 .medifuge_content_right ul {
  list-style: none;
}
#medifuge .medifuge .medifuge_contents .medifuge_content02 .medifuge_content_right ul li {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1vw;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content02 .medifuge_content_right ul li {
    font-size: 1.8vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content02 .medifuge_content_right ul li {
    font-size: 3.4vw;
    margin-bottom: 1.5vw;
  }
}
#medifuge .medifuge .medifuge_contents .medifuge_content03 {
  padding: 4vw 8vw;
  background-position: center;
}
#medifuge .medifuge .medifuge_contents .medifuge_content03 p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 1.5vw 0;
}
#medifuge .medifuge .medifuge_contents .medifuge_content03 ul {
  list-style: none;
}
#medifuge .medifuge .medifuge_contents .medifuge_content03 ul li {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1vw;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content03 ul li {
    font-size: 1.8vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content03 ul li {
    font-size: 3.4vw;
    margin-bottom: 1.5vw;
  }
}
#medifuge .medifuge .medifuge_contents .medifuge_content04 {
  padding: 4vw 8vw;
  background-position: center;
}
#medifuge .medifuge .medifuge_contents .medifuge_content04 p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 1.5vw 0;
}
#medifuge .medifuge .medifuge_contents .medifuge_content04 ul {
  list-style: none;
}
#medifuge .medifuge .medifuge_contents .medifuge_content04 ul li {
  color: #fff;
  padding: 0.5vw 0;
  font-size: 1vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  border-bottom: 1px dotted #587858;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content04 ul li {
    font-size: 1.8vw;
    padding: 1.5vw 0;
  }
}
@media screen and (max-width: 768px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content04 ul li {
    font-size: 3.4vw;
    padding: 3vw 0;
  }
}
#medifuge .medifuge .medifuge_contents .medifuge_content04 ul li span {
  width: 2vw;
  height: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #587858;
  border-radius: 50%;
  color: #fff;
  font-family: "Lora", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content04 ul li span {
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content04 ul li span {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content04 ul li p {
    width: 90%;
  }
}
#medifuge .medifuge .medifuge_contents .medifuge_content05 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content05 {
    flex-flow: column-reverse;
  }
}
#medifuge .medifuge .medifuge_contents .medifuge_content05 .medifuge_content_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content05 .medifuge_content_left {
    width: 100%;
  }
}
#medifuge .medifuge .medifuge_contents .medifuge_content05 .medifuge_content_left img {
  width: 100%;
}
#medifuge .medifuge .medifuge_contents .medifuge_content05 .medifuge_content_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content05 .medifuge_content_right {
    width: 100%;
  }
}
#medifuge .medifuge .medifuge_contents .medifuge_content05 .medifuge_content_right p {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 1.5vw 0;
}
#medifuge .medifuge .medifuge_contents .medifuge_content05 .medifuge_content_right ul {
  list-style: none;
}
#medifuge .medifuge .medifuge_contents .medifuge_content05 .medifuge_content_right ul li {
  color: #587858;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1vw;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content05 .medifuge_content_right ul li {
    font-size: 1.8vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #medifuge .medifuge .medifuge_contents .medifuge_content05 .medifuge_content_right ul li {
    font-size: 3.4vw;
    margin-bottom: 1.5vw;
  }
}

.footer_banner {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .footer_banner {
    gap: 3vw;
    margin-bottom: 8vw;
  }
}
.footer_banner a {
  display: block;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .footer_banner a {
    width: 90%;
    margin: auto;
  }
}
.footer_banner a img {
  width: 100%;
}

footer .footer_contents {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer_contents {
    padding: 8vw 0;
  }
}
footer .footer_contents .footer_logo {
  width: 30%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_logo {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_logo {
    width: 80%;
    margin-bottom: 6vw;
  }
}
footer .footer_contents .footer_logo img {
  width: 100%;
}
footer .footer_contents .footer_flex {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_flex {
    width: 90%;
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_flex {
    width: 95%;
    flex-flow: column;
  }
}
footer .footer_contents .footer_flex .footer_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_flex .footer_left {
    width: 90%;
    margin-bottom: 8vw;
  }
}
footer .footer_contents .footer_flex .footer_left > p {
  text-align: center;
  margin-bottom: 2vw;
  color: #587858;
}
footer .footer_contents .footer_flex .footer_left .header_tel {
  text-decoration: none;
  width: 100%;
  height: 100px;
  background-color: #63B765;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #fff;
  text-align: center;
}
footer .footer_contents .footer_flex .footer_left .header_tel::before {
  position: absolute;
  content: "";
  padding: 0.5vw;
  width: 90%;
  height: 70%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer_contents .footer_flex .footer_left .header_tel::after {
  position: absolute;
  content: "";
  padding: 0.5vw;
  width: 90%;
  height: 70%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_flex .footer_left .header_tel h4 {
    font-size: 7vw;
  }
}
footer .footer_contents .footer_flex .footer_left .header_tel h4 i {
  margin-right: 0.5vw;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_flex .footer_left .header_tel h4 i {
    margin-right: 1.5vw;
  }
}
footer .footer_contents .footer_flex .footer_right {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_flex .footer_right {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_flex .footer_right {
    width: auto;
  }
}
footer .footer_contents .footer_flex .footer_right .footer_time {
  background-color: #fff;
  padding: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_flex .footer_right .footer_time {
    padding: 4vw;
  }
}
footer .footer_contents .footer_flex .footer_right .footer_time p {
  color: #587858;
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_flex .footer_right .footer_time p {
    margin-top: 4vw;
  }
}
footer .footer_contents .footer_flex .footer_right .footer_time table {
  border-collapse: collapse;
}
footer .footer_contents .footer_flex .footer_right .footer_time table tr {
  margin: 1vw;
}
footer .footer_contents .footer_flex .footer_right .footer_time table tr:first-child td {
  color: #587858;
}
footer .footer_contents .footer_flex .footer_right .footer_time table tr:nth-child(2) td, footer .footer_contents .footer_flex .footer_right .footer_time table tr:last-child td {
  color: #86CB88;
}
footer .footer_contents .footer_flex .footer_right .footer_time table tr:nth-child(2) td:nth-child(5), footer .footer_contents .footer_flex .footer_right .footer_time table tr:nth-child(2) td:nth-child(8), footer .footer_contents .footer_flex .footer_right .footer_time table tr:nth-child(2) td:nth-child(9), footer .footer_contents .footer_flex .footer_right .footer_time table tr:last-child td:nth-child(5), footer .footer_contents .footer_flex .footer_right .footer_time table tr:last-child td:nth-child(8), footer .footer_contents .footer_flex .footer_right .footer_time table tr:last-child td:nth-child(9) {
  color: #587858;
}
footer .footer_contents .footer_flex .footer_right .footer_time table tr td {
  padding: 1vw;
  font-size: 1vw;
  border-bottom: 1px solid #587858;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_flex .footer_right .footer_time table tr td {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_flex .footer_right .footer_time table tr td {
    padding: 2vw;
    font-size: 3.4vw;
  }
}
footer .footer_map {
  width: 100%;
}
footer .footer_map iframe {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_map iframe {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_map iframe {
    height: 80vw;
  }
}
footer .copyright {
  padding: 1vw;
  text-align: center;
  background-color: #63B765;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 4vw 0;
  }
}
footer .copyright p {
  color: #fff;
}/*# sourceMappingURL=style.css.map */