@charset "UTF-8";
ul {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, "メイリオ", meiryo, sans-serif;
}

.font-en {
  font-family: termina, sans-serif;
  font-weight: bold;
}

.fs-1 {
  font-size: 48px;
}
@media screen and (max-width: 375px) {
  .fs-1 {
    font-size: 24px;
  }
}

.fs-2 {
  font-size: 36px;
}
@media screen and (max-width: 375px) {
  .fs-2 {
    font-size: 21px;
  }
}

.fs-3 {
  font-size: 24px;
}
@media screen and (max-width: 375px) {
  .fs-3 {
    font-size: 18px;
  }
}

.fs-4 {
  font-size: 16px;
}
@media screen and (max-width: 375px) {
  .fs-4 {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #091023;
}

.content-title {
  text-align: left;
  margin-bottom: 60px;
  font-size: 36px;
  color: #fff;
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .content-title {
    font-size: 2.5vw;
    padding-left: 2.5vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 500px) {
  .content-title {
    font-size: 5.0666666667vw;
    padding-left: 6.4vw;
    margin-bottom: 6.6666666667vw;
  }
}
.content-title::before {
  content: "";
  display: block;
  width: 9px;
  height: 100%;
  background: linear-gradient(90deg, rgb(9, 133, 223) 0%, rgb(9, 133, 223) 33%, rgba(9, 133, 223, 0.8) 33%, rgba(9, 133, 223, 0.8) 66%, rgba(9, 133, 223, 0.6) 66%, rgba(9, 133, 223, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.content-title.privacy__title, .content-title.siteuse__title {
  text-align: left;
  margin-bottom: 60px;
  font-size: 36px;
  color: #fff;
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .content-title.privacy__title, .content-title.siteuse__title {
    padding-left: 36px;
    margin-bottom: 60px;
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .content-title.privacy__title, .content-title.siteuse__title {
    font-size: 19px;
    padding-left: 24px;
    margin-bottom: 25px;
  }
}

.btn-index {
  display: inline-block;
  position: relative;
  width: 326px;
  padding-top: 26.5px;
  padding-bottom: 25px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .btn-index {
    width: 69.8666666667vw;
    height: 18.6666666667vw;
    line-height: 17.3333333333vw;
    padding: 0;
    font-size: 4.2666666667vw;
  }
  .btn-index::after {
    width: 5.3333333333vw;
    right: 10px;
  }
}
.btn-index::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.btn-index::after {
  content: "";
  width: 20px;
  height: 17px;
  background-image: url(../image/arrow.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .btn-index::after {
    top: 50%;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 2.6666666667vw;
  }
}
.btn-index:hover::before {
  width: 100%;
  transition: 0.5s;
}
.btn-index span {
  position: relative;
  z-index: 2;
}

.btn-send {
  margin: 0 auto;
  color: #0f8fef;
  border: 3px solid #0f8fef;
  background-color: #fff;
  margin-bottom: 20px;
  display: block;
}
.btn-send::before {
  background-color: #0f8fef;
}
.btn-send::after {
  background-image: url("../image/arrow-blue.svg");
}
.btn-send:hover {
  color: #fff;
}
.btn-send:hover::after {
  background-image: url("../image/arrow.svg");
}

.btn-fix {
  margin: 0 auto;
  display: block;
  color: #576885;
  border: 3px solid #576885;
  background-color: #fff;
}
.btn-fix::before {
  background-color: #576885;
}
.btn-fix::after {
  background-image: url("../image/arrow-gray.svg");
}
.btn-fix:hover {
  color: #fff;
}
.btn-fix:hover::after {
  background-image: url("../image/arrow.svg");
}

.service__btn-index, .btn-contact, .news__btn-index {
  border: 3px solid #0f8fef;
  background-color: transparent;
}
.service__btn-index::before, .btn-contact::before, .news__btn-index::before {
  background-color: #0f8fef;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 950px) {
  .header {
    height: 60px;
  }
}
.header__wrapper {
  width: 100%;
  padding: 17px 32px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .header__wrapper {
    padding: 0px 0px 0px 20px;
  }
}
.header__img-wrapper {
  width: 233px;
  height: 34px;
}
@media screen and (max-width: 950px) {
  .header__img-wrapper {
    width: 170px;
    height: 25px;
  }
}
.header__img-wrapper img {
  width: 100%;
}
.header__right {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .header__right {
    display: none;
  }
}
.header__links {
  display: flex;
  justify-content: space-between;
  width: 450px;
}
@media screen and (max-width: 1100px) {
  .header__links {
    width: 440px;
  }
}
.header__link {
  display: inline-block;
  padding: 19px 8px;
  position: relative;
  font-size: 16px;
  color: #182445;
}
.header__link::after {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  background-color: #0f8fef;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.header__link:hover {
  color: #0f8fef;
}
.header__link:hover::after {
  width: 100%;
  transition: 0.3s;
}

.footer {
  position: relative;
  background-color: #040811;
  overflow: hidden;
}
.footer__logo-wrapper {
  width: 100%;
  margin-bottom: 42px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .footer__logo-wrapper {
    width: 246px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 550px) {
  .footer__logo-wrapper {
    margin-bottom: 24px;
  }
}
.footer__logo-wrapper img {
  width: 100%;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (max-width: 1160px) {
  .footer__top {
    width: 92.08984375vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__top {
    width: 100%;
    flex-direction: column;
    padding: 40px 16px;
  }
}
.footer__top-hr {
  height: 138px;
  width: 1px;
  background: #182445;
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .footer__top-hr {
    display: none;
  }
}
.footer__top-left {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer__top-left {
    width: 100%;
    border-right: none;
    padding-bottom: 40px;
    border-bottom: solid 1px #182445;
    margin-bottom: 40px;
  }
}
.footer__top-left-links {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.footer__top-left-link {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  opacity: 0.8;
}
.footer__top-left-link:hover {
  color: #0f8fef;
}
.footer__top-right {
  max-width: 592px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .footer__top-right {
    width: 440px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top-right {
    width: 100%;
    max-width: inherit;
  }
}
.footer__top-right-links {
  display: flex;
  -moz-column-gap: 72px;
       column-gap: 72px;
}
@media screen and (max-width: 1160px) {
  .footer__top-right-links {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top-right-links {
    flex-wrap: wrap;
    row-gap: 16px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .footer__top-right-links li {
    width: 50%;
  }
}
.footer__top-right-link {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  opacity: 0.8;
}
.footer__top-right-link:hover {
  color: #0f8fef;
}
.footer__top-right-servicelinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 10px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer__top-right-servicelinks {
    row-gap: 10px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.footer__top-right-servicelink {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  opacity: 0.8;
  padding-right: 20px;
  position: relative;
}
.footer__top-right-servicelink::after {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  background-image: url("../image/newtab.svg");
  position: absolute;
  background-size: contain;
  top: 4px;
  right: 0;
}
.footer__top-right-servicelink:hover {
  color: #0f8fef;
}
.footer__top-right-servicelink:hover::after {
  background-image: url(../image/newtab-right-blue.svg);
}
.footer__bottom {
  background: #182445;
}
.footer__bottom-wrapper {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 40px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1160px) {
  .footer__bottom-wrapper {
    width: 92.08984375vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom-wrapper {
    width: 100%;
    padding: 40px 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__bottom-left {
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__bottom-left {
    flex-wrap: wrap;
    row-gap: 48px;
  }
}
.footer__seal-area {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .footer__seal-area {
    flex-direction: column;
    row-gap: 16px;
    align-items: flex-start;
  }
}
.footer__seal-wrapper {
  width: 150px;
  height: 50px;
}
.footer__seal-wrapper img {
  width: 100%;
}
.footer__seal-text {
  width: 180px;
  font-size: 12px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .footer__seal-text {
    width: auto;
  }
}
.footer__phishing-area {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__phishing-area {
    width: 100%;
  }
}
.footer__phishing-img-wrapper {
  width: 150px;
}
.footer__phishing-img-wrapper a {
  display: block;
  height: 39px;
}
.footer__phishing-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__phishing-text {
  flex: 1;
  max-width: 180px;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  line-height: 1.5;
}
.footer__copy {
  text-align: right;
  color: #FFF;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
}
.footer__outline-wrapper {
  width: max(30%, 421px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.footer__outline-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hamburger__btn {
  width: 60px;
  height: 60px;
  display: none;
  padding: 19px 15px;
}
@media screen and (max-width: 950px) {
  .hamburger__btn {
    display: block;
  }
}
.hamburger__btn-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.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) {
  width: 100%;
  transform: rotate(-45deg);
  bottom: 10px;
  transition: 0.3s;
}
.hamburger__btn-line {
  width: 100%;
  height: 2px;
  background-color: #0f8fef;
  position: absolute;
  transition: 0.3s;
}
.hamburger__btn-line:nth-child(1) {
  top: 0;
  left: 0;
}
.hamburger__btn-line:nth-child(2) {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.hamburger__btn-line:nth-child(3) {
  width: 50%;
  bottom: 0;
  left: 0;
}

.hamburger {
  padding-top: 60px;
  background-color: #091023;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 3;
  display: none;
  height: 100vh;
  overflow-y: scroll;
  padding-left: 15px;
  padding-right: 15px;
}
.hamburger::-webkit-scrollbar {
  display: none;
}
.hamburger__btn-wrapper {
  display: none;
  width: 26px;
  height: 22px;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .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__link {
  font-size: 15px;
  display: block;
  padding-top: 23px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #3a4561;
  text-decoration: none;
  color: #fff;
}
.hamburger__link:hover {
  color: #0f8fef;
}
.hamburger .btn-orange-small {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 227px;
  line-height: 40px;
  font-size: 14px;
}
.hamburger__bottom {
  background-color: red;
  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;
}
.hamburger__seal-area {
  width: 272px;
  padding-top: 21px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}
.hamburger__seal-img-wrapper {
  width: 150px;
  height: -moz-fit-content;
  height: fit-content;
}
.hamburger__seal-img-wrapper img {
  width: 100%;
}
.hamburger__seal-text {
  font-size: 10px;
  letter-spacing: 0.02em;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}

.fv-under {
  width: 100%;
  background-color: #091023;
  padding-top: 230px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .fv-under {
    padding-top: 198px;
  }
}
@media screen and (max-width: 500px) {
  .fv-under {
    padding-top: 112px;
  }
}
.fv-under::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(9, 133, 223) 0%, rgb(9, 133, 223) 20%, rgba(9, 133, 223, 0.8) 20%, rgba(9, 133, 223, 0.8) 40%, rgba(9, 133, 223, 0.6) 40%, rgba(9, 133, 223, 0.6) 60%, rgba(9, 133, 223, 0.4) 60%, rgba(9, 133, 223, 0.4) 80%, rgba(9, 133, 223, 0.2) 80%, rgba(9, 133, 223, 0.2) 100%);
}
.fv-under__wrapper {
  width: 1160px;
  margin: 0 auto;
  padding-bottom: 92px;
}
@media screen and (max-width: 1200px) {
  .fv-under__wrapper {
    width: 80.5555555556vw;
  }
}
@media screen and (max-width: 500px) {
  .fv-under__wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}
.fv-under__title {
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .fv-under__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.fv-under__pan-items {
  display: flex;
  -moz-column-gap: 52px;
       column-gap: 52px;
  position: relative;
  flex-wrap: wrap;
  z-index: 2;
}
.fv-under__pan-link {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #0f8fef;
  opacity: 0.6;
}
.fv-under__pan-link:hover {
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .fv-under__pan-link {
    font-size: 12px;
  }
}
.fv-under__pan-item {
  position: relative;
}
.fv-under__pan-item::after {
  content: "";
  width: 28px;
  height: 1px;
  display: block;
  background-color: #0f8fef;
  position: absolute;
  right: -40px;
  top: 14px;
  opacity: 0.6;
}
.fv-under__pan-item:last-child::after {
  display: none;
}
.fv-under__bg-text {
  font-size: 159px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #111b36;
  position: absolute;
  top: 193px;
  right: 0px;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 950px) {
  .fv-under__bg-text {
    top: 161px;
  }
}
@media screen and (max-width: 768px) {
  .fv-under__bg-text {
    top: 183px;
    font-size: 100px;
  }
}
@media screen and (max-width: 500px) {
  .fv-under__bg-text {
    top: 107px;
    font-size: 55px;
  }
}/*# sourceMappingURL=common.css.map */