@charset "UTF-8";
:root {
  --main-color: #164499;
  --sub-color: #0054A7;
  --linear: cubic-bezier(0.250, 0.250, 0.750, 0.750);
  --ease: cubic-bezier(0.250, 0.100, 0.250, 1.000);
  --ease-in: cubic-bezier(0.420, 0.000, 1.000, 1.000);
  --ease-out: cubic-bezier(0.000, 0.000, 0.580, 1.000);
  --ease-in-out: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  --easeInQuad: cubic-bezier(0.550, 0.085, 0.680, 0.530);
  --easeInCubic: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  --easeInQuart: cubic-bezier(0.895, 0.030, 0.685, 0.220);
  --easeInQuint: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  --easeInSine: cubic-bezier(0.470, 0.000, 0.745, 0.715);
  --easeInExpo: cubic-bezier(0.950, 0.050, 0.795, 0.035);
  --easeInCirc: cubic-bezier(0.600, 0.040, 0.980, 0.335);
  --easeInBack: cubic-bezier(0.600, -0.280, 0.735, 0.045);
  --easeOutQuad: cubic-bezier(0.250, 0.460, 0.450, 0.940);
  --easeOutCubic: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  --easeOutQuart: cubic-bezier(0.165, 0.840, 0.440, 1.000);
  --easeOutQuint: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  --easeOutSine: cubic-bezier(0.390, 0.575, 0.565, 1.000);
  --easeOutExpo: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  --easeOutCirc: cubic-bezier(0.075, 0.820, 0.165, 1.000);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  --easeInOutQuad: cubic-bezier(0.455, 0.030, 0.515, 0.955);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  --easeInOutQuart: cubic-bezier(0.770, 0.000, 0.275, 1.000);
  --easeInOutQuint: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  --easeInOutSine: cubic-bezier(0.445, 0.050, 0.550, 0.950);
  --easeInOutExpo: cubic-bezier(1.000, 0.000, 0.000, 1.000);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  --easeInOutBack: cubic-bezier(0.680, -0.550, 0.265, 1.550);
  --easeBuruBuru: cubic-bezier(0.42, 0, 0.58, 1);
}

/* ============================================================================

　page_lp

=============================================================================== */
/* ----------------------------------------------------------------------------
　lp_header
---------------------------------------------------------------------------- */
.lp_header {
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 80px;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  padding: 0 0rem 0 4rem;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
.lp_header::after {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
  height: 1px;
  background-color: #d9e2f0;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .lp_header {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .lp_header {
    padding: 0 70px 0 2rem;
  }
}
@media screen and (max-width: 743px) {
  .lp_header {
    height: 60px;
    padding: 0 60px 0 1.5rem;
  }
}
.lp_header .header-logo {
  width: 180px;
  margin-right: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .lp_header .header-logo {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 743px) {
  .lp_header .header-logo {
    height: 60px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.lp_header .header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 743px) {
  .lp_header .header-logo a {
    width: 150px;
  }
}
.lp_header .header-logo a:hover {
  opacity: 0.8;
}
.lp_header .header-logo a img {
  width: 100%;
}

/* ----------------------------------------------------------------------------
　lp_footer
---------------------------------------------------------------------------- */
.mv_blocks {
  height: 300px;
  background-color: #eee;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 743px) {
  .mv_blocks {
    height: 200px;
  }
}
.mv_blocks h1 {
  font-size: 4rem;
  line-height: 160%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .mv_blocks h1 {
    font-size: 2.8rem;
  }
}
.mv_blocks .bg {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.mv_blocks .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ----------------------------------------------------------------------------
　contact_form
---------------------------------------------------------------------------- */
.contact_form iframe {
  border: none;
}

/* ----------------------------------------------------------------------------
　_bg_mv
---------------------------------------------------------------------------- */
._bg_mv {
  padding: 4.5rem 0;
  position: relative;
  color: #fff !important;
}
._bg_mv h1.wp-block-heading {
  text-align: left;
  padding-bottom: 0rem;
}
._bg_mv h1.wp-block-heading.has-text-align-center {
  text-align: center;
}
._bg_mv h1.wp-block-heading.has-text-align-right {
  text-align: right;
}
._bg_mv h1.wp-block-heading:not(:last-child) {
  margin-bottom: 2rem;
}
._bg_mv h1.wp-block-heading::after {
  display: none;
}
._bg_mv h1.wp-block-heading,
._bg_mv h2.wp-block-heading,
._bg_mv h3.wp-block-heading,
._bg_mv h4.wp-block-heading,
._bg_mv h5.wp-block-heading {
  color: #fff;
}
._bg_mv .wp-block-paragraph, ._bg_mv.wp-block-paragraph {
  color: #fff;
}
._bg_mv h2.wp-block-heading::before {
  background-color: #fff;
}
._bg_mv h2.wp-block-heading::after {
  background-color: #60a6eb;
}
._bg_mv .wp-block-list li {
  color: #fff;
}
._bg_mv .wp-block-list li::before {
  background-color: #60a6eb;
}
._bg_mv .product_swiper_wrapper .swiper-pagination1 .swiper-pagination-bullet {
  background-color: #fff;
}
._bg_mv .wp-block-buttons a {
  border: 2px solid #fff;
}
._bg_mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

/* ----------------------------------------------------------------------------
　lp_footer
---------------------------------------------------------------------------- */
.lp_footer {
  background-color: var(--main-color);
  padding: 2rem 0;
}
.lp_footer .footer-pagetop {
  position: fixed;
  right: 1rem;
  z-index: 5;
  font-size: 0rem;
  padding-bottom: 2rem;
  display: none;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
}
.lp_footer .footer-pagetop span {
  display: block;
  width: 65px;
  aspect-ratio: 1;
  position: relative;
}
.lp_footer .footer-pagetop span::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/argographsolution/assets/img/pagetop.svg") 0% 0 no-repeat;
  background-size: 200% auto;
  -webkit-transition: 0.4s var(--easeOutQuad);
  transition: 0.4s var(--easeOutQuad);
}
.lp_footer .footer-pagetop span::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/argographsolution/assets/img/pagetop.svg") 100% 0 no-repeat;
  background-size: 200% auto;
  opacity: 0;
  -webkit-transition: 0.4s var(--easeOutQuad);
  transition: 0.4s var(--easeOutQuad);
}
.lp_footer .footer-pagetop:hover span::before {
  opacity: 0;
}
.lp_footer .footer-pagetop:hover span::after {
  opacity: 1;
}
.lp_footer .footer-pagetop.active {
  display: block;
}
.lp_footer .lp_footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.lp_footer .lp_footer__menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  background: linear-gradient(to top, currentColor 1px, transparent 0%) no-repeat;
  -webkit-transition: 0.5s var(--easeOutQuad);
  transition: 0.5s var(--easeOutQuad);
  background-position: 0% 100%;
  background-size: 0% 1px;
}
.lp_footer .lp_footer__menu li a:hover {
  background-size: 100% 1px;
}
.lp_footer .lp_footer__copyright {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}