@charset "UTF-8";

body {
    font-family: Arial, sans-serif;
    background-color: #fff; /* 背景色 */
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  ul,ol {
    margin: 10px;
  }
  .text__primary {
      color: #ee3281;
  }
  .section {
    background: #fff;
    width: 100%;
  }
  .section--gray {
    background: #f9f9f9;
  }
  .section--pink {
    background: #ffebf4;
  }

@media (min-width: 751px) {
  body {
      font-size: 16px;
      line-height: 2;
  }
  .section {
    padding: 0 10px;
  }
  .inner{
		max-width: 1000px;
		margin: 0 auto;
		padding: 60px 0;
	}
  .text-lg {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
  }
  .kv {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .point {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .list-disc li {
    margin-bottom: 0;
    position: relative;
    padding-left: 1em;
  }
  .list-disc li::before {
    content: '•';
    color: #ee3281;
    position: absolute;
    left: 0;
  }
  .ttl02 {
      color: #333;
      font-size: 32px;
      padding: 15px;
      border-radius: 5px;
      margin-bottom: 20px;
      text-align: center;
  }
  .ttl03 {
      color: #ee3281;
      padding: 10px;
      margin: 20px 0;
      text-align: center;
      font-weight: bold;
      font-size: 24px;
  }
  .worries-box {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    max-width: 800px;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px 40px;
    position: relative;
    margin: 0 auto;
  }
  .worries-list {
    font-size: 20px;
    line-height: 2;
  }
  .worries-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 340px;
    height: 225px;
  }
  .qa-section {
      background: #ee3281;
      border-radius: 10px;
      margin: 20px 0;
      cursor: pointer;
      color: #fff;
  }
  .qa-header {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    position: relative;
    border-top: 1px solid #fff;
    font-weight: 400;
    cursor: pointer;
    font-size: 20px;
    padding: 20px 50px 20px 20px;
    border-radius: 10px;
    background-color: #ee3281;
    line-height: 1.3;
  }
  .qa-header::before {
      position: absolute;
      transform: translate(0, -50%);
      color: #fff;
      font-weight: 900;
      font-size: 22px;
      content:'';
      background: url(/lp/taishokudaikou/2504/assets/img/icon-plus.svg)no-repeat top left/ contain;
      width: 24px;
      height: 24px;
      top: 50%;
      right: 30px;
  }
  .qa-answer {
      display: none;
      margin: 0;
      padding: 30px 20px;
      border-top: 1px solid #fff;
      background-color: #ffebf4;
      color: #333;
      line-height: 1.5;
      border-radius: 0 0 10px 10px;
  }
  .qa-icon {
      object-fit: contain;
  }
  .js-open.qa-header::before {
      content: '';
      background: url(/lp/taishokudaikou/2504/assets/img/icon-minus.svg)no-repeat top left/ contain;
      width: 24px;
      height: 24px;
      top: 48%;
      right: 18px;
      transform: translate(-50%, 0);
    }
  .js-open.qa-answer {
    border-top: 1px solid #fff;
  }
  .qa-section--qa {
    background-color: #f7f7f7;
  }
  .qa-section--qa .qa-header {
    background-color: #f7f7f7;
    color: #333;
    display: flex;
    align-items: center;
    padding-left: 72px;
  }
  .qa-section--qa .qa-header::after {
    position: absolute;
    content: 'Q';
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
    color: #ee3281;
    font-weight: 700;
    font-size: 30px;
  }
  .qa-section--qa .qa-answer {
    background-color: #f7f7f7;
  }
  .notice-box {
      border: 2px solid #ee3281;
      background-color: #ffebf4;
      border-radius: 5px;
      padding: 15px;
      margin: 20px 0;
  }
  .box01 {
      display: flex;
      gap: 20px;
      flex-direction: column;
      position: relative;
      background-color: #ffebf4;
      border-radius: 10px;
      padding: 30px;
      margin: 20px 0;
      counter-increment: bubble-counter;
      list-style-type: none;
      margin-bottom: 50px;
  }
  .box01-label {
      position: relative;
      font-size: 20px;
      font-weight: bold;
  }
  .box01-label::before {
      content: 'メリット'counter(bubble-counter);
      position: absolute;
      background: #ee3281;
      color: #fff;
      padding: 5px 20px;
      border-radius: 5px;
      font-size: 14px;
      top: -45px;
      left: 10px;
  }
  .box01-label::after {
      content: '';
      position: absolute;
      top: -9px;
      left: 50px;
      width: 20px;
      height: 10px;
      background-color: #ee3281;
      clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  .box02 {
    background-color: #ffebf4;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    margin-bottom: 50px;
  }
  .box02-label {
      position: absolute;
      font-weight: bold;
      background: linear-gradient(to right, #7accf4, #b76ce5, #f482cb);
      color: #fff;
      padding: 5px 20px;
      border-radius: 50px;
      font-size: 16px;
      top: -19px;
      left: 50%;
      transform: translate(-50%, 0);
    }
  .fee-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .table01 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #ddd;
  }
  .table01__ttl {
      background-color: #f9f9f9;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      vertical-align: middle;
      border: 1px solid #ddd;
  }
  .table01__txt {
      padding: 10px;
      text-align: center;
      vertical-align: middle;
      border: 1px solid #ddd;
  }
  .message {
    margin: 70px 0;
    text-align: center;
    font-size: 24px;
    line-height: 2;
    margin-top: 50px;
    font-weight: 600;
  }
  /* cta */
  .cta {
    padding: 60px 0;
    background: #ee3281;
    width: 100%;
  }
  .cta__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .cta__ttl {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
  }
  .cta__ttl--emphasis {
    font-weight: 700;
    font-size: 32px;
  }
  .cta__tel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .cta__call--icon {
    width: 80px;
    margin-right: 15px;
  }
  .cta__call {
    text-align: center;
    line-height: 1.2;
  }
  .cta__call--tel {
    font-size: 60px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
  }
  .cta__call--rb {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    transform: translateY(-2px);
  }
  .cta__call--time {
    font-size: 19px;
    color: #FFF;
  }
  .cta__btn-box {
    max-width: 600px;
    margin: 40px auto 0;
  }
  .cta__btn {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 0 #7500316b;
    border-radius: 5px;
    color: #ee3281;
    font-size: 24px;
    font-weight: bold;
    background: #ffebf4;
    transition: transform 0.5s;
  }
  .cta__btn:hover {
      transform: translateY(4px);
      box-shadow: 0 1px 0 #7500316b;
  }
  .cta__btn__time {
    display: inline-block;
    background: #fff;
    color: #FF0000;
    font-size: 14px;
    padding: 5px 8px;
    margin-right: 15px;
    text-align: center;
    border-radius: 5px;
  }
  .cta__btn--web {
    color: #ee3281;
  }
  .cta__btn__time--web {
    background: #ee3281;
    color: #fff;
  }
  .cta__btn--line {
    background-color: #00B900;
    color: #fff;
  }
  .cta__btn__time--line {
    background: #fff;
    color: #00B900;
  }
  .cta__btn__text {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 750px) {
  body {
    font-size: 3.8vw;
    line-height: 1.8;
  }
  .section {
    padding: 0;
  }
  .inner{
    width: 100%;
    padding: 10vw 4vw;
    margin: 0 auto;
  }
  .kv {
    width: 100%;
  }
  .point {
    margin: 0 auto;
    padding: 4vw 2vw 6vw;
    max-width: 100%;
    display: block;
  }
  .list-disc li {
    margin-bottom: 0;
    position: relative;
    padding-left: 1em;
  }
  .list-disc li::before {
    content: '•';
    color: #ee3281;
    position: absolute;
    left: 0;
  }
  .ttl02 {
    color: #333;
    font-size: 6.3vw;
    padding: 3.6vw 0;
    border-radius: 5px;
    margin-bottom: 4.8vw;
    text-align: center;
  }
  .ttl03 {
    color: #ee3281;
    padding: 2.4vw;
    margin: 4.8vw 0;
    text-align: center;
    font-weight: bold;
    font-size: 5.7vw;
  }
  .text-lg {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .worries-box {
    display: grid;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 8vw 2vw 0;
    position: relative;
    margin: 0 auto;
  }
  .worries-list {
    font-size: 4.8vw;
    line-height: 2;
    position: relative;
    margin-bottom: 4.8vw;
  }
  .worries-img {
    max-width: 50vw;
    display: block;
    margin: 0 auto;
  }
  .qa-section {
    background: #ee3281;
    border-radius: 10px;
    margin: 2.4vw 0;
    cursor: pointer;
    color: #fff;
  }
  .qa-header {
    display: grid;
    grid-template-columns: 14vw 1fr;
    align-items: center;
    position: relative;
    border-top: 1px solid #fff;
    font-weight: 400;
    cursor: pointer;
    font-size: 4.8vw;
    padding: 4vw 12vw 4vw 4vw;
    border-radius: 10px;
    background-color: #ee3281;
    gap: 2vw;
    line-height: 1.3;
  }
  .qa-header::before {
    position: absolute;
    transform: translate(0, -50%);
    color: #fff;
    font-weight: 900;
    font-size: 5.2vw;
    content:'';
    background: url(/lp/taishokudaikou/2504/assets/img/icon-plus.svg)no-repeat top left/ contain;
    width: 4vw;
    height: 4vw;
    top: 50%;
    right: 6vw;
  }
  .qa-answer {
    display: none;
    margin: 0;
    padding: 7.2vw 4.8vw;
    border-top: 1px solid #fff;
    background-color: #ffebf4;
    color: #333;
    line-height: 1.5;
    border-radius: 0 0 10px 10px;
  }
  .qa-icon {
    object-fit: contain;
  }
  .js-open.qa-header::before {
    content: '';
    background: url(/lp/taishokudaikou/2504/assets/img/icon-minus.svg)no-repeat top left/ contain;
    width: 4vw;
    height: 4vw;
    top: 48%;
    right: 4vw;
    transform: translate(-50%, 0);
  }
  .js-open.qa-answer {
    border-top: 1px solid #fff;
  }
  .qa-section--qa {
    background-color: #f7f7f7;
  }
  .qa-section--qa .qa-header {
    background-color: #f7f7f7;
    color: #333;
    display: flex;
    align-items: center;
    padding-left: 17.2vw;
  }
  .qa-section--qa .qa-header::after {
    position: absolute;
    content: 'Q';
    top: 50%;
    left: 7.2vw;
    transform: translate(0, -50%);
    color: #ee3281;
    font-weight: 700;
    font-size: 7.2vw;
  }
  .qa-section--qa .qa-answer {
    background-color: #f7f7f7;
  }
  .notice-box {
    border: 2px solid #ee3281;
    background-color: #ffebf4;
    border-radius: 5px;
    padding: 3.6vw;
    margin: 4.8vw 0;
  }
  .box01 {
    display: flex;
    gap: 4.8vw;
    flex-direction: column;
    position: relative;
    background-color: #ffebf4;
    border-radius: 10px;
    padding: 7.2vw;
    margin: 4.8vw 0;
    counter-increment: bubble-counter;
    list-style-type: none;
    margin-bottom: 12vw;
  }
  .box01-label {
    position: relative;
    font-size: 4.8vw;
    font-weight: bold;
  }
  .box01-label::before {
    content: 'メリット'counter(bubble-counter);
    position: absolute;
    background: #ee3281;
    color: #fff;
    padding: 1.2vw 4.8vw;
    border-radius: 5px;
    font-size: 3.3vw;
    top: -10.8vw;
    left: 2.4vw;
  }
  .box01-label::after {
    content: '';
    position: absolute;
    top: -3.6vw;
    left: 12vw;
    width: 4.8vw;
    height: 2.4vw;
    background-color: #ee3281;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  .box02 {
    background-color: #ffebf4;
    border-radius: 10px;
    padding: 7.2vw;
    position: relative;
  }
  .box02-label {
    position: absolute;
    font-weight: bold;
    background: linear-gradient(to right, #7accf4, #b76ce5, #f482cb);
    color: #fff;
    padding: 1.2vw 4.8vw;
    border-radius: 50px;
    font-size: 3.3vw;
    top: -4vw;
    left: 2.4vw;
  }
  .fee-box {
    display: grid;
    gap: 4.8vw;
  }
  .table01 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 4.8vw;
    border: 1px solid #ddd;
    margin-top: 4.8vw;
  }
  .table01__ttl {
    background-color: #f9f9f9;
    padding: 2.4vw;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    border: 1px solid #ddd;
  }
  .table01__txt {
    padding: 2.4vw;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
  }
  .message {
    margin: 12vw 0;
    text-align: center;
    font-size: 5vw;
    line-height: 2;
    margin-top: 12vw;
    font-weight: 600;
  }
/* cta */
  .cta {
    padding: 14.4vw 0;
    background: #ee3281;
  }
  .cta__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .cta__ttl {
    font-size: 4vw;
    text-align: center;
    line-height: 1.5;
    color: #fff;
  }
  .cta__ttl--emphasis {
    font-weight: 700;
    font-size: 7.6vw;
  }
  .cta__tel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.8vw;
  }
  .cta__call--icon {
    width: 12vw;
    margin-right: 3.6vw;
  }
  .cta__call {
    text-align: center;
    line-height: 1.2;
  }
  .cta__call--tel {
    font-size: 6.4vw;
    color: #FFF;
    font-weight: 700;
    line-height: 1;
    display: block;
  }
  .cta__call--time {
    font-size: 4vw;
    color: #FFF;
  }
  .cta__btn-box {
    max-width: 144vw;
    margin: 5vw auto 0;
  }
  .cta__btn {
    padding: 3.8vw 4.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1;
    border-radius: 5px;
    color: #ee3281;
    font-size: 5.7vw;
    font-weight: bold;
    background: #ffebf4;
    transition: transform 0.5s;
    box-shadow: 0 4px 0 #7500316b;
  }
  .cta__btn:hover {
    transform: translateY(3px);
    box-shadow: 0 1px 0 #7500316b;
  }
  .cta__btn__time {
    display: inline-block;
    background: #fff;
    color: #FF0000;
    font-size: 3.3vw;
    padding: 1.2vw 1.9vw;
    margin-right: 3.6vw;
    text-align: center;
    border-radius: 5px;
  }
  .cta__btn--call {
    color: #fff;
    border: 2px solid #fff;
    background: linear-gradient(to right, #7accf4, #b76ce5, #f482cb);
  }
  .cta__call__text {
    display: flex;
    flex-direction: column;
    margin-top: 2vw;
  }
  .cta__btn--web {
    color: #ee3281;
  }
  .cta__btn__time--web {
    background: #ee3281;
    color: #fff;
  }
  .cta__btn--line {
    background-color: #00B900;
    color: #fff;
  }
  .cta__btn__time--line {
    background: #fff;
    color: #00B900;
  }
  .cta__btn__text {
    font-size: 4.3vw;
    color: #fff;
    text-align: center;
    margin-top: 4.8vw;
    line-height: 1.3;
  }
}