@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro/Gotham Pro Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", arial, serif;
  font-size: 1.8rem;
  padding: 20px;
  padding-bottom: 0;
  overflow-x: hidden;
}

figure {
  margin: 0;
}

h2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
}
h2 figure img {
  width: 240px;
  height: auto;
}

@media screen and (min-width: 768px) {
  body {
    padding-top: 0;
  }
  main {
    max-width: 1200px;
    margin: 0 auto;
  }
  h2 {
    margin-top: 100px;
  }
  h2 figure img {
    width: 320px;
  }
}
header {
  position: relative;
}

.fv_video {
  overflow: hidden;
  height: 500px;
  margin: -20px;
}
.fv_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0 auto;
  display: block;
}

.fv_area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: transparent;
  z-index: 1;
}
.fv_area .logo-scroll {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.fv_area.is-scroll {
  background-color: #FFF;
}
.fv_area.is-scroll .logo-default {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.fv_area.is-scroll .logo-scroll {
  position: relative;
  opacity: 1;
}
.fv_area.is-scroll .nav_icon::before {
  border: 1px solid #333;
}
.fv_area.is-scroll .nav_icon span {
  background: #333;
}
.fv_area.is-nav-open .logo-default {
  opacity: 1 !important;
}
.fv_area.is-nav-open .logo-scroll {
  opacity: 0 !important;
}
.fv_area figure {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 3;
}
.fv_area figure img {
  width: 150px;
  height: auto;
}

.nav_wrapper {
  position: relative;
}

.nav_icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 2;
  cursor: pointer;
}
.nav_icon::before {
  display: block;
  content: "";
  width: 45px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -50%;
  left: -50%;
}
.nav_icon span {
  display: block;
  height: 1px;
  margin: 6px 0;
  background: #fff;
  border-radius: 2px;
  transition: 0.4s;
}

#nav_toggle:checked + .nav_icon::before {
  border: 1px solid #fff;
}
#nav_toggle:checked + .nav_icon span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background: #fff;
}
#nav_toggle:checked + .nav_icon span:nth-child(2) {
  opacity: 0;
}
#nav_toggle:checked + .nav_icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background: #fff;
}

#nav_toggle:checked ~ .nav_list {
  left: 0;
}

.nav_list {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #111;
  transition: left 0.4s ease;
  z-index: 1;
}
.nav_list ul {
  margin-top: 80px;
  padding: 30px;
  font-weight: bold;
}
.nav_list ul li {
  margin-bottom: 25px;
}
.nav_list ul li a {
  color: #fff;
  text-decoration: none;
}

.fv_txt {
  color: #fff;
  position: absolute;
  top: 150px;
  left: 0;
  line-height: 1.4;
}
.fv_txt h1 {
  margin: 0;
  font-size: 4rem;
  margin: 0 10px;
}
.fv_txt p {
  margin: 34px 10px 0;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  header {
    max-width: 1200px;
    margin: 0 auto;
  }
  .fv_video {
    height: auto;
    max-height: 900px;
    margin: 0 calc(50% - 50vw);
  }
  .fv_area {
    background-color: transparent;
    width: 100%;
    height: 120px;
  }
  .fv_area > div {
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .fv_area figure {
    position: static;
  }
  .fv_area.is-scroll .nav_list ul li a {
    color: #333;
  }
  .fv_area.is-scroll .nav_list ul .contact a::after {
    border: solid 1px #333;
  }
  .nav_icon {
    display: none;
  }
  .nav_list {
    position: static;
    left: auto;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    background-color: transparent;
  }
  .nav_list ul {
    display: flex;
    align-items: center;
    gap: 0 60px;
    margin: 0;
    padding: 0;
  }
  .nav_list ul li {
    margin-bottom: 0;
  }
  .nav_list ul .contact a {
    font-size: 0;
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
  }
  .nav_list ul .contact a::before {
    font-family: "fa";
    content: "\e900";
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav_list ul .contact a::after {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .fv_txt {
    top: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .fv_area figure img {
    width: 240px;
  }
  .fv_txt {
    top: 30%;
  }
  .fv_txt h1 {
    font-size: 7.8rem;
    max-width: 550px;
  }
  .fv_txt > p {
    margin-top: 50px;
    font-size: 2.5rem;
  }
}
.service_wrap {
  font-size: 1.6rem;
}
.service_wrap > div {
  margin-top: 60px;
  text-align: center;
}
.service_wrap > div > figure {
  margin: 0 auto;
  width: clamp(260px, 70%, 400px);
  cursor: pointer;
  position: relative;
}
.service_wrap > div > figure:hover img:first-of-type {
  opacity: 0;
}
.service_wrap > div > figure:hover img:last-of-type {
  opacity: 1;
}
.service_wrap > div > figure img {
  width: 100%;
  height: auto;
}
.service_wrap > div > figure img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
  position: absolute;
  left: 0;
}
.service_wrap > div > figure > p {
  margin: 10px 0 0;
  line-height: 1.7;
}
.service_wrap .itemname {
  margin: 20px 0 0;
  font-size: 2.5rem;
  line-height: 1.3;
}

.service_txt {
  margin-top: 85px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.service_txt span {
  color: #667BE6;
  border-bottom: 2px solid #87FF2B;
}

@media screen and (min-width: 1025px) {
  .service_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5%;
    margin: 100px auto 0;
    max-width: 1160px;
  }
  .service_wrap > div {
    width: 28.3333333333%;
    margin: 0;
  }
  .service_wrap > div:nth-of-type(1) {
    padding-top: 100px;
  }
  .service_wrap > div:nth-of-type(3) {
    padding-top: 100px;
  }
  .service_wrap > div:nth-of-type(5) {
    margin-top: -100px;
  }
  .service_wrap .itemname {
    margin-top: 30px;
  }
  .service_txt {
    margin: 85px auto 0;
    max-width: 950px;
    font-size: 3.3rem;
    line-height: 1.8;
  }
}
.section_wwa {
  margin: -20px;
  margin-top: 40px;
  padding: 60px 0;
  background-color: #F7FFF1;
}
.section_wwa h2 {
  margin-top: 0;
}
.section_wwa > p {
  margin-top: 40px;
  padding: 0 20px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section_wwa {
    margin: 100px calc(50% - 50vw) 0;
  }
  .section_wwa > p {
    margin: 70px auto 0;
    max-width: 955px;
    font-size: 2.4rem;
    line-height: 2;
  }
}
.section_syp > a {
  display: block flex;
  justify-content: center;
  align-items: center;
  width: clamp(300px, 80%, 600px);
  padding: 20px 0;
  margin: 50px auto 0;
  color: #87FF2B;
  background-color: #111111;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
}
.section_syp > a::after {
  font-family: "fa";
  content: "\e901";
  margin-left: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .section_syp > a {
    margin-top: 100px;
    font-size: 2.2rem;
  }
  .section_syp::after {
    font-size: 2.4rem;
  }
}
footer {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 70px 20px;
  color: #fff;
  background-color: #111;
}

.footer_logo img {
  width: auto;
  height: 70px;
}

.sitename {
  font-size: 3.6rem;
  font-weight: bold;
}

.email {
  font-size: 1.4rem;
}
.email span {
  font-weight: bold;
  font-size: 1.6rem;
}

.copyright {
  margin-top: 30px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 80px 0 30px;
    margin-top: 120px;
  }
  footer > div {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1160px;
  }
  .footer_logo img {
    height: 84px;
  }
}
.btt_btn {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.btt_btn.is-show {
  opacity: 1;
  visibility: visible;
}
.btt_btn img {
  width: 70px;
  height: auto;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .btt_btn {
    right: 60px;
    bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .btt_btn img {
    width: 120px;
  }
}/*# sourceMappingURL=style.css.map */