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

html {
  font-size: 62.5%;
}

body {
  background-color: #44484B;
  letter-spacing: 0.2vw;
  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;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

#lower .lower {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 60vw;
  }
}
#lower .lower h2 {
  padding-top: 4vw;
  color: #fff;
  font-family: "Cardo", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower h2 {
    padding-top: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower h2 {
    padding-top: 8vw;
  }
}

.lower_headline {
  display: inline-block;
  text-align: center;
  margin-bottom: 4vw;
}
.lower_headline h2 {
  font-family: "Cardo", serif;
  margin-bottom: 0.5vw;
  font-weight: 300;
}
.lower_headline p {
  font-family: "Cardo", serif;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #666;
}

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

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: 1vw 2vw;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
}
@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%;
  padding: 0.5vw;
}
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: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-family: "Zen Old Mincho", serif;
}
header #header_pc .header_menu .main_menu > li > a i {
  font-size: 2vw;
}
header #header_pc .header_menu .main_menu > li > a button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  transition: all 0.4s;
}
header #header_pc .header_menu .main_menu > li > a button:hover {
  background-color: #000;
  color: #fff;
}
header #header_pc .header_menu .main_menu > li > a button i {
  font-size: 1vw;
  margin-right: 0.5vw;
}

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

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

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #5F6C66;
  transition: 0.3s ease-in-out;
}

.hamburger p {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #5F6C66;
  font-size: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger p {
    font-size: 2vw;
  }
}

.hamburger span:nth-child(1) {
  top: 35%;
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(1) {
    top: 30%;
  }
}

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

.hamburger span:nth-child(3) {
  top: 65%;
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(3) {
    top: 70%;
  }
}

.hamburger p {
  top: 26px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger p {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger p {
    top: 20px;
  }
}

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

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  left: 37%;
  top: 57%;
  background: #5F6C66;
  transform: rotate(45deg) translate(-50%, -50%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    left: 40%;
    top: 45%;
  }
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #000;
  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: #000;
  padding: 1em 0;
  text-decoration: none;
  font-size: 3.2vw;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 4.2vw;
  }
}
nav.globalMenuSp ul li a span {
  font-size: 3vw;
  color: #9EA7AE;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a span {
    font-size: 3.8vw;
    margin-top: 1vw;
  }
}
nav.globalMenuSp ul li a button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.8vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a button {
    font-size: 4vw;
  }
}
nav.globalMenuSp ul li a button i {
  font-size: 4vw;
  margin-right: 2vw;
}

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

#mv {
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #mv {
    height: 100vh;
  }
}
#mv .mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mv .mv {
    height: 100%;
  }
}
#mv .mv .slide-images {
  width: 100vw;
  height: 100vh;
}
#mv .mv .slide-images .slick-list {
  height: 100%;
}
#mv .mv .slide-images .slick-list .slick-track {
  height: 100%;
}
#mv .mv .slide-images .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .mv .mv_headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  text-align: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline {
    height: 95%;
    width: auto;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #mv .mv .mv_headline .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .mv .mv_headline .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline .sp {
    display: none;
  }
}
#mv .mv .mv_headline h2 {
  color: #fff;
  font-size: 2.5vw;
  padding: 0vw 1vw;
  margin-bottom: 1vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline h2 {
    font-size: 6vw;
    margin-bottom: 4vw;
    letter-spacing: 0.6vw;
    line-height: 10vw;
  }
}

#top_about .top_about {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #top_about .top_about {
    padding: 8vw 0;
  }
}
#top_about .top_about .top_about_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
  gap: 4vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents {
    flex-flow: column-reverse;
    margin-bottom: 8vw;
  }
}
#top_about .top_about .top_about_contents .top_about_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_left {
    width: 90%;
    margin: auto;
  }
}
#top_about .top_about .top_about_contents .top_about_left .top_headline {
  color: #fff;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_left .top_headline {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_left .top_headline {
    margin-bottom: 6vw;
  }
}
#top_about .top_about .top_about_contents .top_about_left .top_headline h2 {
  margin-bottom: 1vw;
  font-family: "Cardo", serif;
  font-size: 4vw;
  letter-spacing: 0.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_left .top_headline h2 {
    font-size: 5vw;
    letter-spacing: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_left .top_headline h2 {
    font-size: 12vw;
    letter-spacing: 1.2vw;
  }
}
#top_about .top_about .top_about_contents .top_about_left .top_headline p {
  font-family: "Cardo", serif;
  font-size: 1.4vw;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_left .top_headline p {
    font-size: 1.8vw;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_left .top_headline p {
    font-size: 3vw;
    letter-spacing: 0.6vw;
  }
}
#top_about .top_about .top_about_contents .top_about_left .top_about_text p {
  color: #fff;
  line-height: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_left .top_about_text p {
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_left .top_about_text p {
    line-height: 6vw;
  }
}
#top_about .top_about .top_about_contents .top_about_right {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_right {
    width: 90%;
  }
}
#top_about .top_about .top_about_contents .top_about_right img {
  width: 100%;
}
#top_about .top_about .top_btn {
  width: 50%;
  margin: auto;
  text-align: center;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_btn {
    width: 80%;
  }
  #top_about .top_about .top_btn img {
    width: 100%;
  }
}
#top_about .top_about .top_btn:hover {
  opacity: 0.8;
}

#top_service .top_service {
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #top_service .top_service {
    padding: 16vw 0;
  }
}
#top_service .top_service .top_headline {
  width: 90%;
  margin: auto;
  text-align: end;
  color: #fff;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_headline {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_headline {
    margin-bottom: 6vw;
  }
}
#top_service .top_service .top_headline h2 {
  margin-bottom: 1vw;
  font-family: "Cardo", serif;
  font-size: 4vw;
  letter-spacing: 0.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_headline h2 {
    font-size: 5vw;
    letter-spacing: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_headline h2 {
    font-size: 12vw;
    letter-spacing: 1.2vw;
  }
}
#top_service .top_service .top_headline p {
  font-family: "Cardo", serif;
  font-size: 1.4vw;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_headline p {
    font-size: 1.8vw;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_headline p {
    font-size: 3vw;
    letter-spacing: 0.6vw;
  }
}
#top_service .top_service .top_service_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents {
    flex-flow: column;
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents:nth-child(3) {
    flex-flow: column-reverse;
  }
}
#top_service .top_service .top_service_contents:nth-child(3) .top_service_left {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents:nth-child(3) .top_service_left {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents:nth-child(3) .top_service_left {
    width: 82%;
    margin-left: auto;
    margin-right: 0;
  }
}
#top_service .top_service .top_service_contents:nth-child(3) .top_service_left::after {
  right: 0;
}
#top_service .top_service .top_service_contents:nth-child(3) .top_service_left .top_service_headline {
  padding: 2vw 16vw 2vw 4vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents:nth-child(3) .top_service_left .top_service_headline {
    padding: 8vw 30vw 8vw 4vw;
  }
}
#top_service .top_service .top_service_contents:nth-child(3) .top_service_left .top_service_headline h2 {
  text-align: end;
}
#top_service .top_service .top_service_contents:nth-child(3) .top_service_left .top_service_headline h2:first-child::before {
  left: 110%;
}
#top_service .top_service .top_service_contents:nth-child(3) .top_service_right {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents:nth-child(3) .top_service_right {
    width: 100%;
  }
}
#top_service .top_service .top_service_contents:nth-child(3) .top_service_right .top_service_image {
  text-align: start;
}
#top_service .top_service .top_service_contents:nth-child(3) .top_service_right .top_service_image img:first-child {
  width: 80%;
}
#top_service .top_service .top_service_contents:nth-child(3) .top_service_right .top_service_image img:last-child {
  position: absolute;
  top: 35%;
  left: auto;
  right: -20%;
  width: 60%;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents:nth-child(3) .top_service_right .top_service_image img:last-child {
    right: 0%;
    left: auto;
  }
}
#top_service .top_service .top_service_contents:nth-child(3) .top_service_right .top_service_btn {
  text-align: start;
}
#top_service .top_service .top_service_contents:nth-child(4) .top_service_left {
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents:nth-child(4) .top_service_left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents:nth-child(4) .top_service_left {
    width: 90%;
  }
}
#top_service .top_service .top_service_contents .top_service_left {
  width: 35%;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_left {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_left {
    width: 65%;
  }
}
#top_service .top_service .top_service_contents .top_service_left::after {
  position: absolute;
  content: "";
  width: 15%;
  height: 100%;
  top: 60%;
  background-color: rgba(41, 47, 52, 0.4);
}
#top_service .top_service .top_service_contents .top_service_left .top_service_headline {
  background-color: #fff;
  padding: 2vw 4vw 2vw 16vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_left .top_service_headline {
    padding: 8vw 4vw 8vw 30vw;
  }
}
#top_service .top_service .top_service_contents .top_service_left .top_service_headline h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 100;
}
#top_service .top_service .top_service_contents .top_service_left .top_service_headline h2:first-child {
  position: relative;
}
#top_service .top_service .top_service_contents .top_service_left .top_service_headline h2:first-child::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 110%;
  background: #000;
  width: 500%;
  height: 1px;
}
#top_service .top_service .top_service_contents .top_service_right {
  width: 50%;
  padding: 4vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_right {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    padding-top: 6vw;
  }
}
#top_service .top_service .top_service_contents .top_service_right .top_service_image {
  position: relative;
  text-align: end;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_right .top_service_image {
    margin-bottom: 8vw;
  }
}
#top_service .top_service .top_service_contents .top_service_right .top_service_image img:first-child {
  width: 100%;
}
#top_service .top_service .top_service_contents .top_service_right .top_service_image img:last-child {
  position: absolute;
  top: 50%;
  left: -20%;
  width: 60%;
}
#top_service .top_service .top_service_contents .top_service_right .top_service_btn {
  text-align: end;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_right .top_service_btn {
    text-align: center;
    width: 80%;
    margin: auto;
  }
  #top_service .top_service .top_service_contents .top_service_right .top_service_btn img {
    width: 100%;
  }
}
#top_service .top_service .top_service_contents .top_service_right .top_service_btn:hover {
  opacity: 0.8;
}

#top_works {
  overflow-x: hidden;
}
#top_works .top_works {
  background-position: center;
  background-size: cover;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #top_works .top_works {
    padding: 8vw 0;
  }
}
#top_works .top_works .top_headline {
  color: #fff;
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_headline {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_headline {
    margin-bottom: 6vw;
  }
}
#top_works .top_works .top_headline h2 {
  margin-bottom: 1vw;
  font-family: "Cardo", serif;
  font-size: 4vw;
  letter-spacing: 0.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_headline h2 {
    font-size: 5vw;
    letter-spacing: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_headline h2 {
    font-size: 12vw;
    letter-spacing: 1.2vw;
  }
}
#top_works .top_works .top_headline p {
  font-family: "Cardo", serif;
  font-size: 1.4vw;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_headline p {
    font-size: 1.8vw;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_headline p {
    font-size: 3vw;
    letter-spacing: 0.6vw;
  }
}
#top_works .top_works .gallery {
  height: 20vw;
}
#top_works .top_works .gallery .slick-list {
  height: 100%;
}
#top_works .top_works .gallery .slick-list .slick-track {
  height: 100%;
}
#top_works .top_works .gallery .slick-list .slick-track img {
  height: 100%;
  padding: 0 2vw;
  -o-object-fit: cover;
     object-fit: cover;
}

#top_recruit .top_recruit {
  padding: 4vw 0;
}
#top_recruit .top_recruit .top_recruit_contents {
  width: 80%;
  margin: auto;
  padding: 2vw;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents {
    width: 90%;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_headline {
  color: #fff;
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_contents .top_headline {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_headline {
    margin-bottom: 6vw;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_headline h2 {
  margin-bottom: 1vw;
  font-family: "Cardo", serif;
  font-size: 4vw;
  letter-spacing: 0.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_contents .top_headline h2 {
    font-size: 5vw;
    letter-spacing: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_headline h2 {
    font-size: 12vw;
    letter-spacing: 1.2vw;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_headline p {
  font-family: "Cardo", serif;
  font-size: 1.4vw;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_contents .top_headline p {
    font-size: 1.8vw;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_headline p {
    font-size: 3vw;
    letter-spacing: 0.6vw;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_text {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_text {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_text {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_text p {
  color: #fff;
  line-height: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_text p {
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_text p {
    line-height: 6vw;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_btn {
  text-align: end;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_btn {
    width: 45%;
    margin-left: auto;
    margin-right: 0;
  }
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_btn img {
    width: 100%;
  }
}

#service .service .service_contents {
  width: 90%;
  margin: 4vw auto;
  background-color: #D9D9D9;
  padding: 4vw;
  text-align: center;
}
#service .service .service_contents .service_content {
  background-color: #fff;
  padding: 2vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .service_content {
    padding: 8vw 4vw;
    flex-flow: column;
  }
}
#service .service .service_contents .service_content .service_content_text {
  text-align: start;
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents .service_content .service_content_text {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .service_content .service_content_text {
    width: 100%;
  }
}
#service .service .service_contents .service_content .service_content_text h3 {
  font-family: "Cardo", serif;
  margin-bottom: 2vw;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #000;
  font-weight: 300;
  display: inline-block;
  padding-left: 4vw;
  padding-right: 1vw;
}
#service .service .service_contents .service_content .service_content_text p {
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents .service_content .service_content_text p {
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .service_content .service_content_text p {
    line-height: 6vw;
  }
}
#service .service .service_contents .service_content .service_content_image {
  width: 55%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents .service_content .service_content_image {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .service_content .service_content_image {
    width: 80%;
    margin: auto;
  }
}
#service .service .service_contents .service_content .service_content_image img {
  width: 100%;
}
#service .service .area {
  width: 90%;
  margin: 4vw auto;
  background-color: #D9D9D9;
  padding: 4vw;
  text-align: center;
}
#service .service .area .area_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  #service .service .area .area_content {
    flex-flow: column;
  }
}
#service .service .area .area_content .area_image {
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .area .area_content .area_image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .area .area_content .area_image {
    width: 80%;
  }
}
#service .service .area .area_content .area_image img {
  width: 100%;
}
#service .service .area .area_content .area_text {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .area .area_content .area_text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .area .area_content .area_text {
    width: 90%;
  }
}
#service .service .area .area_content .area_text h4 {
  text-align: start;
  font-family: "Cardo", serif;
  font-weight: 300;
}

#greeting .greeting {
  margin: 4vw 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #greeting .greeting {
    margin: 8vw 0;
  }
}
#greeting .greeting .lower_headline {
  color: #fff;
}
#greeting .greeting .lower_headline p {
  border-bottom: 1px solid #fff;
}
#greeting .greeting .greeting_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  gap: 1.5vw;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting .greeting_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents {
    width: 95%;
    flex-flow: column-reverse;
  }
}
#greeting .greeting .greeting_contents .greeting_image {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_image {
    width: 100%;
  }
}
#greeting .greeting .greeting_contents .greeting_image img {
  width: 100%;
}
#greeting .greeting .greeting_contents .greeting_text {
  width: 48%;
  text-align: start;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_text {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#greeting .greeting .greeting_contents .greeting_text p {
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting .greeting_contents .greeting_text p {
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_contents .greeting_text p {
    line-height: 6vw;
  }
}
#greeting .greeting .greeting_company {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  background-color: #fff;
  width: 90%;
  margin: auto;
  padding: 4vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_company {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#greeting .greeting .greeting_company table {
  border-collapse: collapse;
  width: 75%;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_company table {
    width: 100%;
  }
}
#greeting .greeting .greeting_company table tr th, #greeting .greeting .greeting_company table tr td {
  padding: 1.5vw;
  font-size: 1.2vw;
  text-align: start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting .greeting_company table tr th, #greeting .greeting .greeting_company table tr td {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_company table tr th, #greeting .greeting .greeting_company table tr td {
    padding: 3vw;
    font-size: 3vw;
  }
}
#greeting .greeting .greeting_company table tr th {
  border-bottom: 1px solid #000;
}
#greeting .greeting .greeting_company table tr td {
  border-bottom: 1px solid #BFBFBF;
}
#greeting .greeting .greeting_company .greeting_company_image {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_company .greeting_company_image {
    width: 50%;
  }
}
#greeting .greeting .greeting_company .greeting_company_image img {
  width: 100%;
}
#greeting .greeting .facebook {
  width: 40%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .facebook {
    width: 80%;
    margin-bottom: 8vw;
  }
}
#greeting .greeting .facebook img {
  width: 100%;
}
#greeting .greeting .about_map {
  width: 90%;
  margin: auto;
}
#greeting .greeting .about_map iframe {
  width: 100%;
}

#works .works {
  width: 90%;
  margin: 4vw auto;
  background-color: #D9D9D9;
  padding: 4vw;
  text-align: center;
}
#works .works .works_contents {
  background-color: #fff;
  padding: 2vw;
  height: 30vw;
  overflow: scroll;
  position: relative;
  box-shadow: 20px 20px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents {
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents {
    height: 60vw;
  }
}
#works .works .works_contents .works_content img {
  width: 23%;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .works_content img {
    width: 46%;
  }
}

#recruit .recruit {
  background-color: #D9D9D9;
  width: 90%;
  margin: 4vw auto;
  padding: 4vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit .recruit {
    padding: 8vw 4vw;
  }
}
#recruit .recruit h5 {
  font-weight: 400;
  font-family: "Cardo", serif;
  margin-bottom: 2vw;
}
#recruit .recruit .recruit_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin: auto;
  gap: 4vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_flex {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_flex .recruit_image {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_flex .recruit_image {
    width: 100%;
  }
}
#recruit .recruit .recruit_flex .recruit_image img {
  width: 100%;
}
#recruit .recruit .recruit_flex .recruit_text {
  width: 50%;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_flex .recruit_text {
    width: 100%;
  }
}
#recruit .recruit .recruit_contents {
  width: 80%;
  margin: auto;
  background-color: #fff;
  padding: 4vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    width: 95%;
  }
}
#recruit .recruit .recruit_contents .lower_headline h2, #recruit .recruit .recruit_contents .lower_headline h5 {
  font-weight: 300;
  margin-bottom: 0;
}
#recruit .recruit .recruit_contents table {
  border-collapse: collapse;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents table {
    width: 100%;
  }
}
#recruit .recruit .recruit_contents table tr th, #recruit .recruit .recruit_contents table tr td {
  padding: 1.5vw;
  font-size: 1.2vw;
  text-align: start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents table tr th, #recruit .recruit .recruit_contents table tr td {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents table tr th, #recruit .recruit .recruit_contents table tr td {
    padding: 3vw;
    font-size: 3vw;
  }
}
#recruit .recruit .recruit_contents table tr th {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents table tr th {
    width: 35%;
  }
}
#recruit .recruit .recruit_contents table tr td {
  border-bottom: 1px solid #BFBFBF;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_btn {
    width: 90%;
    margin: auto;
  }
  #recruit .recruit .recruit_btn img {
    width: 100%;
  }
}

.contact_form {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form {
    width: 100%;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_form {
    width: 95%;
    margin-bottom: 8vw;
  }
}
.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;
}
.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 p {
  color: #000;
  font-family: "Cardo", serif;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_contents p {
    font-size: 4vw;
  }
}
.contact_form .contact_contents p:first-child {
  width: 30%;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_contents p:first-child {
    width: 100%;
    margin-bottom: 6vw;
    display: flex;
    align-items: center;
  }
}
.contact_form .contact_contents p:first-child span {
  padding: 0.5vw 1vw;
  border-radius: 50px;
  background-color: #213748;
  color: #fff;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_contents p:first-child span {
    padding: 2vw 3vw;
    font-size: 2.8vw;
  }
}
.contact_form .contact_contents p:last-child {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_contents p:last-child {
    width: 100%;
  }
}
.contact_form .contact_contents p input {
  width: 100%;
  padding: 0.8vw;
  background-color: #E9ECEF;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_contents p input {
    padding: 6vw 2vw;
  }
}
.contact_form .contact_contents p textarea {
  width: 100%;
  padding: 0.8vw;
  background-color: #E9ECEF;
  border: none;
}

.submit {
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  .submit {
    margin-bottom: 16vw;
  }
}
.submit input {
  padding: 1.5vw 5vw;
  color: #fff;
  border: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .submit input {
    padding: 3vw 8vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .submit input {
    width: 100%;
    padding: 6vw 10vw;
    font-size: 4vw;
  }
}
.submit .wpcf7-spinner {
  display: none;
}

footer .footer_contact {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  footer .footer_contact {
    padding: 8vw 0;
  }
}
footer .footer_contact .footer_contact_headline {
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_headline {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_headline {
    margin-bottom: 6vw;
  }
}
footer .footer_contact .footer_contact_headline h2 {
  color: #fff;
  font-family: "Cardo", serif;
  margin-bottom: 1vw;
  font-weight: 300;
  letter-spacing: 0.4vw;
}
footer .footer_contact .footer_contact_headline p {
  color: #fff;
  font-family: "Cardo", serif;
}
footer .footer_contact .footer_contact_text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 50%;
  margin: auto;
  margin-bottom: 1.5vw;
  font-family: "Cardo", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_text {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_text {
    flex-flow: column;
    margin-bottom: 6vw;
    width: 90%;
  }
}
footer .footer_contact .footer_contact_text p {
  color: #fff;
}
footer .footer_contact .footer_contact_btns {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_btns {
    flex-flow: column;
    width: 80%;
  }
}
footer .footer_contact .footer_contact_btns a {
  display: block;
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_btns a {
    width: 100%;
  }
}
footer .footer_contact .footer_contact_btns a button {
  width: 100%;
  background-color: #fff;
  padding: 1.5vw 0;
  border: none;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2vw;
  transition: all 0.4s;
}
footer .footer_contact .footer_contact_btns a button:hover {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_btns a button {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_btns a button {
    font-size: 3.4vw;
    padding: 4vw 0;
  }
}
footer .footer_contact .footer_contact_btns a button i {
  margin-right: 1vw;
}
footer .footer_map {
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  footer .footer_map {
    padding: 16vw 0;
  }
}
footer .footer_map .footer_map_contents {
  width: 80%;
  margin: auto;
}
footer .footer_map .footer_map_contents iframe {
  width: 100%;
}
footer .footer_menus {
  background-color: #99A0A4;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  footer .footer_menus {
    padding: 8vw 0;
  }
}
footer .footer_menus .footer_logo {
  width: 10%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menus .footer_logo {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menus .footer_logo {
    width: 50%;
    margin-bottom: 6vw;
  }
}
footer .footer_menus .footer_logo img {
  width: 100%;
}
footer .footer_menus .footer_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6vw;
  list-style: none;
}
@media screen and (max-width: 768px) {
  footer .footer_menus .footer_menu ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menus .footer_menu ul li {
    width: 25%;
  }
}
footer .footer_menus .footer_menu ul li a {
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
  padding-left: 0.5vw;
  font-size: 1vw;
  font-family: "Cardo", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menus .footer_menu ul li a {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menus .footer_menu ul li a {
    font-size: 3vw;
  }
}
footer .footer_menus .footer_menu ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 100%;
  width: 1.5vw;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  footer .footer_menus .footer_menu ul li a::before {
    width: 2.5vw;
  }
}
footer .copyright {
  background-color: #213748;
  padding: 2vw 0;
  text-align: center;
}
footer .copyright p {
  color: #fff;
  font-family: "Cardo", serif;
}/*# sourceMappingURL=style.css.map */