*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light
}

@supports not (min-block-size:100dvb) {
  :where(html) {
    block-size: 100%
  }
}

@media (prefers-reduced-motion:no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth
  }
}

:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit
}

:where(textarea) {
  resize: vertical;
  resize: block
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer
}

:where(:disabled) {
  cursor: not-allowed
}

:where(label:has(>input:disabled), label:has(+input:disabled)) {
  cursor: not-allowed
}

:where(button) {
  border-style: solid
}

:where(a) {
  text-underline-offset: .2ex
}

:where(ul, ol) {
  list-style: none
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem)
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important
}


body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.08em;
}

p,
li {
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 1em;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

header .topimg{
  background:url(/wp-content/themes/lightning_child_sample/img/powerconsul/power1.webp);
  background-size: cover;
  width:100%;
  max-width: 1000px;
  margin:0 auto 50px;
  aspect-ratio:2 / 1;
  position: relative;
}
header .topimg h1{
position: absolute;
bottom:10%;
left: 3.8%;
width:92.4%;
}

.sec1 p{
  text-align: center;
  font-size: 24px;
}

.sec1 span{
  font-size: 14px;
}

.sec2{
  text-align: center;
}

.sec2 h2,
.sec3 h2{
  color:#32b700;
  font-size: 32px;
  margin: 3em 0 1.5em;
  text-align: center;
}

.sec2 ul{
  display: inline-block;
}

.sec2 ul li{
  display: flex;
  gap:10px;
  text-align: left;
}

.sec2 ul li::before{
  content: "";
  display: block;
  background: url(/wp-content/themes/lightning_child_sample/img/powerconsul/power3.png);
  height:30px;
  width:33px;
  margin-top: 5px;
  flex-shrink: 0;
}

.sec2 ul + img{
  margin: 30px auto 60px;
}

.sec2 .mental{
  font-size: 28px;
  color:#32b700;
  font-weight: bold;
}

.sec2 .mental .dots{
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}

.sec2 .last{
  width:0.3em;
  display: inline-block;
}

.sec2 .mental + h2{
  font-size: 54px;
  margin-top:0.4em;
}

.sec2 a{
  padding-bottom: 30px;
  display: inline-block;
}

.sec2 a img{
  margin: 0 auto;
}

.sec2 .ama{
  font-size: 24px;
}

.sec2 .ama .red{
  font-size: 28px;
  font-weight: bold;
}

.red{
  color: #ff0000;
}
.ul{
  border-bottom: 2px solid #ff0000;
}
.yellow{
  background: #f2ff86;
  padding:0 5px;
}

.apply{
  max-width: 1000px;
  width:100%;
  margin: 60px auto;
  padding: 35px 0 50px;
  background: #3f3f3f;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.apply p{
  margin-bottom: 0;
  font-size: 22px;
}
.apply p:first-child{
  color: #72ef43;
}

.apply h2{
  font-size: 42px;
  border-bottom: 2px solid #72ef43;
  display: inline-block;
  padding:0 0.5em 10px;
  margin-bottom: 30px;
}

.apply .price{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:30px 0 10px;
}

.apply .price1{
  display: inline-flex;
  flex-direction: column;
  line-height: 1.5;
  font-size: 18px;
}

.apply .price1 .keshi{
  font-size: 32px;
  position: relative;
  display: block;
}
.apply .price1 .keshi span{
  font-size: 22px;
}
.apply .price1 .keshi::after{
  display: block;
  content: "";
  position: absolute;
  width:100%;
  height:3px;
  background: #fff;
  top:calc(50% - 1.5px);
}

.apply .arrow{
  background: #fff;
  width:32px;
  height:12px;
  position: relative;
  margin: 0 26px 0 15px;
}
.apply .arrow::after{
  border-left: 12px solid #fff;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  content:"";
  display: block;
  right:-11px;
  top:calc(50% - 12px);
  position: absolute;
}
.apply .price2{
  color: #eaff01;
  border-bottom: 2px solid #eaff01;
  font-size: 32px;
}

.apply .price3{
  font-size:74px;
  line-height: 0.4;
}

.apply a{
  background: #72ef43;
  border-radius: 20px;
  font-size: 32px;
  color: #fff;
  box-shadow: 0 5px 5px #999;
  text-decoration: none;
  padding: 20px 140px;
  margin-top:35px;
  display: inline-block;
}

.sec3 > div{
  border: 1px solid #474747;
  padding:30px;
  margin-bottom: 30px;
}

.sec3 iframe{
  margin: 0 auto;
  width:100%;
  max-width:560px;
  aspect-ratio:16 / 9;
}

.sec3 img{
  margin-right:30px;
}

.sec3 img + p{
  font-weight: bold;
}

.sec3 p{
  line-height: 1.8;
}

footer {
  margin-top: 40px;
  text-align: center;
}

footer > p {
  color: #1c2952;
  font-weight: bold;
  border-bottom: 2px solid #1c2952;
  padding-bottom: 5px;
}

footer div p {
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 2em;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: inline;
}

/*----------------------------
border ｜ラインマーカー
----------------------------*/

.mark {
  background-image: linear-gradient(transparent 60%, #ffc1d8 60%);
  display: inline;
  padding: 0 5px;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}

.mark.on {
  background-size: 100% 100%;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

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

  .sp {
    display: none;
  }

  .tb {
    display: inline;
  }

  .pc {
    display: none;
  }

  p,
  li {
    line-height: 1.8;
    font-size: 16px;
  }

  .wrapper {
    padding: 0 15px;
  }

  footer > p {
    font-size: 14px;
  }

  footer div p {
    font-size: 12px;
  }

}

@media screen and (max-width:480px) {
  .sp {
    display: inline;
  }

  .tb {
    display: inline;
  }

  .pc {
    display: none;
  }
  p,li{
    font-size: 14px;
  }
  
  .sec1 p,
  .sec2 .ama,
  .apply p{
    font-size: 18px;
  }
  .sec2 h2, .sec3 h2,
  .sec2 .mental,
  .apply .price1{
    font-size: 24px;
  }
  .apply .price3{
    font-size: 36px;
  }
  .sec2 .mental+h2,
  .apply h2{
    font-size: 28px;
  }
  .sec2 .ama .red{
    font-size: 20px;
  }
  .sec1 span{
  font-size: 10px;
  line-height: 1.4;
  display: block;
  }
  .apply{
    padding: 35px 15px;
  }
  .apply a{
    width:80%;
    padding:10px 0;
  }
  .sec3>div{
    padding:15px;
  }
  .sec3 img{
    margin:0 auto 15px;
    float: none;
  }
  .apply .price{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:15px;
  }
  .apply .arrow{
    transform: rotate(90deg);
  }

footer{
  margin-top: 60px;
}
}
