@charset "UTF-8";
.weight-bold {
  font-weight: bold !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.sm-br {
  display: block;
}
@media screen and (max-width: 600px) {
  .sm-br {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, "メイリオ", meiryo, sans-serif;
  color: #0f2650;
  width: 100%;
  overflow-x: hidden;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.block-title {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  font-size: 37px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  .block-title {
    padding-bottom: 3.6363636364vw;
    font-size: 3.3636363636vw;
  }
}
@media screen and (max-width: 768px) {
  .block-title {
    padding-bottom: 3.125vw;
    font-size: 3.2552083333vw;
    font-size: 25px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 430px) {
  .block-title {
    padding-bottom: 5.5813953488vw;
    font-size: 5.8139534884vw;
  }
}
.block-title::after {
  content: "";
  background: linear-gradient(90deg, rgb(15, 143, 239) 0%, rgb(15, 143, 239) 26%, rgb(37, 97, 204) 100%);
  width: 105px;
  height: 6px;
  border-radius: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  .block-title::after {
    width: 9.5454545455vw;
    height: 0.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  .block-title::after {
    width: 80px;
    height: 6px;
  }
}
@media screen and (max-width: 430px) {
  .block-title::after {
    width: 18.6046511628vw;
    height: 1.3953488372vw;
  }
}

.btn-blue {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 340px;
  background: linear-gradient(90deg, rgb(15, 143, 239) 0%, rgb(15, 143, 239) 26%, rgb(37, 97, 204) 100%);
  color: #fff;
  border-radius: 4px;
  line-height: 72px;
  font-size: 16px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .btn-blue {
    width: 31.5104166667vw;
    line-height: 6.640625vw;
    font-size: 1.953125vw;
    width: 242px;
    line-height: 51px;
    font-size: 15px;
  }
}
.btn-blue::after {
  content: "";
  width: 10px;
  height: 17px;
  background-image: url(../image/allow-white@2x.png);
  background-position: top center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn-blue::after {
    width: 8px;
    height: 15px;
    right: 21px;
    top: 27px;
  }
}
.btn-blue::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(37, 97, 204) 0%, rgb(15, 143, 239) 74%, rgb(15, 143, 239) 100%);
  transition: 0.3s;
}
.btn-blue:hover::before {
  width: 100%;
  transform: 0.3s;
}
.btn-blue .btn-text {
  position: relative;
  z-index: 2;
}
.btn-blue .shadow {
  background-color: #e7e9ed !important;
  color: #0f2650;
}

.header {
  box-shadow: 0px 0px 4px 0px rgba(10, 10, 10, 0.1);
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
  }
}
.header__top {
  height: 50px;
  width: 100%;
  background-color: #e4ecf9;
}
@media screen and (max-width: 768px) {
  .header__top {
    display: none;
  }
}
.header__top-wrapper {
  width: 700px;
  margin: 0 auto;
}
.header__top-items {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.header__top-item {
  position: relative;
}
.header__top-item::before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  background-size: contain;
  left: 0;
  transform: translateY(-50%);
}
.header__top-item:nth-child(1)::before {
  background-image: url("../image/ico_waf.png");
}
.header__top-item:nth-child(2)::before {
  background-image: url("../image/ico_ssl.png");
}
.header__top-item:nth-child(3)::before {
  background-image: url("../image/ico_detection.png");
}
.header__top-item:nth-child(4)::before {
  background-image: url("../image/ico-wordpress.png");
}
.header__top-link {
  font-size: 14px;
  text-decoration: none !important;
  line-height: 50px;
  padding-left: 30px;
  color: #0f2650;
  white-space: nowrap !important;
}
.header__top-link:hover {
  color: #0f8fef !important;
  transition: 0.2s;
}
.header__bottom {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header__bottom {
    height: -moz-fit-content;
    height: fit-content;
    position: static;
  }
}
.header__bottom-wrapper {
  width: min(1080px, 92%);
  margin: 0 auto;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__bottom-wrapper {
    height: 60px;
    align-items: center;
  }
}
.header__bottom-img-wrapper {
  height: 36px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .header__bottom-img-wrapper {
    height: 28px;
  }
}
@media screen and (max-width: 430px) {
  .header__bottom-img-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    width: 196px;
  }
}
.header__bottom-img-wrapper img {
  height: 100%;
}
@media screen and (max-width: 430px) {
  .header__bottom-img-wrapper img {
    height: auto;
    width: 100%;
  }
}
.header__bottom-left {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.header__bottom-bottom {
  height: 80px;
  background-color: #04426D;
}
@media screen and (max-width: 768px) {
  .header__bottom-bottom {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.header__bottom-bottom-wrapper {
  width: min(1080px, 92%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .header__bottom-bottom-wrapper {
    padding-bottom: 15px;
    padding-top: 20px;
  }
}
.header__bottom-bottom-left {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  .header__bottom-bottom-left {
    width: 100%;
    font-size: 18px;
    line-height: 1;
  }
}
.header__bottom-bottom-right {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__bottom-bottom-right {
    width: 100%;
  }
}

.hamburger {
  padding-top: 60px;
  background-color: #fff;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 3;
  display: none;
  height: 200vh;
  overflow-y: scroll;
}
.hamburger::-webkit-scrollbar {
  display: none;
}
.hamburger__wrapper {
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 150px;
}
.hamburger__btn-wrapper {
  display: none;
  width: 26px;
  height: 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hamburger__btn-wrapper {
    display: block;
  }
}
.hamburger__btn-wrapper.showing .hamburger__btn-line:nth-child(2) {
  width: 0;
  transition: 0.3s;
}
.hamburger__btn-wrapper.showing .hamburger__btn-line:nth-child(1) {
  transform: rotate(-45deg);
  top: 10px;
  transition: 0.3s;
}
.hamburger__btn-wrapper.showing .hamburger__btn-line:nth-child(3) {
  transform: rotate(45deg);
  top: 10px;
  transition: 0.3s;
}
.hamburger__btn-line {
  width: 100%;
  height: 2px;
  background-color: #0f8fef;
  position: absolute;
}
.hamburger__btn-line:nth-child(1) {
  top: 0;
  transition: 0.3s;
}
.hamburger__btn-line:nth-child(2) {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.hamburger__btn-line:nth-child(3) {
  top: 20px;
  transition: 0.3s;
}
.hamburger__link {
  width: 92%;
  margin: 0 auto;
  font-size: 16px;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(10, 10, 10, 0.2);
  text-decoration: none;
  color: #0f2650;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.hamburger__link:hover {
  color: #0f8fef;
  cursor: pointer;
}
.hamburger__link.last {
  margin-bottom: 48px;
}
.hamburger__link.about-link {
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.hamburger__link.about-link:hover {
  color: #0f8fef;
}
.hamburger__bottom {
  background-color: #f2f7fd;
  padding-top: 20px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-left: 15px;
}
.hamburger__bottom-link {
  padding-left: 30px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  position: relative;
  text-decoration: none;
  color: #0f2650;
}
.hamburger__bottom-link::before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  background-size: contain;
  left: 0;
  transform: translateY(-50%);
}
.hamburger__bottom-link:nth-child(1)::before {
  background-image: url("../image/ico_waf.png");
}
.hamburger__bottom-link:nth-child(2)::before {
  background-image: url("../image/ico_ssl.png");
}
.hamburger__bottom-link:nth-child(3)::before {
  background-image: url("../image/ico_detection.png");
}
.hamburger__bottom-link:nth-child(4)::before {
  background-image: url("../image/ico-wordpress.png");
}
.hamburger__about-links {
  display: none;
}

.about-links-btn {
  display: block;
  position: relative;
}
.about-links-btn::after {
  position: absolute;
  content: "";
  top: 45%;
  right: 12px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) matrix(0.71, 0.71, -0.71, 0.71, 0, 0) scale(0.7);
  border: 2px solid #0F2650;
  border-top: none;
  border-left: none;
}
.about-links-btn.showing::after {
  transform: matrix(-0.71, -0.71, 0.71, -0.71, 0, 0) scale(0.7);
}

.footer {
  background-color: rgba(207, 212, 220, 0.3);
}
.footer__wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .footer__wrapper {
    width: 90.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    width: 93.75vw;
  }
}
.footer__top {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: flex-end;
  border-bottom: solid 1px #CFD4DC;
}
@media screen and (max-width: 768px) {
  .footer__top {
    padding: 32px 0;
    flex-direction: column;
    row-gap: 32px;
    align-items: flex-start;
  }
}
.footer__top-right {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer__top-right {
    width: 100%;
    row-gap: 24px;
    justify-content: center;
  }
}
@media screen and (max-width: 430px) {
  .footer__top-right {
    row-gap: 24px;
  }
}
.footer__top-sns {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.footer__top-snslink {
  display: block;
  width: 28px;
  height: 28px;
}
.footer__top-snslink img {
  width: 100%;
  height: 100%;
}
.footer__top-snslink:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin: 0 auto;
  }
}
.footer__logo a {
  display: block;
  width: 220px;
  height: 40px;
}
@media screen and (max-width: 430px) {
  .footer__logo a {
    height: 32px;
    width: 100%;
  }
}
.footer__logo a img {
  width: 100%;
  height: 100%;
}
.footer__links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 12px;
}
@media screen and (max-width: 960px) {
  .footer__links {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .footer__links {
    width: 100%;
    max-width: inherit;
    flex-direction: row;
    justify-content: center;
    row-gap: 16px;
  }
}
.footer__links li {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  .footer__links li {
    justify-content: center;
  }
}
.footer__link {
  color: #0f2650;
  text-decoration: none;
}
.footer__link:hover {
  opacity: 0.8;
}
.footer__link.link-newwindow {
  padding-right: 20px;
  position: relative;
}
.footer__link.link-newwindow::after {
  content: "";
  background-image: url(../image/icon_link-black.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
.footer__bottom {
  padding: 40px 0 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 32px;
}
@media screen and (max-width: 922px) {
  .footer__bottom {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    padding: 32px 0;
  }
}
.footer__bottom .footer__seal {
  display: flex;
  flex: 1;
  -moz-column-gap: 32px;
       column-gap: 32px;
  flex-wrap: wrap;
  row-gap: 32px;
}
@media screen and (max-width: 768px) {
  .footer__bottom .footer__seal {
    font-size: 12px;
    justify-content: center;
  }
}
.footer__bottom .footer__seal-area {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 12px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .footer__bottom .footer__seal-area {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 485px) {
  .footer__bottom .footer__seal-area {
    justify-content: center;
  }
}
.footer__bottom .footer__seal-ssl {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 50px;
}
.footer__bottom .footer__seal-sitesec {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 50px;
}
.footer__bottom .footer__seal-phishing {
  width: 140px;
  height: auto;
}
.footer__bottom .footer__seal-phishing a {
  display: block;
  height: 100%;
}
.footer__bottom .footer__seal-phishing img {
  width: 100%;
}
.footer__bottom .footer__seal-text {
  color: #0f2650;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  transform: translateY(-3px);
  white-space: nowrap;
}
@media screen and (max-width: 485px) {
  .footer__bottom .footer__seal-text {
    width: 100%;
    text-align: center;
  }
}
.footer__copy {
  color: #0f2650;
  text-align: end;
  font-size: 12px;
  opacity: 0.8;
}
@media screen and (max-width: 1120px) {
  .footer__copy {
    width: 100%;
  }
}
@media screen and (max-width: 922px) {
  .footer__copy {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .footer__copy {
    text-align: center;
    width: 100%;
  }
}

.fv-under {
  background: linear-gradient(90deg, rgb(15, 143, 239) 0%, rgb(15, 143, 239) 26%, rgb(37, 97, 204) 100%);
  padding-top: 150px;
  padding-bottom: 92px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .fv-under {
    padding-top: 146px;
  }
}
@media screen and (max-width: 430px) {
  .fv-under {
    padding-top: 97px;
    padding-bottom: 40px;
  }
}
.fv-under__title {
  font-size: 36px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 16px;
}
@media screen and (max-width: 430px) {
  .fv-under__title {
    font-size: 24px;
  }
}
.fv-under__img-wrapper-left {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  .fv-under__img-wrapper-left {
    height: calc(100% - 60px);
  }
}
.fv-under__img-wrapper-left img {
  height: 100%;
}
.fv-under__img-wrapper-right {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  .fv-under__img-wrapper-right {
    height: calc(100% - 60px);
  }
}
.fv-under__img-wrapper-right img {
  height: 100%;
}

.pan {
  width: 100%;
  background-color: #e7e9ed;
}
.pan__wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .pan__wrapper {
    width: 90.9090909091vw;
  }
}
.pan__link {
  color: #8792a7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  line-height: 1;
}
.pan__link i {
  position: absolute;
  bottom: -2px;
  right: -19px;
}

.first-pop {
  width: min(450px, 100%);
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border-top: 2px solid #0f8fef;
  position: fixed;
  bottom: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid #efefef;
  transition: 0.8s;
  z-index: 1000;
  transform: translateY(100%);
}
.first-pop.first {
  transform: translateY(0);
}
.first-pop.first .first-pop__close-btn::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.84px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}
.first-pop__wrapper {
  position: relative;
  padding: 40px;
  padding-bottom: 25px;
}
@media screen and (max-width: 430px) {
  .first-pop__wrapper {
    padding: 24px;
  }
}
.first-pop__close-btn {
  width: 30px;
  height: 30px;
  background-color: #0f8fef;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
.first-pop__close-btn:hover {
  cursor: pointer;
}
.first-pop__close-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 7px;
  top: 8px;
  border-style: solid;
  border-width: 0 8px 13.84px 8px;
  border-color: transparent transparent #fff transparent;
}
.first-pop .first-pop__text {
  text-align: justify;
  font-size: 14px;
  line-height: 1.5;
}
.first-pop .first-pop__text a {
  line-height: 1.5;
  font-size: 14px;
}/*# sourceMappingURL=common.css.map */