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

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #555;
  overflow-x: hidden;
}

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

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

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .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;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #lower {
    padding-top: 50px;
  }
}
#lower .lower {
  width: 100%;
  height: 25vw;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 30vw;
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 50vw;
    margin-bottom: 16vw;
  }
}
#lower .lower .lower_headline {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  background-color: #fff;
  border-radius: 5px;
  border-left: 8px solid #14C38E;
  padding: 0.5vw 2vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_headline {
    left: 1%;
  }
}
#lower .lower .lower_headline h2 {
  letter-spacing: 0.6vw;
  color: #14C38E;
}
#lower .lower .lower_headline h5 {
  letter-spacing: 0.4vw;
  color: #fff;
}

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

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

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

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

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

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

.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: 99999999;
  width: 100vw;
  position: fixed;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5vw 2vw;
  overflow: hidden;
  height: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  height: 60%;
  padding: 0.5vw;
}
header #header_pc .header_logo img {
  height: 100%;
}
header #header_pc .header_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
header #header_pc .header_menu .main_menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 50px;
  padding: 0.5vw 1vw;
}
header #header_pc .header_menu .main_menu > li:first-child a {
  border: none;
}
header #header_pc .header_menu .main_menu > li:last-child a {
  border: none;
}
header #header_pc .header_menu .main_menu > li > a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #555555;
  font-size: 1vw;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
header #header_pc .header_menu .main_menu > li > a i {
  font-size: 1vw;
  margin-right: 0.6vw;
}
header #header_pc .header_menu .main_menu > li > a button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  background-color: #B32731;
  color: #fff;
  border: none;
  height: 3vw;
  font-family: "Zen Maru Gothic", sans-serif;
}
header #header_pc .header_menu .main_menu > li > a button span {
  font-size: 1vw;
  margin-right: 1vw;
}
header #header_pc .header_menu .main_menu > li > a button span {
  display: block;
}
header #header_pc .header_menu .main_menu > li > a button span:first-child {
  font-size: 0.6vw;
}
header #header_pc .header_menu .main_menu > li > a button span:last-child {
  font-size: 1.2vw;
  font-weight: 600;
}
header #header_pc .header_menu .main_menu > li > a button span:last-child i {
  margin-right: 0.5vw;
}
header #header_pc .header_menu > a button {
  background-color: #14C38E;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 1vw 2vw;
}
header #header_pc .header_menu > a button i {
  margin-right: 0.5vw;
}

#header_sp {
  height: 12vw;
  display: flex;
  align-items: top;
}
@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 (max-width: 768px) {
  #header_sp {
    height: 19vw;
  }
}
#header_sp .header_logo {
  width: 50%;
  margin-left: 3vw;
  padding: 1vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header_sp .header_logo {
    width: 35%;
  }
}
#header_sp .header_logo img {
  width: 100%;
}

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

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

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

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

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

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

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

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #555;
  background: rgb(255, 255, 255);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

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) {
  nav.globalMenuSp ul li {
    margin-bottom: 20px;
  }
}

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

nav.globalMenuSp ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #555;
  padding: 1em 0;
  text-decoration: none;
  font-size: 2.4vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 3.2vw;
  }
}
nav.globalMenuSp ul li a span {
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a span {
    font-size: 2.8vw;
    margin-top: 1vw;
  }
}
nav.globalMenuSp ul li a button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vw 4vw;
  background-color: #B32731;
  color: #fff;
  border: none;
  height: 8vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a button {
    font-size: 4vw;
    padding: 3¥4vw 8vw;
  }
}
nav.globalMenuSp ul li a button i {
  font-size: 2vw;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a button i {
    font-size: 3vw;
    margin-right: 3vw;
  }
}
nav.globalMenuSp ul li a button span {
  display: block;
}
nav.globalMenuSp ul li a button span:first-child {
  font-size: 0.6vw;
}
nav.globalMenuSp ul li a button span:last-child {
  font-size: 1.2vw;
  font-weight: 600;
}
nav.globalMenuSp ul li a button span:last-child i {
  margin-right: 0.5vw;
}

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

#mv {
  width: 100vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  #mv .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #mv .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .sp {
    display: none;
  }
}
#mv .mv {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv {
    height: 100%;
  }
}
#mv .mv .slide-images {
  width: 100vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .slide-images {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .slide-images {
    height: 100%;
  }
}
#mv .mv .slide-images .slick-list {
  height: 100%;
}
#mv .mv .slide-images .slick-list .slick-track {
  height: 100%;
}
#mv .mv .slide-images .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
#mv .mv .mv_headline {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  z-index: 1000;
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline {
    top: 55%;
    transform: translate(0, -50%);
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline {
    top: 60%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
  }
}
#mv .mv .mv_headline img {
  width: 100%;
}

.top_headline {
  width: 30%;
  margin: auto;
  text-align: center;
  position: relative;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_headline {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .top_headline {
    width: 60%;
    margin-bottom: 4vw;
  }
}
.top_headline:before {
  position: absolute;
  content: "";
  bottom: 15%;
  left: 0%;
  width: 40%;
  height: 1px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .top_headline:before {
    bottom: 20%;
  }
}
.top_headline:after {
  position: absolute;
  content: "";
  bottom: 15%;
  right: 0%;
  width: 40%;
  height: 1px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .top_headline:after {
    bottom: 20%;
  }
}
.top_headline h2 {
  margin-bottom: 0.2vw;
}

#top_news {
  margin: 8vw 0;
}
@media screen and (max-width: 768px) {
  #top_news {
    margin: 12vw 0;
    margin-bottom: 20vw;
  }
}
#top_news .top_news {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_news .top_news {
    flex-flow: column;
  }
}
#top_news .top_news .top_headline {
  width: 15%;
  position: absolute;
  top: 0;
  left: 10%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_headline {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_headline {
    position: relative;
    width: 60%;
    left: 0;
  }
}
#top_news .top_news .top_news_contents {
  width: 35%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents {
    width: 90%;
  }
}
#top_news .top_news .top_news_contents ul {
  list-style: none;
}
#top_news .top_news .top_news_contents ul a {
  display: block;
  background-color: #F5F5F5;
  margin-bottom: 1vw;
  border-radius: 10px;
  padding: 1vw;
  text-decoration: none;
  color: #555;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a {
    font-size: 1.8vw;
    padding: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a {
    padding: 3vw;
    font-size: 3.4vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4vw;
}
#top_news .top_news .top_news_contents ul a li .outline .date {
  width: 20%;
}
#top_news .top_news .top_news_contents ul a li .outline .title {
  width: 80%;
  font-family: "Noto Sans JP", sans-serif;
}

#top_instruction {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #top_instruction {
    margin-bottom: 16vw;
  }
}
#top_instruction .top_instruction {
  background-position: center;
  background-size: cover;
  padding: 8vw 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_instruction .top_instruction {
    padding: 16vw 0;
    padding-bottom: 24vw;
  }
}
#top_instruction .top_instruction .top_headline {
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_instruction .top_instruction .top_headline {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #top_instruction .top_instruction .top_headline {
    width: 90%;
  }
}
#top_instruction .top_instruction .top_headline h2 {
  margin-bottom: 1vw;
}
#top_instruction .top_instruction .top_headline h2 span {
  color: #14C38E;
}
#top_instruction .top_instruction .top_headline p {
  margin-bottom: 1vw;
}
#top_instruction .top_instruction .top_instruction_text {
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #top_instruction .top_instruction .top_instruction_text {
    width: 95%;
    margin: auto;
    margin-bottom: 4vw;
    text-align: start;
  }
}
#top_instruction .top_instruction .top_instruction_text p {
  line-height: 2vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_instruction .top_instruction .top_instruction_text p {
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_instruction .top_instruction .top_instruction_text p {
    line-height: 8vw;
  }
}
#top_instruction .top_instruction .top_btn {
  text-align: center;
  width: 15%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_instruction .top_instruction .top_btn {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #top_instruction .top_instruction .top_btn {
    width: 80%;
  }
}
#top_instruction .top_instruction .top_btn button {
  width: 100%;
  padding: 1vw;
  border-radius: 10px;
  border: none;
  background-color: #14C38E;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_instruction .top_instruction .top_btn button {
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_instruction .top_instruction .top_btn button {
    padding: 3vw;
  }
}
#top_instruction .top_instruction .top_btn button i {
  margin-left: 0.5vw;
}
@media screen and (max-width: 768px) {
  #top_instruction .top_instruction .top_btn button i {
    margin-left: 2vw;
  }
}
#top_instruction .top_instruction .instruction_illust01 {
  position: absolute;
  top: 5%;
  left: 5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_instruction .top_instruction .instruction_illust01 {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  #top_instruction .top_instruction .instruction_illust01 {
    width: 12%;
    bottom: 0;
    top: auto;
  }
}
#top_instruction .top_instruction .instruction_illust02 {
  position: absolute;
  top: 5%;
  right: 10%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_instruction .top_instruction .instruction_illust02 {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  #top_instruction .top_instruction .instruction_illust02 {
    width: 15%;
    top: -5%;
    right: 5%;
  }
}
#top_instruction .top_instruction .instruction_illust03 {
  position: absolute;
  bottom: 5%;
  right: 10%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_instruction .top_instruction .instruction_illust03 {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  #top_instruction .top_instruction .instruction_illust03 {
    bottom: auto;
    right: auto;
    top: -5%;
    left: 5%;
    width: 30%;
  }
}
#top_instruction .top_instruction .instruction_illust04 {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_instruction .top_instruction .instruction_illust04 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #top_instruction .top_instruction .instruction_illust04 {
    width: 40%;
    bottom: -5%;
    left: auto;
    right: 5%;
  }
}

#top_info .top_info {
  position: relative;
}
#top_info .top_info p {
  text-align: center;
  margin-bottom: 4vw;
  line-height: 2vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_info .top_info p {
    line-height: 4vw;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_info .top_info p {
    width: 90%;
    margin: auto;
    text-align: start;
    line-height: 8vw;
    margin-bottom: 8vw;
  }
}
#top_info .top_info .info_illust01 {
  position: absolute;
  top: 20%;
  right: 10%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_info .top_info .info_illust01 {
    width: 15%;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  #top_info .top_info .info_illust01 {
    width: 20%;
    top: 73%;
  }
}
#top_info .top_info .top_info_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_info .top_info .top_info_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #top_info .top_info .top_info_contents {
    width: 95%;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#top_info .top_info .top_info_contents .top_info_item {
  width: 33.3333333333%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_info .top_info .top_info_contents .top_info_item {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#top_info .top_info .top_info_contents .top_info_item img {
  width: 100%;
  height: 20vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #top_info .top_info .top_info_contents .top_info_item img {
    height: 60vw;
  }
}
#top_info .top_info .top_info_contents .top_info_item .top_btn {
  text-align: center;
  width: 80%;
  margin: auto;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_info .top_info .top_info_contents .top_info_item .top_btn {
    width: 100%;
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  #top_info .top_info .top_info_contents .top_info_item .top_btn {
    width: 80%;
    bottom: -10px;
  }
}
#top_info .top_info .top_info_contents .top_info_item .top_btn button {
  width: 100%;
  padding: 1vw;
  border-radius: 10px;
  border: none;
  background-color: #14C38E;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_info .top_info .top_info_contents .top_info_item .top_btn button {
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_info .top_info .top_info_contents .top_info_item .top_btn button {
    padding: 3vw;
  }
}
#top_info .top_info .top_info_contents .top_info_item .top_btn button i {
  margin-left: 0.5vw;
}
@media screen and (max-width: 768px) {
  #top_info .top_info .top_info_contents .top_info_item .top_btn button i {
    margin-left: 2vw;
  }
}

#top_flex {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #top_flex {
    margin-bottom: 16vw;
  }
}
#top_flex .top_flex {
  position: relative;
  padding: 8vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_flex .top_flex {
    margin: 4vw 0;
  }
}
#top_flex .top_flex .top_flex_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_flex_contents {
    width: 95%;
    flex-flow: column;
  }
}
#top_flex .top_flex .top_flex_contents .top_flex_item {
  width: 50%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_flex_contents .top_flex_item {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#top_flex .top_flex .top_flex_contents .top_flex_item img {
  width: 100%;
  border-radius: 25px;
}
#top_flex .top_flex .top_flex_contents .top_flex_item:first-child .top_btn {
  width: 50%;
}
#top_flex .top_flex .top_flex_contents .top_flex_item .top_btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 5%;
  text-align: center;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_flex .top_flex .top_flex_contents .top_flex_item .top_btn {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_flex_contents .top_flex_item .top_btn {
    width: 80%;
  }
}
#top_flex .top_flex .top_flex_contents .top_flex_item .top_btn button {
  width: 100%;
  padding: 1vw;
  border-radius: 10px;
  border: none;
  background-color: #14C38E;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_flex .top_flex .top_flex_contents .top_flex_item .top_btn button {
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_flex_contents .top_flex_item .top_btn button {
    padding: 3vw;
  }
}
#top_flex .top_flex .top_flex_contents .top_flex_item .top_btn button i {
  margin-left: 0.5vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_flex_contents .top_flex_item .top_btn button i {
    margin-left: 2vw;
  }
}
#top_flex .top_flex .flex_illust01 {
  position: absolute;
  top: 2%;
  left: 5%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .flex_illust01 {
    top: 0%;
    width: 25%;
  }
}
#top_flex .top_flex .flex_illust02 {
  position: absolute;
  top: 0%;
  right: 5%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .flex_illust02 {
    top: auto;
    bottom: 0;
    width: 20%;
    z-index: -10;
  }
}
#top_flex .top_flex .flex_illust03 {
  position: absolute;
  bottom: 25%;
  left: 2%;
  width: 6%;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .flex_illust03 {
    display: none;
  }
}
#top_flex .top_flex .flex_illust04 {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 25%;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .flex_illust04 {
    width: 80%;
    bottom: -10%;
  }
}

#instruction .instruction .instruction_texts {
  padding: 4vw 0;
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .instruction_texts {
    padding: 12vw 0;
    margin-bottom: 8vw;
  }
}
#instruction .instruction .instruction_texts p {
  text-align: center;
  line-height: 2vw;
  width: 70%;
  margin: auto;
  margin-bottom: 2vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #instruction .instruction .instruction_texts p {
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #instruction .instruction .instruction_texts p {
    position: relative;
    z-index: 50;
    line-height: 8vw;
    margin-bottom: 6vw;
  }
}
#instruction .instruction .instruction_texts .instruction_text_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .instruction_texts .instruction_text_flex {
    flex-flow: column;
  }
}
#instruction .instruction .instruction_texts .instruction_text_flex img {
  width: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #instruction .instruction .instruction_texts .instruction_text_flex img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #instruction .instruction .instruction_texts .instruction_text_flex img {
    width: 80%;
  }
}
#instruction .instruction .instruction_texts .instruction_texts_point01 {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 6%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #instruction .instruction .instruction_texts .instruction_texts_point01 {
    top: 8%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #instruction .instruction .instruction_texts .instruction_texts_point01 {
    top: 25%;
    left: 5%;
    width: 15%;
  }
}
#instruction .instruction .instruction_texts .instruction_texts_point02 {
  position: absolute;
  top: 5%;
  right: 10%;
  width: 6%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #instruction .instruction .instruction_texts .instruction_texts_point02 {
    top: 8%;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  #instruction .instruction .instruction_texts .instruction_texts_point02 {
    top: 15%;
    right: 5%;
    width: 15%;
  }
}
#instruction .instruction .goal {
  position: relative;
}
#instruction .instruction .goal .goal_contents {
  width: 70%;
  margin: auto;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #instruction .instruction .goal .goal_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #instruction .instruction .goal .goal_contents {
    width: 95%;
  }
}
#instruction .instruction .goal .goal_contents .goal_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  background-color: #F5F5F5;
  border-radius: 25px;
  padding: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .goal .goal_contents .goal_content {
    flex-flow: column;
    padding: 8vw 4vw;
  }
}
#instruction .instruction .goal .goal_contents .goal_content .goal_content_text {
  width: 60%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .goal .goal_contents .goal_content .goal_content_text {
    width: 100%;
  }
}
#instruction .instruction .goal .goal_contents .goal_content .goal_content_text h4 {
  color: #06C755;
  margin-bottom: 1vw;
  padding-bottom: 0.5vw;
  position: relative;
}
#instruction .instruction .goal .goal_contents .goal_content .goal_content_text h4::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0%;
  width: 40%;
  height: 1px;
  background-color: #06C755;
}
#instruction .instruction .goal .goal_contents .goal_content .goal_content_text h4::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0%;
  width: 40%;
  height: 1px;
  background-color: #06C755;
}
#instruction .instruction .goal .goal_contents .goal_content .goal_content_text p {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .goal .goal_contents .goal_content .goal_content_text p {
    margin-bottom: 4vw;
  }
}
#instruction .instruction .goal .goal_contents .goal_content .goal_content_image {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .goal .goal_contents .goal_content .goal_content_image {
    width: 100%;
  }
}
#instruction .instruction .goal .goal_contents .goal_content .goal_content_image img {
  width: 100%;
}
#instruction .instruction .goal .gaol_point01 {
  position: absolute;
  bottom: 5%;
  left: 8%;
  z-index: 1;
  width: 10%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #instruction .instruction .goal .gaol_point01 {
    left: 4%;
  }
}
@media screen and (max-width: 768px) {
  #instruction .instruction .goal .gaol_point01 {
    display: none;
  }
}
#instruction .instruction .goal .gaol_point02 {
  position: absolute;
  top: 2%;
  right: 3%;
  z-index: 1;
  width: 10%;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .goal .gaol_point02 {
    width: 20%;
  }
}
#instruction .instruction .nurturing {
  background-color: #E7FBCB;
  padding: 8vw 0;
  position: relative;
}
#instruction .instruction .nurturing .nurturing_contents .nurturing_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .nurturing .nurturing_contents .nurturing_content {
    flex-flow: column;
    margin-bottom: 4vw;
  }
}
#instruction .instruction .nurturing .nurturing_contents .nurturing_content:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .nurturing .nurturing_contents .nurturing_content:nth-child(even) {
    flex-flow: column;
  }
}
#instruction .instruction .nurturing .nurturing_contents .nurturing_content:nth-child(even) h4 {
  color: #FF9807;
}
#instruction .instruction .nurturing .nurturing_contents .nurturing_content:nth-child(odd) h4 {
  color: #14C38E;
}
#instruction .instruction .nurturing .nurturing_contents .nurturing_content .nurturing_text {
  width: 60%;
  padding: 4vw;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .nurturing .nurturing_contents .nurturing_content .nurturing_text {
    width: 100%;
  }
}
#instruction .instruction .nurturing .nurturing_contents .nurturing_content .nurturing_text h4 {
  padding-bottom: 0.5vw;
  margin-bottom: 1vw;
  border-bottom: 1px solid #D9D9D9;
}
#instruction .instruction .nurturing .nurturing_contents .nurturing_content .nurturing_text p {
  font-family: "Noto Sans JP", sans-serif;
}
#instruction .instruction .nurturing .nurturing_contents .nurturing_content .nurturing_image {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .nurturing .nurturing_contents .nurturing_content .nurturing_image {
    width: 100%;
  }
}
#instruction .instruction .nurturing .nurturing_contents .nurturing_content .nurturing_image img {
  width: 100%;
}
#instruction .instruction .nurturing .nurturing_point01 {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .nurturing .nurturing_point01 {
    width: 15%;
  }
}
#instruction .instruction .nurturing .nurturing_point02 {
  position: absolute;
  top: 40%;
  left: 5%;
  width: 7%;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .nurturing .nurturing_point02 {
    top: 43%;
    width: 25%;
  }
}
#instruction .instruction .nurturing .nurturing_point03 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .nurturing .nurturing_point03 {
    bottom: 7%;
    width: 15%;
  }
}
#instruction .instruction .class {
  padding: 4vw 0;
}
#instruction .instruction .class > p {
  width: 90%;
  margin: auto;
}
#instruction .instruction .class p {
  text-align: center;
  line-height: 2vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #instruction .instruction .class p {
    line-height: 4vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #instruction .instruction .class p {
    line-height: 8vw;
    text-align: start;
    width: 95%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#instruction .instruction .class .class_contents {
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .class .class_contents {
    width: 95%;
    margin-bottom: 4vw;
  }
}
#instruction .instruction .class .class_contents h3 {
  text-align: center;
  background-color: #0B9A6F;
  color: #fff;
  padding: 1vw;
  border-radius: 10px;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .class .class_contents:nth-child(6) .class_content_contents {
    height: 15vw !important;
  }
}
#instruction .instruction .class .class_contents:nth-child(6) .class_content_contents h5 {
  width: 45% !important;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .class .class_contents:nth-child(7) {
    width: 95%;
    margin: auto;
  }
}
#instruction .instruction .class .class_contents:nth-child(7) .class_content_contents h5 {
  width: 100% !important;
  justify-content: flex-start !important;
  padding-left: 2vw;
}
#instruction .instruction .class .class_contents:nth-child(7) p {
  text-align: center;
}
#instruction .instruction .class .class_contents .class_content_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F5F5F5;
  height: 8vw;
  padding: 1vw;
  border-radius: 10px;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #instruction .instruction .class .class_contents .class_content_main {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #instruction .instruction .class .class_contents .class_content_main {
    height: 70vw;
    margin-bottom: 4vw;
  }
}
#instruction .instruction .class .class_contents .class_content_main .class_content_text_main_text {
  width: 65%;
  text-align: start;
  margin: 0;
}
#instruction .instruction .class .class_contents .class_content_main h4 {
  width: 30%;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .class .class_contents .class_content_main h4 {
    width: 35%;
  }
}
#instruction .instruction .class .class_contents .class_btn {
  text-align: center;
  width: 30%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #instruction .instruction .class .class_contents .class_btn {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #instruction .instruction .class .class_contents .class_btn {
    width: 80%;
  }
}
#instruction .instruction .class .class_contents .class_btn button {
  width: 100%;
  padding: 1vw;
  border-radius: 10px;
  border: none;
  background-color: #14C38E;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #instruction .instruction .class .class_contents .class_btn button {
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #instruction .instruction .class .class_contents .class_btn button {
    padding: 3vw;
  }
}
#instruction .instruction .class .class_contents .class_btn button i {
  margin-left: 0.5vw;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .class .class_contents .class_btn button i {
    margin-left: 2vw;
  }
}
#instruction .instruction .class .class_contents .class_content {
  width: 100%;
  margin: auto;
  margin-top: 4vw;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .class .class_contents .class_content {
    width: 100%;
  }
}
#instruction .instruction .class .class_contents .class_content .class_content_headline {
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .class .class_contents .class_content .class_content_headline {
    margin-bottom: 4vw;
  }
}
#instruction .instruction .class .class_contents .class_content .class_content_headline h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#instruction .instruction .class .class_contents .class_content .class_content_contents {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4vw;
  height: 6vw;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 0.3vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #instruction .instruction .class .class_contents .class_content .class_content_contents {
    height: 12vw;
    margin-bottom: 4vw;
  }
}
#instruction .instruction .class .class_contents .class_content .class_content_contents h5 {
  width: 20%;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#instruction .instruction .class .class_contents .class_content .class_content_contents .class_content_text {
  width: 75%;
  text-align: start;
  margin: 0;
}

#info .info {
  position: relative;
}
#info .info .info_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2vw;
  width: 80%;
  margin: auto;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #info .info .info_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #info .info .info_contents {
    width: 95%;
  }
}
#info .info .info_contents .info_item {
  width: 45%;
  border-radius: 25px;
  background-color: #F5F5F5;
  padding: 4vw 2vw 2vw 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #info .info .info_contents .info_item {
    width: 100%;
    padding: 8vw 4vw 8vw 4vw;
    margin-bottom: 8vw;
  }
}
#info .info .info_contents .info_item .top_headline {
  width: 100%;
}
#info .info .info_contents .info_item .info_item_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#info .info .info_contents .info_item .info_item_contents .info_item_text {
  width: 48%;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #info .info .info_contents .info_item .info_item_contents .info_item_text {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #info .info .info_contents .info_item .info_item_contents .info_item_text:first-child {
    height: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #info .info .info_contents .info_item .info_item_contents .info_item_text:first-child {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #info .info .info_contents .info_item .info_item_contents .info_item_text:nth-child(2) {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #info .info .info_contents .info_item .info_item_contents .info_item_text:nth-child(3) {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #info .info .info_contents .info_item .info_item_contents .info_item_text:nth-child(4) {
    width: 30%;
  }
}
#info .info .info_contents .info_item .info_item_contents .info_item_text:last-child {
  width: 100%;
  height: 12vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #info .info .info_contents .info_item .info_item_contents .info_item_text:last-child {
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #info .info .info_contents .info_item .info_item_contents .info_item_text:last-child {
    height: 36vw;
  }
}
#info .info .info_contents .info_item .info_item_contents .info_item_text h5 {
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #info .info .info_contents .info_item .info_item_contents .info_item_text h5 {
    margin-bottom: 2vw;
  }
}
#info .info .info_contents .info_item .info_item_contents .info_item_text h5 span {
  color: #FCC800;
  margin-right: 0.5vw;
}
#info .info .info_contents .info_item .info_item_map {
  width: 100%;
  height: 20vw;
}
@media screen and (max-width: 768px) {
  #info .info .info_contents .info_item .info_item_map {
    height: 50vw;
  }
}
#info .info .info_contents .info_item .info_item_map iframe {
  width: 100%;
  height: 100%;
}
#info .info .info_contents .info_item:nth-child(6) .info_item_text {
  width: 100%;
}
#info .info .info_point01, #info .info .info_point03 {
  position: absolute;
  z-index: 0;
  right: 3%;
  width: 8%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #info .info .info_point01, #info .info .info_point03 {
    width: 12%;
  }
}
@media screen and (max-width: 768px) {
  #info .info .info_point01, #info .info .info_point03 {
    width: 22%;
  }
}
#info .info .info_point02, #info .info .info_point04 {
  position: absolute;
  z-index: 0;
  left: 3%;
  width: 8%;
}
#info .info .info_point01 {
  top: 0;
}
#info .info .info_point02 {
  top: 20%;
}
#info .info .info_point03 {
  top: 50%;
}
#info .info .info_point04 {
  top: 70%;
}

#about .about .greeting {
  width: 100%;
  background-size: cover;
  background-position: top center;
  padding: 4vw 0;
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #about .about .greeting {
    padding: 8vw 0;
    padding-top: 16vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .greeting .top_headline {
    margin-bottom: 28vw;
  }
}
#about .about .greeting .greeting_flex {
  position: relative;
  width: 70%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #about .about .greeting .greeting_flex {
    width: 90%;
    margin-bottom: 8vw;
  }
}
#about .about .greeting .greeting_flex p {
  width: 100%;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .greeting .greeting_flex p {
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .greeting .greeting_flex p {
    line-height: 8vw;
  }
}
#about .about .greeting .greeting_flex img {
  position: absolute;
  top: -40%;
  right: 10%;
  width: 15%;
}
@media screen and (max-width: 768px) {
  #about .about .greeting .greeting_flex img {
    width: 25%;
  }
}
#about .about .greeting .top_btn {
  text-align: center;
  width: 20%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .greeting .top_btn {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #about .about .greeting .top_btn {
    width: 60%;
  }
}
#about .about .greeting .top_btn button {
  width: 100%;
  padding: 1vw;
  border-radius: 10px;
  border: none;
  background-color: #14C38E;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .greeting .top_btn button {
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .greeting .top_btn button {
    padding: 3vw;
  }
}
#about .about .greeting .top_btn button i {
  margin-left: 0.5vw;
}
@media screen and (max-width: 768px) {
  #about .about .greeting .top_btn button i {
    margin-left: 2vw;
  }
}
#about .about .greeting .greeting_point01, #about .about .greeting .greeting_point02, #about .about .greeting .greeting_point03, #about .about .greeting .greeting_point04 {
  position: absolute;
}
@media screen and (min-width: 1441px) {
  #about .about .greeting .greeting_point01, #about .about .greeting .greeting_point02, #about .about .greeting .greeting_point03, #about .about .greeting .greeting_point04 {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #about .about .greeting .greeting_point01, #about .about .greeting .greeting_point02, #about .about .greeting .greeting_point03, #about .about .greeting .greeting_point04 {
    display: none;
  }
}
#about .about .greeting .greeting_point01 {
  top: 5%;
  left: 5%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  #about .about .greeting .greeting_point01 {
    width: 12%;
  }
}
#about .about .greeting .greeting_point02 {
  top: 5%;
  right: 5%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  #about .about .greeting .greeting_point02 {
    width: 12%;
  }
}
#about .about .greeting .greeting_point03 {
  bottom: 5%;
  left: 5%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  #about .about .greeting .greeting_point03 {
    width: 12%;
  }
}
#about .about .greeting .greeting_point04 {
  bottom: 5%;
  right: 5%;
  width: 3%;
}
@media screen and (max-width: 768px) {
  #about .about .greeting .greeting_point04 {
    width: 5%;
  }
}
#about .about .about_detail {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #about .about .about_detail {
    margin-bottom: 16vw;
  }
}
#about .about .about_detail .top_detail_contents {
  width: 55%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_detail .top_detail_contents {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .top_detail_contents {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#about .about .about_detail .top_detail_contents .top_detail_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 0.5vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .top_detail_contents .top_detail_item {
    flex-flow: column;
    margin-bottom: 4vw;
  }
}
#about .about .about_detail .top_detail_contents .top_detail_item p {
  padding: 1vw;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .top_detail_contents .top_detail_item p {
    padding: 2vw;
  }
}
#about .about .about_detail .top_detail_contents .top_detail_item p:first-child {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .top_detail_contents .top_detail_item p:first-child {
    width: 100%;
  }
}
#about .about .about_detail .top_detail_contents .top_detail_item p:last-child {
  width: 75%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .top_detail_contents .top_detail_item p:last-child {
    width: 100%;
  }
}
#about .about .about_detail .top_btn {
  text-align: center;
  width: 20%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_detail .top_btn {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .top_btn {
    width: 60%;
  }
}
#about .about .about_detail .top_btn button {
  width: 100%;
  padding: 1vw;
  border-radius: 10px;
  border: none;
  background-color: #14C38E;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_detail .top_btn button {
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .top_btn button {
    padding: 3vw;
  }
}
#about .about .about_detail .top_btn button i {
  margin-left: 0.5vw;
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .top_btn button i {
    margin-left: 2vw;
  }
}
#about .about .about_staff {
  background-color: #FAFFF3;
  padding: 4vw 0;
}
#about .about .about_staff .about_staff_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_staff .about_staff_flex {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_staff .about_staff_flex {
    width: 95%;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#about .about .about_staff .about_staff_flex .about_staff_image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #about .about .about_staff .about_staff_flex .about_staff_image {
    width: 60%;
  }
}
#about .about .about_staff .about_staff_flex .about_staff_image img {
  width: 100%;
}
#about .about .about_staff .about_staff_flex .about_staff_text h3 {
  background-color: #fff;
  border-radius: 5px;
  border-left: 6px solid #14C38E;
  color: #14C38E;
  padding-left: 2vw;
  margin-bottom: 2vw;
}
#about .about .about_staff .about_staff_flex .about_staff_text h3 span {
  margin-left: 2vw;
}
#about .about .about_staff .about_staff_flex .about_staff_text p {
  padding: 2vw;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 2vw;
  height: 20vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_staff .about_staff_flex .about_staff_text p {
    line-height: 4vw;
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_staff .about_staff_flex .about_staff_text p {
    line-height: 8vw;
    background-image: unset !important;
    background-color: #fff;
    border: 3px solid #14C38E;
    height: auto;
    border-radius: 15px;
  }
}
#about .about .about_staff .about_staff_flex02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #about .about .about_staff .about_staff_flex02 {
    width: 95%;
    flex-flow: column-reverse;
    margin-bottom: 8vw;
  }
}
#about .about .about_staff .about_staff_flex02 .about_staff_image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #about .about .about_staff .about_staff_flex02 .about_staff_image {
    width: 60%;
  }
}
#about .about .about_staff .about_staff_flex02 .about_staff_image img {
  width: 100%;
}
#about .about .about_staff .about_staff_flex02 .about_staff_text h3 {
  background-color: #fff;
  border-radius: 5px;
  border-left: 6px solid #FF9807;
  color: #FF9807;
  padding-left: 2vw;
  margin-bottom: 2vw;
}
#about .about .about_staff .about_staff_flex02 .about_staff_text h3 span {
  margin-left: 2vw;
}
#about .about .about_staff .about_staff_flex02 .about_staff_text p {
  padding: 2vw;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 2vw;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_staff .about_staff_flex02 .about_staff_text p {
    line-height: 4vw;
    height: 15vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_staff .about_staff_flex02 .about_staff_text p {
    line-height: 8vw;
    background-image: unset !important;
    background-color: #fff;
    border: 3px solid #14C38E;
    height: auto;
    border-radius: 15px;
  }
}
#about .about .about_staff .about_staff_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_staff .about_staff_detail {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_staff .about_staff_detail {
    width: 95%;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#about .about .about_staff .about_staff_detail .about_staff_profile {
  position: relative;
  border: 3px solid #E3FCBF;
  width: 50%;
  height: 15vw;
  padding: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_staff .about_staff_detail .about_staff_profile {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_staff .about_staff_detail .about_staff_profile {
    height: auto;
    width: 100%;
    margin-bottom: 4vw;
  }
}
#about .about .about_staff .about_staff_detail .about_staff_profile h3 {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  width: auto;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_staff .about_staff_detail .about_staff_profile h3 {
    width: 60%;
    top: -5%;
  }
}
#about .about .about_staff .about_staff_detail .about_staff_profile h3 img {
  margin: 0 0.5vw;
}
#about .about .about_staff .about_staff_detail .about_staff_profile p {
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_staff .about_staff_detail .about_staff_profile p {
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_staff .about_staff_detail .about_staff_profile p {
    padding-top: 4vw;
    line-height: 8vw;
  }
}

#fee .fee .fee_about {
  background-position: top center;
  background-size: cover;
  padding: 4vw 0;
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_about {
    padding: 8vw 0;
    margin-bottom: 8vw;
  }
}
#fee .fee .fee_about .fee_about_headline {
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_about .fee_about_headline {
    margin-bottom: 8vw;
  }
}
#fee .fee .fee_about .fee_about_headline h4 {
  margin-bottom: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fee .fee .fee_about .fee_about_headline h4 img {
  padding: 0 1vw;
}
#fee .fee .fee_about .fee_about_headline p {
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #fee .fee .fee_about .fee_about_headline p {
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_about .fee_about_headline p {
    line-height: 8vw;
  }
}
#fee .fee .fee_about .fee_about_images {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_about .fee_about_images {
    width: 80%;
  }
}
#fee .fee .fee_about .fee_about_images img {
  width: 50%;
}
#fee .fee .fee_about .fee_about_images img:first-child {
  padding-top: 4vw;
}
#fee .fee .fee_about .fee_about_point01, #fee .fee .fee_about .fee_about_point02, #fee .fee .fee_about .fee_about_point03, #fee .fee .fee_about .fee_about_point04 {
  position: absolute;
}
#fee .fee .fee_about .fee_about_point01 {
  top: 5%;
  left: 5%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_about .fee_about_point01 {
    width: 12%;
  }
}
#fee .fee .fee_about .fee_about_point02 {
  top: 5%;
  right: 5%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_about .fee_about_point02 {
    width: 12%;
  }
}
#fee .fee .fee_about .fee_about_point03 {
  bottom: 15%;
  left: 5%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_about .fee_about_point03 {
    width: 12%;
  }
}
#fee .fee .fee_about .fee_about_point04 {
  bottom: 35%;
  right: 10%;
  width: 2%;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_about .fee_about_point04 {
    width: 5%;
  }
}
#fee .fee .procedure {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #fee .fee .procedure {
    margin-bottom: 16vw;
  }
}
#fee .fee .procedure .procedure_headline {
  margin-bottom: 2vw;
}
#fee .fee .procedure .procedure_headline h4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#fee .fee .procedure .procedure_headline h4 img {
  padding: 0 1vw;
}
#fee .fee .procedure .procedure_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  gap: 2vw;
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #fee .fee .procedure .procedure_flex {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #fee .fee .procedure .procedure_flex {
    width: 95%;
    margin: auto;
    flex-flow: column-reverse;
  }
}
#fee .fee .procedure .procedure_flex p {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #fee .fee .procedure .procedure_flex p {
    width: 90%;
    margin: auto;
  }
}
#fee .fee .procedure .procedure_flex .procedure_image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #fee .fee .procedure .procedure_flex .procedure_image {
    width: 60%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#fee .fee .procedure .procedure_flex .procedure_image img {
  width: 100%;
}
#fee .fee .procedure .procedure_flex .procedure_point01, #fee .fee .procedure .procedure_flex .procedure_point02 {
  position: absolute;
  z-index: -1;
}
#fee .fee .procedure .procedure_flex .procedure_point01 {
  top: -10%;
  right: 2%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  #fee .fee .procedure .procedure_flex .procedure_point01 {
    width: 15%;
  }
}
#fee .fee .procedure .procedure_flex .procedure_point02 {
  top: 80%;
  right: 35%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  #fee .fee .procedure .procedure_flex .procedure_point02 {
    right: 70%;
    width: 20%;
    top: 40%;
  }
}
#fee .fee .fee_contents {
  background-color: #FAFFF3;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_contents {
    padding: 8vw 0;
  }
}
#fee .fee .fee_contents .fee_content {
  width: 70%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_contents .fee_content {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#fee .fee .fee_contents .fee_content > p {
  margin: 2vw 0;
}
#fee .fee .fee_contents .fee_content .fee_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 0.5vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_contents .fee_content .fee_item {
    flex-flow: column;
    margin-bottom: 4vw;
    border-radius: 5px;
  }
}
#fee .fee .fee_contents .fee_content .fee_item p {
  padding: 1vw;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_contents .fee_content .fee_item p {
    padding: 2vw;
    border-radius: 5px;
  }
}
#fee .fee .fee_contents .fee_content .fee_item p:first-child {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_contents .fee_content .fee_item p:first-child {
    width: 100%;
  }
}
#fee .fee .fee_contents .fee_content .fee_item p:last-child {
  width: 50%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #fee .fee .fee_contents .fee_content .fee_item p:last-child {
    width: 100%;
  }
}

.contact_form {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form {
    width: 95%;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form {
    width: 95%;
    margin-bottom: 16vw;
  }
}
.contact_form .contact_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vw 0;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_contents {
    flex-flow: column;
    align-items: flex-start;
    padding: 6vw 0;
  }
}
.contact_form .contact_contents:first-child p .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
}
.contact_form .contact_contents:first-child p .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_form .contact_contents:first-child p .wpcf7-radio .wpcf7-list-item label input {
  width: 2vw;
}
.contact_form .contact_contents:last-child p {
  height: 16vw;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_contents:last-child p {
    height: 24vw;
  }
}
.contact_form .contact_contents p {
  color: #555;
  height: 6vw;
  padding: 1vw;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_contents p {
    font-size: 4vw;
    height: 12vw;
  }
}
.contact_form .contact_contents p:first-child {
  width: 30%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form .contact_contents p:first-child {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .contact_contents p:first-child {
    width: 100%;
    margin-bottom: 2vw;
  }
}
.contact_form .contact_contents p:first-child span {
  padding: 0.5vw;
  color: #FF0000;
  margin-right: 1vw;
  font-weight: 600;
}
.contact_form .contact_contents p:last-child {
  width: 60%;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_contents p:last-child {
    width: 100%;
  }
}
.contact_form .contact_contents p .wpcf7-select {
  width: 100%;
  border: none;
  height: 100%;
}
.contact_form .contact_contents p .wpcf7-select option {
  color: #555;
}
.contact_form .contact_contents p input {
  width: 100%;
  height: 100%;
  padding: 0.8vw;
  background-color: #fff;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_contents p input {
    padding: 2vw;
  }
}
.contact_form .contact_contents p textarea {
  width: 100%;
  height: 100%;
  padding: 0.8vw;
  background-color: #fff;
  border: none;
}

.submit {
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  .submit {
    width: 100%;
    margin-bottom: 16vw;
  }
}
.submit input {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .submit input {
    width: 50%;
    margin: auto;
  }
}
.submit .wpcf7-spinner {
  display: none;
}

footer .footer {
  padding: 6vw 0 2vw 0;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer {
    padding: 8vw 0 3vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 16vw 0 6vw 0;
  }
}
footer .footer .top_headline {
  width: 30%;
  margin: auto;
  text-align: center;
  position: relative;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .top_headline {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .top_headline {
    width: 60%;
    margin-bottom: 4vw;
  }
}
footer .footer .top_headline:before {
  position: absolute;
  content: "";
  bottom: 15%;
  left: 0%;
  width: 40%;
  height: 1px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  footer .footer .top_headline:before {
    bottom: 20%;
  }
}
footer .footer .top_headline:after {
  position: absolute;
  content: "";
  bottom: 15%;
  right: 0%;
  width: 40%;
  height: 1px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  footer .footer .top_headline:after {
    bottom: 20%;
  }
}
footer .footer .top_headline h2 {
  margin-bottom: 0.2vw;
}
footer .footer .footer_text {
  text-align: center;
  width: 50%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_text {
    width: 65%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_text {
    width: 65%;
    margin-bottom: 6vw;
  }
}
footer .footer .footer_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 60%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_btns {
    width: 75%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_btns {
    width: 80%;
    flex-flow: column;
    margin-bottom: 6vw;
  }
}
footer .footer .footer_btns .footer_btn {
  width: 33.3333333333%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_btns .footer_btn {
    width: 100%;
    margin-bottom: 4vw;
  }
}
footer .footer .footer_btns .footer_btn:first-child button {
  background-color: #14C38E;
}
footer .footer .footer_btns .footer_btn:nth-child(2) button {
  background-color: #FF9807;
}
footer .footer .footer_btns .footer_btn:last-child button {
  background-color: #06C755;
}
footer .footer .footer_btns .footer_btn p {
  text-align: center;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_btns .footer_btn p {
    margin-bottom: 2vw;
    font-weight: 600;
    font-size: 3.8vw;
  }
}
footer .footer .footer_btns .footer_btn a {
  text-decoration: none;
}
footer .footer .footer_btns .footer_btn a button {
  width: 100%;
  border: none;
  padding: 1vw;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_btns .footer_btn a button {
    font-size: 1.8vw;
    padding: 1.5vw 1vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_btns .footer_btn a button {
    font-size: 4vw;
    padding: 3vw 1vw;
  }
}
footer .footer .footer_btns .footer_btn a button i {
  margin-right: 0.5vw;
  font-size: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_btns .footer_btn a button i {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_btns .footer_btn a button i {
    font-size: 4vw;
    margin-right: 2vw;
  }
}
footer .footer .footer_menu {
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
  border-radius: 20px;
  background-color: #0B9A6F;
  padding: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_menu {
    width: 90%;
    padding: 2vw 1vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_menu {
    padding: 4vw 2vw;
    margin-bottom: 8vw;
  }
}
footer .footer .footer_menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_menu ul {
    flex-wrap: wrap;
    gap: 4vw;
  }
}
footer .footer .footer_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_menu ul li a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_menu ul li a {
    font-size: 3.4vw;
  }
}
footer .footer .footer_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_bottom {
    padding-top: 10vw;
  }
}
footer .footer .footer_bottom .footer_logo {
  width: 20%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_bottom .footer_logo {
    width: 45%;
  }
}
footer .footer .footer_bottom .footer_logo img {
  width: 100%;
}
footer .footer .footer_bottom .footer_sns {
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_bottom .footer_sns {
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 4vw;
  }
}
footer .footer .footer_bottom .pageTop {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_bottom .pageTop img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_bottom .pageTop {
    right: 5%;
  }
  footer .footer .footer_bottom .pageTop img {
    width: 60%;
  }
}/*# sourceMappingURL=style.css.map */