@charset "UTF-8";
/*============================
	汎用タイトル
============================*/
.section__titel {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  color: #3a3a3a;
  position: relative;
}
.section__titel::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 70px);
  width: 140px;
  height: 2px;
  content: "";
  background: #3a3a3a;
}
.campaign-fv h2, .campaign-fv h3, .campaign-fv h4, .campaign-fv p, .campaign-fv a {
  color: #3a3a3a;
}
/*============================
	汎用ボタン
============================*/
.btn-01 {
  margin: 0 auto;
  text-align: center;
  background: none;
  border: none;
  min-width: inherit;
  padding: 0;
  display: block;
}
.btn-01 a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 18px 50px 18px 30px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #3a3a3a;
  background: linear-gradient(to right, #ff9700, #ffc100, #ffbc00);
  transition: color 0.25s ease;
  border-radius: 30px;
  line-height: 1;
}
.btn-01 a span {
  font-weight: bold;
}
.btn-01 a svg {
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  left: auto;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn-01 a circle {
  fill: transparent;
  stroke: #3a3a3a;
  stroke-width: 1;
}
.btn-01 a:hover circle {
  animation: circle 1s forwards;
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 126;
  }
  99.9%, to {
    stroke-dasharray: 126 126;
  }
}
.btn-01 a::before, .btn-01 a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 21px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-01 a::after {
  opacity: 0;
  right: 60px;
}
.btn-01 a:hover::before {
  animation: arrowbefore 1s;
}
.btn-01 a:hover::after {
  animation: arrowafter 1s;
}
@keyframes arrowbefore {
  100% {
    right: -60px;
    opacity: 0;
  }
}
@keyframes arrowafter {
  99% {
    right: 21px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* fv */
.fv_hd {
  background: #57564f;
  padding: 15px 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
}
@media only screen and (max-width: 1280px) {
  .fv_hd {
    position: relative;
    top: 0;
    z-index: 999;
  }
}
.fv_hd .fv_flex {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fv_hd .fv_flex {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fv_hd .fv_hd_l {
  line-height: 1;
}
.fv_hd .fv_hd_r p {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.fv_hd .fv_hd_r small {
  font-size: 18px;
}
/* .campaign-fv {
  padding-top: 210px;
}
@media screen and (max-width: 767px) {
  .campaign-fv {
    padding-top: 0px;
  }
} */
.campaign-fv .new_fv {
  max-height: 450px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campaign-fv .new_fv {
    max-height: inherit;
  }
}
.campaign-fv .new_fv__inner {
  display: block;
}
.campaign-fv .new_fv__flex__right {
  width: 50%;
  color: #fff;
  background: url(/image/fv_right) no-repeat left top;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .campaign-fv .new_fv__flex__right {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .campaign-fv .new_fv__flex__right {
    width: 100%;
    height: 350px;
  }
}
.campaign-fv .new_fv__flex__left {
  width: 50%;
  background-color: #ccfbfc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campaign-fv .new_fv__flex__left {
    width: 100%;
  }
}
.campaign-fv .new_fv__txt {
  position: absolute;
  top: 50%;
  /* left: 65%; */
  right: 0;
  width: 22vw;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1480px) {
  .campaign-fv .new_fv__txt {
    top: 50%;
    left: 45%;
    width: 35vw;
  }
}
@media screen and (max-width: 960px) {
  .campaign-fv .new_fv__txt {
    top: 50%;
    left: 45%;
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign-fv .new_fv__txt {
    width: 90%;
    left: 50%;
  }
}
.campaign-fv .new_fv__txt .fukidasi {
  position: relative;
  display: inline-block;
  margin: 0px 0 15px;
  padding: 10px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #3285bf;
  font-size: 20px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 15px;
  line-height: 1;
}
.campaign-fv .new_fv__txt .fukidasi:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.campaign-fv .new_fv__txt span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .campaign-fv .new_fv__txt span {
    margin-bottom: 10px;
  }
}
.campaign-fv .new_fv__txt h1 {
  display: block;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .campaign-fv .new_fv__txt h1 {
    font-size: 24px;
  }
}
.campaign-fv .new_fv__txt h1 strong {
  display: block;
  font-size: 200%;
  font-weight: 700;
  letter-spacing: 1px;
}
.campaign-fv .new_fv__txt p {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .campaign-fv .new_fv__txt h1 strong {
    /* font-size: 4px; */
  }
}
.campaign-fv .new_fv__txt .btn-cmn01 {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .campaign-fv .new_fv__txt .btn-cmn01 {
    padding-top: 0px;
    margin-top: 0;
  }
}
.campaign-fv .new_fv figure {
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .campaign-fv .new_fv figure {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
}
.campaign-fv .new_fv figure img {
  width: 55%;
  height: auto;
  /* min-width: 100%; */
  max-width: none;
  max-width: initial;
  /* min-height: 100%; */
  position: absolute;
  right: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .campaign-fv .new_fv figure img {
    /* width: auto; */
    right: 15%;
    /* -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%); */
  }
}
@media screen and (max-width: 1200px) {
  .campaign-fv .new_fv figure img {
    /* height: 100%; */
  }
}
@media screen and (max-width: 767px) {
  .campaign-fv .new_fv figure img {
    width: 65%;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
  }
}
.campaign-fv .new_fv::after {
  content: "";
  display: block;
  width: 440px;
  height: 350px;
  background: url(/image/fv_center) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .campaign-fv .new_fv::after {
    width: 220px;
    height: 175px;
  }
}
@media screen and (max-width: 767px) {
  .campaign-fv .new_fv::after {
    /* width: 150px; */
    width: 0;
    height: 130px;
    top: 20%;
    left: 80%;
  }
}
.campaign-fv section {
  padding: 80px 0 100px;
  margin: 0;
}
.campaign-fv .inner {
  max-width: 1280px;
  margin: 0 auto;
}
.campaign-fv p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
/* Trial */
.campaign-fv .Trial {
  background: #017fc8;
  padding: 60px 0 50px;
  margin-top: 0;
  margin-bottom: 0;
}
.campaign-fv .Trial.subbg {
  background: url(/image/fv_trial_subbg) no-repeat center center;
  background-size: cover;
}
.campaign-fv .contentTrial__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.campaign-fv .trial__titel {
  font-size: 32px;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.campaign-fv .trial__titel.cl_blak {
  color: #3a3a3a;
}
.campaign-fv .subbg .trial__titel {
  color: #fff;
}
.campaign-fv .trial__titel span {
  font-size: 120%;
  display: inline-block;
  /* margin: 0 0.5%; */
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.campaign-fv .trial__titel.cl_blak span {
  color: #3a3a3a;
}
.campaign-fv .trial__titel span span {
  font-size: 160%;
  font-weight: bold;
}
.campaign-fv .trial__titel:before, .campaign-fv .trial__titel:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 4px;
  height: 40px;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.campaign-fv .trial__titel.cl_blak:before, .campaign-fv .trial__titel.cl_blak:after {
  background: #3a3a3a;
}
.campaign-fv .subbg .trial__titel:before, .campaign-fv .subbg .trial__titel:after {
  background: #fff;
}
.campaign-fv .trial__titel:before {
  transform: rotate(-35deg);
}
.campaign-fv .trial__titel:after {
  transform: rotate(35deg);
}
.campaign-fv .Trial__flex {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.campaign-fv .Trial__flex.center {
  justify-content: center;
}
.campaign-fv .Trial__flex .Trial__box01, .campaign-fv .Trial__flex .Trial__box02 {
  width: 50%;
}
.campaign-fv .Trial__flex .Trial__box01 .trial__titel, .campaign-fv .Trial__flex .Trial__box02 .trial__titel {
  font-size: 24px;
  margin-bottom: 15px;
}
/* reason */
.Reason {
  background: url(/image/fv_flow_bg);
  background-size: cover;
}
.campaign-fv .section__p_txt {
  font-size: 17px;
  text-align: center;
  margin-bottom: 60px;
}
.campaign-fv .reason__list {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.campaign-fv .reason__list.jc-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.campaign-fv .reason__list li {
  width: 48%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  border: 5px solid #3285bf;
  border-radius: 20px;
  padding: 40px 40px 30px;
  position: relative;
  background: #fff;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.campaign-fv .reason__list.jc-c li {
  margin: 0 50px;
}
.campaign-fv .reason__list li span {
  font-size: 80px;
  display: block;
  color: #797979;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 51%, #fff);
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: -70px;
  left: 20px;
}
.campaign-fv .reason__list li h3 {
  font-size: 24px;
  font-weight: bold;
  color: #3285bf;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1; /* 余白の割り当て */
}
.campaign-fv .reason__list li figure {
  margin-bottom: 20px;
}
.campaign-fv .reason__list li figure img {
  max-height: 250px;
}
.campaign-fv .reason__list li p small {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
/* Features */
.campaign-fv .Features__txt {
  margin-bottom: 60px;
  text-align: center;
}
.campaign-fv .Features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.campaign-fv .Features__list li {
  width: 30%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  border-radius: 4px;
  padding: 12px 12px 40px;
  margin-bottom: 0;
  box-shadow: 5px 5px 10px -5px rgba(58, 58, 58, 0.6);
  box-sizing: border-box;
}
.campaign-fv .Features__list li figure {
  padding-left: 10%;
  padding-right: 10%;
}
.campaign-fv .Features__list li figure img {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}
.campaign-fv .Features__list li .Features__titel {
  color: #017fc8;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 12px;
}
.campaign-fv .Flow__box02 .lite-youtube-wrap {
  display: block;
  margin: 0 auto 50px;
  width: 80%;
  height: 580px;
}
/*
.campaign-fv .Flow__box02 iframe {
  display: block;
  margin: 0 auto 50px;
  width: 80%;
  height: 580px;
}
*/
/* flow */
.campaign-fv .Flow {
  background: #ccfbfc;
  background: url(/image/fv_flow_bg);
  background-size: 60%;
  position: relative;
  /* padding: 60px 0; */
}
.campaign-fv .Flow::before {
  content: "";
  background-color: rgba(204, 251, 252, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.campaign-fv .Flow__inner {
  position: relative;
  z-index: 2;
}
.campaign-fv .Flow__txt {
  margin-bottom: 60px;
  text-align: center;
}
.campaign-fv .section__titel02 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.campaign-fv .Flow__box {
  margin-bottom: 130px;
}
.campaign-fv .Flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.campaign-fv .Flow__list li:nth-child(2n + 1) {
  width: 30%;
  display: block;
  border-radius: 4px;
  padding: 12px 12px 40px;
  /* background-color: #f2f2f2; */
  margin-bottom: 0;
  position: relative;
  box-sizing: border-box;
}
.campaign-fv .Flow__list li .Flow__step {
  background: #4da5d8;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  font-size: 22px;
  border-radius: 10px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.campaign-fv .Flow__list li .Flow__step.bg02 {
  background: #017fc8;
}
.campaign-fv .Flow__list li .Flow__step.bg03 {
  background: #00588c;
}
.campaign-fv .Flow__list li .Flow__titel {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #4da5d8;
  margin-bottom: 25px;
}
.campaign-fv .Flow__list li .Flow__titel.cl02 {
  color: #017fc8;
}
.campaign-fv .Flow__list li .Flow__titel.cl03 {
  color: #00588c;
}
.campaign-fv .Flow__list li figure img {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
  height: auto;
}
.campaign-fv .Flow__list li:nth-child(2n) {
  display: flex;
  align-items: center;
}
.campaign-fv .Flow__list li:nth-child(2n) figure img {
  width: 50px;
  height: 50px;
  border-radius: 0;
}
/* Faq */
.campaign-fv .Faq__list dl {
  position: relative;
  margin: 0 auto 30px;
  border: 1px solid #ddd;
}
.campaign-fv .Faq__list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #ddd;
}
.campaign-fv .Faq__list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: "Q.";
  color: #3285bf;
}
.campaign-fv .Faq__list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #3285bf;
}
.campaign-fv .Faq__list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}
.campaign-fv .Faq__list dl dd p {
  margin: 30px 0 0;
}
.campaign-fv .Faq__list dl dd p:first-child {
  margin-top: 0;
}
.campaign-fv .Faq a, .campaign-fv .Faq a:visited {
  color: #017fc8;
}
/* Price */
.campaign-fv .Price {
  padding: 60px 0;
}
.campaign-fv .Price__txt {
  margin-bottom: 30px;
}
.campaign-fv .Price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.campaign-fv .Price__list li {
  width: 23%;
}
.campaign-fv .Price__list li .btn-01 a {
  display: block;
  background: #fff;
  border: 1px solid #3a3a3a;
  font-size: 14px;
  font-weight: normal;
  padding: 10px;
  line-height: 1.4;
  /* align-items: center;
  justify-content: center; */
}
.campaign-fv .Price__list li .btn-01 a span {
  font-weight: normal;
}
.campaign-fv .Price__list li .btn-01 a svg {
  transform: rotate(-90deg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: auto;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.campaign-fv .Price__list li .btn-01 a circle {
  fill: transparent;
  stroke: #3a3a3a;
  stroke-width: 1;
}
.campaign-fv .Price__list li .btn-01 a circle {
  stroke-width: 1;
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 126;
  }
  99.9%, to {
    stroke-dasharray: 126 126;
  }
}
.campaign-fv .Price__list li .btn-01 a::before, .campaign-fv .Price__list li .btn-01 a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 17px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.campaign-fv .Price__list li .btn-01 a::after {
  opacity: 0;
  right: 60px;
}
.campaign-fv .Price__list li .btn-01 a:hover::before {
  animation: arrowbefore02 1s;
}
.campaign-fv .Price__list li .btn-01 a:hover::after {
  animation: arrowafter02 1s;
}
@keyframes arrowbefore02 {
  100% {
    right: -60px;
    opacity: 0;
  }
}
@keyframes arrowafter02 {
  99% {
    right: 17px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.campaign-fv .Price__list li .Price__list__btn a {
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
  border: 1px solid #3a3a3a;
  padding: 10px 30px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  display: flex;
  align-items: baseline;
  justify-content: center;
  transition: 0.3s;
}
.campaign-fv .Price__list li .Price__list__btn a::before {
  content: "";
  width: 90%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 5%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.campaign-fv .Price__list li .Price__list__btn a img {
  width: 13px;
  height: 13px;
  margin-left: 5px;
}
.campaign-fv .Price__list li .Price__list__btn a:hover {
  transform: translateY(-7px);
}
.campaign-fv .Price__list li .Price__list__btn a:hover::before {
  transform: translateY(7px);
  opacity: 1;
}
.campaign-fv .Price__list li p {
  margin-top: 10px;
  font-size: 14px;
}
.campaign-fv .Price__list li p small {
  font-size: 13px;
}
@media screen and (max-width: 1280px) {
  .campaign-fv section {
    padding: 60px 0;
  }
  .campaign-fv .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2%;
  }
  .fv_hd .fv_flex {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  /*============================
	汎用タイトル
============================*/
  .section__titel {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    color: #3a3a3a;
  }
  .campaign-fv h2, .campaign-fv h3, .campaign-fv h4, .campaign-fv p, .campaign-fv a {
    color: #3a3a3a;
  }
  /*============================
	汎用ボタン
============================*/
  .btn-01 {
    margin: 0 auto;
    text-align: center;
  }
  .btn-01 a {
    position: relative;
    display: inline-block;
    padding: 18px 50px 18px 20px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    text-decoration: none;
    color: #3a3a3a;
    background: linear-gradient(to right, #ff9700, #ffc100, #ffbc00);
    transition: color 0.25s ease;
    border-radius: 30px;
  }
  .btn-01 a svg {
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    left: auto;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .btn-01 a circle {
    fill: transparent;
    stroke: #3a3a3a;
    stroke-width: 1;
  }
  .btn-01 a:hover circle {
    animation: circle 1s forwards;
  }
  .btn-01 a::before, .btn-01 a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 21px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn-01 a::after {
    opacity: 0;
    right: 60px;
  }
  .btn-01 a:hover::before {
    animation: arrowbefore 1s;
  }
  .btn-01 a:hover::after {
    animation: arrowafter 1s;
  }
  .fv_hd {
    background: #57564f;
    padding: 15px 2% 15px;
  }
  .fv_hd .fv_flex {
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .fv_hd .fv_hd_r p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }
  .fv_hd .fv_hd_r small {
    font-size: 14px;
    display: block;
  }
  .fv_hd .btn-01 a {}
  .campaign-fv section {
    padding: 50px 0;
  }
  .campaign-fv .inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .campaign-fv p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  /* Trial */
  .campaign-fv .Trial {
    padding: 25px 0 25px;
    margin-top: 0;
  }
  .campaign-fv .trial__titel {
    font-size: 17px;
  }
  .campaign-fv .trial__titel p {
    font-size: 120%;
    display: inline-block;
    /* margin: 0 0.5%; */
  }
  .campaign-fv .trial__titel p::first-letter {
    font-size: 140%;
    font-weight: bold;
  }
  .campaign-fv .trial__titel:before, .campaign-fv .trial__titel:after {
    position: relative;
    display: inline-block;
    content: "";
    width: 2px;
    height: 20px;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
  }
  .campaign-fv .subbg .trial__titel:before, .campaign-fv .subbg .trial__titel:after {
    background: #fff;
  }
  .campaign-fv .trial__titel:before {
    transform: rotate(-35deg);
  }
  .campaign-fv .trial__titel:after {
    transform: rotate(35deg);
  }
  .campaign-fv .Trial__flex {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .campaign-fv .Trial__flex .Trial__box01, .campaign-fv .Trial__flex .Trial__box02 {
    width: 100%;
  }
  .campaign-fv .Trial__flex .Trial__box01 {
    margin-bottom: 35px;
  }
  .campaign-fv .Trial__flex .Trial__box01 .trial__titel, .campaign-fv .Trial__flex .Trial__box02 .trial__titel {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* reason */
  .campaign-fv .section__p_txt {
    font-size: 14px;
    text-align: center;
  }
  .campaign-fv .reason__list {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .campaign-fv .reason__list.jc-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .campaign-fv .reason__list li {
    width: 100%;
    margin-bottom: 50px;
    padding: 20px 20px 20px;
  }
  .campaign-fv .reason__list.jc-c li {
    margin: 0 auto 30px;
  }
  .campaign-fv .reason__list li span {
    font-size: 50px;
    top: -46px;
  }
  .campaign-fv .reason__list li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #3285bf;
    text-align: center;
    line-height: 1.5;
  }
  .campaign-fv .reason__list li figure img {
    display: block;
    margin: 0 auto;
  }
  .campaign-fv .reason__list li p small {
    font-size: 12px;
    display: block;
    margin-top: 10px;
  }
  /* Features */
  .campaign-fv .Features__txt {
    margin-bottom: 60px;
    text-align: center;
  }
  .campaign-fv .Features__list {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .campaign-fv .Features__list li {
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    border-radius: 4px;
    padding: 12px 12px 40px;
    margin-bottom: 30px;
    box-shadow: 5px 5px 10px -5px rgba(58, 58, 58, 0.6);
  }
  .campaign-fv .Features__list li figure img {
    border-radius: 4px;
  }
  .campaign-fv .Features__list li .Features__titel {
    color: #017fc8;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 22px;
  }
  .campaign-fv .Flow__box02 .lite-youtube-wrap {
    display: block;
    width: 100%;
    height: 300px;
    margin: 0 auto;
  }
  .campaign-fv .Flow__box02 iframe {
    display: block;
    width: 100%;
    height: 300px;
    margin: 0 auto 50px;
  }
  /* flow */
  .campaign-fv .Flow {
    background: #ccfbfc;
    /* padding: 60px 0; */
  }
  .campaign-fv .Flow__txt {
    margin-bottom: 30px;
    text-align: center;
  }
  .campaign-fv .section__titel02 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .campaign-fv .Flow__box {
    margin-bottom: 50px;
  }
  .campaign-fv .Flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .campaign-fv .Flow__list li:nth-child(2n + 1) {
    width: 100%;
    display: block;
    border-radius: 4px;
    padding: 12px 12px 40px;
    /* background-color: #f2f2f2; */
    margin-bottom: 0;
    position: relative;
  }
  .campaign-fv .Flow__list li:last-child {
    padding-bottom: 20px;
  }
  .campaign-fv .Flow__list li .Flow__step {
    background: #017fc8;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    font-size: 22px;
    border-radius: 10px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .campaign-fv .Flow__list li .Flow__titel {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .campaign-fv .Flow__list li figure img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 30px;
  }
  .campaign-fv .Flow__list li:nth-child(2n) {
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  .campaign-fv .Flow__list li:nth-child(2n) figure img {
    width: 50px;
    height: 50px;
    border-radius: 0;
    transform: rotate(90deg);
  }
  /* Faq */
  .campaign-fv .Faq__list dl {
    position: relative;
    margin: 0 auto 30px;
    border: 1px solid #ddd;
  }
  .campaign-fv .Faq__list dl dt {
    position: relative;
    margin: 0;
    padding: 10px 10px 10px 35px;
    font-weight: bold;
    background: #ddd;
    font-size: 14px;
    line-height: 1.4;
  }
  .campaign-fv .Faq__list dl dt::before {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    content: "Q.";
    color: #017fc8;
  }
  .campaign-fv .Faq__list dl dd::before {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    left: 10px;
    display: block;
    content: "A.";
    font-weight: bold;
    color: #017fc8;
  }
  .campaign-fv .Faq__list dl dd {
    position: relative;
    margin: 0;
    padding: 10px 10px 10px 35px;
  }
  .campaign-fv .Faq__list dl dd p {
    margin: 30px 0 0;
  }
  .campaign-fv .Faq__list dl dd p:first-child {
    margin-top: 0;
  }
  /* Price */
  .campaign-fv .Price {
    padding: 0;
  }
  .campaign-fv .Price__txt {
    margin-bottom: 30px;
  }
  .campaign-fv .Price__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .campaign-fv .Price__list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .campaign-fv .Price__list li .Price__list__btn a {
    font-size: 16px;
    font-weight: bold;
    color: #3a3a3a;
    border: 1px solid #3a3a3a;
    padding: 5px 30px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
    display: flex;
    align-items: baseline;
    justify-content: center;
    transition: 0.3s;
  }
  .campaign-fv .Price__list li .Price__list__btn a::before {
    content: "";
    width: 90%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 5%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
  }
  .campaign-fv .Price__list li .Price__list__btn a img {
    width: 13px;
    height: 13px;
    margin-left: 5px;
  }
  .campaign-fv .Price__list li .Price__list__btn a:hover {
    transform: translateY(-7px);
  }
  .campaign-fv .Price__list li .Price__list__btn a:hover::before {
    transform: translateY(7px);
    opacity: 1;
  }
  .campaign-fv .Price__list li p {
    margin-top: 10px;
    font-size: 14px;
  }
  .campaign-fv .Price__list li p small {
    font-size: 13px;
  }
}
@-moz-document url-prefix() {
  .campaign-fv .trial__titel {
    font-size: 32px;
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: bold;
  }
  .campaign-fv .trial__titel span {
    font-size: 38px;
    display: inline-block;
    /*margin: 0 0.5%;*/
    color: #fff;
    font-weight: bold;
    /*letter-spacing: -2px;*/
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 3px;
  }
  .campaign-fv .trial__titel span span {
    margin: 0 2px;
    /*font-size: 42px;
    font-weight: bold;*/
  }
}
/* 資料ダウンロード
----------------------------------------------- */
.campaign-fv .section.lift_shift {
  background: #f3f3f3;
}
.campaign-fv .section.lift_shift .section-inner {
  padding: 80px 0 100px;
}
.campaign-fv .section.lift_shift .box {
  background-color: #fff;
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 30px 30px 0;
}
.campaign-fv .section.lift_shift .box > .lay2col {
  display: flex;
  justify-content: space-between;
}
.campaign-fv .section.lift_shift .box > .lay2col > .visual {
  width: 44%;
}
.campaign-fv .section.lift_shift .box > .lay2col > .visual img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.campaign-fv .section.lift_shift .box > .lay2col > .text {
  width: 56%;
}
.campaign-fv .section.lift_shift .box > .lay2col .text > p + p {
  margin-top: 1em;
}
.campaign-fv .section.lift_shift .box > .lay2col .text > .lyt-btn-a {
  justify-content: flex-start;
}
.campaign-fv .section.lift_shift .box > .lay2col.equal > * {
  width: 48% !important;
}
.campaign-fv .section.lift_shift .box > .lay2col > .inner {
  padding: 16px;
  border: 1px solid #d9d9d9;
}
.campaign-fv .section.lift_shift .box > .lay2col > .inner > .visual {
  margin-bottom: 10px;
}
.campaign-fv .section.lift_shift .box > .lay2col + .notice {
  margin-top: 10px;
  font-size: 0.8125rem;
  color: #000;
}
.campaign-fv .section.lift_shift .box > .lay2col .text h4 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1280px) {
  .campaign-fv .section.lift_shift .section-inner {
    padding: 60px 2%;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-fv .section.lift_shift .section-inner {
    padding: 50px 2%;
  }
  .campaign-fv .section.lift_shift .box > .lay2col {
    flex-direction: column-reverse;
  }
  .campaign-fv .section.lift_shift .box > .lay2col > * {
    width: 100% !important;
  }
  .campaign-fv .section.lift_shift .box > .lay2col.equal > * {
    width: 100% !important;
  }
  .campaign-fv .section.lift_shift .box > .lay2col .text {
    margin-bottom: 10px;
  }
  .campaign-fv .section.lift_shift .box > .lay2col .visual {
    text-align: center;
  }
}
/* 表示切り替え */
#wrapper .sp-display {
  display: none;
}
#wrapper .tb-display {
  display: none;
}
@media screen and (max-width: 1023px) {
  #wrapper .tb-display {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .sp-display {
    display: block;
  }
}
/* 配置 */
#wrapper .f_left {
  float: left;
  text-align: center;
  line-height: 2;
}
#wrapper .f_right {
  float: right;
  text-align: center;
  line-height: 2;
}
#wrapper .leftOn {
  text-align: left;
}
#wrapper .rightOn {
  text-align: right;
}
#wrapper .centerOn {
  text-align: center;
}
/*基本設定
----------------------------------------------------------------*/
/*  配置  */
.flex-nml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.flex-btw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.items-center {
  -webkit-align-items: center;
  align-items: center;
}
.items-start {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.items-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ps-r {
  position: relative;
}
.ps-a {
  position: absolute;
}