@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
* {
  line-height: 1.6;
  letter-spacing: 0.04em;
  box-sizing: border-box
}

body {
  color: #0C1D52;
  --text: #0C1D52;
  --textgrey: #727880;
  --strong1: #FF1433;
  --strong2: #FF3B55;
  --strong3: #4285F4;
  --strong4: #66D5D3;
  --strong5: #5EC3C3;
  --strong6: #ED4F92;
  --bgred: #F51F3C;
  --bgyellow: #FCBC02;
  --bgbase: #F5F5F5;
  --bggrey: #F5F9FF;
  --bggreen: #F4FFFF;
  --bggrey2: #F5F7FA;
  --ovalbg: transparent linear-gradient(149deg, #FFD490 0%, #FF9A4D 53%, #FF7D4D 100%) 0% 0% no-repeat padding-box;
}

a {
  color: inherit;
}

button {
  border: none;
  background: none
}

.accent-grey {
  color: var(--textgrey);
}

.accent-red {
  color: var(--strong1);
}

.accent-pink {
  color: var(--strong6);
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important
  }

  img {
    margin: 0;
  }
}

/* .btn-wrap {
  position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
} */

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 68px;
  margin: auto;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.5;
  background: var(--bgred);
  border-radius: 100px;
  transition: all 0.3s ease;
  box-shadow: 0px 15px 20px #000F6433;
}

.btn::before {
  content: none;
}

/* .btn::before {
  position: absolute;
  bottom: -5px;
  z-index: -1;
  display: inline-block;
  width: 320px;
  height: 24px;
  background: rgba(3, 49, 154, 0.6);
  border-radius: 30em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-filter: blur(20px) brightness(0.95);
  filter: blur(20px) brightness(0.95);
  transition: all 0.3s ease-out;
  content: '';
} */

.btn-yellow {
  background: var(--bgyellow);
}

.flex {
  display: flex;
  justify-content: space-between;
}

.container {
  max-width: 1080px;
  margin: auto;
}

.dis-section {
  margin: 0 auto 100px;
}

.sec-title {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}

.sec-title.bg-oval {
  width: fit-content;
  position: relative;
  margin: 0 auto 50px;
}

.sec-title.bg-oval::before {
  content: '';
  width: 114px;
  height: 148px;
  background: url(../../img/display-advertisement/img-title.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -50%;
  left: -50px;
  transform: translateY(-30px);
  z-index: -1;
}

.dis-text {
  font-size: 16px;
}

.dis-top-text {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .btn {
    width: 315px;
    font-size: 20px;
  }

  .flex {
    flex-direction: column;
  }

  .sec-title {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 1.3;
  }

  .sec-title.bg-oval {
    margin: 0 auto 25px;
  }

  .sec-title.bg-oval::before {
    width: 58px;
    height: 75px;
    top: -50%;
    left: -25px;
    transform: translateY(-10px);
  }


}

/* 追従FORM */
.p-fix-cta__subject {
  background-color: #1D9BF0;
}

.p-fix-cta .hs-form-field {
  border-color: #1D9BF0;
}

/* fv */
.section__mv {
  position: relative;
}


.section__mv::before {
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: -1;
  width: 1340px;
  height: 527px;
  padding-bottom: 145px;
  background-image: url(../../img/display-advertisement/mv-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, 0) translateX(-50px);
  content: '';
}

.section__mv::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 1355.5px;
  height: 464px;
  background: url(../../img/display-advertisement/mv-bottom.png) no-repeat;
  background-size: contain;
  transform: translate(-50%, 0) translateX(60px);
  content: '';
}

.mv__content {
  position: relative;
  padding-top: 141px;
  padding-bottom: 213px;
  text-align: center;
}

.mv__content::after {
  content: '';
  display: block;
  width: 353px;
  height: 122px;
  background: url(../../img/display-advertisement/img-mv-ad-pc.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 80px;
  right: 16px;
}
@media (min-height: 800px)
 and (min-width: 768px) {
  .section__mv {
    min-height: 100vh;
  }

  /* .mv__content {
    padding-top: 30vh;
  } */
}

.mv__lead {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 42px;
}

.mv__title {
  font-size: 90px;
  font-weight: 800;
  margin-bottom: 50px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .mv__content {
    padding: 30vh 0 200px;
  }

  .mv__content::after {
    width: 307px;
    height: 98px;
    background: url(../../img/display-advertisement/img-mv-ad-sp.png) no-repeat;
    background-size: contain;
    bottom: 120px;
    right: 0;
    left: 0;
    margin: auto;
  }


  .section__mv::before {
    width: 110%;
    background: url(../../img/display-advertisement/mv-top-sp.png) no-repeat;
    background-size: cover;
    top: -53px;
    left: -5%;
    transform: none;
  }

  .section__mv::after {
    width: 47.2%;
    background: url(../../img/display-advertisement/mv-bottom-sp.png) no-repeat;
    background-size: cover;
    bottom: 0;
    left: inherit;
    right: 0;
    transform: none;
  }

  .mv__lead {
    margin-bottom: 25px;
  }

  .mv__title {
    font-size: 42px;
  }
}

@media (max-width: 414px) {
  .mv__content {
    padding: 130px 0 220px;
  }

  .section__mv::before {
    width: 110%;
    height: 47%;
    padding-bottom: 0;
  }

  .section__mv::after {
    width: 177px;
    height: 208px;
  }

}

/* cv */
.dis-cv {
  background-image: url(../../img/display-advertisement/cv-bg-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  color: #fff;
  text-align: center;

}

.dis-cv__title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 30px;
}

.dis-cv__text {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .dis-cv {
    background-image: url(../../img/display-advertisement/cv-bg-sp.jpg);
    padding: 40px 0 65px;
  }

  .dis-cv__title {
    font-size: 23px;
    margin-bottom: 25px;
  }

  .dis-cv__text {
    font-size: 14px;
    margin-bottom: 25px;
  }

}


/* worry */
.section-worries {
  margin-bottom: 120px;
}

.worries-l {
  position: relative;
  font-size: 32px;
}

.worries-l h2 {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
}

.worries-l img {
  display: block;
  width: 191px;
  height: auto;
  margin: 0 auto;
}

.worries-r {
  width: 60.425%;
}

.title-sm {
  display: block;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 12px;
}

.worries-r li {
  position: relative;
  display: inline-block;
  padding: 14px 24px 14px 52px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  background: var(--bgbase);
}

.worries-r li:not(:last-of-type) {
  margin-bottom: 8px;
}

.worries-r li::before {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 15px;
  height: 15px;
  background: url(../../img/display-advertisement/icon-cross.svg) no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  content: '';
}

@media (max-width: 768px) {
  .section-worries {
    margin-bottom: 53px;
  }

    .worries-l h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
  }

  .worries-l img {
    position: absolute;
    top: -100px;
    right: 50%;
    width: 80px;
    height: auto;
    transform: translateX(120px);
  }

  .worries-r {
    width: 100%;
  }

  .title-sm {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .worries-r li {
    width: 100%;
  }
}

/* solutions */
.section-solutions .container {
  position: relative;
  padding: 72px 40px 36px 30px;
  background: var(--strong4);
}

.section-solutions .container::before {
  content: '';
  width: 248px;
  height: 109px;
  position: absolute;
  background: url(../../img/display-advertisement/img-solutions-01.png) no-repeat;
  background-size: 100%;
  top: -70px;
  right: 27px;
}


.section-solutions .sec-title {
  font-size: 40px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0 auto 20px;
  width: fit-content;
}

.section-solutions .title-sm {
  margin-bottom: 0;
}

.section-solutions .sec-title::before {
  content: '';
  width: 100px;
  height: 118px;
  position: absolute;
  background: url(../../img/display-advertisement/img-solutions-02.png) no-repeat;
  background-size: 100%;
  top: -25px;
  left: 100px;
}

.sol-lists {
  display: flex;
  flex-wrap: wrap;
  /* align-items: flex-start; */
  justify-content: center;
  margin: 0 auto;
}

.sol-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 20px*3)/4);
  min-height: 230px;
  position: relative;
  margin-bottom: 20px;
  padding: 0 17px 24px;
  column-gap: 20px;
  background: linear-gradient(to right, #fcfaff 0%, #edf8ff 100%);
}

.sol-list:last-child {
  padding: 0 13px 25px;
}


.sol-list:not(:nth-child(4n)) {
  margin-right: 20px;
}

.sol-list .sol-pin {
  display: flex;
  align-items: center;
  justify-content: center;
}



.sol-lists .sol-pin {
  height: 149px;
}

.sol-lists:last-child .sol-pin {
  height: 128px;
}

.sol-boxnum-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.sol-boxnum-content .num {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: url(../../img/display-advertisement/bg-sol-num.svg) no-repeat;
  background-size: 100%;
  padding: 8.5px 12px;
}

.sol-text {
  flex: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}

.sol-toggle {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding-right: 20px;
  margin: 0 auto;
}

.sol-toggle::before,
.sol-toggle::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 10px;
  height: 1px;
  top: 50%;
  right: 0;
}

.sol-toggle::after {
  rotate: 90deg;
}
.sol-toggle.is-opened::after {
  rotate: 0deg;
}

/* .section-solutions ul {
  position: relative;
}

.section-solutions ul::before {
  position: absolute;
  top: -108px;
  right: 0;
  z-index: 1;
  width: 158px;
  height: 140px;
  background: url(../img/solutions-img.svg) no-repeat;
  background-size: contain;
  content: '';
}

.section-solutions li {
  position: relative;
  display: block;
  padding: 24px 26px 24px 75px;
  font-weight: 500;
  font-size: 20px;
  background: #fff;
}

.section-solutions li:not(:last-of-type) {
  margin-bottom: 8px;
}

.section-solutions li::before {
  position: absolute;
  top: 50%;
  left: 23px;
  width: 31px;
  height: 31px;
  background: url(../../img/display-advertisement/icon-check.svg) no-repeat;
  background-size: contain;
  transform: translate(0, -50%) translateY(2px);
  content: '';
}

.section-solutions li .accent-red {
  font-weight: 700;
} */

@media (max-width: 768px) {
  .dis-section.section-solutions {
    margin-bottom: 0;
  }

  .section-solutions .container::before {
    width: 117px;
    height: 52px;
    right: 16px;
    top: -30px;
  }

  .section-solutions .sec-title {
    font-size: 32px;
  }

  .section-solutions .sec-title::before {
    width: 65px;
    height: 76px;
    left: 20px;
  }

  .section-solutions .container {
    padding: 40px 0 30px;
  }

  .sol-lists {
    padding: 0 20px;
    margin: 0 auto;
    column-gap: 8px;
  }

  .sol-lists:nth-child(3) {
    display: none;
  }

  .sol-list {
    width: calc((100% - 8px)/2);
    margin: 0 0 10px;
    min-height: inherit;
  }

  .sol-list:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .sol-text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
  }

  .sol-boxnum-content {
    padding: 0 20px;
  }

  .sol-boxnum-content .num {
    font-size: 14px;
    width: 44px;
    height: 44px;
    padding: 6.5px 10px;
  }

  .sol-boxnum-content {
    height: 73.5px;
  }

  .sol-lists .sol-pin,
  .sol-lists:last-child .sol-pin {
    height: 70px;
  }

  .sol-list:first-child img {
    width: 35px;
  }

  .sol-list:nth-child(2) img {
    width: 45px;
  }

  .sol-list:nth-child(3) img {
    width: 36px;
  }

  .sol-list:nth-child(4) img {
    width: 35px;
  }

  .sol-list:nth-child(5) img {
    width: 37px;
  }

  .sol-list:nth-child(6) img {
    width: 34px;
  }

  .sol-list:nth-child(7) img {
    width: 29px;
  }

  .sol-list:nth-child(8) img {
    width: 31px;
  }


  /* .section-solutions li {
    font-size: 16px;
    padding: 20px 16px 20px 47px;
  }

  .section-solutions li::before {
    width: 23px;
    height: 23px;
    left: 16px;
  } */

}

/* about */
.section-about {
  background: url(../../img/display-advertisement/bg-about-pc.png) no-repeat;
  background-size: cover;
}

.section-about .container {
  padding: 100px 0 11px;
}

.section-about .sec-title {
  margin-bottom: 50px;
}

.section-about .dis-text {
  max-width: 630px;
  margin: 0 auto;
}

.section-about .dis-text:first-child {
  margin-bottom: 25px;
}

.section-about .about-img {
  width: 72%;
  margin: 40px auto;
}

@media (max-width: 768px) {
  .section-about {
    background: url(../../img/display-advertisement/bg-about-sp.png) no-repeat;
    background-size: 100%;
    margin-bottom: 0;
  }

  .section-about .sec-title.bg-oval::before {
    top: -30%;
    left: -15px;
  }

  .section-about .container {
    padding: 60px 15px;
  }

  .section-about .sec-title {
    margin-bottom: 25px;
  }

  .section-about .about-img {
    width: 100%;
    margin: 20px auto;
  }

  .section-about .dis-text {
    font-size: 14px;
  }
}

/* different */
.section-dif .container {
  max-width: 956px;
  margin: 0 auto;
}

.sm-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 415px;
  height: 50px;
  margin: auto;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  border-radius: 26px;
  opacity: 1;
  transition: all 0.3s ease;
  margin-bottom: 4px;
}

.sm-btn.ad-btn {
  background: transparent linear-gradient(97deg, #7CDEDC 0%, #2175FF 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #24385A26;
}

.sm-btn.lis-btn {
  background: transparent linear-gradient(97deg, #8BF0F0 0%, #49D0CD 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #24385A26;
  border-radius: 26px;
}

.dif-item {
  margin-bottom: 40px;
}

.dif-item dl {
  display: flex;
  width: 415px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.dif-item dl dt {
  width: 40%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #D5D7DB;
  padding-left: 20px;
}

.dif-item dl dd {
  width: 60%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-bottom: 1px solid #D5D7DB;
  padding-right: 20px;
  text-align: right;
}

.dif-card {
  padding: 40px 35px 40px 45px;
  background: transparent linear-gradient(115deg, #FCFDFF 0%, #E2EBF8 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.dif-list-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 30px;
}

.dif-list-title::before {
  content: '';
  width: 52px;
  height: 62px;
  position: absolute;
  left: -24px;
  top: -20px;
  background: url(../../img/display-advertisement/icon-n1.png) no-repeat;
  background-size: contain;
}

.dif-list-title.n2::before {
  background: url(../../img/display-advertisement/icon-n2.png) no-repeat;
  background-size: contain;
}

.dif-list-title.n3::before {
  background: url(../../img/display-advertisement/icon-n3.png) no-repeat;
  background-size: contain;
}

.dif-list-text {
  text-align: left;
}

.dif-list li:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section-dif {
    margin-bottom: 70px;
  }

  .section-dif .container {
    padding: 0 15px;
  }

  .section-dif .dis-text {
    margin-bottom: 30px;
  }
  .section-dif .top-text {
    font-size: 14px;
  }

  .sm-btn {
    width: 100%;
    height: 40px;
    font-size: 20px;
  }

  .dif-item dl {
    width: 100%;
  }

  .dif-item dl dt {
    font-size: 14px;
  }

  .dif-item dl dd {
    font-size: 14px;
  }

  .dif-item {
    margin-bottom: 50px;
  }

  .dif-card {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 40px 26px;
  }

  .dif-list-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .dif-list-title::before {
    left: -20px;
  }


  .dif-list-text {
    font-size: 14px;
  }

  .dif-list li:not(:last-child) {
    margin-bottom: 50px;
  }

  .dif-list-title::before {
    width: 41px;
    height: 48px;
  }
}

/* comparision */
.section-com {
  margin-bottom: 0;
}

.com-contents-wrap.flex {
  align-items: center;
}

.com-contents-wrap {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 40px #24385A12;
  padding: 33px 50px 40px;
}

.com-description {
  width: 65.265%;
}

.com-title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

.com-title.blue span {
  padding: 6px 10px;
  background: var(--strong3);
}

.com-title.red span {
  padding: 6px 10px;
  background: var(--strong2);
}

.com-sm-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.com-sm-title img {
  margin-right: 8px;
}

.com-img {
  width: 21.555%;
}

.com-yahoo {
  margin-bottom: 10px;
}

.com-bottom-wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
  background: url(../../img/display-advertisement/bg-com-bottom-pc.png) no-repeat;
  background-size: cover;
  padding: 120px 0 100px;
}

.com-bottom-container {
  max-width: 750px;
  margin: 0 auto;
}

.com-bottom-msg {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 50px;
  white-space: nowrap;
}

.com-bottom-text {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}

@media (max-width: 768px) {
  .section-com .container {
    padding: 0 16px;
  }

  .com-contents-wrap {
    flex-direction: column-reverse;
    padding: 20px 16px 40px;
  }

  .com-google .com-img {
    width: 110px;
    margin: 0 auto 25px;
  }

  .com-yahoo .com-img {
    width: 137px;
    margin: 0 auto 50px;
  }

  .com-description {
    width: 100%;
  }

  .com-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .com-title span {
    display: block;
  }

  .com-sm-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .com-sm-title img {
    display: inline;
  }

  .com-text {
    font-size: 14px;
  }

  .com-yahoo {
    padding-top: 63px;
  }

  .com-bottom-wrap {
    background: url(../../img/display-advertisement/bg-com-bottom-sp.png) no-repeat;
    background-size: cover;
    padding: 22px 16px 40px;
  }

  .com-bottom-msg {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .com-bottom-text {
    font-size: 14px;
  }
  .com-bottom-text.mb_40 {
    margin-bottom: 20px!important;
  }
}

/* phase */
.section-phase {
  position: relative;
  padding-top: 100px;
  z-index: 0;
}

.section-phase::after {
  content: '';
  width: 1280px;
  height: 840px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url(../../img/display-advertisement/bg-phase-pc.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.section-phase .sec-title.bg-oval::before {
  transform: translate(40px, 30px);
}

.section-phase .dis-top-text {
  max-width: 750px;
  margin: 0 auto 25px;
  text-align: left;
}

.section-phase .dis-top-text:last-child {
  margin-bottom: 80px;
}

.phase-lead {
  margin-top: 96px;
  padding: 86px 0 180px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 2.09;
  text-align: center;
  background: var(--strong4);
}

.section-phase ul {
  display: flex;
  justify-content: space-between;
  margin: -110px 40px 112px;
}

.section-phase ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 52px) / 3);
  padding: 40px 38px 38px 38px;
  text-align: center;
  background: var(--bggrey);
}

.section-phase ul li:not(:last-child)::before {
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0, -50%);
  content: url(../../img/display-advertisement/phase-arrow.svg);
}

.section-phase ul li h3 {
  position: relative;
  z-index: 1;
  color: var(--strong5);
  font-weight: 700;
  font-size: 24px;
}

.section-phase ul li h3::before {
  position: absolute;
  bottom: -60px;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
}

.section-phase ul li:first-of-type h3::before {
  content: url(../../img/display-advertisement/phase-ttl1.svg);
}

.section-phase ul li p {
  margin: 63px auto 26px;
  line-height: 1.7;
}

.section-phase ul li:nth-of-type(2) h3::before {
  content: url(../../img/display-advertisement/phase-ttl2.svg);
}

.section-phase ul li:nth-of-type(3) h3::before {
  content: url(../../img/display-advertisement/phase-ttl3.svg);
}

@media (max-width: 768px) {
  .section-phase {
    padding-top: 64px;
    margin-bottom: 0;
  }

  .section-phase .sec-title.bg-oval::before {
    transform: translate(15px, 20px);
  }

  .section-phase .dis-top-text {
    padding: 0 16px;
  }
  .phase-lead {
    margin-top: 32px;
    padding: 40px 16px 138px;
    font-size: 18px;
  }

  .phase-lists-wrap {
    margin: -125px 0 6px 16px;
    padding: 35px 0 10px;
    overflow-x: auto;
  }

  .section-phase ul {
    width: 686px;
    margin: 0;
  }

  .section-phase ul li {
    padding: 20px 10px 5px;
  }

  .section-phase ul li h3 {
    font-size: 23px;
  }

  .section-phase ul li h3::before {
    top: -85px;
    bottom: auto;
    transform: translate(-50%, 0) scale(0.8);
  }

  .section-phase ul li p {
    margin: 28px auto 18px;
    font-size: 14px;
    line-height: 1.75;
  }


}

@media (max-width: 767px) {
  .section-phase::after {
    width: 750px;
    height: 944px;
    background: url(../../img/display-advertisement/bg-phase-sp.png) no-repeat;
    background-size: contain;
  }
}

/* case */
.section-case .sec-title.bg-oval::before {
  transform: translate(40px, 30px);
}

.section-case {
  position: relative;
  padding-top: 100px;
}

.case-wrap {
  max-width: 879px;
  margin: 0 auto;
}
.case-item {
  align-items: center;
  margin-bottom: 30px;
}

.case-item:nth-child(2) {
  flex-direction: row-reverse;
}

.case-desc {
  width: 61.092%;
}

.case-image {
  width: 33.184%;

}

.section-case .case-desc {
  width: 65.092%;
}

.section-case .case-image {
  width: 31.184%;

}

.case-lead {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--strong5);
}

.case-text {
  line-height: 2;
}

@media (max-width: 768px) {
  .section-case {
    padding-top: 50px;
    margin-bottom: 40px;
  }

  .section-case .sec-title.bg-oval::before {
    transform: translate(15px, 20px);
  }
  .section-case .container {
    padding: 0 16px;
  }
  .case-item:nth-child(2) {
    flex-direction: column;
  }

  .case-item {
    margin-bottom: 50px;
  }

  .case-desc,
  .section-case .case-desc {
    width: 100%;
  }

  .case-lead {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .case-image,
  .section-case .case-image {
    width: 69.387%;
    margin-bottom: 30px;
  }

  .case-text {
    font-size: 14px;
  }
}

/* service */
.section-service {
  margin-bottom: 100px;
}

.section-service .container {
  max-width: 1012px;
}

.section-service .sec-title.bg-oval::before {
  transform: translate(10px, 60px);
}

.section-service .sec-title span {
  font-size: 26px;
  margin-bottom: 16px;
}
.service-lists ul {
  width: 49.011%;
}

.service-item {
  padding: 35px 30px 25px 86px;
  background: transparent linear-gradient(114deg, #F4FFFF 0%, #C7F0EF 100%) 0% 0% no-repeat padding-box;
  margin-bottom: 10px;
}

.service-title {
  position: relative;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 5px;
}

.service-title::before,
.service-title::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 2px;
  background: var(--strong5);
  transform: translate(0, -50%);
  content: '';
}

.service-title::after {
  transform: translate(0, -50%) rotate(-90deg);
  transition: all 0.3s;
}

.service-title.active::after {
  transform: translate(0, -50%) rotate(0deg);
  transition: all 0.3s;
}

.service-title span {
  position: relative;
}

.service-title span::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -60px;
}

.service-title span::after {
  content: '';
  position: absolute;

}

.service-title span::after {
  width: 18px;
  height: 18px;
  background: url(../../img/display-advertisement/icon-feature-1.svg) no-repeat;
  background-size: contain;
  top: 0;
  left: -36px;
}

.item1 .service-title span::before {
  width: 7.79px;
  height: 53.87px;
  background: url(../../img/display-advertisement/icon-service-1.svg) no-repeat;
  background-size: contain;
}

.item2 .service-title span::before {
  width: 7.79px;
  height: 53.87px;
  background: url(../../img/display-advertisement/icon-service-2.svg) no-repeat;
  background-size: contain;
}

.item3 .service-title span::before {
  width: 7.79px;
  height: 53.87px;
  background: url(../../img/display-advertisement/icon-service-3.svg) no-repeat;
  background-size: contain;
}

.item4 .service-title span::before {
  width: 7.79px;
  height: 53.87px;
  background: url(../../img/display-advertisement/icon-service-4.svg) no-repeat;
  background-size: contain;
}

.item5 .service-title span::before {
  width: 7.79px;
  height: 53.87px;
  background: url(../../img/display-advertisement/icon-service-5.svg) no-repeat;
  background-size: contain;
}

.item6 .service-title span::before {
  width: 7.79px;
  height: 53.87px;
  background: url(../../img/display-advertisement/icon-service-6.svg) no-repeat;
  background-size: contain;
}

.item7 .service-title span::before {
  width: 7.79px;
  height: 53.87px;
  background: url(../../img/display-advertisement/icon-service-7.svg) no-repeat;
  background-size: contain;
}

.item1 .service-title span::after {
  background: url(../../img/display-advertisement/icon-feature-1.svg) no-repeat;
  background-size: contain;
}

.item2 .service-title span::after {
  background: url(../../img/display-advertisement/icon-feature-2.svg) no-repeat;
  background-size: contain;
}

.item3 .service-title span::after {
  background: url(../../img/display-advertisement/icon-feature-3.svg) no-repeat;
  background-size: contain;
}

.item4 .service-title span::after {
  background: url(../../img/display-advertisement/icon-feature-4.svg) no-repeat;
  background-size: contain;
}

.item5 .service-title span::after {
  background: url(../../img/display-advertisement/icon-feature-5.svg) no-repeat;
  background-size: contain;
}

.item6 .service-title span::after {
  width: 22px;
  height: 12px;
  background: url(../../img/display-advertisement/icon-feature-6.svg) no-repeat;
  background-size: contain;
  top: 3px;
  left: -35px;
}

.item7 .service-title span::after {
  background: url(../../img/display-advertisement/icon-feature-7.svg) no-repeat;
  background-size: contain;
}

.service-text {
  display: none;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .section-service {
    margin-bottom: 60px;
  }

  .section-service .container {
    padding: 0 16px;
  }

  .section-service .sec-title.bg-oval::before {
    transform: translate(15px, 20px);
  }

  .section-service .sec-title span {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .service-lists ul {
    width: 100%;
  }

  .service-item {
    padding: 25px 30px;
  }

  .service-title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .service-title::before, .service-title::after {
    right: -16px;
  }

  .service-title span {
    padding-left: 26px;
  }

  .service-title span::before {
    left: -20px;
  }

  .service-title span::after {
    left: 0;
  }
  .service-text {
    font-size: 14px;
  }

  .item6 .service-title span::after {
    top: 2px;
    left: -5px;
  }
}

/* support */
.section-support .sec-title span {
  font-size: 26px;
  margin-bottom: 16px;
}
.section-support .sec-title.bg-oval::before {
  top: 20%;
  left: -30px;
}

.sup-wrap {
  max-width: 860px;
  margin: 0 auto 120px;
}

.sup-item.flex {
  align-items: center;
}

.sup-desc {
  width: 62.79%
}

.sup-image {
  width: 33.72%
}

@media (max-width: 768px) {
  .section-support {
    margin-bottom: 0;
  }

  .section-support .container {
    padding: 0 16px;
  }

  .section-support .sec-title span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sup-wrap {
    margin-bottom: 20px;
  }

  .sup-desc {
    width: 100%;
    margin-bottom: 30px;
  }

  .sup-image {
    width: 69.387%;
  }

}

.sup-man-card {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 35px 60px;
  background-color: var(--bggrey);
}

.sup-man-title h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 25px;
}

.sup-man-lead {
  margin-bottom: 34px;
  line-height: 2;
  padding: 0 75px;
}

.sup-man {
  display: flex;
  justify-content: space-between;
  column-gap: 55px;
}

.sup-man-image {
  width: 200px;
}

.sup-man-desc {
  flex: 1;
}

.sup-man-cmo {
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--strong5);
    font-weight: 700;
    line-height: 1;
}

.sup-man-name {
  margin-bottom: 19px;
  color: var(--strong5);
  font-weight: 700;
  font-size: 26px;
}

.sup-man-name span {
  font-size: 18px;
  color: #D5D7DB;
  margin-left: 17px;
}

.sup-man-text {
  line-height: 2;
}

@media (max-width: 768px) {
  .sup-man-card {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 35px 16px;
  }

  .sup-man-title h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 22px;
  }

  .sup-man-lead {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 16px;
    padding: 0;
  }

  .sup-man-desc {
    position: relative;
  }

  .sup-man {
    flex-direction: column;
  }

  .sup-man-cmo {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .sup-man-name {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .sup-man-name span {
    font-size: 12px;
  }

  .sup-man-image {
    width: 48.688%;
    margin: 0 auto 20px;
  }
}
/* reason */
.section-reason  {
  margin-top: 100px;
}

.section-reason .sec-title.bg-oval::before {
  transform: translate(10px, 60px);
}

.section-reason .sec-title span {
  font-size: 26px;
  margin-bottom: 16px;
}

.rea-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.rea-image {
  width: 36.699%;
}

.rea-desc {
  width: 55.09%;
}


.rea-lead {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--text);
  padding-left:  129px;
}

.rea-lead::before {
  content: '';
  width: 119px;
  height: 119px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../img/display-advertisement/icon-reason-1.svg) no-repeat;
  background-size: 100%;
}

.rea-item {
  margin-bottom: 80px;
}

.item2 .rea-lead::before {
  background: url(../../img/display-advertisement/icon-reason-2.svg) no-repeat;
  background-size: 100%;
}

.item3 .rea-lead::before {
  background: url(../../img/display-advertisement/icon-reason-3.svg) no-repeat;
  background-size: 100%;
}

.item4 .rea-lead::before {
  background: url(../../img/display-advertisement/icon-reason-4.svg) no-repeat;
  background-size: 100%;
}

.rea-item:nth-child(1),
.rea-item:nth-child(3) {
  flex-direction: row-reverse;
}
.rea-item:nth-child(2) {
  flex-direction: row;
}

@media (max-width: 1100px) {
  .section-reason {
    margin-top: 55px;
  }
  .section-reason .sec-title span {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .section-reason .container {
    padding: 0 16px;
  }

  .rel-item {
    margin-bottom: 50px;
  }
  .rea-desc {
    width: 100%;
  }

  .rea-image {
    width: 66.18%;
    margin-bottom: 30px;
  }

  .rea-lead {
    font-size: 20px;
    padding-left: 78px;
  }

  .rea-lead::before {
    width: 68px;
    height: 68px;
  }

  .rea-item:nth-child(1),
  .rea-item:nth-child(2),
.rea-item:nth-child(3) {
  flex-direction: column;
}

}

/* voice */
.section-voice .section-content {
  width: 1000px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
}

.section-voice .case__content {
  position: relative;
}

.section-voice .sec-title.bg-oval::before {
  transform: translate(10px, 40px);
}

.section-voice .sec-title span {
  font-size: 26px;
  margin-bottom: 16px;
}

.case__container {
  overflow: hidden;
  font-size: 14px;
  position: relative;
}

.case__list {
  display: flex;
  justify-content: space-between;
}

.case__item .txt {
  padding: 30px 30px 40px;
  background: var(--bggrey);
}

.case__item .ttl {
  font-size: 14px;
  text-align: center;
}

.case__item .name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.case__item .s-text {
  font-size: 14px;
  line-height: 2;
}


@media (max-width: 768px) {
  .case__container {
    overflow-x: auto;
  }

  .section-voice .sec-title span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .section-voice .section-content {
    max-width: 100%;
  }

}

/* voice glide */
.case-arrow {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
}
.case-arrow::before {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  background-color: transparent;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: '';
}
.case-arrow-l {
  left: -40px;
  border-top: 2px solid var(--text);
  border-left: 2px solid var(--text);
  transform: translateY(-50%) rotate(-45deg);
}
.case-arrow-l::before {
  left: 0;
}
.case-arrow-r {
  right: -40px;
  border-top: 2px solid var(--text);
  border-right: 2px solid var(--text);
  transform: translateY(-50%) rotate(45deg);
}
.case-arrow-r::before {
  left: 100%;
}

@media (max-width: 767px) {
  .case-arrow-r {
    right: 10px;
  }
  .case-arrow-l {
    left: 10px;
  }

}

/* results */
@media (max-width: 768px) {
  .section-results {
    margin-bottom: 60px;
  }

  .section-results .container {
    padding: 0 16px;
  }
}

/* price */
.section-price {
  margin-bottom: 120px;
}

.section-price .sec-title.bg-oval::before {
  transform: translate(40px, 30px);
  left: 40px;
}

.section-price .sec-title span {
  font-size: 26px;
  margin-bottom: 16px;
}

.pri-table {
  width: 100%;
  margin: 0 auto 30px;
  border-collapse: collapse;
  border-spacing: 5px;
}

.pri-table-innr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.pri-table-item {
  width: 33.333%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pri-table-item p {
  font-size: 18px;
  font-weight: 600;
}


.pri-table-th {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  color: var(--text);
  background-color: #B2EBEA;
  height: 70px;
  vertical-align: middle;
}

.pri-table-th::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 10px solid #B2EBEA;
}

.pri-table-th p {
  font-weight: 800;
}

.pri-table-td {
  background-color: var(--bggreen);
  height: 84px;
}

.pri-table-td:first-child {
  font-weight: 600;
  font-size: 18px;
}

.pri-table-td:nth-child(2) {
  font-weight: 700;
  font-size: 22px;
}

.pri-table-td:nth-child(2) span {
  margin-right: 3px;
  color: var(--strong1);
  font-weight: 700;
  font-size: 38px;
  font-family: 'Arial', sans-serif;
  vertical-align: -4%;
}

.pri-table-td:last-child {
  font-weight: 600;
  font-size: 18px;
}

.pri-table-td:last-child span.pri-num {
  margin-right: 3px;
  margin-left: 3px;
  color: var(--strong1);
  font-weight: 700;
  font-size: 38px;
  font-family: 'Arial', sans-serif;
  vertical-align: -4%;
}

.pri-table-td:last-child span.pri-percent {
  color: var(--strong1);
  font-weight: 700;
  font-size: 24px;
  font-family: 'Arial', sans-serif;
  vertical-align: -10%;
}


.pri-text {
  margin: 0 70px 50px;

}


@media (max-width: 768px) {
  .section-price {
    margin-bottom: 67px;
    padding-top: 48px;
  }

  .section-price .section-content {
    padding: 0 16px;
  }
  .section-price .sec-title.bg-oval::before {
    transform: translate(10px, 42px);
  }

  .section-price .sec-title span {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .pri-table {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .pri-table-innr {
    flex-direction: column;
  }

  .pri-table-innr:first-child {
    width: 28%;
  }
  .pri-table-innr:last-child {
    width: 72%;
  }

  .pri-table-td {
    height: 65px;
    width: 100%;
  }
  .pri-table-th {
    height: 65px;
    width: 100%;
  }

  .pri-table-th::before {
    top: 50%;
    left: 100%;
    margin-left: 0;
    margin-top: -9px;
    border: 9px solid transparent;
    border-left: 10px solid #B2EBEA;
    margin-top: -9px;
  }

  .pri-table-item p {
    font-weight: 700;
  }

  .pri-text {
    margin: 0 0 40px;
    font-size: 14px;
  }
}

/* flow */
.section-flow {
  margin:  120px 0 130px;
}

.section-flow .sec-title.bg-oval::before {
  transform: translate(40px, 30px);
}

.section-flow .sec-title span {
  font-size: 26px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .section-flow {
    margin: 45px 0 33px;
  }

  .section-flow .sec-title.bg-oval::before {
    transform: translate(-20px, 20px);
  }

  .section-flow .sec-title span {
    font-size: 14px;
    margin-bottom: 10px;
  }

}

.p-nwlp__flow__list {
  position: relative
}

.p-nwlp__flow .is-img {
  text-align: center;
  margin: 0 auto
}

.p-nwlp__flow .is-last {
  max-width: 960px;
  margin: 0 auto;
  clear: both;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #000F6412;}

@media (min-width: 767px) {
  .p-nwlp__flow .is-last {
    padding: 40px;
  }
}

.p-nwlp__flow .is-last dl dt {
  font-size: 19px;
  font-weight: bold;
  margin-right: 27px;
}

@media (min-width: 767px) {
  .p-nwlp__flow .is-last dl dt {
    font-size: 19px;
    margin-bottom: 20px;
  }
}

.p-nwlp__flow .is-last dl dd {
  font-size: 14px;
  line-height: 2
}

.p-nwlp__flow ul.is-flow_img {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 64px
}

@media (min-width: 767px) {
  .p-nwlp__flow ul.is-flow_img {
    display: block
  }
}

.p-nwlp__flow ul.is-flow_img li {
  position: relative;
  z-index: 1;
  padding-bottom: 40px
}

.p-nwlp__flow ul.is-flow_img li:nth-child(2n):before {
  content: "";
  background-image: url(../../img/display-advertisement/icon-arrow-l.svg);
  left: auto;
  right: -3vw
}

@media (min-width: 992px) {
  .p-nwlp__flow ul.is-flow_img li:nth-child(2n):before {
    right: -50%
  }
}

.p-nwlp__flow ul.is-flow_img li:after {
  content: "";
  background: #ebebeb;
  width: 1px;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  position: absolute;
  z-index: -1
}

.p-nwlp__flow ul.is-flow_img li:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 12px;
  background: url(../../img/display-advertisement/icon-arrow-r.svg) center no-repeat;
  background-size: 14px;
  left: -3vw;
  top: 28px
}

@media (min-width: 992px) {
  .p-nwlp__flow ul.is-flow_img li:before {
    left: -50%
  }
}

.p-nwlp__flow ul.is-flow_img li:last-child:after {
  display: none
}

.p-nwlp__flow ul.is-flow_main {
  max-width: 960px;
  margin: 0 auto
}

.p-nwlp__flow ul.is-flow_main li {
  padding: 25px 9%;
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #000F6412;
}

.p-nwlp__flow ul.is-flow_main li a {
  color: var(--strong1);
  text-decoration: underline
}

@media (max-width: 768px) {
  .p-nwlp__flow ul.is-flow_main li {
    margin-top: 5px;
    padding: 25px
  }
}

@media (min-width: 767px) {
  .p-nwlp__flow ul.is-flow_main li {
    float: left;
    width: 42%;
    margin-bottom: 25px;
    padding: 27px 26px;
  }
  .p-nwlp__flow ul.is-flow_main li:nth-child(2n) {
    float: right
  }
  .p-nwlp__flow ul.is-flow_main li:nth-child(2) {
    margin-top: 87px
  }
}

.p-nwlp__flow ul.is-flow_main li dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px
}

@media (max-width: 768px) {
  .p-nwlp__flow ul.is-flow_main li dl dt {
    margin-bottom: 0;
    font-size: 16px
  }
}

@media (min-width: 767px) {
  .p-nwlp__flow ul.is-flow_main li dl dt {
    font-size: 18px;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
  }
  .p-nwlp__flow ul.is-flow_main li dl dt .pconly.is-inline {
    display: inline !important
  }
}

.p-nwlp__flow ul.is-flow_main li dl dt span {
  color: var(--strong3);
  font-size: 18px;
  padding-right: 10px;
  margin-bottom: -5px;
}

@media (min-width: 767px) {
  .p-nwlp__flow ul.is-flow_main li dl dt span {
    font-size: 26px;
    font-weight: bold;
  }
}

.p-nwlp__flow ul.is-flow_main li dl dd {
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 767px) {
  .p-nwlp__flow ul.is-flow_main li dl dd {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .p-nwlp__flow ul.is-flow_main li dl dd {
    font-size: 16px
  }
}

.p-nwlp__flow__title h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 5px
}

@media (min-width: 767px) {
  .p-nwlp__flow__title h2 {
    font-size: 38px;
    margin-bottom: 40px;
    line-height: 1.7
  }
}

.p-nwlp__flow .is-last dl {
}

@media (max-width: 768px) {
  .p-nwlp__flow .is-last {
    margin-top: 10px;
    top: 0;
    padding: 25px
  }

  .p-nwlp__flow .is-last dl {
    flex-direction: column;
  }
}

.p-nwlp__flow .is-last dl dt {
  text-align: left
}

@media (max-width: 768px) {
  .p-nwlp__flow .is-last dl dt {
    font-size: 16px
  }
}

.p-nwlp__flow .is-last dd {
  flex: 1;
  text-align: left
}

@media (max-width: 768px) {
  .p-nwlp__flow .is-last dd {
    flex: auto;
    padding-left: 0;
    width: 100%
  }
}


/* faq */
.lpo__faq {
  background: var(--bggrey);
}

.faq__item {
  line-height: 1.3;
  margin-bottom: 3px
}

.faq__item .q {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--bggrey2);
  padding: 17px 70px 15px 5%;
  cursor: pointer
}

.faq__item .q p {
  font-weight: 700;
}

@media (max-width: 768px) {
  .section-faq .sec-title.bg-oval::before {
    top: -10%;
  }

  .faq__inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .faq__item .q {
    padding: 17px 50px 15px 5%;
  }
}

.faq__item .q::before, .faq__item .q::after {
  position: absolute;
  top: 50%;
  right: 55px;
  display: block;
  content: "";
  background-color: var(--strong1);
}

@media (max-width: 768px) {
  .faq__item .q::before, .faq__item .q::after {
    right: 15px
  }
}

.faq__item .q::before {
  width: 12px;
  height: 2px;
  margin-top: -1px
}

.faq__item .q::after {
  width: 2px;
  height: 12px;
  margin: -6px 5px 0 0;
  transition: 0.3s
}

.faq__item.open .q::after {
  display: none;
}

.faq__item .q .icon {
  color: var(--strong5);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: -1px;
  margin-right: 10px
}

@media (max-width: 768px) {
  .faq__item .q .icon {
    font-size: 18px;
  }
}

.faq__item .a-wrap {
  display: none
}

dl.open.faq__item .a-wrap {
  display: block;
}

.faq__item .a {
  display: flex;
  align-items: center;
  padding: 30px 70px 35px 5%
}

@media (max-width: 768px) {
  .section-faq .container {
    padding: 0 16px;
  }

  .faq__item .a {
    padding: 30px 50px 35px 5%;
    align-items: flex-start;
  }
}

.faq__item .a .icon {
  font-size: 40px;
  font-weight: 700;
  color: var(--strong1);
  line-height: 1;
  margin-top: -1px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .faq__item .a .icon {
    font-size: 18px;
  }
}

.faq__item .download {
  display: block;
  max-width: 350px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 10px rgba(4, 23, 34, 0.8);
  letter-spacing: 0.04em;
  line-height: 1;
  background: linear-gradient(to top, #1bd0c1 0%, #b1f315 100%);
  border-radius: 100px;
  box-shadow: 0 3px 10px rgba(4, 23, 34, 0.8);
  padding: 19px 40px;
  margin: 12px auto 0
}

@media (max-width: 768px) {
  .faq__item .download {
    max-width: 313px;
    font-size: 16px;
    border-radius: 25px;
    padding: 14px 20px;
    margin-top: 10px
  }
}

.faq__item .download .border {
  border: 2px solid #fff;
  box-shadow: 0 3px 6px rgba(4, 23, 34, 0.5), 0 3px 6px rgba(4, 23, 34, 0.5) inset
}

/* video */
.section-video {
  color: #000;
}

#movie.section-video {
  margin-bottom: 130px;
}

@media (max-width: 768px) {
  #movie.section-video {
    margin-top: 45px;
  }
}

/* Tips */
.section-tips {
  margin-bottom: 180px;
}

.lp-related_list .support-articles_btn_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 75px;
}

.lp-related_list .support-articles_time {
  color: var(--strong5);
}

@media (max-width: 768px) {
  .lp-related_list .support-articles_btn_text {
    height: 68px;
  }
}
