#footer {
  background-color: #2d4d5b;
}
#footer .hed_sub_text {
  line-height: 2.5em;
}
#footer p {
  font-size: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
}
#footer .sub_text {
  font-size: clamp(1.1rem, 0.983rem + 0.5vw, 1.6rem);
}
#footer .small_text {
  font-size: 1.5rem;
}
#footer .title {
  font-size: clamp(1.2rem, 0.733rem + 1.99vw, 3.2rem);
}
#footer .buttom_text {
  font-size: clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem);
}
#footer .menu_wrap {
  font-size: clamp(1rem, 0.766rem + 1vw, 2rem);
}
#footer .catch {
  font-size: clamp(2rem, 1.346rem + 2.79vw, 4.8rem);
}
#footer .hed_text {
  font-size: clamp(3.6rem, 2.198rem + 5.98vw, 9.6rem);
}
#footer .logo {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  padding: 5vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .logo img {
  width: 77px;
}
#footer .logo p {
  font-size: clamp(1.1rem, 0.983rem + 0.5vw, 1.6rem);
  color: white;
}
#footer .footer_list {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 5vw 5vw;
}
#footer .footer_list .menu_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: white;
}
#footer .footer_list .menu_wrap li {
  width: 12%;
}
#footer .footer_list .menu_wrap li a.menu_text {
  font-weight: 600;
  color: white;
}
#footer .footer_list .menu_wrap li .sub_menu {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  margin-top: 1.5vw;
}
#footer .footer_list .menu_wrap li .sub_menu li {
  width: auto;
}
#footer .footer_list .menu_wrap li .sub_menu li a {
  color: white;
}
#footer .map_section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  padding: 5vw 10vw;
}
#footer .map_section .text_wrap {
  color: white;
}
#footer .map_section .text_wrap .bold {
  padding-bottom: 3vw;
  font-weight: 600;
}
#footer .map_section .text_wrap .adress {
  padding-bottom: 2vw;
}
#footer .map_section .map {
  width: 50%;
  height: 250px;
}
#footer .map_section .map iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer .copy-right {
  padding: 1rem 0;
  color: white;
  text-align: center;
}
#footer .copy-right p {
  font-size: 1.4rem;
  font-weight: 100;
}

.entry_set {
  text-align: center;
  padding: 10vw auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.entry_set .entry {
  display: inline-block;
  padding: 5px;
  border: 2px solid #2d4d5b;
  width: 100%;
  text-align: center;
  margin-bottom: 2vw;
}
.entry_set .entry p {
  color: #fff;
  background-color: #2d4d5b;
  padding: 2vw 3vw;
}
.entry_set p {
  font-size: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
}

.entry_set.white {
  text-align: center;
  padding: 15vw 30vw;
  padding-top: 10vw;
  padding-bottom: 5vw;
}
.entry_set.white p {
  font-size: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
  color: white;
}
.entry_set.white .entry {
  display: inline-block;
  padding: 5px;
  border: 2px solid white;
  width: 100%;
  text-align: center;
  margin-bottom: 2vw;
}
.entry_set.white .entry p {
  color: #2d4d5b;
  background-color: white;
  padding: 2vw 3vw;
}

.deco_line {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10vw;
  margin: 10vw 0;
}
.deco_line img {
  -o-object-fit: cover;
     object-fit: cover;
}

.entry_set {
  text-align: center;
  padding: 15vw 30vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.entry_set .entry {
  display: inline-block;
  padding: 5px;
  border: 2px solid #2d4d5b;
  width: 100%;
  text-align: center;
  margin-bottom: 2vw;
}
.entry_set .entry p {
  color: #fff;
  background-color: #2d4d5b;
  padding: 2vw 3vw;
}
.entry_set p {
  font-size: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
}

.page_top {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page_top .img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page_top .text {
  margin-bottom: 10vw;
  margin-right: -1rem;
}
.page_top .text p {
  font-size: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  font-family: "HelveticaLTPro-Bold";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2d4d5b;
  transform-origin: 0 0;
  letter-spacing: 0.3em;
  color: transparent;
}

.deco_line {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10vw;
  margin: 10vw 0;
}
.deco_line img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 721px) {
  #footer .map_section {
    flex-direction: column-reverse;
    gap: 1vw;
    justify-content: center;
  }
  #footer .footer_list {
    display: none;
  }
  #footer .footer_list .menu_wrap {
    flex-wrap: wrap;
    gap: 5vw;
  }
  #footer .footer_list ul.sub_menu.mob {
    display: none;
  }
  .entry_set {
    padding: 15vw 10vw;
  }
  .entry_set p {
    font-size: 1.5rem;
  }
  #footer .map_section .map {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=footer.css.map */