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

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
}

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

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

#lower .lower {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 40vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 80vw;
  }
}
#lower .lower .lower_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Hachi Maru Pop", cursive;
  color: #fff;
}
#lower .lower .lower_title h2 {
  font-size: 4.5vw;
  font-weight: 400;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title h2 {
    font-size: 9vw;
  }
}
#lower .lower .lower_menu {
  position: absolute;
  z-index: 1000;
  top: 75%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgba(255, 255, 255, 0.8);
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_menu {
    display: none;
  }
}
#lower .lower .lower_menu .main_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
#lower .lower .lower_menu .main_menu li a {
  text-decoration: none;
  color: #816F63;
  font-family: "Hachi Maru Pop", cursive;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-top: 4vw;
  padding-bottom: 1vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_menu .main_menu li a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_menu .main_menu li a {
    font-size: 3.4vw;
  }
}
#lower .lower .lower_menu .main_menu li a img {
  position: absolute;
  top: -10%;
  height: 3.6vw;
}
#lower .lower .lower_menu .main_menu li a p {
  border-right: 1px solid #816F63;
  padding: 0 1vw;
}
#lower .lower .lower_btns_sp {
  position: absolute;
  z-index: 1000;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (min-width: 1441px) {
  #lower .lower .lower_btns_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #lower .lower .lower_btns_sp {
    display: none !important;
  }
}
#lower .lower .lower_btns_sp a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 10vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_btns_sp a {
    height: 15vw;
  }
}
#lower .lower .lower_btns_sp a:first-child {
  width: 10vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_btns_sp a:first-child {
    width: 15vw;
  }
}
#lower .lower .lower_btns_sp a:first-child button {
  background-color: #F88B3D;
  box-shadow: 4px 4px 0 #C3712A;
}
#lower .lower .lower_btns_sp a:first-child button:hover button {
  box-shadow: 0 0 0 #C3712A;
}
#lower .lower .lower_btns_sp a:first-child button:active button {
  box-shadow: 0 0 0 #C3712A;
}
#lower .lower .lower_btns_sp a:first-child button img {
  width: 3vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_btns_sp a:first-child button img {
    width: 5vw;
  }
}
#lower .lower .lower_btns_sp a:first-child::after {
  background-color: #FCB373;
}
#lower .lower .lower_btns_sp a:nth-child(2) {
  width: 30vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_btns_sp a:nth-child(2) {
    width: 35vw;
  }
}
#lower .lower .lower_btns_sp a:nth-child(2) button {
  background-color: #0076AD;
  box-shadow: 4px 4px 0 #2C6AB5;
}
#lower .lower .lower_btns_sp a:nth-child(2) button:hover button {
  box-shadow: 0 0 0 #2C6AB5;
}
#lower .lower .lower_btns_sp a:nth-child(2) button:active button {
  box-shadow: 0 0 0 #2C6AB5;
}
#lower .lower .lower_btns_sp a:nth-child(2) button h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_btns_sp a:nth-child(2) button h4 {
    font-size: 4.5vw;
  }
}
#lower .lower .lower_btns_sp a:nth-child(2)::after {
  background-color: #47AAD9;
}
#lower .lower .lower_btns_sp a:last-child {
  width: 30vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_btns_sp a:last-child {
    width: 35vw;
  }
}
#lower .lower .lower_btns_sp a:last-child button {
  background-color: #AEC453;
  box-shadow: 4px 4px 0 #85963F;
}
#lower .lower .lower_btns_sp a:last-child button:hover button {
  box-shadow: 0 0 0 #85963F;
}
#lower .lower .lower_btns_sp a:last-child button:active button {
  box-shadow: 0 0 0 #85963F;
}
#lower .lower .lower_btns_sp a:last-child button p {
  line-height: 1.5vw;
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_btns_sp a:last-child button p {
    font-size: 3.4vw;
    line-height: 4vw;
  }
}
#lower .lower .lower_btns_sp a:last-child button h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_btns_sp a:last-child button h4 {
    font-size: 5vw;
  }
}
#lower .lower .lower_btns_sp a:last-child::after {
  background-color: #D1E67B;
}
#lower .lower .lower_btns_sp a::after {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background-color: #FCB373;
  bottom: 5%;
  right: 2%;
}
#lower .lower .lower_btns_sp a button {
  width: 100%;
  height: 100%;
  padding: 0.5vw;
  border-radius: 10px;
  border: none;
  background-color: #F88B3D;
  color: #fff;
  box-shadow: 4px 4px 0 #C3712A;
  transition: all 0.3s ease;
}
#lower .lower .lower_btns_sp a button p {
  font-family: "Zen Maru Gothic", sans-serif;
}
#lower .lower .lower_btns_sp a button h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#lower .lower .lower_btns_sp a button h3 img {
  margin-right: 1vw;
  width: 3vw;
}
#lower .lower .lower_btns_sp a:hover button {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 #C3712A;
}
#lower .lower .lower_btns_sp a:active button {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 #C3712A;
}

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

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

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

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

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

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

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

header {
  z-index: 9999999999;
  position: fixed;
  width: 100%;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@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_image {
  background-color: #fff;
  width: 30%;
  border-radius: 0 0 30px 0;
  padding: 1vw 2vw;
}
header #header_pc .header_menu {
  background-color: rgba(255, 255, 255, 0.6);
  width: 30%;
  border-radius: 0 0 0 30px;
  padding: 1vw 2vw;
}
header #header_pc .header_menu .header_tel {
  width: 100%;
  margin-bottom: 1vw;
}
header #header_pc .header_menu .header_tel a {
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
}
header #header_pc .header_menu .header_tel a::after {
  position: absolute;
  content: "";
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background-color: #FCB373;
  bottom: 5%;
  right: 2%;
}
header #header_pc .header_menu .header_tel a button {
  width: 100%;
  padding: 0.5vw;
  border-radius: 10px;
  border: none;
  background-color: #F88B3D;
  color: #fff;
  box-shadow: 4px 4px 0 #C3712A;
  transition: all 0.3s ease;
}
header #header_pc .header_menu .header_tel a button p {
  font-family: "Zen Maru Gothic", sans-serif;
}
header #header_pc .header_menu .header_tel a button h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
header #header_pc .header_menu .header_tel a button h3 img {
  margin-right: 0.5vw;
  width: 1.8vw;
}
header #header_pc .header_menu .header_tel a:hover button {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 #C3712A;
}
header #header_pc .header_menu .header_tel a:active button {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 #C3712A;
}
header #header_pc .header_menu .header_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
}
header #header_pc .header_menu .header_btns a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 5vw;
  position: relative;
}
header #header_pc .header_menu .header_btns a:first-child button {
  background-color: #0076AD;
  box-shadow: 4px 4px 0 #2C6AB5;
}
header #header_pc .header_menu .header_btns a:first-child button:hover button {
  box-shadow: 0 0 0 #2C6AB5;
}
header #header_pc .header_menu .header_btns a:first-child button:active button {
  box-shadow: 0 0 0 #2C6AB5;
}
header #header_pc .header_menu .header_btns a:first-child button h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
}
header #header_pc .header_menu .header_btns a:first-child::after {
  background-color: #47AAD9;
}
header #header_pc .header_menu .header_btns a:last-child button {
  background-color: #AEC453;
  box-shadow: 4px 4px 0 #85963F;
}
header #header_pc .header_menu .header_btns a:last-child button:hover button {
  box-shadow: 0 0 0 #85963F;
}
header #header_pc .header_menu .header_btns a:last-child button:active button {
  box-shadow: 0 0 0 #85963F;
}
header #header_pc .header_menu .header_btns a:last-child button p {
  line-height: 1vw;
}
header #header_pc .header_menu .header_btns a:last-child button h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
}
header #header_pc .header_menu .header_btns a:last-child::after {
  background-color: #D1E67B;
}
header #header_pc .header_menu .header_btns a::after {
  position: absolute;
  content: "";
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background-color: #FCB373;
  bottom: 5%;
  right: 2%;
}
header #header_pc .header_menu .header_btns a button {
  width: 100%;
  height: 100%;
  padding: 0.5vw;
  border-radius: 10px;
  border: none;
  background-color: #F88B3D;
  color: #fff;
  box-shadow: 4px 4px 0 #C3712A;
  transition: all 0.3s ease;
}
header #header_pc .header_menu .header_btns a button p {
  font-family: "Zen Maru Gothic", sans-serif;
}
header #header_pc .header_menu .header_btns a button h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
header #header_pc .header_menu .header_btns a button h3 img {
  margin-right: 0.5vw;
  width: 1.8vw;
}
header #header_pc .header_menu .header_btns a:hover button {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 #C3712A;
}
header #header_pc .header_menu .header_btns a:active button {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 #C3712A;
}

/* メニュー項目に下線用のクラスを追加するためのスタイル */
.current-page::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #DF1614; /* 線の色 */
}

#header_sp {
  position: fixed;
  width: 100%;
  height: 120px;
  z-index: 10000;
}
@media screen and (min-width: 1441px) {
  #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #header_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header_sp {
    height: 140px;
    display: flex;
    align-items: center;
  }
}
#header_sp .header_logo {
  background-color: #fff;
  width: 55%;
  border-radius: 0 0 30px 0;
  padding: 1vw 2vw;
}
@media screen and (max-width: 768px) {
  #header_sp .header_logo a {
    width: 100%;
  }
  #header_sp .header_logo a img {
    width: 90%;
  }
}
#header_sp {
  /*　ハンバーガーボタン　*/
}
#header_sp .hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 20px;
  top: 15px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background-color: #5B9000;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #header_sp .hamburger {
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
  }
}
#header_sp .hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  left: 6px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #header_sp .hamburger span {
    width: 30px;
  }
}
#header_sp .hamburger p {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.8vw;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  #header_sp .hamburger p {
    top: 60%;
    font-size: 3vw;
  }
}
#header_sp .hamburger span:nth-child(1) {
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0);
}
#header_sp .hamburger span:nth-child(2) {
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
}
#header_sp .hamburger span:nth-child(3) {
  top: 55%;
  left: 50%;
  transform: translate(-50%, 0);
}
#header_sp {
  /* ナビ開いてる時のボタン */
}
#header_sp .hamburger.active span:nth-child(1) {
  top: 30px;
  left: 20px;
  background: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #header_sp .hamburger.active span:nth-child(1) {
    top: 25px;
    left: 15px;
  }
}
#header_sp .hamburger.active p {
  color: #fff;
}
#header_sp .hamburger.active span:nth-child(2),
#header_sp .hamburger.active span:nth-child(3) {
  top: 30px;
  left: 20px;
  background: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #header_sp .hamburger.active span:nth-child(2),
  #header_sp .hamburger.active span:nth-child(3) {
    top: 25px;
    left: 15px;
  }
}
#header_sp nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #009E4D;
  background: #fff;
  text-align: center;
  width: 50%;
  height: 100vh;
  padding: 4vw;
  transform: translateX(200%);
  transition: transform 0.5s ease;
}
@media screen and (max-width: 768px) {
  #header_sp nav.globalMenuSp {
    width: 80%;
    transform: translateX(125%);
  }
}
#header_sp nav.globalMenuSp ul {
  margin: 0 auto;
  margin-top: 12vw;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header_sp nav.globalMenuSp ul {
    padding-top: 25vw;
  }
}
#header_sp nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #header_sp nav.globalMenuSp ul li {
    margin-bottom: 20px;
  }
}
#header_sp nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
#header_sp nav.globalMenuSp ul li:hover {
  transform: scale(1.1);
}
#header_sp nav.globalMenuSp ul li a {
  display: block;
  color: #816F63;
  padding: 0.5vw 1vw;
  text-decoration: none;
  font-size: 1.8vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Hachi Maru Pop", cursive;
  padding-bottom: 1.5vw;
  border-bottom: 2px dotted #816F63;
}
@media screen and (max-width: 768px) {
  #header_sp nav.globalMenuSp ul li a {
    font-size: 3.4vw;
  }
}
#header_sp nav.globalMenuSp ul li a img {
  margin-right: 1.5vw;
  width: 4vw;
}
@media screen and (max-width: 768px) {
  #header_sp nav.globalMenuSp ul li a img {
    width: 6vw;
  }
}
#header_sp nav.globalMenuSp ul li a p {
  width: 50%;
  text-align: start;
}
#header_sp nav.globalMenuSp ul li a .triangle {
  margin-left: 10vw;
  width: 2vw;
}
@media screen and (max-width: 768px) {
  #header_sp nav.globalMenuSp ul li a .triangle {
    margin-left: 20vw;
    width: 3vw;
  }
}
#header_sp {
  /* このクラスを、jQueryで付与・削除する */
}
#header_sp nav.globalMenuSp.active {
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  #header_sp nav.globalMenuSp.active {
    transform: translateX(25%);
  }
}

#mv {
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #mv {
    height: 100vh;
  }
}
#mv .mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mv .mv {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #mv .mv .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .mv .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .sp {
    display: none;
  }
}
#mv .mv .slide-images {
  width: 100vw;
  height: 100vh;
}
#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_point {
  position: absolute;
  z-index: 1000;
  top: 25%;
  left: 0;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_point {
    width: 45%;
  }
}
#mv .mv .mv_point img {
  width: 100%;
}
#mv .mv .mv_headline {
  position: absolute;
  top: 55%;
  left: 5%;
  z-index: 1000;
  display: inline-block;
  text-shadow: 6px 6px 20px rgba(4, 51, 85, 0.6);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #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;
  }
}
#mv .mv .mv_headline h2 {
  color: #fff;
  font-size: 3vw;
  padding: 0vw 1vw;
  margin-bottom: 1vw;
  font-weight: 800;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline h2 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline h2 {
    font-size: 8vw;
  }
}
#mv .mv .mv_headline h4 {
  color: #fff;
  font-size: 1.6vw;
  padding: 0vw 1vw;
  margin-bottom: 1vw;
  font-weight: 800;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline h4 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline h4 {
    font-size: 4vw;
  }
}
#mv .mv .mv_items {
  position: absolute;
  z-index: 1000;
  top: 55%;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_items {
    top: 60%;
    right: auto;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_items {
    top: 64%;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#mv .mv .mv_items .mv_item {
  width: 12vw;
  height: 12vw;
  background-color: rgba(71, 170, 217, 0.7);
  text-align: center;
  padding: 1.5vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_items .mv_item {
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_items .mv_item {
    width: 30vw;
    height: 30vw;
  }
}
#mv .mv .mv_items .mv_item::after {
  position: absolute;
  content: "";
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px dashed #fff;
  border-radius: 50%;
}
#mv .mv .mv_items .mv_item:nth-child(2) {
  background-color: rgba(174, 196, 83, 0.7);
}
#mv .mv .mv_items .mv_item:nth-child(3) {
  background-color: rgba(235, 118, 169, 0.7);
}
#mv .mv .mv_items .mv_item h4 {
  color: #fff;
}
#mv .mv .mv_items .mv_item p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_items .mv_item p {
    line-height: 6vw;
  }
}
#mv .mv .mv_items .mv_item p span {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_items .mv_item p span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_items .mv_item p span {
    font-size: 7vw;
  }
}
#mv .mv .mv_menu {
  position: absolute;
  z-index: 1000;
  top: 85%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgba(255, 255, 255, 0.8);
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_menu {
    display: none;
  }
}
#mv .mv .mv_menu .main_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
#mv .mv .mv_menu .main_menu li a {
  text-decoration: none;
  color: #816F63;
  font-family: "Hachi Maru Pop", cursive;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-top: 4vw;
  padding-bottom: 1vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_menu .main_menu li a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_menu .main_menu li a {
    font-size: 3.4vw;
  }
}
#mv .mv .mv_menu .main_menu li a img {
  position: absolute;
  top: -10%;
  height: 3.6vw;
}
#mv .mv .mv_menu .main_menu li a p {
  border-right: 1px solid #816F63;
  padding: 0 1vw;
}
#mv .mv .mv_btns_sp {
  position: absolute;
  z-index: 1000;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (min-width: 1441px) {
  #mv .mv .mv_btns_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .mv .mv_btns_sp {
    display: none !important;
  }
}
#mv .mv .mv_btns_sp a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 10vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_btns_sp a {
    height: 15vw;
  }
}
#mv .mv .mv_btns_sp a:first-child {
  width: 10vw;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_btns_sp a:first-child {
    width: 15vw;
  }
}
#mv .mv .mv_btns_sp a:first-child button {
  background-color: #F88B3D;
  box-shadow: 4px 4px 0 #C3712A;
}
#mv .mv .mv_btns_sp a:first-child button:hover button {
  box-shadow: 0 0 0 #C3712A;
}
#mv .mv .mv_btns_sp a:first-child button:active button {
  box-shadow: 0 0 0 #C3712A;
}
#mv .mv .mv_btns_sp a:first-child button img {
  width: 3vw;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_btns_sp a:first-child button img {
    width: 5vw;
  }
}
#mv .mv .mv_btns_sp a:first-child::after {
  background-color: #FCB373;
}
#mv .mv .mv_btns_sp a:nth-child(2) {
  width: 30vw;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_btns_sp a:nth-child(2) {
    width: 35vw;
  }
}
#mv .mv .mv_btns_sp a:nth-child(2) button {
  background-color: #0076AD;
  box-shadow: 4px 4px 0 #2C6AB5;
}
#mv .mv .mv_btns_sp a:nth-child(2) button:hover button {
  box-shadow: 0 0 0 #2C6AB5;
}
#mv .mv .mv_btns_sp a:nth-child(2) button:active button {
  box-shadow: 0 0 0 #2C6AB5;
}
#mv .mv .mv_btns_sp a:nth-child(2) button h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_btns_sp a:nth-child(2) button h4 {
    font-size: 4.5vw;
  }
}
#mv .mv .mv_btns_sp a:nth-child(2)::after {
  background-color: #47AAD9;
}
#mv .mv .mv_btns_sp a:last-child {
  width: 30vw;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_btns_sp a:last-child {
    width: 35vw;
  }
}
#mv .mv .mv_btns_sp a:last-child button {
  background-color: #AEC453;
  box-shadow: 4px 4px 0 #85963F;
}
#mv .mv .mv_btns_sp a:last-child button:hover button {
  box-shadow: 0 0 0 #85963F;
}
#mv .mv .mv_btns_sp a:last-child button:active button {
  box-shadow: 0 0 0 #85963F;
}
#mv .mv .mv_btns_sp a:last-child button p {
  line-height: 1.5vw;
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_btns_sp a:last-child button p {
    font-size: 3.4vw;
    line-height: 4vw;
  }
}
#mv .mv .mv_btns_sp a:last-child button h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_btns_sp a:last-child button h4 {
    font-size: 5vw;
  }
}
#mv .mv .mv_btns_sp a:last-child::after {
  background-color: #D1E67B;
}
#mv .mv .mv_btns_sp a::after {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background-color: #FCB373;
  bottom: 5%;
  right: 2%;
}
#mv .mv .mv_btns_sp a button {
  width: 100%;
  height: 100%;
  padding: 0.5vw;
  border-radius: 10px;
  border: none;
  background-color: #F88B3D;
  color: #fff;
  box-shadow: 4px 4px 0 #C3712A;
  transition: all 0.3s ease;
}
#mv .mv .mv_btns_sp a button p {
  font-family: "Zen Maru Gothic", sans-serif;
}
#mv .mv .mv_btns_sp a button h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#mv .mv .mv_btns_sp a button h3 img {
  margin-right: 1vw;
  width: 3vw;
}
#mv .mv .mv_btns_sp a:hover button {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 #C3712A;
}
#mv .mv .mv_btns_sp a:active button {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 #C3712A;
}

#access {
  overflow-x: hidden !important;
}
#access .access {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 8vw 5vw 2vw 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #access .access {
    padding: 16vw 5vw 6vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access {
    flex-flow: column;
    padding: 24vw 3vw 12vw 3vw;
  }
}
#access .access .access_top_point {
  width: 80%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #access .access .access_top_point {
    width: 95%;
  }
}
#access .access .access_top_point img {
  width: 100%;
}
#access .access .access_contents {
  position: relative;
  background-color: #fff;
  padding: 6vw 4vw;
  border-radius: 10px;
  width: 50%;
  height: 35vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #access .access .access_contents {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access .access_contents {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #access .access .access_contents {
    padding: 12vw 8vw;
    margin-bottom: 8vw;
  }
}
#access .access .access_contents .access_point01 {
  position: absolute;
  top: -15%;
  left: -20%;
  width: 35%;
}
@media screen and (max-width: 768px) {
  #access .access .access_contents .access_point01 {
    left: -5%;
  }
}
#access .access .access_contents .access_point01 img {
  width: 100%;
}
#access .access .access_contents .access_point02 {
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 20%;
}
#access .access .access_contents .access_point02 img {
  width: 100%;
}
#access .access .access_contents .access_point03 {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 20%;
}
#access .access .access_contents .access_point03 img {
  width: 100%;
}
#access .access .access_contents .access_point04 {
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 15%;
}
#access .access .access_contents .access_point04 img {
  width: 100%;
}
#access .access .access_contents .access_headline {
  text-align: center;
  margin-bottom: 2vw;
}
#access .access .access_contents .access_headline h2 {
  color: #816F63;
  margin-bottom: 2vw;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
#access .access .access_contents .access_headline p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  #access .access .access_contents .access_headline p {
    gap: 3vw;
  }
}
#access .access .access_contents .access_map {
  width: 100%;
}
#access .access .access_contents .access_map iframe {
  width: 100%;
  height: 16vw;
}
@media screen and (max-width: 768px) {
  #access .access .access_contents .access_map iframe {
    height: 60vw;
  }
}
#access .access .access_contents .access_time {
  width: 100%;
  border: 2px solid #0076AD;
  border-radius: 10px;
}
#access .access .access_contents .access_time .access_time_contents {
  width: 100%;
  border-radius: 10px;
  border: none;
  background-color: #fff;
}
#access .access .access_contents .access_time .access_time_contents div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#access .access .access_contents .access_time .access_time_contents div:first-child {
  border-radius: 10px 10px 0 0;
}
#access .access .access_contents .access_time .access_time_contents div:first-child p {
  background-color: #0076AD;
  color: #fff;
}
#access .access .access_contents .access_time .access_time_contents div:first-child p:first-child {
  border-radius: 10px 0 0 0;
}
#access .access .access_contents .access_time .access_time_contents div:first-child p:last-child {
  border-radius: 0 10px 0 0;
}
#access .access .access_contents .access_time .access_time_contents div:nth-child(2) {
  border-bottom: 2px dashed #816F63;
}
#access .access .access_contents .access_time .access_time_contents div:nth-child(2) p {
  background-color: #fff;
  color: #816F63;
}
#access .access .access_contents .access_time .access_time_contents div:nth-child(2) p:nth-child(2), #access .access .access_contents .access_time .access_time_contents div:nth-child(2) p:nth-child(3), #access .access .access_contents .access_time .access_time_contents div:nth-child(2) p:nth-child(4), #access .access .access_contents .access_time .access_time_contents div:nth-child(2) p:nth-child(5), #access .access .access_contents .access_time .access_time_contents div:nth-child(2) p:nth-child(6) {
  color: #47AAD9;
  font-size: 1.6vw;
}
@media screen and (max-width: 768px) {
  #access .access .access_contents .access_time .access_time_contents div:nth-child(2) p:nth-child(2), #access .access .access_contents .access_time .access_time_contents div:nth-child(2) p:nth-child(3), #access .access .access_contents .access_time .access_time_contents div:nth-child(2) p:nth-child(4), #access .access .access_contents .access_time .access_time_contents div:nth-child(2) p:nth-child(5), #access .access .access_contents .access_time .access_time_contents div:nth-child(2) p:nth-child(6) {
    font-size: 3vw;
  }
}
#access .access .access_contents .access_time .access_time_contents div:last-child {
  border-radius: 0 0 10px 10px;
}
#access .access .access_contents .access_time .access_time_contents div:last-child p {
  background-color: #fff;
  color: #816F63;
}
#access .access .access_contents .access_time .access_time_contents div:last-child p:nth-child(7) {
  color: #47AAD9;
  font-size: 1.6vw;
}
@media screen and (max-width: 768px) {
  #access .access .access_contents .access_time .access_time_contents div:last-child p:nth-child(7) {
    font-size: 3vw;
  }
}
#access .access .access_contents .access_time .access_time_contents div:last-child p:first-child {
  border-radius: 0 0 0 10px;
}
#access .access .access_contents .access_time .access_time_contents div:last-child p:last-child {
  border-radius: 0 0 10px 0;
}
#access .access .access_contents .access_time .access_time_contents div p {
  padding: 1vw;
  font-size: 1vw;
  text-align: center;
  height: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #access .access .access_contents .access_time .access_time_contents div p {
    font-size: 1.8vw;
    height: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access .access_contents .access_time .access_time_contents div p {
    font-size: 3.4vw;
    height: 12vw;
  }
}
#access .access .access_contents .access_time .access_time_contents div p:first-child {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #access .access .access_contents .access_time .access_time_contents div p:first-child {
    width: 25%;
  }
}
#access .access .access_contents .access_time .access_time_contents div p:not(:first-child) {
  width: 10%;
}
#access .access .access_contents p {
  text-align: start;
  color: #816F63;
}

#concept .concept {
  background-color: #EB76A9;
  padding: 4vw 2vw;
  position: relative;
  overflow-x: hidden !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #concept .concept {
    padding: 8vw 0vw;
  }
}
#concept .concept .concept_point01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  z-index: 30;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_point01 {
    top: 2%;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_point01 {
    top: 6%;
    left: -15%;
    width: 40%;
  }
}
#concept .concept .concept_point01 img {
  width: 100%;
}
#concept .concept .concept_point02 {
  position: absolute;
  top: 2%;
  left: 60%;
  width: 25%;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_point02 {
    top: 5%;
    left: 65%;
    width: 40%;
  }
}
#concept .concept .concept_point02 img {
  width: 100%;
}
#concept .concept .concept_point03 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  z-index: 30;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_point03 {
    bottom: -3%;
    right: -4%;
  }
}
#concept .concept .concept_point03 img {
  width: 100%;
}
#concept .concept .concept_headline {
  width: 40%;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_headline {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_headline {
    width: 80%;
    margin-bottom: 8vw;
  }
}
#concept .concept .concept_headline img {
  width: 100%;
  margin-bottom: 1vw;
}
#concept .concept .concept_headline h4 {
  color: #fff;
}
#concept .concept .concept_contents {
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 20;
  padding: 4vw;
  overflow: hidden !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents {
    width: 100%;
    padding: 16vw 4vw;
    border-radius: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_contents p {
    position: relative;
    z-index: 40;
  }
}
#concept .concept .concept_contents .concept_contents_point01 {
  position: absolute;
  top: -5%;
  left: -15%;
  width: 40%;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_point01 {
    top: -10%;
    left: -33%;
    width: 80%;
  }
}
#concept .concept .concept_contents .concept_contents_point01 img {
  width: 100%;
}
#concept .concept .concept_contents .concept_contents_point02 {
  position: absolute;
  top: -5%;
  right: -23%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_point02 {
    top: -10%;
    right: -40%;
    width: 75%;
  }
}
#concept .concept .concept_contents .concept_contents_point02 img {
  width: 100%;
}
#concept .concept .concept_contents .concept_contents_point03 {
  position: absolute;
  bottom: 8%;
  left: -17%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_point03 {
    bottom: 0;
  }
}
#concept .concept .concept_contents .concept_contents_point03 img {
  width: 100%;
}
#concept .concept .concept_contents .concept_contents_point04 {
  position: absolute;
  bottom: -5%;
  left: -5%;
  width: 25%;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_point04 {
    bottom: -3%;
  }
}
#concept .concept .concept_contents .concept_contents_point04 img {
  width: 100%;
}
#concept .concept .concept_contents .concept_contents_point05 {
  position: absolute;
  bottom: 10%;
  right: -15%;
  width: 30%;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_contents .concept_contents_point05 {
    bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_point05 {
    bottom: 40%;
    right: -90%;
    width: 100%;
    z-index: 1;
  }
}
#concept .concept .concept_contents .concept_contents_point05 img {
  width: 100%;
}
#concept .concept .concept_contents .concept_contents_point06 {
  position: absolute;
  bottom: -14%;
  right: -12%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_point06 {
    bottom: -8%;
    right: -25%;
    width: 50%;
  }
}
#concept .concept .concept_contents .concept_contents_point06 img {
  width: 100%;
}
#concept .concept .concept_contents .concept_contents_point07 {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 16%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_contents .concept_contents_point07 {
    top: 30%;
    left: 2%;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_point07 {
    top: auto;
    bottom: 1.5%;
    width: 30%;
  }
}
#concept .concept .concept_contents .concept_contents_point07 img {
  width: 100%;
}
#concept .concept .concept_contents .concept_contents_point08 {
  position: absolute;
  top: 45%;
  right: 5%;
  width: 16%;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_point08 {
    top: auto;
    bottom: 1%;
    right: 15%;
    width: 30%;
  }
}
#concept .concept .concept_contents .concept_contents_point08 img {
  width: 100%;
}
#concept .concept .concept_contents .concept_contents_star01 {
  position: absolute;
  top: 5%;
  right: 10%;
  width: 5%;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_star01 {
    top: 0.5%;
  }
}
#concept .concept .concept_contents .concept_contents_star01 img {
  width: 100%;
}
#concept .concept .concept_contents .concept_contents_star02 {
  position: absolute;
  bottom: 2%;
  left: 10%;
  width: 5%;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_star02 {
    bottom: 0;
  }
}
#concept .concept .concept_contents .concept_contents_star02 img {
  width: 100%;
}
#concept .concept .concept_contents .concept_contents_star_orange {
  position: absolute;
  bottom: 7%;
  left: 5%;
  width: 5%;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_star_orange {
    bottom: 1.5%;
  }
}
#concept .concept .concept_contents .concept_contents_star_orange img {
  width: 100%;
}
#concept .concept .concept_contents .concept_contents_star_blue {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 5%;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_star_blue {
    top: 3%;
  }
}
#concept .concept .concept_contents .concept_contents_star_blue img {
  width: 100%;
}
#concept .concept .concept_contents .concept_contents_headline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  text-align: center;
  width: 60%;
  margin: auto;
  margin-bottom: 2vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_contents .concept_contents_headline {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_headline {
    width: 95%;
    margin-bottom: 4vw;
  }
}
#concept .concept .concept_contents .concept_contents_headline h2 {
  color: #816F63;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#concept .concept .concept_contents .concept_contents_headline h2 span {
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_headline h2 span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_contents_headline img {
    width: 15%;
  }
}
#concept .concept .concept_contents p {
  text-align: center;
  color: #816F63;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents p {
    text-align: start;
    margin-bottom: 4vw;
    position: relative;
    z-index: 40;
  }
}
#concept .concept .concept_contents .concept_items {
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_contents .concept_items {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_items {
    width: 95%;
    position: relative;
    z-index: 20;
  }
}
#concept .concept .concept_contents .concept_items .concept_item {
  background-color: #0076AD;
  padding: 1.5vw;
  position: relative;
  border-radius: 50px;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_items .concept_item {
    padding: 2vw;
    margin-bottom: 2vw;
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#concept .concept .concept_contents .concept_items .concept_item:nth-child(2) {
  background: #47AAD9;
}
#concept .concept .concept_contents .concept_items .concept_item:nth-child(2) h3 {
  color: #0076AD;
}
#concept .concept .concept_contents .concept_items .concept_item:nth-child(3) {
  background: #AEC453;
}
#concept .concept .concept_contents .concept_items .concept_item:nth-child(3) h3 {
  color: #AEC453;
}
#concept .concept .concept_contents .concept_items .concept_item:nth-child(4) {
  background: #5B9000;
}
#concept .concept .concept_contents .concept_items .concept_item:nth-child(4) h3 {
  color: #5B9000;
}
#concept .concept .concept_contents .concept_items .concept_item:nth-child(5) {
  background: #F7B530;
}
#concept .concept .concept_contents .concept_items .concept_item:nth-child(5) h3 {
  color: #F7B530;
}
#concept .concept .concept_contents .concept_items .concept_item:nth-child(6) {
  background: #F88B3D;
}
#concept .concept .concept_contents .concept_items .concept_item:nth-child(6) h3 {
  color: #F88B3D;
}
#concept .concept .concept_contents .concept_items .concept_item:last-child {
  background: #EB76A9;
}
#concept .concept .concept_contents .concept_items .concept_item:last-child h3 {
  color: #EB76A9;
}
#concept .concept .concept_contents .concept_items .concept_item h3 {
  position: absolute;
  top: 50%;
  left: 0.5vw;
  transform: translate(0, -50%);
  padding: 0.5vw;
  background-color: #fff;
  color: #0076AD;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_items .concept_item h3 {
    width: 16vw;
    height: 16vw;
  }
}
#concept .concept .concept_contents .concept_items .concept_item p {
  text-align: center;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents .concept_items .concept_item p {
    line-height: 5.5vw;
  }
}
#concept .concept .concept_bottom {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_bottom {
    width: 90%;
    margin-bottom: 30vw;
  }
  #concept .concept .concept_bottom img {
    width: 100%;
  }
}

#sketch .sketch {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 2vw;
}
#sketch .sketch .sketch_headline {
  display: flex;
  justify-content: center;
  gap: 4vw;
  margin-bottom: 8vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sketch .sketch .sketch_headline {
    position: relative;
    margin-bottom: 16vw;
  }
}
#sketch .sketch .sketch_headline img {
  width: 25%;
  height: 6vw;
}
@media screen and (max-width: 768px) {
  #sketch .sketch .sketch_headline img {
    position: absolute;
  }
  #sketch .sketch .sketch_headline img:first-child {
    top: 2%;
    left: 2%;
  }
  #sketch .sketch .sketch_headline img:last-child {
    top: 2%;
    right: 2%;
  }
}
#sketch .sketch .sketch_headline .sketch_headline_text {
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sketch .sketch .sketch_headline .sketch_headline_text {
    margin-top: 2vw;
  }
}
#sketch .sketch .sketch_headline .sketch_headline_text h4 {
  color: #816F63;
  margin-bottom: 1vw;
}
#sketch .sketch .sketch_headline .sketch_headline_text h3 {
  font-weight: bold;
  color: #816F63;
}
#sketch .sketch .sketch_headline .sketch_headline_text h3 span {
  font-size: 2.6vw;
}
@media screen and (max-width: 768px) {
  #sketch .sketch .sketch_headline .sketch_headline_text h3 span {
    font-size: 8vw;
  }
}
#sketch .sketch .sketch_headline .sketch_headline_text img {
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
@media screen and (max-width: 768px) {
  #sketch .sketch .sketch_headline .sketch_headline_text img {
    bottom: -30%;
    top: auto !important;
    right: auto !important;
    height: 12vw;
  }
}
#sketch .sketch p {
  text-align: center;
  color: #816F63;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #sketch .sketch p {
    width: 60%;
    margin: auto;
    margin-bottom: 8vw;
  }
}
#sketch .sketch .sketch_contents {
  position: relative;
  background-color: #fff;
  padding: 2vw;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sketch .sketch .sketch_contents {
    width: 80%;
    margin: auto;
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  #sketch .sketch .sketch_contents {
    padding: 8vw 4vw;
    flex-flow: column;
  }
}
#sketch .sketch .sketch_contents .sketch_point01 {
  position: absolute;
  bottom: 100%;
  left: 5%;
  width: 12%;
}
@media screen and (max-width: 768px) {
  #sketch .sketch .sketch_contents .sketch_point01 {
    left: 0;
    width: 25%;
  }
}
#sketch .sketch .sketch_contents .sketch_point01 img {
  width: 100%;
}
#sketch .sketch .sketch_contents .sketch_point02 {
  position: absolute;
  bottom: 100%;
  right: 5%;
  width: 12%;
}
@media screen and (max-width: 768px) {
  #sketch .sketch .sketch_contents .sketch_point02 {
    right: 0;
    width: 25%;
  }
}
#sketch .sketch .sketch_contents .sketch_point02 img {
  width: 100%;
}
#sketch .sketch .sketch_contents .sketch_text {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sketch .sketch .sketch_contents .sketch_text {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #sketch .sketch .sketch_contents .sketch_text {
    width: 100%;
  }
}
#sketch .sketch .sketch_contents .sketch_text .sketch_text_headline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #sketch .sketch .sketch_contents .sketch_text .sketch_text_headline {
    margin-bottom: 4vw;
  }
}
#sketch .sketch .sketch_contents .sketch_text .sketch_text_headline h2 {
  color: #816F63;
}
#sketch .sketch .sketch_contents .sketch_text p {
  color: #816F63;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #sketch .sketch .sketch_contents .sketch_text p {
    width: 100%;
  }
}
#sketch .sketch .sketch_contents .sketch_image {
  width: 60%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sketch .sketch .sketch_contents .sketch_image {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #sketch .sketch .sketch_contents .sketch_image {
    width: 100%;
  }
}
#sketch .sketch .sketch_contents .sketch_image img {
  width: 100%;
}

#medical .medical {
  padding: 8vw 0;
  position: relative;
}
#medical .medical .medical_headline {
  text-align: center;
  width: 40%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_headline {
    width: 65%;
    margin-bottom: 8vw;
    position: relative;
    z-index: 20;
  }
}
#medical .medical .medical_headline img {
  width: 100%;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_headline img {
    margin-bottom: 3vw;
  }
}
#medical .medical .medical_headline h4 {
  color: #816F63;
}
#medical .medical .medical_point01 {
  position: absolute;
  top: 1%;
  left: 0;
  width: 15%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_point01 {
    width: 25%;
  }
}
#medical .medical .medical_point01 img {
  width: 100%;
}
#medical .medical .medical_point02 {
  position: absolute;
  top: 3%;
  left: 5%;
  width: 15%;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_point02 {
    width: 25%;
  }
}
#medical .medical .medical_point02 img {
  width: 100%;
}
#medical .medical .medical_point03 {
  position: absolute;
  top: 1%;
  right: 0%;
  width: 15%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_point03 {
    width: 25%;
  }
}
#medical .medical .medical_point03 img {
  width: 100%;
}
#medical .medical .medical_point04 {
  position: absolute;
  top: 3%;
  right: 5%;
  width: 15%;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_point04 {
    width: 25%;
  }
}
#medical .medical .medical_point04 img {
  width: 100%;
}
#medical .medical .medical_contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_contents {
    flex-flow: column;
  }
}
#medical .medical .medical_contents .medical_content {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_contents .medical_content {
    width: 100%;
    margin-bottom: 12vw;
  }
}
#medical .medical .medical_contents .medical_content {
  position: relative;
}
#medical .medical .medical_contents .medical_content:nth-child(2) .medical_btn button {
  border: 3px solid #F7B530;
  color: #F7B530;
}
#medical .medical .medical_contents .medical_content:nth-child(3) .medical_btn button {
  border: 3px solid #EB76A9;
  color: #EB76A9;
}
#medical .medical .medical_contents .medical_content .medical_item {
  text-align: center;
  height: 15vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_contents .medical_content .medical_item {
    height: 30vw;
  }
}
#medical .medical .medical_contents .medical_content .medical_item img {
  width: 10%;
}
#medical .medical .medical_contents .medical_content .medical_item h3 {
  color: #fff;
  font-family: "Hachi Maru Pop", cursive;
}
#medical .medical .medical_contents .medical_content .medical_image {
  width: 100%;
}
#medical .medical .medical_contents .medical_content .medical_image img {
  width: 100%;
}
#medical .medical .medical_contents .medical_content .medical_btn {
  width: 50%;
  position: absolute;
  left: 50%;
  bottom: -4%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_contents .medical_content .medical_btn {
    width: 80%;
  }
}
#medical .medical .medical_contents .medical_content .medical_btn a {
  display: block;
  text-decoration: none;
}
#medical .medical .medical_contents .medical_content .medical_btn a button {
  width: 100%;
  border: 3px solid #5B9000;
  border-radius: 50px;
  padding: 1vw;
  color: #5B9000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #medical .medical .medical_contents .medical_content .medical_btn a button {
    padding: 4vw 2vw;
  }
}

#welcome .welcome {
  position: relative;
  z-index: 0;
}
#welcome .welcome .welcome_headline {
  text-align: center;
  width: 40%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #welcome .welcome .welcome_headline {
    width: 80%;
    margin-bottom: 8vw;
    position: relative;
    z-index: 20;
  }
}
#welcome .welcome .welcome_headline img {
  width: 100%;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #welcome .welcome .welcome_headline img {
    margin-bottom: 3vw;
  }
}
#welcome .welcome .welcome_headline h4 {
  color: #816F63;
}
#welcome .welcome .welcome_container {
  position: relative;
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #welcome .welcome .welcome_container {
    padding: 16vw 0;
  }
}
#welcome .welcome .welcome_container .welcome_point01 {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 15%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #welcome .welcome .welcome_container .welcome_point01 {
    width: 25%;
  }
}
#welcome .welcome .welcome_container .welcome_point01 img {
  width: 100%;
}
#welcome .welcome .welcome_container .welcome_point02 {
  position: absolute;
  bottom: 100%;
  right: 0%;
  width: 15%;
}
@media screen and (max-width: 768px) {
  #welcome .welcome .welcome_container .welcome_point02 {
    width: 25%;
  }
}
#welcome .welcome .welcome_container .welcome_point02 img {
  width: 100%;
}
#welcome .welcome .welcome_container .welcome_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #welcome .welcome .welcome_container .welcome_contents {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #welcome .welcome .welcome_container .welcome_contents {
    width: 95%;
    margin: auto;
    flex-flow: column;
  }
}
#welcome .welcome .welcome_container .welcome_contents .welcome_content {
  width: 25%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #welcome .welcome .welcome_container .welcome_contents .welcome_content {
    width: 50%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #welcome .welcome .welcome_container .welcome_contents .welcome_content {
    width: 100%;
    margin-bottom: 16vw;
  }
}
#welcome .welcome .welcome_container .welcome_contents .welcome_content:nth-child(2) .welcome_items {
  background-color: #F88B3D;
}
#welcome .welcome .welcome_container .welcome_contents .welcome_content:nth-child(2) .welcome_items .welcome_item {
  background-color: #F88B3D;
}
#welcome .welcome .welcome_container .welcome_contents .welcome_content:nth-child(3) .welcome_items {
  background-color: #47AAD9;
}
#welcome .welcome .welcome_container .welcome_contents .welcome_content:nth-child(3) .welcome_items .welcome_item {
  background-color: #47AAD9;
}
#welcome .welcome .welcome_container .welcome_contents .welcome_content:last-child .welcome_items {
  background-color: #AEC453;
}
#welcome .welcome .welcome_container .welcome_contents .welcome_content:last-child .welcome_items .welcome_item {
  background-color: #AEC453;
}
#welcome .welcome .welcome_container .welcome_contents .welcome_content .welcome_items {
  position: relative;
  background-color: #EB76A9;
  height: 12vw;
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #welcome .welcome .welcome_container .welcome_contents .welcome_content .welcome_items {
    height: 18vw;
  }
}
@media screen and (max-width: 768px) {
  #welcome .welcome .welcome_container .welcome_contents .welcome_content .welcome_items {
    height: 40vw;
  }
}
#welcome .welcome .welcome_container .welcome_contents .welcome_content .welcome_items .welcome_item {
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background-color: #EB76A9;
  position: absolute;
  left: 50%;
  top: 0.5vw;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #welcome .welcome .welcome_container .welcome_contents .welcome_content .welcome_items .welcome_item {
    width: 35vw;
    height: 35vw;
    top: 4vw;
  }
}
#welcome .welcome .welcome_container .welcome_contents .welcome_content .welcome_items .welcome_item img {
  width: 40%;
}
#welcome .welcome .welcome_container .welcome_contents .welcome_content .welcome_items h4 {
  padding-top: 4vw;
  text-align: center;
  color: #fff;
  margin-bottom: 1vw;
  font-family: "Hachi Maru Pop", cursive;
}
@media screen and (max-width: 768px) {
  #welcome .welcome .welcome_container .welcome_contents .welcome_content .welcome_items h4 {
    position: relative;
    z-index: 50;
    padding-top: 16vw;
  }
}
#welcome .welcome .welcome_container .welcome_contents .welcome_content .welcome_items p {
  color: #fff;
  text-align: center;
}
#welcome .welcome .welcome_container .welcome_contents .welcome_content .welcome_image {
  width: 100%;
}
#welcome .welcome .welcome_container .welcome_contents .welcome_content .welcome_image img {
  width: 100%;
}
#welcome .welcome .welcome_container .welcome_rainbow {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #welcome .welcome .welcome_container .welcome_rainbow {
    width: 90%;
  }
}
#welcome .welcome .welcome_container .welcome_rainbow img {
  width: 100%;
}

#greeting {
  position: relative;
}
#greeting .greeting_bg {
  position: absolute;
  top: -30%;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting_bg {
    top: -22%;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting_bg {
    width: 100%;
    top: -10%;
  }
}
#greeting .greeting {
  position: relative;
  z-index: 10;
}
#greeting .greeting .greeting_headline {
  text-align: center;
  width: 40%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_headline {
    width: 65%;
    margin-bottom: 8vw;
    position: relative;
    z-index: 20;
  }
}
#greeting .greeting .greeting_headline img {
  width: 100%;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_headline img {
    margin-bottom: 3vw;
  }
}
#greeting .greeting .greeting_headline h4 {
  color: #816F63;
}
#greeting .greeting .greeting_point01 {
  position: absolute;
  top: 0%;
  left: 0;
  width: 20%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_point01 {
    width: 35%;
    top: 10%;
  }
}
#greeting .greeting .greeting_point01 img {
  width: 100%;
}
#greeting .greeting .greeting_point02 {
  position: absolute;
  top: 0%;
  right: 2%;
  width: 15%;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_point02 {
    width: 25%;
    top: 40%;
    z-index: 10;
  }
}
#greeting .greeting .greeting_point02 img {
  width: 100%;
}
#greeting .greeting .greeting_point03 {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 40%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_point03 {
    width: 42%;
  }
}
#greeting .greeting .greeting_point03 img {
  width: 100%;
}
#greeting .greeting .greeting_point04 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 40%;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_point04 {
    width: 42%;
  }
}
#greeting .greeting .greeting_point04 img {
  width: 100%;
}
#greeting .greeting .greeting_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 60%;
  margin: auto;
  padding-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting .greeting_contents {
    width: 90%;
    padding-bottom: 25vw;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents {
    width: 90%;
    flex-flow: column-reverse;
    padding-bottom: 25vw;
  }
}
#greeting .greeting .greeting_contents .greeting_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_text {
    width: 100%;
  }
}
#greeting .greeting .greeting_contents .greeting_text p {
  color: #816F63;
}
#greeting .greeting .greeting_contents .greeting_image {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_image {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#greeting .greeting .greeting_contents .greeting_image img {
  width: 90%;
}
#greeting .greeting .greeting_contents .greeting_image .greeting_item {
  width: 12vw;
  height: 12vw;
  background-color: #5B9000;
  text-align: center;
  padding: 1.5vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: absolute;
  bottom: -5%;
  left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting .greeting_contents .greeting_image .greeting_item {
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_image .greeting_item {
    width: 30vw;
    height: 30vw;
  }
}
#greeting .greeting .greeting_contents .greeting_image .greeting_item::after {
  position: absolute;
  content: "";
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px dashed #fff;
  border-radius: 50%;
}
#greeting .greeting .greeting_contents .greeting_image .greeting_item h4 {
  color: #fff;
}
#greeting .greeting .greeting_contents .greeting_image .greeting_item p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_image .greeting_item p {
    line-height: 6vw;
  }
}
#greeting .greeting .greeting_contents .greeting_image .greeting_item p span {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting .greeting_contents .greeting_image .greeting_item p span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_image .greeting_item p span {
    font-size: 7vw;
  }
}

#treatment .treatment .treatment01 {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment01 {
    padding: 8vw 0;
  }
}
#treatment .treatment .treatment01 h2 {
  color: #47AAD9;
  padding-bottom: 1vw;
  border-bottom: 3px dotted #0076AD;
  width: 80%;
  margin: auto;
  margin-bottom: 1.5vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment01 h2 {
    width: 95%;
    padding-bottom: 3vw;
    margin-bottom: 4vw;
  }
}
#treatment .treatment .treatment01 .treatment01_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 90%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment01 .treatment01_contents {
    flex-flow: column;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment01 .treatment01_contents {
    flex-flow: column;
    margin: auto;
  }
}
#treatment .treatment .treatment01 .treatment01_contents .treatment01_image {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment01 .treatment01_contents .treatment01_image {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment01 .treatment01_contents .treatment01_image {
    width: 100%;
  }
}
#treatment .treatment .treatment01 .treatment01_contents .treatment01_image img {
  width: 100%;
}
#treatment .treatment .treatment01 .treatment01_contents .treatment01_text {
  width: 50%;
  background-color: #fff;
  border-radius: 30px;
  padding: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment01 .treatment01_contents .treatment01_text {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment01 .treatment01_contents .treatment01_text {
    width: 100%;
  }
}
#treatment .treatment .treatment_main_headline {
  padding: 2vw 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment_main_headline {
    padding: 4vw 0;
  }
}
#treatment .treatment .treatment_main_headline img:first-child {
  width: 5vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment_main_headline img:first-child {
    width: 10vw;
  }
}
#treatment .treatment .treatment_main_headline img:last-child {
  width: 12vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment_main_headline img:last-child {
    width: 24vw;
  }
}
#treatment .treatment .treatment_main_headline h2 {
  padding: 1vw 0;
  font-family: "Hachi Maru Pop", cursive;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment_main_headline h2 {
    font-size: 6vw;
  }
}
#treatment .treatment .treatment02 {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 {
    padding: 8vw 0;
  }
}
#treatment .treatment .treatment02 .doctor_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 30vw;
  margin: auto;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment02 .doctor_contents {
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_contents {
    width: 95%;
    flex-flow: column;
    height: auto;
  }
}
#treatment .treatment .treatment02 .doctor_contents .doctor_contents_image {
  position: relative;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_contents .doctor_contents_image {
    width: 100%;
    height: auto;
    margin-bottom: 4vw;
  }
}
#treatment .treatment .treatment02 .doctor_contents .doctor_contents_image .doctor01 {
  width: 100%;
}
#treatment .treatment .treatment02 .doctor_contents .doctor_contents_image .doctor02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment02 .doctor_contents .doctor_contents_image .doctor02 {
    bottom: 30%;
  }
}
#treatment .treatment .treatment02 .doctor_contents .doctor_contents_text {
  background-color: #fff;
  border-radius: 30px;
  padding: 2vw;
  width: 50%;
  height: 90%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_contents .doctor_contents_text {
    width: 100%;
    height: auto;
    padding: 4vw;
    border-radius: 15px;
  }
}
#treatment .treatment .treatment02 .doctor_contents .doctor_contents_text h4 {
  text-align: center;
  background: #5B9000;
  padding: 0.5vw 0;
  border-radius: 50px;
  margin-bottom: 1.5vw;
  color: #fff;
}
#treatment .treatment .treatment02 .doctor_contents .doctor_contents_text p {
  color: #6A5441;
  padding: 1vw 0;
  border-bottom: 1px dotted #6A5441;
}
#treatment .treatment .treatment02 .doctor_contents02 {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment02 .doctor_contents02 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_contents02 {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#treatment .treatment .treatment02 .doctor_contents02 .doctor_contents02_text {
  background-color: #fff;
  border-radius: 30px;
  padding: 4vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_contents02 .doctor_contents02_text {
    width: 100%;
    height: auto;
    padding: 4vw;
    border-radius: 15px;
  }
}
#treatment .treatment .treatment02 .doctor_contents02 .doctor_contents02_text h4 {
  text-align: center;
  background: #F88B3D;
  padding: 0.5vw 0;
  border-radius: 50px;
  margin-bottom: 1.5vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_contents02 .doctor_contents02_text h4 {
    padding: 1.5vw 0;
  }
}
#treatment .treatment .treatment02 .doctor_contents02 .doctor_contents02_text .doctor_contents02_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_contents02 .doctor_contents02_text .doctor_contents02_item {
    flex-flow: column;
  }
}
#treatment .treatment .treatment02 .doctor_contents02 .doctor_contents02_text .doctor_contents02_item p {
  width: 45%;
  color: #6A5441;
  padding: 1vw 0;
  border-bottom: 1px dotted #6A5441;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_contents02 .doctor_contents02_text .doctor_contents02_item p {
    width: 100%;
  }
}
#treatment .treatment .treatment02 .doctor_contents03 {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment02 .doctor_contents03 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_contents03 {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#treatment .treatment .treatment02 .doctor_contents03 .doctor_contents02_text {
  background-color: #fff;
  border-radius: 30px;
  padding: 4vw;
  width: 100%;
}
#treatment .treatment .treatment02 .doctor_contents03 .doctor_contents02_text h4 {
  text-align: center;
  background: #EB76A9;
  padding: 0.5vw 0;
  border-radius: 50px;
  margin-bottom: 1.5vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_contents03 .doctor_contents02_text h4 {
    padding: 1.5vw 0;
  }
}
#treatment .treatment .treatment02 .doctor_contents03 .doctor_contents02_text .doctor_contents02_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_contents03 .doctor_contents02_text .doctor_contents02_item {
    flex-flow: column;
  }
}
#treatment .treatment .treatment02 .doctor_contents03 .doctor_contents02_text .doctor_contents02_item p {
  width: 45%;
  color: #6A5441;
  padding: 1vw 0;
  border-bottom: 1px dotted #6A5441;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_contents03 .doctor_contents02_text .doctor_contents02_item p {
    width: 100%;
  }
}
#treatment .treatment .treatment02 .doctor_introduce {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment02 .doctor_introduce {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_introduce {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#treatment .treatment .treatment02 .doctor_introduce h2 {
  display: flex;
  align-items: center;
  gap: 1vw;
  padding-bottom: 1vw;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_introduce h2 {
    flex-flow: column;
    padding-bottom: 3vw;
    margin-bottom: 4vw;
  }
}
#treatment .treatment .treatment02 .doctor_introduce h2 span {
  font-size: 1.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment02 .doctor_introduce h2 span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_introduce h2 span {
    font-size: 4vw;
  }
}
#treatment .treatment .treatment02 .doctor_introduce h2 span:first-child {
  color: #6A5441;
}
#treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents {
    flex-flow: column;
  }
}
#treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_images {
  width: 48%;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_images {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_images .doctor_introduce_image {
  width: 100%;
  margin-bottom: 2vw;
}
#treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_images .doctor_introduce_text {
  width: 100%;
}
#treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_image {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_image {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_image img {
  width: 100%;
}
#treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_texts {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_texts {
    width: 100%;
  }
}
#treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_texts .doctor_introduce_text {
  width: 100%;
}
#treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_text {
  background-color: #fff;
  border-radius: 30px;
  padding: 4vw;
  width: 48%;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_text {
    width: 100%;
    border-radius: 15px;
  }
}
#treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_text h4 {
  text-align: center;
  padding: 0.5vw 0;
  border-radius: 50px;
  margin-bottom: 1.5vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_text h4 {
    padding: 1.5vw 0;
  }
}
#treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_contents .doctor_introduce_text p {
  width: 100%;
  color: #6A5441;
  padding: 1vw 0;
  border-bottom: 1px dotted #6A5441;
}
#treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_text02 {
  background-color: #fff;
  border-radius: 30px;
  padding: 4vw;
  width: 100%;
}
#treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_text02 h4 {
  text-align: center;
  padding: 0.5vw 0;
  border-radius: 50px;
  margin-bottom: 1.5vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_text02 h4 {
    padding: 1.5vw 0;
  }
}
#treatment .treatment .treatment02 .doctor_introduce .doctor_introduce_text02 p {
  width: 100%;
  color: #6A5441;
  padding: 1vw 0;
}
#treatment .treatment .treatment02 .introduce01 h2 {
  justify-content: flex-start;
  border-bottom: 3px dashed #F88B3D;
}
#treatment .treatment .treatment02 .introduce01 h2 span:last-child {
  color: #F88B3D;
}
#treatment .treatment .treatment02 .introduce01 .doctor_introduce_text h4 {
  background-color: #F88B3D;
}
#treatment .treatment .treatment02 .introduce02 h2 {
  justify-content: flex-end;
  border-bottom: 3px dashed #0076AD;
}
#treatment .treatment .treatment02 .introduce02 h2 span:last-child {
  color: #0076AD;
}
#treatment .treatment .treatment02 .introduce02 .doctor_introduce_text h4 {
  background-color: #0076AD;
}
#treatment .treatment .treatment02 .introduce02 .doctor_introduce_contents {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .introduce02 .doctor_introduce_contents {
    flex-flow: column;
  }
}
#treatment .treatment .treatment02 .introduce03 h2 {
  justify-content: flex-start;
  border-bottom: 3px dashed #EB76A9;
}
#treatment .treatment .treatment02 .introduce03 h2 span:last-child {
  color: #EB76A9;
}
#treatment .treatment .treatment02 .introduce03 .doctor_introduce_text {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .introduce03 .doctor_introduce_text {
    margin-bottom: 4vw;
  }
}
#treatment .treatment .treatment02 .introduce03 .doctor_introduce_text h4 {
  background-color: #EB76A9;
}
#treatment .treatment .treatment02 .introduce04 h2 {
  justify-content: flex-end;
  border-bottom: 3px dashed #5B9000;
}
#treatment .treatment .treatment02 .introduce04 h2 span:last-child {
  color: #5B9000;
}
#treatment .treatment .treatment02 .introduce04 .doctor_introduce_text h4 {
  background-color: #5B9000;
}
#treatment .treatment .treatment02 .introduce04 .doctor_introduce_contents {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .introduce04 .doctor_introduce_contents {
    flex-flow: column;
  }
}
#treatment .treatment .treatment02 .introduce05 h2 {
  justify-content: flex-start;
  border-bottom: 3px dashed #F88B3D;
}
#treatment .treatment .treatment02 .introduce05 h2 span:last-child {
  color: #F88B3D;
}
#treatment .treatment .treatment02 .introduce05 .doctor_introduce_text {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .introduce05 .doctor_introduce_text {
    margin-bottom: 4vw;
  }
}
#treatment .treatment .treatment02 .introduce05 .doctor_introduce_text h4 {
  background-color: #F88B3D;
}
#treatment .treatment .treatment02 .introduce05 .doctor_introduce_text table {
  border-collapse: collapse;
  width: 100%;
}
#treatment .treatment .treatment02 .introduce05 .doctor_introduce_text table tr td {
  padding: 1vw 0;
  border-bottom: 1px dotted #6A5441;
  color: #6A5441;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment02 .introduce05 .doctor_introduce_text table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .introduce05 .doctor_introduce_text table tr td {
    padding: 4vw 0;
    font-size: 3.4vw;
  }
}
#treatment .treatment .treatment02 .introduce05 .doctor_introduce_text table tr td:first-child {
  width: 20%;
}
#treatment .treatment .treatment02 .introduce05 .doctor_introduce_text02 h4 {
  background-color: #F88B3D;
}
#treatment .treatment .treatment02 .introduce06 h2 {
  justify-content: flex-start;
  border-bottom: 3px dashed #0076AD;
}
#treatment .treatment .treatment02 .introduce06 h2 span:last-child {
  color: #0076AD;
}
#treatment .treatment .treatment02 .introduce06 .doctor_introduce_text {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .introduce06 .doctor_introduce_text {
    margin-bottom: 4vw;
  }
}
#treatment .treatment .treatment02 .introduce06 .doctor_introduce_text h4 {
  background-color: #0076AD;
}
#treatment .treatment .treatment02 .introduce06 .doctor_introduce_text table {
  border-collapse: collapse;
  width: 100%;
}
#treatment .treatment .treatment02 .introduce06 .doctor_introduce_text table tr td {
  padding: 1vw 0;
  border-bottom: 1px dotted #6A5441;
  color: #6A5441;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment02 .introduce06 .doctor_introduce_text table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment02 .introduce06 .doctor_introduce_text table tr td {
    padding: 4vw 0;
    font-size: 3.4vw;
  }
}
#treatment .treatment .treatment02 .introduce06 .doctor_introduce_text table tr td:first-child {
  width: 20%;
}
#treatment .treatment .treatment02 .introduce06 .doctor_introduce_text02 h4 {
  background-color: #F88B3D;
}
#treatment .treatment .treatment02 .introduce07 h2 {
  justify-content: center;
  border-bottom: 3px dashed #EB76A9;
}
#treatment .treatment .treatment02 .introduce07 h2 span:last-child {
  color: #EB76A9;
}
#treatment .treatment .treatment02 .introduce07 .doctor_introduce_image {
  width: 50%;
  margin: auto;
}
#treatment .treatment .treatment02 .introduce07 .doctor_introduce_image img {
  width: 100%;
}
#treatment .treatment .treatment03 {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment03 {
    padding: 8vw 0;
  }
}
#treatment .treatment .treatment03 .treatment03_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment03 .treatment03_contents {
    flex-flow: column;
  }
}
#treatment .treatment .treatment03 .treatment03_contents .treatment03_item {
  width: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment03 .treatment03_contents .treatment03_item {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment03 .treatment03_contents .treatment03_item {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#treatment .treatment .treatment03 .treatment03_contents .treatment03_item img {
  width: 100%;
  border-radius: 15px;
}
#treatment .treatment .treatment03 .treatment03_contents .treatment03_item p {
  padding: 1.5vw 2vw;
  background-color: #fff;
  color: #EB76A9;
  border: 2px solid #EB76A9;
  border-radius: 15px;
  height: 7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment03 .treatment03_contents .treatment03_item p {
    height: 12vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment03 .treatment03_contents .treatment03_item p {
    height: auto;
  }
}
#treatment .treatment .treatment04 {
  background-position: center;
  width: 100%;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment04 {
    padding: 8vw 0;
  }
}
#treatment .treatment .treatment04 .facility_headline {
  width: 80%;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4vw 2vw;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment04 .facility_headline {
    margin-bottom: 8vw;
    padding: 8vw 2vw;
  }
}
#treatment .treatment .treatment04 .facility_headline h2 {
  color: #5B9000;
  font-family: "Hachi Maru Pop", cursive;
  letter-spacing: 0.4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment04 .facility_headline h2 {
    letter-spacing: 0.8vw;
  }
}
#treatment .treatment .treatment04 .facility_headline02 {
  width: 80%;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4vw 2vw;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment04 .facility_headline02 {
    margin-bottom: 8vw;
    padding: 8vw 2vw;
  }
}
#treatment .treatment .treatment04 .facility_headline02 h2 {
  color: #F7B530;
  font-family: "Hachi Maru Pop", cursive;
  letter-spacing: 0.4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment04 .facility_headline02 h2 {
    letter-spacing: 0.8vw;
  }
}
#treatment .treatment .treatment04 .facility_headline03 {
  width: 80%;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4vw 2vw;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment04 .facility_headline03 {
    margin-bottom: 8vw;
    padding: 8vw 2vw;
  }
}
#treatment .treatment .treatment04 .facility_headline03 h2 {
  color: #47AAD9;
  font-family: "Hachi Maru Pop", cursive;
  letter-spacing: 0.4vw;
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment04 .facility_headline03 h2 {
    letter-spacing: 0.8vw;
  }
}
#treatment .treatment .treatment04 .facility_contents {
  width: 90vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
  flex-wrap: wrap;
}
#treatment .treatment .treatment04 .facility_contents .facility_content {
  width: 22%;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment04 .facility_contents .facility_content {
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment04 .facility_contents .facility_content {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#treatment .treatment .treatment04 .facility_contents .facility_content img {
  width: 100%;
  margin-bottom: 1vw;
}
#treatment .treatment .treatment04 .facility_contents .facility_content > p {
  border-radius: 10px;
  background-color: #5B9000;
  color: #fff;
  text-align: center;
  padding: 1vw;
}
#treatment .treatment .treatment04 .facility_contents .facility_content .facility_text {
  padding: 2vw 1vw;
  background-color: #47AAD9;
  border-radius: 15px;
  height: 24vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment04 .facility_contents .facility_content .facility_text {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment04 .facility_contents .facility_content .facility_text {
    padding: 4vw;
    height: auto;
  }
}
#treatment .treatment .treatment04 .facility_contents .facility_content .facility_text h4 {
  text-align: center;
  background-color: #fff;
  padding: 1vw;
  color: #47AAD9;
  margin-bottom: 1vw;
  border-radius: 50px;
  font-size: 1.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #treatment .treatment .treatment04 .facility_contents .facility_content .facility_text h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #treatment .treatment .treatment04 .facility_contents .facility_content .facility_text h4 {
    font-size: 4vw;
    padding: 4vw 0;
    margin-bottom: 4vw;
  }
}
#treatment .treatment .treatment04 .facility_contents .facility_content .facility_text p {
  color: #fff;
}

#prevention .prevention .prevention_main_headline {
  padding: 2vw 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_main_headline {
    padding: 4vw 0;
  }
}
#prevention .prevention .prevention_main_headline img:first-child {
  width: 5vw;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_main_headline img:first-child {
    width: 10vw;
  }
}
#prevention .prevention .prevention_main_headline img:last-child {
  width: 12vw;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_main_headline img:last-child {
    width: 24vw;
  }
}
#prevention .prevention .prevention_main_headline h2 {
  padding: 1vw 0;
  font-family: "Hachi Maru Pop", cursive;
  font-size: 2.4vw;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_main_headline h2 {
    font-size: 6vw;
  }
}
#prevention .prevention .prevention_container {
  background-position: center;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container {
    padding: 8vw 0;
  }
}
#prevention .prevention .prevention_container .prevention_top {
  width: 90%;
  margin: 4vw auto;
  background-position: center;
  padding: 2vw;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_top {
    border-radius: 15px;
    padding: 4vw;
    margin: 8vw auto;
  }
}
#prevention .prevention .prevention_container .prevention_top .prevention_top_headline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  padding-bottom: 1vw;
  margin-bottom: 2vw;
  border-bottom: 2px dotted #261F00;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #prevention .prevention .prevention_container .prevention_top .prevention_top_headline img {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_top .prevention_top_headline {
    position: relative;
    padding-bottom: 2vw;
    margin-bottom: 4vw;
  }
  #prevention .prevention .prevention_container .prevention_top .prevention_top_headline img {
    position: absolute;
    width: 30%;
  }
  #prevention .prevention .prevention_container .prevention_top .prevention_top_headline img:first-child {
    top: 0;
    left: 0;
  }
  #prevention .prevention .prevention_container .prevention_top .prevention_top_headline img:last-child {
    top: 0;
    right: 0;
  }
  #prevention .prevention .prevention_container .prevention_top .prevention_top_headline h2 {
    margin-top: 12vw;
  }
}
#prevention .prevention .prevention_container .prevention_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_contents {
    margin-bottom: 8vw;
  }
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(2) > h3 {
  color: #AEC453;
  border-bottom: 3px dotted #AEC453;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(2) .prevention_flex h4 {
  color: #AEC453;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(2) .prevention_bottom > h4 {
  color: #AEC453;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(2) .prevention_bottom .prevention_bottom_item {
  border: 2px solid #AEC453;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(2) .prevention_bottom .prevention_bottom_item h4 {
  color: #AEC453;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(2) .prevention_bottom .prevention_bottom_item p {
  background-color: #AEC453;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(3) > h3 {
  color: #F88B3D;
  border-bottom: 3px dotted #F88B3D;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(3) .prevention_flex h4 {
  color: #F88B3D;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(3) .prevention_bottom > h4 {
  color: #F88B3D;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(3) .prevention_bottom .prevention_bottom_item {
  border: 2px solid #F88B3D;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(3) .prevention_bottom .prevention_bottom_item h4 {
  color: #F88B3D;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(3) .prevention_bottom .prevention_bottom_item p {
  background-color: #F88B3D;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(4) > h3 {
  color: #47AAD9;
  border-bottom: 3px dotted #47AAD9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(4) > h4 {
  color: #47AAD9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(4) .prevention_flex h4 {
  color: #47AAD9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(4) .prevention_bottom > h4 {
  color: #47AAD9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(4) .prevention_bottom .prevention_bottom_item {
  border: 2px solid #47AAD9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(4) .prevention_bottom .prevention_bottom_item h4 {
  color: #47AAD9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(4) .prevention_bottom .prevention_bottom_item p {
  background-color: #47AAD9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(4) .prevention_btn button {
  border: 2px solid #47AAD9;
  color: #47AAD9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(5) > h3 {
  color: #EB76A9;
  border-bottom: 3px dotted #EB76A9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(5) .prevention_flex h4 {
  color: #EB76A9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(5) .prevention_bottom > h4 {
  color: #EB76A9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(5) .prevention_bottom .prevention_bottom_item {
  border: 2px solid #EB76A9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(5) .prevention_bottom .prevention_bottom_item h4 {
  color: #EB76A9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(5) .prevention_bottom .prevention_bottom_item p {
  background-color: #EB76A9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(5) > h4 {
  color: #EB76A9;
}
#prevention .prevention .prevention_container .prevention_contents:nth-child(5) .prevention_btn button {
  border: 2px solid #EB76A9;
  color: #EB76A9;
}
#prevention .prevention .prevention_container .prevention_contents h3 {
  text-align: center;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_contents h3 {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }
}
#prevention .prevention .prevention_container .prevention_contents .prevention_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_contents .prevention_flex {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#prevention .prevention .prevention_container .prevention_contents .prevention_flex .prevention_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_contents .prevention_flex .prevention_image {
    width: 100%;
  }
}
#prevention .prevention .prevention_container .prevention_contents .prevention_flex .prevention_image img {
  width: 100%;
}
#prevention .prevention .prevention_container .prevention_contents .prevention_flex .prevention_text {
  width: 50%;
  border-radius: 30px;
  background-color: #fff;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_contents .prevention_flex .prevention_text {
    width: 100%;
    border-radius: 15px;
    padding: 4vw;
  }
}
#prevention .prevention .prevention_container .prevention_contents .prevention_flex .prevention_text h4 {
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_contents .prevention_flex .prevention_text h4 {
    margin-bottom: 3vw;
  }
}
#prevention .prevention .prevention_container .prevention_contents .prevention_bottom h4 {
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_contents .prevention_bottom h4 {
    margin-bottom: 4vw;
  }
}
#prevention .prevention .prevention_container .prevention_contents .prevention_bottom .prevention_bottom_item {
  border-radius: 20px;
  margin-bottom: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #prevention .prevention .prevention_container .prevention_contents .prevention_bottom .prevention_bottom_item {
    height: 14vw;
  }
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_contents .prevention_bottom .prevention_bottom_item {
    flex-flow: column;
    margin-bottom: 4vw;
    height: auto;
    border-radius: 15px;
  }
}
#prevention .prevention .prevention_container .prevention_contents .prevention_bottom .prevention_bottom_item h4 {
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_contents .prevention_bottom .prevention_bottom_item h4 {
    width: 100%;
    padding: 4vw 0;
    border-radius: 15px 15px 0 0;
  }
}
#prevention .prevention .prevention_container .prevention_contents .prevention_bottom .prevention_bottom_item p {
  width: 70%;
  height: 100%;
  border-radius: 0 20px 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  padding: 0 2vw;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_contents .prevention_bottom .prevention_bottom_item p {
    width: 100%;
    border-radius: 0 0 15px 15px;
  }
}
#prevention .prevention .prevention_container .prevention_contents > h4 {
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_contents > h4 {
    margin-bottom: 4vw;
  }
}
#prevention .prevention .prevention_container .prevention_contents .prevention_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #prevention .prevention .prevention_container .prevention_contents .prevention_btns {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_contents .prevention_btns {
    width: 100%;
    flex-flow: column;
  }
}
#prevention .prevention .prevention_container .prevention_contents .prevention_btns .prevention_btn {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_contents .prevention_btns .prevention_btn {
    width: 100%;
  }
}
#prevention .prevention .prevention_container .prevention_contents .prevention_btns .prevention_btn a {
  width: 100%;
  display: block;
  text-decoration: none;
  transition: all 0.4s;
}
#prevention .prevention .prevention_container .prevention_contents .prevention_btns .prevention_btn a:hover {
  opacity: 0.7;
}
#prevention .prevention .prevention_container .prevention_contents .prevention_btns .prevention_btn a button {
  width: 100%;
  padding: 1.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  border-radius: 50px;
  font-size: 1.2vw;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #prevention .prevention .prevention_container .prevention_contents .prevention_btns .prevention_btn a button {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #prevention .prevention .prevention_container .prevention_contents .prevention_btns .prevention_btn a button {
    font-size: 3.8vw;
    gap: 3vw;
    padding: 3vw 0;
  }
  #prevention .prevention .prevention_container .prevention_contents .prevention_btns .prevention_btn a button img {
    width: 5vw;
  }
}

#correction .correction .correction_top {
  background-position: center;
  width: 100%;
  padding: 4vw 0;
  position: relative;
  padding-top: 8vw;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_top {
    padding-top: 14vw;
  }
}
#correction .correction .correction_top .correction_top_point01 {
  position: absolute;
  top: 0;
  left: 2%;
  width: 35%;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_top .correction_top_point01 {
    width: 45%;
  }
}
#correction .correction .correction_top .correction_top_point01 img {
  width: 100%;
}
#correction .correction .correction_top .correction_top_point02 {
  position: absolute;
  top: 0;
  right: 2%;
  width: 35%;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_top .correction_top_point02 {
    width: 45%;
  }
}
#correction .correction .correction_top .correction_top_point02 img {
  width: 100%;
}
#correction .correction .correction_top .correction_top_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_top .correction_top_contents {
    width: 95%;
  }
}
#correction .correction .correction_top .correction_top_contents .correction_top_headline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_top .correction_top_contents .correction_top_headline {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#correction .correction .correction_top .correction_top_contents .correction_top_headline::after {
  position: absolute;
  content: "";
  bottom: 15%;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, 0);
  border-bottom: 3px dotted #F88B3D;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_top .correction_top_contents .correction_top_headline::after {
    bottom: -15%;
  }
}
#correction .correction .correction_top .correction_top_contents .correction_top_headline h2 {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4vw;
  color: #F88B3D;
  font-family: "Hachi Maru Pop", cursive;
}
#correction .correction .correction_top .correction_top_contents .correction_top_headline h2:last-child {
  padding: 0;
  color: #261F00;
}
#correction .correction .correction_point {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_point {
    padding: 8vw 0;
  }
}
#correction .correction .correction_point .correction_point_contents {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #correction .correction .correction_point .correction_point_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_point .correction_point_contents {
    width: 95%;
  }
}
#correction .correction .correction_point .correction_point_contents h2 {
  padding: 2vw 0;
  background-color: #F88B3D;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_point .correction_point_contents h2 {
    padding: 4vw;
  }
}
#correction .correction .correction_point .correction_point_contents p {
  padding: 2vw;
  background-color: #FFBA89;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_point .correction_point_contents p {
    padding: 4vw;
  }
}
#correction .correction .correction_point .correction_point_contents ul {
  list-style: none;
  padding: 2vw;
  border-radius: 0 0 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
  flex-wrap: wrap;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #correction .correction .correction_point .correction_point_contents ul {
    gap: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_point .correction_point_contents ul {
    padding: 4vw;
    gap: 4vw;
  }
}
#correction .correction .correction_point .correction_point_contents ul li {
  width: 30%;
  color: #F88B3D;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #correction .correction .correction_point .correction_point_contents ul li {
    width: 47%;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_point .correction_point_contents ul li {
    width: 100%;
    font-size: 3.4vw;
  }
}
#correction .correction .correction_point .correction_point_contents ul li span {
  margin-right: 0.5vw;
}
#correction .correction .treatment_main_headline {
  padding: 2vw 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #correction .correction .treatment_main_headline {
    padding: 4vw 0;
  }
}
#correction .correction .treatment_main_headline img:first-child {
  width: 5vw;
}
@media screen and (max-width: 768px) {
  #correction .correction .treatment_main_headline img:first-child {
    width: 10vw;
  }
}
#correction .correction .treatment_main_headline img:last-child {
  width: 12vw;
}
@media screen and (max-width: 768px) {
  #correction .correction .treatment_main_headline img:last-child {
    width: 24vw;
  }
}
#correction .correction .treatment_main_headline h2 {
  padding: 1vw 0;
  font-family: "Hachi Maru Pop", cursive;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #correction .correction .treatment_main_headline h2 {
    font-size: 6vw;
  }
}
#correction .correction .correction_teeth {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_teeth {
    padding: 8vw 0;
  }
}
#correction .correction .correction_teeth .correction_teeth_contents {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #correction .correction .correction_teeth .correction_teeth_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_teeth .correction_teeth_contents {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#correction .correction .correction_teeth .correction_teeth_contents h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  background-color: #47AAD9;
  padding: 1vw 2vw;
  border-radius: 10px;
  margin-bottom: 1vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_teeth .correction_teeth_contents h2 {
    padding: 4vw;
    margin-bottom: 4vw;
  }
  #correction .correction .correction_teeth .correction_teeth_contents h2 img {
    width: 8vw;
  }
}
#correction .correction .correction_teeth .correction_teeth_contents .correction_teeth_contents_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_teeth .correction_teeth_contents .correction_teeth_contents_flex {
    flex-flow: column;
  }
}
#correction .correction .correction_teeth .correction_teeth_contents .correction_teeth_contents_flex .correction_teeth_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_teeth .correction_teeth_contents .correction_teeth_contents_flex .correction_teeth_image {
    width: 100%;
  }
}
#correction .correction .correction_teeth .correction_teeth_contents .correction_teeth_contents_flex .correction_teeth_image img {
  width: 100%;
}
#correction .correction .correction_teeth .correction_teeth_contents .correction_teeth_contents_flex .correction_teeth_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_teeth .correction_teeth_contents .correction_teeth_contents_flex .correction_teeth_text {
    width: 100%;
  }
}
#correction .correction .correction_teeth .correction_teeth_contents .correction_teeth_contents_flex .correction_teeth_text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2vw;
}
#correction .correction .correction_teeth .correction_teeth_contents .correction_teeth_contents_flex .correction_teeth_text table tr td {
  padding: 1.5vw;
  border-bottom: 1px dotted #261F00;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #correction .correction .correction_teeth .correction_teeth_contents .correction_teeth_contents_flex .correction_teeth_text table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_teeth .correction_teeth_contents .correction_teeth_contents_flex .correction_teeth_text table tr td {
    padding: 3vw;
    font-size: 3.4vw;
  }
}
#correction .correction .correction_teeth .correction_teeth_contents .correction_teeth_contents_flex .correction_teeth_text table tr td:first-child {
  width: 40%;
}
#correction .correction .correction_teeth .correction_teeth_contents .correction_teeth_contents_flex .correction_teeth_text .check p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_teeth .correction_teeth_contents .correction_teeth_contents_flex .correction_teeth_text .check p {
    gap: 2vw;
  }
}
#correction .correction .correction_about {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_about {
    padding: 8vw 0;
  }
}
#correction .correction .correction_about .correction_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_about .correction_contents {
    margin-bottom: 8vw;
  }
}
#correction .correction .correction_about .correction_contents:first-child h3 {
  color: #AEC453;
  border-bottom: 3px dotted #AEC453;
}
#correction .correction .correction_about .correction_contents:first-child .correction_bottom_item {
  border: 2px solid #AEC453;
}
#correction .correction .correction_about .correction_contents:first-child .correction_bottom_item h4 {
  color: #AEC453;
}
#correction .correction .correction_about .correction_contents:first-child .correction_bottom_item ul {
  background-color: #AEC453;
}
#correction .correction .correction_about .correction_contents:nth-child(2) h3 {
  color: #F88B3D;
  border-bottom: 3px dotted #F88B3D;
}
#correction .correction .correction_about .correction_contents:nth-child(2) .correction_bottom_item {
  border: 2px solid #F88B3D;
}
#correction .correction .correction_about .correction_contents:nth-child(2) .correction_bottom_item h4 {
  color: #F88B3D;
}
#correction .correction .correction_about .correction_contents:nth-child(2) .correction_bottom_item ul {
  background-color: #F88B3D;
}
#correction .correction .correction_about .correction_contents:nth-child(3) h3 {
  color: #EB76A9;
  border-bottom: 3px dotted #EB76A9;
}
#correction .correction .correction_about .correction_contents:nth-child(3) .correction_bottom_item {
  border: 2px solid #EB76A9;
}
#correction .correction .correction_about .correction_contents:nth-child(3) .correction_bottom_item h4 {
  color: #EB76A9;
}
#correction .correction .correction_about .correction_contents:nth-child(3) .correction_bottom_item ul {
  background-color: #EB76A9;
}
#correction .correction .correction_about .correction_contents h3 {
  text-align: center;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_about .correction_contents h3 {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }
}
#correction .correction .correction_about .correction_contents .correction_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_about .correction_contents .correction_flex {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#correction .correction .correction_about .correction_contents .correction_flex .correction_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_about .correction_contents .correction_flex .correction_image {
    width: 100%;
  }
}
#correction .correction .correction_about .correction_contents .correction_flex .correction_image img {
  width: 100%;
}
#correction .correction .correction_about .correction_contents .correction_flex .correction_text {
  width: 50%;
  border-radius: 30px;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_about .correction_contents .correction_flex .correction_text {
    width: 100%;
    border-radius: 15px;
    padding: 4vw;
  }
}
#correction .correction .correction_about .correction_contents .correction_flex .correction_text h4 {
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_about .correction_contents .correction_flex .correction_text h4 {
    margin-bottom: 3vw;
  }
}
#correction .correction .correction_about .correction_contents .correction_bottom_item {
  border-radius: 20px;
  margin-bottom: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #correction .correction .correction_about .correction_contents .correction_bottom_item {
    height: 14vw;
  }
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_about .correction_contents .correction_bottom_item {
    flex-flow: column;
    margin-bottom: 4vw;
    height: auto;
    border-radius: 15px;
  }
}
#correction .correction .correction_about .correction_contents .correction_bottom_item h4 {
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_about .correction_contents .correction_bottom_item h4 {
    width: 100%;
    padding: 4vw 0;
    border-radius: 15px 15px 0 0;
  }
}
#correction .correction .correction_about .correction_contents .correction_bottom_item ul {
  width: 70%;
  height: 100%;
  border-radius: 0 20px 20px 0;
  color: #fff;
  padding: 0 2vw;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_about .correction_contents .correction_bottom_item ul {
    width: 100%;
    border-radius: 0 0 15px 15px;
  }
}
#correction .correction .correction_about .correction_contents .correction_bottom_item ul li {
  font-size: 1vw;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #correction .correction .correction_about .correction_contents .correction_bottom_item ul li {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_about .correction_contents .correction_bottom_item ul li {
    margin-bottom: 2vw;
    font-size: 3.4vw;
  }
}
#correction .correction .correction_flow {
  padding: 12vw 0;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_flow {
    padding: 24vw 0;
  }
}
#correction .correction .correction_flow .correction_flow_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_flow .correction_flow_contents {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#correction .correction .correction_flow .correction_flow_contents:first-child {
  border: 6px solid #AEC453;
}
#correction .correction .correction_flow .correction_flow_contents:first-child h2 {
  background-color: #AEC453;
}
#correction .correction .correction_flow .correction_flow_contents:first-child h3 {
  background-color: #AEC453;
}
#correction .correction .correction_flow .correction_flow_contents:nth-child(2) {
  border: 6px solid #F88B3D;
}
#correction .correction .correction_flow .correction_flow_contents:nth-child(2) h2 {
  background-color: #F88B3D;
}
#correction .correction .correction_flow .correction_flow_contents:nth-child(2) h3 {
  background-color: #F88B3D;
}
#correction .correction .correction_flow .correction_flow_contents:nth-child(3) {
  border: 6px solid #47AAD9;
}
#correction .correction .correction_flow .correction_flow_contents:nth-child(3) h2 {
  background-color: #47AAD9;
}
#correction .correction .correction_flow .correction_flow_contents:nth-child(3) h3 {
  background-color: #47AAD9;
}
#correction .correction .correction_flow .correction_flow_contents:nth-child(4) {
  border: 6px solid #E487AF;
}
#correction .correction .correction_flow .correction_flow_contents:nth-child(4) h2 {
  background-color: #E487AF;
}
#correction .correction .correction_flow .correction_flow_contents:nth-child(4) h3 {
  background-color: #E487AF;
}
#correction .correction .correction_flow .correction_flow_contents .correction_flow_headline {
  position: relative;
}
#correction .correction .correction_flow .correction_flow_contents .correction_flow_headline h2 {
  position: absolute;
  top: -90%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  width: 13vw;
  height: 13vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  border-radius: 50%;
  font-size: 4.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #correction .correction .correction_flow .correction_flow_contents .correction_flow_headline h2 {
    top: -75%;
  }
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_flow .correction_flow_contents .correction_flow_headline h2 {
    top: -55%;
    width: 20vw;
    height: 20vw;
    font-size: 8.5vw;
  }
}
#correction .correction .correction_flow .correction_flow_contents .correction_flow_headline h3 {
  text-align: center;
  color: #fff;
  padding: 2vw 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_flow .correction_flow_contents .correction_flow_headline h3 {
    padding: 6vw 0;
  }
}
#correction .correction .correction_flow .correction_flow_contents .correction_flow_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  background-color: #fff;
  padding: 4vw;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_flow .correction_flow_contents .correction_flow_flex {
    flex-flow: column;
  }
}
#correction .correction .correction_flow .correction_flow_contents .correction_flow_flex .correction_flow_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_flow .correction_flow_contents .correction_flow_flex .correction_flow_image {
    width: 100%;
  }
}
#correction .correction .correction_flow .correction_flow_contents .correction_flow_flex .correction_flow_image img {
  width: 100%;
}
#correction .correction .correction_flow .correction_flow_contents .correction_flow_flex .correction_flow_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #correction .correction .correction_flow .correction_flow_contents .correction_flow_flex .correction_flow_text {
    width: 100%;
  }
}

#mft .mft .treatment_main_headline {
  padding: 2vw 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mft .mft .treatment_main_headline {
    padding: 4vw 0;
  }
}
#mft .mft .treatment_main_headline img:first-child {
  width: 5vw;
}
@media screen and (max-width: 768px) {
  #mft .mft .treatment_main_headline img:first-child {
    width: 10vw;
  }
}
#mft .mft .treatment_main_headline img:last-child {
  width: 12vw;
}
@media screen and (max-width: 768px) {
  #mft .mft .treatment_main_headline img:last-child {
    width: 24vw;
  }
}
#mft .mft .treatment_main_headline h2 {
  padding: 1vw 0;
  font-family: "Hachi Maru Pop", cursive;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #mft .mft .treatment_main_headline h2 {
    font-size: 6vw;
  }
}
#mft .mft .mft_top {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_top {
    padding: 8vw 0;
  }
}
#mft .mft .mft_top p {
  width: 80%;
  margin: auto;
  border-radius: 20px;
  padding: 2vw;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mft .mft .mft_top p {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_top p {
    width: 95%;
  }
}
#mft .mft .mft_contents01 {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents01 {
    padding: 8vw 0;
  }
}
#mft .mft .mft_contents01 p {
  width: 80%;
  margin: auto;
  border-radius: 20px;
  padding: 2vw;
  background-color: #fff;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mft .mft .mft_contents01 p {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents01 p {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#mft .mft .mft_contents01 .mft_content {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  flex-wrap: wrap;
}
#mft .mft .mft_contents01 .mft_content .mft_content_item {
  width: 22%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mft .mft .mft_contents01 .mft_content .mft_content_item {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents01 .mft_content .mft_content_item {
    width: 100%;
  }
}
#mft .mft .mft_contents01 .mft_content .mft_content_item img {
  width: 100%;
  margin-bottom: 1vw;
}
#mft .mft .mft_contents01 .mft_content .mft_content_item p {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 1vw;
  border-radius: 10px;
  background-color: #5B9000;
}
#mft .mft .mft_flow {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_flow {
    padding: 8vw 0;
  }
}
#mft .mft .mft_flow > p {
  text-align: center;
  padding-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_flow > p {
    width: 90%;
    margin: auto;
  }
}
#mft .mft .mft_flow .mft_flow_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  flex-wrap: wrap;
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_flow .mft_flow_contents {
    width: 95%;
  }
}
#mft .mft .mft_flow .mft_flow_contents .mv_item {
  width: 15vw;
  height: 15vw;
  background-color: #F88B3D;
  text-align: center;
  padding: 1.5vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mft .mft .mft_flow .mft_flow_contents .mv_item {
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_flow .mft_flow_contents .mv_item {
    width: 45vw;
    height: 45vw;
  }
}
#mft .mft .mft_flow .mft_flow_contents .mv_item::after {
  position: absolute;
  content: "";
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px dashed #fff;
  border-radius: 50%;
}
#mft .mft .mft_flow .mft_flow_contents .mv_item:nth-child(2) {
  background-color: #EB76A9;
}
#mft .mft .mft_flow .mft_flow_contents .mv_item:nth-child(3) {
  background-color: #F7B530;
}
#mft .mft .mft_flow .mft_flow_contents .mv_item:nth-child(4) {
  background-color: #AEC453;
}
#mft .mft .mft_flow .mft_flow_contents .mv_item:nth-child(5) {
  background-color: #0076AD;
}
#mft .mft .mft_flow .mft_flow_contents .mv_item:nth-child(6) {
  background-color: #47AAD9;
}
#mft .mft .mft_flow .mft_flow_contents .mv_item h2 {
  color: #fff;
}
#mft .mft .mft_flow .mft_flow_contents .mv_item p {
  color: #fff;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_flow .mft_flow_contents .mv_item p {
    line-height: 6vw;
  }
}
#mft .mft .mft_flow .mft_flow_contents .mv_item p span {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mft .mft .mft_flow .mft_flow_contents .mv_item p span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_flow .mft_flow_contents .mv_item p span {
    font-size: 7vw;
  }
}
#mft .mft .mft_contents02 {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents02 {
    padding: 8vw 0;
  }
}
#mft .mft .mft_contents02 p {
  width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents02 p {
    margin-bottom: 8vw;
  }
}
#mft .mft .mft_contents02 .images {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents02 .images {
    flex-flow: column;
  }
}
#mft .mft .mft_contents02 .images img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents02 .images img {
    width: 100%;
  }
}
#mft .mft .mft_contents03 {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents03 {
    padding: 8vw 0;
  }
}
#mft .mft .mft_contents03 .images {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents03 .images {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#mft .mft .mft_contents03 .images img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents03 .images img {
    width: 100%;
  }
}
#mft .mft .mft_contents03 .mft_contents03_content {
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mft .mft .mft_contents03 .mft_contents03_content {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents03 .mft_contents03_content {
    width: 95%;
    margin-bottom: 4vw;
  }
}
#mft .mft .mft_contents03 .mft_contents03_content h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  background-color: #EB76A9;
  padding: 1vw 2vw;
  border-radius: 10px;
  margin-bottom: 1vw;
  color: #fff;
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents03 .mft_contents03_content h2 {
    padding: 4vw;
    margin-bottom: 4vw;
    font-size: 4vw;
  }
  #mft .mft .mft_contents03 .mft_contents03_content h2 img {
    width: 8vw;
  }
}
#mft .mft .mft_contents03 .mft_contents03_content > p {
  border-radius: 20px;
  width: 100%;
  background-color: #fff;
  padding: 2vw 4vw;
}
#mft .mft .mft_contents03 .mft_contents03_content .concept_items {
  border-radius: 20px;
  width: 100%;
  background-color: #fff;
  padding: 2vw 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mft .mft .mft_contents03 .mft_contents03_content .concept_items {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents03 .mft_contents03_content .concept_items {
    width: 95%;
    margin: auto;
    position: relative;
    z-index: 20;
  }
}
#mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item {
  background-color: #0076AD;
  padding: 1.5vw;
  position: relative;
  border-radius: 50px;
  width: 80%;
  margin: auto;
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item {
    width: 100%;
    padding: 2vw;
    margin-bottom: 2vw;
    height: auto;
    border-radius: 20px;
  }
}
#mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item:nth-child(2) {
  background: #47AAD9;
}
#mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item:nth-child(2) h3 {
  color: #0076AD;
}
#mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item:nth-child(3) {
  background: #AEC453;
}
#mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item:nth-child(3) h3 {
  color: #AEC453;
}
#mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item:nth-child(4) {
  background: #F88B3D;
}
#mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item:nth-child(4) h3 {
  color: #F88B3D;
}
#mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item:nth-child(5) {
  background: #E487AF;
}
#mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item:nth-child(5) h3 {
  color: #E487AF;
}
#mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item h3 {
  position: absolute;
  top: 50%;
  left: 0.5vw;
  transform: translate(0, -50%);
  padding: 0.5vw;
  background-color: #fff;
  color: #0076AD;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item h3 {
    width: 16vw;
    height: 16vw;
    margin: auto;
    position: static;
    transform: translate(0, 0);
    margin-bottom: 4vw;
  }
}
#mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item p {
  text-align: center;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents03 .mft_contents03_content .concept_items .concept_item p {
    width: 100%;
    text-align: start;
    line-height: 5.5vw;
  }
}
#mft .mft .mft_contents04 {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents04 {
    padding: 8vw 0;
  }
}
#mft .mft .mft_contents04 .mft_content04 {
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents04 .mft_content04 {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#mft .mft .mft_contents04 .mft_content04:nth-child(3) h2, #mft .mft .mft_contents04 .mft_content04:last-child h2 {
  background: #F7B530;
}
#mft .mft .mft_contents04 .mft_content04 h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  background-color: #F88B3D;
  padding: 1vw 2vw;
  border-radius: 10px;
  margin-bottom: 1vw;
  color: #fff;
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents04 .mft_content04 h2 {
    padding: 4vw;
    margin-bottom: 4vw;
    font-size: 4vw;
  }
  #mft .mft .mft_contents04 .mft_content04 h2 img {
    width: 8vw;
  }
}
#mft .mft .mft_contents04 .mft_content04 p {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #mft .mft .mft_contents04 .mft_content04 p {
    width: 100%;
  }
}

#fee .fee .treatment_main_headline {
  padding: 2vw 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fee .fee .treatment_main_headline {
    padding: 4vw 0;
  }
}
#fee .fee .treatment_main_headline img:first-child {
  width: 5vw;
}
@media screen and (max-width: 768px) {
  #fee .fee .treatment_main_headline img:first-child {
    width: 10vw;
  }
}
#fee .fee .treatment_main_headline img:last-child {
  width: 12vw;
}
@media screen and (max-width: 768px) {
  #fee .fee .treatment_main_headline img:last-child {
    width: 24vw;
  }
}
#fee .fee .treatment_main_headline h2 {
  padding: 1vw 0;
  font-family: "Hachi Maru Pop", cursive;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #fee .fee .treatment_main_headline h2 {
    font-size: 6vw;
  }
}
#fee .fee .fee_contents {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_contents {
    padding: 8vw 0;
  }
}
#fee .fee .fee_contents .fee_content {
  width: 80%;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_contents .fee_content {
    width: 95%;
    padding: 4vw 2vw;
  }
}
#fee .fee .fee_contents .fee_content .fee_item {
  width: 60%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #fee .fee .fee_contents .fee_content .fee_item {
    width: 70%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_contents .fee_content .fee_item {
    width: 95%;
    margin-bottom: 4vw;
  }
}
#fee .fee .fee_contents .fee_content .fee_item h4:first-child {
  width: 20%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #fee .fee .fee_contents .fee_content .fee_item h4:first-child {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_contents .fee_content .fee_item h4:first-child {
    width: 25%;
  }
}
#fee .fee .fee_contents .fee_content > p {
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #fee .fee .fee_contents .fee_content > p {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_contents .fee_content > p {
    width: 95%;
  }
}
#fee .fee #faq .faq {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #fee .fee #faq .faq {
    padding: 8vw 0;
  }
}
#fee .fee #faq .faq .faq_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #fee .fee #faq .faq .faq_contents {
    width: 95%;
  }
}
#fee .fee #faq .faq .faq_contents .faq_content {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #fee .fee #faq .faq .faq_contents .faq_content {
    margin-bottom: 8vw;
  }
}
#fee .fee #faq .faq .faq_contents .faq_content .faq_question {
  padding: 1.5vw;
  background-color: #47AAD9;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #fee .fee #faq .faq .faq_contents .faq_content .faq_question {
    border-radius: 10px;
  }
}
#fee .fee #faq .faq .faq_contents .faq_content .faq_question {
  cursor: pointer;
}
#fee .fee #faq .faq .faq_contents .faq_content .faq_question .faq_text {
  display: flex;
  align-items: center;
  gap: 1.5vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fee .fee #faq .faq .faq_contents .faq_content .faq_question .faq_text {
    gap: 3vw;
    font-size: 3.8vw;
  }
}
#fee .fee #faq .faq .faq_contents .faq_content .faq_question .faq_text img {
  width: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #fee .fee #faq .faq .faq_contents .faq_content .faq_question .faq_text img {
    width: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #fee .fee #faq .faq .faq_contents .faq_content .faq_question .faq_text img {
    width: 6vw;
  }
}
#fee .fee #faq .faq .faq_contents .faq_content .faq_question .faq_toggle {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #fee .fee #faq .faq .faq_contents .faq_content .faq_question .faq_toggle {
    width: 15px;
    height: 15px;
  }
}
#fee .fee #faq .faq .faq_contents .faq_content .faq_question .faq_toggle::before, #fee .fee #faq .faq .faq_contents .faq_content .faq_question .faq_toggle::after {
  content: "";
  position: absolute;
  background: #fff;
}
#fee .fee #faq .faq .faq_contents .faq_content .faq_question .faq_toggle::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#fee .fee #faq .faq .faq_contents .faq_content .faq_question .faq_toggle::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: 0.3s;
}
#fee .fee #faq .faq .faq_contents .faq_content {
  /* 初期は閉じる（重要） */
}
#fee .fee #faq .faq .faq_contents .faq_content .faq_answer {
  display: none;
  padding: 2vw;
  line-height: 1.8;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}
#fee .fee #faq .faq .faq_contents .faq_content {
  /* 開いた時 */
}
#fee .fee #faq .faq .faq_contents .faq_content.active .faq_toggle::after {
  transform: translateX(-50%) scaleY(0);
}
#fee .fee #faq .faq .faq_contents .faq_content.active .faq_question {
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 768px) {
  #fee .fee #faq .faq .faq_contents .faq_content.active .faq_question {
    border-radius: 10px 10px 0 0;
  }
}

#checkup .checkup .treatment_main_headline {
  padding: 2vw 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .treatment_main_headline {
    padding: 4vw 0;
  }
}
#checkup .checkup .treatment_main_headline img:first-child {
  width: 5vw;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .treatment_main_headline img:first-child {
    width: 10vw;
  }
}
#checkup .checkup .treatment_main_headline img:last-child {
  width: 12vw;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .treatment_main_headline img:last-child {
    width: 24vw;
  }
}
#checkup .checkup .treatment_main_headline h2 {
  padding: 1vw 0;
  font-family: "Hachi Maru Pop", cursive;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .treatment_main_headline h2 {
    font-size: 6vw;
  }
}
#checkup .checkup .checkup_contents {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents {
    padding: 8vw 0;
  }
}
#checkup .checkup .checkup_contents .checkup_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #checkup .checkup .checkup_contents .checkup_flex {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents .checkup_flex {
    width: 95%;
    flex-flow: column;
    margin-bottom: 16vw;
  }
}
#checkup .checkup .checkup_contents .checkup_flex .checkup_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents .checkup_flex .checkup_image {
    width: 100%;
  }
}
#checkup .checkup .checkup_contents .checkup_flex .checkup_image img {
  width: 100%;
}
#checkup .checkup .checkup_contents .checkup_flex .checkup_text {
  width: 50%;
  border-radius: 30px;
  background-color: #fff;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents .checkup_flex .checkup_text {
    width: 100%;
    border-radius: 15px;
    padding: 4vw;
  }
}
#checkup .checkup .checkup_contents .checkup_flex .checkup_text h4 {
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents .checkup_flex .checkup_text h4 {
    margin-bottom: 3vw;
  }
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents:first-child {
  border: 6px solid #47AAD9;
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents:first-child h2 {
  background-color: #47AAD9;
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents:first-child h3 {
  background-color: #47AAD9;
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents:nth-child(2) {
  border: 6px solid #AEC453;
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents:nth-child(2) h2 {
  background-color: #AEC453;
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents:nth-child(2) h3 {
  background-color: #AEC453;
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents:nth-child(3) {
  border: 6px solid #F88B3D;
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents:nth-child(3) h2 {
  background-color: #F88B3D;
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents:nth-child(3) h3 {
  background-color: #F88B3D;
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents .correction_flow_headline {
  position: relative;
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents .correction_flow_headline h2 {
  position: absolute;
  top: -90%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  width: 13vw;
  height: 13vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  border-radius: 50%;
  font-size: 4.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents .correction_flow_headline h2 {
    top: -75%;
  }
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents .correction_flow_headline h2 {
    top: -55%;
    width: 20vw;
    height: 20vw;
    font-size: 8.5vw;
  }
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents .correction_flow_headline h3 {
  text-align: center;
  color: #fff;
  padding: 2vw 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents .correction_flow_headline h3 {
    padding: 6vw 0;
  }
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents .correction_flow_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  background-color: #fff;
  padding: 4vw;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents .correction_flow_flex {
    flex-flow: column;
  }
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents .correction_flow_flex .correction_flow_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents .correction_flow_flex .correction_flow_image {
    width: 100%;
  }
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents .correction_flow_flex .correction_flow_image img {
  width: 100%;
}
#checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents .correction_flow_flex .correction_flow_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents .checkup_flow .correction_flow_contents .correction_flow_flex .correction_flow_text {
    width: 100%;
  }
}
#checkup .checkup .checkup_contents02 {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents02 {
    padding: 8vw 0;
  }
}
#checkup .checkup .checkup_contents02 .checkup_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #checkup .checkup .checkup_contents02 .checkup_flex {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents02 .checkup_flex {
    width: 95%;
    flex-flow: column;
    margin-bottom: 16vw;
  }
}
#checkup .checkup .checkup_contents02 .checkup_flex:first-child .checkup_text h4 {
  color: #AEC453;
}
#checkup .checkup .checkup_contents02 .checkup_flex:nth-child(2) .checkup_text h4 {
  color: #E487AF;
}
#checkup .checkup .checkup_contents02 .checkup_flex:last-child .checkup_text h4 {
  color: #F88B3D;
}
#checkup .checkup .checkup_contents02 .checkup_flex .checkup_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents02 .checkup_flex .checkup_image {
    width: 100%;
  }
}
#checkup .checkup .checkup_contents02 .checkup_flex .checkup_image img {
  width: 100%;
}
#checkup .checkup .checkup_contents02 .checkup_flex .checkup_text {
  width: 50%;
  border-radius: 30px;
  background-color: #fff;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents02 .checkup_flex .checkup_text {
    width: 100%;
    border-radius: 15px;
    padding: 4vw;
  }
}
#checkup .checkup .checkup_contents02 .checkup_flex .checkup_text h4 {
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #checkup .checkup .checkup_contents02 .checkup_flex .checkup_text h4 {
    margin-bottom: 3vw;
  }
}

.footer_banner {
  width: 80%;
  margin: 4vw auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_banner {
    margin: 8vw auto;
  }
}
.footer_banner > a {
  display: block;
  width: 60%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .footer_banner > a {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .footer_banner > a {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.footer_banner > a img {
  width: 100%;
}
.footer_banner .footer_banner_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_banner .footer_banner_flex {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  .footer_banner .footer_banner_flex {
    flex-flow: column;
  }
}
.footer_banner .footer_banner_flex a {
  display: block;
  width: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_banner .footer_banner_flex a {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .footer_banner .footer_banner_flex a {
    width: 100%;
  }
}
.footer_banner .footer_banner_flex a img {
  width: 100%;
}

footer .footer {
  padding: 4vw 0;
}
footer .footer .footer_logo {
  width: 30%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_logo {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_logo {
    width: 80%;
    margin-bottom: 8vw;
  }
}
footer .footer .footer_logo img {
  width: 100%;
}
footer .footer > p {
  text-align: center;
  margin-bottom: 4vw;
  color: #816F63;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer > p {
    margin-bottom: 8vw;
  }
}
footer .footer .footer_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents {
    width: 95%;
    flex-flow: column;
  }
}
footer .footer .footer_contents .footer_menu {
  width: 40%;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu {
    width: 100%;
    margin-bottom: 8vw;
  }
}
footer .footer .footer_contents .footer_menu .footer_tel {
  width: 100%;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu .footer_tel {
    margin-bottom: 6vw;
  }
}
footer .footer .footer_contents .footer_menu .footer_tel a {
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
}
footer .footer .footer_contents .footer_menu .footer_tel a::after {
  position: absolute;
  content: "";
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background-color: #FCB373;
  bottom: 5%;
  right: 2%;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu .footer_tel a::after {
    width: 4vw;
    height: 4vw;
  }
}
footer .footer .footer_contents .footer_menu .footer_tel a button {
  width: 100%;
  padding: 0.5vw;
  border-radius: 10px;
  border: none;
  background-color: #F88B3D;
  color: #fff;
  box-shadow: 4px 4px 0 #C3712A;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu .footer_tel a button {
    padding: 3vw 0;
  }
}
footer .footer .footer_contents .footer_menu .footer_tel a button p {
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu .footer_tel a button p {
    line-height: 4vw;
  }
}
footer .footer .footer_contents .footer_menu .footer_tel a button h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
footer .footer .footer_contents .footer_menu .footer_tel a button h3 img {
  margin-right: 0.5vw;
  width: 1.8vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu .footer_tel a button h3 img {
    width: 4vw;
    margin-right: 3vw;
  }
}
footer .footer .footer_contents .footer_menu .footer_tel a:hover button {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 #C3712A;
}
footer .footer .footer_contents .footer_menu .footer_tel a:active button {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 #C3712A;
}
footer .footer .footer_contents .footer_menu .footer_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
}
footer .footer .footer_contents .footer_menu .footer_btns a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 5vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_menu .footer_btns a {
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu .footer_btns a {
    height: 16vw;
  }
}
footer .footer .footer_contents .footer_menu .footer_btns a:first-child button {
  background-color: #EB76A9;
  box-shadow: 4px 4px 0 #C3457C;
}
footer .footer .footer_contents .footer_menu .footer_btns a:first-child button:hover button {
  box-shadow: 0 0 0 #C3457C;
}
footer .footer .footer_contents .footer_menu .footer_btns a:first-child button:active button {
  box-shadow: 0 0 0 #C3457C;
}
footer .footer .footer_contents .footer_menu .footer_btns a:first-child button img {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu .footer_btns a:first-child button img {
    margin-right: 4vw;
  }
}
footer .footer .footer_contents .footer_menu .footer_btns a:first-child button h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
}
footer .footer .footer_contents .footer_menu .footer_btns a:first-child::after {
  position: absolute;
  content: "";
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background-color: #FBA8CC;
  bottom: 5%;
  right: 2%;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu .footer_btns a:first-child::after {
    width: 4vw;
    height: 4vw;
  }
}
footer .footer .footer_contents .footer_menu .footer_btns a:last-child button {
  background-color: #AEC453;
  box-shadow: 4px 4px 0 #85963F;
}
footer .footer .footer_contents .footer_menu .footer_btns a:last-child button:hover button {
  box-shadow: 0 0 0 #85963F;
}
footer .footer .footer_contents .footer_menu .footer_btns a:last-child button:active button {
  box-shadow: 0 0 0 #85963F;
}
footer .footer .footer_contents .footer_menu .footer_btns a:last-child button p {
  line-height: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu .footer_btns a:last-child button p {
    line-height: 4vw;
  }
}
footer .footer .footer_contents .footer_menu .footer_btns a:last-child button h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
}
footer .footer .footer_contents .footer_menu .footer_btns a:last-child::after {
  background-color: #D1E67B;
}
footer .footer .footer_contents .footer_menu .footer_btns a::after {
  position: absolute;
  content: "";
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background-color: #FCB373;
  bottom: 5%;
  right: 2%;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu .footer_btns a::after {
    width: 4vw;
    height: 4vw;
  }
}
footer .footer .footer_contents .footer_menu .footer_btns a button {
  width: 100%;
  height: 100%;
  padding: 0.5vw;
  border-radius: 10px;
  border: none;
  background-color: #F88B3D;
  color: #fff;
  box-shadow: 4px 4px 0 #C3712A;
  transition: all 0.3s ease;
}
footer .footer .footer_contents .footer_menu .footer_btns a button p {
  font-family: "Zen Maru Gothic", sans-serif;
}
footer .footer .footer_contents .footer_menu .footer_btns a button h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
footer .footer .footer_contents .footer_menu .footer_btns a button h3 img {
  margin-right: 0.5vw;
  width: 1.8vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu .footer_btns a button h3 img {
    margin-right: 3vw;
  }
}
footer .footer .footer_contents .footer_menu .footer_btns a:hover button {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 #C3712A;
}
footer .footer .footer_contents .footer_menu .footer_btns a:active button {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 #C3712A;
}
footer .footer .footer_contents .footer_right {
  width: 60%;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_right {
    width: 100%;
  }
}
footer .footer .footer_contents .footer_right .footer_time {
  width: 100%;
  border: 2px solid #0076AD;
  border-radius: 10px;
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents {
  width: 100%;
  border-radius: 10px;
  border: none;
  background-color: #fff;
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:first-child {
  border-radius: 10px 10px 0 0;
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:first-child p {
  background-color: #0076AD;
  color: #fff;
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:first-child p:first-child {
  border-radius: 10px 0 0 0;
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:first-child p:last-child {
  border-radius: 0 10px 0 0;
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:nth-child(2) {
  border-bottom: 2px dashed #816F63;
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:nth-child(2) p {
  background-color: #fff;
  color: #816F63;
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:nth-child(2) p:nth-child(2), footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:nth-child(2) p:nth-child(3), footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:nth-child(2) p:nth-child(4), footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:nth-child(2) p:nth-child(5), footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:nth-child(2) p:nth-child(6) {
  color: #47AAD9;
  font-size: 1.6vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:nth-child(2) p:nth-child(2), footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:nth-child(2) p:nth-child(3), footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:nth-child(2) p:nth-child(4), footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:nth-child(2) p:nth-child(5), footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:nth-child(2) p:nth-child(6) {
    font-size: 3vw;
  }
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:last-child {
  border-radius: 0 0 10px 10px;
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:last-child p {
  background-color: #fff;
  color: #816F63;
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:last-child p:nth-child(7) {
  color: #47AAD9;
  font-size: 1.6vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:last-child p:nth-child(7) {
    font-size: 3vw;
  }
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:last-child p:first-child {
  border-radius: 0 0 0 10px;
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div:last-child p:last-child {
  border-radius: 0 0 10px 0;
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div p {
  padding: 1vw;
  font-size: 1vw;
  text-align: center;
  height: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div p {
    font-size: 1.8vw;
    height: 6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div p {
    font-size: 3.4vw;
    height: 12vw;
  }
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div p:first-child {
  width: 20%;
}
footer .footer .footer_contents .footer_right .footer_time .footer_time_contents div p:not(:first-child) {
  width: 10%;
}
footer .footer .footer_contents .footer_right p {
  text-align: start;
  color: #816F63;
}
footer .footer_map {
  width: 100%;
}
footer .footer_map iframe {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_map iframe {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_map iframe {
    height: 80vw;
  }
}
footer .footer_main_menu {
  background-color: #AEC453;
  padding: 2vw 0;
}
footer .footer_main_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_main_menu ul {
    width: 40%;
    margin: auto;
    align-items: flex-start;
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_main_menu ul {
    width: 50%;
    margin: auto;
    gap: 4vw;
    align-items: flex-start;
    flex-flow: column;
  }
}
footer .footer_main_menu ul li a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  color: #fff;
  font-weight: 600;
}
footer .copyright {
  background-color: #fff;
  padding: 1vw 0;
  text-align: center;
  color: #816F63;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 3vw 0;
  }
}/*# sourceMappingURL=style.css.map */