* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p {
  margin: 0px;
}

.sp {
  display: none;
}

@media (max-width:768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}


.container {
  max-width: 1440px;
  width: 90%;
  margin: auto;
}

/*LP開発用　header*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 32px;
  z-index: 999999999;
}

.header-flex {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-flex .left {
  max-width: 121px;
  width: 20%;
}

.header-flex .right {
  max-width: 200px;
  width: 80%;
}

.header-flex img {
  width: 100%;
}

.header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: auto;
  padding: 8.5px 40px 8.5px 32px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40.791px;
  background: linear-gradient(89deg, #3A87B8 -1.69%, #00C8C8 102.15%);
  box-shadow: 0px 2.891px 1.445px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.header-btn svg {
  width: 5px;
  height: 7.794px;
  position: absolute;
  top: 55%;
  right: 15px;
  transform: translateY(-50%);
}

@media (max-width:768px){
  header{
    position:relative;
  }
  .header-btn{
    display:none;
  }
}

/*LP開発用　fv-sec*/
.fv-sec {
  padding-top: 53px;
  padding-bottom: 48px;
  background-image: url(img/fv-bg-img.png);
  background-color: lightgray;
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}



.fv-flex {
  max-width: 1201px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fv-flex .left {
  max-width: 651px;
  width: 52%;
}

.fv-flex .right {
  max-width: 550px;
  width: 48%;
}

.label-wrapper {
  position: relative;
  max-width: 500px;
  margin: auto;
}

.label-wrapper span {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  display: block;
  border-radius: 115px;
  background: #FB4A42;
  padding-top: 10px;
  padding-bottom: 9px;
  margin-top: 30px;
}

.label-wrapper .triangle {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.fv-flex p {
  color: #2D1D07;
  text-align: center;
  font-size: 38.682px;
  font-weight: 700;
  margin-top: 24px;
  margin-left: 24px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.fv-flex p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: url("img/fv-sec-line-img.png");
  z-index: -1;
  border-radius: 4px;
}


.fv-flex .fv-main-text {
  color: #111;
  text-align: center;
  display: block;
  font-size: 83.824px;
  font-weight: 700;
  margin-top: 15.5px;
}

.fv-flex .size-min {
  color: #111;
  text-align: center;
  font-size: 69.73px;
  font-weight: 700;
  display: block;
  margin-top: 4.5px;
}

.fv-flex h1 {
  color: #111;
  text-align: center;
  font-size: 69.73px;
  font-style: normal;
  font-weight: 700;
}

.fv-flex .fv-img {
  width: 100%;
  position: relative;
  left: -51px;
  top: -30px;
}

.fv-flex .fv-photo-img {
  display: block;
  width: 100%;
}

@media (max-width:1300px){
  .fv-flex p{
    font-size:28px;
    text-align: center;
    display: block;
    max-width:420px;
    margin:auto;
    margin-top:24px;
  }
  .fv-flex .fv-main-text{
    font-size:60px;
  }
  .fv-flex h1{
    font-size:48px;
  }
}

@media (max-width:1024px){
  .fv-flex p{
    font-size:24px;
  }
  .fv-flex .fv-main-text{
    font-size:48px;
  }
  .fv-flex .fv-img{
    left:-40px;
    top:0;
  }
}

@media (max-width:768px) {
  .fv-sec {
    padding-top: 33px;
    background-image: url(img/fv-bg-sp-img.png);
    background-position: 0px 0px;
    background-size:cover;
    background-repeat: no-repeat;
    padding-top:50px;
    margin-top:-50px;
  }

  .fv-flex .fv-main-text {
    font-size: 44.268px;
  }
  .fv-flex h1{
    font-size: 36.825px;
  }
  .fv-flex .fv-img{
    left:0;
    top:0;
  }

  .fv-flex {
    max-width: 329px;
    justify-content: center;
  }

  .fv-flex .left {
    max-width: 327px;
    width: 100%;
  }

  .label-wrapper {
    width: 329px;
  }

  .label-wrapper span {
    font-size: 16px;
    border-radius: 75.67px;
    padding-top: 4px;
    padding-bottom: 4.58px;
  }

  .fv-flex p {
    font-size: 21.746px;
    width: 100%;
    margin-left: 0px;
  }
  .fv-sec .free-btn{
    margin-top:48px;
  }
}


/*共通ボタンstart*/
.free-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 506px;
  display: block;
  margin: auto;
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  border-radius: 80px;
  background: linear-gradient(89deg, #3A87B8 -1.69%, #00C8C8 102.15%);
  box-shadow: 0px 5.669px 2.835px 0px rgba(0, 0, 0, 0.25);
  padding: 28px 113px 18px 113px;
  text-decoration: none;
  position: relative;
}

@keyframes fuwafuwaScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.025);
  }
}

.free-btn .color-yellow {
  color: #E7FF13;
}

.free-btn svg {
  width: 5px;
  height: 7.794px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 28px;
}

.btn-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  animation: fuwafuwaScale 2.5s ease-in-out infinite;
  z-index:999;

}


.ribon-text {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("img/ribon-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 255px;
  height: 33px;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 7px;
  z-index: 2;
}

/*共通ボタンend*/
@media (max-width:600px) {
  .free-btn {
    max-width: 320px;
    font-size: 18.474px;
    padding: 18.47px 71.46px 7.31px 63.54px;
    margin-top: 24px;
  }

  .ribon-text {
    width: 161.265px;
    height: 21.773px;
    font-size: 9.897px;
    padding-top: 5.28px;
    padding-bottom: 2.49px;
  }
}

/*campaign-sec*/

.campaign-sec {
  width: 100%;
  margin: auto;
  padding-top: 40px;
  background-image: url("img/campaign-bg-img.png");

}

.campaign-sec h2 {
  color: #FFF;
  text-align: center;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 61.333px;
  font-weight: 700;
  letter-spacing: 4.907px;
}

.campaign-sec .big-size {
  color: #FFF;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 8px;
}

.campaign-sec .ex-mark {
  color: #FFF;
  font-size: 61.333px;
  font-weight: 700;
  letter-spacing: -18.4px;
}

.campaign-sec h3 {
  position: relative;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("img/campaign-big-ribon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 335px;
  height: 70px;
  color: #111;
  color: #C40800;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  padding-top: 18px;
  padding-bottom: 18px;
  z-index: 2;
}

.campaign-white-box {
  position: relative;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  max-width: 642px;
  margin: auto;
  padding-top: 59px;
  padding-bottom: 24px;
}

.campaign-white-box p {
  color: #111;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}

.campaign-white-box .kingaku-img {
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  width: 121px;
  margin-top: 8px;
}

.campaign-white-box .max-size {
  color: #C40800;
  text-align: center;
  font-size: 58px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.32px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.campaign-white-box .max-size::before {
  content: "";
  position: absolute;
  left: 35%;
  bottom: 0;
  transform: translateY(-50%);
  width: 178px;
  height: 26%;
  background: url("img/campaign-yellow-img.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}

.price-area {
  text-align: center;
}

.price-area img {
  display: block;
  margin: auto;
}

.price-area svg {
  display: block;
  margin: auto;
  margin-top: 8px;
}

.price-area .max-size {
  display: block;
  margin: auto;
}

.campaign-text p {
  color: #111;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.52px;
  margin-top: 16px;
}


@media (max-width:600px) {

  .campaign-sec h2 {
    text-shadow: 1.882px 1.882px 1.882px rgba(0, 0, 0, 0.25);
    font-size: 28.863px;
    letter-spacing: 2.309px;
  }

  .campaign-sec .big-size {
    color: #FFF;
    font-size: 47.059px;
    letter-spacing: 3.765px;
  }

  .campaign-sec .ex-mark {
    font-size: 28.863px;
    letter-spacing: -18.4px;
    letter-spacing: -8.659px;
  }

  .campaign-sec h3 {
    width: 201px;
    height: 38px;
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    top: 19px;
  }

  .campaign-white-box {
    box-shadow: 0px 2.16px 2.16px 0px rgba(0, 0, 0, 0.25);
    max-width: 320px;
    margin: auto;
    padding-top: 31.76px;
    padding-bottom: 24px;
  }

  .campaign-white-box p {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
  }

  .campaign-white-box .kingaku-img {
    color: #111;
    font-size: 10.436px;
    font-weight: 700;
    line-height: 110%;
    width: 121px;
    margin-top: 8px;
  }

  .campaign-white-box .max-size {
    font-size: 38.654px;
    letter-spacing: 1.546px;
  }

  .campaign-white-box .max-size::before {
    left: 30%;
    bottom: 0;
    width: 118.628px;
    height: 26%;
  }

  .campaign-text p {
    font-size: 12px;
    letter-spacing: 0.48px;
    margin-top: 23px;
    text-align: left;
    margin-left: 11px;
    margin-right: 12px;
  }

  .price-area svg {
    display: block;
    margin: auto;
    margin-top: 15.23px;
  }

}


@keyframes lp-infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.lp-scroll-infinity {
  position: relative;
  left: 0;
  bottom: -6px;
}

.lp-scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  gap: 0px 18.82px;
}

.lp-scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-scroll-infinity__list--left {
  animation: lp-infinity-scroll-left 40s infinite linear 0.5s both;
}

.lp-scroll-infinity__item {
  width: 2096px;
}

.lp-scroll-infinity__item>img {
  width: 100%;
}



/*recommend-sec*/

.recommend-sec {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #E3E8EB;
  position: relative;
  z-index: 1;
}

.recommend-sec h2 {
  color: #111;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.recommend-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 0px 20px;
}

.recommend-box {
  position: relative;
  width: 320px;
  background: #FFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.recommend-box .label-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recommend-box .label-wrap span {
  width: 167px;
  margin: auto;
  background: #224179;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 20px 9px 21px;
  text-align: center;
  display: block;
}

.recommend-box .label-wrap .arrow {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.recommend-box p {
  color: #224179;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  padding-top: 27px;
  padding-bottom: 10px;
}

.next-arrow {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}

@media (max-width:1024px){
  .recommend-box p{
    font-size:18px;
  }
}

@media (max-width:768px) {
  .recommend-sec {
    padding-top: 40px;
    padding-bottom: 54px;
  }

  .recommend-sec h2 {
    font-size: 24px;
  }

  .recommend-flex {
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 46px 0px;
  }

  .recommend-box .label-wrap span {
    padding: 9px 21px 6px 20px;
  }
}

/*possible-sec*/

.possible-sec {
  position: relative;
  padding-top: 69px;
  background-image: url("img/possible-bg-img.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  padding-bottom: 48px;
}

.possible-sec p {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  margin-top: 23px;

}

.possible-sec p:first-child {
  margin-top: 0px;
}

.possible-sec .last-text {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.possible-sec .with-one-line {
  color: #FF0;
  text-align: center;
  font-size: 47.956px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.possible-sec .with-two-line {
  color: #FF0;
  text-align: center;
  font-size: 47.956px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.possible-sec span {
  color: #FFF;
  font-size: 47.956px;
  font-weight: 700;
  line-height: 180%;
  display: inline-block;
}

.possible-sec .first-text {
  color: #FFF;
  text-align: center;
  font-size: 47.956px;
  font-weight: 500;
  line-height: 180%;
}

.with-one-line,
.with-two-line {
  position: relative;
  display: inline-block;
  padding-top: 11px;
  left: 0px;
  background-image: url("img/possible-line-img.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

@media (max-width:768px) {
  .possible-sec {
    padding-top: 56px;
    padding-bottom: 52px;
    background-image: url("img/possible-bg-img-sp.jpg");
  }

  .possible-sec p {
    font-size: 20.336px;
    margin-top: 24px;
  }

  .possible-sec .last-text {
    font-size: 16.269px;
    margin-top:0;
  }

  .possible-sec span {
    font-size: 16.269px;
    display: inline-block;
  }

  .possible-sec .first-text {
    font-size: 27.494px;
  }

  .possible-sec .with-one-line {
    font-size: 24.381px;
  }

  .possible-sec .with-two-line {
    font-size: 27.494px;
  }

  .possible-sec .first-text .small {
    font-size: 18.348px;
    font-weight: 700;
    line-height: 180%;
  }
}

/*cta-sec*/

.cta-sec {
  background: url("img/cta-bg-img.jpg");
  background-size: cover;
  overflow: hidden;
}

.cta-sec .container {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.cta-flex {
  max-width: 908px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cta-flex .left {
  max-width: 579px;
  width: 70%;
}

.cta-flex .right {
  max-width: 302px;
  width: 30%;
}

.cta-flex .right img {
  position: absolute;
  width: 302px;
  height: 413px;
  margin-left: 27px;
  object-fit: contain;
  bottom: 0;
}

.cta-sec .cta-text {
  color: #333;
  text-shadow: 0px 2.969px 2.969px rgba(0, 0, 0, 0.25);
  font-size: 44.538px;
  font-weight: 900;
  line-height: 150%;
  text-align: left;
  margin-bottom: 49px;
}

.cta-sec .cta-text span {
  color: #F54C42;
  font-size: 44.538px;
  font-weight: 900;
  line-height: 150%;
}

@media (max-width:768px) {
  .cta-sec {
    background: url("img/cta-bg-img-sp.jpg");
    background-size: cover;
    position: relative;
  }

  .cta-sec .container {
    padding-top: 64px;
    padding-bottom: 32px;
    position: relative;
  }


  .cta-flex .left {
    max-width: 100%;
    width: 100%;
  }

  .cta-flex .right {
    display: none;
  }

  .cta-sec img.sp {
    max-width: 173px;
    height: 286px;
    margin-left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    object-fit: contain;
  }

  .cta-sec .cta-text {
    text-shadow: 0px 1.962px 1.962px rgba(0, 0, 0, 0.25);
    font-size: 29.434px;
  }

  .cta-sec .cta-text span {
    font-size: 29.434px;
  }

  .cta-sec .cta-text .color-red {
    font-size: 29.434px;
    display: block;
  }

  .cta-sec .free-btn {
    position: relative;
    z-index: 1;
  }
}

/*plan-sec*/

.plan-sec {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #FFF;
}

.plan-sec-text h2 {
  color: #111;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.plan-flex {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 60px;
  gap: 0px 28px;
}

.plan-box {
  max-width: 340px;
  width: 33%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  padding-bottom: 18px;
}

.plan-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  border-radius: 20px 20px 0 0;
  z-index: 1;
}

.plan-box h3 {
  color: #292F3C;
  text-align: center;
  font-size: 24px;
  line-height: 180%;
  padding-top: 50px;
  font-weight: 500;
}

.plan-price {
  display: block;
  margin: auto;
  font-weight: 700;
  color: #F54C42;
  text-align: center;
  font-size: 32px;
  line-height: 180%;
  margin-top: 8px;
}

.plan-box span.min {
  color: #F54C42;
  font-size: 20px;
  line-height: 180%;
}

.plan-box h4 {
  color: #292F3C;
  text-align: center;
  font-size: 16px;
  line-height: 180%;
  border-bottom: 2px solid #E2E2E2;
  width: 100%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.plan-box ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.plan-box ul li {
  color: #292F3C;
  text-align: center;
  font-size: 15px;
  line-height: 180%;
  border-bottom: 2px solid #E2E2E2;
  width: 100%;
  margin: auto;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 12px;
}

.plan-box ul li.last {
  border-bottom: none;
  padding-bottom: 0;
}

.plan-box:nth-child(1)::before {
  background: linear-gradient(90deg, #DEB634 0%, #9BBA02 100%);
}

.plan-box:nth-child(2)::before {
  background: linear-gradient(90deg, #5DFCE9 0%, #035FA5 100%);
}

.plan-box:nth-child(3)::before {
  background: linear-gradient(90deg, #B566FF 0%, #E602E9 100%);
}



.plan-text p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 60px;
}

.plan-text p:first-child {
  margin-bottom: 0px;
}

.plan-text a {
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.to-contact-btn {
  max-width: 400px;
  width: 100%;
  margin: auto;
  border-radius: 115px;
  background: linear-gradient(93deg, #4A99A6 0%, #2F5D87 100%);
  padding: 15px 72px 15px 73px;
  display: flex;
  align-items: center;
}

.plan-option-text p {
  color: #F54C42;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.plan-option-flex {
  max-width: 980px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 27.4px;
  margin-top: 35.6px;
}

.plan-option-outer {
  width: 33%;
  max-width: 308px;
  border-radius: 10px;
  padding: 4px;
  background: linear-gradient(93deg, #4996A4 0%, #32648A 100%);
  box-sizing: border-box;
}

.plan-option-box {
  background: #fff;
  border-radius: 6px;
  padding: 23px 10px 20px;
  text-align: center;
}


.plan-option-box p {
  color: #111;
  text-align: center;
  font-size: 18.625px;
  font-weight: 500;
  line-height: 150%;
}

@media (max-width:768px) {
  .plan-sec {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .plan-sec-text h2 {
    font-size: 24px;
  }

  .plan-flex {
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 48px;
    gap: 40px 0px;
    flex-direction: column;
    align-items: center;
  }

  .plan-box {
    max-width: 318px;
    width: 100%;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    padding-bottom: 18px;
  }

  .plan-box h3 {
    font-size: 22.455px;
    padding-top: 47px;
  }

  .plan-price {
    font-size: 29.941px;
    margin-top: 7.8px;
  }

  .plan-box span.min {
    font-size: 22.455px;
  }

  .plan-box h4 {
    font-size: 14.97px;
    padding-top: 19px;
    padding-bottom: 21px;
  }

  .plan-box ul li {
    font-size: 14.035px;
    padding-top: 9.4px;
    padding-bottom: 11.49px;
  }

  .plan-option-text p {
    font-size: 18px;
  }

  .plan-option-flex {
    max-width: 314.75px;
    width: 100%;
    gap: 27.96px;
    margin-top: 43.6px;
    margin-bottom: 47px;
  }

  .plan-option-outer {
    width: 33%;
    max-width: 314.754px;
    width: 100%;
    border-radius: 10px;
  }

  .plan-option-box {
    border-radius: 10px;
  }
}

/*one-time-plan-sec*/
.one-time-plan-sec {
  padding-top: 80px;
  padding-bottom: 69px;
  background: url("img/one-time-plan-bg-img.jpg");
  background-size: cover;
  background-position: top;
}

.one-time-plan-sec .text-large {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.one-time-plan-sec .buy-plan-highlight {
  color: #FF0;
  font-size: 50px;
  font-weight: 700;
  position: relative;
  z-index: 0;
}


.one-time-plan-sec .buy-plan-highlight::before {
  content: "";
  position: absolute;
  bottom: 10px;
  top: 75%;
  transform: translateY(-50%);
  width: 353px;
  height: 25%;
  background: url("img/one-time-plan-Line.png") no-repeat center/contain;
  background-size: cover;
  background-position: top;
  z-index: -1;
  border-radius: 4px;
}

.one-time-plan-sec .text-xl {
  color: #FFF;
  font-size: 42px;
  font-weight: 700;
}

.one-time-plan-text-one {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  margin-top: 32px;
}

.one-time-plan-text-two {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 24px;
}

.one-time-plan-sec h2 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.one-time-plan-flex {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 18px;
  gap: 0px 33px;
}

.one-time-plan-box {
  max-width: 340px;
  width: 33%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  padding-bottom: 18px;
}

.one-time-plan-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  border-radius: 20px 20px 0 0;
  z-index: 1;
}

.one-time-plan-box h3 {
  color: #292F3C;
  text-align: center;
  font-size: 24px;
  line-height: 180%;
  margin-top: 50px;
  font-weight: 500;
}

.one-time-plan-price {
  display: block;
  margin: auto;
  font-weight: bold;
  color: #F54C42;
  text-align: center;
  font-size: 32px;
  line-height: 180%;
  margin-top: 8px;
}

.one-time-plan .min {
  color: #F54C42;
  font-size: 22px;
  font-weight: 700;
  line-height: 180%;
}

.one-time-plan-box h4 {
  color: #292F3C;
  text-align: center;
  font-size: 16px;
  line-height: 180%;
  border-bottom: 2px solid #E2E2E2;
  width: 100%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.one-time-plan-box ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.one-time-plan-box ul li {
  color: #292F3C;
  text-align: center;
  font-size: 15px;
  line-height: 180%;
  border-bottom: 2px solid #E2E2E2;
  width: 100%;
  padding: 10px 0 12px;
  margin: 0;
}

.one-time-plan-box ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.one-time-plan-box:nth-of-type(1)::before {
  background: linear-gradient(90deg, #F69 0%, #B80123 100%);
}

.one-time-plan-box:nth-of-type(2)::before {
  background: linear-gradient(90deg, #2442DB 0%, #ACE5FA 100%);
}

.one-time-plan-third {
  max-width: 713px;
  width: 100%;
  margin: auto;
}

.one-time-plan-third .terms-notice {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

.one-time-plan-third-box {
  position: relative;
  width: 713px;
  border-radius: 10px;
  border: 3px solid #D60606;
  background: #FFF;
  margin-top: 71px;
  padding-bottom: 38px;
}

.one-time-plan-third-box svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
}

.one-time-plan-third-text h3 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 180%;
  margin-top: 54px;
  margin-bottom: 8px;
}

.one-time-plan-third-text p {
  color: #111;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  margin-top: 24px;
}

.one-time-plan-third-text .color-red {
  color: #C51D1D;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
}

@media (max-width:768px) {
  .one-time-plan-sec {
    padding-top: 42px;
    padding-bottom: 81px;
  }

  .one-time-plan-sec h2 br{
    display:none;
  }

  .one-time-plan-sec .text-large {
    font-size: 23.394px;
    display: block;
    margin-bottom:-0.5em;
  }

  .one-time-plan-sec .buy-plan-highlight {
    font-size: 29.242px;
    display: inline-block;
  }

  .one-time-plan-sec .buy-plan-highlight::before {
    max-width: 206px;
  }

  .one-time-plan-sec .text-xl {
    font-size: 23.394px;
    display: block;
  }

  .one-time-plan-sec .small-size {
    color: #FFF;
    font-size: 24.564px;
    font-weight: 700;
  }

  .one-time-plan-text-one {
    font-size: 13px;
    text-align: left;
    max-width: 320px;
    margin:auto;
    margin-top:56px;
  }

  .one-time-plan-text-two {
    font-size: 18.715px;
    margin-top: 36.15px;
  }

  .one-time-plan-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 18px;
    gap: 66px 0px;
    flex-direction: column;
    align-items: center;
  }

  .one-time-plan-box {
    max-width: 317px;
    width: 100%;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    padding-bottom: 18px;
  }

  .one-time-plan-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    border-radius: 20px 20px 0 0;
    z-index: 1;
  }

  .one-time-plan-box h3 {
    font-weight: 700;
  }

  .one-time-plan-price {
    font-size: 41.964px;
    margin-top: 8px;
  }

  .one-time-plan-price .min {
    font-size: 28.85px;
  }

  .one-time-plan-box h4 {
    padding-top: 10px;
    padding-bottom: 13px;
  }

  .one-time-plan-box ul li {
    font-size: 16px;
    line-height: 180%;
    padding: 13px 0 22px;
    margin: 0;
  }


  .one-time-plan-third .terms-notice {
    font-size: 10.906px;
    max-width: 320px;
    margin:auto;
    margin-top: 10px;
  }

  .one-time-plan-third-box {
    width: 100%;
    margin: auto;
    padding-bottom:24px;
    border-radius: 6.232px;
    border: 1.87px solid #D60606;
    margin-top: 53px;
  }

  .one-time-plan-third-box svg {
    width: 41px;
    height: 41px;
  }

  .one-time-plan-third-text {
    text-align: left;
    margin: 0 auto;
  }

  .one-time-plan-third-text h3 {
    font-size: 19.388px;
    margin-top:32px;
  }

  .one-time-plan-third-text p {
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
    margin-left: 10px;
    margin-right:10px;
  }


  .one-time-plan-third-text .color-red {
    font-size:12px;
    display: inline;
  }
}

/*voice-sec*/
.voice-sec {
  padding-top: 80px;
  padding-bottom: 102px;
  position: relative;
}

.voice-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 1457px;
  background: url("img/voice-bg.png") no-repeat;
  background-size: cover;
  z-index: 1;
}


.voice-sec h2 {
  color: #111;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.voice-flex {
  max-width: 1044px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 119px;
}

.voice-flex.reverce {
  flex-direction: row-reverse;
}

.voice-flex .left {
  max-width: 434px;
  width: 44%;
}

.voice-flex .right {
  max-width: 576px;
  width: 56%;
}

.voice-flex img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.voice-flex p {
  color: #111;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: 10px;
  line-height: 1.8;
}

.voice-flex p.voice-title {
  color: #022D5D;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.96px;
  border-bottom: 2px solid #333;
  padding-bottom: 4px;
}

.voice-flex p::after {
  width: 427px;
  height: 1px;
  border: 1px solid #022D5D;
  background: #022D5D;
}

.voice-flex .big-size {
  color: #022D5D;
  font-size: 32px;
  font-weight: 700;
  margin-right: 34px;
}

.voice-flex .plan-text {
  color: #022D5D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
}



.voice-flex .white-box {
  width: 111px;
  margin: auto;
  border: 1px solid #022D5D;
  background: #FFF;
  color: #022D5D;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 6px;
  display: inline-block;
  margin-top: 16px;
  margin-right: 16px;
}

@media (max-width:1100px) {
  .voice-sec {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .voice-sec::before {
    background: none;
  }

  .voice-sec h2 {
    font-size: 24px;
  }

  .voice-flex {
    max-width: 800px;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .voice-flex:first-of-type {
    margin-top: 32px;
  }


  .voice-flex .voice-text {
    color: #111;
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.6px;
    margin-top: 10px;
  }

  .voice-flex .left,
  .voice-flex .right {
    width: 100%;
    max-width: 100%;
  }

  .voice-flex .right {
    order: 1;
  }

  .voice-flex .left {
    order: 2;
  }

  .voice-flex.reverce .right {
    order: 1;
  }

  .voice-flex.reverce .left {
    order: 2;
  }

  .voice-flex img {
    margin-bottom: 21px;
  }


  .voice-flex p::after {
    width: 353px;
  }

  .voice-flex .big-size {
    font-size: 24px;
    margin-right: 20px;
  }

  .voice-flex .voice-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

}

/*flow-sec*/

.flow-sec {
  padding-top: 100px;
  padding-bottom: 120px;
  background: url("img/flow-bg-img.png");
  background-size: cover;
  background-position: top;
}

.flow-sec .container {
  max-width: 794px;
  margin: auto;
  width: 90%;
}

.flow-sec h2 {
  color: #111;
  font-size: 40px;
  font-weight: 700;
  line-height: 180%;
  text-align: center;

}

.flow-sec p {
  color: #111;
  text-align: center;
  font-size: 16px;
  line-height: 180%;
  margin-top: 40px;
}

.flow-flex {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  gap: 0px 16px;
}

.flow-flex .left {
  max-width: 60px;
  width: 8%;
  position: relative;
}

.flow-flex .right {
  max-width: 720px;
  width: 92%;
  padding-top: 7px;
}

.flow-flex .left img {
  width: 100%;
  object-fit: contain;
}

.flow-flex.first .left::before {
  display: none;
}

.flow-flex .left::before {
  content: "";
  position: absolute;
  top: -150px;
  height: 150px;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  background-color: #4793A3;
  z-index: 0;
}

.center-line {
  position: relative;
  z-index: 1;
}


.flow-flex h3 {
  color: #111;
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
}

.flow-flex p {
  color: #111;
  font-size: 16px;
  line-height: 180%;
  text-align: left;
  margin-top: 16px;
}

@media (max-width:768px) {

  .flow-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }


  .flow-sec p {
    text-align: left;
  }

  .flow-sec h2 {
    font-size: 24px;
  }

  .flow-flex {
    margin-top: 16px;
  }

  .flow-flex .left {
    max-width: 48px;
    width: 18%;
    position: relative;
  }

  .flow-flex .left::before {
    display: none;
  }

  .flow-flex .right {
    
    width: 82%;
    padding-top: 7px;
  }

  .flow-flex h3 {
    font-size: 18px;
    line-height: 150%;
  }

  .flow-flex p {
    margin-top: 27px;
  }
}

/*faq-sec*/
.faq-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq-sec .container {
  max-width: 1100px;
  width: 90%;
  margin: auto;
  text-align: center;
}

.faq-heading {
  color: #111;
  font-size: 40px;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
}

.faq-heading .faq-bg {
  position: absolute;
  top: 60%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 200px;
  height: auto;
}


.faq-accordion {
  max-width: 1100px;
  border-bottom: 1px solid #91CBD7;
}

.faq-accordion.first {
  border-top: 1px solid #91CBD7;
}



.faq-accordion summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-top: 21px;
  padding-bottom: 20px;
  padding-left: 16px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.44px;
  cursor: pointer;
}

.faq-sec-img {
  margin-right: 30px;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-accordion summary::before,
.faq-accordion summary::after {
  width: 4px;
  height: 1em;
  border-radius: 5px;
  background-color: #347C9D;
  content: '';
}

.faq-accordion summary::after {
  position: absolute;
  right: 2em;
}

.faq-accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.faq-accordion summary::after {
  transition: rotate .3s;
}

.faq-accordion[open] summary::after {
  rotate: 90deg;
}

.faq-accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding-top: 21px;
  padding-bottom: 40px;
  padding-left: 74px;
  padding-right: 56px;
  color: #111;
  text-align: left;
  transition: transform .5s, opacity .5s;
  position: relative;
}

.faq-accordion[open] p img {
  position: absolute;
  left: 15px;
  top: 16px;
}

.faq-accordion[open] p {
  transform: none;
  opacity: 1;
}

@media (max-width:768px) {
  .faq-sec {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .faq-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
  }

  .faq-heading .faq-bg {
    display: none;
  }


  .faq-accordion summary {
    font-size: 16px;
    letter-spacing: 1.28px;
    text-align:left;
    padding-right:2em;
    padding-left:0;
  }


  .faq-sec-img {
    margin-right: 10px;
    width: 20px;
    height: 29px;
  }

  .faq-accordion summary::before,
  .faq-accordion summary::after{
    right:10px;
  }
  .faq-accordion p{
    padding-left:29px;
    padding-right:0;
    line-height:1.8;
    padding-bottom:16px;
  }
  .faq-accordion[open] p img{
    left:0;
  }
}


/*footer-logo*/
footer {
  padding-top: 40px;
  padding-bottom: 140px;
  background: #224179;
}

.footer-ttl {
  max-width: 294px;
  width: 100%;
  display: block;
  margin: auto;
}

.footer-ttl .footer-logo {
  display: block;
  margin: auto;
  max-width: 200px;
  width: 100%;
}

.footer-ttl .footer-text {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.12px;
  margin-top: 24.1px;
}

.footer-ttl a {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.96px;
  text-decoration: none
}

.footer-ttl p {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.96px;

}

.footer-ttl span {
  display: block;
  margin: 8px 0;
  color: #FFF;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.96px;
  text-align: center;
  margin-top: 16px;
}

.footer-ttl .copyright {
  white-space: nowrap;
  text-align: center;
  color: #FFF;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.96px;
  margin-top: 4px;
}

@media (max-width:600px) {
  footer {
    padding-top: 32px;
    padding-bottom: 20px;
    background: #224179;
  }

  .footer-ttl .footer-logo {
    max-width: 139px;
  }

  .footer-ttl .footer-text {
    margin-top: 24.97px;
  }


  .footer-ttl span {
    display: block;
    margin: 8px 0;
    color: #FFF;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.96px;
    text-align: center;
    margin-top: 32px;
  }

  .footer-ttl .copyright {
    margin-top: 16px;
  }
}

/*Sticky-btn*/
.sticky-btn{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  background:#224179;
  padding:10px 0px;
  z-index:9999;
}

@media (max-width:768px){
  .sticky-btn{
    padding-top:0;
  }
}