@charset "UTF-8";
/* common */
/*スムーススクロール*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  color: #fff;
}

h1 {
  font-size: 3.5rem;
  margin: 0.5rem;
}

h2 {
  font-size: 1.5rem;
  margin: 0;
}

p {
  line-height: 2.2;
}

img {
  max-width: 100%;
}

.table {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
}
.table th,
.table td {
  padding: 0.8rem;
}
.table .sub_ttl {
  color: #333333;
  background-color: #f1f1f1;
}

th {
  font-weight: normal;
  max-width: 100px;
}
@media screen and (max-width: 480px) {
  th {
    max-width: 180px;
  }
}

.sp_none {
  display: block;
}
@media screen and (max-width: 480px) {
  .sp_none {
    display: none;
  }
}

/* フェードイン時に入るクラス */
.fade_in {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/*header*/
.luxbar-item a {
  padding: 1.05rem;
}
@media screen and (max-width: 1200px) {
  .luxbar-item a {
    padding: 1rem 0.5rem;
  }
}

.luxbar-checkbox:checked ~ .luxbar-menu {
  transition: height 0.6s ease;
  height: 77vh;
  overflow: auto;
}

/* fotter */
footer {
  padding: 0.5rem;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(3, 214, 158) 0%, #4d5fad 79%);
  color: #fff;
  text-align: center;
}
footer p {
  margin-bottom: 0;
  line-height: 1.2;
}

#main_slide_area {
  position: relative;
  min-height: 100vh;
}
@media screen and (max-height: 700px) {
  #main_slide_area {
    min-height: 120vh;
  }
}
#main_slide_area .fv {
  margin-top: 2rem;
}
#main_slide_area .fv .fv_box {
  color: #0094d3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  #main_slide_area .fv h1 {
    font-size: 1.8rem;
  }
  #main_slide_area .fv h2 {
    font-size: 1.1rem;
  }
  #main_slide_area .fv p {
    font-size: 1rem;
  }
}

#about {
  background-image: linear-gradient(86.3deg, rgba(0, 119, 182, 0.7) 3.6%, rgba(8, 24, 68, 0.7) 87.6%);
  padding: 1.5rem 0;
}
@media screen and (max-width: 480px) {
  #about h2 {
    font-size: 1.2rem;
  }
  #about h3 {
    font-size: 1.1rem;
    border-bottom: 1px solid #fff;
    display: inline-block;
  }
  #about p {
    text-align: left;
  }
}

#customer_voice {
  color: #1a1a1a;
}
#customer_voice .jcf_disc {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #customer_voice h2 {
    font-size: 1.2rem;
  }
  #customer_voice h3 {
    font-size: 1.1rem;
  }
  #customer_voice .jcf_disc {
    text-align: left;
  }
}

#item_list {
  background-image: linear-gradient(86.3deg, rgba(0, 119, 182, 0.7) 3.6%, rgba(8, 24, 68, 0.7) 87.6%);
  padding: 1.5rem 0;
}
#item_list .items {
  margin-top: 2rem;
}
#item_list .btn {
  border: solid 1px #fff;
}
#item_list .btn:hover {
  background-color: #1748a3;
  border: solid 1px #1748a3;
  transition: 0.2s;
}
/*# sourceMappingURL=style.css.map */