@charset "UTF-8";
/* mixin */
@font-face {
  font-family: "Noto Sans JP";
  font-weight: normal;
  src: url("../font/NotoSansJP-Medium.otf") format("opentype"), url("../font/NotoSansJP-Bold.otf") format("opentype"), url("../font/NotoSansJP-Black.otf") format("opentype");
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: inherit;
    -ms-flex-pack: start;
    justify-content: space-between;
  }
}
/* 変数 */
:root {
  --margin-24: 24px;
  --margin-32: 32px;
  --margin-64: 64px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif, "microsoft yahei", Helvetica, Arial;
  font-weight: normal;
}

h2 {
  font-weight: bold;
}

.services_img img {
  border: solid 1px #eee;
}

a:hover img {
  filter: brightness(120%);
}

.services_taital {
  color: #333;
  text-align: left;
  border-bottom: 2px solid #eee;
}

@media screen and (min-width: 1025px) {
  .many_taital {
    font-size: 2rem;
    line-height: 2;
  }
  body,
  p,
  h3 {
    font-size: 24px;
  }
  .container {
    max-width: 1200px;
  }
}
.floatingBnr {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 80px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .floatingBnr {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .floatingBnr {
    width: 60px;
  }
}
.floatingBnr.is-active {
  display: block;
}
.floatingBnr.float_02 {
  bottom: 110px;
}
@media screen and (max-width: 767px) {
  .floatingBnr.float_02 {
    bottom: 80px;
  }
}

[data-animate*=fade] {
  opacity: 0;
}

/* mixin */
/* Fv */
.header_section {
  position: relative;
  width: 100%;
  height: 0;
  background-size: contain !important;
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .header_section {
    background: no-repeat left top url("../images/banner_01.jpg");
    padding-top: 46%;
    /* (画像の高さ / 画像の横幅) × 100 */
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header_section {
    background: no-repeat left top url("../images/banner_01.jpg");
    padding-top: 46%;
    /* (画像の高さ / 画像の横幅) × 100 */
  }
}
@media screen and (max-width: 767px) {
  .header_section {
    background: no-repeat left top url("../images/banner_01_sp.jpg");
    padding-top: 171%;
    /* (画像の高さ / 画像の横幅) × 100 */
  }
}
.header_section .fv_conversion {
  position: absolute;
  left: 5%;
  bottom: 10%;
  display: flex;
  width: 33%;
  padding: 0 15px;
  text-align: center;
}
.header_section .fv_conversion a:first-of-type {
  margin-right: 16px;
}
.header_section .fv_conversion a:first-of-type .fv_conversion_button {
  color: #FF5152;
  border: 3px solid #FF5152;
}
.header_section .fv_conversion a:first-of-type .fv_conversion_button svg {
  fill: #FF5152;
  margin-bottom: 0;
}
.header_section .fv_conversion a:first-of-type .fv_conversion_button:hover, .header_section .fv_conversion a:first-of-type .fv_conversion_button:active {
  color: #fd9a9a;
  border: 3px solid #fd9a9a;
  background-color: #fff;
}
.header_section .fv_conversion a:first-of-type .fv_conversion_button:hover svg, .header_section .fv_conversion a:first-of-type .fv_conversion_button:active svg {
  fill: #fd9a9a;
}
.header_section .fv_conversion a:last-of-type .fv_conversion_button {
  color: #00a99b;
  border: 3px solid #00a99b;
}
.header_section .fv_conversion a:last-of-type .fv_conversion_button svg {
  fill: #00a99b;
}
.header_section .fv_conversion a:last-of-type .fv_conversion_button:hover, .header_section .fv_conversion a:last-of-type .fv_conversion_button:active {
  color: #2bffed;
  border: 3px solid #2bffed;
  background-color: #fff;
}
.header_section .fv_conversion a:last-of-type .fv_conversion_button:hover svg, .header_section .fv_conversion a:last-of-type .fv_conversion_button:active svg {
  fill: #2bffed;
}
.header_section .fv_conversion_button {
  width: 100%;
  max-width: 100%;
  font-weight: bold;
  line-height: 3;
  background: #fff;
  border-radius: 10px;
}
.header_section .fv_conversion_button svg {
  width: 12px;
  margin-left: 10px;
  margin-bottom: 0;
}
.header_section .fv_conversion_button:hover, .header_section .fv_conversion_button:active {
  background: #fff;
  border: 3px solid #00a99b;
  border-radius: 10px;
}
.header_section .fv_conversion_button:focus {
  box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .header_section .fv_conversion_button svg {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header_section .fv_conversion_button {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header_section .fv_conversion {
    width: 40%;
    left: 10px;
    bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .header_section .fv_conversion {
    width: 100%;
    left: 0;
    bottom: 15px;
    flex-direction: column;
  }
  .header_section .fv_conversion a:first-of-type {
    margin-bottom: 16px;
    margin-right: 0;
  }
}

/* GlobalNav */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8) !important;
}
.navbar .logo {
  text-align: left;
  padding: 0;
}
.navbar .logo img {
  max-height: 45px;
}
@media screen and (max-width: 767px) {
  .navbar .logo {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .navbar .logo {
    text-align: right;
  }
}
.navbar .navbar-toggler {
  background: none;
  padding: 0;
  border: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background: no-repeat center center url("../images/navPhoneIcon.png");
  background-size: contain;
}
.navbar .nav-item .nav-link {
  color: #fff;
  padding: 0 24px;
  line-height: 1.5;
  font-size: 16px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:active {
  color: #FFD766;
}
.navbar .nav-item .nav-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .navbar .nav-item .nav-link {
    color: #fff;
    line-height: 2;
    padding: 0;
  }
  .navbar .nav-item .nav-link::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .navbar .nav-item .nav-link {
    line-height: 2;
    padding: 0;
  }
  .navbar .nav-item .nav-link::before {
    display: none;
  }
}
.navbar-collapse {
  flex-grow: 0;
}
.navbar-nav {
  margin: 0;
}

/* mixin */
.services_section {
  padding-top: 60px;
  padding-bottom: 0;
}
.services_section .services_title {
  border-bottom: 2px solid #eee;
  text-transform: none;
}
.services_section .services_text {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
}
.services_section .services_text.emphasis {
  font-weight: bold;
}
.services_section .services_img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.services_section .services_btn {
  display: block;
  max-width: 100%;
  margin: 2rem 0 0;
  font-weight: bold;
  line-height: 3;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .services_section .services_btn svg {
    width: 10px;
  }
}
.services_section ul li {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .services_section .services_title {
    margin-bottom: 2rem;
    text-align: left;
  }
  .services_section .services_text {
    margin-top: 2rem;
  }
  .services_section .services_btn {
    margin: 0.5rem 0 0;
    max-width: 100%;
  }
}
.services_section .col-md-6:first-of-type .services_btn {
  color: #FF5152;
  border: 3px solid #FF5152;
}
.services_section .col-md-6:first-of-type .services_btn svg {
  width: 12px;
  fill: #FF5152;
  margin-left: 10px;
}
.services_section .col-md-6:first-of-type .services_btn:hover, .services_section .col-md-6:first-of-type .services_btn:active {
  color: #fd9a9a;
  border: 3px solid #fd9a9a;
  background-color: #fff;
}
.services_section .col-md-6:first-of-type .services_btn:hover svg, .services_section .col-md-6:first-of-type .services_btn:active svg {
  fill: #fd9a9a;
}
.services_section .col-md-6:first-of-type .services_btn:focus {
  box-shadow: none !important;
}
.services_section .col-md-6:last-of-type .services_btn {
  color: #00a99b;
  border: 3px solid #00a99b;
}
.services_section .col-md-6:last-of-type .services_btn svg {
  width: 12px;
  fill: #00a99b;
  margin-left: 10px;
}
.services_section .col-md-6:last-of-type .services_btn:hover, .services_section .col-md-6:last-of-type .services_btn:active {
  color: #2bffed;
  border: 3px solid #2bffed;
  background-color: #fff;
}
.services_section .col-md-6:last-of-type .services_btn:hover svg, .services_section .col-md-6:last-of-type .services_btn:active svg {
  fill: #2bffed;
}
.services_section .col-md-6:last-of-type .services_btn:focus {
  box-shadow: none !important;
}

.services_section2 {
  padding: 0;
}
.services_section2.related {
  margin-top: 20px;
  margin-bottom: 20px;
}

.related_section .related_item {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .related_section .related_item {
    margin-top: var(--margin-24);
  }
}

.videoBox {
  text-align: center;
}
.videoBox iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  border: none;
}

.point {
  padding: 10px;
  border: 3px solid #4978AE;
  border-radius: 5px;
}
.point li {
  margin-top: 16px;
}
.point b {
  font-size: 20px;
}

.footer_section {
  text-align: center;
  color: #fff;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 0;
}
.footer_section .footer_inner {
  background: #131313;
}
.footer_section .footer_text_link {
  color: #fff;
}
.footer_section .footer_text_link:hover {
  opacity: 0.5;
}
.footer_section .footer_text button {
  width: auto;
  padding: 0 40px;
}
.footer_section .footer_zuiki_store {
  margin-top: var(--margin-64);
}
.footer_section .bug_link {
  font-weight: bold;
  line-height: 3;
  background: #E50112;
  border: none;
  width: 100%;
  max-width: 100% !important;
  margin-top: var(--margin-64) !important;
}
.footer_section .bug_link:hover, .footer_section .bug_link:active, .footer_section .bug_link:focus {
  background: #fa8189 !important;
  box-shadow: none !important;
}
.footer_section .copyright_text {
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer_section .copyright_text {
    text-align: left;
  }
}
.footer_section .sns_list {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
  align-items: center;
  margin-right: -16px;
}
.footer_section .sns_item {
  margin-right: 16px;
}
.footer_section .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: var(--margin-64);
}
.footer_section .navbar-nav .nav-link {
  color: #fff;
}
.footer_section .navbar-nav .nav-link:hover {
  opacity: 0.5;
}
.footer_section .footer_link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: var(--margin-64);
}
.footer_section .footer_link a {
  color: #fff;
}
.footer_section .footer_link a:hover {
  opacity: 0.5;
}
.footer_section .footer_link_item {
  width: 33.3%;
}
.footer_section .footer_link_item img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer_section .footer_link_item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer_section .footer_link_item:first-child {
    width: 100%;
    margin-bottom: var(--margin-24);
  }
}
.footer_section .footer_logo {
  margin: 0;
}
.footer_section .footer_logo a {
  display: block;
  text-align: start;
}
.footer_section .footer_logo img {
  width: 150px;
}