@charset "UTF-8";
/****************** header ******************/
.page-id-18644 section::after{
  clear: both;
  display:block;
  width:100%;
}
.page-id-18644 header.site-header .header-inner{
  max-width: 95%;
}
.page-id-18644 header.site-header .header-logo{
  width:45%;
}
.page-id-18644 header.site-header .header-logo img{
  width:100%;
  height:auto;
}
@media screen and (max-width: 767px){
.page-id-18644 header.site-header .header-logo {
  width: 80%;
}
}
/****************** content ******************/
.page-id-18644 h2::before{
  display:none;
}
/****************** main ******************/
.page-id-18644 section{
  padding:0;
}
section.lp_main{
  width: 100%;
  height: 0;
  padding-top: 49.06%;
  background: url( "../img/lp2025/main_bg.jpg" ) top center / 100% auto no-repeat ;
  position:relative;
}
section.lp_main div.title_tex{
  position:absolute;
  top: 50%;
    transform:  translateY(-50%);
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
    -ms-transform: translateY(-50%);
  left:0;
  background-color:#ef4a6c;
  color:#fff;
  padding: 1.5vw 2.5vw 0.5vw 2.5vw;
  display: flex;
  flex-direction: column;
}
section.lp_main div.title_tex h1 {
  font-size: 3.15vw;
  line-height: 1.3em;
  letter-spacing: 0.07em;
}
section.lp_main div.title_tex p{
  font-size: 1vw;
  display: block;
  text-align: right;
  line-height: 1em;
  margin-top: 0.5vw;
}
section.lp_main div.bottom_tex {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  display: block;
  padding: 1vw 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
section.lp_main div.bottom_tex h2 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 2.5vw;
  letter-spacing: 0.03em;
}
section.lp_main div.bottom_tex h2::before{
  display: none;
}
section.lp_main div.bottom_tex p {
  color: #fff;
  display: inline-block;
  padding: 0.5vw 1vw;
  font-size: 1.6vw;
  font-weight: bold;
  width: 18%;
  border-radius: 30px;
  margin: 1vw 0;
}
section.lp_main div.bottom_tex p:first-of-type{
  background-color:#73abda;
  margin-right: 4vw;
}
section.lp_main div.bottom_tex p:nth-of-type(n+2){
  background-color:#ef4a6c;
}
@media screen and (max-width: 767px){
section.lp_main {
  padding-top: 130% !important;
  background: url( "../img/lp2025/main_bg.jpg" ) top left 70% / auto 100% no-repeat;
}
section.lp_main div.bottom_tex {
  padding: 0 0 5vw 0;
}
section.lp_main div.title_tex {
  top: 55%;
}
section.lp_main div.title_tex h1 {
  font-size: 5vw;
}
section.lp_main div.title_tex p {
  font-size: 2.5vw;
  margin: 1vw 0;
}
section.lp_main div.bottom_tex h2 {
  font-size: 5vw;
  width: 95%;
  margin-bottom: 3vw;
}
section.lp_main div.bottom_tex p {
  font-size: 4vw;
  width: 45%;
}
}

/****************** lp_sec01 ******************/
section.lp_sec01 {
  width: 100%;
  margin: 2vw auto;
  text-align: center;
}
section.lp_sec01 ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: 2%;
}
section.lp_sec01 ul li{
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 0;
  padding-top: 23.5264%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  text-align: center;
}
section.lp_sec01 ul li div{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 70%;
}
section.lp_sec01 ul li:nth-child(odd) {
  background: url( "../img/lp2025/sec01_odd.svg" ) top center / 100% auto no-repeat ;
}	
section.lp_sec01 ul li:nth-child(even) {
  background: url( "../img/lp2025/sec01_even.svg" ) top center / 100% auto no-repeat ;
}
section.lp_sec01 ul li b {
  font-size: 2vw;
  display: block;
  line-height: 3vw;
  margin-bottom: -1vw;
  letter-spacing: 0.02em;
  font-weight: 900;
}
section.lp_sec01 ul li p {
  font-size: 1vw;
  letter-spacing: 0.01em;
  font-weight: 900;
}
section.lp_sec01 a {
  font-size: 2.5vw;
  letter-spacing: 0.01em;
  font-weight: 900;
  color: #fff;
  background-color: #ef4a6c;
  display: inline-block;
  text-decoration: none;
  padding: 1.5vw 2.5vw;
  border-radius: 50px;
}
@media screen and (max-width: 767px){
section.lp_sec01 {
  margin: 10vw auto;
}
section.lp_sec01 ul {
  flex-wrap: wrap;
  gap:0;
  width: 70%;
}
section.lp_sec01 ul li {
  width: 100%;
  padding-top: 94.0944%;
  margin-bottom: 10vw;
}
section.lp_sec01 ul li::last-child {
  margin-bottom: 0;
}
section.lp_sec01 ul li b {
  font-size: 7.3vw;
  line-height: 9vw;
}
section.lp_sec01 ul li p {
  font-size: 4vw;
}
section.lp_sec01 a {
  font-size: 6vw;
  padding: 3.5vw 3.5vw;
}
}

/****************** blue_bg,yellow_bg ******************/
.blue_bg,.yellow_bg,.yellow_bg2{
  background-color: #73abda;
  color:#fff;
  display:block;
  text-align:center;
  padding:2.5vw 0;
}
.yellow_bg,.yellow_bg2{
  background-color: #f3e575;
  color:#000;
}
.yellow_bg2{
  padding:4vw 0;
}
.blue_bg p,.yellow_bg p{
  font-size:3vw;
  font-weight: 900;
}
.blue_bg b, .yellow_bg b,.yellow_bg2 b {
  font-size: 4vw;
  font-weight: 900;
  white-space: pre-line;
  line-height: 1.3em;
}
.yellow_bg2 b {
  font-weight: 700;
}
@media screen and (max-width: 767px){
.blue_bg p,.yellow_bg p {
  font-size: 4.5vw;
}
.blue_bg b,.yellow_bg b,.yellow_bg2 b {
  font-size: 7.5vw;
  width: 90%;
  display: inline-block;
}
}

/****************** lp_sec02 ******************/
section.lp_sec02 .inner_bg{
  background: url( "../img/lp2025/sec02_bg.jpg" ) center right / auto 90% no-repeat ;
}
section.lp_sec02 .inner_bg p {
  background: url( "../img/lp2025/sec02_subbg.svg" ) top center / 100% auto no-repeat;
  font-size: 1.7vw;
  font-weight: 900;
  display: inline-block;
  padding: 0 2vw;
  margin: 0 0 1vw 8vw;
}
section.lp_sec02 .inner_bg .left_bg {
  width: 70%;
  margin-left: 8vw;
}
section.lp_sec02 .inner_bg b {
  font-size: 2.2vw;
  font-weight: 900;
  line-height: 1.2em;
  display: inline-block;
}
section.lp_sec02 .inner_bg b:first-of-type{
  color:#ef4a6c;
  margin-bottom:1.5vw;
}
section.lp_sec02 .inner_bg b:nth-of-type(n+2),section.lp_sec02 .inner_bg b:nth-of-type(n+3){
   color:#000;
}
section.lp_sec02 .inner_bg strong {
  font-size: 3vw;
  font-weight: 900;
  color: #fff;
  background-color: #ef4a6c;
  padding: 0.5vw 6vw;
  margin: 1vw 0 1vw -8vw;
  display: inline-block;
}
section.lp_sec02 .inner_bottom {
  font-size: 2vw;
  margin: 0 auto 5vw auto;
  display: block;
  width: 70%;
  font-weight: 700;
}
section.lp_sec02 .inner_bottom span {
  font-size: 3vw;
  font-weight: 900;
  background: linear-gradient(transparent 50%, #f3e575 50%);
}
@media screen and (max-width: 767px){
section.lp_sec02 .inner_bg {
  position: relative;
  background: url("../img/lp2025/sec02_bg.jpg") center right 100% / auto 100% no-repeat;
  overflow: hidden;
}
section.lp_sec02 .inner_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7); /* 白の半透明レイヤー */
  z-index: 1;
}
section.lp_sec02 .inner_bg > * {
  position: relative;
  z-index: 2;
}
section.lp_sec02 .inner_bg .left_bg {
  width: 90%;
}
section.lp_sec02 .inner_bg p {
  font-size: 4vw;
  padding: 0 6vw;
}
section.lp_sec02 .inner_bg b {
  font-size: 4.5vw;
}
section.lp_sec02 .inner_bg strong {
  font-size: 5vw;
  padding: 0.5vw 3vw;
  margin: 1vw 0 1vw -8vw;
}
section.lp_sec02 .inner_bottom {
  font-size: 4.5vw;
  width: 90%;
}
section.lp_sec02 .inner_bottom span {
  font-size: 6vw;
}
}
/****************** lp_sec03 ******************/
section.lp_sec03 {
  counter-reset: balloon-num;
}
section.lp_sec03 .sec_inner {
  height: 0;
  padding-top: 36.876980%;
  position: relative;
  width: 80%;
  margin: 5vw auto;
  counter-increment: balloon-num;
}
section.lp_sec03 .sec_inner:nth-child(odd){
  background: url( "../img/lp2025/sec03_odd.svg" ) top center / auto 100% no-repeat ;
}
section.lp_sec03 .sec_inner:nth-child(even){
  background: url( "../img/lp2025/sec03_even.svg" ) top center / auto 100% no-repeat ;
}
section.lp_sec03 .sec_inner .inner_cont {
  position: absolute;
  top: 2vw;
  left: 8vw;
  width: 90%;
}
section.lp_sec03 .sec_inner .baloon_bg {
  position: absolute;
  top: -10%;
  left: -10%;
  display: block;
  width: 100%;
  height: auto;
}
section.lp_sec03 .sec_inner .baloon_wrap {
  position: absolute;
  top: -10%;
  left: -5%;
  width: 15%;
  display: block;
  pointer-events: none;
}
section.lp_sec03 .sec_inner .baloon_wrap::before {
  content: counter(balloon-num);
  position: absolute;
  font-size: 8vw;
  font-weight: bold;
  color: #fff;
  z-index: 10;
  pointer-events: none;
  top: -25%;
  left: 20%;
}
section.lp_sec03 h3 {
  font-size: 2.8vw;
  margin-bottom: 0;
}
section.lp_sec03 b {
  font-size: 1.3vw;
  width: 90%;
  display: inline-block;
  letter-spacing: 0.02em;
  line-height: 1.65vw;
}
section.lp_sec03 .inner_cont .voice {
  background: url( "../img/lp2025/sec03_voice.svg" ) center right / 80% auto no-repeat;
  width: 80%;
  margin: 1vw 0 0 10%;
  display: flex;
}
section.lp_sec03 .inner_cont .voice img{
  width: 20%;
}
section.lp_sec03 .inner_cont .voice .text {
  margin: 0 0 0 4vw;
  position: relative;
}
section.lp_sec03 .voice .text p {
  background-color: #272d48;
  color: #fff;
  display: inline-block;
  font-size: 1.3vw;
  font-weight: 700;
  padding: 0.2vw 0.8vw;
  position: absolute;
  top: 0.6vw;
}
section.lp_sec03 .voice .text span {
  color: #000;
  font-weight: 700;
  font-size: 1.4vw;
  margin-top: 0.7vw;
  display: block;
  line-height: 2vw;
}
@media screen and (max-width: 1023px) {
section.lp_sec03 .sec_inner:nth-of-type(1),
section.lp_sec03 .sec_inner:nth-of-type(2) {
  padding-top: 39%;
}
section.lp_sec03 .sec_inner:nth-of-type(3),
section.lp_sec03 .sec_inner:nth-of-type(4) {
  padding-top: 44.5%;
}
section.lp_sec03 .sec_inner {
  position: relative;
  overflow: visible;
}
section.lp_sec03 .sec_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: top left;
  background-repeat: repeat-y;
  background-size: 100% auto;
  z-index: -1;
}
/* odd */
section.lp_sec03 .sec_inner:nth-child(odd)::before {
  background-image: url("../img/lp2025/sec03_odd.svg");
}

/* even */
section.lp_sec03 .sec_inner:nth-child(even)::before {
  background-image: url("../img/lp2025/sec03_even.svg");
}
section.lp_sec03 .voice .text p {
  top: 3vw;
}
section.lp_sec03 .voice .text span {
  margin: 0 0 2.5vw 0;
}
}
@media screen and (max-width: 767px){
section.lp_sec03 .sec_inner {
  background-position-y: -0.5px;
  transform: translateZ(0);
}
section.lp_sec03 .sec_inner:nth-of-type(1),
section.lp_sec03 .sec_inner:nth-of-type(2) {
  padding-top: 140%;
}
section.lp_sec03 .sec_inner:nth-of-type(3),
section.lp_sec03 .sec_inner:nth-of-type(4) {
  padding-top: 155%;
}
section.lp_sec03 .sec_inner .baloon_wrap {
  width: 25%;
  top: -5%;
  left: -5%;
}
section.lp_sec03 .sec_inner .baloon_wrap::before {
  font-size: 14vw;
}
section.lp_sec03 h3 {
  font-size: 5vw;
  margin: 6vw 0 0 0;
  width: 90%;
}
section.lp_sec03 b {
  font-size: 3.5vw;
  line-height: 5vw;
}
section.lp_sec03 .inner_cont .voice {
  width: 100%;
  margin: 5vw 0 0 0;
  background: none;
}
section.lp_sec03 .inner_cont .voice .text {
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  padding: 5vw 0 3vw 0;
  margin: 0 0 0 2vw;
  width: 70%;
}
section.lp_sec03 .voice .text p {
  font-size: 3vw;
  top: -2vw;
  left: 2vw;
}
section.lp_sec03 .voice .text span {
  font-size: 3vw;
  line-height: 5vw;
  width: 90%;
  margin: 0 auto;
}
}

/****************** lp_sec04 ******************/
section.lp_sec04 {
  background-color: #a7d9f5;
}
section.lp_sec04 .sec_inner {
  background-color: #fff;
  width: 100%;
  margin: 6vw auto 2vw auto;
  text-align: center;
  padding: 2vw 0;
  position: relative;
}
section.lp_sec04 .sec_inner::after {
  content: "";
  position: absolute;
  bottom: -3vw; /* 三角形が下にはみ出す位置 */
  left: 50%;
  transform: translateX(-50%);
  
  width: 10%;   /* ←三角形の横幅を10%で指定 */
  height: 5vw;  /* ←三角形の高さ（調整可） */
  background: #fff;

  /* 三角形を clip-path で作成 */
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
section.lp_sec04 h2 {
  background: url( "../img/lp2025/sec04_h2bg.svg" ) top center / 100% auto no-repeat;
  font-size: 3.5vw;
  font-weight: 900;
  display: inline-block;
  padding: 0 5vw 2vw 5vw;
}
section.lp_sec04 .sec_inner ul {
  width: 75%;
  margin: 0 auto;
  display: block;
  text-align: left;
  white-space: normal;
  font-size: 1.6vw;
  font-weight: 900;
}
section.lp_sec04 .sec_inner ul li {
  margin-bottom: 0.3vw;
  list-style: none;
  position: relative;
  padding-left: 2em;
  line-height: 1.4em;
}
section.lp_sec04 .sec_inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.4em;
  height: 1.4em;
  transform: translateY(-50%);
  background: url("../img/lp2025/sec04_check.svg") center center / contain no-repeat;
  display: inline-block;
  vertical-align: middle;
}
section.lp_sec04 .sec_inner_bottom {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 7vw;
}

section.lp_sec04 .sec_inner_bottom img {
  width: 15%;
}
@media screen and (max-width: 767px){
section.lp_sec04 h2 {
  font-size: 5vw;
  padding: 0 8vw 2vw 8vw;
}
section.lp_sec04 .sec_inner ul {
  width: 95%;
  font-size: 4vw;
}
section.lp_sec04 .sec_inner ul li {
  margin-bottom: 2.5vw;
}
section.lp_sec04 .sec_inner_bottom img {
  width: 30%;
}
}

/****************** lp_sec05 ******************/
section.lp_sec05 {
  padding:4vw 0;
  margin:0 aut0;
}
section.lp_sec05 .sec_inner {
  width: 100%;
  text-align: center;
}
section.lp_sec05 h2 {
  font-size: 3.5vw;
  font-weight: 900;
  display: inline-block;
}
section.lp_sec05 h2::before {
  display: inline-block;
}
@media screen and (max-width: 767px){
section.lp_sec05 h2 {
  font-size: 5vw;
}
}

/****************** lp_sec06 ******************/
section.lp_sec06 {
  padding:4vw 0;
  margin:0 auto;
}
section.lp_sec06 .sec_inner {
  width: 85%;
  text-align: center;
  border: solid 8px #73abda;
  border-radius: 20px;
  margin: 0 auto;
}
section.lp_sec06 h2 {
  font-size: 3.5vw;
  font-weight: 900;
  display: inline-block;
}
/* ul　section */
.step_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 80%;
}
.step_list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2.5vw;
  position: relative;
  height: 7vw;
  box-sizing: border-box;
  color: #000;
  font-weight: 900;
  background-clip: padding-box;
  padding-bottom: 0;
}
/* 数字部分（左の箱） */
.step_list li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.5vw;
  height: 100%;
  font-size: 4vw;
  font-weight: 900;
  box-sizing: border-box;
  border-right: 0.5vw solid #fff;
}
.step_list li p {
  font-size: 2vw;
  line-height: 1.4;
  font-weight: 900;
  width: 100%;
}
/* 背景色 */
.step_list li:nth-child(1) { background: #f7e87c; }
.step_list li:nth-child(2) { background: #9dd5dd; }
.step_list li:nth-child(3) { background: #6bb7e2; }
.step_list li:nth-child(4) { background: #e6536c; }

/* 数字の背景色 */
.step_list li:nth-child(1) .num { background: #f7e87c; }
.step_list li:nth-child(2) .num { background: #9dd5dd; }
.step_list li:nth-child(3) .num { background: #6bb7e2; }
.step_list li:nth-child(4) .num { background: #e6536c; }

/* 下向き三角形（after） */
.step_list li::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  width: 4vw;
  height: 3vw;
  background: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  pointer-events: none;
  z-index: 0;
}
/* last-child は三角を表示しない */
.step_list li:last-child::after {
  display: none;
}
@media screen and (max-width: 767px){
section.lp_sec06 h2 {
  font-size: 5vw;
}
.step_list {
  width: 90%;
}
.step_list li p {
  font-size: 4vw;
  padding-left: 2vw;
}
.step_list li .num {
  font-size: 10vw;
  padding-right: 1.5vw;
}
.step_list li {
  margin-bottom: 2.5vw;
  padding: 4vw 4vw 4vw 2vw;
  height: auto;
}
}

/****************** lp_sec07 ******************/
section.lp_sec07 {
  padding: 0 0 4vw 0;
  margin:0 auto;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #69b6dd 2px, transparent 2px), linear-gradient(#69b6dd 2px, transparent 2px);
  background-position: 10px 10px;
  background-size: 22px 22px;
}
section.lp_sec07 .sec_inner {
  width: 100%;
  text-align: center;
}
section.lp_sec07 h2,section.lp_sec10 h2 {
  background: url("../img/lp2025/sec07_h2bg.svg") center center / 100% auto no-repeat;
  font-size: 3.5vw;
  color: #fff;
  margin: 0;
  padding: 3vw 5.5vw;
}
section.lp_sec07 .sec_inner ul {
  width: 70%;
  text-align: left;
  margin: 0 auto;
}
section.lp_sec07 .sec_inner ul li {
  width: 100%;
  padding:1vw 2vw;
  height:0;
  position:relative;
}
section.lp_sec07 ul li:nth-child(1) { 
  background: url("../img/lp2025/sec07_li01.svg") center center / 100% auto no-repeat;
  padding-top:64.6580%;
}
section.lp_sec07 ul li:nth-child(2) { 
  background: url("../img/lp2025/sec07_li02.svg") center center / 100% auto no-repeat;
  padding-top:92.0446%;
}
section.lp_sec07 ul li:nth-child(3) { 
  background: url("../img/lp2025/sec07_li03.svg") center center / 100% auto no-repeat;
  padding-top:92.0446%;
}
section.lp_sec07 ul li:nth-child(4) { 
  background: url("../img/lp2025/sec07_li04.svg") center center / 100% auto no-repeat;
  padding-top:64.6580%;
}
section.lp_sec07 ul li .ui_inner {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8vw 0 0 0;
}
section.lp_sec07 ul li .ui_inner img {
  width: 30%;
  margin: 0 3% 0 10%;
}
section.lp_sec07 ul li .ui_inner .inner_cont {
  width: 50%;
  padding-top: 4.5vw;
}
section.lp_sec07 ul li b {
  font-size: 2.8vw;
  font-weight: 900;
  line-height: 3.7vw;
}
section.lp_sec07 ul li span {
  font-size: 2vw;
  font-weight: 900;
  margin-top: 2vw;
  display: block;
}
section.lp_sec07 ul li p {
  font-size: 1.4vw;
  position: absolute;
  width: 75%;
  display: block;
  left: 8vw;
  font-weight: 700;
  line-height: 2vw;
  bottom: 15%;
}
section.lp_sec07 ul li:nth-child(1) p { 
  bottom: 13%;
}

@media screen and (max-width: 767px){
section.lp_sec07 h2,section.lp_sec10 h2 {
  font-size: 5vw;
  padding: 3vw 10vw;
}
section.lp_sec07 .sec_inner ul {
  width: 80%;
}
section.lp_sec07 ul li {
  margin: 0;
  padding: 0;
}
section.lp_sec07 ul li:nth-child(odd){
  border:solid 7px #73abda;
}
section.lp_sec07 ul li:nth-child(even){
  border:solid 7px #f3e575;
}
section.lp_sec07 ul li:nth-child(1),section.lp_sec07 ul li:nth-child(2),section.lp_sec07 ul li:nth-child(3),section.lp_sec07 ul li:nth-child(4) { 
  background-color:#fff;
  background-image:none;
  position: static;
    padding-top: 0;
    height: auto;
}
section.lp_sec07 ul li .ui_inner {
  position: static;
  padding: 0;
  display: block;
  margin: 0;
}
section.lp_sec07 ul li .ui_inner img {
  width: 50%;
  margin: 0 auto;
  display: block;
  padding: 0;
}
section.lp_sec07 ul li .ui_inner .inner_cont {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
section.lp_sec07 ul li b {
  font-size: 5.5vw;
  line-height: 7vw;
}
section.lp_sec07 ul li span {
  font-size: 3vw;
  margin: 0;
  padding: 0;
}
section.lp_sec07 ul li p {
  font-size: 3.5vw;
  width: 95%;
  line-height: 5vw;
  position: static;
  margin: 0 auto;
  padding: 0;
}
}

/****************** lp_sec08 ******************/
section.lp_sec08 {
  padding:4vw 0;
  margin:0 auto;
}
section.lp_sec08 .sec_inner {
  width: 85%;
  text-align: center;
  margin: 0 auto;
}
section.lp_sec08 h2 {
  font-size: 3.5vw;
  font-weight: 900;
  background: linear-gradient(transparent 60%, #f3e575 60%);
  padding: 0;
  margin: 0;
}
section.lp_sec08 b {
  font-size: 2vw;
  font-weight: 900;
  display:block;
  margin: 3vw 0 1vw 0;
}
section.lp_sec08 img.sec08img {
  width: 70%;
}
section.lp_sec08 ul {
  width: 70%;
  display: flex;
  gap: 1vw;
  margin: 4vw auto 0 auto;
}
section.lp_sec08 ul li {
  flex: 1;
  list-style: none;
  background: url("../img/lp2025/sec08_crown.svg") top center / 100% auto no-repeat;
  position: relative;
  height: 16vw;
}
section.lp_sec08 ul li b {
  font-size: 7vw;
  display: inline-block;
  line-height: 1em;
  margin: 4vw 0 0 0;
}
section.lp_sec08 ul li:nth-child(2) b {
  font-size: 5vw;
}
section.lp_sec08 ul li p {
  font-size: 2vw;
  display: inline-block;
}
section.lp_sec08 ul li:nth-child(2) p.secondp {
  display: block;
  position: absolute;
  bottom: 31%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.6vw;
}
section.lp_sec08 ul li span {
  font-size: 2vw;
  bottom: 12%;
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
}
@media screen and (max-width: 767px){
section.lp_sec08 h2 {
  font-size: 5vw;
}
section.lp_sec08 b {
  font-size: 4vw;
}
section.lp_sec08 img.sec08img {
  width: 95%;
}
section.lp_sec08 ul {
  width: 100%;
}
section.lp_sec08 ul li {
  height: 22.5vw;
}
section.lp_sec08 ul li b {
  font-size: 10vw;
  margin: 6vw 0 0 0;
}
section.lp_sec08 ul li:nth-child(2) b {
  font-size: 7vw;
}
section.lp_sec08 ul li p {
  font-size: 2.5vw;
}
section.lp_sec08 ul li:nth-child(2) p.secondp {
  bottom: 30%;
  font-size: 2vw;
}
section.lp_sec08 ul li span {
  font-size: 3vw;
  bottom: 9.5%;
}
}

/****************** lp_sec09 ******************/
section.lp_sec09 {
  padding:4vw 0;
  margin:0 auto;
  text-align: center;
}
section.lp_sec09 .sec_inner {
  width: 65%;
  text-align: center;
  margin: 0 auto;
  background-color: #f3e575;
  padding: 3vw 3vw;
}
section.lp_sec09 h2 {
  background: url( "../img/lp2025/sec09_h2bg.svg" ) top center / 100% auto no-repeat;
  font-size: 2vw;
  font-weight: 900;
  display: inline-block;
  padding: 0.5vw 3vw 0.5vw 3vw;
}
section.lp_sec09 .sec_inner img {
  width: 70%;
}
section.lp_sec09 .sec_inner b {
  font-size: 5.5vw;
  font-weight: 900;
}
section.lp_sec09 .sec_inner p {
  font-size: 1vw;
  font-weight: 700;
}
/* dl */
section.lp_sec09 dl {
  position: relative;
  background: #fff;
  padding: 3vw 4vw;
  margin: 4vw auto;
  width: 90%;
  box-sizing: border-box;
  overflow: visible;
}
/* dl左上の背景ライン */
section.lp_sec09 dl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url("../img/lp2025/sec09_bgline.svg") no-repeat left top;
  background-size: contain;
  pointer-events: none;
}
/* dl右下の背景ライン */
section.lp_sec09 dl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url("../img/lp2025/sec09_bgline.svg") no-repeat right bottom;
  background-size: contain;
  pointer-events: none;
}
section.lp_sec09 dl dt {
  background: url( "../img/lp2025/sec09_dlbg.svg" ) center center / 100% auto no-repeat;
  color: #fff;
  font-size: 2.5vw;
  position: absolute;
  top: -2vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
  font-weight: 900;
  padding: 1vw;
  width: 60%;
}
section.lp_sec09 dl dd a,section.lp_sec09 .pink_but {
  background: #e74264;
  color: #fff;
  padding: 0.5vw 3vw 0.5vw 0.5vw;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  width: 85%;
  margin: 0 auto;
  font-size: 1.5vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.lp_sec09 dl dd a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1.5vw;
  top: 50%;
  transform: translateY(-50%);
  width: 3vw;
  height: 3vw;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2vw;
  color: #e74264;
}
section.lp_sec09 dl dd a b {
  font-size: 3vw !important;
  letter-spacing: 0.2vw;
  margin: 0 0.5vw;
}
section.lp_sec09 dl dd span {
  display: block;
  text-align: right;
  font-size: 1vw;
  width: 85%;
  margin: 0.3vw auto 0 auto;
  font-weight: 700;
}
section.lp_sec09 strong {
  font-size: 2.2vw;
  text-align: center;
  display: block;
  font-weight: 900;
  margin: 4vw 0 0 0;
  letter-spacing: 0.01vw;
}
section.lp_sec09 .pink_but {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 2.6vw;
  padding: 1.5vw 3vw;
  border-radius: 80px;
}
@media screen and (max-width: 767px){
section.lp_sec09 .sec_inner {
  width: 100%;
}
section.lp_sec09 h2 {
  font-size: 4.5vw;
  padding: 0.5vw 5vw 0.5vw 5vw;
}
section.lp_sec09 .sec_inner img {
  width: 90%;
}
section.lp_sec09 .sec_inner b {
  font-size: 9vw;
}
section.lp_sec09 .sec_inner p {
  font-size: 3vw;
}
section.lp_sec09 dl {
  width: 95%;
}
section.lp_sec09 dl dt {
  font-size: 5vw;
  top: -4.5vw;
}
section.lp_sec09 dl dd a, section.lp_sec09 .pink_but {
  font-size: 3vw;
}
section.lp_sec09 dl dd a b {
  font-size: 6vw !important;
}
section.lp_sec09 dl dd a::after {
  right: 3vw;
  width: 5vw;
  height: 5vw;
  font-size: 3.5vw;
}
section.lp_sec09 dl dd span {
  font-size: 3vw;
  margin: 0.6vw auto 0 auto;
}
section.lp_sec09 strong {
  font-size: 4.5vw;
  margin: 4vw auto 0 auto;
  width: 90%;
}
section.lp_sec09 .pink_but {
  font-size: 5.5vw;
  padding: 1.5vw 4vw;
  margin-bottom: 8vw;
}
}

/****************** lp_sec10 ******************/
section.lp_sec10 {
  padding:4vw 0;
  margin:0 auto;
  text-align: center;
  background-color:#a7d9f5;
}
section.lp_sec10 .sec_inner {
  width: 100%;
  margin:0 auto;
  display:block;
}
section.lp_sec10 .accordion-header {
  font-size: 2vw;
}
section.lp_sec10 .accordion-content {
  font-size: 1.3vw;
}
section.lp_sec10 .accordion-header::after {
  width: 3.3vw;
  height: 3.3vw;
  right: 1.5vw;
}
@media screen and (max-width: 767px){
section.lp_sec10 .sec_inner {
  width: 90%;
  padding: 4vw 0 8vw 0;
}
section.lp_sec10 .accordion-header {
  font-size: 4vw;
}
section.lp_sec10 .accordion-content {
  font-size: 3.5vw;
}
section.lp_sec10 .accordion-header::after {
  width: 6.5vw;
  height: 6.5vw;
  right: 2vw;
}
}

