@charset "UTF-8";
.prite-asb {
  position: absolute;
  max-width: unset;
  font-size: 0;
}
.prite-asb.set-center {
  top: 50%;
  transform: translateY(-50%);
}
.prite-rela {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.i-tg {
  width: 9px;
  height: 9px;
  border-top: 3px solid #507cd8;
  border-right: 3px solid #507cd8;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  margin-left: -3px;
}
.i-tg.white {
  border-color: #fff;
}
.i-tg.sky {
  border-color: #526fa9;
}
.i-tg.gray {
  border-color: #707070;
}
.i-tg.big {
  border-width: 4px;
  width: 15px;
  height: 15px;
}
.ground {
  width: 24px;
  height: 24px;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.ground.big {
  width: 35px;
  height: 35px;
}
.ground.blue {
  background-color: #2c4894;
}
.ground.gray {
  background-color: #707070;
}
.tg-white,
.tg-blue {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  display: inline-block;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.tg-white {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.tg-blue {
  border-top: 2px solid #21325e;
  border-right: 2px solid #21325e;
}
.fl {
  display: flex;
  display: -ms-flexbox;
}
.fl-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.jus-center {
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.jus-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.al-center {
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.serif {
  font-family: "Noto Serif JP", serif;
}
.relative {
  position: relative;
}
.asb {
  position: absolute;
}
.center {
  text-align: center;
}
.prite-asb {
  position: absolute;
  max-width: unset;
  font-size: 0;
}
.prite-asb.set-center {
  top: 50%;
  transform: translateY(-50%);
}
.fs-0 {
  font-size: 0;
}
.prite-rela {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.shiny {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.shiny::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: -100%;
  top: -25%;
  width: 100%;
  height: 150%;
  transform: rotate(90deg);
  animation: shiny-text 3s infinite linear;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
@keyframes shiny-text {
  0% {
    transform: translateX(-100%) rotate(-45deg) skew(-8deg, -8deg);
  }
  40%,
  100% {
    transform: translateX(200%) rotate(-45deg) skew(-8deg, -8deg);
  }
}
.cta1-box1 {
  margin: 52px 0 80px;
  background-color: #f0f5fe;
  padding: 40px 40px 36px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cta1-box1 .tt {
  margin-bottom: 15px;
  color: #2c4894;
}
.cta1-box1 .list {
  background-color: #2c4894;
  color: #fff;
  border-radius: 45px;
  overflow: hidden;
}
.cta1-box1 .list .li {
  height: 87px;
  overflow: hidden;
  width: 34.77%;
}
.cta1-box1 .list .li1 {
  background-color: #86a6f9;
}
.cta1-box1 .list .li2 {
  width: 36.46%;
  margin: 0px -3%;
  background-color: #3467d6;
  -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}
.cta1-box2 .tt .span {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0px 60px;
}
.cta1-box2 .tt .span::before,
.cta1-box2 .tt .span::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
  border-top: 18px solid rgba(0, 0, 0, 0);
  border-bottom: 18px solid rgba(0, 0, 0, 0);
}
.cta1-box2 .tt .span::before {
  left: 0;
  border-left: 30px solid #2c4894;
}
.cta1-box2 .tt .span::after {
  right: 0;
  border-right: 30px solid #2c4894;
}
.cta1-box2 .txt {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0px 30px;
}
.cta1-box3 {
  margin-top: 120px;
  border-radius: 20px;
  background-color: #2c4894;
  overflow: hidden;
}
.cta1-box3 .tt,
.cta1-box3 .txt-bt {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.cta1-box3 .tt {
  font-size: 38px;
  padding: 26px 10px 20px;
  background-color: #21325e;
}
.cta1-box3 .txt-bt {
  font-size: 24px;
  border-top: 1px solid #fff;
  padding: 24px 1%;
  line-height: 1.38;
  margin-top: 25px;
}
.cta1-box3 .content1 {
  background-color: #f0f5fe;
  padding-top: 32px;
}
.cta1-box3 .txts-item {
  width: 290px;
  margin: 0px 10px;
  background-color: #fff;
  border-radius: 47px;
  color: #2c4894;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  padding: 14px 1%;
  box-shadow: 0 3px 6px rgba(134, 166, 249, 0.1);
  transition: opacity 0.8s ease;
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  opacity: 0;
}
.cta1-box3 .txts-item::before {
  position: absolute;
  content: "";
  right: 63px;
  border-top: 17px solid #fff;
  border-left: 25px solid rgba(0, 0, 0, 0);
  top: 100%;
  z-index: 1;
}
.cta1-box3 .content2 {
  width: 100%;
  padding: 30px 300px 27px 0px;
  background-color: #f0f5fe;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
}
.cta1-box3 .chara0 {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  width: 526px;
  color: #4c619d;
  border-top: 1px solid #7d8dba;
  border-bottom: 1px solid #7d8dba;
}
.cta1-box3 .chara1 {
  width: 105px;
  height: 105px;
  background-color: #fff;
  border-radius: 50%;
  letter-spacing: -0.01em;
  color: #e65c9a;
  font-weight: 900;
  font-size: 25px;
  line-height: 1.1;
  transform: translate(2px, -2px);
}
.cta1-box3 .chara1 .small {
  font-size: 22px;
}
.cta1-box3 .chara1 .img-asb {
  left: -1%;
  top: 2%;
}
.cta1-box3 .chara1 .span {
  margin-bottom: 15px;
}
.cta1-box3 .chara2 {
  font-size: 44px;
  letter-spacing: 0.025em;
  color: #21325e;
  font-weight: 700;
  margin-left: -10px;
  z-index: 3;
  position: relative;
}
.cta1-box3 .chara3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 6px;
  color: #4c619d;
}
.cta1-box3 .chara4 {
  font-size: 44px;
  font-weight: 700;
  color: #4c619d;
  letter-spacing: 0.05em;
  position: relative;
  top: -8px;
}
.cta1-box3 .chara5 {
  font-size: 52px;
  transform: rotate(20deg) translateY(-1px);
  display: inline-block;
  position: relative;
  right: -4px;
}
.cta1-box3 .img30 {
  height: 64px;
  top: -10px;
  margin: 0px 8px 0px 5px;
}
.cta1-box3 .content3 {
  padding-top: 25px;
}
.cta1-box3 .content3 .img-asb {
  width: 274px;
  right: 15px;
  bottom: 100%;
}
.cta1-box3.active .li1 {
  opacity: 1;
  transition-delay: 0.2s;
}
.cta1-box3.active .li2 {
  transition-delay: 0.9s;
  opacity: 1;
}
.cta1-box3.active .li3 {
  transition-delay: 1.7s;
  opacity: 1;
}
.page-template-front-page-new03 .cta1-box3 .li1,
.page-template-front-page-new03 .cta1-box3 .li2,
.page-template-front-page-new03 .cta1-box3 .li3 {
  opacity: 1;
}
.page-template-front-page-new03 .cta1-box3 .txts-item {
  animation: none;
}
.cta-txt-ani {
  font-size: 24px;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  animation: mymove 0.7s ease-in-out infinite;
}
.cta-txt-ani .span:after,
.cta-txt-ani .span:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-top: 3px;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/brand_lp/common/pc_sprite_lp02.png")
    no-repeat;
  background-size: 1634px auto;
  background-position: left -16px top -13px;
}
.cta-txt-ani .span:before {
  left: -35px;
}
.cta-txt-ani .span:after {
  right: -35px;
}
.cta-txt-ani.w {
  color: #fff;
}
.page-template-front-page-new03 .cta2-title-h2 .span-bg1 {
  opacity: 1;
  transform: translateY(-12px);
}
.page-template-front-page-new03 .cta2-title-h2 .span-bg1.active {
  animation: none;
}
.page-template-front-page-new03 .cta2-content {
  transform: translateY(0);
  opacity: 1;
}
.page-template-front-page-new03 .cta2-content.active {
  animation: none;
}
.page-template-front-page-new03 .cta2-content-chart .chart-circle {
  transform: scale(1);
  opacity: 1;
}
.page-template-front-page-new03 .cta2-content-chart .chart-circle.active {
  animation: none;
}
.cta2-comp {
  padding: 100px 0;
}
.cta2-comp .txt-under {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4c619d;
  text-align: center;
  margin-top: 43px;
  margin-bottom: 40px;
}
.cta2-comp .cta2-contact {
  border-top: 1px solid #2c4894;
}
.cta2-container {
  background-color: #f0f5fe;
  padding: 25px 30px 35px;
}
.cta2-title {
  display: flex;
  align-items: center;
  background-color: #21325e;
  border-radius: 20px 20px 0 0;
  min-height: 100px;
  padding-right: 200px;
  justify-content: flex-end;
}
.cta2-title-h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cta2-title-h2 .span1 {
  margin-right: 10px;
}
.cta2-title-h2 .span2 {
  display: flex;
}
.cta2-title-h2 .span-bg1 {
  margin: -23px 2px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #153987;
  border-radius: 6px;
  width: 230px;
  height: 80px;
  transform: translateY(0);
  opacity: 0;
}
.cta2-title-h2 .span-bg1.active {
  animation: fade-in-top 1s ease normal forwards;
}
.cta2-title-h2 .span-bg1-img {
  top: 0;
  left: 0;
}
.cta2-title-h2 .span-bg2 {
  display: block;
  z-index: 3;
  width: 222px;
  height: 69px;
  bottom: 1px;
  left: 6px;
  border-radius: 0 0 6px 6px;
  background-color: rgba(255, 255, 255, 0.25);
}
.cta2-title-h2 .span-bg2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 17px 0;
  border-color: rgba(0, 0, 0, 0) #506ba5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.cta2-title-h2 .span-txt {
  z-index: 4;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  width: 222px;
  height: 71px;
  padding-left: 10px;
  font-size: 55px;
  white-space: nowrap;
  color: #2c4894;
  background-color: #fff;
  border-radius: 6px;
}
.cta2-title-h2 .span-txt:after {
  content: "";
  display: block;
  position: absolute;
  left: 49.5%;
  bottom: -11px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 0;
  border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.cta2-title-h2 .span-txt2 {
  letter-spacing: 0;
  align-self: center;
  margin-left: 20px;
}
.cta2-title-img {
  max-width: 171px;
  bottom: -50px;
  right: 20px;
}
.cta2-content {
  position: relative;
  opacity: 0;
}
.cta2-content.active {
  animation: fade-in-bottom 0.5s ease-in 0.5s normal forwards;
}
.cta2-content .box-blue {
  padding: 5px 20px;
  min-width: 300px;
  height: 50px;
  background-color: #2c4894;
  border-radius: 25px;
  color: #fff;
  transform: translateY(-20px);
  left: 40px;
}
.cta2-content .box-blue-img {
  height: 29px;
  transform: rotate(-15deg);
}
.cta2-content .box-blue-txt {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.cta2-content-container {
  display: flex;
  justify-content: space-between;
  padding: 32px 60px;
  margin-top: 15px;
  background-color: #fff;
  border-radius: 10px;
}
.cta2-content-txt {
  width: 317px;
  font-size: 20px;
  font-weight: 700;
  color: #4c619d;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-top: 30px;
}
.cta2-content-chart {
  width: 503px;
  height: 167px;
  z-index: 2;
  padding-left: 150px;
}
.cta2-content-chart .graph-img {
  z-index: 1;
  max-width: 208px;
  top: -50px;
  left: -5px;
}
.cta2-content-chart .graph-border {
  width: 350px;
  z-index: 0;
  top: 0;
  right: 0;
}
.cta2-content-chart .graph-border-item {
  display: block;
  height: 1px;
  background-color: #ebecec;
}
.cta2-content-chart .graph-border-item:before,
.cta2-content-chart .graph-border-item:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ebecec;
}
.cta2-content-chart .graph-border-item:before {
  top: -30px;
}
.cta2-content-chart .graph-border-item:after {
  top: 30px;
}
.cta2-content-chart .graph-border .item1 {
  margin-top: 30px;
  margin-bottom: 90px;
}
.cta2-content-chart .chart-circle {
  position: absolute;
  top: -15px;
  right: 160px;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  background-color: #e37d7a;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  opacity: 0;
}
.cta2-content-chart .chart-circle.active {
  animation: scale 2.5s ease-in 1s normal forwards;
}
.cta2-content-chart .chart-circle .icon {
  display: block;
  width: 45px;
  top: -23px;
  right: -25px;
}
.cta2-content-chart .chart-line {
  display: block;
  position: absolute;
  width: 230px;
  height: 160px;
  bottom: 0px;
  right: 45px;
}
.cta2-content-chart .chart-line.active {
  animation: opacity 0.1s ease-in 1s normal forwards;
}
.cta2-content-chart .chart-line .img {
  width: 100%;
}
.cta2-contact {
  padding-top: 48px;
}
.cta2-contact-tt {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  background-color: #21325e;
  border-radius: 25px;
  padding: 7px;
  color: #fff;
  width: 675px;
  margin-bottom: 20px;
}
.cta2-contact-txt {
  color: #4c619d;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}
.cta2-contact-txt .span1 {
  font-size: 48px;
  color: #081b45;
  letter-spacing: -0.01em;
}
.cta2-contact-txt .span2 {
  font-size: 38px;
  color: #081b45;
  letter-spacing: -0.01em;
}
.cta2-contact-txt .icon-asb {
  top: -10px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.cta2-contact-container {
  z-index: 3;
}
.cta2-contact-fl {
  align-items: center;
  display: flex;
  padding-left: 13px;
}
.cta2-contact-fl .p {
  font-size: 16px;
  margin-right: 7px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #2c4894;
  text-align: center;
  border-top: 1px solid #86a6f9;
  border-bottom: 1px solid #86a6f9;
  width: 220px;
  color: #2c4894;
  padding: 4px;
}
.cta2-contact-fl .list {
  background-color: #2c4894;
  color: #fff;
  border-radius: 35px;
  overflow: hidden;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  height: 50px;
  width: 430px;
  margin-left: 6px;
}
.cta2-contact-fl .list .li {
  height: 50px;
  overflow: hidden;
  width: 38%;
}
.cta2-contact-fl .list .li1 {
  background-color: #86a6f9;
}
.cta2-contact-fl .list .li2 {
  width: 53%;
  margin: 0px -3%;
  background-color: #3467d6;
  -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}
.cta2-contact .cta-box-white {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  margin-top: 26px;
  padding: 25px 0px 35px;
}
.cta2-contact .img1 {
  bottom: 100%;
  right: 0;
  width: 280px;
  z-index: 1;
}
.cta2-contact .img2 {
  bottom: 100%;
  margin-bottom: 17px;
  right: 60px;
  z-index: 1;
  width: 25px;
  padding: 3px;
  background-color: rgba(240, 245, 254, 0.5);
}
@keyframes mymove {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-70px);
    opacity: 0;
  }
  100% {
    transform: translateY(-12px);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cta3-comp {
  padding: 80px 0px 124px;
}
.cta3-title {
  color: #222;
  line-height: 1.25;
  margin: 40px 0 20px;
  padding-bottom: 22px;
  text-align: center;
  position: relative;
  font-weight: 700;
}
.cta3-title::before {
  content: "";
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: block;
  position: absolute;
  border-top: 1px solid #707070;
}
.cta3-title .title-text1 {
  font-size: 30px;
}
.cta3-title .title-text2 {
  display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.cta3-title .strong {
  color: #e03448;
  font-size: 34px;
}
.list-link-form {
  display: flex;
  justify-content: center;
}
.list-link-form .li {
  margin: 10px;
}
.cta3-contact {
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.cta3-contact .btn-style1 {
  margin: 10px 10px 15px 10px;
  width: 480px;
}
.cta3-omatome {
  width: 100%;
  padding-bottom: 5px;
  text-align: center;
}
.cta3-omatome > .lazyload {
  background-color: #eee;
  display: block;
  width: 100%;
}
.cta3-omatome-bot {
  background-color: #4c619d;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 17px 10px 42px;
  position: relative;
  text-align: center;
  clip-path: polygon(0 0, 100% 0%, 100% 70%, 50% 100%, 0 70%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 50% 100%, 0 70%);
}
.cta3-omatome-arrow {
  font-size: 0;
  width: 26px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 15px;
  z-index: 1;
}
.cta4 {
  margin: 100px 0px 150px;
}
.cta4 .cta-content .btn {
  box-shadow: none;
}
.cta4-box {
  background-color: #f0f5fe;
  border-radius: 10px;
  padding: 43px 115px 60px;
}
.cta4-tt {
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 20px;
}
.cta4-box-line {
  margin: 38px 9px 0px;
  border-top: 2px solid #2c4894;
  border-bottom: 2px solid #2c4894;
  padding: 9px 0px;
}
.cta4-box-line .txt {
  color: #2c4894;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 27px 10px 23px;
  font-weight: 700;
  border-top: 1px solid #2c4894;
  border-bottom: 1px solid #2c4894;
}
.cta5-comp {
  padding: 117px 0px 120px;
}
.cta5-comp .cta3-title .title-text2 {
  font-size: 19px;
}
.cta5-comp .box-link-form {
  margin-top: 49px;
}
.cta6-comp {
  padding-bottom: 110px;
}
.cta6-comp .content {
  background-color: #2c4894;
  color: #fff;
  padding: 23px 0;
}
.cta6-comp .txt-bt {
  font-size: 24px;
  border-top: 1px solid #fff;
  padding: 24px 1% 0;
  line-height: 1.38;
  margin-top: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.cta7-tt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  animation: animation-up 2.3s ease-out infinite;
}
.cta7-li {
  margin: 17px 13px 3px;
}
@keyframes animation-up {
  0% {
    top: 0px;
  }
  74% {
    top: 0px;
  }
  87% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}
.cta8-box {
  margin: 30px 0px 37px;
}
.cta8-tt {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #333;
  margin-bottom: 14px;
}
.cta8-btns .li {
  margin: 15px 13px 0px;
}
.ani-tts {
  animation: down-up 2.3s ease-out infinite;
}
@keyframes down-up {
  0% {
    transform: translateY(0);
  }
  74% {
    transform: translateY(0);
  }
  87% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cta9 .cta-blue-bg {
  background: #f0f5fe;
  padding: 32px 30px 36px;
}
.cta9 .cta-blue-bg .cta2-contact {
  padding-top: 32px;
}
.cta1-list .cta-btn {
  width: 330px;
  height: 150px;
  border: 5px solid #2c4894;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.cta1-list .cta-btn:hover {
  opacity: 0.7;
}
.cta1-list .cta-btn-wrap {
  background: #fff;
  padding: 4px 20px 0px;
  height: 95px;
}
.cta1-list .cta-btn-wrap .fg-svg {
  width: 48px;
  height: 52px;
}
.cta1-list .cta-btn-wrap .fg-svg.fg3 {
  margin-left: 9px;
  width: 39px;
}
.cta1-list .cta-btn-wrap .img1,
.cta1-list .cta-btn-wrap .img2,
.cta1-list .cta-btn-wrap .img3 {
  top: 50%;
  width: 256px;
  height: 65px;
  display: block;
  transform: translateY(-50%);
}
.cta1-list .cta-btn-wrap .img1 {
  left: 0;
}
.cta1-list .cta-btn-wrap .img2 {
  right: -65px;
}
.cta1-list .cta-btn-wrap .img3 {
  right: 0;
}
.cta1-list .cta-btn .title-1 {
  color: #2c4894;
  font-size: 43px;
  padding: 0px 9px;
}
.cta1-list .cta-btn .title-3 {
  height: 45px;
  background: #2c4894;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  padding-top: 12px;
}
.cta1-list .cta-btn .ground {
  margin-top: 5px;
}
.cta1-list .cta-btn .i-tg {
  border-width: 4px;
  width: 15px;
  height: 15px;
  margin-left: -6px;
}
.cta-content .item {
  margin: 0px 25px;
}
.cta-content .up-text {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.029em;
  color: #333;
  padding-right: 2%;
  width: 100%;
  display: block;
}
.cta-content .up-text.white {
  color: #fff;
}
.cta-content .btn {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 18px;
  color: #fff;
  margin-top: 10px;
  width: 380px;
  height: 90px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px #d0cecc;
}
.cta-content .btn.shadow {
  box-shadow: 0px 5px 0px 0px #243a76;
}
.cta-content .btn:hover {
  opacity: 0.8;
}
.cta-content .btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 100%;
  z-index: 1;
}
.cta-content .btn-wrap {
  margin: 0px 80px 0px 13px;
}
.cta-content .btn-pink {
  background-color: #e65c9a;
  padding-left: 20px;
}
.cta-content .btn-pink::after {
  background-color: #cc0057;
}
.cta-content .btn-pink::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  display: block;
  z-index: 3;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/page_takuhai/CTA/icons.png")
    no-repeat left center/auto 46px;
}
.cta-content .btn-pink .icon {
  width: 40px;
  height: 50px;
  margin-top: 5px;
}
.cta-content .btn-pink .img-tel1 {
  left: -10px;
  top: -3px;
  display: block;
  height: 60px;
}
.cta-content .btn-pink .img-tel2 {
  left: -60px;
  top: 50%;
  height: 23px;
  width: 151px;
  display: block;
  transform: translateY(-50%);
}
.cta-content .btn-pink .btn-txts {
  letter-spacing: 0.025em;
  line-height: 1;
  justify-content: center;
}
.cta-content .btn-pink .btn-txt {
  margin: 1px 0 7px;
  font-size: 14px;
  font-weight: 700;
}
.cta-content .btn-pink .txt {
  position: relative;
  top: -2px;
}
.cta-content .btn-green {
  background-color: #5cd613;
}
.cta-content .btn-green::after {
  background-color: #3d971d;
}
.cta-content .btn-green::before {
  content: "TAP";
  font-size: 12px;
  width: 46px;
  height: 46px;
  right: 15px;
  border-radius: 50%;
  padding-top: 12px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: 2px dotted #fff;
  display: block;
  z-index: 2;
  letter-spacing: 0.01em;
}
.cta-content .btn-green .btn-txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.cta-content .btn-green .btn-txt.mb {
  margin-bottom: 5px;
}
.cta-content .btn-green .btn-txt.smaller {
  font-size: 14px;
}
.cta-content .btn-green .icon {
  width: 45px;
  height: 45px;
  margin-top: 8px;
}
.cta-content .btn-green .img {
  left: -87px;
  top: 50%;
  height: 51px;
  width: 335px;
  z-index: 2;
  transform: translateY(-50%);
}
.cta-content .btn-txt1 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
}
.cta-content .btn-txt2 {
  font-size: 20px;
  font-weight: 700;
}
.cta-content .btn-txt2 .span {
  font-size: 22px;
}
.cta-content .btn-txt3 {
  font-size: 11px;
  letter-spacing: 0.025em;
}
.cta-content .btn .txt {
  font-size: 11px;
  font-weight: 500;
}
.cta-content .btn .btn-txts {
  font-size: 24px;
  font-weight: 700;
}
.cta-content .btn .btn-txts .span1 {
  font-size: 20px;
}
.cta-content .btn .btn-txts .span2 {
  font-size: 22px;
}
.cta-content .btn .btn-text {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}
.cta-content .btn .btn-text .span {
  font-size: 22px;
}
.cta-content .btn .small {
  letter-spacing: 0.025em;
  font-size: 11px;
}
.des-btn {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #2c4894;
  text-align: center;
}
.pur-links {
  border: 3px solid #2c4894;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  font-weight: 700;
  width: 315px;
  display: block;
}
.pur-links .pur-wrap {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  padding: 14px 12px;
  position: relative;
}
.pur-links .pur-svg1 {
  width: 33px;
  height: 35px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.pur-links .pur-svg1 .img {
  position: absolute;
  height: 45px;
  max-width: unset;
  top: 50%;
  transform: translateY(-50%);
}
.pur-links .pur-svg1.fg3 .img {
  left: 0;
}
.pur-links .pur-svg1.fg2 .img {
  left: -100px;
}
.pur-links .pur-svg1.fg1 .img {
  right: 0;
}
.pur-links .asb {
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}
.pur-links .i-tg {
  width: 8px;
  height: 8px;
}
.pur-links .title-1 {
  font-size: 30px;
  color: #2c4894;
  letter-spacing: 0.025em;
  line-height: 1;
  margin: 0px 7px;
}
.pur-links .ttl-sm {
  font-size: 12px;
  color: #2c4894;
  line-height: 1.3;
}
.pur-links .pur-ribbon {
  background-color: #2c4894;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  text-align: center;
}
.pur-links .pur-ribbon .span1,
.pur-links .pur-ribbon .span2,
.pur-links .pur-ribbon .span3 {
  padding: 9px 0%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pur-links .pur-ribbon .span1 {
  width: 33.3%;
  background-color: #86a6f9;
}
.pur-links .pur-ribbon .span2 {
  -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  width: 39.3%;
  margin: 0px -3%;
  background-color: #3467d6;
}
.pur-links .pur-ribbon .span3 {
  padding-left: 2%;
  width: 35.3%;
}
.btn-tel5 {
  padding-left: 14px;
  background-color: #e65c9a;
}
.btn-tel5::after {
  background-color: #cc0057;
}
.btn-tel5::before {
  content: "";
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/common/sprite-icon/icon-2.svg")
    no-repeat left -51px top -5px;
  background-size: auto 55px;
}
.btn-tel5 .icon {
  width: 32px;
  height: 40px;
  margin-top: 5px;
}
.btn-tel5 .txt1 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-top: 7px;
}
.btn-tel5 .txt1 .small {
  font-size: 16px;
}
.btn-tel5 .txt2 {
  font-size: 9px;
}
.btn-tel5 .icon-tel {
  width: 30px;
  height: 21px;
  margin-right: 4px;
  margin-left: 10px;
}
.btn-tel5 .img-tel1 {
  left: -7px;
  top: -1px;
  display: block;
  height: 45px;
}
.btn-line7 {
  padding-left: 9px;
  background-color: #5cd613;
}
.btn-line7::after {
  background-color: #3d971d;
}
.btn-line7::before {
  content: "TAP";
  font-size: 12px;
  padding-top: 12px;
  text-align: center;
  letter-spacing: 0.01em;
}
.btn-line7 .txt {
  font-size: 24px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.btn-line7 .txt .small {
  font-size: 22px;
}
.btn-line7 .txt .smaller {
  font-size: 20px;
}
.btn-line7 .icon {
  width: 42px;
  height: 42px;
  margin-top: 5px;
}
.btn-line7 .img {
  left: -76px;
  top: 50%;
  height: 45px;
  width: 296px;
  z-index: 2;
  transform: translateY(-50%);
}
.btn-line7,
.btn-tel5 {
  width: 305px;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 5px 0px 0px #d0cecc;
}
.btn-line7:hover,
.btn-tel5:hover {
  opacity: 0.8;
}
.btn-line7::after,
.btn-tel5::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 66px;
  height: 100%;
  z-index: 1;
}
.btn-line7::before,
.btn-tel5::before {
  width: 46px;
  height: 46px;
  right: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: 2px dotted #fff;
  display: block;
  z-index: 2;
}
.btn-line7 .box-wrap,
.btn-tel5 .box-wrap {
  margin: 0px 70px 0px 7px;
}
.btn-line8,
.btn-tel6 {
  width: 305px;
  text-align: center;
  color: #fff;
  box-shadow: 0 3px 1px rgba(51, 51, 51, 0.5);
  border-radius: 5px;
  position: relative;
  height: 53px;
  font-size: 12px;
  font-weight: 700;
  padding-right: 40px;
}
.btn-line8:hover,
.btn-tel6:hover {
  opacity: 0.8;
}
.btn-line8::after,
.btn-tel6::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 53px;
  height: 100%;
  z-index: 1;
  border-radius: 0 5px 5px 0;
}
.btn-line8::before,
.btn-tel6::before {
  width: 35px;
  height: 35px;
  right: 9px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: 2px dotted #fff;
  display: block;
  z-index: 2;
}
.btn-line8 {
  background-color: #19b400;
}
.btn-line8::after {
  background-color: #138900;
}
.btn-line8::before {
  content: "TAP";
  font-size: 10px;
  padding-top: 9px;
  text-align: center;
  letter-spacing: -0.01em;
}
.btn-line8 .line {
  font-size: 23px;
  line-height: 1;
  margin-top: 3px;
}
.btn-line8 .line .span {
  font-size: 21px;
}
.btn-line8 .fg-line {
  height: 19px;
  width: 19px;
}
.btn-line8 .img-line {
  height: 20px;
  width: 131px;
  left: -34px;
  top: 0;
}
.btn-tel6 {
  background-color: #e65c9a;
}
.btn-tel6::after {
  background-color: #cc0057;
}
.btn-tel6::before {
  content: "";
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/common/sprite-icon/icon-2.svg")
    no-repeat left -37px top -4px;
  background-size: auto 40px;
}
.btn-tel6 .fg-tel {
  width: 17px;
  height: 14px;
  margin-right: 4px;
}
.btn-tel6 .img-tel {
  height: 14px;
  width: 92px;
  left: -38px;
  top: 0;
}
.btn-tel6 .tel {
  font-size: 23px;
  letter-spacing: 0.015em;
  line-height: 1;
  margin-top: 3px;
}
.bnts-cta {
  width: 480px;
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px #d0cecc;
  position: relative;
  padding-right: 100px;
  color: #fff;
  text-align: center;
  min-height: 113px;
  font-weight: 500;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.bnts-cta:hover {
  opacity: 0.7;
}
.bnts-cta::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 95px;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
}
.bnts-cta::before {
  width: 58px;
  height: 58px;
  font-weight: 700;
  right: 19px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: 2px dotted #fff;
  display: block;
  z-index: 2;
}
.bnts-cta .btn-text {
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}
.bnts-cta .btn-text .span-line {
  font-size: 40px;
}
.bnts-cta .btn-text .span-tel {
  font-size: 35px;
}
.bnts-cta .small {
  font-size: 14px;
  margin-top: 6px;
  display: block;
  letter-spacing: 0.025em;
}
.bnts-cta .icon,
.bnts-cta .box-icon {
  overflow: hidden;
  display: inline-block;
}
.bnts-cta .img {
  max-width: unset;
  display: block;
}
.bnts {
  width: 380px;
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px #d0cecc;
  position: relative;
  padding-right: 75px;
  color: #fff;
  text-align: center;
  min-height: 90px;
  font-weight: 500;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.bnts:hover {
  opacity: 0.7;
}
.bnts::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
}
.bnts::before {
  width: 46px;
  height: 46px;
  font-weight: 700;
  right: 15px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: 2px dotted #fff;
  display: block;
  z-index: 2;
}
.bnts .small {
  font-size: 12px;
  letter-spacing: 0.025em;
}
.bnts .icon,
.bnts .box-icon {
  overflow: hidden;
  display: inline-block;
}
.bnts .img {
  max-width: unset;
  display: block;
}
.title-line {
  overflow: hidden;
  margin-bottom: 40px;
}
.title-line .span {
  position: relative;
  color: #333;
  display: inline-block;
  min-width: 540px;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.1em;
}
.title-line .span .line {
  display: inline-block;
  position: absolute;
  width: 250px;
  height: 1px;
  background-color: #333;
  top: 51%;
  transition: all 0.5s;
}
.title-line .span .line.left {
  left: 100%;
}
.title-line .span .line.right {
  right: 100%;
}
.title-line .span .text-wrap {
  display: inline-block;
  line-height: 1.4;
}
.title-line.fs-size1 .span {
  font-size: 38px;
}
.title-line.fs-size2 .span {
  min-width: 415px;
  font-size: 24px;
  color: #fff;
}
.title-line.fs-size2 .span .line {
  width: 96px;
  background-color: #fff;
}
.title-line.fs-size2 .span .line.left {
  left: 0;
}
.title-line.fs-size2 .span .line.right {
  right: 0;
}
.title-line.tt-ani .span .line {
  width: 0px;
}
.title-line.tt-ani .span .text-wrap {
  transform: translateY(101%);
  transition: all 0.5s;
  transition-delay: 0.5s;
}
.title-line.tt-ani.active .line {
  width: 250px;
}
.title-line.tt-ani.active .text-wrap {
  transform: translateY(0);
}
.title-line.tt-ani.active.fs-size2 .line {
  width: 96px;
}
.title-line.tt-white .span {
  color: #fff;
}
.title-line.tt-white .span .line {
  background-color: #fff;
}
.page-template-front-page-new03 .title-line.tt-ani .span .line {
  width: 250px;
}
.page-template-front-page-new03 .title-line.tt-ani .span .text-wrap {
  transform: translateY(0);
  transition: none;
}
.purchase-mv .line {
  border: 1px solid #fff;
  border-bottom: 0px;
  height: 60px;
  width: calc(100% - 160px);
  left: 80px;
  z-index: 1;
  top: 70px;
}
.purchase-mv > .relative {
  overflow: hidden;
  padding-top: 120px;
  height: 670px;
}
.purchase-mv > .relative::before,
.purchase-mv > .relative::after {
  content: "";
  position: absolute;
  display: block;
  height: 70px;
  bottom: 70px;
  z-index: 2;
  width: calc(50% - 601px);
  min-width: 5%;
  border-bottom: 1px solid #fff;
}
.purchase-mv > .relative::before {
  left: 80px;
  border-left: 1px solid #fff;
}
.purchase-mv > .relative::after {
  right: 80px;
  border-right: 1px solid #fff;
}
.purchase-mv .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  min-width: 100%;
  min-height: 100%;
}
.purchase-mv-tt {
  font-weight: 700;
  color: #fff;
  z-index: 3;
  position: relative;
}
.purchase-mv-tt .tt1 {
  font-size: 42px;
  letter-spacing: 0.025em;
  padding-right: 5px;
}
.purchase-mv-tt .tt1 .icon {
  width: 33px;
  display: inline-block;
  font-size: 0;
  margin-right: 10px;
}
.purchase-mv-tt .tt2 {
  font-size: 88px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.purchase-mv-tt .tt2 .num {
  font-size: 95px;
}
.purchase-mv-tt .tt2 .smaller {
  font-size: 79px;
}
.purchase-mv-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 59px;
}
.purchase-mv-box .box {
  background-color: #fff;
  width: 660px;
  margin: 0 auto 20px;
  padding: 21px 0 17px;
  color: #4c619d;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
}
.purchase-mv-box .box .span {
  letter-spacing: 0.05em;
  font-size: 26px;
  line-height: 1.1;
}
.btns-form {
  width: 200px;
  min-height: 200px;
  display: block;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
  margin: 0px 15px;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.btns-form:hover {
  transform: translateY(-5px);
}
.btns-form:hover .prite-asb {
  opacity: 1;
}
.btns-form .div {
  z-index: 2;
}
.btns-form .p1 {
  font-size: 18px;
  letter-spacing: 0.05em;
  padding-top: 18px;
}
.btns-form .p2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.btns-form .fg {
  margin: 8px auto 0px;
  width: 100%;
  height: 135px;
}
.btns-form .img1,
.btns-form .img2,
.btns-form .img3 {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.btns-form .img1 {
  border: 1px solid #d7484f;
  left: 0px;
  top: 0px;
}
.btns-form .img2 {
  border: 1px solid #344090;
  left: 0px;
  top: 0px;
}
.btns-form .img3 {
  border: 1px solid #5299a1;
  right: 0px;
  top: 0px;
}
.btns-form .i-tg {
  transform: rotate(135deg);
  width: 16px;
  height: 16px;
  border-width: 4px;
}
.btns-form::before {
  content: "";
  width: 100%;
  height: 47.3%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btns-form.bg-red {
  background-color: #e37e7b;
}
.btns-form.bg-red::before {
  background-color: #ce444d;
}
.btns-form.bg-blue {
  background-color: #4c619d;
}
.btns-form.bg-blue::before {
  background-color: #2c4894;
}
.btns-form.bg-green {
  background-color: #85b0b5;
}
.btns-form.bg-green::before {
  background-color: #5c9aa2;
}
.purchase-sec {
  margin-top: 40px;
  min-height: 800px;
  background-color: #f0f5fe;
}
.purchase-sec .box-content {
  width: 620.5px;
  min-height: 800px;
  padding: 45px 0px;
  position: relative;
}
.purchase-sec .box-content::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 40px;
  border-bottom: 1px solid #2c4894;
  height: 1px;
}
.purchase-sec .img-pur {
  position: absolute;
  height: 100%;
  max-width: unset;
  left: 660px;
  top: 0;
}
.purchase-sec .purchase-content1 {
  position: relative;
}
.purchase-sec.box-pink {
  background-color: #fbf1e8;
}
.purchase-sec.box-pink .box-content::after {
  border-color: #ce444d;
}
.purchase-sec.box-sky {
  background-color: #edf2f2;
}
.purchase-sec.box-sky .box-content::after {
  border-color: #5c9aa2;
}
.purchase-sec.box-pink .purchase-content1,
.purchase-sec.box-sky .purchase-content1 {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
}
.purchase-sec.box-pink .purchase-content1 .img-pur,
.purchase-sec.box-sky .purchase-content1 .img-pur {
  left: auto;
  right: 0;
  margin-right: 681px;
}
.purchase-sec .purchase-tt {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 13px;
  text-align: center;
}
.purchase-sec .purchase-tt .span {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0.1em;
  color: #2c4894;
}
.purchase-sec .purchase-tt .span.red {
  color: #ce444d;
}
.purchase-sec .purchase-tt .span.sky {
  color: #5c9aa2;
}
.purchase-sec .list-content {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 30px;
  padding-inline: 10px;
}
.purchase-sec .list-content .li {
  margin: 10px;
  background-color: #fff;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  display: block;
  text-align: center;
  padding-top: 60px;
}
.purchase-sec .list-content .tt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 17px;
  position: relative;
}
.purchase-sec .list-content .tt .small {
  font-size: 16px;
}
.purchase-sec .list-content .icon-line,
.purchase-sec .list-content .icon-line:before,
.purchase-sec .list-content .icon-line::after {
  background-color: #2c4894;
  height: 8px;
  width: 3px;
  display: block;
}
.purchase-sec .list-content .icon-line.red,
.purchase-sec .list-content .icon-line.red:before,
.purchase-sec .list-content .icon-line.red::after {
  background-color: #ce444d;
}
.purchase-sec .list-content .icon-line.sky,
.purchase-sec .list-content .icon-line.sky:before,
.purchase-sec .list-content .icon-line.sky::after {
  background-color: #85b0b5;
}
.purchase-sec .list-content .icon-line::before,
.purchase-sec .list-content .icon-line::after {
  content: "";
  position: absolute;
  bottom: -3px;
}
.purchase-sec .list-content .icon-line::before {
  left: -10px;
  transform: rotate(-30deg);
}
.purchase-sec .list-content .icon-line::after {
  right: -10px;
  transform: rotate(30deg);
}
.purchase-sec .list-content .asb-i {
  top: -13px;
  left: 50%;
  transform: translateY(-50%);
}
.purchase-sec .list-content .txt {
  font-size: 16px;
  letter-spacing: 0.03em;
  margin-bottom: 11px;
  line-height: 1.2;
}
.purchase-sec .list-content .txt.mgb {
  margin-bottom: 15px;
  margin-top: 17px;
}
.purchase-sec .list-content .txt.lp0 {
  letter-spacing: 0;
  padding-left: 7px;
}
.purchase-sec .list-content .txt .small2 {
  font-size: 10px;
}
.purchase-sec .list-content .color1 {
  color: #ce444d;
  font-weight: 700;
}
.purchase-sec .step-tt {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.purchase-sec .step-tt::before {
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  background-color: #2c4894;
}
.purchase-sec .step-tt .span {
  position: relative;
  font-size: 18px;
  z-index: 2;
  background-color: #2c4894;
  min-width: 320px;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding: 4px;
  border-radius: 25px;
}
.purchase-sec .step-tt.red::before,
.purchase-sec .step-tt.red .span {
  background-color: #ce444d;
}
.purchase-sec .step-tt.sky::before,
.purchase-sec .step-tt.sky .span {
  background-color: #5c9aa2;
}
.purchase-sec .steps-ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 20px;
}
.purchase-sec .steps-ul .bg {
  background-color: #fff;
  border-radius: 5px;
  width: 200px;
  height: 200px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.purchase-sec .steps-ul .fg1 {
  width: 100%;
  height: 100%;
}
.purchase-sec .steps-ul .fg2 {
  width: 100%;
  height: 100%;
}
.purchase-sec .steps-ul .fg3 {
  width: 100%;
  height: 100%;
}
.purchase-sec .steps-ul .fg4 {
  width: 100%;
  height: 100%;
}
.purchase-sec .steps-ul .img2,
.purchase-sec .steps-ul .img3 {
  width: 100%;
  height: 100%;
}
.purchase-sec .steps-ul .img1 {
  width: 100%;
  height: 100%;
  left: 0;
}
.purchase-sec .steps-ul .img2 {
  left: 0px;
}
.purchase-sec .steps-ul .img3 {
  left: 0px;
}
.purchase-sec .steps-ul .img4 {
  left: 0px;
  height: 100%;
  width: 100%;
}
.purchase-sec .steps-ul .name {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
}
.purchase-sec .steps-ul .li2 {
  margin: 0px 70px;
  position: relative;
}
.purchase-sec .steps-ul .li2::before,
.purchase-sec .steps-ul .li2::after {
  content: "";
  position: absolute;
  border-bottom: 16px solid rgba(0, 0, 0, 0);
  border-top: 16px solid rgba(0, 0, 0, 0);
  border-left: 22px solid #2c4894;
  top: 100px;
  transform: translateY(-50%);
}
.purchase-sec .steps-ul .li2::before {
  left: -45px;
}
.purchase-sec .steps-ul .li2::after {
  right: -45px;
}
.purchase-sec .steps-ul.red .li2::before,
.purchase-sec .steps-ul.red .li2::after {
  border-left-color: #ce444d;
}
.purchase-sec .steps-ul.sky .li2::before,
.purchase-sec .steps-ul.sky .li2::after {
  border-left-color: #5c9aa2;
}
.purchase-sec .steps-txt {
  text-align: center;
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 18px;
  color: #333;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.purchase-sec .btn1 {
  width: 345px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  border-radius: 5px;
  margin: 0 auto 30px;
  padding: 16px 35px 16px 10px;
  background-color: #00ca62;
  overflow: hidden;
  box-shadow: 0px 5px 0px #00cd6d45;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.purchase-sec .btn1::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
.purchase-sec .btn1.red::before {
  border-top: 3px solid #ce444d;
  border-right: 3px solid #ce444d;
}
.purchase-sec .btn1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 35px;
  z-index: 1;
  background-color: #2c489400;
}
.purchase-sec .btn1.red {
  background-color: #e37e7b00;
  color: #ce444d;
  box-shadow: 0px 5px 0px #ce444d;
}
.purchase-sec .btn1.red::after {
  background-color: #ce444d00;
}
.purchase-sec .btn1.sky::before {
  border-top: 3px solid #5c9aa2;
  border-right: 3px solid #5c9aa2;
}
.purchase-sec .btn1.sky {
  background-color: #5c9aa200;
  color: #5c9aa2;
  box-shadow: 0px 5px 0px #5c9aa2;
}
.purchase-sec .btn1.sky::after {
  background-color: #5c9aa200;
}
.purchase-content2 {
  padding-top: 40px;
  background-color: #fff;
}
.bannar-cta {
  margin-top: 150px;
}
.bannar-cta-tt {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  color: #9e8246;
}
.bannar-cta-fg {
  width: 980px;
  margin: 30px auto 0px;
}
.tt-line-blue {
  letter-spacing: 0.05em;
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 30px;
  color: #21325e;
}
.tt-line-blue::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 500px;
  height: 1px;
  display: block;
  border-top: 1px solid #21325e;
}
.section-table {
  background-color: #f0f5fe;
  margin-top:40px;
  padding: 100px 0 60px;
}
.section-table .des-blue {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 40px;
  color: #21325e;
  text-align: center;
}
.section-table .tt-table {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #21325e;
  margin-top: 42px;
}
.section-table .note-table {
  font-size: 10px;
  max-width: 570px;
  margin-left: auto;
  text-align: center;
  display: block;
  color: #333;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.table-content {
  width: 830px;
  margin: 25px auto 0;
}
.table-content.mt10 {
  margin: 10px auto 0;
}
.table-content .li-box,
.table-content .table-pur-tt,
.table-content .table-box,
.table-content .circle {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
.table-content .li-box {
  width: 235px;
  margin-right: 10px;
}
.table-content .table-pur-tt,
.table-content .table-box {
  width: 180px;
}
.table-content .table-pur-tt {
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  min-height: 46px;
  padding: 2px;
}
.table-content .table-pur-tt.bg-red {
  background-color: #ce444d;
}
.table-content .table-pur-tt.bg-blue {
  background-color: #4c619d;
}
.table-content .table-pur-tt.bg-green {
  background-color: #85b0b5;
}
.table-content .table-box {
  background-color: #fff;
  position: relative;
  min-height: 64.7px;
  padding: 5px 0px;
}
.table-content .table-box::after {
  content: "";
  width: 150px;
  display: block;
  left: 15px;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #333;
  position: absolute;
}
.table-content .table-box.no-white {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
}
.table-content .table-box.no-white::after {
  display: none;
}
.table-content .table-box.b-radius {
  border-radius: 0 0 10px 10px;
}
.table-content .table-box.b-radius::after {
  display: none;
}
.table-content .txt-blue {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #21325e;
  margin-right: 9px;
  border-radius: 5px;
  position: relative;
  width: 235px;
  min-height: 46px;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  padding: 5px;
  margin-bottom: 7px;
}
.table-content .txt-blue::after {
  content: "";
  left: 100%;
  top: calc(50% - 3.5px);
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-left: 9px solid #21325e;
  position: absolute;
}
.table-content .circle {
  border: 3px solid #ce444d;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  position: relative;
}
.table-content .circle::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 9px;
  border: 3px solid #ce444d;
}
.table-content .txt {
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #787777;
  line-height: 1.57;
}
.table-content .txt .small {
  font-size: 9px;
}
.table-content .red {
  color: #ce444d;
  font-size: 32px;
}
.table-content .red .yen {
  font-size: 20px;
}
.table-content .not {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ce444d;
}
.txt-2-line {
  font-size: 16px;
  width: 220px;
  margin: 4px 9px 0px 0px;
  color: #21325e;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1.625;
  padding: 12px 0px;
  border-bottom: 1px solid #25325b;
  border-top: 1px solid #25325b;
}
.button-form {
  width: 180px;
  height: 70px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  box-shadow: 0px 5px 0px #d0cecc;
  margin-bottom: 5px;
}
.button-form .span {
  position: relative;
  z-index: 3;
  top: -1px;
}
.button-form .fg {
  z-index: 3;
}
.button-form::after {
  content: "";
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  bottom: 9px;
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 2;
}
.button-form::before {
  content: "";
  height: 50%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.button-form.bg-red {
  background-color: #e37e7b;
}
.button-form.bg-red::before {
  background-color: #ce444d;
}
.button-form.bg-red .fg {
  width: 27px;
  height: 25px;
  margin-right: 5px;
}
.button-form.bg-red .icon {
  left: 0;
  top: -1px;
  height: 27px;
  width: 86px;
}
.button-form.bg-blue {
  background-color: #4c619d;
}
.button-form.bg-blue::before {
  background-color: #2c4894;
}
.button-form.bg-blue .fg {
  width: 22px;
  height: 24px;
  margin-left: 3px;
  margin-right: 6px;
}
.button-form.bg-blue .icon {
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  height: 26px;
  width: 83px;
}
.button-form.bg-green {
  background-color: #85b0b5;
}
.button-form.bg-green::before {
  background-color: #5c9aa2;
}
.button-form.bg-green .fg {
  width: 24px;
  height: 26px;
  margin-right: 7px;
}
.button-form.bg-green .icon {
  right: 0;
  top: 0;
  height: 25px;
  width: 79px;
}
.value-sec {
  width: 827px;
  margin: 50px auto;
}
.value-sec-ttl {
  text-align: center;
  color: #fff;
  background: linear-gradient(225deg, #00cd6d, #34409000);
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 15px 0;
}
.value-sec-content {
  position: relative;
  background: #f0f5fe;
  padding: 30px 0 18px 20px;
}
.value-sec-content .sub-ttl {
  color: #4c619d;
  text-align: center;
  width: 520px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 36px;
  border-top: 1px solid #7d8dba;
  border-bottom: 1px solid #7d8dba;
  margin: 0 0 8px 50px;
}
.value-sec-content .content-detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.value-sec-content .content-detail:last-child {
  margin-top: 18px;
}
.value-sec-content .content-detail .circle-tag {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.value-sec-content .content-detail .circle-tag .sm-line {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 2px solid rgba(0, 0, 0, 0);
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-top: 12px solid #507cd8;
  transform: rotate(-42deg);
  top: 5px;
  left: 5px;
}
.value-sec-content .content-detail .circle-tag .sm-line::before,
.value-sec-content .content-detail .circle-tag .sm-line::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 2px solid rgba(0, 0, 0, 0);
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-top: 12px solid #507cd8;
}
.value-sec-content .content-detail .circle-tag .sm-line::before {
  transform: rotate(27deg);
  top: -11px;
  left: 4px;
}
.value-sec-content .content-detail .circle-tag .sm-line::after {
  transform: rotate(-27deg);
  top: -11px;
  left: -8px;
}
.value-sec-content .content-detail .circle-tag .txt1,
.value-sec-content .content-detail .circle-tag .txt2 {
  display: block;
  font-weight: 700;
  line-height: 24px;
}
.value-sec-content .content-detail .circle-tag .txt1 {
  color: #e65c9a;
  font-size: 17px;
}
.value-sec-content .content-detail .circle-tag .txt2 {
  color: #00cb08;
  font-size: 19px;
  line-height: 1;
}
.value-sec-content .content-detail-txt {
  color: #4c619d;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.value-sec-content .content-detail-txt .lg-txt {
  color: #21325e;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.value-sec-content .content-detail-txt .lg-txt .num {
  display: inline-block;
  width: 77px;
  height: 52px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/shop/main/30-1.svg")
    no-repeat;
  background-position: 2px 0px;
  background-size: 72px;
}
.value-sec-content .content-detail-txt .sm-txt {
  font-size: 29px;
}
.value-sec-content .content-detail-txt:last-child {
  margin-top: 20px;
}
.value-sec-content .content-detail .spe-txt {
  font-style: italic;
}
.value-sec-content .p-txt {
  width: 90%;
  height: 38px;
  color: #4c619d;
  background: #fff;
  font-size: 16px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding-left: 47px;
  margin-top: 10px;
}
.value-sec-content .woman {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 152px;
  height: 158px;
  z-index: 10;
}
.value-sec-cta {
  background: linear-gradient(322deg, #00cd6d, #34409000);
  padding: 25px 0;
}
.value-sec-cta .cta-wrapper {
  background: #fff;
  width: 709px;
  margin: 0 auto 18px;
  padding: 25px 32px;
  border-radius: 10px;
}
.value-sec-cta .cta-detail {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.value-sec-cta .cta-detail.cta-detail2 {
  flex-wrap: wrap;
  margin-top: 15px;
}
.value-sec-cta .cta-detail.cta-detail2 .up-text {
  flex: 0 0 100%;
}
.value-sec-cta .green-btn,
.value-sec-cta .pink-btn,
.value-sec-cta .blue-btn,
.value-sec-cta .light-btn {
  width: 306px;
  height: 90px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.value-sec-cta .green-btn .white,
.value-sec-cta .pink-btn .white,
.value-sec-cta .blue-btn .white,
.value-sec-cta .light-btn .white {
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.value-sec-cta .green-btn .arrow,
.value-sec-cta .pink-btn .arrow,
.value-sec-cta .blue-btn .arrow,
.value-sec-cta .light-btn .arrow {
  width: 32px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.value-sec-cta .green-btn .arrow::after,
.value-sec-cta .pink-btn .arrow::after,
.value-sec-cta .blue-btn .arrow::after,
.value-sec-cta .light-btn .arrow::after {
  content: "";
  border-top: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #fff;
}
.value-sec-cta .light-btn,
.value-sec-cta .blue-btn {
  margin-top: 10px;
}
.value-sec-cta .light-btn .white,
.value-sec-cta .blue-btn .white {
  font-size: 28px;
  line-height: 1.178;
}
.value-sec-cta .light-btn .span,
.value-sec-cta .blue-btn .span {
  display: block;
  font-size: 24px;
}
.value-sec-cta .green-btn {
  margin-top: 5px;
  background: #5dd52f;
}
.value-sec-cta .green-btn .icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/shop/main/purchase-cv_icon.svg")
    no-repeat;
  background-position: -72px 0px;
  background-size: 176px;
  margin-left: 10px;
}
.value-sec-cta .green-btn .white {
  font-size: 27px;
  padding-bottom: 7px;
  letter-spacing: 0.02em;
}
.value-sec-cta .green-btn .line-txt {
  font-size: 25px;
}
.value-sec-cta .green-btn .char-small {
  font-size: 20px;
}
.value-sec-cta .green-btn .line-time {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.value-sec-cta .green-btn .arrow {
  background: #3d9701;
}
.value-sec-cta .light-btn {
  background: #85b0b5;
}
.value-sec-cta .light-btn .icon {
  width: 38px;
  height: 45px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/shop/main/purchase-cv_icon.svg")
    no-repeat;
  background-position: -203px -6px;
  background-size: 240px;
  margin-left: 14px;
}
.value-sec-cta .light-btn .arrow {
  background: #5c9aa2;
}
.value-sec-cta .pink-btn {
  margin-top: 5px;
  background: #e65c9a;
}
.value-sec-cta .pink-btn .icon {
  display: inline-block;
  width: 32px;
  height: 40px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/shop/main/purchase-cv_icon.svg")
    no-repeat;
  background-position: 0px 0px;
  background-size: 174px;
  margin-left: 16px;
}
.value-sec-cta .pink-btn .white {
  font-size: 28px;
  letter-spacing: 0.05em;
}
.value-sec-cta .pink-btn .span {
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
}
.value-sec-cta .pink-btn .arrow {
  background: #cc0057;
}
.value-sec-cta .blue-btn {
  background: #4c619d;
}
.value-sec-cta .blue-btn .icon {
  width: 26px;
  height: 51px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/shop/main/purchase-cv_icon.svg")
    no-repeat;
  background-position: -178px -2px;
  background-size: 253px;
  margin-left: 27px;
}
.value-sec-cta .blue-btn .span {
  font-size: 24px;
  display: block;
}
.value-sec-cta .blue-btn .arrow {
  background: #2c4894;
}
.value-sec-cta .up-text {
  color: #333;
  font-size: 13px;
  font-weight: 700;
}
.value-sec-cta .txt-under-box {
  text-align: center;
  padding: 15px 0 0;
  animation: mymove 0.7s ease-in-out infinite;
}
.value-sec-cta .txt-under-box .txt {
  padding: 0px 34px;
  letter-spacing: 0.025em;
  color: #081b45;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}
.value-sec-cta .txt-under-box .txt::before,
.value-sec-cta .txt-under-box .txt::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 20px;
  margin-top: 3px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/pc_sprite_lp02.png")
    no-repeat;
  background-size: 1634px auto;
  background-position: left -16px top -13px;
}
.value-sec-cta .txt-under-box .txt::before {
  left: 0;
}
.value-sec-cta .txt-under-box .txt::after {
  right: 0;
}
.value-sec-cta .cta-sub-txt {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}
.value-sec.ver2 .value-sec-ttl {
  font-size: 20px;
}
.value-sec.ver2 .value-sec-content {
  padding: 28px 20px 10px;
}
.value-sec.ver2 .value-sec-content .sub-ttl {
  margin: 0 0 12px;
  width: 100%;
}
.value-sec.ver2 .value-sec-content .content-detail-txt:last-child {
  font-size: 38px;
}
.value-sec.ver2 .cta-wrapper {
  padding: 34px 34px 1px;
}
.value-sec.ver2 .cta-wrapper .cta-detail {
  margin-bottom: 30px;
}
.value-sec.ver2 .cta-sub-txt {
  letter-spacing: 0.1em;
}
.section-oks .bg-gray {
  margin: 150px auto 0;
  width: 1040px;
  background-color: #f7f6f2;
  border-radius: 5px;
  padding: 63px 140px 48px;
}
.section-oks .tt-serif {
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 30px;
}
.section-oks .tt-serif .small {
  display: block;
  font-size: 24px;
  line-height: 2;
}
.section-oks .list-txts {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}
.section-oks .list-txts .li {
  background-color: #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(208, 206, 204, 0.16);
  color: #867143;
  font-size: 18px;
  padding-top: 7px;
  font-weight: 500;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  line-height: 1.55;
  margin: 0px 16px 30px;
}
.section-oks .arr-brown {
  width: 52px;
  height: 22px;
  position: relative;
  display: inline-block;
}
.section-oks .arr-brown::before,
.section-oks .arr-brown::after {
  content: "";
  height: 32px;
  width: 2px;
  position: absolute;
  bottom: -6px;
  display: block;
  background-color: #897548;
}
.section-oks .arr-brown::before {
  transform: rotate(-50deg);
  left: 13px;
}
.section-oks .arr-brown::after {
  transform: rotate(50deg);
  right: 13px;
}
.section-oks .dl-txt .dt {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  color: #897548;
  margin: 23px 0 18px;
}
.section-oks .dl-txt .dd {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.687;
  margin-bottom: 23px;
}
.content-oks .tt-yl {
  color: #fff;
  text-align: center;
  background-color: #9e8246;
  border-radius: 5px;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 7px;
  margin-bottom: 10px;
}
.content-oks .lisk-ok {
  margin: 0 -10px;
}
.content-oks .lisk-ok .li {
  width: 175px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  margin: 10px;
  border-radius: 0;
}
.content-oks .lisk-ok .cap-ok {
  font-size: 16px;
  color: #9e8246;
  margin-bottom: 10px;
}
.content-oks .lisk-ok .txt-ok {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.375;
  margin-top: 10px;
}
.cate-comp {
  padding: 117px 0px 140px;
}
.cate-comp .title-line {
  margin-bottom: 51px;
}
.background-gray {
  padding: 100px 0px;
  background-color: #f4f4f4;
}
.cate-comp .btns-blue,
.background-gray .btns-blue {
  margin-top: 40px;
}
.list-cate {
  width: 1000px;
  margin: 0 auto;
  justify-content: center;
}
.list-cate-hide > .fl {
  justify-content: center;
}
.cate-link {
  width: 230px;
  overflow: hidden;
  border-radius: 5px;
  justify-content: flex-end;
  background-color: #edf5fe;
  margin: 10px;
  color: #333;
}
.cate-link .icon-arr {
  border-left: 9px solid #fff;
  border-bottom: 9px solid rgba(0, 0, 0, 0);
  border-top: 9px solid rgba(0, 0, 0, 0);
}
.cate-link .icon-yl {
  width: 20px;
  height: 100%;
  background-color: #091b45;
}
.cate-link .cate-fg {
  width: 90px;
  min-height: 90px;
}
.cate-link .cate-txt {
  width: 118px;
  margin-right: -14px;
  position: relative;
  z-index: 3;
}
.cate-link .cate-jp {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.3;
  font-family: "Noto Serif JP";
  white-space: nowrap;
  color: #333;
}
.cate-link .cate-en {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.23;
  letter-spacing: 0.025em;
  white-space: nowrap;
  font-family: "Noto Sans JP";
  color: #333;
}
.brand-comp .cate-link {
  background-color: #fff;
}
.brand-comp .cate-link .icon-yl {
  background-color: #b29b40;
}
.brand-comp .cate-en {
  font-family: "Noto Serif JP", serif;
  color: #333;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 5px;
}
.brand-comp .cate-jp {
  font-size: 14px;
  color: #787777;
  font-weight: 300;
  margin-bottom: 0;
}
.cate-comp {
  padding-bottom: 110px;
}
.btns-blue {
  min-width: 500px;
  display: inline-block;
  color: #fff;
  background-color: #507cd8;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.455;
  padding: 19px 44px;
  position: relative;
  border-bottom: 5px solid #214899;
}
.btns-blue .ground {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btns-blue.click-tg .ground {
  transform: translateY(-50%) rotate(90deg);
}
.btns-blue.click-tg.show .ground {
  transform: translateY(-50%) rotate(-90deg);
}

.purchase-mv .img {
  opacity: 0.85;
}