<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@1,500&amp;family=Noto+Sans+JP:wght@400;700;900&amp;display=swap");
/*////////////////////////////////////////////////////

    .設定

////////////////////////////////////////////////////*/
/*スペース*/
/*中央寄せ $direction x：横方向 y：縦方向 xy：縦横方向*/
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.comments {
  margin-top: 30px;
}
.comments li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  font-size: 0.9516837482vw;
}
@media only screen and (max-width: 767px) {
  .comments li {
    font-size: 12px;
    font-size: 3vw;
  }
}
.comments li a {
  color: #0077AC;
  font-weight: bold;
  opacity: 1;
}
.comments li a:hover {
  opacity: 0.8;
}

.btn_inq a {
  max-width: 70vw;
  border: 3px solid var(--unnamed-color-ffffff);
  background: #E44E00 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2392156863);
  border: 3px solid #FFFFFF;
  padding: 1vw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 26px;
  font-size: 1.9033674963vw;
  color: #fff;
  vertical-align: middle;
  margin: 5vw auto 0;
  align-items: center;
  transition: all 0.3s ease;
}
.btn_inq a:hover {
  background: #eb7231 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 767px) {
  .btn_inq a {
    padding: 3vw;
    max-width: 100%;
    font-size: 20px;
    font-size: 5vw;
  }
}
.btn_inq a i {
  display: flex;
  margin-right: 5px;
  width: 35px;
  vertical-align: middle;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .btn_inq a i {
    width: 25px;
  }
}
.btn_inq a i img {
  width: 100%;
  height: auto;
}
.btn_inq a span {
  font-size: 30px;
  font-size: 2.196193265vw;
  margin-right: 0.4vw;
}
@media only screen and (max-width: 767px) {
  .btn_inq a span {
    font-size: 22px;
    font-size: 5.5vw;
  }
}

.titWrap {
  position: relative;
  background: transparent radial-gradient(circle at center -100%, #448FC1 17%, #0C3F71 63%) 0% 0% no-repeat padding-box;
  padding: 5vw;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
.titWrap.style01 {
  padding: 3vw 3vw 5vw 3vw;
}
.titWrap .sub {
  font-size: 28px;
  font-size: 2.0497803807vw;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .titWrap .sub {
    font-size: 15px;
    font-size: 3.75vw;
  }
}
.titWrap .sub::before, .titWrap .sub::after {
  background-color: #fff;
  content: "";
  height: 0.2vw;
  width: 2.3vw;
}
.titWrap .sub::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.titWrap .sub::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
.titWrap h2 {
  font-size: 40px;
  font-size: 2.9282576867vw;
  text-align: center;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .titWrap h2 {
    font-size: 18px;
    font-size: 4.5vw;
    line-height: 1.5;
  }
}
.titWrap::before {
  content: "";
  background-image: url("/biz/lp/internet/img/ico_kamome.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6vw;
  height: 5vw;
  position: absolute;
  right: 2vw;
  top: 45%;
  display: block;
}

.titWrap2 {
  text-align: center;
  font-size: 35px;
  font-size: 2.5622254758vw;
  font-family: "Noto Sans JP";
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .titWrap2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .titWrap2 {
    font-size: 21px;
    font-size: 5.25vw;
    margin-bottom: 30px;
  }
}
.titWrap2 span {
  color: #0C3F71;
}

.wrap01 {
  width: 60vw;
  margin: 0 auto;
  text-align: center;
  margin-top: -4vh;
  z-index: 999;
  position: relative;
  padding: 3vh;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrap01 {
    margin-top: -1.5vh;
    width: 80vw;
    padding: 2.5vh 3vh;
  }
}
@media only screen and (max-width: 767px) {
  .wrap01 {
    margin-top: -1.5vh;
    width: 80vw;
    padding: 2.5vh 3vh;
  }
}
.wrap01::before {
  transform: skewX(-9deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  z-index: -1;
  background: #fff;
  box-shadow: 0px 0px 28px rgba(12, 32, 61, 0.1098039216);
}
.wrap01 h2 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-size: 25px;
  font-size: 1.8301610542vw;
}
@media only screen and (max-width: 767px) {
  .wrap01 h2 {
    font-size: 18px;
    font-size: 4.5vw;
  }
}
.wrap01 h2 img {
  display: inline-flex;
}
.wrap01 h2 p {
  line-height: 1;
}
.wrap01 .img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .wrap01 .img {
    width: 90%;
  }
}
.wrap01 .img img {
  width: 100%;
  height: auto;
}

.fall_anim {
  opacity: 0;
}
.fall_anim.is-animated {
  animation: fadein 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  transition-timing-function: ease;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.sp-none {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.parallax {
  background-image: url("/biz/lp/internet/img/bg_base.jpg");
  background-attachment: fixed;
  background-position: center;
  padding: 0 0 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .parallax {
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .parallax {
    background-image: url("/biz/lp/internet/img/bg_base_sp.jpg");
    padding: 0 0 30px 0;
  }
}

.parallax02 {
  background-image: url("/biz/lp/internet/img/bg_campaign.jpg");
  background-attachment: fixed;
  background-position: center;
  padding: 0 0 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .parallax02 {
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .parallax02 {
    padding: 0 0 30px 0;
  }
}

.contBox01 {
  max-width: 80vw;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .contBox01 {
    max-width: 100%;
  }
}
.contBox01 h3 {
  background: #0C3F71;
  font-size: 22px;
  font-size: 1.6105417277vw;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 700;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contBox01 h3 {
    font-size: 18px;
    font-size: 4.5vw;
  }
}
.contBox01 .wrap {
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-bottom: 40px;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.0784313725);
}
@media only screen and (max-width: 767px) {
  .contBox01 .wrap {
    padding: 20px 15px;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.contBox01 .wrap .img {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .contBox01 .wrap .img {
    width: 100%;
  }
}
.contBox01 .wrap .img img {
  width: 100%;
  height: auto;
}
.contBox01 .wrap p {
  font-size: 14px;
  font-size: 1.0248901903vw;
  font-weight: bold;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .contBox01 .wrap p {
    font-size: 14px;
    font-size: 3.5vw;
    width: 100%;
    margin-top: 20px;
  }
}

.contBox02 {
  max-width: 80vw;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.0784313725);
}
@media only screen and (max-width: 767px) {
  .contBox02 {
    max-width: 100%;
  }
}
.contBox02 h3 {
  background: #0C3F71;
  font-size: 22px;
  font-size: 1.6105417277vw;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 700;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contBox02 h3 {
    font-size: 18px;
    font-size: 4.5vw;
  }
}
.contBox02 .pBox {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .contBox02 .pBox {
    padding: 15px;
  }
}
.contBox02 .col_box:first-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contBox02 .col_box:first-child {
    margin-bottom: 15px;
  }
}
.contBox02 .col_box h4 {
  font-size: 18px;
  font-size: 1.317715959vw;
  position: relative;
  background-image: linear-gradient(90deg, #46aadc 0 30%, #dedede 30%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
}
@media only screen and (max-width: 767px) {
  .contBox02 .col_box h4 {
    font-size: 16px;
    font-size: 4vw;
  }
}
.contBox02 .col_box h4.style01 {
  background-image: linear-gradient(90deg, #E44E00 0 30%, #dedede 30%);
}
.contBox02 .col_box .wrap {
  background: #ECF1F2;
  padding: 30px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contBox02 .col_box .wrap.style01 {
  background: #FBFAE4;
}
@media only screen and (max-width: 767px) {
  .contBox02 .col_box .wrap {
    padding: 20px 10px;
    flex-direction: column;
  }
}
.contBox02 .col_box .wrap .img {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .contBox02 .col_box .wrap .img {
    width: 100%;
  }
}
.contBox02 .col_box .wrap .img img {
  width: 100%;
  height: auto;
}
.contBox02 .col_box .wrap p {
  font-size: 15px;
  font-size: 1.0980966325vw;
  font-weight: bold;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .contBox02 .col_box .wrap p {
    width: 100%;
    font-size: 14px;
    font-size: 3.5vw;
    margin-top: 20px;
  }
}
.contBox02 .col_box .wrap p span {
  text-decoration: underline;
  color: #E44E00;
}

.contBox03 {
  position: relative;
}
.contBox03::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #17436D;
}
.contBox03 .fukidashi {
  width: 63vw;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
  z-index: 999;
  position: relative;
  padding: 3vh;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .contBox03 .fukidashi {
    margin-top: 30px;
    padding: 2vh;
  }
}
@media only screen and (max-width: 767px) {
  .contBox03 .fukidashi {
    margin-top: 30px;
    padding: 2vh;
  }
}
.contBox03 .fukidashi::before {
  transform: skewX(-9deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  z-index: -1;
  background: transparent radial-gradient(circle at center -100%, #1D4C7B 17%, #001D3A 63%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 28px rgba(12, 32, 61, 0.1098039216);
}
.contBox03 .fukidashi .sub {
  font-size: 23px;
  font-size: 1.6837481698vw;
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .contBox03 .fukidashi .sub {
    font-size: 15px;
    font-size: 3.75vw;
    margin-bottom: 5px;
  }
}
.contBox03 .fukidashi .txt {
  font-size: 28px;
  font-size: 2.0497803807vw;
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #fff;
  display: inline;
  position: relative;
  background: linear-gradient(transparent 90%, #2C88B8 0%);
}
@media only screen and (max-width: 767px) {
  .contBox03 .fukidashi .txt {
    font-size: 18px;
    font-size: 4.5vw;
    line-height: 1.5;
  }
}
.contBox03 .fukidashi .txt span {
  color: #FFE817;
}

.contBox04 {
  max-width: 1000px;
  margin: 60px auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .contBox04 {
    margin: 30px auto 0;
  }
}
.contBox04 h3 {
  text-align: center;
  width: 50%;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .contBox04 h3 {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.contBox04 h3 img {
  width: 100%;
  height: auto;
}
.contBox04 .point {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .contBox04 .point {
    flex-wrap: wrap;
  }
}
.contBox04 .point li {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 300px;
  box-sizing: border-box;
  background: #0C3F71;
  border-radius: 100vw;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .contBox04 .point li {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .contBox04 .point li {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 320px) {
  .contBox04 .point li {
    width: 130px;
    height: 130px;
  }
}
.contBox04 .point li .ico {
  max-width: 75px;
  margin-bottom: 10px;
}
.contBox04 .point li .ico img {
  width: 100%;
  height: auto;
}
.contBox04 .point li p {
  font-size: 26px;
  font-size: 1.9033674963vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contBox04 .point li p {
    font-size: 15px;
    font-size: 3.75vw;
  }
}
.contBox04 .text01 {
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .contBox04 .text01 {
    margin: 10px 0 10px;
  }
}

.text01 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  font-size: 1.4641288433vw;
  text-align: center;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .text01.left {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .text01 {
    font-size: 16px;
    font-size: 4vw;
    margin: 0;
    padding: 0 15px;
  }
}

.lp {
  margin-top: 0;
}
@media only screen and (min-width: 1100px) {
  .lp {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .lp {
    padding-top: 13.5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp {
    padding-top: 6.75vw;
  }
}
.lp .mv {
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 100px);
  background-size: cover;
  z-index: -1;
  animation: biz-bk-anim 4s forwards linear;
  background-image: url(/biz/lp/internet/img/bg_mv.jpg);
}
@media only screen and (max-width: 767px) {
  .lp .mv {
    height: 100%;
    height: -webkit-fill-available;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .mv {
    height: 50vh;
  }
}
@media only screen and (max-width: 767px) {
  .lp .mv {
    background-image: url(/biz/lp/internet/img/bg_mv_sp.jpg);
  }
}
.lp .mv .mvWrap {
  position: relative;
}
.lp .mv .mv_main {
  width: 100%;
  display: flex;
  height: 89vh;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .mv .mv_main {
    height: 50vh;
  }
}
@media only screen and (max-width: 767px) {
  .lp .mv .mv_main {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }
}
.lp .mv .mv_main .txtArea {
  margin-top: -10vh;
  position: relative;
  font-family: "Noto Sans JP";
  font-weight: 700;
  width: 45vw;
  padding-left: 3vw;
}
@media only screen and (max-width: 767px) {
  .lp .mv .mv_main .txtArea {
    width: 90vw;
    text-align: center;
    padding-left: 0;
    margin-top: 9vw;
  }
}
@media screen and (max-width: 320px) {
  .lp .mv .mv_main .txtArea {
    margin-top: 6vw;
  }
}
.lp .mv .mv_main .txtArea .sub {
  display: inline-block;
  opacity: 0;
  opacity: 0;
  animation: fadein 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  transition-timing-function: ease;
  font-size: 19px;
  font-size: 1.3909224012vw;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  width: 35vw;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .lp .mv .mv_main .txtArea .sub {
    font-size: 16px;
    font-size: 4vw;
    width: 90vw;
  }
  .lp .mv .mv_main .txtArea .sub::before {
    top: -5px;
  }
  .lp .mv .mv_main .txtArea .sub::after {
    bottom: -5px;
  }
}
@media screen and (max-width: 320px) {
  .lp .mv .mv_main .txtArea .sub {
    margin-bottom: 15px;
  }
}
.lp .mv .mv_main .txtArea .sub::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  left: 0;
  top: -10px;
}
@media only screen and (max-width: 767px) {
  .lp .mv .mv_main .txtArea .sub::before {
    height: 2px;
  }
}
@media screen and (max-width: 320px) {
  .lp .mv .mv_main .txtArea .sub::before {
    top: -5px;
  }
}
.lp .mv .mv_main .txtArea .sub::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  left: 0;
  bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .lp .mv .mv_main .txtArea .sub::after {
    height: 2px;
  }
}
@media screen and (max-width: 320px) {
  .lp .mv .mv_main .txtArea .sub::after {
    bottom: -5px;
  }
}
.lp .mv .mv_main .txtArea .txt01 {
  font-size: 28px;
  font-size: 2.0497803807vw;
  opacity: 0;
  animation: fadein 1s;
  animation-delay: 0.75s;
  animation-fill-mode: forwards;
  transition-timing-function: ease;
  vertical-align: middle;
  color: #fff;
  text-shadow: 0px 0px 29px rgba(10, 79, 132, 0.9803921569);
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .lp .mv .mv_main .txtArea .txt01 {
    line-height: 1;
    font-size: 20px;
    font-size: 5vw;
    margin-bottom: 5px;
  }
}
.lp .mv .mv_main .txtArea .txt01 span {
  font-size: 20px;
  font-size: 1.4641288433vw;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .lp .mv .mv_main .txtArea .txt01 span {
    line-height: 1;
    font-size: 15px;
    font-size: 3.75vw;
  }
}
.lp .mv .mv_main .txtArea .txt02 {
  opacity: 0;
  animation: fadein 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  transition-timing-function: ease;
  color: #fff;
  text-shadow: 0px 0px 29px rgba(10, 79, 132, 0.9803921569);
  line-height: 1.3em;
  font-size: 57px;
  font-size: 4.1727672035vw;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .lp .mv .mv_main .txtArea .txt02 {
    font-size: 32px;
    font-size: 8vw;
  }
}
@media screen and (max-width: 320px) {
  .lp .mv .mv_main .txtArea .txt02 {
    font-size: 25px;
    font-size: 6.25vw;
    line-height: 1.2;
  }
}
.lp .mv .mv_main .txtArea .txt02 span {
  color: #FFE817;
}
.lp .mv .mv_main .txtArea .logo {
  display: inline-block;
  opacity: 0;
  animation: fadein 1s;
  animation-delay: 1.25s;
  animation-fill-mode: forwards;
  transition-timing-function: ease;
  margin-top: 15px;
  filter: drop-shadow(0px 0px 29px rgba(10, 79, 132, 0.9803921569));
  width: 28vw;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .lp .mv .mv_main .txtArea .logo {
    width: 80vw;
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  .lp .mv .mv_main .txtArea .logo {
    margin-top: 10px;
    width: 60vw;
  }
}
.lp .mv .mv_main .txtArea .logo img {
  width: 100%;
  height: auto;
}
.lp .mv .mv_main .txtArea .label {
  position: absolute;
  right: -10px;
  top: 0;
  width: 11vw;
  animation: kurukuru 0.8s ease;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .lp .mv .mv_main .txtArea .label {
    left: -10px;
    top: -7vw;
    width: 21vw;
  }
}
@media screen and (max-width: 320px) {
  .lp .mv .mv_main .txtArea .label {
    top: -4vw;
  }
}
@keyframes kurukuru {
  0% {
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
.lp .mv .mv_main .txtArea .label img {
  width: 100%;
  height: auto;
}
.lp .mv .mv_main .txtArea .pointList {
  opacity: 0;
  animation: fadein 1s;
  animation-delay: 1.75s;
  animation-fill-mode: forwards;
  transition-timing-function: ease;
  margin-top: 3vh;
  display: flex;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .mv .mv_main .txtArea .pointList {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .lp .mv .mv_main .txtArea .pointList {
    justify-content: center;
    margin-top: 10px;
  }
}
.lp .mv .mv_main .txtArea .pointList li {
  background: rgba(255, 255, 255, 0.5019607843) 0% 0% no-repeat padding-box;
  border: 4px solid #0C3F71;
  padding: 20px;
  font-size: 21px;
  font-size: 1.5373352855vw;
  color: #0C3F71;
  line-height: 1.3em;
  text-align: center;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .lp .mv .mv_main .txtArea .pointList li {
    width: 40%;
    font-size: 16px;
    font-size: 4vw;
    padding: 5px;
    border: 2px solid #0C3F71;
    margin-right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .lp .mv .mv_main .txtArea .pointList li {
    width: 35%;
    line-height: 1.2;
    padding: 3px;
    font-size: 13px;
    font-size: 3.25vw;
    border: 1px solid #0C3F71;
  }
}
.lp .mv .mv_main .txtArea .pointList li:last-child {
  margin-right: 0;
}
.lp .mv .mv_main .imgArea {
  margin-top: -10vh;
  opacity: 0;
  animation: fadein 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  transition-timing-function: ease;
  width: 55vw;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .lp .mv .mv_main .imgArea {
    width: 70vw;
    margin-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  .lp .mv .mv_main .imgArea {
    width: 40vw;
    margin-top: 10px;
  }
}
.lp .mv .mv_main .imgArea img {
  width: 100%;
  height: auto;
}
.lp .mv .camBtnArea {
  animation: shake 3s infinite;
  position: absolute;
  right: 1vw;
  bottom: 0.5vw;
}
@keyframes shake {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-3deg);
  }
  30% {
    transform: rotate(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .mv .camBtnArea {
    bottom: 8.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .lp .mv .camBtnArea {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
  }
}
.lp .mv .camBtnArea p {
  width: 25vw;
}
@media only screen and (max-width: 767px) {
  .lp .mv .camBtnArea p {
    width: 80vw;
  }
}
@media screen and (max-width: 320px) {
  .lp .mv .camBtnArea p {
    width: 60vw;
  }
}
.lp .mv .camBtnArea p img {
  width: 100%;
  height: auto;
}
.lp .mv .chuArea {
  position: absolute;
  left: 30px;
  bottom: 0.5vw;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .mv .chuArea {
    bottom: 7.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .lp .mv .chuArea {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    line-height: 1.2;
  }
}
@media screen and (max-width: 320px) {
  .lp .mv .chuArea {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .lp .mv .chuArea br {
    display: none;
  }
}
.lp .mv .chuArea p {
  color: #fff;
  text-indent: -2em;
  margin-bottom: 20px;
  font-size: 11px;
  font-size: 0.8052708638vw;
}
@media only screen and (max-width: 767px) {
  .lp .mv .chuArea p {
    padding: 0 10px 30px;
    font-size: 9px;
    font-size: 2.25vw;
  }
}
.lp .content01 {
  box-sizing: border-box;
  padding: 5vw;
  background-image: url("/biz/lp/internet/img/bg_content01.jpg");
  background-size: cover;
  background-position: center;
}
.lp .content01 .nayamiWrap {
  max-width: 80vw;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp .content01 .nayamiWrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content01 {
    max-width: 100%;
  }
}
.lp .content01 .fukidashi {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 50vw;
  margin: 0 auto 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content01 .fukidashi {
    width: 90vw;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content01 .fukidashi {
    width: 90vw;
    margin: 0 auto 20px;
  }
}
.lp .content01 .fukidashi::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
}
@media only screen and (max-width: 767px) {
  .lp .content01 .fukidashi::after {
    margin-left: -15px;
    bottom: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
  }
}
.lp .content01 .fukidashi h2 {
  padding: 0.5vw;
  text-align: center;
  font-size: 22px;
  font-size: 1.6105417277vw;
  background-color: #0C3F71;
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lp .content01 .fukidashi h2 {
    padding: 2.5vw 5px;
    font-size: 14px;
    font-size: 3.5vw;
  }
}
.lp .content01 .fukidashi p {
  background-color: #fff;
  padding: 0.3vw;
  font-size: 30px;
  font-size: 2.196193265vw;
  font-family: "Noto Sans JP";
  font-weight: 900;
  text-align: center;
  color: #0C3F71;
}
@media only screen and (max-width: 767px) {
  .lp .content01 .fukidashi p {
    padding: 1vw;
    font-size: 21px;
    font-size: 5.25vw;
  }
}
.lp .content01 .nayami {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content01 .nayami {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content01 .nayami {
    flex-wrap: wrap;
  }
}
.lp .content01 .nayami li {
  margin-right: 15px;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 18vw;
  height: 18vw;
  position: relative;
  box-sizing: border-box;
}
.lp .content01 .nayami li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .lp .content01 .nayami li {
    margin-right: 0;
  }
  .lp .content01 .nayami li:last-child {
    margin-right: 0;
  }
}
.lp .content01 .nayami li::before {
  width: 18vw;
  height: 18vw;
  position: absolute;
  left: 0;
  right: 0;
  background: url(/biz/lp/internet/img/bg_nayami.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
}
@media only screen and (max-width: 767px) {
  .lp .content01 .nayami li::before {
    width: 42vw;
    height: 42vw;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content01 .nayami li {
    padding: 1vw; /*borderの太さ*/
    width: 42vw;
    height: 42vw;
  }
  .lp .content01 .nayami li:last-child, .lp .content01 .nayami li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.lp .content01 .nayami li .txt {
  z-index: 99;
  position: relative;
  align-items: center;
  font-size: 20px;
  font-size: 1.4641288433vw;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1.3em;
  color: #0C3F71;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content01 .nayami li .txt {
    font-size: 7px;
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content01 .nayami li .txt {
    font-size: 15px;
    font-size: 3.75vw;
  }
}
.lp .content01 .nayami li .txt p {
  box-sizing: border-box;
  padding: 10px;
}
.lp .content01 .nayami li .txt p span {
  display: inline;
  color: #2C88B8;
}
.lp .content03 {
  margin-top: 12vh;
}
.lp .content03 .rank {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #333333;
  width: 90vw;
  box-sizing: border-box;
  margin: 0px auto 115px;
  padding: 10vw 5vw 0 5vw;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content03 .rank {
    margin: 0px auto 35px;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content03 .rank {
    width: 95vw;
    padding: 10vw 2vw 0 2vw;
    margin: 0px auto 35px;
  }
}
.lp .content03 .rank .label {
  z-index: 99;
  position: absolute;
  top: -10vh;
  left: 50vw;
  margin-left: -30vw;
  width: 50vw;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content03 .rank .label {
    left: 41vw;
    width: 69vw;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content03 .rank .label {
    left: 38vw;
    width: 80vw;
  }
}
.lp .content03 .rank .label img {
  width: 100%;
  height: auto;
}
.lp .content03 .rank .txtBox {
  background-color: #fff;
  box-sizing: border-box;
  padding: 3vw;
  max-width: 1000px;
  margin: 3vh auto 0;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content03 .rank .txtBox {
    margin: 1vh auto 0;
  }
}
.lp .content03 .rank .txtBox p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  z-index: 99;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lp .content03 .rank .txtBox p {
    text-align: left;
    font-size: 14px;
    font-size: 3.5vw;
  }
}
.lp .content03 .rank .txtBox p span {
  color: #0C3F71;
  display: inline;
  position: relative;
  background: linear-gradient(transparent 85%, #FFE817 0%);
}
.lp .content03 .rank .txtBox::before, .lp .content03 .rank .txtBox::after {
  content: url(/biz/img/leaf.svg);
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .lp .content03 .rank .txtBox::before {
    top: 10px;
    left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content03 .rank .txtBox::before {
    top: 2.7vw;
    left: 1.3vw;
  }
}
.lp .content03 .rank .txtBox::after {
  transform: rotate(-180deg);
}
@media only screen and (min-width: 768px) {
  .lp .content03 .rank .txtBox::after {
    bottom: 10px;
    right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content03 .rank .txtBox::after {
    bottom: 2.7vw;
    right: 1.3vw;
  }
}
.lp .content03 .rank .chu {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1vw 3vw 1vw 3vw;
}
@media only screen and (max-width: 767px) {
  .lp .content03 .rank .chu {
    padding: 3vw 3vw 3vw 3vw;
  }
}
.lp .content03 .rank .chu li {
  box-sizing: border-box;
  color: #fff;
  text-indent: -4em;
  font-size: 11px;
  font-size: 0.8052708638vw;
}
@media only screen and (max-width: 767px) {
  .lp .content03 .rank .chu li {
    padding: 0 10px;
    text-indent: -2em;
    font-size: 11px;
    font-size: 2.75vw;
  }
}
.lp .content03 .rank::after {
  bottom: -4.97vw;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  border-top: 5vw solid #333333;
  border-right: 45vw solid transparent;
  border-left: 45vw solid transparent;
  margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  .lp .content03 .rank::after {
    border-right: 47vw solid transparent;
    border-left: 47vw solid transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content04 {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content04 {
    padding: 10px;
  }
}
.lp .bg_stripe {
  position: relative;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgb(245, 245, 245) 20px, rgb(245, 245, 245) 21px);
  padding: 5vw 0;
  box-shadow: 0px 0px 28px rgba(12, 32, 61, 0.1098039216);
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .bg_stripe {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .lp .bg_stripe {
    padding: 20px 15px;
  }
}
.lp .bg_stripe h2 {
  max-width: 70vw;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-size: 2.196193265vw;
  font-family: "Noto Sans JP";
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .lp .bg_stripe h2 {
    text-align: left;
    max-width: 100%;
    font-size: 20px;
    font-size: 5vw;
    margin-bottom: 15px;
  }
}
.lp .bg_stripe .wrap {
  display: flex;
  position: relative;
  max-width: 70vw;
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .lp .bg_stripe .wrap {
    max-width: 100%;
  }
}
.lp .bg_stripe .wrap .cont {
  width: 50vw;
}
@media only screen and (max-width: 767px) {
  .lp .bg_stripe .wrap .cont {
    width: 100%;
  }
}
.lp .bg_stripe .wrap .cont dl {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.lp .bg_stripe .wrap .cont dl dt {
  color: #0C3F71;
  background-color: #DBE6E8;
  display: table-cell;
  padding: 0.5vw;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 30px;
  font-size: 2.196193265vw;
  text-align: center;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .lp .bg_stripe .wrap .cont dl dt {
    font-size: 20px;
    font-size: 5vw;
    padding: 4vw 2.5vw;
    vertical-align: middle;
  }
}
.lp .bg_stripe .wrap .cont dl dd {
  position: relative;
  text-align: center;
  background-color: #F3F3F3;
  display: table-cell;
  padding: 0.5vw 2vw 0.5vw 0.5vw;
  font-size: 23px;
  font-size: 1.6837481698vw;
  vertical-align: middle;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lp .bg_stripe .wrap .cont dl dd {
    font-size: 18px;
    font-size: 4.5vw;
    padding: 4vw 2.5vw;
    vertical-align: middle;
  }
}
.lp .bg_stripe .wrap .cont dl dd::after {
  content: "";
  position: absolute;
  left: 44%;
  margin-left: -15px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #0C3F71;
  z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .bg_stripe .wrap .cont dl dd::after {
    left: 50%;
    font-size: 18px;
    font-size: 4.5vw;
    margin-left: -10px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0C3F71;
  }
}
@media only screen and (max-width: 767px) {
  .lp .bg_stripe .wrap .cont dl dd::after {
    left: 50%;
    font-size: 18px;
    font-size: 4.5vw;
    margin-left: -10px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0C3F71;
  }
}
.lp .bg_stripe .wrap .cont dl.style02 dt {
  background-color: #0C3F71;
  color: #fff;
}
.lp .bg_stripe .wrap .cont dl.style02 dd {
  background-color: #2C88B8;
  color: #fff;
}
.lp .bg_stripe .wrap .cont dl.style02 dd i {
  width: 3vw;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5vw;
}
@media only screen and (max-width: 767px) {
  .lp .bg_stripe .wrap .cont dl.style02 dd i {
    width: 9vw;
    margin-left: 2vw;
  }
}
.lp .bg_stripe .wrap .cont dl.style02 dd i img {
  width: 100%;
  height: auto;
}
.lp .bg_stripe .wrap .cont dl.style02 dd::after {
  display: none;
}
.lp .bg_stripe .wrap .step {
  position: absolute;
  right: 2vw;
  top: -7vw;
  display: flex;
  width: 13vw;
  height: 13vw;
  border-radius: 50%;
  background-color: #2C88B8;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .lp .bg_stripe .wrap .step {
    position: absolute;
    width: 27vw;
    height: 27vw;
    right: -2vw;
    top: -23vw;
  }
}
.lp .bg_stripe .wrap .step p {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 23px;
  font-size: 1.6837481698vw;
  text-align: center;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lp .bg_stripe .wrap .step p {
    font-size: 16px;
    font-size: 4vw;
  }
}
.lp .bg_stripe .wrap .step p span {
  color: #FFE817;
}
.parallax .lp .content05 {
  padding: 0;
}
.lp .content05 .service_list {
  display: flex;
  justify-content: space-between;
  padding: 4vw 1.5vw 0;
  align-items: stretch;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content05 .service_list {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content05 .service_list {
    padding: 20px 15px;
    flex-direction: column;
  }
}
.lp .content05 .service_list &gt; li {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 45px 20px;
  box-sizing: border-box;
  width: 23vw;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content05 .service_list &gt; li {
    width: 46vw;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content05 .service_list &gt; li {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .lp .content05 .service_list &gt; li:last-child {
    margin-bottom: 0;
  }
}
.lp .content05 .service_list &gt; li:last-child {
  margin-right: 0;
}
.lp .content05 .service_list &gt; li .sub {
  font-family: "Noto Sans JP";
  font-weight: 900;
  border: 1px solid #2C88B8;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  color: #2C88B8;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-size: 15px;
  font-size: 1.0980966325vw;
}
@media only screen and (max-width: 767px) {
  .lp .content05 .service_list &gt; li .sub {
    font-size: 15px;
    font-size: 3.75vw;
  }
}
.lp .content05 .service_list &gt; li h4 {
  font-family: "Noto Sans JP";
  font-weight: 900;
  color: #0C3F71;
  font-size: 26px;
  font-size: 1.9033674963vw;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .lp .content05 .service_list &gt; li h4 {
    font-size: 23px;
    font-size: 5.75vw;
  }
}
.lp .content05 .service_list &gt; li .price {
  background-color: #E3E9EC;
  padding: 5px 10px;
  font-size: 18px;
  font-size: 1.317715959vw;
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #0C3F71;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .lp .content05 .service_list &gt; li .price {
    font-size: 16px;
    font-size: 4vw;
  }
}
.lp .content05 .service_list &gt; li .price span {
  font-size: 13px;
  font-size: 0.9516837482vw;
  vertical-align: baseline;
}
@media only screen and (max-width: 767px) {
  .lp .content05 .service_list &gt; li .price span {
    font-size: 13px;
    font-size: 3.25vw;
  }
}
.lp .content05 .service_list &gt; li .price .link {
  letter-spacing: -1px;
  color: #2C88B8;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.lp .content05 .service_list &gt; li .price .link:hover {
  color: #6ab8e2;
}
.lp .content05 .service_list &gt; li .price .link::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: solid 2px #2C88B8;
  border-right: solid 2px #2C88B8;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: -15px;
}
.lp .content05 .service_list &gt; li .check li {
  font-size: 2rem;
  font-family: "Noto Sans JP";
  font-weight: 700;
  position: relative;
  line-height: 1.3;
  margin-bottom: 7px;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 13px;
  font-size: 0.9516837482vw;
}
@media only screen and (max-width: 767px) {
  .lp .content05 .service_list &gt; li .check li {
    font-size: 15px;
    font-size: 3.75vw;
    margin-bottom: 5px;
  }
}
.lp .content05 .service_list &gt; li .check li::before {
  content: "";
  background-image: url("/biz/lp/internet/img/ico_check.png");
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  position: relative;
  margin-right: 5px;
  vertical-align: text-top;
}
.lp .content05 .service_list &gt; li .btn a {
  background: #2C88B8 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2705882353);
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.0248901903vw;
  font-family: "Noto Sans JP";
  font-weight: 700;
  padding: 8px 15px;
  box-sizing: border-box;
  max-width: 80%;
  margin: 20px auto 0;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}
.lp .content05 .service_list &gt; li .btn a:hover {
  background: #65b3dd 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 767px) {
  .lp .content05 .service_list &gt; li .btn a {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
.lp .content06 .camWrap {
  padding: 5vw;
  box-sizing: border-box;
  max-width: 75vw;
  margin: 5vw auto;
  background: url(/biz/lp/internet/img/cam_bg.svg);
  background-size: cover;
  background-color: #FFFDE5;
  border: 6px solid #448FC1;
  -o-border-image: linear-gradient(to right, #448FC1 0%, #0C3F71 100%);
     border-image: linear-gradient(to right, #448FC1 0%, #0C3F71 100%);
  border-image-slice: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content06 .camWrap {
    max-width: 90vw;
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content06 .camWrap {
    max-width: 90vw;
    padding: 20px 15px;
  }
}
.lp .content06 .camWrap .img {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp .content06 .camWrap .img {
    width: 100%;
  }
}
.lp .content06 .camWrap .img img {
  width: 100%;
  height: auto;
}
.lp .content06 .camWrap .dlWrap {
  margin: 40px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content06 .camWrap .dlWrap {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content06 .camWrap .dlWrap {
    margin: 30px 0;
  }
}
.lp .content06 .camWrap .dlWrap dl {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lp .content06 .camWrap .dlWrap dl {
    display: block;
    margin-bottom: 10px;
  }
  .lp .content06 .camWrap .dlWrap dl:last-child {
    margin-bottom: 0;
  }
}
.lp .content06 .camWrap .dlWrap dl dt {
  color: #fff;
  background-color: #0C3F71;
  display: table-cell;
  padding: 0.5vw;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 20px;
  font-size: 1.4641288433vw;
  text-align: center;
  width: 20%;
  box-sizing: border-box;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .lp .content06 .camWrap .dlWrap dl dt {
    display: block;
    font-size: 18px;
    font-size: 4.5vw;
    width: 100%;
  }
}
.lp .content06 .camWrap .dlWrap dl dd {
  background-color: #fff;
  display: table-cell;
  padding: 0.5vw 1.5vw;
  font-size: 19px;
  font-size: 1.3909224012vw;
  vertical-align: middle;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .lp .content06 .camWrap .dlWrap dl dd {
    display: block;
    font-size: 14px;
    font-size: 3.5vw;
    text-align: center;
    padding: 10px;
    line-height: 1.5;
  }
}
.lp .content06 .camWrap .try h3 {
  background: #001D3A;
  font-size: 22px;
  font-size: 1.6105417277vw;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 700;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp .content06 .camWrap .try h3 {
    font-size: 17px;
    font-size: 4.25vw;
  }
}
.lp .content06 .camWrap .try .cont {
  background-color: #fff;
  padding: 3vw;
  box-sizing: border-box;
}
.lp .content06 .camWrap .try p {
  font-size: 15px;
  font-size: 1.0980966325vw;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .lp .content06 .camWrap .try p {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content06 .btn_inq {
    padding: 0 15px;
  }
}
.lp .content07 .text01 {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content07 .text01 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content07 .text01 {
    margin-top: 30px;
  }
}
.lp .content07 .voice {
  display: flex;
  flex-wrap: wrap;
  max-width: 80vw;
  margin: 60px auto 40px;
  justify-content: space-between;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content07 .voice {
    margin: 0;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content07 .voice {
    max-width: 100%;
    flex-direction: column;
    margin: 0;
    padding: 20px 10px;
  }
}
.lp .content07 .voice li {
  margin-bottom: 20px;
  width: 49%;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1607843137);
  padding: 2vw 3vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .lp .content07 .voice li {
    width: 100%;
    padding: 20px 10px;
  }
  .lp .content07 .voice li:last-child {
    margin-bottom: 0;
  }
}
.lp .content07 .voice li .wrapCont {
  display: flex;
  align-items: center;
}
.lp .content07 .voice li .wrapCont .ico {
  margin-right: 20px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .lp .content07 .voice li .wrapCont .ico {
    margin-right: 5px;
  }
}
.lp .content07 .voice li .wrapCont .ico img {
  width: 100%;
  height: auto;
}
.lp .content07 .voice li .wrapCont .txt .tit, .lp .content07 .voice li .wrapCont .txt .star {
  display: flex;
  align-items: center;
}
.lp .content07 .voice li .wrapCont .txt .tit dt, .lp .content07 .voice li .wrapCont .txt .star dt {
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 11px;
  font-size: 0.8052708638vw;
  color: #fff;
  width: 6rem;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .lp .content07 .voice li .wrapCont .txt .tit dt, .lp .content07 .voice li .wrapCont .txt .star dt {
    width: 5rem;
    font-size: 11px;
    font-size: 2.75vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content07 .voice li .wrapCont .txt .tit {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content07 .voice li .wrapCont .txt .tit {
    margin-bottom: 5px;
  }
}
.lp .content07 .voice li .wrapCont .txt .tit dt {
  background-color: #001D3A;
  text-align: center;
}
.lp .content07 .voice li .wrapCont .txt .tit dd {
  font-size: 17px;
  font-size: 1.2445095168vw;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lp .content07 .voice li .wrapCont .txt .tit dd {
    font-size: 16px;
    font-size: 4vw;
  }
}
.lp .content07 .voice li .wrapCont .txt .star dt {
  background-color: #E44E00;
  text-align: center;
}
.lp .content07 .voice li .wrapCont .txt .star dd {
  color: #E44E00;
  font-size: 15px;
  font-size: 1.0980966325vw;
}
@media only screen and (max-width: 767px) {
  .lp .content07 .voice li .wrapCont .txt .star dd {
    font-size: 15px;
    font-size: 3.75vw;
  }
}
.lp .content07 .voice li p.txt {
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.0980966325vw;
}
@media only screen and (max-width: 767px) {
  .lp .content07 .voice li p.txt {
    font-size: 15px;
    font-size: 3.75vw;
    margin-top: 10px;
  }
}
.lp .content07 .voice li p.txt span {
  display: inline;
  position: relative;
  color: #E44E00;
  font-weight: bold;
  background: linear-gradient(transparent 85%, #FFE817 0%);
}
.lp .content08 {
  position: relative;
  box-sizing: border-box;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .lp .content08 {
    padding: 10px;
  }
}
.lp .content08 .contWrap {
  background-color: #fff;
  padding: 80px 0;
  border-top: 6px solid #448FC1;
  border-bottom: 6px solid #448FC1;
  -o-border-image: linear-gradient(to right, #448FC1 0%, #0C3F71 100%);
  border-image: linear-gradient(to right, #448FC1 0%, #0C3F71 100%);
  border-image-slice: 1;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content08 .contWrap {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content08 .contWrap {
    padding: 20px 10px;
    border: 3px solid #448FC1;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content08 .contWrap {
    flex-direction: column;
    padding: 10px;
  }
}
.lp .content08 .contWrap::after {
  background-image: url(/biz/lp/internet/img/img_women.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 18vw;
  height: 17vw;
  position: absolute;
  bottom: 0;
  left: 5vw;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content08 .contWrap::after {
    width: 16vw;
    height: 16vw;
    left: 5px;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content08 .contWrap::after {
    width: 18vw;
    height: 20vw;
    top: -31px;
    right: 0;
    left: initial;
    bottom: initial;
  }
}
.lp .content08 .contWrap .txt {
  margin-right: 3vw;
}
@media only screen and (max-width: 767px) {
  .lp .content08 .contWrap .txt {
    margin-right: 0;
  }
}
.lp .content08 .contWrap .txt h4 {
  font-size: 30px;
  font-size: 2.196193265vw;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .lp .content08 .contWrap .txt h4 {
    font-size: 23px;
    font-size: 5.75vw;
  }
}
.lp .content08 .contWrap .txt h4 span {
  color: #0C3F71;
}
.lp .content08 .contWrap .txt p {
  font-size: 15px;
  font-size: 1.0980966325vw;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lp .content08 .contWrap .txt p {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
.lp .content08 .contWrap .contact {
  padding-top: 15px;
}
.lp .content08 .contWrap .contact .info_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content08 .contWrap .contact .info_wrap {
    text-align: center;
  }
}
.lp .content08 .contWrap .contact .info_wrap .name {
  font-size: 16px;
  font-size: 1.1713030747vw;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content08 .contWrap .contact .info_wrap .name {
    font-size: 22px;
    font-size: 1.6105417277vw;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content08 .contWrap .contact .info_wrap .name {
    font-size: 17px;
    font-size: 4.25vw;
    margin-bottom: 5px;
  }
}
.lp .content08 .contWrap .contact .info_wrap .phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 6px;
}
@media only screen and (min-width: 1100px) and (max-width: 1280px) {
  .lp .content08 .contWrap .contact .info_wrap .phone {
    padding: 0 1.5vw;
  }
}
.lp .content08 .contWrap .contact .info_wrap .phone p:nth-child(1) {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 40px;
  font-size: 2.9282576867vw;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content08 .contWrap .contact .info_wrap .phone p:nth-child(1) {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content08 .contWrap .contact .info_wrap .phone p:nth-child(1) {
    margin-bottom: 10px;
    font-size: 40px;
    font-size: 10vw;
  }
}
.lp .content08 .contWrap .contact .info_wrap .phone p:nth-child(1) .icon {
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
  margin-right: 8px;
}
.lp .content08 .contWrap .contact .info_wrap .phone p:nth-child(1) span {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 3px;
}
.lp .content08 .contWrap .contact .info_wrap .phone p:nth-child(2) {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.0248901903vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .lp .content08 .contWrap .contact .info_wrap .phone p:nth-child(2) {
    font-size: 14px;
    font-size: 3.5vw;
    flex-direction: column;
  }
}
.lp .content08 .contWrap .contact .info_wrap .phone p:nth-child(2) span {
  display: inline-block;
  background-color: #0077AC;
  color: #fff;
  padding: 5px 8px;
  border-radius: 11px;
  vertical-align: middle;
  font-size: 11px;
  font-size: 0.8052708638vw;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .lp .content08 .contWrap .contact .info_wrap .phone p:nth-child(2) span {
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    font-weight: bold;
    width: 100%;
    font-size: 11px;
    font-size: 2.75vw;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1280px) {
  .lp .content08 .contWrap .contact .info_wrap .phone p:nth-child(2) {
    font-size: 14px;
    font-size: 1.0248901903vw;
  }
  .lp .content08 .contWrap .contact .info_wrap .phone p:nth-child(2) span {
    font-size: 11px;
    font-size: 2.75vw;
  }
}
.lp .content09 {
  padding: 0;
}
.lp .content09 .faq {
  padding: 60px 0;
  max-width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content09 .faq {
    padding: 30px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content09 .faq {
    padding: 30px 10px 0;
    max-width: 100%;
    flex-direction: column;
  }
}
.lp .content09 .faq &gt; li {
  width: 48%;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content09 .faq &gt; li {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content09 .faq &gt; li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.lp .content09 .faq &gt; li.last {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .lp .content09 .faq &gt; li.last {
    margin-bottom: 20px;
  }
}
.lp .content09 .faq &gt; li h4 {
  line-height: 1.3;
  background-color: #203346;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.0980966325vw;
  padding: 10px 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .lp .content09 .faq &gt; li h4 {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
.lp .content09 .faq &gt; li h4 div {
  text-indent: -1.5em;
  margin-left: 2em;
}
.lp .content09 .faq &gt; li h4 i {
  font-style: normal;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 20px;
  font-size: 1.4641288433vw;
  margin-right: 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .lp .content09 .faq &gt; li h4 i {
    font-size: 15px;
    font-size: 3.75vw;
  }
}
.lp .content09 .faq &gt; li .txt {
  box-sizing: border-box;
  padding: 10px;
}
.lp .content09 .faq &gt; li .txt p {
  font-size: 15px;
  font-size: 1.0980966325vw;
}
@media only screen and (max-width: 767px) {
  .lp .content09 .faq &gt; li .txt p {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
.lp .content09 .faq &gt; li .txt p a {
  color: #448FC1;
  transition: all 0.3s ease;
  opacity: 1;
}
.lp .content09 .faq &gt; li .txt p a:hover {
  opacity: 0.5;
}
.lp .content09 .faq &gt; li .txt .comments {
  margin-top: 0;
}
.lp .content10 .btn_inq a {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp .content11 {
    padding: 0;
  }
}
.lp .content11 .comments {
  margin-top: 0;
  padding: 60px 0 0;
  margin: 0 auto;
  max-width: 70vw;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .lp .content11 .comments {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .lp .content11 .comments {
    padding: 20px 15px;
    max-width: 100%;
  }
}
.lp .content11 .comments li {
  color: #1C1C1C;
  font-size: 13px;
  font-size: 0.9516837482vw;
}
@media only screen and (max-width: 767px) {
  .lp .content11 .comments li {
    font-size: 13px;
    font-size: 3.25vw;
  }
}
.lp .btn_contact {
  justify-content: space-around;
  width: 70vw;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .lp .btn_contact {
    flex-direction: column;
    width: 100%;
  }
}
.lp .btn_contact a {
  display: block;
  width: 100%;
  margin: 2vw auto 0;
  background: #0C3F71 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2392156863);
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  padding: 1vw;
}
.lp .btn_contact a.btn01 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .lp .btn_contact a.btn01 {
    width: 100%;
  }
}
.lp .btn_contact a.btn01 i {
  width: 22px;
}
@media only screen and (max-width: 767px) {
  .lp .btn_contact a.btn01 i {
    width: 20px;
  }
}
.lp .btn_contact a.btn01 i svg {
  width: 28px;
  height: 22px;
}
.lp .btn_contact a.btn02 {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .lp .btn_contact a.btn02 {
    width: 100%;
  }
}
.lp .btn_contact a.btn02 i {
  width: 39px;
}
@media only screen and (max-width: 767px) {
  .lp .btn_contact a.btn02 i {
    width: 28px;
  }
}
.lp .btn_contact a .wrapBox {
  height: 100%;
  display: flex;
  justify-content: center;
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 19px;
  font-size: 1.3909224012vw;
  color: #fff;
  vertical-align: middle;
  align-items: center;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .lp .btn_contact a .wrapBox {
    padding: 3vw;
    max-width: 100%;
    font-size: 16px;
    font-size: 4vw;
    text-align: center;
  }
}
.lp .btn_contact a .wrapBox i {
  display: flex;
  margin-right: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .lp .btn_contact a .wrapBox i {
    width: 25px;
  }
}
.lp .btn_contact a .wrapBox i img {
  width: 100%;
  height: auto;
}
.lp .btn_contact a .cont {
  height: 100%;
}
.lp .btn_contact a .cont .wrapBox {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .lp .btn_contact a .cont .wrapBox {
    padding: 3vw 3vw 0 3vw;
  }
}
.lp .btn_contact a .cont span {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-size: 0.9516837482vw;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .lp .btn_contact a .cont span {
    margin-bottom: 3vw;
    margin-top: 1vw;
    font-size: 12px;
    font-size: 3vw;
  }
}

#biz_lp_fl {
  position: fixed;
  left: 15px;
  bottom: 15px !important;
  width: 180px;
  z-index: 9999;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #biz_lp_fl {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #biz_lp_fl {
    display: none;
  }
}
#biz_lp_fl.hide {
  display: none;
}
#biz_lp_fl img {
  width: 100%;
  height: auto;
}

.biz-connect .fixed_bnr {
  display: none;
}

.contact_btn a {
  font-size: 2.3rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all 0.2s 0s ease;
  border-radius: 50px;
  background-color: #0077AC;
  color: #fff;
  border: solid 2px #0077AC;
  box-sizing: border-box;
  padding: 10px 25px;
}
.contact_btn a:hover {
  background-color: #fff;
  color: #0077AC;
}
/*# sourceMappingURL=lp.css.map */
</pre></body></html>