@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_static

=============================================================================== */
main.page_static,
main.page_sitepolicy,
main.page_privacypolicy,
main.page_support {
  position: relative;
  padding-bottom: 10rem;
}
@media screen and (max-width: 743px) {
  main.page_static,
  main.page_sitepolicy,
  main.page_privacypolicy,
  main.page_support {
    padding-bottom: 5rem;
  }
}
main.page_static.page_support,
main.page_sitepolicy.page_support,
main.page_privacypolicy.page_support,
main.page_support.page_support {
  padding-bottom: 0rem;
}
main.page_static .sub_ttl,
main.page_sitepolicy .sub_ttl,
main.page_privacypolicy .sub_ttl,
main.page_support .sub_ttl {
  padding: 2.5rem 0;
  margin-bottom: 10rem;
  position: relative;
}
main.page_static .sub_ttl::before,
main.page_sitepolicy .sub_ttl::before,
main.page_privacypolicy .sub_ttl::before,
main.page_support .sub_ttl::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background-color: var(--sub-color);
  mix-blend-mode: multiply;
  pointer-events: none;
}
main.page_static .sub_ttl p,
main.page_sitepolicy .sub_ttl p,
main.page_privacypolicy .sub_ttl p,
main.page_support .sub_ttl p {
  width: 1080px;
  margin: 0 auto;
  font-weight: 500;
  color: #fff;
  line-height: 180%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1160px) {
  main.page_static .sub_ttl p,
  main.page_sitepolicy .sub_ttl p,
  main.page_privacypolicy .sub_ttl p,
  main.page_support .sub_ttl p {
    width: 95%;
  }
}
@media screen and (max-width: 743px) {
  main.page_static .sub_ttl p,
  main.page_sitepolicy .sub_ttl p,
  main.page_privacypolicy .sub_ttl p,
  main.page_support .sub_ttl p {
    font-size: 1.4rem;
    width: 90%;
  }
}
main.page_static .sub_ttl p .note,
main.page_sitepolicy .sub_ttl p .note,
main.page_privacypolicy .sub_ttl p .note,
main.page_support .sub_ttl p .note {
  font-size: 1.3rem;
  font-weight: 400;
}
main.page_static .static_wrapper,
main.page_sitepolicy .static_wrapper,
main.page_privacypolicy .static_wrapper,
main.page_support .static_wrapper {
  width: 1080px;
  margin: 0 auto 0rem;
}
main.page_static .static_wrapper:not(:last-child),
main.page_sitepolicy .static_wrapper:not(:last-child),
main.page_privacypolicy .static_wrapper:not(:last-child),
main.page_support .static_wrapper:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 743px) {
  main.page_static .static_wrapper:not(:last-child),
  main.page_sitepolicy .static_wrapper:not(:last-child),
  main.page_privacypolicy .static_wrapper:not(:last-child),
  main.page_support .static_wrapper:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1160px) {
  main.page_static .static_wrapper,
  main.page_sitepolicy .static_wrapper,
  main.page_privacypolicy .static_wrapper,
  main.page_support .static_wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 743px) {
  main.page_static .static_wrapper,
  main.page_sitepolicy .static_wrapper,
  main.page_privacypolicy .static_wrapper,
  main.page_support .static_wrapper {
    width: 90%;
  }
}
main.page_static .static_wrapper section:not(:last-child),
main.page_sitepolicy .static_wrapper section:not(:last-child),
main.page_privacypolicy .static_wrapper section:not(:last-child),
main.page_support .static_wrapper section:not(:last-child) {
  margin-bottom: 6rem;
}
main.page_static .static_wrapper section > p:not(.btn_style01),
main.page_sitepolicy .static_wrapper section > p:not(.btn_style01),
main.page_privacypolicy .static_wrapper section > p:not(.btn_style01),
main.page_support .static_wrapper section > p:not(.btn_style01) {
  line-height: 160%;
}
main.page_static .static_wrapper section > p:not(.btn_style01):not(:last-child),
main.page_sitepolicy .static_wrapper section > p:not(.btn_style01):not(:last-child),
main.page_privacypolicy .static_wrapper section > p:not(.btn_style01):not(:last-child),
main.page_support .static_wrapper section > p:not(.btn_style01):not(:last-child) {
  margin-bottom: 2rem;
}
main.page_static .static_wrapper section > p:not(.btn_style01) a,
main.page_sitepolicy .static_wrapper section > p:not(.btn_style01) a,
main.page_privacypolicy .static_wrapper section > p:not(.btn_style01) a,
main.page_support .static_wrapper section > p:not(.btn_style01) a {
  color: #2286E6;
}
main.page_static .static_wrapper section h3,
main.page_sitepolicy .static_wrapper section h3,
main.page_privacypolicy .static_wrapper section h3,
main.page_support .static_wrapper section h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
main.page_static .static_wrapper section .list,
main.page_sitepolicy .static_wrapper section .list,
main.page_privacypolicy .static_wrapper section .list,
main.page_support .static_wrapper section .list {
  padding-left: 3rem;
}
@media screen and (max-width: 743px) {
  main.page_static .static_wrapper section .list,
  main.page_sitepolicy .static_wrapper section .list,
  main.page_privacypolicy .static_wrapper section .list,
  main.page_support .static_wrapper section .list {
    padding-left: 2rem;
  }
}
main.page_static .static_wrapper section .list:not(:last-child),
main.page_sitepolicy .static_wrapper section .list:not(:last-child),
main.page_privacypolicy .static_wrapper section .list:not(:last-child),
main.page_support .static_wrapper section .list:not(:last-child) {
  margin-bottom: 3rem;
}
main.page_static .static_wrapper section .list li,
main.page_sitepolicy .static_wrapper section .list li,
main.page_privacypolicy .static_wrapper section .list li,
main.page_support .static_wrapper section .list li {
  position: relative;
  padding: 0 0 0 25px;
  line-height: 180%;
}
main.page_static .static_wrapper section .list li:not(:last-child),
main.page_sitepolicy .static_wrapper section .list li:not(:last-child),
main.page_privacypolicy .static_wrapper section .list li:not(:last-child),
main.page_support .static_wrapper section .list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
main.page_static .static_wrapper section .list li::before,
main.page_sitepolicy .static_wrapper section .list li::before,
main.page_privacypolicy .static_wrapper section .list li::before,
main.page_support .static_wrapper section .list li::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0rem;
  width: 11px;
  aspect-ratio: 1;
  border-radius: 100px;
  background-color: var(--sub-color);
}
main.page_static .static_wrapper section .spec,
main.page_sitepolicy .static_wrapper section .spec,
main.page_privacypolicy .static_wrapper section .spec,
main.page_support .static_wrapper section .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  gap: 4rem 3%;
}
@media screen and (max-width: 743px) {
  main.page_static .static_wrapper section .spec,
  main.page_sitepolicy .static_wrapper section .spec,
  main.page_privacypolicy .static_wrapper section .spec,
  main.page_support .static_wrapper section .spec {
    display: block;
  }
}
main.page_static .static_wrapper section .spec > li,
main.page_sitepolicy .static_wrapper section .spec > li,
main.page_privacypolicy .static_wrapper section .spec > li,
main.page_support .static_wrapper section .spec > li {
  width: 48.5%;
}
@media screen and (max-width: 743px) {
  main.page_static .static_wrapper section .spec > li,
  main.page_sitepolicy .static_wrapper section .spec > li,
  main.page_privacypolicy .static_wrapper section .spec > li,
  main.page_support .static_wrapper section .spec > li {
    width: 100%;
  }
  main.page_static .static_wrapper section .spec > li:not(:last-child),
  main.page_sitepolicy .static_wrapper section .spec > li:not(:last-child),
  main.page_privacypolicy .static_wrapper section .spec > li:not(:last-child),
  main.page_support .static_wrapper section .spec > li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
main.page_static .static_wrapper section .spec_table,
main.page_sitepolicy .static_wrapper section .spec_table,
main.page_privacypolicy .static_wrapper section .spec_table,
main.page_support .static_wrapper section .spec_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 5rem;
}
main.page_static .static_wrapper section .spec_table th,
main.page_sitepolicy .static_wrapper section .spec_table th,
main.page_privacypolicy .static_wrapper section .spec_table th,
main.page_support .static_wrapper section .spec_table th {
  background-color: #1b78c8;
  color: #fff;
  border-right: 1px solid #ecf0f7;
  border-bottom: 1px solid #ecf0f7;
  padding: 1.5rem 0;
}
main.page_static .static_wrapper section .spec_table td,
main.page_sitepolicy .static_wrapper section .spec_table td,
main.page_privacypolicy .static_wrapper section .spec_table td,
main.page_support .static_wrapper section .spec_table td {
  border-right: 1px solid #ecf0f7;
  border-bottom: 1px solid #ecf0f7;
  padding: 1.5rem 2rem;
}
main.page_static .static_wrapper section .siteseal_column,
main.page_sitepolicy .static_wrapper section .siteseal_column,
main.page_privacypolicy .static_wrapper section .siteseal_column,
main.page_support .static_wrapper section .siteseal_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
main.page_static .static_wrapper section .siteseal_column .txt,
main.page_sitepolicy .static_wrapper section .siteseal_column .txt,
main.page_privacypolicy .static_wrapper section .siteseal_column .txt,
main.page_support .static_wrapper section .siteseal_column .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 180%;
}
main.page_static .static_wrapper section .siteseal_column .siteseal,
main.page_sitepolicy .static_wrapper section .siteseal_column .siteseal,
main.page_privacypolicy .static_wrapper section .siteseal_column .siteseal,
main.page_support .static_wrapper section .siteseal_column .siteseal {
  width: 200px;
}
main.page_static .static_wrapper section .btn_contact_privacypolicy,
main.page_sitepolicy .static_wrapper section .btn_contact_privacypolicy,
main.page_privacypolicy .static_wrapper section .btn_contact_privacypolicy,
main.page_support .static_wrapper section .btn_contact_privacypolicy {
  width: 280px;
  margin: 0 0 0 0;
}
main.page_static .support_dl,
main.page_sitepolicy .support_dl,
main.page_privacypolicy .support_dl,
main.page_support .support_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c0cdd6;
}
@media screen and (max-width: 743px) {
  main.page_static .support_dl,
  main.page_sitepolicy .support_dl,
  main.page_privacypolicy .support_dl,
  main.page_support .support_dl {
    display: block;
    border: none;
  }
  main.page_static .support_dl:not(:last-child),
  main.page_sitepolicy .support_dl:not(:last-child),
  main.page_privacypolicy .support_dl:not(:last-child),
  main.page_support .support_dl:not(:last-child) {
    margin-bottom: 5rem;
  }
}
main.page_static .support_dl dt,
main.page_sitepolicy .support_dl dt,
main.page_privacypolicy .support_dl dt,
main.page_support .support_dl dt {
  width: 210px;
  background-color: #eef3fc;
  padding: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  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;
}
@media screen and (max-width: 743px) {
  main.page_static .support_dl dt,
  main.page_sitepolicy .support_dl dt,
  main.page_privacypolicy .support_dl dt,
  main.page_support .support_dl dt {
    width: 100%;
    font-size: 1.7rem;
    padding: 1rem;
    background: #0253a7;
    color: #fff;
    border-radius: 4px;
  }
}
main.page_static .support_dl dd,
main.page_sitepolicy .support_dl dd,
main.page_privacypolicy .support_dl dd,
main.page_support .support_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 4rem;
  margin-left: -1px;
}
@media screen and (max-width: 743px) {
  main.page_static .support_dl dd,
  main.page_sitepolicy .support_dl dd,
  main.page_privacypolicy .support_dl dd,
  main.page_support .support_dl dd {
    padding: 2rem 1rem 0;
  }
}
main.page_static .support_dl dd .txt,
main.page_sitepolicy .support_dl dd .txt,
main.page_privacypolicy .support_dl dd .txt,
main.page_support .support_dl dd .txt {
  font-size: 1.6rem;
  line-height: 150%;
}
main.page_static .support_dl dd .txt:not(:last-child),
main.page_sitepolicy .support_dl dd .txt:not(:last-child),
main.page_privacypolicy .support_dl dd .txt:not(:last-child),
main.page_support .support_dl dd .txt:not(:last-child) {
  margin-bottom: 2rem;
}
main.page_static .support_dl dd .txt a,
main.page_sitepolicy .support_dl dd .txt a,
main.page_privacypolicy .support_dl dd .txt a,
main.page_support .support_dl dd .txt a {
  text-decoration: none;
  color: #1b78c9;
  display: inline;
  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: 100% 1px;
}
main.page_static .support_dl dd .txt a:hover,
main.page_sitepolicy .support_dl dd .txt a:hover,
main.page_privacypolicy .support_dl dd .txt a:hover,
main.page_support .support_dl dd .txt a:hover {
  background-size: 0% 1px !important;
  text-decoration: none !important;
}
main.page_static .support_dl dd .txt a[target$=blank],
main.page_sitepolicy .support_dl dd .txt a[target$=blank],
main.page_privacypolicy .support_dl dd .txt a[target$=blank],
main.page_support .support_dl dd .txt a[target$=blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0.7rem;
  position: relative;
  color: #1b78c9;
  line-height: 150%;
}
main.page_static .support_dl dd .txt a[target$=blank]::after,
main.page_sitepolicy .support_dl dd .txt a[target$=blank]::after,
main.page_privacypolicy .support_dl dd .txt a[target$=blank]::after,
main.page_support .support_dl dd .txt a[target$=blank]::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background: url("/wp-content/themes/argographsolution/assets/img/icon_blank_blue.svg") 0 0 no-repeat;
  background-size: 100% auto;
  margin: 0 0 0 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 0.7rem;
}
main.page_static .support_lead,
main.page_sitepolicy .support_lead,
main.page_privacypolicy .support_lead,
main.page_support .support_lead {
  width: 1080px;
  margin: 0 auto 5rem;
  line-height: 160%;
}
@media screen and (max-width: 1160px) {
  main.page_static .support_lead,
  main.page_sitepolicy .support_lead,
  main.page_privacypolicy .support_lead,
  main.page_support .support_lead {
    width: 95%;
  }
}
@media screen and (max-width: 743px) {
  main.page_static .support_lead,
  main.page_sitepolicy .support_lead,
  main.page_privacypolicy .support_lead,
  main.page_support .support_lead {
    width: 90%;
  }
}
main.page_static .support_lead ._txt_red,
main.page_sitepolicy .support_lead ._txt_red,
main.page_privacypolicy .support_lead ._txt_red,
main.page_support .support_lead ._txt_red {
  color: #FF0000;
}
main.page_static .privacypolicy_contact_column,
main.page_sitepolicy .privacypolicy_contact_column,
main.page_privacypolicy .privacypolicy_contact_column,
main.page_support .privacypolicy_contact_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 743px) {
  main.page_static .privacypolicy_contact_column,
  main.page_sitepolicy .privacypolicy_contact_column,
  main.page_privacypolicy .privacypolicy_contact_column,
  main.page_support .privacypolicy_contact_column {
    display: block;
  }
}
main.page_static .privacypolicy_contact_column .txt,
main.page_sitepolicy .privacypolicy_contact_column .txt,
main.page_privacypolicy .privacypolicy_contact_column .txt,
main.page_support .privacypolicy_contact_column .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 180%;
}
@media screen and (max-width: 743px) {
  main.page_static .privacypolicy_contact_column .txt,
  main.page_sitepolicy .privacypolicy_contact_column .txt,
  main.page_privacypolicy .privacypolicy_contact_column .txt,
  main.page_support .privacypolicy_contact_column .txt {
    margin-bottom: 2rem;
  }
}
main.page_static .privacypolicy_contact_column .btn_style01,
main.page_sitepolicy .privacypolicy_contact_column .btn_style01,
main.page_privacypolicy .privacypolicy_contact_column .btn_style01,
main.page_support .privacypolicy_contact_column .btn_style01 {
  width: 280px;
}