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

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Old Mincho", serif;
  background-color: #FFFBEF;
}

@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;
  }
}

#lower {
  padding-top: 100px;
  width: 100vw;
  height: 45vh;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower {
    padding-top: 12vw;
    height: 40vh;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #lower {
    padding-top: 19vw;
    height: 30vh;
    margin-bottom: 8vw;
  }
}
#lower .lower {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
}
#lower .lower .lower_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title {
    height: 15vw;
  }
}
#lower .lower .lower_title img {
  height: 100%;
}

.lower_headline {
  padding: 1vw;
  text-align: center;
  background-color: #E9F3D2;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .lower_headline {
    width: 95%;
    padding: 4vw 0;
    margin-bottom: 4vw;
  }
}

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.3vw;
}
@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;
  }
}

header {
  z-index: 99999999;
  width: 100vw;
  position: fixed;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5vw 2vw;
  overflow: hidden;
  background-color: #fff;
  height: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  height: 75%;
  padding: 0.5vw;
}
header #header_pc .header_logo img {
  height: 100%;
}
header #header_pc .header_menu .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
}
header #header_pc .header_menu .main_menu > li:nth-child(1) a, header #header_pc .header_menu .main_menu li:nth-child(2) a, header #header_pc .header_menu .main_menu li:nth-child(3) a, header #header_pc .header_menu .main_menu li:nth-child(4) a, header #header_pc .header_menu .main_menu li:nth-child(5) a, header #header_pc .header_menu .main_menu li:nth-child(6) a {
  width: 100%;
  margin: auto;
}
header #header_pc .header_menu .main_menu > li:nth-child(1) a img, header #header_pc .header_menu .main_menu li:nth-child(2) a img, header #header_pc .header_menu .main_menu li:nth-child(3) a img, header #header_pc .header_menu .main_menu li:nth-child(4) a img, header #header_pc .header_menu .main_menu li:nth-child(5) a img, header #header_pc .header_menu .main_menu li:nth-child(6) a img {
  width: 100%;
}
header #header_pc .header_menu .main_menu > li:nth-child(7) {
  width: 15%;
}
header #header_pc .header_menu .main_menu > li:nth-child(7) a {
  width: 100%;
  margin: auto;
}
header #header_pc .header_menu .main_menu > li:nth-child(7) a img {
  width: 100%;
}
header #header_pc .header_menu .main_menu > li:nth-child(8) a {
  border: none;
}
header #header_pc .header_menu .main_menu > li:nth-child(8) a button {
  background-color: #A3CE4D;
  position: relative;
}
header #header_pc .header_menu .main_menu > li:nth-child(8) a button::after {
  content: "";
  display: block;
  position: absolute;
  width: 1vw;
  height: 1vw;
  bottom: 1%;
  right: 1%;
  background-color: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
header #header_pc .header_menu .main_menu > li:last-child a {
  border: none;
}
header #header_pc .header_menu .main_menu > li:last-child a button {
  background-color: #CEA54D;
}
header #header_pc .header_menu .main_menu > li > a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
  font-size: 1vw;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
header #header_pc .header_menu .main_menu > li > a span {
  color: #A3CE4D;
  font-family: "EB Garamond", serif;
  font-size: 0.8vw;
}
header #header_pc .header_menu .main_menu > li > a i {
  font-size: 1vw;
  margin-right: 0.6vw;
}
header #header_pc .header_menu .main_menu > li > a button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  color: #fff;
  border: none;
  height: 3vw;
  font-family: "Zen Old Mincho", serif;
}
header #header_pc .header_menu .main_menu > li > a button img {
  font-size: 1vw;
  margin-right: 0.5vw;
}
header #header_pc .header_menu .main_menu > li > a button span {
  display: block;
}
header #header_pc .header_menu .main_menu > li > a button span:first-child {
  font-size: 0.6vw;
}
header #header_pc .header_menu .main_menu > li > a button span:last-child {
  font-size: 1.2vw;
  font-weight: 600;
}
header #header_pc .header_menu .main_menu > li > a button span:last-child i {
  margin-right: 0.5vw;
}

@media screen and (min-width: 1441px) {
  #header_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #header_sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #header_sp {
    height: 19vw;
  }
}
#header_sp {
  height: 12vw;
  display: flex;
  align-items: top;
  background-color: #fff;
}
#header_sp .header_logo {
  width: 50%;
  margin-left: 3vw;
  padding: 1vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header_sp .header_logo {
    width: 50%;
  }
}
#header_sp .header_logo img {
  width: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 13px;
  top: 12px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 1441px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #A3CE4D;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .hamburger span {
    width: 30px;
  }
}

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

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

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

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  left: 42%;
  top: 25%;
  background: #A3CE4D;
  transform: rotate(-45deg) translate(-50%, -50%);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  left: 40%;
  top: 72%;
  background: #A3CE4D;
  transform: rotate(45deg) translate(-50%, -50%);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column;
}
nav.globalMenuSp .header_logo {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 50%;
}
nav.globalMenuSp .header_logo img {
  width: 100%;
}

nav.globalMenuSp ul {
  overflow-y: scroll;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul {
    height: calc(100vh - 24vw);
    margin-top: 24vw;
  }
}
nav.globalMenuSp ul h3 {
  text-align: start;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #000;
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li {
    margin-bottom: 20px;
  }
}

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

nav.globalMenuSp ul li a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  color: #000;
  padding: 0 5vw;
  text-decoration: none;
  font-size: 2.4vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 4vw;
  }
}
nav.globalMenuSp ul li a span {
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a span {
    font-size: 4vw;
    margin-top: 1vw;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

@media screen and (min-width: 1441px) {
  .header_sp_bottom {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .header_sp_bottom {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_sp_bottom {
    display: none !important;
  }
}
.header_sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 15vw;
}
.header_sp_bottom .header_sp_bottom_tel, .header_sp_bottom .header_sp_bottom_contact, .header_sp_bottom .header_sp_bottom_access {
  width: 32%;
  height: 100%;
  text-align: center;
  padding: 1vw;
  color: #fff;
}
.header_sp_bottom .header_sp_bottom_tel a, .header_sp_bottom .header_sp_bottom_contact a, .header_sp_bottom .header_sp_bottom_access a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  flex-flow: column;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 3.4vw;
}
.header_sp_bottom .header_sp_bottom_tel, .header_sp_bottom .header_sp_bottom_access {
  background-color: #CEA54D;
}
.header_sp_bottom .header_sp_bottom_contact {
  background-color: #A3CE4D;
}

#mv {
  padding-top: 100px;
  width: 100vw;
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv {
    padding-top: 12vw;
    height: 65%;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    padding-top: 19vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #mv .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .sp {
    display: none;
  }
}
#mv .mv {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #mv .mv {
    height: 100%;
  }
}
#mv .mv .slide-images {
  width: 100vw;
  height: 100%;
}
#mv .mv .slide-images .slick-list {
  height: 100%;
}
#mv .mv .slide-images .slick-list .slick-track {
  height: 100%;
}
#mv .mv .slide-images .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .mv .mv_headline {
  position: absolute;
  top: 40%;
  left: 6%;
  z-index: 1000;
  text-align: center;
  display: inline-block;
  text-shadow: 6px 6px 20px rgba(4, 51, 85, 0.6);
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #mv .mv .mv_headline .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .mv .mv_headline .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline .sp {
    display: none;
  }
}
#mv .mv .mv_headline h2 {
  color: #fff;
  font-size: 3vw;
  padding: 0vw 1vw;
  margin-bottom: 1vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline h2 {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline h2 {
    text-align: center;
    font-size: 5.5vw;
    margin-bottom: 4vw;
    letter-spacing: 1vw;
    line-height: 8vw;
  }
}
#mv .mv .mv_headline h2 span {
  color: #F3F606;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline img {
    width: 60%;
  }
}

#trouble .trouble {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 4vw;
}
@media screen and (max-width: 768px) {
  #trouble .trouble {
    padding-top: 8vw;
  }
}
#trouble .trouble #trouble_top {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top {
    margin-bottom: 12vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 60%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex01 {
    width: 90%;
    margin-bottom: 8vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex01 .trouble_left, #trouble .trouble #trouble_top .trouble_flex01 .trouble_right {
  width: 50%;
  margin: auto;
}
#trouble .trouble #trouble_top .trouble_flex01 .trouble_left img, #trouble .trouble #trouble_top .trouble_flex01 .trouble_right img {
  width: 100%;
}
#trouble .trouble #trouble_top .trouble_flex02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
  width: 90%;
  height: 50vw;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #trouble .trouble #trouble_top .trouble_flex02 {
    width: 95%;
    margin: auto;
    height: 60vw;
  }
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 {
    width: 95%;
    margin: auto;
    height: auto;
    flex-flow: column-reverse;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_map {
  width: 60%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_map {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_map {
    width: 100%;
    height: 60vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_map .trouble_map_btn {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_map .trouble_map_btn {
    width: 80%;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_map .trouble_map_btn a {
  border: none;
  text-decoration: none;
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_map .trouble_map_btn a button {
  width: 100%;
  background-color: #CEA54D;
  position: relative;
  border: none;
  padding: 1vw;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_map .trouble_map_btn a button {
    font-size: 5vw;
    gap: 2vw;
    padding: 2vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_map .trouble_map_btn a button img {
  width: 1vw;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_map .trouble_map_btn a button img {
    width: 5vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_map .trouble_map_btn a button::after {
  content: "";
  display: block;
  position: absolute;
  width: 1vw;
  height: 1vw;
  bottom: 1%;
  right: 1%;
  background-color: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_map .trouble_map_btn a button::after {
    width: 3vw;
    height: 3vw;
    bottom: 3%;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_map iframe {
  width: 100%;
  height: 100%;
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right {
    width: 100%;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right .info_headline {
  width: 70%;
  margin: auto;
  margin-bottom: 2vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right .info_headline {
    margin-bottom: 4vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right .info_headline h2 {
  font-size: 3vw;
  font-weight: 400;
  margin-bottom: 0.5vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right .info_headline h2 {
    font-size: 8vw;
    margin-bottom: 1vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right .info_headline img {
  width: 50%;
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right h3 {
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right h3 {
    margin-bottom: 4vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_tel {
  width: 50%;
  margin: auto;
  margin-bottom: 2vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_tel {
    width: 65%;
    margin-bottom: 4vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_tel::before {
  position: absolute;
  content: "";
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  width: 3vw;
  height: 2vw;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_tel::before {
    width: 6vw;
    height: 4vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_tel::after {
  position: absolute;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 3vw;
  height: 2vw;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_tel::after {
    width: 6vw;
    height: 4vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_tel a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: #000;
  padding: 0 1vw;
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_tel a h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_tel a h2 {
    font-size: 8vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_tel a h2 span {
  font-weight: 400;
  font-size: 1.2vw;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_tel a h2 span {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_tel a h2 span {
    font-size: 3.4vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_contact {
  width: 50%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_contact {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_contact {
    width: 65%;
    margin-bottom: 8vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_contact a {
  border: none;
  text-decoration: none;
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_contact a button {
  width: 100%;
  background-color: #A3CE4D;
  position: relative;
  border: none;
  padding: 1.5vw;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_contact a button {
    padding: 3vw;
    font-size: 3.8vw;
    gap: 2vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_contact a button img {
  width: 2vw;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_contact a button img {
    width: 5vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_contact a button::after {
  content: "";
  display: block;
  position: absolute;
  width: 1vw;
  height: 1vw;
  bottom: 1%;
  right: 1%;
  background-color: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right .trouble_contact a button::after {
    width: 3vw;
    height: 3vw;
    bottom: 3%;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right table {
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right table {
    width: 100%;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right table tr:first-child {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right table tr td {
  padding: 1vw;
  font-size: 1vw;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_top .trouble_flex02 .trouble_right table tr td {
    padding: 2vw 1vw;
    font-size: 3.4vw;
  }
}
#trouble .trouble #trouble_top .trouble_flex02 .trouble_right table tr .circle {
  color: #A3CE4D;
}
#trouble .trouble #trouble_main {
  padding-bottom: 12vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_main {
    padding-bottom: 18vw;
  }
}
#trouble .trouble #trouble_main .trouble_headline {
  width: 50%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_main .trouble_headline {
    width: 80%;
    margin-bottom: 8vw;
  }
}
#trouble .trouble #trouble_main .trouble_headline img {
  width: 100%;
}
#trouble .trouble #trouble_main .trouble_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2vw;
  width: 90%;
  margin: auto;
}
#trouble .trouble #trouble_main .trouble_contents a {
  text-decoration: none;
  display: block;
  width: 20vw;
  height: 20vw;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  flex-flow: column;
  color: #000;
  text-align: center;
  font-size: 1.4vw;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #trouble .trouble #trouble_main .trouble_contents a {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_main .trouble_contents a {
    width: 43vw;
    height: 43vw;
    font-size: 4vw;
  }
}
#trouble .trouble #trouble_main .trouble_contents a:nth-child(2), #trouble .trouble #trouble_main .trouble_contents a:nth-child(4), #trouble .trouble #trouble_main .trouble_contents a:nth-child(5), #trouble .trouble #trouble_main .trouble_contents a:nth-child(7), #trouble .trouble #trouble_main .trouble_contents a:nth-child(10), #trouble .trouble #trouble_main .trouble_contents a:nth-child(12) {
  background-color: #F3F3F3;
}
#trouble .trouble #trouble_main .trouble_contents a img:first-child {
  width: 40%;
}
#trouble .trouble #trouble_main .trouble_contents a img:last-child {
  width: 10%;
}
#trouble .trouble #trouble_main .trouble_point {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50%;
}
@media screen and (max-width: 768px) {
  #trouble .trouble #trouble_main .trouble_point {
    width: 90%;
  }
}
#trouble .trouble #trouble_main .trouble_point img {
  width: 100%;
}

#concept .concept {
  position: relative;
  padding-top: 8vw;
}
@media screen and (max-width: 768px) {
  #concept .concept {
    padding-top: 16vw;
  }
}
#concept .concept .concept_headline {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_headline {
    margin-bottom: 8vw;
  }
}
#concept .concept .concept_headline h2 {
  font-size: 3vw;
  font-weight: 400;
  margin-bottom: 1vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_headline h2 {
    font-size: 8vw;
    margin-bottom: 2vw;
  }
}
#concept .concept .concept_headline h4 {
  margin-bottom: 2vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_headline h4 {
    margin-bottom: 4vw;
  }
}
#concept .concept .concept_headline img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_headline img {
    width: 35%;
  }
}
#concept .concept .concept_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 90%;
  margin: auto;
  padding-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents {
    width: 95%;
    flex-flow: column;
    padding-bottom: 16vw;
  }
}
#concept .concept .concept_contents .concept_image {
  width: 60%;
  padding-top: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_contents .concept_image {
    width: 90%;
    padding-top: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_image {
    width: 100%;
    padding-top: 0;
    margin-bottom: 4vw;
  }
}
#concept .concept .concept_contents .concept_image img {
  width: 100%;
}
#concept .concept .concept_contents .concept_text {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  background-color: #fff;
  border-radius: 15px;
  padding: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_contents .concept_text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_text {
    width: 100%;
    position: static;
  }
}
#concept .concept .trouble_point {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #concept .concept .trouble_point {
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#concept .concept .trouble_point img {
  width: 100%;
}

#feature .feature {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #feature .feature {
    padding: 8vw 0;
  }
}
#feature .feature .feature_headline {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_headline {
    margin-bottom: 8vw;
  }
}
#feature .feature .feature_headline h2 {
  font-size: 3vw;
  font-weight: 400;
  margin-bottom: 1vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_headline h2 {
    font-size: 8vw;
    margin-bottom: 2vw;
  }
}
#feature .feature .feature_headline h4 {
  margin-bottom: 2vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_headline h4 {
    margin-bottom: 4vw;
  }
}
#feature .feature .feature_headline img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_headline img {
    width: 35%;
  }
}
#feature .feature .feature_contents {
  background-position: center;
  background-size: cover;
  padding: 4vw 0;
}
#feature .feature .feature_contents:nth-child(3) .feature_flex {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents:nth-child(3) .feature_flex {
    flex-flow: column;
  }
}
#feature .feature .feature_contents .feature_flex {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents .feature_flex {
    width: 95%;
    flex-flow: column;
  }
}
#feature .feature .feature_contents .feature_flex .feature_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents .feature_flex .feature_text {
    width: 100%;
  }
}
#feature .feature .feature_contents .feature_flex .feature_text .feature_text_headline {
  width: 100%;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents .feature_flex .feature_text .feature_text_headline {
    width: 65%;
    margin: auto;
    margin-bottom: 3vw;
  }
}
#feature .feature .feature_contents .feature_flex .feature_text .feature_text_headline h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  font-family: "EB Garamond", serif;
  color: #A3CE4D;
  font-weight: 300;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #feature .feature .feature_contents .feature_flex .feature_text .feature_text_headline h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents .feature_flex .feature_text .feature_text_headline h3 {
    justify-content: center;
    font-size: 9vw;
  }
}
#feature .feature .feature_contents .feature_flex .feature_text h3 {
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents .feature_flex .feature_text h3 {
    text-align: center;
    margin-bottom: 3vw;
  }
}
#feature .feature .feature_contents .feature_flex .feature_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents .feature_flex .feature_image {
    width: 100%;
  }
}
#feature .feature .feature_contents .feature_flex .feature_image img {
  width: 100%;
}

#flow .flow {
  background-size: cover;
  background-position: center;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #flow .flow {
    padding: 16vw 0;
  }
}
#flow .flow .flow_headline {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_headline {
    margin-bottom: 8vw;
  }
}
#flow .flow .flow_headline h2 {
  font-size: 3vw;
  font-weight: 400;
  margin-bottom: 1vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_headline h2 {
    font-size: 8vw;
    margin-bottom: 2vw;
  }
}
#flow .flow .flow_headline h4 {
  margin-bottom: 2vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_headline h4 {
    margin-bottom: 4vw;
  }
}
#flow .flow .flow_headline img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_headline img {
    width: 35%;
  }
}
#flow .flow .flow_contents {
  width: 95%;
  margin: auto;
  padding: 2vw;
  background-color: #fff;
  padding-bottom: 4vw;
}
#flow .flow .flow_contents .flow_texts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  flex-wrap: wrap;
  margin-bottom: 4vw;
}
#flow .flow .flow_contents .flow_texts .flow_text {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents .flow_texts .flow_text {
    width: 45%;
  }
}
#flow .flow .flow_contents .flow_texts .flow_text p i {
  margin-left: 1vw;
}
#flow .flow .flow_contents .flow_texts .flow_text p:last-child {
  border-bottom: 1px solid #000;
}
#flow .flow .flow_contents .flow_slider {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents .flow_slider {
    width: 95%;
  }
}
#flow .flow .flow_contents .flow_slider .flow_slide {
  position: relative;
}
#flow .flow .flow_contents .flow_slider .flow_slide img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents .flow_slider .flow_slide img {
    height: 80vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#flow .flow .flow_contents .flow_slider .flow_slide .flow_slide_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#flow .flow .flow_contents .flow_slider .flow_slide .flow_slide_text .flow_slide_text_contents {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4vw;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents .flow_slider .flow_slide .flow_slide_text .flow_slide_text_contents {
    padding: 8vw;
  }
}
#flow .flow .flow_contents .flow_slider .flow_slide .flow_slide_text .flow_slide_text_contents::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
#flow .flow .flow_contents .flow_slider .flow_slide .flow_slide_text .flow_slide_text_contents::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
#flow .flow .flow_contents .flow_slider .flow_slide .flow_slide_text .flow_slide_text_contents h4 span {
  color: #A3CE4D;
}
#flow .flow .flow_contents .slick-prev:before,
#flow .flow .flow_contents .slick-next:before {
  display: none;
}
#flow .flow .flow_contents .slick-prev {
  left: -5vw;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow .flow .flow_contents .slick-prev {
    left: -8vw;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents .slick-prev img {
    width: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents .slick-next {
    right: -2vw;
  }
  #flow .flow .flow_contents .slick-next img {
    width: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents .slick-dots {
    bottom: -15vw;
  }
}
#flow .flow .flow_contents .slick-dots li button::before {
  font-size: 12px;
  color: #CEA54D;
}

#medical .medical {
  padding: 8vw 0;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  #medical .medical {
    padding: 16vw 0;
  }
}
#medical .medical .medical_headline {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_headline {
    margin-bottom: 8vw;
  }
}
#medical .medical .medical_headline h2 {
  font-size: 3vw;
  font-weight: 400;
  margin-bottom: 1vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_headline h2 {
    font-size: 8vw;
    margin-bottom: 2vw;
  }
}
#medical .medical .medical_headline h4 {
  margin-bottom: 2vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_headline h4 {
    margin-bottom: 4vw;
  }
}
#medical .medical .medical_headline img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_headline img {
    width: 35%;
  }
}
#medical .medical .medical_contents01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 95%;
  margin: auto;
  flex-wrap: wrap;
}
#medical .medical .medical_contents01 .medical_content {
  width: 30%;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #medical .medical .medical_contents01 .medical_content {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_contents01 .medical_content {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#medical .medical .medical_contents01 .medical_content > img {
  width: 100%;
  margin-bottom: 1vw;
}
#medical .medical .medical_contents01 .medical_content .medical_content_text {
  margin: 0 1vw;
}
#medical .medical .medical_contents01 .medical_content .medical_content_text p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #000;
}
#medical .medical .medical_contents01 .medical_content .medical_content_text p img {
  margin-right: 1vw;
}
#medical .medical .medical_contents02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 95%;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 2vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_contents02 {
    margin-top: 4vw;
  }
}
#medical .medical .medical_contents02 .medical_content {
  width: 22%;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #medical .medical .medical_contents02 .medical_content {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_contents02 .medical_content {
    width: 45%;
    margin-bottom: 4vw;
  }
}
#medical .medical .medical_contents02 .medical_content > img {
  width: 100%;
  margin-bottom: 1vw;
}
#medical .medical .medical_contents02 .medical_content .medical_content_text {
  margin: 0 1vw;
}
#medical .medical .medical_contents02 .medical_content .medical_content_text p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #000;
}
#medical .medical .medical_contents02 .medical_content .medical_content_text p img {
  margin-right: 1vw;
}

@media screen and (max-width: 768px) {
  #greeting .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #greeting .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #greeting .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .sp {
    display: none;
  }
}
#greeting .greeting {
  padding: 8vw 0;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  #greeting .greeting {
    padding: 16vw 0;
  }
}
#greeting .greeting .greeting_headline {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_headline {
    margin-bottom: 8vw;
  }
}
#greeting .greeting .greeting_headline h2 {
  font-size: 3vw;
  font-weight: 400;
  margin-bottom: 1vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_headline h2 {
    font-size: 8vw;
    margin-bottom: 2vw;
  }
}
#greeting .greeting .greeting_headline h4 {
  margin-bottom: 2vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_headline h4 {
    margin-bottom: 4vw;
  }
}
#greeting .greeting .greeting_headline img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_headline img {
    width: 35%;
  }
}
#greeting .greeting .greeting_contents {
  background-position: top;
  background-size: cover;
  padding: 1vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents {
    padding: 8vw 0;
  }
}
#greeting .greeting .greeting_contents .greeting_content {
  border: 1px solid #A3CE4D;
  width: 100%;
  margin: auto;
  padding: 4vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_content {
    border: none;
  }
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_content .greeting_flex {
    flex-flow: column;
  }
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_left {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_left img {
  width: 100%;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_left img {
    margin-bottom: 3vw;
  }
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_left h3 {
  text-align: center;
  font-weight: 300;
  border-bottom: 6px double #000;
  outline-offset: -10px;
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_left h3 span {
  margin: 0 1vw;
  color: #A3CE4D;
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right {
  position: relative;
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right .greeting_image {
  width: 100%;
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right .greeting_image img {
  width: 100%;
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right h3 {
  text-align: center;
  font-weight: 300;
  border-bottom: 6px double #000;
  outline-offset: -10px;
  margin-bottom: 4vw;
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right h3 span {
  margin: 0 1vw;
  color: #A3CE4D;
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right .greeting_btn {
  position: absolute;
  bottom: -2vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right .greeting_btn {
    width: 100%;
    position: static;
    transform: translate(0, 0);
  }
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right .greeting_btn a {
  text-decoration: none;
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right .greeting_btn a button {
  width: 100%;
  padding: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #A3CE4D;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  border: none;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right .greeting_btn a button {
    padding: 3vw;
  }
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right .greeting_btn a button:hover {
  background-color: #fff;
  color: #A3CE4D;
  border: 1px solid #A3CE4D;
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right .greeting_btn a button h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right .greeting_btn a button h4 span {
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right .greeting_btn a button h4 span {
    font-size: 2.4vw;
  }
}
#greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right .greeting_btn a button i {
  position: absolute;
  bottom: 10%;
  right: 5%;
  font-size: 1.5vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_content .greeting_flex .greeting_right .greeting_btn a button i {
    font-size: 3vw;
  }
}

#gallery .gallery {
  height: 15vw;
}
@media screen and (max-width: 768px) {
  #gallery .gallery {
    height: 30vw;
  }
}
#gallery .gallery .slick-list {
  height: 100%;
}
#gallery .gallery .slick-list .slick-track {
  height: 100%;
}
#gallery .gallery .slick-list .slick-track img {
  height: 100%;
  padding: 1vw;
  -o-object-fit: cover;
     object-fit: cover;
}

#doctor .doctor .greeting {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .greeting {
    margin-bottom: 8vw;
  }
}
#doctor .doctor .greeting .greeting_contents {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .greeting .greeting_contents {
    flex-flow: column;
    margin-bottom: 4vw;
  }
}
#doctor .doctor .greeting .greeting_contents .greeting_left {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .greeting .greeting_contents .greeting_left {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#doctor .doctor .greeting .greeting_contents .greeting_left p {
  margin-bottom: 2vw;
}
#doctor .doctor .greeting .greeting_contents .greeting_left h3 {
  text-align: start;
  font-weight: 300;
  border-bottom: 6px double #000;
  outline-offset: -10px;
}
#doctor .doctor .greeting .greeting_contents .greeting_left h3 span {
  margin: 0 1vw;
  color: #A3CE4D;
}
#doctor .doctor .greeting .greeting_contents .greeting_right {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .greeting .greeting_contents .greeting_right {
    width: 100%;
  }
}
#doctor .doctor .greeting .greeting_contents .greeting_right .greeting_image {
  width: 100%;
}
#doctor .doctor .greeting .greeting_contents .greeting_right .greeting_image img {
  width: 100%;
}
#doctor .doctor .greeting .greeting_contents .greeting_right h3 {
  text-align: center;
  font-weight: 300;
  border-bottom: 6px double #000;
  outline-offset: -10px;
  margin-bottom: 4vw;
}
#doctor .doctor .greeting .greeting_contents .greeting_right h3 span {
  margin: 0 1vw;
  color: #A3CE4D;
}
#doctor .doctor .greeting .greeting_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .greeting .greeting_flex {
    flex-flow: column;
    width: 95%;
  }
}
#doctor .doctor .greeting .greeting_flex .greeting_left, #doctor .doctor .greeting .greeting_flex .greeting_right {
  width: 50%;
  background-color: #fff;
  padding: 1vw;
  height: 30vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor .greeting .greeting_flex .greeting_left, #doctor .doctor .greeting .greeting_flex .greeting_right {
    height: 65vw;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor .greeting .greeting_flex .greeting_left, #doctor .doctor .greeting .greeting_flex .greeting_right {
    width: 100%;
    height: auto;
    padding: 4vw;
  }
}
#doctor .doctor .greeting .greeting_flex .greeting_left h5, #doctor .doctor .greeting .greeting_flex .greeting_right h5 {
  background-color: #A3CE4D;
  color: #fff;
  text-align: center;
  padding: 1vw;
  border-radius: 5px;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .greeting .greeting_flex .greeting_left h5, #doctor .doctor .greeting .greeting_flex .greeting_right h5 {
    margin-bottom: 3vw;
  }
}
#doctor .doctor .greeting .greeting_flex .greeting_left table, #doctor .doctor .greeting .greeting_flex .greeting_right table {
  width: 100%;
  border-collapse: collapse;
}
#doctor .doctor .greeting .greeting_flex .greeting_left table tr td, #doctor .doctor .greeting .greeting_flex .greeting_right table tr td {
  padding: 1vw;
  font-size: 1vw;
}
#doctor .doctor .greeting .greeting_flex .greeting_left table tr td:first-child, #doctor .doctor .greeting .greeting_flex .greeting_right table tr td:first-child {
  width: 20%;
}
#doctor .doctor .greeting .greeting_flex .greeting_left table tr td:last-child, #doctor .doctor .greeting .greeting_flex .greeting_right table tr td:last-child {
  width: 80%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor .greeting .greeting_flex .greeting_left table tr td, #doctor .doctor .greeting .greeting_flex .greeting_right table tr td {
    font-size: 1.8vw;
    padding: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor .greeting .greeting_flex .greeting_left table tr td, #doctor .doctor .greeting .greeting_flex .greeting_right table tr td {
    padding: 3vw;
    font-size: 3.4vw;
  }
}
#doctor .doctor .greeting .greeting_flex .greeting_left ul, #doctor .doctor .greeting .greeting_flex .greeting_right ul {
  list-style: none;
  width: 80%;
  margin: auto;
}
#doctor .doctor .greeting .greeting_flex .greeting_left ul li, #doctor .doctor .greeting .greeting_flex .greeting_right ul li {
  font-size: 1vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor .greeting .greeting_flex .greeting_left ul li, #doctor .doctor .greeting .greeting_flex .greeting_right ul li {
    font-size: 1.8vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor .greeting .greeting_flex .greeting_left ul li, #doctor .doctor .greeting .greeting_flex .greeting_right ul li {
    margin-bottom: 3vw;
    font-size: 3.4vw;
  }
}
#doctor .doctor #introduce .introduce_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor #introduce .introduce_contents {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#doctor .doctor #introduce .introduce_contents .introduce_content {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #doctor .doctor #introduce .introduce_contents .introduce_content {
    width: 100%;
    margin-bottom: 3vw;
  }
}
#doctor .doctor #introduce .introduce_contents .introduce_content img {
  width: 100%;
}
#doctor .doctor #introduce .introduce_contents .introduce_content h4 {
  background-color: #fff;
  padding: 1vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #doctor .doctor #introduce .introduce_contents .introduce_content h4 {
    padding: 3vw;
  }
}
#doctor .doctor .management .management_sub_headline {
  background-color: #fff;
  padding: 1.5vw 0;
  text-align: center;
  margin-bottom: 2vw;
}
#doctor .doctor .management .management_sub_headline h4 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .management .management_sub_headline {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }
  #doctor .doctor .management .management_sub_headline img {
    width: 20%;
  }
}
#doctor .doctor .management > p {
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .management > p {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#doctor .doctor .management .management_images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .management .management_images {
    width: 95%;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#doctor .doctor .management .management_images img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .management .management_images img {
    width: 100%;
  }
}
#doctor .doctor .management .management_sub .management_sub_contents {
  width: 90%;
  margin: auto;
  padding: 2vw 0;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .management .management_sub .management_sub_contents {
    width: 95%;
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#doctor .doctor .management .management_sub .management_sub_contents:last-child {
  display: block;
}
#doctor .doctor .management .management_sub .management_sub_contents:last-child .management_sub_text {
  width: 100%;
}
#doctor .doctor .management .management_sub .management_sub_contents .management_sub_text {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .management .management_sub .management_sub_contents .management_sub_text {
    width: 100%;
  }
}
#doctor .doctor .management .management_sub .management_sub_contents .management_sub_text h3 {
  margin-bottom: 1.5vw;
}
#doctor .doctor .management .management_sub .management_sub_contents .management_sub_text h3 span {
  color: #A3CE4D;
  font-size: 1.5vw;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .management .management_sub .management_sub_contents .management_sub_text h3 span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor .management .management_sub .management_sub_contents .management_sub_text h3 {
    margin-bottom: 3vw;
  }
}
#doctor .doctor .management .management_sub .management_sub_contents .management_sub_text p {
  margin-bottom: 1vw;
}
#doctor .doctor .management .management_sub .management_sub_contents .management_sub_text p img {
  margin-right: 1vw;
}
#doctor .doctor .management .management_sub .management_sub_contents .management_image {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .management .management_sub .management_sub_contents .management_image {
    width: 100%;
  }
}
#doctor .doctor .management .management_sub .management_sub_contents .management_image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #doctor .doctor #access_flow .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #doctor .doctor #access_flow .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #doctor .doctor #access_flow .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor #access_flow .sp {
    display: none;
  }
}
#doctor .doctor #access_flow .access_flow_headline {
  background-color: #fff;
  padding: 1.5vw 0;
  text-align: center;
  margin-bottom: 2vw;
}
#doctor .doctor #access_flow .access_flow_headline h4 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor #access_flow .access_flow_headline {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }
  #doctor .doctor #access_flow .access_flow_headline img {
    width: 20%;
  }
}
#doctor .doctor #access_flow .access_flow_contents {
  width: 90%;
  margin: auto;
}
#doctor .doctor #access_flow .access_flow_contents .access_flow_content {
  background-color: #fff;
  padding: 2vw;
  border: 1px solid #000;
  margin-bottom: 4vw;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor #access_flow .access_flow_contents .access_flow_content {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#doctor .doctor #access_flow .access_flow_contents .access_flow_content::after {
  position: absolute;
  content: "";
  display: block;
  width: 2vw;
  height: 1vw;
  left: 50%;
  bottom: -2vw;
  transform: translate(-50%, 0);
  background-color: #CEA54D;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (max-width: 768px) {
  #doctor .doctor #access_flow .access_flow_contents .access_flow_content::after {
    width: 4vw;
    height: 2vw;
    bottom: -4vw;
  }
}
#doctor .doctor #access_flow .access_flow_contents .access_flow_content:last-child::after {
  width: 0;
  height: 0;
}
#doctor .doctor #access_flow .access_flow_contents .access_flow_content h4 {
  margin-bottom: 1vw;
}
#doctor .doctor #access_flow .access_flow_contents .access_flow_content h4 span {
  color: #A3CE4D;
  font-size: 4vw;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor #access_flow .access_flow_contents .access_flow_content h4 span {
    font-size: 8vw;
  }
}
#doctor .doctor .access_map {
  width: 100%;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor .access_map {
    margin-bottom: 8vw;
  }
}
#doctor .doctor .access_map iframe {
  width: 100%;
}
#doctor .doctor #contact .text {
  text-align: center;
  margin-bottom: 0.5vw;
}
#doctor .doctor #contact .text_c {
  text-align: center;
  margin-bottom: 2vw;
  color: #CEA54D;
}
#doctor .doctor #contact .contact_form {
  width: 90%;
  margin: auto;
  background-color: #fff;
  padding: 2vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor #contact .contact_form {
    width: 90%;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor #contact .contact_form {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#doctor .doctor #contact .contact_form .contact_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
  padding: 2vw 0;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor #contact .contact_form .contact_contents {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 8vw;
  }
}
#doctor .doctor #contact .contact_form .contact_contents p {
  font-size: 1vw;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor #contact .contact_form .contact_contents p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor #contact .contact_form .contact_contents p {
    font-size: 4vw;
  }
}
#doctor .doctor #contact .contact_form .contact_contents p:first-child {
  width: 20%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor #contact .contact_form .contact_contents p:first-child {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor #contact .contact_form .contact_contents p:first-child {
    width: 100%;
  }
}
#doctor .doctor #contact .contact_form .contact_contents p:first-child span {
  padding: 0.5vw 1vw;
  border-radius: 50px;
  margin-right: 1vw;
}
#doctor .doctor #contact .contact_form .contact_contents p:first-child .required {
  background-color: #F3F606;
  color: #000;
}
#doctor .doctor #contact .contact_form .contact_contents p:first-child .any {
  background-color: #fff;
  border: 1px solid #919191;
  color: #919191;
}
#doctor .doctor #contact .contact_form .contact_contents p:first-child .input_text_c {
  color: #CEA54D;
}
#doctor .doctor #contact .contact_form .contact_contents p:last-child {
  width: 80%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor #contact .contact_form .contact_contents p:last-child {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor #contact .contact_form .contact_contents p:last-child {
    width: 100%;
  }
}
#doctor .doctor #contact .contact_form .contact_contents p:last-child input {
  background-color: #DDDDDD;
  border: none;
  height: 4vw;
  width: 100%;
  padding: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor #contact .contact_form .contact_contents p:last-child input {
    height: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor #contact .contact_form .contact_contents p:last-child input {
    height: 9vw;
  }
}
#doctor .doctor #contact .contact_form .contact_contents p:last-child textarea {
  background-color: #DDDDDD;
  border: none;
  height: 80%;
  width: 100%;
}
#doctor .doctor #contact .contact_form .contact_contents p .wpcf7-radio input {
  width: auto;
  height: auto;
}
#doctor .doctor #contact .contact_form .contact_contents .text {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #doctor .doctor #contact .contact_form .contact_contents .text {
    width: 100%;
  }
}
#doctor .doctor #contact .contact_form .contact_contents .text p {
  width: 100%;
}
#doctor .doctor #contact .contact_form .contact_contents .text .input_text {
  width: 100%;
  text-align: start;
}
#doctor .doctor #contact .contact_form .contact_contents .text textarea {
  width: 100%;
}
#doctor .doctor #contact .contact_form .contact_contents .address_contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #doctor .doctor #contact .contact_form .contact_contents .address_contents {
    width: 100%;
  }
}
#doctor .doctor #contact .contact_form .wpcf7-submit {
  text-align: center;
  margin-bottom: 2vw;
  padding: 1vw 2vw;
  font-size: 1vw;
  background-color: #A3CE4D;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  border: none;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #doctor .doctor #contact .contact_form .wpcf7-submit {
    font-size: 1.8vw;
    padding: 1.5vw 3vw;
  }
}
@media screen and (max-width: 768px) {
  #doctor .doctor #contact .contact_form .wpcf7-submit {
    font-size: 3.4vw;
    padding: 3vw 6vw;
  }
}
#doctor .doctor #contact .contact_form .wpcf7-submit:hover {
  background-color: #fff;
  color: #A3CE4D;
  border: 1px solid #A3CE4D;
}
#doctor .doctor #contact .contact_form > p {
  text-align: center;
}
#doctor .doctor #contact .contact_form .wpcf7-spinner {
  display: none;
}
#doctor .doctor #contact .policy {
  width: 90%;
  margin: auto;
  background-color: #FFF6DD;
  padding: 2vw;
  height: 30vw;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  #doctor .doctor #contact .policy {
    padding: 4vw;
    height: 60vw;
  }
}
#doctor .doctor #contact .policy .policy_headline {
  margin-bottom: 1vw;
}
#doctor .doctor #contact .policy .policy_headline h5 {
  color: #CEA54D;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #CEA54D;
}
#doctor .doctor #contact .policy > p, #doctor .doctor #contact .policy > h5 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #doctor .doctor #contact .policy > p, #doctor .doctor #contact .policy > h5 {
    margin-bottom: 2vw;
  }
}

#medical .medical #checkup {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #medical .medical #checkup {
    margin-bottom: 8vw;
  }
}
#medical .medical #checkup .checkup_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #medical .medical #checkup .checkup_contents {
    width: 95%;
    margin-bottom: 4vw;
    flex-flow: column;
  }
}
#medical .medical #checkup .checkup_contents .checkup_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #checkup .checkup_contents .checkup_left {
    width: 100%;
  }
}
#medical .medical #checkup .checkup_contents .checkup_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #checkup .checkup_contents .checkup_right {
    width: 100%;
  }
}
#medical .medical #checkup .checkup_contents .checkup_right img {
  width: 100%;
}
#medical .medical #implant {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #medical .medical #implant {
    margin-bottom: 8vw;
  }
}
#medical .medical #implant .implant_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #medical .medical #implant .implant_contents {
    width: 95%;
    flex-flow: column-reverse;
    margin-bottom: 4vw;
  }
}
#medical .medical #implant .implant_contents .implant_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #implant .implant_contents .implant_left {
    width: 100%;
  }
}
#medical .medical #implant .implant_contents .implant_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #implant .implant_contents .implant_right {
    width: 100%;
  }
}
#medical .medical #implant .implant_contents .implant_right img {
  width: 100%;
}
#medical .medical #regenerative {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #medical .medical #regenerative {
    margin-bottom: 8vw;
  }
}
#medical .medical #regenerative .regenerative_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #medical .medical #regenerative .regenerative_contents {
    width: 95%;
    flex-flow: column;
    margin-bottom: 4vw;
  }
}
#medical .medical #regenerative .regenerative_contents .regenerative_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #regenerative .regenerative_contents .regenerative_left {
    width: 100%;
  }
}
#medical .medical #regenerative .regenerative_contents .regenerative_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #regenerative .regenerative_contents .regenerative_right {
    width: 100%;
  }
}
#medical .medical #regenerative .regenerative_contents .regenerative_right img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #medical .medical .regenerative_sub {
    margin-bottom: 8vw;
  }
}
#medical .medical .regenerative_sub .regenerative_sub_headline {
  background-color: #fff;
  padding: 1.5vw 0;
  text-align: center;
  margin-bottom: 2vw;
}
#medical .medical .regenerative_sub .regenerative_sub_headline h4 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .regenerative_sub .regenerative_sub_headline {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }
  #medical .medical .regenerative_sub .regenerative_sub_headline img {
    width: 20%;
  }
}
#medical .medical .regenerative_sub .regenerative_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .regenerative_sub .regenerative_contents {
    width: 95%;
    flex-flow: column;
    margin-bottom: 4vw;
  }
}
#medical .medical .regenerative_sub .regenerative_contents .regenerative_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical .regenerative_sub .regenerative_contents .regenerative_left {
    width: 100%;
  }
}
#medical .medical .regenerative_sub .regenerative_contents .regenerative_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical .regenerative_sub .regenerative_contents .regenerative_right {
    width: 100%;
  }
}
#medical .medical .regenerative_sub .regenerative_contents .regenerative_right img {
  width: 100%;
}
#medical .medical #oral {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #medical .medical #oral {
    margin-bottom: 8vw;
  }
}
#medical .medical #oral .oral_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #medical .medical #oral .oral_contents {
    width: 95%;
    flex-flow: column;
    margin-bottom: 4vw;
  }
}
#medical .medical #oral .oral_contents .oral_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #oral .oral_contents .oral_left {
    width: 100%;
  }
}
#medical .medical #oral .oral_contents .oral_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #oral .oral_contents .oral_right {
    width: 100%;
  }
}
#medical .medical #oral .oral_contents .oral_right img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #medical .medical .oral_sub {
    margin-bottom: 8vw;
  }
}
#medical .medical .oral_sub .oral_sub_headline {
  background-color: #fff;
  padding: 1.5vw 0;
  text-align: center;
  margin-bottom: 2vw;
}
#medical .medical .oral_sub .oral_sub_headline h4 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .oral_sub .oral_sub_headline {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }
  #medical .medical .oral_sub .oral_sub_headline img {
    width: 20%;
  }
}
#medical .medical .oral_sub .oral_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .oral_sub .oral_contents {
    width: 95%;
    flex-flow: column;
    margin-bottom: 4vw;
  }
}
#medical .medical .oral_sub .oral_contents .oral_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical .oral_sub .oral_contents .oral_left {
    width: 100%;
  }
}
#medical .medical .oral_sub .oral_contents .oral_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical .oral_sub .oral_contents .oral_right {
    width: 100%;
  }
}
#medical .medical .oral_sub .oral_contents .oral_right img {
  width: 100%;
}
#medical .medical #jaw {
  scroll-margin-top: 120px;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #medical .medical #jaw {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #medical .medical #jaw .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #medical .medical #jaw .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #medical .medical #jaw .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #medical .medical #jaw .sp {
    display: none;
  }
}
#medical .medical #jaw .jaw_contents {
  background-position: center;
  background-size: cover;
  padding: 4vw 1vw;
}
#medical .medical #jaw .jaw_contents .jaw_content {
  width: 60%;
  margin: auto;
  height: 100%;
  padding: 1vw;
  background-color: #fff;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #medical .medical #jaw .jaw_contents .jaw_content {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #medical .medical #jaw .jaw_contents .jaw_content {
    width: 100%;
  }
}
#medical .medical #jaw .jaw_contents .jaw_content .jaw_items {
  border: 1px solid #A3CE4D;
  padding: 4vw;
}
#medical .medical #jaw .jaw_contents .jaw_content .jaw_items .jaw_item_headline {
  width: 100%;
  margin: auto;
  margin-bottom: 4vw;
}
#medical .medical #jaw .jaw_contents .jaw_content .jaw_items .jaw_item_headline img {
  width: 100%;
}
#medical .medical #jaw .jaw_contents .jaw_content .jaw_items .jaw_item_contents {
  width: 100%;
  margin: auto;
}
#medical .medical #jaw .jaw_contents .jaw_content .jaw_items .jaw_item_contents .jaw_item_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2vw;
}
#medical .medical #jaw .jaw_contents .jaw_content .jaw_items .jaw_item_contents .jaw_item_content p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  border-bottom: 1px solid #A3CE4D;
}
#medical .medical #jaw .jaw_contents .jaw_content .jaw_items .jaw_item_contents .jaw_item_content p img {
  margin-right: 1vw;
}
#medical .medical #jaw .jaw_contents > p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #medical .medical #jaw .jaw_contents > p {
    text-align: start;
  }
}
#medical .medical .jaw_sub01 .jaw_sub_headline {
  background-color: #fff;
  padding: 1.5vw 0;
  text-align: center;
  margin-bottom: 2vw;
}
#medical .medical .jaw_sub01 .jaw_sub_headline h4 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub01 .jaw_sub_headline {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }
  #medical .medical .jaw_sub01 .jaw_sub_headline img {
    width: 20%;
  }
}
#medical .medical .jaw_sub01 .jaw_sub01_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub01 .jaw_sub01_contents {
    width: 95%;
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#medical .medical .jaw_sub01 .jaw_sub01_contents .jaw_sub_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub01 .jaw_sub01_contents .jaw_sub_text {
    width: 100%;
  }
}
#medical .medical .jaw_sub01 .jaw_sub01_contents .jaw_sub_text p {
  margin-bottom: 1vw;
}
#medical .medical .jaw_sub01 .jaw_sub01_contents .jaw_sub_text p img {
  margin-right: 1vw;
}
#medical .medical .jaw_sub01 .jaw_sub01_contents .jaw_sub_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub01 .jaw_sub01_contents .jaw_sub_image {
    width: 100%;
  }
}
#medical .medical .jaw_sub01 .jaw_sub01_contents .jaw_sub_image img {
  width: 100%;
}
#medical .medical .jaw_sub02 {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub02 {
    margin-bottom: 4vw;
  }
}
#medical .medical .jaw_sub02 .jaw_sub_headline {
  background-color: #fff;
  padding: 1.5vw 0;
  text-align: center;
  margin-bottom: 2vw;
}
#medical .medical .jaw_sub02 .jaw_sub_headline h4 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub02 .jaw_sub_headline {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }
  #medical .medical .jaw_sub02 .jaw_sub_headline img {
    width: 20%;
  }
}
#medical .medical .jaw_sub02 .jaw_sub02_text {
  text-align: center;
}
#medical .medical .jaw_sub02 .jaw_sub02_text p {
  margin-bottom: 1.5vw;
}
#medical .medical .jaw_sub02 .jaw_sub02_text .jaw_sub02_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 2vw;
}
#medical .medical .jaw_sub02 .jaw_sub02_text .jaw_sub02_flex h4 {
  padding: 1vw;
  text-align: center;
  background-color: #E9F3D2;
}
#medical .medical .jaw_sub03 .jaw_sub_headline {
  background-color: #fff;
  padding: 1.5vw 0;
  text-align: center;
  margin-bottom: 2vw;
}
#medical .medical .jaw_sub03 .jaw_sub_headline h4 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub03 .jaw_sub_headline {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }
  #medical .medical .jaw_sub03 .jaw_sub_headline img {
    width: 20%;
  }
}
#medical .medical .jaw_sub03 .jaw_sub03_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  width: 90%;
  margin: auto;
  padding: 2vw 0;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub03 .jaw_sub03_contents {
    width: 95%;
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#medical .medical .jaw_sub03 .jaw_sub03_contents .jaw_sub_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub03 .jaw_sub03_contents .jaw_sub_text {
    width: 100%;
  }
}
#medical .medical .jaw_sub03 .jaw_sub03_contents .jaw_sub_text h3 {
  margin-bottom: 1.5vw;
}
#medical .medical .jaw_sub03 .jaw_sub03_contents .jaw_sub_text h3 span {
  color: #A3CE4D;
  font-size: 1.5vw;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub03 .jaw_sub03_contents .jaw_sub_text h3 span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub03 .jaw_sub03_contents .jaw_sub_text h3 {
    margin-bottom: 3vw;
  }
}
#medical .medical .jaw_sub03 .jaw_sub03_contents .jaw_sub_text p {
  margin-bottom: 1vw;
}
#medical .medical .jaw_sub03 .jaw_sub03_contents .jaw_sub_text p img {
  margin-right: 1vw;
}
#medical .medical .jaw_sub03 .jaw_sub03_contents .jaw_sub_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub03 .jaw_sub03_contents .jaw_sub_image {
    width: 100%;
  }
}
#medical .medical .jaw_sub03 .jaw_sub03_contents .jaw_sub_image img {
  width: 100%;
}
#medical .medical .jaw_sub03 .jaw_sub03_contents_ni {
  width: 90%;
  margin: auto;
  padding: 2vw 0;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub03 .jaw_sub03_contents_ni {
    width: 95%;
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#medical .medical .jaw_sub03 .jaw_sub03_contents_ni .jaw_sub_text {
  width: 100%;
}
#medical .medical .jaw_sub03 .jaw_sub03_contents_ni .jaw_sub_text h3 {
  margin-bottom: 1.5vw;
}
#medical .medical .jaw_sub03 .jaw_sub03_contents_ni .jaw_sub_text h3 span {
  color: #A3CE4D;
  font-size: 1.5vw;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub03 .jaw_sub03_contents_ni .jaw_sub_text h3 span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #medical .medical .jaw_sub03 .jaw_sub03_contents_ni .jaw_sub_text h3 {
    margin-bottom: 3vw;
  }
}
#medical .medical .jaw_sub03 .jaw_sub03_contents_ni .jaw_sub_text p {
  margin-bottom: 1vw;
}
#medical .medical .jaw_sub03 .jaw_sub03_contents_ni .jaw_sub_text p img {
  margin-right: 1vw;
}
#medical .medical #general {
  scroll-margin-top: 120px;
}
#medical .medical #general .general_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #medical .medical #general .general_contents {
    width: 95%;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#medical .medical #general .general_contents .general_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #general .general_contents .general_text {
    width: 100%;
  }
}
#medical .medical #general .general_contents .general_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #general .general_contents .general_image {
    width: 100%;
  }
}
#medical .medical #general .general_contents .general_image img {
  width: 100%;
}
#medical .medical #canal {
  scroll-margin-top: 120px;
}
#medical .medical #canal .canal_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #medical .medical #canal .canal_contents {
    width: 95%;
    flex-flow: column-reverse;
    margin-bottom: 8vw;
  }
}
#medical .medical #canal .canal_contents .canal_text {
  width: 50%;
}
#medical .medical #canal .canal_contents .canal_text h3 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical #canal .canal_contents .canal_text h3 {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #medical .medical #canal .canal_contents .canal_text {
    width: 100%;
  }
}
#medical .medical #canal .canal_contents .canal_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #canal .canal_contents .canal_image {
    width: 100%;
  }
}
#medical .medical #canal .canal_contents .canal_image img {
  width: 100%;
}
#medical .medical .trouble {
  padding: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .trouble {
    padding: 4vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #medical .medical .trouble .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #medical .medical .trouble .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #medical .medical .trouble .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #medical .medical .trouble .sp {
    display: none;
  }
}
#medical .medical .trouble .trouble_contents {
  background-color: #fff;
  width: 80%;
  margin: auto;
  padding: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #medical .medical .trouble .trouble_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #medical .medical .trouble .trouble_contents {
    width: 95%;
  }
}
#medical .medical .trouble .trouble_contents .trouble_content {
  border: 1px solid #E9F3D2;
  padding: 2vw;
}
#medical .medical .trouble .trouble_contents .trouble_content .trouble_headline {
  width: 30%;
  margin: auto;
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .trouble .trouble_contents .trouble_content .trouble_headline {
    width: 50%;
    margin-bottom: 4vw;
  }
}
#medical .medical .trouble .trouble_contents .trouble_content .trouble_headline img {
  width: 100%;
}
#medical .medical .trouble .trouble_contents .trouble_content .trouble_subHeadline {
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .trouble .trouble_contents .trouble_content .trouble_subHeadline {
    width: 95%;
    margin-bottom: 4vw;
  }
}
#medical .medical .trouble .trouble_contents .trouble_content .trouble_subHeadline img {
  width: 100%;
}
#medical .medical .trouble .trouble_contents .trouble_content .trouble_flex {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #medical .medical .trouble .trouble_contents .trouble_content .trouble_flex {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #medical .medical .trouble .trouble_contents .trouble_content .trouble_flex {
    width: 95%;
    flex-flow: column;
  }
}
#medical .medical .trouble .trouble_contents .trouble_content .trouble_flex p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  border-bottom: 1px solid #A3CE4D;
}
@media screen and (max-width: 768px) {
  #medical .medical .trouble .trouble_contents .trouble_content .trouble_flex p {
    width: 100%;
  }
}
#medical .medical .trouble .trouble_contents .trouble_content .trouble_flex p img {
  margin-right: 1vw;
}
#medical .medical #periodontal {
  scroll-margin-top: 120px;
}
#medical .medical #periodontal .periodontal_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #medical .medical #periodontal .periodontal_contents {
    width: 95%;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#medical .medical #periodontal .periodontal_contents .periodontal_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #periodontal .periodontal_contents .periodontal_text {
    width: 100%;
  }
}
#medical .medical #periodontal .periodontal_contents .periodontal_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #periodontal .periodontal_contents .periodontal_image {
    width: 100%;
  }
}
#medical .medical #periodontal .periodontal_contents .periodontal_image img {
  width: 100%;
}
#medical .medical .periodontal_sub01 .periodontal_sub_headline {
  background-color: #fff;
  padding: 1.5vw 0;
  text-align: center;
  margin-bottom: 2vw;
}
#medical .medical .periodontal_sub01 .periodontal_sub_headline h4 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .periodontal_sub01 .periodontal_sub_headline {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }
  #medical .medical .periodontal_sub01 .periodontal_sub_headline img {
    width: 20%;
  }
}
#medical .medical .periodontal_sub01 .periodontal_sub01_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .periodontal_sub01 .periodontal_sub01_contents {
    width: 95%;
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#medical .medical .periodontal_sub01 .periodontal_sub01_contents .periodontal_sub_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical .periodontal_sub01 .periodontal_sub01_contents .periodontal_sub_text {
    width: 100%;
  }
}
#medical .medical .periodontal_sub01 .periodontal_sub01_contents .periodontal_sub_text h3 {
  margin-bottom: 1.5vw;
}
#medical .medical .periodontal_sub01 .periodontal_sub01_contents .periodontal_sub_text h3 span {
  color: #A3CE4D;
  font-size: 1.5vw;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .periodontal_sub01 .periodontal_sub01_contents .periodontal_sub_text h3 span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #medical .medical .periodontal_sub01 .periodontal_sub01_contents .periodontal_sub_text h3 {
    margin-bottom: 3vw;
  }
}
#medical .medical .periodontal_sub01 .periodontal_sub01_contents .periodontal_sub_text p {
  margin-bottom: 1vw;
}
#medical .medical .periodontal_sub01 .periodontal_sub01_contents .periodontal_sub_text p img {
  margin-right: 1vw;
}
#medical .medical .periodontal_sub01 .periodontal_sub01_contents .periodontal_sub_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical .periodontal_sub01 .periodontal_sub01_contents .periodontal_sub_image {
    width: 100%;
  }
}
#medical .medical .periodontal_sub01 .periodontal_sub01_contents .periodontal_sub_image img {
  width: 100%;
}
#medical .medical .periodontal_sub02 {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .periodontal_sub02 {
    margin-bottom: 4vw;
  }
}
#medical .medical .periodontal_sub02 .periodontal_sub_headline {
  background-color: #fff;
  padding: 1.5vw 0;
  text-align: center;
  margin-bottom: 2vw;
}
#medical .medical .periodontal_sub02 .periodontal_sub_headline h4 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .periodontal_sub02 .periodontal_sub_headline {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }
  #medical .medical .periodontal_sub02 .periodontal_sub_headline img {
    width: 20%;
  }
}
#medical .medical .periodontal_sub02 .periodontal_sub02_text {
  text-align: center;
}
#medical .medical .periodontal_sub02 .periodontal_sub02_text p {
  margin-bottom: 1.5vw;
}
#medical .medical .periodontal_sub02 .periodontal_sub02_text .periodontal_sub02_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 2vw;
}
#medical .medical .periodontal_sub02 .periodontal_sub02_text .periodontal_sub02_flex h4 {
  padding: 1vw;
  text-align: center;
  background-color: #E9F3D2;
}
#medical .medical .periodontal_sub03 {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .periodontal_sub03 {
    margin-bottom: 4vw;
  }
}
#medical .medical .periodontal_sub03 .periodontal_sub_headline {
  background-color: #fff;
  padding: 1.5vw 0;
  text-align: center;
  margin-bottom: 2vw;
}
#medical .medical .periodontal_sub03 .periodontal_sub_headline h4 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .periodontal_sub03 .periodontal_sub_headline {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }
  #medical .medical .periodontal_sub03 .periodontal_sub_headline img {
    width: 20%;
  }
}
#medical .medical .periodontal_sub03 p {
  width: 50%;
  margin: auto;
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #medical .medical .periodontal_sub03 p {
    width: 80%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #medical .medical .periodontal_sub03 p {
    width: 95%;
    text-align: start;
    margin-bottom: 4vw;
  }
}
#medical .medical .periodontal_sub03 .periodontal_sub03_image {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #medical .medical .periodontal_sub03 .periodontal_sub03_image {
    width: 95%;
  }
}
#medical .medical .periodontal_sub03 .periodontal_sub03_image img {
  width: 100%;
}
#medical .medical #grinding {
  scroll-margin-top: 120px;
}
#medical .medical #grinding .grinding_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #medical .medical #grinding .grinding_contents {
    width: 95%;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#medical .medical #grinding .grinding_contents .grinding_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #grinding .grinding_contents .grinding_text {
    width: 100%;
  }
}
#medical .medical #grinding .grinding_contents .grinding_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #grinding .grinding_contents .grinding_image {
    width: 100%;
  }
}
#medical .medical #grinding .grinding_contents .grinding_image img {
  width: 100%;
}
#medical .medical #whitening {
  scroll-margin-top: 120px;
}
#medical .medical #whitening .whitening_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #medical .medical #whitening .whitening_contents {
    width: 95%;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#medical .medical #whitening .whitening_contents .whitening_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #whitening .whitening_contents .whitening_text {
    width: 100%;
  }
}
#medical .medical #whitening .whitening_contents .whitening_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #whitening .whitening_contents .whitening_image {
    width: 100%;
  }
}
#medical .medical #whitening .whitening_contents .whitening_image img {
  width: 100%;
}
#medical .medical .whitening_flow .whitening_flow_headline {
  background-color: #fff;
  padding: 1.5vw 0;
  text-align: center;
  margin-bottom: 2vw;
}
#medical .medical .whitening_flow .whitening_flow_headline h4 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .whitening_flow .whitening_flow_headline {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }
  #medical .medical .whitening_flow .whitening_flow_headline img {
    width: 20%;
  }
}
#medical .medical .whitening_flow .whitening_flow_contents {
  width: 90%;
  margin: auto;
}
#medical .medical .whitening_flow .whitening_flow_contents .whitening_flow_content {
  background-color: #fff;
  padding: 2vw;
  border: 1px solid #000;
  margin-bottom: 4vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #medical .medical .whitening_flow .whitening_flow_contents .whitening_flow_content {
    margin-bottom: 8vw;
  }
}
#medical .medical .whitening_flow .whitening_flow_contents .whitening_flow_content::after {
  position: absolute;
  content: "";
  display: block;
  width: 2vw;
  height: 1vw;
  left: 50%;
  bottom: -2vw;
  transform: translate(-50%, 0);
  background-color: #CEA54D;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (max-width: 768px) {
  #medical .medical .whitening_flow .whitening_flow_contents .whitening_flow_content::after {
    width: 4vw;
    height: 2vw;
    bottom: -4vw;
  }
}
#medical .medical .whitening_flow .whitening_flow_contents .whitening_flow_content:last-child::after {
  width: 0;
  height: 0;
}
#medical .medical .whitening_flow .whitening_flow_contents .whitening_flow_content h4 {
  margin-bottom: 1vw;
}
#medical .medical .whitening_flow .whitening_flow_contents .whitening_flow_content h4 span {
  color: #A3CE4D;
  font-size: 4vw;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .whitening_flow .whitening_flow_contents .whitening_flow_content h4 span {
    font-size: 8vw;
  }
}
#medical .medical #dentures {
  scroll-margin-top: 120px;
}
#medical .medical #dentures .dentures_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #medical .medical #dentures .dentures_contents {
    width: 95%;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#medical .medical #dentures .dentures_contents .dentures_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #dentures .dentures_contents .dentures_text {
    width: 100%;
  }
}
#medical .medical #dentures .dentures_contents .dentures_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #dentures .dentures_contents .dentures_image {
    width: 100%;
  }
}
#medical .medical #dentures .dentures_contents .dentures_image img {
  width: 100%;
}
#medical .medical .dentures_sub .dentures_sub_headline {
  background-color: #fff;
  padding: 1.5vw 0;
  text-align: center;
  margin-bottom: 2vw;
}
#medical .medical .dentures_sub .dentures_sub_headline h4 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .dentures_sub .dentures_sub_headline {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }
  #medical .medical .dentures_sub .dentures_sub_headline img {
    width: 20%;
  }
}
#medical .medical .dentures_sub .dentures_sub_contents {
  width: 90%;
  margin: auto;
  padding: 2vw 0;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  #medical .medical .dentures_sub .dentures_sub_contents {
    width: 95%;
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#medical .medical .dentures_sub .dentures_sub_contents .dentures_sub_text {
  width: 100%;
}
#medical .medical .dentures_sub .dentures_sub_contents .dentures_sub_text h3 {
  margin-bottom: 1.5vw;
}
#medical .medical .dentures_sub .dentures_sub_contents .dentures_sub_text h3 span {
  color: #A3CE4D;
  font-size: 1.5vw;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .dentures_sub .dentures_sub_contents .dentures_sub_text h3 span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #medical .medical .dentures_sub .dentures_sub_contents .dentures_sub_text h3 {
    margin-bottom: 3vw;
  }
}
#medical .medical .dentures_sub .dentures_sub_contents .dentures_sub_text p {
  margin-bottom: 1vw;
}
#medical .medical .dentures_sub .dentures_sub_contents .dentures_sub_text p img {
  margin-right: 1vw;
}
#medical .medical #ceramic {
  scroll-margin-top: 120px;
}
#medical .medical #ceramic .ceramic_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #medical .medical #ceramic .ceramic_contents {
    width: 95%;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#medical .medical #ceramic .ceramic_contents .ceramic_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #ceramic .ceramic_contents .ceramic_text {
    width: 100%;
  }
}
#medical .medical #ceramic .ceramic_contents .ceramic_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #medical .medical #ceramic .ceramic_contents .ceramic_image {
    width: 100%;
  }
}
#medical .medical #ceramic .ceramic_contents .ceramic_image img {
  width: 100%;
}
#medical .medical .ceramic_sub .ceramic_sub_headline {
  background-color: #fff;
  padding: 1.5vw 0;
  text-align: center;
  margin-bottom: 2vw;
}
#medical .medical .ceramic_sub .ceramic_sub_headline h4 {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .ceramic_sub .ceramic_sub_headline {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }
  #medical .medical .ceramic_sub .ceramic_sub_headline img {
    width: 20%;
  }
}
#medical .medical .ceramic_sub .ceramic_sub_contents {
  width: 90%;
  margin: auto;
  padding: 2vw 0;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  #medical .medical .ceramic_sub .ceramic_sub_contents {
    width: 95%;
    margin-bottom: 8vw;
    flex-flow: column;
  }
}
#medical .medical .ceramic_sub .ceramic_sub_contents .ceramic_sub_text {
  width: 100%;
}
#medical .medical .ceramic_sub .ceramic_sub_contents .ceramic_sub_text h3 {
  margin-bottom: 1.5vw;
}
#medical .medical .ceramic_sub .ceramic_sub_contents .ceramic_sub_text h3 span {
  color: #A3CE4D;
  font-size: 1.5vw;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .ceramic_sub .ceramic_sub_contents .ceramic_sub_text h3 span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #medical .medical .ceramic_sub .ceramic_sub_contents .ceramic_sub_text h3 {
    margin-bottom: 3vw;
  }
}
#medical .medical .ceramic_sub .ceramic_sub_contents .ceramic_sub_text p {
  margin-bottom: 1vw;
}
#medical .medical .ceramic_sub .ceramic_sub_contents .ceramic_sub_text p img {
  margin-right: 1vw;
}

footer {
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 16vw 0;
  }
}
footer .footer_logo {
  width: 20%;
  margin: auto;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_logo {
    width: 30%;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_logo {
    width: 60%;
    margin-bottom: 4vw;
  }
}
footer .footer_logo img {
  width: 100%;
}
footer .footer_address {
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer_address {
    margin-bottom: 4vw;
  }
}
footer .footer_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  margin: auto;
  margin-bottom: 8vw;
  gap: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_flex {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_flex {
    width: 80%;
    flex-flow: column;
  }
}
footer .footer_flex .footer_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  footer .footer_flex .footer_left {
    width: 100%;
  }
}
footer .footer_flex .footer_left .footer_tel {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  position: relative;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  footer .footer_flex .footer_left .footer_tel {
    width: 100%;
    margin-bottom: 4vw;
  }
}
footer .footer_flex .footer_left .footer_tel::before {
  position: absolute;
  content: "";
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  width: 3vw;
  height: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer_flex .footer_left .footer_tel::before {
    width: 6vw;
    height: 4vw;
  }
}
footer .footer_flex .footer_left .footer_tel::after {
  position: absolute;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 3vw;
  height: 2vw;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  footer .footer_flex .footer_left .footer_tel::after {
    width: 6vw;
    height: 4vw;
  }
}
footer .footer_flex .footer_left .footer_tel a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: #000;
  padding: 2vw;
}
footer .footer_flex .footer_left .footer_tel a h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 3.5vw;
}
@media screen and (max-width: 768px) {
  footer .footer_flex .footer_left .footer_tel a h2 {
    font-size: 8vw;
  }
}
footer .footer_flex .footer_left .footer_tel a h2 span {
  font-weight: 400;
  font-size: 1.2vw;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_flex .footer_left .footer_tel a h2 span {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_flex .footer_left .footer_tel a h2 span {
    font-size: 3.4vw;
  }
}
footer .footer_flex .footer_left .footer_contact {
  width: 100%;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_flex .footer_left .footer_contact {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_flex .footer_left .footer_contact {
    margin-bottom: 4vw;
  }
}
footer .footer_flex .footer_left .footer_contact a {
  border: none;
  text-decoration: none;
}
footer .footer_flex .footer_left .footer_contact a button {
  width: 100%;
  background-color: #A3CE4D;
  position: relative;
  border: none;
  padding: 1.5vw;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer_flex .footer_left .footer_contact a button {
    padding: 3vw;
    font-size: 5vw;
    gap: 2vw;
  }
}
footer .footer_flex .footer_left .footer_contact a button img {
  width: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer_flex .footer_left .footer_contact a button img {
    width: 5vw;
  }
}
footer .footer_flex .footer_left .footer_contact a button::after {
  content: "";
  display: block;
  position: absolute;
  width: 1vw;
  height: 1vw;
  bottom: 1%;
  right: 1%;
  background-color: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  footer .footer_flex .footer_left .footer_contact a button::after {
    width: 3vw;
    height: 3vw;
    bottom: 3%;
  }
}
footer .footer_flex .footer_left .footer_doctorsFile {
  width: 100%;
}
footer .footer_flex .footer_left .footer_doctorsFile img {
  width: 100%;
}
footer .footer_flex .footer_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  footer .footer_flex .footer_right {
    width: 100%;
  }
}
footer .footer_flex .footer_right table {
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  footer .footer_flex .footer_right table {
    width: 100%;
  }
}
footer .footer_flex .footer_right table tr:first-child {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
footer .footer_flex .footer_right table tr td {
  padding: 1vw;
  font-size: 1vw;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_flex .footer_right table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_flex .footer_right table tr td {
    padding: 2vw 1vw;
    font-size: 3.4vw;
  }
}
footer .footer_flex .footer_right table tr .circle {
  color: #A3CE4D;
}
footer .footer_access {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 30vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  footer .footer_access {
    margin-bottom: 8vw;
    flex-flow: column;
    height: auto;
  }
}
footer .footer_access .footer_point {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  footer .footer_access .footer_point {
    display: none;
  }
}
footer .footer_access .footer_point img {
  width: 100%;
}
footer .footer_access .footer_map {
  width: 65%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer_access .footer_map {
    width: 100%;
    height: 60vw;
  }
}
footer .footer_access .footer_map .footer_map_btn {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  footer .footer_access .footer_map .footer_map_btn {
    width: 80%;
  }
}
footer .footer_access .footer_map .footer_map_btn a {
  border: none;
  text-decoration: none;
}
footer .footer_access .footer_map .footer_map_btn a button {
  width: 100%;
  background-color: #CEA54D;
  position: relative;
  border: none;
  padding: 1vw;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer_access .footer_map .footer_map_btn a button {
    font-size: 5vw;
    gap: 2vw;
    padding: 2vw;
  }
}
footer .footer_access .footer_map .footer_map_btn a button img {
  width: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer_access .footer_map .footer_map_btn a button img {
    width: 5vw;
  }
}
footer .footer_access .footer_map .footer_map_btn a button::after {
  content: "";
  display: block;
  position: absolute;
  width: 1vw;
  height: 1vw;
  bottom: 1%;
  right: 1%;
  background-color: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  footer .footer_access .footer_map .footer_map_btn a button::after {
    width: 3vw;
    height: 3vw;
    bottom: 3%;
  }
}
footer .footer_access .footer_map iframe {
  width: 100%;
  height: 100%;
}
footer .footer_access .footer_image {
  width: 35%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer_access .footer_image {
    width: 100%;
  }
}
footer .footer_access .footer_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer_menus {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4vw;
  width: 85%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menus {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menus {
    width: 95%;
    flex-flow: column;
  }
}
footer .footer_menus .footer_menu_left {
  width: 35%;
  height: 20vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menus .footer_menu_left {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menus .footer_menu_left {
    width: 100%;
    height: auto;
  }
}
footer .footer_menus .footer_menu_left h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5vw;
  margin-bottom: 2vw;
}
footer .footer_menus .footer_menu_left ul {
  list-style: none;
  height: 20vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menus .footer_menu_left ul {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menus .footer_menu_left ul {
    height: auto;
  }
}
footer .footer_menus .footer_menu_left ul li {
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menus .footer_menu_left ul li {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menus .footer_menu_left ul li {
    margin-bottom: 4vw;
  }
}
footer .footer_menus .footer_menu_left ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menus .footer_menu_left ul li a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menus .footer_menu_left ul li a {
    font-size: 3.4vw;
  }
}
footer .footer_menus .footer_menu_right {
  width: 65%;
  height: 20vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menus .footer_menu_right {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menus .footer_menu_right {
    width: 100%;
    height: auto;
  }
}
footer .footer_menus .footer_menu_right h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5vw;
  margin-bottom: 2vw;
}
footer .footer_menus .footer_menu_right ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  flex-wrap: wrap;
  height: 20vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menus .footer_menu_right ul {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menus .footer_menu_right ul {
    height: auto;
  }
}
footer .footer_menus .footer_menu_right ul li {
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menus .footer_menu_right ul li {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menus .footer_menu_right ul li {
    margin-bottom: 4vw;
  }
}
footer .footer_menus .footer_menu_right ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menus .footer_menu_right ul li a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menus .footer_menu_right ul li a {
    font-size: 3.4vw;
  }
}

.copyright {
  padding: 1vw 0;
  text-align: center;
  background-color: #F9F6ED;
}
@media screen and (max-width: 768px) {
  .copyright {
    padding: 3vw 0;
  }
}/*# sourceMappingURL=style.css.map */