@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

html {
  font-size: 62.5%;
}

.header.change-color {
  background-color: #fff;
  transition: 0.3s;
}

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

@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;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 2.5vw;
  }
}

#lower {
  padding-top: 5vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #lower {
    padding-top: 20vw;
  }
}
#lower .lower {
  margin-bottom: 8vw;
}
#lower .lower img {
  width: 100%;
}

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

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

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

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

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

header {
  z-index: 9999999999;
  width: 100%;
  position: fixed;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
}
@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 {
  width: 20%;
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_menu .main_menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
}
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: #000;
  font-size: 1vw;
  font-weight: 600;
  border-left: 1px solid #000;
}
header #header_pc .header_menu .main_menu > li > a button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 0.5vw;
  background-color: #0277D4;
  color: #fff;
  border: none;
}
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-family: "Noto Sans JP", sans-serif;
  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 .main_menu .gnavi {
  position: relative;
}
header #header_pc .header_menu .main_menu .gnavi .gnavi_d {
  display: flex;
  align-items: center;
}
header #header_pc .header_menu .main_menu .gnavi .gnavi_d i {
  margin-left: 0.3vw;
}
header #header_pc .header_menu .main_menu .gnavi .gnavi_d i::before {
  color: #3FA27C;
}
header #header_pc .header_menu .main_menu .gnavi .dropdown_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  background: #3FA27C;
  padding: 10px 0;
  margin: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  min-width: 240px;
  z-index: 100;
}
header #header_pc .header_menu .main_menu .gnavi .dropdown_menu li a {
  padding: 10px 20px;
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1vw;
  font-weight: 600;
  transition: all 0.4s;
}
header #header_pc .header_menu .main_menu .gnavi .dropdown_menu li a:hover {
  text-decoration: underline;
}
header #header_pc .header_menu .main_menu .gnavi:hover .dropdown_menu {
  display: block;
}

#header_sp {
  height: 8vw;
  display: flex;
  align-items: center;
}
@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: 40%;
  margin-left: 5vw;
}
@media screen and (max-width: 768px) {
  #header_sp .header_logo {
    width: 60%;
  }
}
#header_sp .header_logo img {
  width: 100%;
}
#header_sp .header_menu_sp nav {
  position: fixed;
  width: 300px;
  top: 0;
  right: -300px;
  background-color: #016740;
  height: 100%;
  padding-top: 60px;
}
#header_sp .header_menu_sp nav .main_menu {
  margin-top: 20vw;
  width: 90%;
  margin: auto;
}
#header_sp .header_menu_sp nav .main_menu li {
  width: 100%;
  list-style: none;
  padding: 3vw 0;
  border-bottom: 1px dotted #fff;
}
#header_sp .header_menu_sp nav .main_menu li a {
  color: #ffffff;
  padding-left: 20px;
  font-size: 3.2vw;
  text-decoration: none;
}
#header_sp .header_menu_sp nav .main_menu li a i {
  margin-right: 1.5vw;
}
#header_sp .header_menu_sp nav .main_menu li .dropdown_menu li {
  border-bottom: none;
}
#header_sp .header_menu_sp nav .main_menu .gnavi {
  padding-left: 20px;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .gnavi_d {
  cursor: pointer;
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .gnavi_d .icon_toggle {
  margin-right: 6px;
  transition: transform 0.3s ease;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .gnavi_d .icon_toggle.active .icon_toggle {
  transform: rotate(180deg);
}
#header_sp .header_menu_sp nav .main_menu .gnavi .dropdown_menu {
  display: none;
  list-style: none;
  padding-left: 15px;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .dropdown_menu li {
  padding: 1.5vw 0;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .dropdown_menu li a {
  display: block;
  padding: 4px 0;
  color: #fff;
  text-decoration: none;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .dropdown_menu li a:hover {
  color: #000;
}
#header_sp .header_menu_sp .btn-gnavi {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 50px;
  z-index: 3;
  cursor: pointer;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  background-color: #3FA27C;
}
#header_sp .header_menu_sp .btn-gnavi span {
  position: absolute;
  width: 35px;
  height: 3px;
  background: #fff;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: 0.3s ease-in-out;
}
#header_sp .header_menu_sp .btn-gnavi span:nth-child(1) {
  top: 12px;
}
#header_sp .header_menu_sp .btn-gnavi span:nth-child(2) {
  top: 24px;
}
#header_sp .header_menu_sp .btn-gnavi span:nth-child(3) {
  top: 36px;
}

.btn-gnavi.hb-open span {
  background: #fff;
}

.btn-gnavi.hb-open span:nth-child(1) {
  width: 24px;
  left: 43% !important;
  transform: rotate(-45deg) translate(-50%, 0) !important;
}

.btn-gnavi.hb-open span:nth-child(2) {
  display: none;
}

.btn-gnavi.hb-open span:nth-child(3) {
  width: 24px;
  left: 43% !important;
  transform: rotate(45deg) translate(-50%, 0) !important;
}

/* 開いた時 */
.gnavi_d.open .dropdown_menu {
  display: block;
}

/* アイコンをスムーズに回転させる */
.icon-toggle {
  transition: transform 0.2s ease;
}

/* open クラスが付いた時に逆向きへ */
.gnavi_d.open .icon-toggle {
  transform: rotate(180deg);
}

#mv {
  padding-top: 5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    padding-top: 20vw;
  }
}
#mv .mv.pc {
  width: 100%;
}
#mv .mv.pc img {
  width: 100%;
}
#mv .mv.sp {
  width: 100%;
}
#mv .mv.sp img {
  width: 100%;
}

#top_news {
  margin: 12vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news {
    margin: 15vw 0;
  }
}
@media screen and (max-width: 768px) {
  #top_news {
    margin: 24vw 0;
  }
}
#top_news .top_news .top_news_headline.pc {
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
#top_news .top_news .top_news_headline.pc img {
  width: 100%;
}
#top_news .top_news .top_news_headline.pc {
  width: 80%;
  margin: auto;
  margin-bottom: 6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_headline.pc {
    width: 95%;
  }
}
#top_news .top_news .top_news_headline.pc img {
  width: 100%;
}
#top_news .top_news .top_news_headline.sp {
  width: 95%;
  margin: auto;
  margin-bottom: 6vw;
}
#top_news .top_news .top_news_headline.sp img {
  width: 100%;
}
#top_news .top_news .top_news_contents {
  width: 70%;
  margin: auto;
  padding: 2vw 4vw;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents {
    width: 80%;
    padding: 4vw 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents {
    width: 95%;
    padding: 4vw 6vw;
  }
}
#top_news .top_news .top_news_contents::after {
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  content: "";
  width: 100%;
  height: 100%;
  top: 2%;
  left: 1%;
  background-color: #BFD8EC;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents::after {
    top: 3%;
    left: 2%;
  }
}
#top_news .top_news .top_news_contents ul {
  list-style: none;
}
#top_news .top_news .top_news_contents ul a {
  text-decoration: none;
  display: block;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a {
    margin-bottom: 8vw;
  }
}
#top_news .top_news .top_news_contents ul a li .date {
  color: #000;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a li .date {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .date {
    font-size: 3vw;
  }
}
#top_news .top_news .top_news_contents ul a li .title {
  color: #0277D4;
  font-size: 1.4vw;
  margin-bottom: 1vw;
  font-weight: 800;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a li .title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .title {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}
#top_news .top_news .top_news_contents ul a li .descn {
  color: #000;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a li .descn {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .descn {
    font-size: 3vw;
    line-height: 5vw;
  }
}

#event .event {
  padding: 8vw 0 16vw 0;
  position: relative;
  z-index: 100;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #event .event {
    padding: 18vw 0 18vw 0;
  }
}
#event .event > img {
  position: absolute;
  z-index: 50;
}
#event .event .event_illustration01 {
  top: -15%;
  left: 5%;
  width: 15%;
}
@media screen and (max-width: 768px) {
  #event .event .event_illustration01 {
    top: -1%;
  }
}
#event .event .event_illustration02 {
  top: -15%;
  right: 5%;
  width: 15%;
}
@media screen and (max-width: 768px) {
  #event .event .event_illustration02 {
    top: -1.5%;
  }
}
#event .event .event_illustration03 {
  bottom: -15%;
  left: 5%;
  width: 18%;
}
@media screen and (max-width: 768px) {
  #event .event .event_illustration03 {
    bottom: -1%;
  }
}
#event .event .event_illustration04 {
  bottom: -15%;
  right: 5%;
  width: 15%;
}
@media screen and (max-width: 768px) {
  #event .event .event_illustration04 {
    bottom: -1%;
  }
}
#event .event .event_headline_pc {
  width: 40%;
  margin: auto;
  margin-bottom: 4vw;
}
#event .event .event_headline_pc img {
  width: 100%;
}
#event .event .event_headline_sp {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
}
#event .event .event_headline_sp img {
  width: 100%;
  margin-bottom: 12vw;
}
#event .event .event_contents {
  width: 90%;
  margin: auto;
  background-color: #fff;
  padding: 4vw;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
}
#event .event .event_contents ul {
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  gap: 1vw;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #event .event .event_contents ul {
    overflow-x: visible;
    overflow-y: scroll;
    flex-flow: column;
    max-height: 240vw;
  }
}
#event .event .event_contents ul::-webkit-scrollbar {
  height: 3px;
}
@media screen and (max-width: 768px) {
  #event .event .event_contents ul::-webkit-scrollbar {
    width: 6px;
  }
}
#event .event .event_contents ul::-webkit-scrollbar-track {
  background: #E5E5E5;
  border-radius: 10px;
}
#event .event .event_contents ul::-webkit-scrollbar-thumb {
  background: #4F8E78;
  border-radius: 10px;
}
#event .event .event_contents ul li {
  flex: 0 0 auto;
  flex-shrink: 0;
  width: 15vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #event .event .event_contents ul li {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #event .event .event_contents ul li {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#event .event .event_contents ul li .thumb {
  width: 100%;
  height: 10vw;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #event .event .event_contents ul li .thumb {
    height: 15vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #event .event .event_contents ul li .thumb {
    height: 55vw;
    margin-bottom: 3vw;
  }
}
#event .event .event_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#event .event .event_contents ul li .outline .date {
  font-size: 0.8vw;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #event .event .event_contents ul li .outline .date {
    font-size: 1vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #event .event .event_contents ul li .outline .date {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}
#event .event .event_contents ul li .outline .title {
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #event .event .event_contents ul li .outline .title {
    font-size: 1vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #event .event .event_contents ul li .outline .title {
    margin-bottom: 2vw;
  }
}
#event .event .event_contents ul li .outline .title h3 {
  font-size: 1vw;
  font-weight: 600;
  color: #7CB015;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #event .event .event_contents ul li .outline .title h3 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #event .event .event_contents ul li .outline .title h3 {
    font-size: 4vw;
  }
}

#course {
  position: relative;
}
#course > img {
  position: absolute;
  z-index: 50;
}
#course .course_illustration01 {
  bottom: 0%;
  left: 5%;
  width: 20%;
}
@media screen and (max-width: 768px) {
  #course .course_illustration01 {
    bottom: 5%;
    width: 30%;
  }
}
#course .course_illustration02 {
  bottom: 7%;
  right: 5%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #course .course_illustration02 {
    bottom: 7%;
    width: 45%;
  }
}
#course .course {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -10;
  transform: translateY(-5%);
  overflow: visible;
  padding: 8vw 0 16vw 0;
}
@media screen and (max-width: 768px) {
  #course .course {
    padding: 40vw 0 18vw 0;
    transform: translateY(-8%);
  }
}
#course .course .course_headline_pc {
  width: 40%;
  margin: auto;
  margin-bottom: 4vw;
}
#course .course .course_headline_pc img {
  width: 100%;
}
#course .course .course_headline_sp {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
}
#course .course .course_headline_sp img {
  width: 100%;
  margin-bottom: 12vw;
}
#course .course .course_contents {
  width: 90%;
  margin: auto;
  background-color: #fff;
  padding: 4vw;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
}
#course .course .course_contents ul {
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  gap: 1vw;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #course .course .course_contents ul {
    overflow-x: visible;
    overflow-y: scroll;
    flex-flow: column;
    max-height: 240vw;
  }
}
#course .course .course_contents ul::-webkit-scrollbar {
  height: 3px;
}
@media screen and (max-width: 768px) {
  #course .course .course_contents ul::-webkit-scrollbar {
    width: 6px;
  }
}
#course .course .course_contents ul::-webkit-scrollbar-track {
  background: #E5E5E5;
  border-radius: 10px;
}
#course .course .course_contents ul::-webkit-scrollbar-thumb {
  background: #4F8E78;
  border-radius: 10px;
}
#course .course .course_contents ul li {
  flex: 0 0 auto;
  flex-shrink: 0;
  width: 15vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #course .course .course_contents ul li {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #course .course .course_contents ul li {
    width: 100%;
    margin-bottom: 4vw;
    height: 30%;
  }
}
#course .course .course_contents ul li .thumb {
  width: 100%;
  height: 10vw;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #course .course .course_contents ul li .thumb {
    height: 15vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #course .course .course_contents ul li .thumb {
    height: 55vw;
    margin-bottom: 3vw;
  }
}
#course .course .course_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#course .course .course_contents ul li .outline .date {
  font-size: 0.8vw;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #course .course .course_contents ul li .outline .date {
    font-size: 1vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #course .course .course_contents ul li .outline .date {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}
#course .course .course_contents ul li .outline .title {
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #course .course .course_contents ul li .outline .title {
    font-size: 1vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #course .course .course_contents ul li .outline .title {
    margin-bottom: 2vw;
  }
}
#course .course .course_contents ul li .outline .title h3 {
  font-size: 1vw;
  font-weight: 600;
  color: #7CB015;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #course .course .course_contents ul li .outline .title h3 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #course .course .course_contents ul li .outline .title h3 {
    font-size: 4vw;
  }
}

#info {
  position: relative;
}
#info > img {
  position: absolute;
  z-index: 20;
}
#info .info_illustration01 {
  width: 25%;
  left: 2%;
  bottom: 1%;
}
@media screen and (max-width: 768px) {
  #info .info_illustration01 {
    width: 35%;
    bottom: 5%;
  }
}
#info .info_illustration02 {
  width: 25%;
  right: 2%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #info .info_illustration02 {
    width: 35%;
    bottom: 5%;
  }
}
#info .info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 10;
  transform: translateY(-8%);
  overflow: visible;
  padding: 16vw 0 6vw 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #info .info {
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 768px) {
  #info .info {
    padding: 40vw 0 12vw 0;
    transform: translateY(-6%);
  }
}
#info .info .info_headline_pc {
  width: 40%;
  margin: auto;
  margin-bottom: 4vw;
}
#info .info .info_headline_pc img {
  width: 90%;
}
#info .info .info_headline_sp {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #info .info .info_headline_sp {
    margin-bottom: 8vw;
  }
}
#info .info .info_headline_sp img {
  width: 100%;
}
#info .info .info_contents {
  width: 90%;
  margin: auto;
  background-color: #fff;
  padding: 4vw;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #info .info .info_contents {
    flex-flow: column;
    background-color: rgba(0, 0, 0, 0);
  }
}
#info .info .info_contents a {
  display: block;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #info .info .info_contents a {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#info .info .info_contents img {
  width: 100%;
}

.info_table {
  width: 50%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .info_table {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .info_table {
    width: 90%;
    margin-bottom: 8vw;
  }
}
.info_table img {
  width: 100%;
}

.info_slider {
  background-position: center;
  background-size: cover;
  padding: 8vw 0;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .info_slider {
    padding: 12vw 0;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .info_slider {
    padding: 12vw 0 35vw 0;
    margin-bottom: 18vw;
  }
}
.info_slider .slider {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .info_slider .slider {
    width: 70%;
  }
}
.info_slider .slider .slick-slide {
  margin: 1vw;
}
.info_slider .slider .slick-arrow {
  width: 3vw;
  height: 3vw;
}
.info_slider .slider .slick-prev {
  left: -60px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .info_slider .slider .slick-prev {
    left: -33px;
  }
}
@media screen and (max-width: 768px) {
  .info_slider .slider .slick-prev {
    left: -30px;
  }
}
.info_slider .slider .slick-next {
  right: -60px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .info_slider .slider .slick-next {
    right: -33px;
  }
}
@media screen and (max-width: 768px) {
  .info_slider .slider .slick-next {
    right: -30px;
  }
}
.info_slider .slider .slick-prev:before, .info_slider .slider .slick-next:before {
  font-size: 3vw;
  color: #333;
}
@media screen and (max-width: 768px) {
  .info_slider .slider .slick-prev:before, .info_slider .slider .slick-next:before {
    font-size: 5vw;
  }
}
.info_slider .slider img {
  width: 100%;
}

.course_contents {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .course_contents {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .course_contents {
    width: 90%;
  }
}
.course_contents img {
  width: 100%;
}

#news {
  margin: 12vw 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news {
    margin: 15vw 0;
  }
}
@media screen and (max-width: 768px) {
  #news {
    margin: 24vw 0;
  }
}
#news .news .news_headline.pc {
  width: 50%;
  margin: auto;
  margin-bottom: 6vw;
  position: absolute;
  z-index: 20;
  left: 50%;
  top: -5%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_headline.pc {
    width: 70%;
  }
}
#news .news .news_headline.pc img {
  width: 100%;
}
#news .news .news_headline.sp {
  width: 95%;
  margin: auto;
  margin-bottom: 6vw;
}
#news .news .news_headline.sp img {
  width: 100%;
}
#news .news .news_contents {
  width: 90%;
  margin: auto;
  padding: 2vw 4vw;
  padding-top: 12vw;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents {
    width: 95%;
    padding: 4vw 6vw;
    padding-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents {
    width: 95%;
    padding: 8vw 6vw;
  }
}
#news .news .news_contents::after {
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  content: "";
  width: 100%;
  height: 100%;
  top: 2%;
  left: 1%;
  background-color: #BFD8EC;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents::after {
    top: 3%;
    left: 2%;
  }
}
#news .news .news_contents ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul {
    flex-flow: column;
  }
}
#news .news .news_contents ul li {
  background-color: #EEEEEE;
  border-radius: 1vw;
  padding: 2vw;
  width: 30%;
  margin-bottom: 2vw;
  display: none;
}
#news .news .news_contents ul li:nth-child(-n+6) {
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul li {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul li {
    width: 100%;
    padding: 4vw;
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul li a {
  text-decoration: none;
}
#news .news .news_contents ul li a .date {
  color: #000;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul li a .date {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul li a .date {
    font-size: 3vw;
  }
}
#news .news .news_contents ul li a .title {
  color: #0277D4;
  font-size: 1.4vw;
  margin-bottom: 1vw;
  font-weight: 800;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul li a .title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul li a .title {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}
#news .news .news_contents ul li a .descn {
  color: #000;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul li a .descn {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul li a .descn {
    font-size: 3vw;
    line-height: 5vw;
  }
}
#news .news .news_contents .news-loadmore-wrap {
  text-align: center;
}
#news .news .news_contents .news-loadmore-wrap #loadmore-btn {
  padding: 1.5vw 0;
  width: 20%;
  margin: auto;
  border: none;
  background-color: #0277D4;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents .news-loadmore-wrap #loadmore-btn {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents .news-loadmore-wrap #loadmore-btn {
    width: 90%;
    padding: 4vw 0;
  }
}

#news_event {
  margin: 12vw 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_event {
    margin: 15vw 0;
  }
}
@media screen and (max-width: 768px) {
  #news_event {
    margin: 24vw 0;
  }
}
#news_event .event .event_headline.pc {
  width: 50%;
  margin: auto;
  margin-bottom: 6vw;
  position: absolute;
  z-index: 20;
  left: 50%;
  top: -5%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_event .event .event_headline.pc {
    width: 70%;
  }
}
#news_event .event .event_headline.pc img {
  width: 100%;
}
#news_event .event .event_headline.sp {
  width: 95%;
  margin: auto;
  margin-bottom: 6vw;
}
#news_event .event .event_headline.sp img {
  width: 100%;
}
#news_event .event .event_contents {
  width: 90%;
  margin: auto;
  padding: 2vw 4vw;
  padding-top: 12vw;
  background-color: #FFF4CA;
  position: relative;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_event .event .event_contents {
    width: 95%;
    padding: 4vw 6vw;
    padding-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  #news_event .event .event_contents {
    width: 95%;
    padding: 8vw 6vw;
  }
}
#news_event .event .event_contents ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #news_event .event .event_contents ul {
    flex-flow: column;
  }
}
#news_event .event .event_contents ul li {
  background-color: #fff;
  border-radius: 1vw;
  padding: 2vw;
  width: 30%;
  margin-bottom: 2vw;
  display: none;
}
#news_event .event .event_contents ul li:nth-child(-n+6) {
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_event .event .event_contents ul li {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_event .event .event_contents ul li {
    width: 100%;
    padding: 4vw;
    margin-bottom: 8vw;
  }
}
#news_event .event .event_contents ul li a {
  width: 100%;
  text-decoration: none;
}
#news_event .event .event_contents ul li a .thumb {
  width: 100%;
  margin: auto;
  height: 15vw;
  text-align: center;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #news_event .event .event_contents ul li a .thumb {
    height: 50vw;
    margin-bottom: 2vw;
  }
}
#news_event .event .event_contents ul li a .thumb img {
  width: 100%;
  height: 100%;
}
#news_event .event .event_contents ul li a .date {
  color: #000;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_event .event .event_contents ul li a .date {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_event .event .event_contents ul li a .date {
    font-size: 3vw;
  }
}
#news_event .event .event_contents ul li a .title {
  color: #3FA27C;
  font-size: 1.4vw;
  margin-bottom: 1vw;
  font-weight: 800;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_event .event .event_contents ul li a .title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news_event .event .event_contents ul li a .title {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}
#news_event .event .event_contents ul li a .descn {
  color: #000;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_event .event .event_contents ul li a .descn {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_event .event .event_contents ul li a .descn {
    font-size: 3vw;
    line-height: 5vw;
  }
}
#news_event .event .event_contents .event-loadmore-wrap {
  text-align: center;
}
#news_event .event .event_contents .event-loadmore-wrap #loadmore-btn {
  padding: 1.5vw 0;
  width: 20%;
  margin: auto;
  border: none;
  background-color: #3FA27C;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_event .event .event_contents .event-loadmore-wrap #loadmore-btn {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  #news_event .event .event_contents .event-loadmore-wrap #loadmore-btn {
    width: 90%;
    padding: 4vw 0;
  }
}

#news_course {
  margin: 12vw 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_course {
    margin: 15vw 0;
  }
}
@media screen and (max-width: 768px) {
  #news_course {
    margin: 24vw 0;
  }
}
#news_course .course .course_headline.pc {
  width: 50%;
  margin: auto;
  margin-bottom: 6vw;
  position: absolute;
  z-index: 20;
  left: 50%;
  top: -5%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_course .course .course_headline.pc {
    width: 70%;
  }
}
#news_course .course .course_headline.pc img {
  width: 100%;
}
#news_course .course .course_headline.sp {
  width: 95%;
  margin: auto;
  margin-bottom: 6vw;
}
#news_course .course .course_headline.sp img {
  width: 100%;
}
#news_course .course .course_contents {
  width: 90%;
  margin: auto;
  padding: 2vw 4vw;
  padding-top: 12vw;
  background-color: #D2F4BF;
  position: relative;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_course .course .course_contents {
    width: 95%;
    padding: 4vw 6vw;
    padding-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  #news_course .course .course_contents {
    width: 95%;
    padding: 8vw 6vw;
  }
}
#news_course .course .course_contents ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #news_course .course .course_contents ul {
    flex-flow: column;
  }
}
#news_course .course .course_contents ul li {
  background-color: #fff;
  border-radius: 1vw;
  padding: 2vw;
  width: 30%;
  margin-bottom: 2vw;
  display: none;
}
#news_course .course .course_contents ul li:nth-child(-n+6) {
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_course .course .course_contents ul li {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_course .course .course_contents ul li {
    width: 100%;
    padding: 4vw;
    margin-bottom: 8vw;
  }
}
#news_course .course .course_contents ul li a {
  text-decoration: none;
}
#news_course .course .course_contents ul li a .thumb {
  height: 15vw;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #news_course .course .course_contents ul li a .thumb {
    height: 50vw;
    margin-bottom: 2vw;
  }
}
#news_course .course .course_contents ul li a .thumb img {
  height: 100%;
}
#news_course .course .course_contents ul li a .date {
  color: #000;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_course .course .course_contents ul li a .date {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_course .course .course_contents ul li a .date {
    font-size: 3vw;
  }
}
#news_course .course .course_contents ul li a .title {
  color: #0277D4;
  font-size: 1.4vw;
  margin-bottom: 1vw;
  font-weight: 800;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_course .course .course_contents ul li a .title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news_course .course .course_contents ul li a .title {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}
#news_course .course .course_contents ul li a .descn {
  color: #000;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_course .course .course_contents ul li a .descn {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_course .course .course_contents ul li a .descn {
    font-size: 3vw;
    line-height: 5vw;
  }
}
#news_course .course .course_contents .course-loadmore-wrap {
  text-align: center;
}
#news_course .course .course_contents .course-loadmore-wrap #loadmore-btn {
  padding: 1.5vw 0;
  width: 20%;
  margin: auto;
  border: none;
  background-color: #0277D4;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_course .course .course_contents .course-loadmore-wrap #loadmore-btn {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  #news_course .course .course_contents .course-loadmore-wrap #loadmore-btn {
    width: 90%;
    padding: 4vw 0;
  }
}

.hidden-item {
  display: none;
}

.join {
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  .join {
    margin-top: 20vw;
    margin-bottom: 16vw;
  }
}
.join .join_contents {
  width: 70%;
  margin: auto;
  background-color: #CDE9FF;
  border-radius: 40px;
  padding: 8vw 8vw 4vw 8vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .join .join_contents {
    width: 95%;
    padding: 20vw 8vw 20vw 8vw;
  }
}
.join .join_contents .join_headline {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50%;
}
@media screen and (max-width: 768px) {
  .join .join_contents .join_headline {
    width: 90%;
  }
}
.join .join_contents .join_headline img {
  width: 100%;
}
.join .join_contents .join_text ul li {
  list-style: none;
  margin-bottom: 2vw;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  .join .join_contents .join_text ul li {
    font-size: 3vw;
    margin-bottom: 8vw;
  }
}
.join .join_contents .join_text h4 {
  padding: 1vw 2vw;
  background-color: #0277D4;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  .join .join_contents .join_text h4 {
    font-size: 3.6vw;
    padding: 4vw;
  }
}
.join .join_illustration01 {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  width: 15%;
}
@media screen and (max-width: 768px) {
  .join .join_illustration01 {
    top: 95%;
  }
}
.join .join_illustration02 {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
  width: 20%;
}
@media screen and (max-width: 768px) {
  .join .join_illustration02 {
    top: 95%;
  }
}

.custody {
  background-position: center;
  background-size: cover;
  padding: 8vw 0;
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .custody {
    margin-bottom: 8vw;
  }
}
.custody .custody_contents {
  width: 70%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .custody .custody_contents {
    width: 95%;
    padding-bottom: 40vw;
  }
}
.custody .custody_contents .custody_headline {
  width: 50%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .custody .custody_contents .custody_headline {
    width: 90%;
    margin-bottom: 8vw;
  }
}
.custody .custody_contents .custody_headline img {
  width: 100%;
}
.custody .custody_contents .custody_text {
  width: 50%;
  margin: auto;
  margin-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  .custody .custody_contents .custody_text {
    width: 90%;
    margin-bottom: 12vw;
  }
}
.custody .custody_contents .custody_text p {
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .custody .custody_contents .custody_text p {
    line-height: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .custody .custody_contents .custody_text p {
    line-height: 6vw;
  }
}
.custody .custody_contents .custody_tel {
  text-align: center;
  padding: 1vw 0;
  width: 35%;
  margin: auto;
  background-color: #3FA27C;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-size: 1.6vw;
  font-weight: 600;
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .custody .custody_contents .custody_tel {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .custody .custody_contents .custody_tel {
    width: 80%;
    padding: 3vw 0;
    font-size: 4vw;
  }
}
.custody .custody_contents .custody_tel span {
  font-size: 1vw;
  font-weight: 300;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .custody .custody_contents .custody_tel span {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .custody .custody_contents .custody_tel span {
    font-size: 3vw;
    padding-top: 1.5vw;
  }
}
.custody .custody_contents .custody_url {
  text-align: center;
  padding: 1vw 0;
  width: 35%;
  margin: auto;
  background-color: #0277D4;
  font-size: 1.2vw;
  font-weight: 600;
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .custody .custody_contents .custody_url {
    width: 50%;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .custody .custody_contents .custody_url {
    width: 80%;
    font-size: 3vw;
    padding: 3vw 0;
  }
}
.custody .custody_contents .custody_url a {
  color: #fff;
  text-decoration: none;
}
.custody .custody_contents .custody_illustration01 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 35%;
  left: -16%;
}
@media screen and (max-width: 768px) {
  .custody .custody_contents .custody_illustration01 {
    top: 85%;
    left: 2%;
  }
}
.custody .custody_contents .custody_illustration02 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 25%;
  right: -10%;
}
@media screen and (max-width: 768px) {
  .custody .custody_contents .custody_illustration02 {
    top: 85%;
    right: 2%;
  }
}

.detail {
  position: relative;
  margin-top: 8vw;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  .detail {
    margin-top: 20vw;
    margin-bottom: 16vw;
  }
}
.detail .detail_contents {
  width: 70%;
  margin: auto;
  background-color: #F2F2F2;
  border-radius: 40px;
  padding: 8vw 8vw 4vw 8vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .detail .detail_contents {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .detail .detail_contents {
    width: 95%;
    padding: 20vw 4vw 20vw 4vw;
  }
}
.detail .detail_contents .detail_headline {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50%;
}
@media screen and (max-width: 768px) {
  .detail .detail_contents .detail_headline {
    width: 90%;
  }
}
.detail .detail_contents .detail_headline img {
  width: 100%;
}
.detail .detail_contents .detail_text .detail_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #CDE9FF;
  border-radius: 70px;
  margin-bottom: 2vw;
}
.detail .detail_contents .detail_text .detail_flex h5 {
  width: 25%;
  background-color: #0277D4;
  text-align: center;
  color: #fff;
  padding: 1vw 0;
  border-radius: 70px;
}
@media screen and (max-width: 768px) {
  .detail .detail_contents .detail_text .detail_flex h5 {
    font-size: 3vw;
    padding: 2vw 0;
  }
}
.detail .detail_contents .detail_text .detail_flex p {
  padding-left: 2vw;
}

.access {
  background-position: center;
  background-size: cover;
  padding: 8vw 0;
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 16vw 0;
    margin-bottom: 8vw;
  }
}
.access .access_contents {
  width: 70%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  .access .access_contents {
    flex-flow: column;
    width: 95%;
    padding-bottom: 40vw;
  }
}
.access .access_contents .access_headline {
  width: 100%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .access .access_contents .access_headline {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.access .access_contents .access_headline img {
  width: 100%;
}
.access .access_contents .access_left, .access .access_contents .access_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .access .access_contents .access_left, .access .access_contents .access_right {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .access .access_contents .access_left {
    margin-bottom: 8vw;
  }
}
.access .access_contents .access_image {
  width: 100%;
  height: 30vw;
}
@media screen and (max-width: 768px) {
  .access .access_contents .access_image {
    height: 80vw;
  }
}
.access .access_contents .map {
  height: 30vw;
}
@media screen and (max-width: 768px) {
  .access .access_contents .map {
    height: 80vw;
  }
}
.access .access_contents .map iframe {
  width: 100%;
  height: 100%;
}

.experience {
  position: relative;
  margin-top: 8vw;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  .experience {
    margin-top: 20vw;
    margin-bottom: 16vw;
  }
}
.experience .experience_contents {
  width: 70%;
  margin: auto;
  background-color: #CDE9FF;
  border-radius: 40px;
  padding: 8vw 8vw 4vw 8vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .experience .experience_contents {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .experience .experience_contents {
    width: 95%;
    padding: 20vw 4vw 20vw 4vw;
  }
}
.experience .experience_contents .experience_headline {
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50%;
}
@media screen and (max-width: 768px) {
  .experience .experience_contents .experience_headline {
    width: 90%;
  }
}
.experience .experience_contents .experience_headline img {
  width: 100%;
}
.experience .experience_contents .experience_text {
  text-align: center;
  line-height: 2vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .experience .experience_contents .experience_text {
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .experience .experience_contents .experience_text {
    line-height: 6vw;
    margin-bottom: 4vw;
  }
  .experience .experience_contents .experience_text p {
    font-size: 3vw;
  }
}
.experience .experience_contents .experience_tel {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .experience .experience_contents .experience_tel {
    width: 80%;
  }
}
.experience .experience_contents .experience_tel a {
  text-decoration: none;
}
.experience .experience_contents .experience_tel a h4 {
  background-color: #0277D4;
  padding: 1vw 2vw;
  color: #F2F2F2;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0.8vw;
}
@media screen and (max-width: 768px) {
  .experience .experience_contents .experience_tel a h4 {
    padding: 2vw 4vw;
    font-size: 6vw;
    margin-bottom: 1.6vw;
  }
}
.experience .experience_contents .experience_tel a h4 i {
  margin-right: 1vw;
}
.experience .experience_contents .experience_tel p {
  text-align: center;
}

.contact_form {
  position: relative;
  margin-top: 8vw;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  .contact_form {
    margin-top: 20vw;
    margin-bottom: 36vw;
  }
}
.contact_form .contact_form_contents {
  width: 70%;
  margin: auto;
  background-color: #D2F4BF;
  border-radius: 40px;
  padding: 8vw 8vw 4vw 8vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form .contact_form_contents {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_contents {
    width: 95%;
    padding: 20vw 4vw 20vw 4vw;
  }
}
.contact_form .contact_form_contents .contact_form_headline {
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_contents .contact_form_headline {
    width: 90%;
  }
}
.contact_form .contact_form_contents .contact_form_headline img {
  width: 100%;
}
.contact_form .contact_form_contents .contact_form_text {
  text-align: center;
  line-height: 2vw;
  margin-bottom: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form .contact_form_contents .contact_form_text {
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_contents .contact_form_text {
    line-height: 6vw;
    margin-bottom: 4vw;
  }
  .contact_form .contact_form_contents .contact_form_text p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_contents .contact_form_detail {
    margin-bottom: 20vw;
  }
}
.contact_form .contact_form_contents .contact_form_detail .contact_label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form .contact_form_contents .contact_form_detail .contact_label {
    height: 4vw;
    margin-bottom: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_contents .contact_form_detail .contact_label {
    flex-flow: column;
    align-items: flex-start;
    height: 16vw;
    margin-bottom: 8vw;
  }
}
.contact_form .contact_form_contents .contact_form_detail .contact_label:nth-child(4) {
  height: 10vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form .contact_form_contents .contact_form_detail .contact_label:nth-child(4) {
    height: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_contents .contact_form_detail .contact_label:nth-child(4) {
    height: 30vw;
  }
}
.contact_form .contact_form_contents .contact_form_detail .contact_label:last-child {
  height: 15vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form .contact_form_contents .contact_form_detail .contact_label:last-child {
    height: 18vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_contents .contact_form_detail .contact_label:last-child {
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_contents .contact_form_detail .contact_label p {
    font-size: 3vw;
  }
}
.contact_form .contact_form_contents .contact_form_detail .contact_label p:first-child {
  width: 25%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form .contact_form_contents .contact_form_detail .contact_label p:first-child {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_contents .contact_form_detail .contact_label p:first-child {
    width: 50%;
    margin-bottom: 3.5vw;
  }
}
.contact_form .contact_form_contents .contact_form_detail .contact_label p:first-child span {
  padding: 0.5vw;
  background: #fff;
  color: #3FA27C;
  border: 2px solid #3FA27C;
  border-radius: 5px;
  margin-right: 1vw;
}
.contact_form .contact_form_contents .contact_form_detail .contact_label p:last-child {
  width: 65%;
  height: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form .contact_form_contents .contact_form_detail .contact_label p:last-child {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_contents .contact_form_detail .contact_label p:last-child {
    width: 100%;
  }
}
.contact_form .contact_form_contents .contact_form_detail .contact_label p:last-child input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
}
.contact_form .contact_form_contents .contact_form_detail .contact_label p:last-child textarea {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
}
.contact_form .contact_form_contents .contact_form_detail .contact_label p .wpcf7-form-control-wrap .wpcf7-radio {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
.contact_form .contact_form_contents .contact_form_detail .contact_label p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_contents .contact_form_detail .contact_label p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 2.5vw;
  }
}
.contact_form .contact_form_contents .contact_form_detail .contact_label p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_form .contact_form_contents .contact_form_detail .contact_label p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input {
  width: 2vw;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_contents .contact_form_detail .contact_label p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input {
    width: 4vw;
  }
}
.contact_form .contact_form_contents .contact_form_detail .contact_label p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  width: 15vw;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_contents .contact_form_detail .contact_label p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    width: 30vw;
  }
}
.contact_form .contact_form_contents .submit {
  text-align: center;
}
.contact_form .contact_form_contents .submit input {
  padding: 1vw 3vw;
  background-color: #3FA27C;
  color: #fff;
  border: none;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form .contact_form_contents .submit input {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_contents .submit input {
    padding: 3vw 6vw;
    font-size: 4vw;
  }
}
.contact_form .contact_form_contents .submit .wpcf7-spinner {
  display: none;
}

footer #banner .banner {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 20;
  transform: translateY(-13%);
  overflow: visible;
  padding: 16vw 0 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  footer #banner .banner {
    transform: translateY(-8%);
  }
}
footer #banner .banner .flyer {
  width: 60%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  footer #banner .banner .flyer {
    width: 90%;
    margin-bottom: 8vw;
  }
}
footer #banner .banner .flyer .flyer_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  footer #banner .banner .flyer .flyer_flex {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
footer #banner .banner .flyer .flyer_flex img {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  footer #banner .banner .flyer .flyer_flex img {
    width: 100%;
  }
}
footer #banner .banner .flyer a {
  text-decoration: none;
}
footer #banner .banner .flyer a img {
  width: 100%;
}
footer #banner .banner .banner_flex {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  footer #banner .banner .banner_flex {
    width: 90%;
    flex-flow: column;
  }
}
footer #banner .banner .banner_flex img {
  width: 100%;
}
footer #banner .link {
  margin-bottom: 8vw;
  position: relative;
}
footer #banner .link .link_headline {
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  color: #fff;
  border-radius: 60px;
  background-color: #0277D4;
  width: 40%;
  margin: auto;
  padding: 1.5vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #banner .link .link_headline {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer #banner .link .link_headline {
    width: 90%;
    top: -3%;
  }
}
footer #banner .link .link_contents {
  background-color: #EFEFF4;
  padding: 8vw 2vw 4vw 2vw;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #banner .link .link_contents {
    width: 90%;
    padding-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  footer #banner .link .link_contents {
    width: 100%;
    padding-top: 20vw;
  }
}
footer #banner .link .link_contents ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  footer #banner .link .link_contents ul {
    flex-flow: column;
  }
}
footer #banner .link .link_contents ul a {
  display: block;
  background-color: #fff;
  width: 45%;
  height: 3vw;
  padding: 2vw 3vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  border-radius: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #banner .link .link_contents ul a {
    height: 7vw;
  }
}
@media screen and (max-width: 768px) {
  footer #banner .link .link_contents ul a {
    width: 90%;
    height: 15vw;
  }
}
footer #banner .link .link_contents ul a:last-child {
  width: 55%;
}
@media screen and (max-width: 768px) {
  footer #banner .link .link_contents ul a:last-child {
    width: 90%;
  }
}
footer #banner .link .link_contents ul a li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #banner .link .link_contents ul a li {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer #banner .link .link_contents ul a li {
    font-size: 3vw;
  }
}
footer #banner .link .link_contents ul a li img {
  width: 2.4vw;
  margin-right: 1.5vw;
}
@media screen and (max-width: 768px) {
  footer #banner .link .link_contents ul a li img {
    width: 6vw;
  }
}
footer .footer_contact {
  padding-top: 16vw;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact {
    padding-top: 24vw;
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact {
    display: none;
  }
}
footer .footer_contact .fc_illustration01, footer .footer_contact .fc_illustration02 {
  position: absolute;
  bottom: 5%;
  z-index: 10;
  width: 20%;
}
footer .footer_contact .fc_illustration01 {
  left: 2%;
}
footer .footer_contact .fc_illustration02 {
  right: 2%;
}
footer .footer_contact .footer_contact_contents {
  width: 80%;
  margin: auto;
  padding: 4vw;
  background-color: #fff;
  border-radius: 70px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_contents {
    width: 95%;
  }
}
footer .footer_contact .footer_contact_contents .footer_contact_image {
  position: absolute;
  top: -30%;
  left: 5%;
  width: 40%;
}
footer .footer_contact .footer_contact_contents .footer_contact_image img {
  width: 100%;
}
footer .footer_contact .footer_contact_contents .footer_contact_text {
  width: 50%;
}
footer .footer_contact .footer_contact_contents .footer_contact_text h2 {
  color: #0277D4;
  margin-bottom: 2vw;
}
footer .footer_contact .footer_contact_contents .footer_contact_text h4 {
  margin-bottom: 2vw;
}
footer .footer_contact .footer_contact_contents .footer_contact_text p {
  line-height: 2.4vw;
}
footer .footer_contact .footer_contact_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_flex {
    width: 65%;
    position: relative;
    z-index: 50;
  }
}
footer .footer_contact .footer_contact_flex a {
  text-decoration: none;
  color: #000;
  padding: 1vw;
  text-align: center;
  margin: 4vw 0;
  width: 45%;
  height: 6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_flex a {
    padding: 1.6vw;
    height: 10vw;
    margin-bottom: 0vw;
  }
}
footer .footer_contact .footer_contact_flex .footer_contact_tel {
  background-color: #fff;
}
footer .footer_contact .footer_contact_flex .footer_contact_tel h4 {
  color: #0277D4;
  margin-bottom: 0.4vw;
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_flex .footer_contact_tel h4 {
    font-size: 3vw;
  }
}
footer .footer_contact .footer_contact_flex .footer_contact_tel h4 i {
  margin-right: 0.5vw;
}
footer .footer_contact .footer_contact_flex .footer_contact_tel p {
  font-size: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_flex .footer_contact_tel p {
    font-size: 1vw;
  }
}
footer .footer_contact .footer_contact_flex .footer_contact_mail {
  background-color: #016740;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .footer_contact .footer_contact_flex .footer_contact_mail i {
  font-size: 2vw;
  color: #fff;
}
footer .footer_contact .footer_contact_flex .footer_contact_mail p {
  color: #fff;
}
footer .footer_contact_sp {
  padding-top: 16vw;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1441px) {
  footer .footer_contact_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer .footer_contact_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact_sp {
    display: none;
  }
}
footer .footer_contact_sp .fc_illustration01, footer .footer_contact_sp .fc_illustration02 {
  position: absolute;
  bottom: 2%;
  z-index: 10;
  width: 30%;
}
footer .footer_contact_sp .fc_illustration01 {
  left: 4%;
}
footer .footer_contact_sp .fc_illustration02 {
  right: 4%;
}
footer .footer_contact_sp .footer_contact_image {
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
footer .footer_contact_sp .footer_contact_image img {
  width: 100%;
}
footer .footer_contact_sp .footer_contact_contents {
  width: 90%;
  margin: auto;
  padding: 8vw 4vw;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: flex-end;
}
footer .footer_contact_sp .footer_contact_contents .footer_contact_text {
  width: 100%;
}
footer .footer_contact_sp .footer_contact_contents .footer_contact_text h2 {
  color: #0277D4;
  margin-bottom: 6vw;
  font-size: 7vw;
}
footer .footer_contact_sp .footer_contact_contents .footer_contact_text h4 {
  margin-bottom: 6vw;
  font-size: 5vw;
}
footer .footer_contact_sp .footer_contact_contents .footer_contact_text p {
  line-height: 6vw;
  font-size: 4vw;
}
footer .footer_contact_sp .footer_contact_flex {
  width: 80%;
  margin: auto;
  padding-bottom: 40vw;
}
footer .footer_contact_sp .footer_contact_flex a {
  text-decoration: none;
  color: #000;
  padding: 1vw;
  text-align: center;
  margin: 4vw 0;
  width: 100%;
  height: 20vw;
  display: block;
}
footer .footer_contact_sp .footer_contact_flex .footer_contact_tel {
  background-color: #fff;
}
footer .footer_contact_sp .footer_contact_flex .footer_contact_tel h4 {
  color: #0277D4;
  margin-bottom: 0.4vw;
  font-size: 8vw;
}
footer .footer_contact_sp .footer_contact_flex .footer_contact_tel h4 i {
  margin-right: 0.5vw;
}
footer .footer_contact_sp .footer_contact_flex .footer_contact_tel p {
  font-size: 0.8vw;
  font-size: 2.4vw;
}
footer .footer_contact_sp .footer_contact_flex .footer_contact_mail {
  background-color: #016740;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
footer .footer_contact_sp .footer_contact_flex .footer_contact_mail i {
  font-size: 10vw;
  color: #fff;
}
footer .footer_contact_sp .footer_contact_flex .footer_contact_mail p {
  color: #fff;
  font-size: 4vw;
  line-height: 6vw;
}
footer .footer_map {
  width: 100%;
  height: 35vw;
}
@media screen and (max-width: 768px) {
  footer .footer_map {
    height: 90vw;
  }
}
footer .footer_map iframe {
  width: 100%;
  height: 100%;
}
footer .footer_menu {
  padding: 4vw 0;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu {
    padding: 12vw 0;
  }
}
footer .footer_menu .footer_logo {
  width: 40%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu .footer_logo {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_logo {
    width: 90%;
    margin: auto;
    margin-bottom: 6vw;
  }
}
footer .footer_menu .footer_logo img {
  width: 100%;
}
footer .footer_menu .address {
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu .address {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu .address {
    font-size: 2.8vw;
  }
}
footer .footer_menu .footer_menu_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5vw;
  width: 40%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu .footer_menu_contact {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_menu_contact {
    width: 90%;
    gap: 4vw;
  }
}
footer .footer_menu .footer_menu_contact p {
  font-size: 1.2vw;
  color: #016740;
  font-weight: 800;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu .footer_menu_contact p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_menu_contact p {
    font-size: 3.6vw;
  }
}
footer .footer_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: auto;
  margin-top: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu ul {
    width: 70%;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul {
    width: 90%;
    margin-top: 8vw;
  }
}
footer .footer_menu ul li a {
  font-size: 1.2vw;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu ul li a {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li a {
    font-size: 3vw;
  }
}
footer .footer_menu ul li a i {
  margin-right: 0.5vw;
  color: #016740;
}
footer .footer_text {
  background-color: #EFEFF4;
  padding: 2vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_text {
    padding: 3vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_text {
    padding: 8vw 0;
  }
}
footer .footer_text p {
  width: 70%;
  margin: auto;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_text p {
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_text p {
    width: 90%;
    font-size: 3vw;
    line-height: 6vw;
  }
}
footer .copyright {
  background-color: #016740;
  padding: 1.5vw 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 4vw 0;
  }
}
footer .copyright p {
  color: #fff;
  font-size: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copyright p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    font-size: 2.2vw;
  }
}/*# sourceMappingURL=style.css.map */