/*--------------------------------------------------*/

.br15 {
  border-radius: 15px;
}

@media screen and (max-width:768px) {
  .br15 {
    border-radius: 10px;
  }
}


/*---sec------------------------------*/

.sec {
  padding: 8em 0;
}

.sec-s {
  padding: 2em 0;
}

.sec .ttl {
  font-weight: 700;
}

.sec_ttl {
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 700;
}

.sec_ttl .sub {
  font-size: 60%;
  display: block;
}

.sec_lead {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3em;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.sec_lead strong{
  color: var(--c-main);
  font-weight:700;
  background: linear-gradient(transparent 60%, var(--c-sky2) 0%);
}

@media screen and (max-width:768px) {
  .sec {
    padding: 6em 0 5em;
  }
  .sec_ttl {
    font-size: 4rem
  }
  .sec_lead {
    font-size: 1.6rem;
    margin-bottom: 2.5em;
    text-align: justify;
  }
}

@media screen and (max-width:480px) {
  .sec {
    padding: 5em 0 4em;
  }
  .sec_ttl {
    font-size: 7vw;
  }
  .sec_lead {
    font-size: 1.35rem;
    margin-bottom: 2em;
    text-align: justify;
  }
}


/*---mv------------------------------*/

.mv {
  width: 100%;
  height: 100vh;
  min-height: 940px;
  position: relative;
  z-index: 2;
  padding-top: 280px;
  margin-bottom: 3em;
  display: flex;
  justify-content: center;
  background: transparent linear-gradient(45deg, #3973C7 0%, #64A4E1 100%) 0% 0% no-repeat padding-box;
}


/*--- mv .mvwrap ---*/

.mv .mvwrap {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  left: 3%;
}


/*--- mv .pic ---*/

.mv .pic {
  position: absolute;
  top: -3em;
  margin: auto;
  right: -1.5em;
  display: block;
  width: 830px;
  height: 715px;
  z-index: 0;
}

.mv .pic img {
  width: 100%;
  height: 100%;
}


/*--- .mv .contents ---*/

.mv .contents {
  width: 90%;
  position: relative;
  z-index: 4;
}


/*--- .mv .contents .mvcopy---*/

.mv .contents .mvcopy .label-1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--c-wh);
  margin-bottom: 0.75em;
}

.mv .contents .label-2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--c-main);
  background: var(--c-sky2);
  display: inline-block;
  padding: 0 0.7em;
  margin-bottom: 0.75em;
}

.mv .contents h1 {
  font-weight: 900;
  font-size: 5rem;
  line-height: 1.35;
  color: var(--c-wh);
  text-shadow: 0px 0px 13px #1E61B84D;
}

.mv .contents h1 .kakko {
  position: relative;
  left: -0.5em;
}

.mv .contents h1 .ls1 {
  letter-spacing: -0.2em;
}

.mv .contents h1 br.sp {
  display: none;
}


/*--- .mv .contents .mvpoint ---*/

.mv .contents .mvpoint {
  width: 100%;
  max-width: 580px;
  margin-left: -0.5em;
  margin-top: 2.2em;
  margin-bottom: 2em;
}

.mv .contents .mvpoint li {
  width: 146px;
  height: 146px;
  background: #DAE6F7;
  border-radius: 200px;
  border: 2px solid #FFFFFF;
  color: var(--c-main);
  box-shadow: 2px 4px 13px #1C245F29;
  font-size: 3.6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  margin-right: 15px;
}

.mv .contents .mvpoint li:last-child {
  margin-right: 0;
}

.mv .contents .mvpoint li .en {
  font-size: 170%;
  line-height: 0;
  font-weight: 900;
  position: relative;
  top: 0.05em;
}

.mv .contents .mvpoint li .yen {
  font-size: 60%;
}

.mv .contents .mvpoint li .label {
  color: var(--c-sky1);
  font-size: 1.75rem;
  display: block;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -0.85em;
}
.mv .contents .mvpoint li .label.label-gmo{
  font-size: 1.55rem;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin-top: -0.25em;
}

/*--- mvcta ---*/

.mvcta li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  box-shadow: 4px 4px 15px #2A6DC827;
  border-radius: 45px;
  color: var(--c-wh);
  font-size: 1.85rem;
  font-weight: 500;
  letter-spacing: 0;
}

.mvcta li.cta1 {
  margin-right: 1em;
}

.mvcta li.cta1 a {
  width: 300px;
  background: transparent linear-gradient(103deg, #FF96BF 0%, #F869AB 100%) 0% 0% no-repeat padding-box;
}

.mvcta li.cta2 a {
  width: 215px;
  background: var(--c-sky3);
}

.mvcta li a:hover {
  filter: brightness(105%);
}

.mvcta li.cta1 a img {
  width: 25px;
  height: auto;
  position: relative;
  left: 20px;
}

@media screen and (max-width:1080px) {
  /*---mv------------------------------*/
  .mv {
    width: 100%;
    height: auto;
    min-height: 0;
    padding-top: 32vh;
    margin: 0;
  }
  /*--- mv .mvwrap ---*/
  .mv .mvwrap {
    width: 92%;
    left: 0;
    flex-direction: column-reverse;
  }
  /*--- mv .pic ---*/
  .mv .pic {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-bottom: -1.5em;
  }
  .mv .pic img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /*--- .mv .contents ---*/
  .mv .contents {
    width: 100%;
  }
  /*--- .mv .contents .mvcopy---*/
  .mv .contents .mvcopy .label-1 {
    font-size: 3.2vw;
    margin-bottom: 0.5em;
  }
  .mv .contents .label-2 {
    font-size: 3.5vw;
    padding: 0 0.5em;
    margin-bottom: 0.5em;
  }
  .mv .contents h1 {
    font-size: 5.5vw;
  }
  /*--- .mv .contents .mvpoint ---*/
  .mv .contents .mvpoint {
    width: 100%;
    max-width: 580px;
    margin: 0;
    margin-top: 1em;
    margin-bottom: 5.5em;
  }
  /*--- mvcta ---*/
  .mvcta {
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;
    width: 100%;
    flex-direction: row-reverse;
  }
  .mvcta li a {
    height: 54px;
    box-shadow: none;
    border-radius: 0;
    width: 100%!important;
    font-size: 1.6rem;
  }
  .mvcta li.cta1 {
    margin-right: 0;
    width: 60%;
  }
  .mvcta li.cta2 {
    width: 40%;
  }
  .mvcta li.cta1 a img {
    width: 18px;
    left: 15px;
  }
}

@media screen and (max-width:768px) {
  /*--- mv .pic ---*/
  .mv .pic {
    margin-bottom: 0
  }
  /*--- .mv .contents .mvcopy---*/
  .mv .contents .mvcopy .label-1 {
    font-size: 3.4vw;
  }
  .mv .contents .label-2 {
    font-size: 3.6vw;
    padding: 0 0.5em;
    margin-bottom: 0.35em;
  }
  .mv .contents h1 {
    font-size: 5.55vw;
  }
  /*--- .mv .contents .mvpoint ---*/
  .mv .contents .mvpoint li {
    width: 130px;
    height: 130px;
    font-size: 3.2rem;
    margin-right: 10px;
  }
  .mv .contents .mvpoint li .en {
    font-size: 160%;
  }
  .mv .contents .mvpoint li .yen {
    font-size: 65%;
  }
  .mv .contents .mvpoint li .label {
    font-size: 1.5rem;
    height: 45px;
  }
  .mv .contents .mvpoint li .label.label-gmo{
  font-size: 1.4rem;
  line-height: 1.1;
  padding-bottom: 0.5em;
  margin-top: 0.4em;
}  
}

@media screen and (max-width:480px) {
  .mv {
    padding-top: 16em;
  }
  /*--- mv .pic ---*/
  .mv .pic {
    margin-bottom: 0.75em;
  }
  /*--- .mv .contents .mvcopy---*/
  .mv .contents .mvcopy .label-1 {
    font-size: 4.25vw;
  }
  .mv .contents .label-2 {
    font-size: 5vw;
    padding: 0 0.5em;
    margin-bottom: 0.5em;
  }
  .mv .contents h1 {
    font-size: 7.8vw;
  }
  .mv .contents h1 br.sp {
    display: block;
  }
  /*--- .mv .contents .mvpoint ---*/
  .mv .contents .mvpoint li {
    width: 100px;
    height: 100px;
    font-size: 2.65rem;
    margin-right: 8px;
  }
  .mv .contents .mvpoint li .label {
    font-size: 1.2rem;
    margin-top: -0.25em;
    height: 40px;
  }
  .mv .contents .mvpoint li .label.label-gmo{
  font-size: 1.1rem;
  margin-top: 0.2em;
  line-height: 1.1;
}

  /*--- .mv .contents .mvcta ---*/  
  .mvcta li a {
    font-size: 1.45rem;
  }  
}


/*--- #scr-warp ------------------------------*/

#scr-warp {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -1em;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}

#scr-warp .contents {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}

#scr-warp img {
  width: 70px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -0.5em;
}

.scr-down {
  display: block;
  position: relative;
  padding-top: 55px;
  text-align: center;
}

.maru {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 15px;
  background: var(--c-main);
}

.scr-down::before {
  animation: scrdown 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 45px;
  background: #FFFFFF;
  content: ' ';
}

@keyframes scrdown {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0);
  }
}

@media screen and (max-width: 1080px) {
  #scr-warp img {
    width: 50px;
  }
  .scr-down {
    padding-top: 40px;
  }
  .maru {
    width: 7px;
    height: 7px;
  }
  .scr-down::before {
    height: 30px;
  }
}


/*--- .about------------------------------*/

.about-row {
  align-items: center;
  position: relative;
}

.about-row .pic {
  width: calc(50% - 70px);
}

.about-row .arrow {
  width: 100px;
  position: relative;
}

.about-row .arrow::before {
  content: 'レポート化';
  color: #4191DD;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  letter-spacing: 0;
  top: -1.8em;
}

@media screen and (max-width:768px) {
  .about-row {
    justify-content: center;
  }
  .about-row .pic {
    width: 90%;
    max-width: 380px;
  }
  .about-row .arrow {
    width: 100%;
    padding: ;
    padding: 2em 0;
  }
  .about-row .arrow img {
    width: 60px;
    display: block;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .about-row .arrow::before {
    font-size: 1.8rem;
    letter-spacing: 0;
    top: 0.85em;
    right: -120px;
    left: 0;
    margin: auto;
  }
}


/*--- .point------------------------------*/

.point {
  background: #EBF4FC;
}

.point-row {
  padding: 0;
  background: #FFFFFF;
  box-shadow: 4px 4px 15px #64A4E126;
  margin-bottom: -2.5em;
}

.point-row li {
  width: 33.333%;
  padding: 2em 2.5em 1.5em;
  border-right: 1px solid rgba(100, 164, 225, .6);
}

.point-row li:last-child {
  border-right: none;
}

.point-row li .pic {
  max-width: 190px;
  width: 92%;
  margin: 1.5em auto 1.25em;
}

.point-row li p .kome {
  display: block;
  font-size: 85%;
  line-height: 1.3;
  margin-top: 0.5em;
}

.point-row li .head {
  position: relative;
}

.point-row li .head .num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  width: 64px;
  height: 64px;
  background: transparent linear-gradient(180deg, #64A4E1 0%, #4C8AD3 100%) 0% 0% no-repeat padding-box;
  border-radius: 80px;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  margin: auto;
}

.point-row li .head .ttl-en {
  text-align: center;
  font-size: 2.45rem;
  font-weight: 700;
  color: var(--c-main);
  margin-top: 0.25em;
}

.point-row li .head .ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  margin-top: 0.15em;
  color: var(--c-gray2);
}

@media screen and (max-width:1080px) {
  .point-row {
    width: 100%;
    margin: 0 auto;
  }
  .point-row li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(100, 164, 225, .6);
    padding: 2em 2.5em 2em;
  }
  .point-row li:last-child {
    border-bottom: none
  }
  .point-row li .head .ttl {
    margin-top: 0.5em;
    line-height: 1.5;
  }
  .point-row li .head .ttl br {
    display: none;
  }
  .point-row li p {
    text-align: center;
  }
}

@media screen and (max-width:768px) {
  .point-row li .head .ttl br {
    display: block;
  }
  .point-row li {
    padding: 1.8em 1.5em 2.75em;
  }
}


/*---cta_lv1------------------------------*/

.cta_lv1 {
  background: var(--c-sky4);
  padding-bottom: 8em;
}

.cta_lv1 .ttl {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 0.75em;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.cta_lv1 .ttl br {
  display: none;
}

.cta_lv1 a img.sp {
  display: none;
}

.cta_lv1.underprice {
  padding: 5em 0 6.5em;
}

.cta_lv1 a:hover {
  filter: brightness(108%);
}

@media screen and (max-width:768px) {
  .cta_lv1 .ttl {
    font-size: 2.4rem
  }
  ;
}

@media screen and (max-width:480px) {
  .cta_lv1 {
    padding-bottom: 5em;
  }
  .cta_lv1 .ttl {
    font-size: 1.85rem;
  }
  .cta_lv1 .ttl br {
    display: block;
  }
  .cta_lv1 a img.pc {
    display: none;
  }
  .cta_lv1 a img.sp {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  .cta_lv1.underprice {
    padding: 3em 0 3em;
  }
}

/*--- .effect ------------------------------*/
.effect-row {
  padding: 0;
  background: var(--c-sky2);
  margin-bottom: 3.5em;
}

.effect-row.first {
  margin-top: 5em;
}

.effect-row .txt {
  width: 55%;
  padding: 2.5em 2.5em 2.5em 2.5em;
}

.effect-row .pic {
  width: 45%;
}

.effect-row .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.effect-row .txt .head {
  align-items: center;
  margin-bottom: 1.25em;
}

.effect-row .txt .head img {
  width: 85px;
  height: auto;
  display: block;
  margin-right: 15px;
}

.effect-row .txt .head .ttl {
  font-weight: 700;
  font-size: 2.8rem;
  width: calc(100% - 100px);
  margin-top: 0.5em;
  line-height: 1.4;
}

.effect-row .txt p {
  margin-left: 0.5em;
  line-height: 1.8;
}

.effect-row.lv2 {
  flex-direction: row-reverse;
}

.effect-row.lv2 .pic img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.effect-row.lv2 .txt {
  padding: 2.5em 3em 2.5em 2em;
}

@media screen and (max-width:1080px) {
  .effect-row {
    margin-bottom: 2.5em;
  }

  .effect-row .txt {
    width: 50%;
    padding: 1.75em 2.5em 2.2em !important;
  }

  .effect-row .pic {
    width: 50%;
  }

  .effect-row .txt .head img {
    width: 60px;
  }

  .effect-row .txt .head .ttl {
    font-size: 2.6rem;
    width: calc(100% - 80px);
    margin-right: 5px;
  }

  .effect-row .txt p {
    font-size: 1.5rem;
    margin-right: 0.5em;
    line-height: 1.7;
  }
}

@media screen and (max-width:768px) {
  .effect-row.first {
    margin-top: 2.5em;
  }

  .effect-row .txt {
    width: 100%;
    padding: 1.5em 1.5em 2em !important;
  }

  .effect-row .pic {
    width: 100%;
  }

  .effect-row .pic img,
  .effect-row.lv2 .pic img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 15px;
  }

  .effect-row .txt .head img {
    width: 85px;
    margin: 0.5em auto 1em;
  }
  .effect-row .txt .head .ttl {
    width: 100%;
    margin: 0;
    text-align: center;
    letter-spacing: 0;

  }
  .effect-row .txt p {
    margin: 0;
  }
}

@media screen and (max-width:480px) {

  .effect-row .txt .head .ttl {
    font-size: 2.6rem;
    width: 100%;
    margin: 0;
    text-align: center;
    letter-spacing: 0;

  }

  .effect-row .pic img,
  .effect-row.lv2 .pic img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 10px;
  }

}

/*--- .price ------------------------------*/

.price {
  background: var(--c-sky1);
}

.price .pic {
  width: 100%;
}

.price .pic img.sp {
  display: none;
}

.price .kome {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 1em;
}

.price .tbl-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}

.tbl-price {
  width: 85%;
}

.tbl-price th {
  border-radius: 15px 15px 0px 0px;
  padding: 1.85em 1em 1.7em;
}

.tbl-price th .ttl {
  font-size: 3.2rem;
  text-align: center;
  box-shadow: 4px 4px 15px #64A4E126;
  letter-spacing: 0.05em;
}

.tbl-price th p {
  line-height: 1.4;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tbl-price .th-1 {
  background: transparent linear-gradient(325deg, #2A6DC8 0%, #4F90E5 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}

.tbl-price .th-2 {
  background: transparent linear-gradient(330deg, #89C4FF 0%, #ADD7FF 100%) 0% 0% no-repeat padding-box;
  color: #2A6DC8;
}

.tbl-price th p {
  text-align: center;
}

.tbl-price td {
  background: #FFFFFF;
  box-shadow: 4px 4px 15px #64A4E126;
  color: #4191DD;
  text-align: center;
  padding: 2em 1em;
  font-size: 3.2rem;
}

.tbl-price .month td {
  border-radius: 0px 0px 15px 15px;
}

.tbl-price .sukima {
  width: 10px;
  background: none !important;
}

.tbl-wrap {
  position: relative;
}

.tbl-price .start, .tbl-price .month {
  position: relative;
  width: 100vw;
}

.tbl-price .start .td-1::before, .tbl-price .month .td-1::before {
  width: 215px;
  height: 104px;
  /* UI Properties */
  border: 2px solid #FFFFFF;
  border-radius: 15px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  position: absolute;
  left: -155px;
  top: 0;
}

.tbl-price .start .td-1::before {
  content: "初期費用";
  background: transparent linear-gradient(116deg, #FF96BF 0%, #F869AB 100%) 0% 0% no-repeat padding-box;
}

.tbl-price .month .td-1::before {
  content: "月額費用";
  background: transparent linear-gradient(114deg, #64A4E1 0%, #2A6DC8 100%) 0% 0% no-repeat padding-box;
}

.price .pic img.sp {
  display: none;
}

@media screen and (max-width:480px) {
  .price .pic img.pc {
    display: none;
  }
  .price .pic img.sp {
    display: block;
  }
  .price .kome {
    font-size: 1.2rem;
  }
}


/*---sample------------------------------*/

.sample .sec_lead {
  position: relative;
  z-index: 2;
}

.swiper {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  margin-top: -2em;
  position: relative;
  z-index: 0;
}

.swiper-thumb {
  margin-top: -2em;
}

.swiper-thumb .swiper-slide {
  opacity: 1;
  cursor: pointer;
  border: 2px solid var(--c-wh);
  transition: .2s;
}

.swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid var(--c-sky1);
}

.swiper-button-next::after, .swiper-button-prev::after {
  color: ver(--c-sky1);
  scale: .8;
}

.sample .ctabtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 300px;
  height: 70px;
  background: var(--c-sky1);
  box-shadow: 4px 4px 15px #2A6DC827;
  border-radius: 45px;
  color: var(--c-wh);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 2.5em auto 0;
}

.sample .ctabtn a:hover {
  filter: brightness(105%);
}

.sample .ctabtn a img {
  width: 20px;
  height: auto;
  position: relative;
  left: 20px;
}
@media screen and (max-width:768px) {
.sample .ctabtn a {
  max-width: 360px;
    height: 60px;
    font-size: 1.8rem;
}

.sample .ctabtn a img {
  width: 18px;
}
}

/*--- .faq------------------------------*/

.faq {
  background: var(--c-sky4);
}

.faq-sec {
  padding: 3.5em 3em 4em;
  background: #FFFFFF;
  box-shadow: 4px 4px 15px #64A4E126;
  margin-bottom: 3em;
}

.faq-sec .ttl {
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 1.5em;
  border-bottom: 1px solid var(--c-main);
}

.faq dl {
  border-bottom: 1px solid var(--c-main);
}

.faq dt, .faq dd {
  position: relative;
  text-align: justify;
  font-size: 1.8rem;
  letter-spacing: 0.035em;
  padding: 1.5em 4.5em;
  padding-left: 80px;
  font-weight: 500;
  line-height: 1.6;
}

.faq dt {
  cursor: pointer;
  font-size: 1.8rem;
}

.faq dd {
  display: none;
  font-size: 1.7rem;
  padding-right: 40px;
  li
}

.faq dd.a {
  background: var(--c-main);
  color: var(--c-wh);
}

.faq dt.q::before, .faq dd.a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1em;
  content: '';
  display: inline-block;
  width: 40px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
}

.faq dt.q::before {
  background-image: url(../img/faq-q.webp);
}

.faq dd.a::before {
  background-image: url(../img/faq-a.webp);
}

.faq dt .toggle {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 26px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.faq dt .toggle:before, .faq dt .toggle:after {
  display: block;
  content: '';
  background-color: var(--c-main);
  position: absolute;
  width: 28px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq dt .toggle:before {
  width: 3px;
  height: 28px;
}

.faq dt.active .toggle:before {
  content: normal;
}

@media screen and (max-width:768px) {
  .faq-sec {
    padding: 2em 1em 2em;
    margin-bottom: 2em;
  }
  .faq-sec .ttl {
    font-size: 2.35rem;
    padding-bottom: 1em;
  }
  .faq dt, .faq dd {
    padding: 1em 2.5em;
    padding-left: 60px;
  }
  .faq dt {
    font-size: 1.6rem;
  }
  .faq dd {
    font-size: 1.4rem;
    padding-right: 60px;
  }
  .faq dt.q::before, .faq dd.a::before {
    left: 0.5em;
    width: 35px;
    height: 25px;
  }
  .faq dt .toggle {
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .faq dt .toggle:before, .faq dt .toggle:after {
    width: 20px;
  }
  .faq dt .toggle:before {
    width: 3px;
    height: 28px;
  }
}

@media screen and (max-width:480px) {
  .faq dt {
    font-size: 1.4rem;
  }
  .faq dd {
    font-size: 1.35rem;
  }
}


/*---cta_lv3------------------------------*/

.cta_lv3 {
  background: transparent linear-gradient(286deg, #64A4E1 0%, #417ECD 100%) 0% 0% no-repeat padding-box;
  color: var(--c-wh);
}

.cta_lv3 .row {
  align-items: center;
  position: relative;
  left: 2em;
}

.cta_lv3 .pic {
  width: 50%;
}

.cta_lv3 .pic img {
  position: relative;
  top: 1em;
}

.cta_lv3 .txt {
  width: 50%;
}

.cta_lv3 .ttl {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.05em;
}

.cta_lv3 p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1.25em;
  margin-bottom: 1.5em;
}

.cta_lv3 .ctabtn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 360px;
  height: 70px;
  background: transparent linear-gradient(256deg, #FF96BF 0%, #F869AB 100%) 0% 0% no-repeat;
  box-shadow: 4px 4px 15px #2A6DC827;
  border-radius: 45px;
  color: var(--c-wh);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
}

.cta_lv3 .ctabtn a:hover {
  filter: brightness(105%);
}

.cta_lv3 .ctabtn a img {
  width: 21px;
  height: auto;
  position: relative;
  left: 20px;
}

@media screen and (max-width:1080px) {
  .cta_lv3 .row {
    left: 0;
    flex-direction: column-reverse;
    width: 100%;
  }
  .cta_lv3 .pic {
    width: 55%;
    margin: 0 auto;
  }
  .cta_lv3 .txt {
    width: 100%;
    margin-top: 1em;
  }
  .cta_lv3 .ttl {
    font-size: 3.8vw;
    text-align: center;
  }
  .cta_lv3 p {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1.25em;
  }
  .cta_lv3 .ctabtn {
    margin-bottom: 1em;
  }
  .cta_lv3 .ctabtn a {
    max-width: 360px;
    height: 68px;
    font-size: 2rem;
    margin: 0 auto;
    display: flex;
  }
  .cta_lv3 .ctabtn a img {
    width: 20px;
  }
}

@media screen and (max-width:768px) {
  .cta_lv3 .pic {
    width: 80%;
    max-width: 360px;
  }
  .cta_lv3 .txt {
    margin-top: 0.5em;
  }
  .cta_lv3 .ttl {
    font-size: 3.5rem;
  }
  .cta_lv3 p {
    margin-top: 0.75em;
    margin-bottom: 1.25em;
  }
  .cta_lv3 .ctabtn {
    margin-bottom: 1em;
  }
  .cta_lv3 .ctabtn a {
    height: 60px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width:480px) {
  .cta_lv3 .ttl {
    font-size: 5.8vw;
    letter-spacing: 0;
  }
}