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

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

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

.bg-white {
  background-color: #fff !important;
}

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

.w-480 {
  width: 480px !important;
}

.text-danger {
  color: red !important;
}

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

.fw-normal {
  font-weight: normal !important;
}

.font-logo {
  letter-spacing: -0.04em;
  font-weight: 600;
  font-family: "Nimbus Sans", sans-serif;
}

.font-en {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.big-strong-blue {
  color: #007fff;
  font-size: 20px !important;
  font-weight: bold !important;
  letter-spacing: 0.02em;
  text-align: center !important;
  margin-bottom: 40px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pale-text {
  color: #576885 !important;
}

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

.text-right {
  text-align: right !important;
}

a {
  text-decoration: none;
  color: #0f2650;
}

p a {
  color: #007fff;
  text-decoration: underline;
}

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;
}
body.fixed {
  position: fixed;
}

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

.color-right-blue {
  color: #0f8fef;
}

.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: 414px) {
  .block-title {
    padding-bottom: 6.3492063492vw;
    font-size: 6.6137566138vw;
  }
}
.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: 414px) {
  .block-title::after {
    width: 21.164021164vw;
    height: 1.5873015873vw;
  }
}

.border-block {
  width: 100%;
  border: 1px solid #0f2650;
  border-radius: 3px;
  padding-top: 23px;
  padding-bottom: 28px;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.border-block:last-child {
  margin-bottom: 0;
}
.border-block__title {
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}
.border-block__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
  font-weight: normal;
  text-align: justify;
}
.border-block__text:last-child {
  margin-bottom: 0;
}
.border-block__img-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.border-block__img-wrapper img {
  width: 100%;
}

.link-in-text {
  color: #007fff !important;
  text-decoration: underline !important;
}

.text-1 {
  font-size: 42px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .text-1 {
    font-size: 3.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  .text-1 {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 414px) {
  .text-1 {
    font-size: 6.8783068783vw;
  }
}

.text-2 {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .text-2 {
    font-size: 3.2727272727vw;
  }
}
@media screen and (max-width: 768px) {
  .text-2 {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 414px) {
  .text-2 {
    font-size: 6.3492063492vw;
  }
}

.text-3 {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .text-3 {
    font-size: 2.3636363636vw;
  }
}
@media screen and (max-width: 768px) {
  .text-3 {
    font-size: 2.734375vw;
  }
}
@media screen and (max-width: 414px) {
  .text-3 {
    font-size: 5.5555555556vw;
  }
}

.text-4 {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .text-4 {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  .text-4 {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 414px) {
  .text-4 {
    font-size: 3.9682539683vw;
  }
}

.color-cloudsecure {
  color: #0f8fef;
}

.color-waf {
  color: #2561cc;
}

.btn-orange {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 310px;
  background-color: #fa7a34;
  color: #fff;
  border-radius: 200px;
  line-height: 71px;
  font-size: 20px;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .btn-orange {
    width: 35.4545454545vw;
    line-height: 6.4545454545vw;
    font-size: 1.8181818182vw;
  }
}
.btn-orange .btn-text {
  position: relative;
  z-index: 2;
}
.btn-orange:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.btn-orange:hover {
  color: #fa7a34;
  border: 2px solid #fa7a34;
}
.btn-orange:hover:after {
  width: 100%;
  transition: 0.3s;
}

.btn-white {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 390px;
  background-color: #fff;
  color: #fa7a34;
  border-radius: 200px;
  line-height: 80px;
  font-size: 20px;
  border: 2px solid #fa7a34;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .btn-white {
    line-height: 7.2727272727vw;
    font-size: 1.8181818182vw;
    width: 35.4545454545vw;
  }
}
.btn-white::after {
  content: "";
  width: 10px;
  height: 17px;
  background-image: url(../image/allow-orange@2x.png);
  background-position: top center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .btn-white::after {
    width: 0.6944444444vw;
    height: 1.1805555556vw;
    right: 2.4305555556vw;
  }
}
.btn-white:hover {
  background-color: #fa7a34;
  color: #fff;
  border: 2px solid transparent;
}
.btn-white:hover:after {
  background-image: url(../image/allow-white@2x.png);
}

.btn-login-white {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  padding-left: 14px;
  width: 103px;
  background-color: #fff;
  color: #0f2650;
  border-radius: 7px;
  line-height: 40px;
  font-size: 14px;
  border: 2px solid #0f2650;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .btn-login-white {
    border-radius: 0.6363636364vw;
    line-height: 3.6363636364vw;
    font-size: 1.2727272727vw;
    border: 0.1818181818vw solid #0f2650;
    padding-left: 1.2727272727vw;
    width: 9.3636363636vw;
  }
}
.btn-login-white::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../image/door-dark-blue@2x.png);
  background-size: contain;
  background-position: top center;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-44%);
}
@media screen and (max-width: 1100px) {
  .btn-login-white::after {
    width: 1.1818181818vw;
    height: 1.1818181818vw;
    right: 1.0909090909vw;
  }
}
.btn-login-white::before {
  content: "";
  display: block;
  background-color: #0f2650;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: 0.3s;
}
.btn-login-white .btn-text {
  position: relative;
  z-index: 2;
}
.btn-login-white:hover {
  color: #fff;
}
.btn-login-white:hover::before {
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 1100px) {
  .btn-login-white:hover {
    border: 0.1818181818vw solid transparent;
  }
}
.btn-login-white:hover::after {
  background-image: url(../image/door-white@2x.png);
}

.btn-login-dark-blue {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  padding-left: 14px;
  width: 103px;
  background-color: #0f2650;
  color: #fff;
  border-radius: 7px;
  line-height: 40px;
  font-size: 14px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .btn-login-dark-blue {
    border-radius: 0.6363636364vw;
    line-height: 3.6363636364vw;
    font-size: 1.2727272727vw;
    border: 0.1818181818vw solid #fff;
    padding-left: 1.2727272727vw;
    width: 9.3636363636vw;
  }
}
.btn-login-dark-blue::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../image/door-white@2x.png);
  background-size: contain;
  background-position: top center;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .btn-login-dark-blue::after {
    right: 1.2727272727vw;
    width: 1.1818181818vw;
    height: 1.1818181818vw;
  }
}
.btn-login-dark-blue::before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.btn-login-dark-blue .btn-text {
  position: relative;
  z-index: 2;
}
.btn-login-dark-blue:hover {
  color: #0f2650;
}
@media screen and (max-width: 1100px) {
  .btn-login-dark-blue:hover {
    border: 0.1818181818vw solid transparent;
  }
}
.btn-login-dark-blue:hover::before {
  width: 100%;
  transition: 0.3s;
}
.btn-login-dark-blue:hover::after {
  background-image: url(../image/door-dark-blue@2x.png);
}

.btn-orange-small {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 140px;
  background-color: #fa7a34;
  color: #fff;
  height: 40px;
  border-radius: 200px;
  line-height: 35px;
  font-size: 14px;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .btn-orange-small {
    line-height: 3.6363636364vw;
    font-size: 1.2727272727vw;
    border: 0.1818181818vw solid transparent;
    width: 20.6363636364vw;
  }
}
.btn-orange-small::after {
  content: "";
  display: block;
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: 0.3s;
  z-index: 1;
}
.btn-orange-small .btn-text {
  position: relative;
  z-index: 3;
}
.btn-orange-small:hover {
  color: #fa7a34;
  border: 2px solid #fa7a34;
}
@media screen and (max-width: 1100px) {
  .btn-orange-small:hover {
    border: 0.1818181818vw solid #fa7a34;
  }
}
.btn-orange-small:hover::after {
  width: 100%;
  transition: 0.3s;
}

.btn-white-small {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 140px;
  background-color: #fff;
  color: #fa7a34;
  border-radius: 200px;
  line-height: 40px;
  font-size: 14px;
  border: 2px solid #fa7a34;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .btn-white-small {
    border-radius: 18.1818181818vw;
    line-height: 3.6363636364vw;
    font-size: 1.2727272727vw;
    border: 0.1818181818vw solid #fa7a34;
    width: 12.7272727273vw;
  }
}
.btn-white-small:hover {
  background-color: #fa7a34;
  color: #fff;
  border: 2px solid transparent;
}
@media screen and (max-width: 1100px) {
  .btn-white-small:hover {
    border: 0.1818181818vw solid transparent;
  }
}

.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-weight: bold;
}
@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;
}

.btn-shadow {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 340px;
  background-color: #e7e9ed;
  color: #0f2650;
  border-radius: 4px;
  line-height: 72px;
  font-size: 16px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .btn-shadow {
    width: 31.5104166667vw;
    line-height: 6.640625vw;
    font-size: 1.953125vw;
    width: 242px;
    line-height: 51px;
    font-size: 15px;
  }
}
.btn-shadow::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-shadow::after {
    width: 8px;
    height: 15px;
    right: 21px;
    top: 27px;
  }
}
.btn-shadow::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.btn-shadow:hover::before {
  width: 100%;
  transform: 0.3s;
}
.btn-shadow .btn-text {
  position: relative;
  z-index: 2;
}

.header {
  box-shadow: 0px 0px 4px 0px rgba(10, 10, 10, 0.1);
  width: 100%;
  top: 0;
  left: 0;
  height: 130px;
  z-index: 1000;
}
@media screen and (max-width: 1100px) {
  .header {
    height: 11.8181818182vw;
    position: fixed;
    height: 58px;
  }
}
.header__top {
  height: 50px;
  width: 100%;
  background-color: #e4ecf9;
}
@media screen and (max-width: 1100px) {
  .header__top {
    display: none;
  }
}
.header__top-wrapper {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .header__top-wrapper {
    width: 63.6363636364vw;
  }
}
.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;
}
@media screen and (max-width: 1100px) {
  .header__top-link {
    font-size: 1.2727272727vw;
    line-height: 4.5454545455vw;
    padding-left: 2.7272727273vw;
  }
}
.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: 1100px) {
  .header__bottom {
    height: 58px;
    position: static;
  }
}
.header__bottom-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .header__bottom-wrapper {
    padding: 18px;
  }
}
.header__bottom-img-wrapper {
  width: 221px;
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .header__bottom-img-wrapper {
    width: 170px;
    margin-right: 0px;
  }
}
.header__bottom-img-wrapper img {
  width: 100%;
}
.header__bottom-left {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.header__bottom-items {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  transform: translateY(-3px);
}
@media screen and (max-width: 1100px) {
  .header__bottom-items {
    transform: translateY(-0.2727272727vw);
    width: 32.7272727273vw;
    display: none;
  }
}
.header__bottom-item {
  margin-right: 20px;
}
.header__bottom-item:first-child {
  position: relative;
  margin-right: 43px;
}
.header__bottom-item:first-child:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 8px;
  background-image: url(../image/down_arrow_db.png);
  background-size: contain;
  top: 10px;
  right: -15px;
}
.header__bottom-item:first-child:hover {
  cursor: pointer;
}
.header__bottom-item:first-child:hover::before {
  background-image: url(../image/down_arrow_rb.png);
}
.header__bottom-item:first-child.showing::before {
  background-image: url(../image/up_arrow_db.png);
}
.header__bottom-item:first-child.showing:hover::before {
  background-image: url(../image/up_arrow_rb.png);
}
.header__bottom-item:last-child {
  margin-right: 0;
}
.header__bottom-link {
  color: #0f2650;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .header__bottom-link {
    font-size: 1.3636363636vw;
  }
}
.header__bottom-link:hover {
  color: #0f8fef !important;
  transition: 0.2s;
}
.header__bottom-right {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .header__bottom-right {
    display: none;
  }
}
.header__pop {
  background-color: #fff;
  width: 220px;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(110%);
  display: none;
}
.header__pop-link {
  display: block;
  height: 42px;
  line-height: 42px;
  color: #3f5173;
  text-decoration: none;
  border-bottom: 1px solid #e7e9ed;
  padding-left: 23px;
  padding-right: 23px;
  white-space: nowrap;
}
.header__pop-link:hover {
  color: #007fff;
}

.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: 1100px) {
  .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 {
  font-size: 15px;
  display: block;
  padding-top: 23px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid rgba(10, 10, 10, 0.2);
  text-decoration: none;
  color: #0f2650;
}
.hamburger__link:hover {
  color: #007fff;
}
.hamburger__link:first-child span {
  position: relative;
}
.hamburger__link:first-child span::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 8px;
  background-image: url(../image/down_arrow_db.png);
  background-size: contain;
  top: 8px;
  right: -15px;
}
.hamburger__link:first-child span.showing::before {
  background-image: url(../image/up_arrow_db.png);
}
.hamburger__link:first-child:hover {
  color: #007fff;
}
.hamburger__link:first-child:hover span::before {
  background-image: url(../image/down_arrow_rb.png);
}
.hamburger__link:first-child:hover span.showing::before {
  background-image: url(../image/up_arrow_rb.png);
}
.hamburger__link.about-link {
  background-color: #f2f7fd;
  color: #576885;
}
.hamburger__link.about-link:hover {
  color: #007fff;
}
.hamburger .btn-orange-small {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 140px;
  line-height: 35px;
  font-size: 14px;
  margin-bottom: 30px;
}
.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-weight: normal;
  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;
}

.footer {
  padding: 80px 0 56px;
  background-color: #0f2650;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 64px 0 40px;
  }
}
@media screen and (max-width: 414px) {
  .footer {
    padding: 56px 0 24px;
  }
}
.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__logo {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  .footer__logo {
    justify-content: center;
  }
}
.footer__logo a {
  display: block;
  width: 240px;
  height: 40px;
}
@media screen and (max-width: 1100px) {
  .footer__logo a {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo a {
    height: 33px;
  }
}
.footer__logo a img {
  width: 100%;
  height: 100%;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 64px;
}
@media screen and (max-width: 1100px) {
  .footer__top {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    row-gap: 40px;
  }
}
.footer__top-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 24px;
}
@media screen and (max-width: 1100px) {
  .footer__top-right {
    justify-content: flex-start;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
}
@media screen and (max-width: 600px) {
  .footer__top-right {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
@media screen and (max-width: 600px) {
  .footer__top-right-group {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer__top-right-group-50 {
    width: 50%;
  }
}
.footer__top-right-group-name {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 16px;
}
@media screen and (max-width: 1100px) {
  .footer__top-right-group-name {
    font-size: 14px;
  }
}
.footer__top-right-group-links {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .footer__top-right-group-links {
    width: 100%;
    -moz-column-gap: 48px;
         column-gap: 48px;
    justify-content: flex-start;
  }
}
.footer__top-right-group-links li {
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 1100px) {
  .footer__top-right-group-links li {
    padding-left: 14px;
  }
}
.footer__top-right-group-links li::before {
  content: "";
  width: 5px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer__top-right-links {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .footer__top-right-links {
    width: 110px;
  }
}
.footer__top-right-links li {
  display: flex;
}
.footer__top-link {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: normal;
}
@media screen and (max-width: 1100px) {
  .footer__top-link {
    font-size: 14px;
  }
}
.footer__top-link:hover {
  opacity: 0.8;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
}
.footer__bottom-links {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 12px;
}
@media screen and (max-width: 600px) {
  .footer__bottom-links {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (max-width: 414px) {
  .footer__bottom-links {
    padding: 24px 0 32px;
  }
}
.footer__bottom-links li {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .footer__bottom-links li {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .footer__bottom-links li {
    width: 50%;
  }
}
.footer__bottom-link {
  color: #fff;
  text-decoration: none;
}
.footer__bottom-link:hover {
  opacity: 0.8;
}
.footer__bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: end;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer__bottom-info {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 32px;
  }
}
.footer__bottom-info .footer__seal {
  display: flex;
  flex: 1;
  -moz-column-gap: 32px;
       column-gap: 32px;
  flex-wrap: wrap;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .footer__bottom-info .footer__seal {
    font-size: 12px;
  }
}
.footer__bottom-info .footer__seal-area {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  align-items: center;
}
.footer__bottom-info .footer__seal-cloudsecure {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 50px;
}
.footer__bottom-info .footer__seal-phishing {
  width: 152px;
  height: auto;
}
.footer__bottom-info .footer__seal-phishing img {
  width: 100%;
}
.footer__bottom-info .footer__seal-text {
  color: #fff;
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.02em;
  transform: translateY(-3px);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer__bottom-info .footer__seal-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 414px) {
  .footer__bottom-info .footer__seal-text {
    width: auto;
  }
}
.footer__copy {
  height: 28px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    height: auto;
    font-size: 10px;
    width: 100%;
  }
}

.ev {
  padding-top: 82px;
  padding-bottom: 82px;
  background: linear-gradient(90deg, rgb(15, 143, 239) 0%, rgb(15, 143, 239) 26%, rgb(37, 97, 204) 100%);
}
@media screen and (max-width: 1100px) {
  .ev {
    padding-top: 7.4545454545vw;
    padding-bottom: 7.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  .ev {
    padding-top: 4.9479166667vw;
    padding-bottom: 4.9479166667vw;
  }
}
@media screen and (max-width: 600px) {
  .ev {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 414px) {
  .ev {
    padding-top: 10.0529100529vw;
    padding-bottom: 10.0529100529vw;
  }
}
.ev__wrapper {
  width: 891px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .ev__wrapper {
    width: 81vw;
  }
}
@media screen and (max-width: 768px) {
  .ev__wrapper {
    width: 80.3385416667vw;
  }
}
@media screen and (max-width: 600px) {
  .ev__wrapper {
    width: 280px;
    flex-direction: column;
  }
}
@media screen and (max-width: 414px) {
  .ev__wrapper {
    width: 74.0740740741vw;
  }
}
.ev__img-wrapper {
  width: 350px;
  height: 259px;
}
.ev__img-wrapper img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .ev__img-wrapper {
    width: 31.8181818182vw;
    height: 23.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  .ev__img-wrapper {
    width: 36.4583333333vw;
    height: 27.0833333333vw;
  }
}
@media screen and (max-width: 600px) {
  .ev__img-wrapper {
    width: 100%;
    height: 208px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 414px) {
  .ev__img-wrapper {
    width: 100%;
    height: 55.0264550265vw;
    margin-bottom: 6.0846560847vw;
  }
}
.ev__text-area {
  width: 443px;
}
@media screen and (max-width: 1100px) {
  .ev__text-area {
    width: 40.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  .ev__text-area {
    width: 36.9791666667vw;
  }
}
@media screen and (max-width: 600px) {
  .ev__text-area {
    width: 100%;
  }
}
.ev__title {
  font-size: 40px;
  color: #fff;
  line-height: 1.525;
  text-align: left;
  margin-bottom: 80px;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .ev__title {
    margin-bottom: 7.2727272727vw;
    font-size: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  .ev__title {
    margin-bottom: 5.9895833333vw;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 600px) {
  .ev__title {
    margin-bottom: 46px;
    font-size: 26px;
  }
}
@media screen and (max-width: 414px) {
  .ev__title {
    margin-bottom: 12.1693121693vw;
    font-size: 6.8783068783vw;
  }
}
.ev .btn-orange {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .ev .btn-orange {
    width: 35.9375vw;
    line-height: 6.640625vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 600px) {
  .ev .btn-orange {
    width: 278px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .ev .btn-orange {
    width: 73.544973545vw;
    line-height: 13.2275132275vw;
    font-size: 3.7037037037vw;
  }
}
.ev__say {
  display: inline;
  color: #fa7a34;
  position: absolute;
  font-size: 18px;
  top: -30px;
  left: 50px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .ev__say {
    font-size: 1.6363636364vw;
    top: -2.7272727273vw;
    left: 4.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  .ev__say {
    top: -3.2552083333vw;
    left: 1.953125vw;
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 600px) {
  .ev__say {
    top: -25px;
    left: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
  .ev__say {
    top: -6.6137566138vw;
    left: 3.9682539683vw;
    font-size: 3.9682539683vw;
  }
}
.ev__btn-wrapper {
  display: inline-block;
  position: relative;
}
.ev__btn-wrapper::after {
  content: "";
  width: 18px;
  height: 3px;
  background-color: #fa7a34;
  position: absolute;
  top: -18px;
  left: 32px;
  transform: rotate(50deg);
  border-radius: 200px;
}
@media screen and (max-width: 1100px) {
  .ev__btn-wrapper::after {
    top: -1.6363636364vw;
    left: 2.9090909091vw;
    width: 1.6363636364vw;
    height: 0.2727272727vw;
  }
}
@media screen and (max-width: 768px) {
  .ev__btn-wrapper::after {
    left: 0.78125vw;
    top: -1.6927083333vw;
  }
}
@media screen and (max-width: 600px) {
  .ev__btn-wrapper::after {
    width: 14px;
    height: 2px;
    left: 6px;
    top: -13px;
  }
}
@media screen and (max-width: 414px) {
  .ev__btn-wrapper::after {
    left: 1.5873015873vw;
    top: -3.4391534392vw;
    width: 3.7037037037vw;
    height: 0.5291005291vw;
  }
}
.ev__btn-wrapper::before {
  content: "";
  width: 18px;
  height: 3px;
  background-color: #fa7a34;
  position: absolute;
  top: -18px;
  right: 32px;
  transform: rotate(-50deg);
  border-radius: 200px;
}
@media screen and (max-width: 1100px) {
  .ev__btn-wrapper::before {
    top: -1.6363636364vw;
    right: 2.9090909091vw;
    width: 1.6363636364vw;
    height: 0.2727272727vw;
  }
}
@media screen and (max-width: 768px) {
  .ev__btn-wrapper::before {
    top: -1.6927083333vw;
    right: 0.5208333333vw;
  }
}
@media screen and (max-width: 600px) {
  .ev__btn-wrapper::before {
    width: 14px;
    height: 2px;
    top: -13px;
    right: 8px;
  }
}
@media screen and (max-width: 414px) {
  .ev__btn-wrapper::before {
    width: 3.7037037037vw;
    height: 0.5291005291vw;
    top: -3.4391534392vw;
    right: 2.1164021164vw;
  }
}

.fv-under {
  background: linear-gradient(90deg, rgb(15, 143, 239) 0%, rgb(15, 143, 239) 26%, rgb(37, 97, 204) 100%);
  padding-top: 100px;
  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: 414px) {
  .fv-under {
    padding-top: 97px;
    padding-bottom: 40px;
  }
}
.fv-under__title {
  font-size: 36px;
  line-height: 1.5;
  margin: 0 16px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 414px) {
  .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;
}

.btn-text {
  pointer-events: none;
}

.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;
}
.first-pop__wrapper::after {
  content: "";
}
.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 */