@charset "utf-8";

* {
  font-size: 10px;
  list-style: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
}

:root {
  --filter-drop-shadow: drop-shadow(5px 5px 2px rgba(24, 24, 24, 0.2));
}

.sp_display {
  display: none;
}

img {
  width: 100%;
}

header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 9999;
  box-shadow: 0px 3px 10px rgba(24, 24, 24, 0.2);
}

header img {
  vertical-align: baseline;
}

header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding: 1.7% 0;
}

header h1 {
  width: 18.2%;
}

header .wrapper > .flex {
  display: flex;
  justify-content: space-between;
  width: 78.5%;
  align-items: center;
}

header ul {
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: space-evenly;
}

header ul li {
  list-style: none;
  font-weight: 800;
  text-align: center;
}

header ul li a:hover {
  opacity: 0.6;
  transition: all 0.2s ease-in;
}

header ul li a {
  color: #2d4d6b;
  text-decoration: none;
  transition: all 0.2s ease-in;
  font-size: 1vw;
}

header .wrapper .flex .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55.4%;
}

header .coll_btn {
  width: 42.5%;
}

header .contact_btn {
  width: 52.6%;
}

.bl_floatingBanner.js_close {
  display: none;
}

.bl_floatingBanner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 25%;
  max-width: 100%;
}
.bl_floatingBanner.js_close {
  display: none;
}
.bl_floatingBanner_img {
  display: block;
  transition: 0.3s;
}

.bl_floatingBanner_img img {
  vertical-align: bottom;
}

.bl_floatingBanner_img:hover {
  opacity: 0.6;
}
.bl_floatingBanner_close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: -15px;
  cursor: pointer;
}
.bl_floatingBanner_close span:nth-of-type(1) {
  position: absolute;
  top: 13px;
  right: 0;
  width: 27px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
}
.bl_floatingBanner_close span:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 13px;
  width: 2px;
  height: 27px;
  background-color: #000;
  transform: rotate(45deg);
}

#pankuzu {
  background-color: #f7f5ff;
  color: #382e6a;
  padding: 4% 0;
}

#pankuzu .inner p,
#pankuzu .inner p a {
  font-size: clamp(16px, 1.04vw, 20px);
}

.cv_mail_btn img,
.dl_btn img,
.plan_smart_btn img,
.contact_btn img,
.utm_btn a img,
.contact_btn a img,
.tel_list a img,
.to_top {
  filter: var(--filter-drop-shadow);
  transition: all 0.3s ease;
}

.cv_mail_btn a img:hover,
.dl_btn a img:hover,
.plan_smart_btn a img:hover,
.contact_btn a img:hover,
.utm_btn a img:hover,
.tel_list a img:hover,
.to_top:hover {
  transform: translate(2px, 0px);
  transition: all 0.2s ease-in;
  filter: none;
}

footer {
  background-color: #382e6a;
  color: #fff;
  padding: 3% 0;
}

footer .copyright {
  font-size: max(1.3vw, 15px);
  font-weight: 500;
}

footer .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .flex .pc {
  margin-left: 3%;
}

footer .flex div .flex div {
  padding: 0 1em 0.1em;
}

footer .flex div a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: max(1.01vw, 15px);
  transition: all 0.2s ease-in;
}

footer .flex div a:hover {
  opacity: 0.5;
}

footer .border-left {
  border-left: 2px solid #fff;
}

@media (max-width: 980px) {
  .pc_display {
    display: none;
  }

  .sp_display {
    display: block;
  }

  header h1 {
    width: 30%;
    padding: 2% 0;
    z-index: 9999;
  }

  header .wrapper {
    width: 70%;
    margin: 0 auto;
    padding: 1% 0;
  }

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out;
    z-index: 999;
  }

  .nav {
    margin-left: auto;
  }

  .nav_wapper {
    width: 54%;
    margin: 0 auto;
  }

  .nav ul {
    display: block;
    width: 100%;
  }

  .nav ul li {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    border-bottom: #cccccc solid 1px;
  }

  .nav ul li a {
    text-align: left;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3em 0;
  }

  .nav ul li a span {
    color: #333;
    font-size: 20px;
    font-weight: 600;
  }

  .nav ul li a .arrow {
    width: 2%;
    display: block;
  }

  .nav .nav_wapper .nav_contact {
    width: 100%;
  }

  .nav .nav_wapper .nav_contact p {
    color: #333;
    font-size: 20px;
    margin: 8% 0 4%;
    font-weight: 600;
  }

  .nav .nav_wapper .nav_contact .nav_from_btn,
  .nav .nav_wapper .nav_contact .nav_coll_btn {
    width: 100%;
  }

  .nav .nav_wapper .nav_contact .nav_from_btn {
    margin-bottom: 4%;
  }

  .nav .nav_wapper .nav_contact .nav_from_btn img,
  .nav .nav_wapper .nav_contact .nav_coll_btn img {
    transition: all 0.3s ease;
    filter: var(--filter-drop-shadow);
  }

  .nav .nav_wapper .nav_contact .nav_from_btn a img:hover,
  .nav .nav_wapper .nav_contact .nav_coll_btn a img:hover {
    transform: translate(2px, 0px);
    transition: all 0.2s ease-in;
    filter: none;
  }

  #navbtn {
    padding: 0;
    outline: none;
    border: none;
    background: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  #navbtn::before,
  #navbtn::after {
    content: "";
    display: block;
    height: 3px;
    background-color: #333;
    transform: translateY(11px);
    transition: 0.3s ease-in-out;
    margin-bottom: -3px;
  }

  #navbtn::before {
    transform: translateY(-11px);
    box-shadow: 0 11px #333;
  }

  .open #navbtn {
    z-index: 9999;
  }
  .open #navbtn::before {
    transform: rotate(-45deg);
    box-shadow: none;
  }
  .open #navbtn::after {
    transform: rotate(45deg);
    box-shadow: none;
  }

  .open .nav {
    visibility: visible;
    opacity: 1;
  }

  footer {
    padding: 5% 0;
  }

  footer .flex {
    display: block;
    margin: 0 auto;
  }

  footer .flex .flex {
    display: flex;
  }

  footer .copyright {
    text-align: center;
    font-size: clamp(16px, 1.04vw, 20px);
  }

  .bl_floatingBanner {
    width: 40%;
  }

  .bl_floatingBanner_close {
    right: 10px;
    top: -25px;
  }
}

@media (max-width: 680px) {
  header h1 {
    width: 50%;
  }
}

@media (max-width: 480px) {
  header .wrapper {
    padding: 3% 0;
  }

  header h1 {
    width: 60%;
  }

  header .wrapper {
    width: 90vw;
  }

  .nav_wapper {
    width: 80vw;
  }

  .bl_floatingBanner {
    width: 55%;
  }
}
