.step-show__child {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .section__head {
    max-width: 1084px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section__head--en {
    font-family: "Outfit", sans-serif;
    font-size: 80px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .section__head--ja {
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1;
  }
  .section__desc {
    max-width: 1084px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
  }
  .link__btn a {
    width: 100%;
    height: 60px;
    background: #007AE5;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .link__btn a span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.04em;
  }
  .link__btn a i {
    display: block;
    width: 8px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.414%22%20height%3D%2214.828%22%20viewBox%3D%220%200%208.414%2014.828%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_106%22%20data-name%3D%22%E3%83%91%E3%82%B9%20106%22%20d%3D%22M4138%2C1264l6-6%2C6%2C6%22%20transform%3D%22translate(1265.414%20-4136.586)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    position: absolute;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .section__desc {
    width: 87.2vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 2;
  }
  .section__head {
    width: 87.2vw;
    margin-right: auto;
    margin-left: auto;
  }
  .section__head--en {
    font-family: "Outfit", sans-serif;
    font-size: 12.8vw;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .section__head--ja {
    margin-top: 2.6666666667vw;
    display: inline-block;
    font-size: 3.7333333333vw;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1;
  }
  .link__btn a {
    width: 100%;
    height: 21.3333333333vw;
    background: #007AE5;
    border-radius: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .link__btn a span {
    text-align: center;
    line-height: 1.75;
    font-size: 4.2666666667vw;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.04em;
  }
  .link__btn a i {
    display: block;
    width: 2.6666666667vw;
    height: 5.3333333333vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.414%22%20height%3D%2214.828%22%20viewBox%3D%220%200%208.414%2014.828%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_106%22%20data-name%3D%22%E3%83%91%E3%82%B9%20106%22%20d%3D%22M4138%2C1264l6-6%2C6%2C6%22%20transform%3D%22translate(1265.414%20-4136.586)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    position: absolute;
    top: 50%;
    right: 6.4vw;
    transform: translateY(-50%);
  }
}
body {
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .article {
    width: 100%;
    overflow: hidden;
  }
  .firstview {
    padding: 80px 0;
    background: linear-gradient(120deg, rgb(107, 227, 255) 0%, rgb(0, 135, 255) 39%, rgb(160, 80, 255) 100%);
  }
  .firstview__title {
    text-align: center;
    color: #fff;
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
  }
  .firstview__title .main {
    font-family: "Outfit", sans-serif;
    font-size: 80px;
    font-weight: 300;
    display: inline-block;
  }
  .firstview__title .sub {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    margin-top: 28px;
    position: relative;
  }
  .firstview__title .sub::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
  }
  .firstview__note {
    margin-top: 18px;
    margin-bottom: 32px;
    font-size: 12px;
    color: #FAFF00;
    text-align: center;
  }
  .firstview__note a {
    text-decoration: underline;
  }
  .firstview__desc {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
  }
  .howto {
    padding: 93px 0 133px;
  }
  .howto .section__desc {
    margin-top: 100px;
  }
  .howto-list {
    margin-top: 50px;
    max-width: 1084px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }
  .howto-list > * + * {
    margin-left: 58px;
  }
  .howto-item {
    width: calc(50% - 29px);
  }
  .howto-item:nth-child(2) .howto__fig {
    width: 93.9958592133%;
  }
  .howto-item:nth-child(2) .howto__itemtitle {
    color: #8166FE;
  }
  .howto__fig {
    width: 63.1469979296%;
    min-height: 305px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
  .howto-texts {
    width: 100%;
    min-height: 339px;
    padding: 138px 9.3167701863% 34px;
    background: #F0F2F9;
    border-radius: 5px;
    position: relative;
    top: -121px;
    z-index: 1;
  }
  .howto__subhead {
    font-size: 16px;
    font-weight: 700;
    color: #898989;
    position: absolute;
    top: -1.4em;
  }
  .howto__itemtitle {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #53D1FA;
    position: relative;
  }
  .howto__itemtdesc {
    margin-top: 37px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    text-align: center;
  }
  .plan {
    padding: 107px 0 133px;
    background: #F0F2F9;
  }
  .plan__subhead {
    max-width: 1084px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 92px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }
  .plan-table {
    max-width: 1084px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 60px;
  }
  .plan-table-tab {
    width: 100%;
    display: flex;
  }
  .plan-table-tab > * + * {
    margin-left: 10px;
  }
  .plan-table-tab__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.3333333333% - 6.6666666667px);
    height: 67px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #007AE5;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: relative;
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
  .plan-table-tab__btn:hover {
    opacity: 0.65;
  }
  .plan-table-tab__btn.active {
    background: #fff;
    color: #007AE5;
  }
  .plan-table-tab__btn .small-note {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    position: absolute;
    top: 3px;
    left: 22px;
  }
  .plan-table-contents {
    width: 100%;
    padding: 53px 0 52px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .plan-table-contents-wrapper {
    width: 77.5390625%;
    margin-right: auto;
    margin-left: auto;
  }
  .plan-table-contents__title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
  }
  .plan-table-contents__title small {
    font-size: 16px;
  }
  .plan-table-contents__ex {
    margin-top: 45px;
    font-size: 16px;
    font-weight: 700;
    color: #898989;
  }
  .plan-table .table {
    width: 100%;
    margin-top: 3px;
  }
  .plan-table .table-grid {
    display: grid;
    grid-template-columns: 17.1284634761% 11.3350125945% 11.3350125945% 11.3350125945% 11.3350125945% 11.3350125945% 11.3350125945% 11.3350125945%;
    grid-template-rows: 56px 56px 56px 56px;
  }
  .plan-table .table-cell {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .plan-table .table-cell p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  .plan-table .table-cell--head-timezone {
    text-align: center;
    background: #D9D9D9;
  }
  .plan-table .table-cell--head-timezone.table-cell--head-timezone--01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-timezone.table-cell--head-timezone--02 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .plan-table .table-cell--head-timezone.table-cell--head-timezone--03 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .plan-table .table-cell--head-timezone.table-cell--head-timezone--04 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .plan-table .table-cell--head-timezone.table-cell--head-timezone--05 {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .plan-table .table-cell--head-timezone p {
    width: 100%;
  }
  .plan-table .table-cell--head-timezone--02, .plan-table .table-cell--head-timezone--03, .plan-table .table-cell--head-timezone--04 {
    margin-top: 4px;
  }
  .plan-table .table-cell--head-week {
    text-align: center;
    background: #F0F2F9;
    margin-left: 4px;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--01 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--02 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--03 {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--04 {
    grid-column: 5/6;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--05 {
    grid-column: 6/7;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--06 {
    grid-column: 7/8;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--07 {
    grid-column: 8/9;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--08 {
    grid-column: 9/10;
    grid-row: 1/2;
  }
  .plan-table .table-cell--contentitem {
    background: #fff;
    margin-left: 2px;
    padding-left: 2px;
    margin-top: 2px;
    padding-top: 2px;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-1 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-1 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-2, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-2, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-2 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-2 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-2 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-3, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-3, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-3 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-3 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-3 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-4, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-4, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-4 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-4 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-4 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-5, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-5, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-5 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-5 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-5 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-6, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-6, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-6 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-6 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-6 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-7, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-7, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-7 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-7 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-7 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-8, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-8, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-8 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-8 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-8 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-9, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-9, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-9 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell span {
    display: block;
    width: 40px;
    height: 40px;
  }
  .plan-table .table-cell[data-color=blue] span {
    background: linear-gradient(90deg, rgb(107, 227, 255) 0%, rgb(0, 135, 255) 39%, rgb(160, 80, 255) 100%);
    border-radius: 50%;
  }
  .plan-table .table-cell[data-color=green] span {
    background: linear-gradient(90deg, rgb(98, 255, 113) 0%, rgb(56, 138, 74) 100%);
    border-radius: 50%;
  }
  .plan-table .table-cell[data-color=orange] span {
    background: linear-gradient(90deg, rgb(255, 228, 84) 0%, rgb(255, 147, 48) 100%);
    border-radius: 50%;
  }
  .plan-table .table-cell[data-disp=false] span {
    display: none;
  }
  .plan-table .table-cell[data-imp="1"] span {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2290%22%20height%3D%2256%22%20viewBox%3D%220%200%2090%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2290%22%20height%3D%2256%22%20fill%3D%22url(%23paint0_linear_479_6)%22%2F%3E%3Cpath%20d%3D%22M44.6656%2024.3534C49.6957%2024.3534%2053.7734%2020.2153%2053.7734%2015.1107C53.7734%2010.006%2049.6957%205.86792%2044.6656%205.86792C39.6356%205.86792%2035.5579%2010.006%2035.5579%2015.1107C35.5579%2020.2153%2039.6356%2024.3534%2044.6656%2024.3534Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M51.3668%2024.4892C50.9989%2024.4261%2050.6177%2024.4921%2050.2976%2024.687C48.6494%2025.6896%2046.7231%2026.2665%2044.6649%2026.2665C42.6068%2026.2665%2040.6815%2025.6886%2039.0323%2024.687C38.7122%2024.4921%2038.331%2024.4261%2037.9631%2024.4892C33.4426%2025.2639%2030%2029.256%2030%2034.0635V48.299C30%2048.7829%2030.386%2049.1746%2030.8628%2049.1746H58.4661C58.9429%2049.1746%2059.3289%2048.7829%2059.3289%2048.299V34.0635C59.3289%2029.256%2055.8863%2025.2639%2051.3658%2024.4892H51.3668Z%22%20fill%3D%22white%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_479_6%22%20x1%3D%220%22%20y1%3D%2256%22%20x2%3D%2290%22%20y2%3D%2256%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230CC4FF%22%2F%3E%3Cstop%20offset%3D%220.505208%22%20stop-color%3D%22%233A91FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236860FF%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table .table-cell[data-imp="2"] span {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2290%22%20height%3D%2256%22%20viewBox%3D%220%200%2090%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2290%22%20height%3D%2256%22%20fill%3D%22url(%23paint0_linear_479_2)%22%2F%3E%3Cpath%20d%3D%22M27.8998%2024.5009C32.6671%2024.5009%2036.5317%2020.5832%2036.5317%2015.7505C36.5317%2010.9177%2032.6671%207%2027.8998%207C23.1325%207%2019.2678%2010.9177%2019.2678%2015.7505C19.2678%2020.5832%2023.1325%2024.5009%2027.8998%2024.5009Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M34.2505%2024.6293C33.9019%2024.5696%2033.5406%2024.632%2033.2372%2024.8166C31.6751%2025.7658%2029.8494%2026.312%2027.8988%2026.312C25.9482%2026.312%2024.1235%2025.7649%2022.5604%2024.8166C22.2571%2024.632%2021.8957%2024.5696%2021.5471%2024.6293C17.2628%2025.3628%2014%2029.1422%2014%2033.6937V47.171C14%2047.6291%2014.3659%2047.9999%2014.8177%2047.9999H40.979C41.4308%2047.9999%2041.7967%2047.6291%2041.7967%2047.171V33.6937C41.7967%2029.1422%2038.5339%2025.3628%2034.2496%2024.6293H34.2505Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M60.048%2024.5009C64.8153%2024.5009%2068.6799%2020.5832%2068.6799%2015.7505C68.6799%2010.9177%2064.8153%207%2060.048%207C55.2807%207%2051.416%2010.9177%2051.416%2015.7505C51.416%2020.5832%2055.2807%2024.5009%2060.048%2024.5009Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M66.3987%2024.6293C66.0501%2024.5696%2065.6887%2024.632%2065.3854%2024.8166C63.8233%2025.7658%2061.9976%2026.312%2060.047%2026.312C58.0964%2026.312%2056.2716%2025.7649%2054.7086%2024.8166C54.4052%2024.632%2054.0439%2024.5696%2053.6953%2024.6293C49.411%2025.3628%2046.1482%2029.1422%2046.1482%2033.6937V47.171C46.1482%2047.6291%2046.514%2047.9999%2046.9659%2047.9999H73.1272C73.579%2047.9999%2073.9449%2047.6291%2073.9449%2047.171V33.6937C73.9449%2029.1422%2070.6821%2025.3628%2066.3978%2024.6293H66.3987Z%22%20fill%3D%22white%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_479_2%22%20x1%3D%220%22%20y1%3D%2256%22%20x2%3D%2290%22%20y2%3D%2256%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230CC4FF%22%2F%3E%3Cstop%20offset%3D%220.505208%22%20stop-color%3D%22%233A91FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236860FF%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table .table-cell[data-imp="3"] span {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2290%22%20height%3D%2256%22%20viewBox%3D%220%200%2090%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2290%22%20height%3D%2256%22%20fill%3D%22url(%23paint0_linear_479_3)%22%2F%3E%3Cpath%20d%3D%22M45.3367%2024.6715C49.8616%2024.6715%2053.5298%2020.949%2053.5298%2016.357C53.5298%2011.765%2049.8616%208.04248%2045.3367%208.04248C40.8117%208.04248%2037.1436%2011.765%2037.1436%2016.357C37.1436%2020.949%2040.8117%2024.6715%2045.3367%2024.6715Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M24.5402%2026.9124C28.6108%2026.9124%2031.9107%2023.5636%2031.9107%2019.4326C31.9107%2015.3017%2028.6108%2011.9529%2024.5402%2011.9529C20.4696%2011.9529%2017.1697%2015.3017%2017.1697%2019.4326C17.1697%2023.5636%2020.4696%2026.9124%2024.5402%2026.9124Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M66.1325%2026.9124C70.2031%2026.9124%2073.503%2023.5636%2073.503%2019.4326C73.503%2015.3017%2070.2031%2011.9529%2066.1325%2011.9529C62.0619%2011.9529%2058.762%2015.3017%2058.762%2019.4326C58.762%2023.5636%2062.0619%2026.9124%2066.1325%2026.9124Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M30.6903%2033.4056C30.6903%2031.3601%2031.2791%2029.4437%2032.3071%2027.8352C31.5791%2027.441%2030.7832%2027.1592%2029.94%2027.0179C29.6494%2026.9691%2029.352%2027.0284%2029.0993%2027.1828C27.7653%2027.994%2026.2061%2028.4615%2024.5412%2028.4615C22.8763%2028.4615%2021.3171%2027.994%2019.9831%2027.1828C19.7235%2027.0249%2019.4158%2026.9717%2019.1175%2027.0223C15.4593%2027.6494%2012.6736%2030.8795%2012.6736%2034.7707V46.2123C12.6736%2046.6476%2013.0208%2047%2013.4497%2047H29.9142C30.3431%2047%2030.6903%2046.6476%2030.6903%2046.2123V33.4065V33.4056Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M71.556%2027.0223C71.2578%2026.9708%2070.9501%2027.0249%2070.6905%2027.1828C69.3565%2027.994%2067.7973%2028.4615%2066.1324%2028.4615C64.4674%2028.4615%2062.9082%2027.994%2061.5742%2027.1828C61.3215%2027.0293%2061.0241%2026.9691%2060.7336%2027.0179C59.8904%2027.1592%2059.0936%2027.441%2058.3665%2027.8353C59.3936%2029.4429%2059.9832%2031.3592%2059.9832%2033.4056V46.2115C59.9832%2046.6467%2060.3305%2046.9991%2060.7594%2046.9991H77.2238C77.6527%2046.9991%2078%2046.6467%2078%2046.2115V34.7698C78%2030.8795%2075.2134%2027.6486%2071.5552%2027.0214L71.556%2027.0223Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M51.3648%2024.7936C51.0338%2024.7369%2050.6909%2024.7962%2050.4029%2024.9716C48.9202%2025.8735%2047.1874%2026.3925%2045.336%2026.3925C43.4845%2026.3925%2041.7526%2025.8726%2040.269%2024.9716C39.9811%2024.7962%2039.6381%2024.7369%2039.3072%2024.7936C35.2407%2025.4906%2032.1438%2029.0817%2032.1438%2033.4064V46.2123C32.1438%2046.6476%2032.4911%2047%2032.92%2047H57.7511C58.18%2047%2058.5273%2046.6476%2058.5273%2046.2123V33.4064C58.5273%2029.0817%2055.4304%2025.4906%2051.3639%2024.7936H51.3648Z%22%20fill%3D%22white%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_479_3%22%20x1%3D%220%22%20y1%3D%2256%22%20x2%3D%2290%22%20y2%3D%2256%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230CC4FF%22%2F%3E%3Cstop%20offset%3D%220.505208%22%20stop-color%3D%22%233A91FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236860FF%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table .table-cell[data-imp="4"] span {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2290%22%20height%3D%2256%22%20viewBox%3D%220%200%2090%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2290%22%20height%3D%2256%22%20fill%3D%22url(%23paint0_linear_479_4)%22%2F%3E%3Cpath%20d%3D%22M55.0642%2025.4058C58.4436%2025.4058%2061.1831%2022.6287%2061.1831%2019.2029C61.1831%2015.7771%2058.4436%2013%2055.0642%2013C51.6848%2013%2048.9453%2015.7771%2048.9453%2019.2029C48.9453%2022.6287%2051.6848%2025.4058%2055.0642%2025.4058Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M70.5951%2027.0775C73.6352%2027.0775%2076.0997%2024.5792%2076.0997%2021.4974C76.0997%2018.4155%2073.6352%2015.9172%2070.5951%2015.9172C67.5551%2015.9172%2065.0906%2018.4155%2065.0906%2021.4974C65.0906%2024.5792%2067.5551%2027.0775%2070.5951%2027.0775Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M74.6456%2027.1594C74.4229%2027.121%2074.1931%2027.1614%2073.9992%2027.2792C73.0029%2027.8844%2071.8384%2028.2332%2070.595%2028.2332C69.3516%2028.2332%2068.1871%2027.8844%2067.1909%2027.2792C67.0021%2027.1646%2066.78%2027.1197%2066.563%2027.1562C65.9333%2027.2616%2065.3382%2027.4718%2064.7952%2027.7659C65.5623%2028.9652%2066.0026%2030.3949%2066.0026%2031.9216V41.4752C66.0026%2041.7999%2066.262%2042.0628%2066.5823%2042.0628H78.8785C79.1988%2042.0628%2079.4582%2041.7999%2079.4582%2041.4752V32.9393C79.4582%2030.037%2077.377%2027.6267%2074.645%2027.1588L74.6456%2027.1594Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M59.5661%2025.4968C59.3189%2025.4545%2059.0628%2025.4988%2058.8478%2025.6296C57.7404%2026.3024%2056.4463%2026.6896%2055.0636%2026.6896C53.6808%2026.6896%2052.3873%2026.3018%2051.2794%2025.6296C51.0643%2025.4988%2050.8082%2025.4545%2050.561%2025.4968C47.5241%2026.0168%2045.2112%2028.6959%2045.2112%2031.9223V41.4758C45.2112%2041.8006%2045.4705%2042.0635%2045.7908%2042.0635H64.3356C64.656%2042.0635%2064.9153%2041.8006%2064.9153%2041.4758V31.9223C64.9153%2028.6959%2062.6024%2026.0168%2059.5654%2025.4968H59.5661Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M34.394%2025.4058C31.0147%2025.4058%2028.2751%2022.6287%2028.2751%2019.2029C28.2751%2015.7771%2031.0147%2013%2034.394%2013C37.7734%2013%2040.5129%2015.7771%2040.5129%2019.2029C40.5129%2022.6287%2037.7734%2025.4058%2034.394%2025.4058Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M18.8631%2027.0775C15.823%2027.0775%2013.3585%2024.5792%2013.3585%2021.4974C13.3585%2018.4155%2015.823%2015.9172%2018.8631%2015.9172C21.9032%2015.9172%2024.3677%2018.4155%2024.3677%2021.4974C24.3677%2024.5792%2021.9032%2027.0775%2018.8631%2027.0775Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M14.8126%2027.1594C15.0354%2027.121%2015.2652%2027.1614%2015.4591%2027.2792C16.4553%2027.8844%2017.6198%2028.2332%2018.8632%2028.2332C20.1066%2028.2332%2021.2711%2027.8844%2022.2674%2027.2792C22.4561%2027.1646%2022.6782%2027.1197%2022.8952%2027.1562C23.5249%2027.2616%2024.12%2027.4718%2024.6631%2027.7659C23.896%2028.9652%2023.4556%2030.3949%2023.4556%2031.9216V41.4752C23.4556%2041.7999%2023.1963%2042.0628%2022.8759%2042.0628H10.5797C10.2594%2042.0628%2010.0001%2041.7999%2010.0001%2041.4752V32.9393C10.0001%2030.037%2012.0812%2027.6267%2014.8133%2027.1588L14.8126%2027.1594Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M29.8922%2025.4968C30.1393%2025.4545%2030.3955%2025.4988%2030.6105%2025.6296C31.7178%2026.3024%2033.012%2026.6896%2034.3947%2026.6896C35.7774%2026.6896%2037.0709%2026.3018%2038.1789%2025.6296C38.3939%2025.4988%2038.6501%2025.4545%2038.8972%2025.4968C41.9342%2026.0168%2044.2471%2028.6959%2044.2471%2031.9223V41.4758C44.2471%2041.8006%2043.9877%2042.0635%2043.6674%2042.0635H25.1226C24.8023%2042.0635%2024.543%2041.8006%2024.543%2041.4758V31.9223C24.543%2028.6959%2026.8558%2026.0168%2029.8928%2025.4968H29.8922Z%22%20fill%3D%22white%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_479_4%22%20x1%3D%220%22%20y1%3D%2256%22%20x2%3D%2290%22%20y2%3D%2256%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230CC4FF%22%2F%3E%3Cstop%20offset%3D%220.505208%22%20stop-color%3D%22%233A91FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236860FF%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table .table-cell[data-imp="6"] span {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2290%22%20height%3D%2256%22%20viewBox%3D%220%200%2090%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2290%22%20height%3D%2256%22%20fill%3D%22url(%23paint0_linear_479_5)%22%2F%3E%3Cg%20clip-path%3D%22url(%23clip0_479_5)%22%3E%3Cpath%20d%3D%22M38.3948%2016.4058C41.7742%2016.4058%2044.5137%2013.6287%2044.5137%2010.2029C44.5137%206.77713%2041.7742%204%2038.3948%204C35.0154%204%2032.2759%206.77713%2032.2759%2010.2029C32.2759%2013.6287%2035.0154%2016.4058%2038.3948%2016.4058Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M23.904%2017.9772C26.8893%2017.3945%2028.8433%2014.4688%2028.2684%2011.4426C27.6935%208.41637%2024.8075%206.43555%2021.8223%207.01831C18.837%207.60107%2016.883%2010.5267%2017.4579%2013.5529C18.0327%2016.5792%2020.9188%2018.56%2023.904%2017.9772Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M53.9257%2018.0775C56.9658%2018.0775%2059.4303%2015.5792%2059.4303%2012.4974C59.4303%209.41555%2056.9658%206.91724%2053.9257%206.91724C50.8856%206.91724%2048.4211%209.41555%2048.4211%2012.4974C48.4211%2015.5792%2050.8856%2018.0775%2053.9257%2018.0775Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M27.4562%2026.912V22.9217C27.4562%2021.395%2027.8959%2019.966%2028.6637%2018.766C28.1199%2018.4719%2027.5255%2018.2617%2026.8958%2018.1563C26.6788%2018.1198%2026.4567%2018.1641%2026.268%2018.2792C25.2717%2018.8844%2024.1072%2019.2332%2022.8638%2019.2332C21.6204%2019.2332%2020.4559%2018.8844%2019.4596%2018.2792C19.2658%2018.1615%2019.036%2018.1218%2018.8132%2018.1595C16.0811%2018.6274%2014%2021.0371%2014%2023.9401V32.4759C14%2032.8006%2014.2593%2033.0635%2014.5797%2033.0635H26.8759C26.9157%2033.0635%2026.9548%2033.0596%2026.9927%2033.0518C26.6557%2032.2475%2026.4689%2031.3631%2026.4689%2030.4345C26.4689%2029.1421%2026.8303%2027.9356%2027.4555%2026.9127L27.4562%2026.912Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M62.7875%2023.8776C62.7579%2021.0027%2060.6883%2018.6235%2057.9762%2018.1596C57.7534%2018.1212%2057.5236%2018.1615%2057.3298%2018.2793C56.3335%2018.8845%2055.169%2019.2333%2053.9256%2019.2333C52.6822%2019.2333%2051.5177%2018.8845%2050.5214%2018.2793C50.3327%2018.1648%2050.1106%2018.1199%2049.8936%2018.1563C49.2639%2018.2617%2048.6688%2018.4719%2048.1257%2018.766C48.507%2019.3615%2048.8062%2020.0142%2049.0122%2020.7072C52.8786%2020.9207%2055.9483%2024.1666%2055.9483%2028.1387C55.9483%2030.0265%2055.2544%2031.7503%2054.1118%2033.0622H58.0603C57.7201%2032.2553%2057.5313%2031.3664%2057.5313%2030.4332C57.5313%2027.2036%2059.7864%2024.5089%2062.7875%2023.877V23.8776Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M47.8729%2020.7326C47.1026%2018.5428%2045.2102%2016.8925%2042.8966%2016.4962C42.6495%2016.4539%2042.3934%2016.4982%2042.1783%2016.629C41.071%2017.3018%2039.7768%2017.689%2038.3941%2017.689C37.0114%2017.689%2035.7179%2017.3012%2034.6099%2016.629C34.3949%2016.4982%2034.1388%2016.4539%2033.8916%2016.4962C30.8546%2017.0162%2028.5417%2019.6953%2028.5417%2022.9217V25.563C29.7248%2024.4314%2031.3194%2023.7377%2033.0744%2023.7377C36.7225%2023.7377%2039.6799%2026.7357%2039.6799%2030.4339C39.6799%2031.367%2039.4912%2032.2559%2039.151%2033.0629H43.0995C41.9569%2031.751%2041.2629%2030.0271%2041.2629%2028.1393C41.2629%2024.2791%2044.1619%2021.1054%2047.8729%2020.7332V20.7326Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M48.606%2034.3423C51.9853%2034.3423%2054.7249%2031.5652%2054.7249%2028.1394C54.7249%2024.7137%2051.9853%2021.9365%2048.606%2021.9365C45.2266%2021.9365%2042.4871%2024.7137%2042.4871%2028.1394C42.4871%2031.5652%2045.2266%2034.3423%2048.606%2034.3423Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M33.0744%2036.014C36.1145%2036.014%2038.579%2033.5157%2038.579%2030.4339C38.579%2027.3521%2036.1145%2024.8538%2033.0744%2024.8538C30.0343%2024.8538%2027.5698%2027.3521%2027.5698%2030.4339C27.5698%2033.5157%2030.0343%2036.014%2033.0744%2036.014Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M64.1369%2036.014C67.177%2036.014%2069.6415%2033.5157%2069.6415%2030.4339C69.6415%2027.3521%2067.177%2024.8538%2064.1369%2024.8538C61.0968%2024.8538%2058.6323%2027.3521%2058.6323%2030.4339C58.6323%2033.5157%2061.0968%2036.014%2064.1369%2036.014Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M37.6675%2040.8582C37.6675%2039.3322%2038.1072%2037.9025%2038.8749%2036.7025C38.3312%2036.4084%2037.7368%2036.1982%2037.107%2036.0928C36.8901%2036.0563%2036.668%2036.1006%2036.4792%2036.2158C35.483%2036.821%2034.3185%2037.1698%2033.0751%2037.1698C31.8317%2037.1698%2030.6672%2036.821%2029.6709%2036.2158C29.477%2036.098%2029.2472%2036.0583%2029.0245%2036.096C26.2924%2036.5639%2024.2119%2038.9736%2024.2119%2041.8766V50.4124C24.2119%2050.7371%2024.4713%2051%2024.7916%2051H37.0878C37.4081%2051%2037.6675%2050.7371%2037.6675%2050.4124V40.8588V40.8582Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M68.1874%2036.096C67.9646%2036.0576%2067.7348%2036.0979%2067.5409%2036.2157C66.5447%2036.8209%2065.3802%2037.1697%2064.1368%2037.1697C62.8934%2037.1697%2061.7289%2036.8209%2060.7326%2036.2157C60.5439%2036.1012%2060.3218%2036.0563%2060.1048%2036.0927C59.4751%2036.1981%2058.88%2036.4083%2058.3369%2036.7024C59.104%2037.9018%2059.5444%2039.3315%2059.5444%2040.8581V50.4117C59.5444%2050.7364%2059.8037%2050.9993%2060.1241%2050.9993H72.4203C72.7406%2050.9993%2072.9999%2050.7364%2072.9999%2050.4117V41.8759C72.9999%2038.9735%2070.9188%2036.5632%2068.1867%2036.0953L68.1874%2036.096Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M53.1078%2034.4334C52.8607%2034.3911%2052.6045%2034.4353%2052.3895%2034.5661C51.2822%2035.239%2049.988%2035.6262%2048.6053%2035.6262C47.2226%2035.6262%2045.9291%2035.2383%2044.8211%2034.5661C44.6061%2034.4353%2044.3499%2034.3911%2044.1028%2034.4334C41.0658%2034.9533%2038.7529%2037.6324%2038.7529%2040.8588V50.4124C38.7529%2050.7371%2039.0123%2051%2039.3326%2051H57.8774C58.1977%2051%2058.457%2050.7371%2058.457%2050.4124V40.8588C58.457%2037.6324%2056.1442%2034.9533%2053.1072%2034.4334H53.1078Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_479_5%22%20x1%3D%220%22%20y1%3D%2256%22%20x2%3D%2290%22%20y2%3D%2256%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230CC4FF%22%2F%3E%3Cstop%20offset%3D%220.505208%22%20stop-color%3D%22%233A91FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236860FF%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22clip0_479_5%22%3E%3Crect%20width%3D%2259%22%20height%3D%2247%22%20fill%3D%22white%22%20transform%3D%22translate(14%204)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table .table-cell[data-spot=available] span {
    display: block;
    width: 54px;
    height: 50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2254%22%20height%3D%2250%22%20viewBox%3D%220%200%2054%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_319_108)%22%3E%3Cpath%20d%3D%22M26.9875%200V18.6054L0%2034.3002V15.6948L26.9875%200Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%200L0%2034.3052L26.9875%2018.6054V0Z%22%20fill%3D%22%23A6A8AB%22%2F%3E%3Cpath%20d%3D%22M54%2034.3002L26.9875%2018.6054V0L54%2015.6948V34.3002Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052L26.9875%2018.6104L54%2034.3052L26.9875%2050Z%22%20fill%3D%22%23D0D2D3%22%2F%3E%3Cpath%20d%3D%22M54%2015.6948V34.3052L26.9875%2050V31.3896L54%2015.6948Z%22%20fill%3D%22%23ECECEC%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052V15.6948L26.9875%2031.3896V50Z%22%20fill%3D%22%23DDDDDD%22%2F%3E%3Cpath%20d%3D%22M26.9875%200.886685L52.4701%2015.6948L26.9925%2030.503L1.52486%2015.6948L26.9875%200.886685ZM26.9875%200L0%2015.6948L26.9875%2031.3896L53.995%2015.6948L26.9875%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_319_108%22%3E%3Crect%20width%3D%2254%22%20height%3D%2250%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table .table-cell[data-spot=full] span {
    display: block;
    width: 54px;
    height: 50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2254%22%20height%3D%2250%22%20viewBox%3D%220%200%2054%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_319_147)%22%3E%3Cpath%20d%3D%22M26.9875%200V18.6054L0%2034.3002V15.6948L26.9875%200Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%200L0%2034.3052L26.9875%2018.6054V0Z%22%20fill%3D%22%23A6A8AB%22%2F%3E%3Cpath%20d%3D%22M54%2034.3002L26.9875%2018.6054V0L54%2015.6948V34.3002Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052L26.9875%2018.6104L54%2034.3052L26.9875%2050Z%22%20fill%3D%22%23D0D2D3%22%2F%3E%3Cpath%20d%3D%22M54%2015.6948V34.3052L26.9875%2050V31.3896L54%2015.6948Z%22%20fill%3D%22url(%23paint0_linear_319_147)%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052V15.6948L26.9875%2031.3896V50Z%22%20fill%3D%22%23DDDDDD%22%2F%3E%3Cpath%20d%3D%22M26.9875%200.886685L52.4701%2015.6948L26.9925%2030.503L1.52486%2015.6948L26.9875%200.886685ZM26.9875%200L0%2015.6948L26.9875%2031.3896L53.995%2015.6948L26.9875%200Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M26.9875%2031.3896L0%2015.6948L26.9875%200L54%2015.6948L26.9875%2031.3896Z%22%20fill%3D%22url(%23paint1_linear_319_147)%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_319_147%22%20x1%3D%2254%22%20y1%3D%2232.8474%22%20x2%3D%2226.9875%22%20y2%3D%2232.8474%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23665981%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23C2C2C4%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_319_147%22%20x1%3D%2254%22%20y1%3D%2215.6948%22%20x2%3D%220%22%20y2%3D%2215.6948%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23897F9E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E1E1E2%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22clip0_319_147%22%3E%3Crect%20width%3D%2254%22%20height%3D%2250%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table .table-cell[data-spot=reserved] span {
    display: block;
    width: 54px;
    height: 56px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2254%22%20height%3D%2256%22%20viewBox%3D%220%200%2054%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_319_235)%22%3E%3Cpath%20d%3D%22M26.9875%205.96094V24.5808L0%2040.2879V21.668L26.9875%205.96094Z%22%20fill%3D%22url(%23paint0_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M54%2040.2879L26.9875%2024.5808V5.96094L54%2021.668V40.2879Z%22%20fill%3D%22url(%23paint1_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M26.9875%2056L0%2040.2929L26.9875%2024.5858L54%2040.2929L26.9875%2056Z%22%20fill%3D%22%23D0D2D3%22%2F%3E%3Cpath%20d%3D%22M27.1075%2038.5483C35.8383%2038.5483%2042.916%2031.4509%2042.916%2022.6958C42.916%2013.9408%2035.8383%206.84338%2027.1075%206.84338C18.3767%206.84338%2011.299%2013.9408%2011.299%2022.6958C11.299%2031.4509%2018.3767%2038.5483%2027.1075%2038.5483Z%22%20fill%3D%22url(%23paint2_radial_319_235)%22%2F%3E%3Cpath%20d%3D%22M54%2021.6681V40.293L26.9875%2056V37.3752L54%2021.6681Z%22%20fill%3D%22url(%23paint3_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M26.9875%2056L0%2040.293V21.6681L26.9875%2037.3752V56Z%22%20fill%3D%22url(%23paint4_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M26.9875%206.84831L52.4701%2021.668L26.9925%2036.4877L1.52486%2021.668L26.9875%206.84831ZM26.9875%205.96094L0%2021.668L26.9875%2037.3751L53.995%2021.668L26.9875%205.96094Z%22%20fill%3D%22url(%23paint5_linear_319_235)%22%2F%3E%3Cmask%20id%3D%22mask0_319_235%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%228%22%20y%3D%220%22%20width%3D%2239%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M46.5906%200H8.06421V23.6233H46.5906V0Z%22%20fill%3D%22white%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_319_235)%22%3E%3Cpath%20d%3D%22M27.1075%2038.5483C35.8383%2038.5483%2042.916%2031.4509%2042.916%2022.6958C42.916%2013.9408%2035.8383%206.84338%2027.1075%206.84338C18.3767%206.84338%2011.299%2013.9408%2011.299%2022.6958C11.299%2031.4509%2018.3767%2038.5483%2027.1075%2038.5483Z%22%20fill%3D%22url(%23paint6_radial_319_235)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_319_235%22%20x1%3D%220%22%20y1%3D%2223.1269%22%20x2%3D%2226.9875%22%20y2%3D%2223.1269%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232F1D54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23403E46%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_319_235%22%20x1%3D%2226.9875%22%20y1%3D%2223.1269%22%20x2%3D%2254%22%20y2%3D%2223.1269%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232F1D54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232A2831%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22paint2_radial_319_235%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(27.1075%2022.6958)%20scale(15.8085%2015.8525)%22%3E%3Cstop%20stop-color%3D%22%2366D2FE%22%2F%3E%3Cstop%20offset%3D%220.34%22%20stop-color%3D%22%2351A7DD%22%2F%3E%3Cstop%20offset%3D%220.78%22%20stop-color%3D%22%233973B7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233060A8%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22paint3_linear_319_235%22%20x1%3D%2226.9875%22%20y1%3D%2238.8341%22%20x2%3D%2254%22%20y2%3D%2238.8341%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2300E3FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239700FF%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint4_linear_319_235%22%20x1%3D%220%22%20y1%3D%2238.8341%22%20x2%3D%2226.9875%22%20y2%3D%2238.8341%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2366D2FE%22%2F%3E%3Cstop%20offset%3D%220.34%22%20stop-color%3D%22%2351A7DD%22%2F%3E%3Cstop%20offset%3D%220.78%22%20stop-color%3D%22%233973B7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233060A8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint5_linear_319_235%22%20x1%3D%220%22%20y1%3D%2221.668%22%20x2%3D%2254%22%20y2%3D%2221.668%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232F1D54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23403E46%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22paint6_radial_319_235%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(27.1075%2022.6958)%20scale(15.8085%2015.8525)%22%3E%3Cstop%20stop-color%3D%22%2366D2FE%22%2F%3E%3Cstop%20offset%3D%220.34%22%20stop-color%3D%22%2351A7DD%22%2F%3E%3Cstop%20offset%3D%220.78%22%20stop-color%3D%22%233973B7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233060A8%22%2F%3E%3C%2FradialGradient%3E%3CclipPath%20id%3D%22clip0_319_235%22%3E%3Crect%20width%3D%2254%22%20height%3D%2256%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table-contents-guide {
    margin-top: 23px;
    display: flex;
    justify-content: center;
  }
  .plan-table-contents-guide > * + * {
    margin-left: 30px;
  }
  .plan-table-contents-guide__item {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
  }
  .plan-table-contents-guide__item--flex:nth-child(1)::before {
    background: linear-gradient(90deg, rgb(107, 227, 255) 0%, rgb(0, 135, 255) 39%, rgb(160, 80, 255) 100%);
  }
  .plan-table-contents-guide__item--flex:nth-child(2)::before {
    background: linear-gradient(90deg, rgb(255, 228, 84) 0%, rgb(255, 147, 48) 100%);
  }
  .plan-table-contents-guide__item--flex:nth-child(3)::before {
    background: linear-gradient(90deg, rgb(98, 255, 113) 0%, rgb(56, 138, 74) 100%);
  }
  .plan-table-contents-guide__item--flex::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 7px;
  }
  .plan-table-contents-guide__item--imp:nth-child(1)::before {
    background: linear-gradient(120deg, rgb(107, 227, 255) 0%, rgb(0, 135, 255) 39%, rgb(160, 80, 255) 100%);
    width: 33px;
    height: 21px;
  }
  .plan-table-contents-guide__item--imp:nth-child(2)::before {
    width: 14px;
    height: 21px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%2222%22%20viewBox%3D%220%200%2015%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.0915%204.50658C11.0915%206.72631%209.32024%208.51315%207.15073%208.51315C4.98121%208.51315%203.20996%206.7263%203.20996%204.50658C3.20996%202.28685%204.98121%200.5%207.15073%200.5C9.32024%200.5%2011.0915%202.28684%2011.0915%204.50658Z%22%20fill%3D%22white%22%20stroke%3D%22url(%23paint0_linear_319_97)%22%2F%3E%3Cpath%20d%3D%22M10.1567%209.60289C10.2043%209.57392%2010.2667%209.56085%2010.3331%209.57212L10.3331%209.57219C12.2959%209.90859%2013.8002%2011.6459%2013.8002%2013.7476V20.6155H0.5V13.7476C0.5%2011.6459%202.00429%209.9086%203.96708%209.5722C4.03366%209.56079%204.09624%209.57385%204.14393%209.60289L4.1444%209.60318C5.02367%2010.1372%206.05174%2010.446%207.15032%2010.446C8.24868%2010.446%209.27737%2010.1378%2010.1565%209.603L10.1567%209.60289Z%22%20fill%3D%22white%22%20stroke%3D%22url(%23paint1_linear_319_97)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_319_97%22%20x1%3D%227.15073%22%20y1%3D%220%22%20x2%3D%227.15073%22%20y2%3D%229.01315%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230DC4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236763FF%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_319_97%22%20x1%3D%227.15009%22%20y1%3D%229.06812%22%20x2%3D%227.15009%22%20y2%3D%2221.1155%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230DC4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236763FF%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table-contents-guide__item--imp::before {
    content: "";
    display: block;
    margin-right: 7px;
  }
  .plan-table-contents-guide__item--spot:nth-child(1)::before {
    height: 28px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2254%22%20height%3D%2250%22%20viewBox%3D%220%200%2054%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_319_108)%22%3E%3Cpath%20d%3D%22M26.9875%200V18.6054L0%2034.3002V15.6948L26.9875%200Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%200L0%2034.3052L26.9875%2018.6054V0Z%22%20fill%3D%22%23A6A8AB%22%2F%3E%3Cpath%20d%3D%22M54%2034.3002L26.9875%2018.6054V0L54%2015.6948V34.3002Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052L26.9875%2018.6104L54%2034.3052L26.9875%2050Z%22%20fill%3D%22%23D0D2D3%22%2F%3E%3Cpath%20d%3D%22M54%2015.6948V34.3052L26.9875%2050V31.3896L54%2015.6948Z%22%20fill%3D%22%23ECECEC%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052V15.6948L26.9875%2031.3896V50Z%22%20fill%3D%22%23DDDDDD%22%2F%3E%3Cpath%20d%3D%22M26.9875%200.886685L52.4701%2015.6948L26.9925%2030.503L1.52486%2015.6948L26.9875%200.886685ZM26.9875%200L0%2015.6948L26.9875%2031.3896L53.995%2015.6948L26.9875%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_319_108%22%3E%3Crect%20width%3D%2254%22%20height%3D%2250%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table-contents-guide__item--spot:nth-child(2)::before {
    height: 28px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2254%22%20height%3D%2250%22%20viewBox%3D%220%200%2054%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_319_147)%22%3E%3Cpath%20d%3D%22M26.9875%200V18.6054L0%2034.3002V15.6948L26.9875%200Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%200L0%2034.3052L26.9875%2018.6054V0Z%22%20fill%3D%22%23A6A8AB%22%2F%3E%3Cpath%20d%3D%22M54%2034.3002L26.9875%2018.6054V0L54%2015.6948V34.3002Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052L26.9875%2018.6104L54%2034.3052L26.9875%2050Z%22%20fill%3D%22%23D0D2D3%22%2F%3E%3Cpath%20d%3D%22M54%2015.6948V34.3052L26.9875%2050V31.3896L54%2015.6948Z%22%20fill%3D%22url(%23paint0_linear_319_147)%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052V15.6948L26.9875%2031.3896V50Z%22%20fill%3D%22%23DDDDDD%22%2F%3E%3Cpath%20d%3D%22M26.9875%200.886685L52.4701%2015.6948L26.9925%2030.503L1.52486%2015.6948L26.9875%200.886685ZM26.9875%200L0%2015.6948L26.9875%2031.3896L53.995%2015.6948L26.9875%200Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M26.9875%2031.3896L0%2015.6948L26.9875%200L54%2015.6948L26.9875%2031.3896Z%22%20fill%3D%22url(%23paint1_linear_319_147)%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_319_147%22%20x1%3D%2254%22%20y1%3D%2232.8474%22%20x2%3D%2226.9875%22%20y2%3D%2232.8474%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23665981%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23C2C2C4%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_319_147%22%20x1%3D%2254%22%20y1%3D%2215.6948%22%20x2%3D%220%22%20y2%3D%2215.6948%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23897F9E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E1E1E2%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22clip0_319_147%22%3E%3Crect%20width%3D%2254%22%20height%3D%2250%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table-contents-guide__item--spot:nth-child(3)::before {
    height: 32px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2254%22%20height%3D%2256%22%20viewBox%3D%220%200%2054%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_319_235)%22%3E%3Cpath%20d%3D%22M26.9875%205.96094V24.5808L0%2040.2879V21.668L26.9875%205.96094Z%22%20fill%3D%22url(%23paint0_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M54%2040.2879L26.9875%2024.5808V5.96094L54%2021.668V40.2879Z%22%20fill%3D%22url(%23paint1_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M26.9875%2056L0%2040.2929L26.9875%2024.5858L54%2040.2929L26.9875%2056Z%22%20fill%3D%22%23D0D2D3%22%2F%3E%3Cpath%20d%3D%22M27.1075%2038.5483C35.8383%2038.5483%2042.916%2031.4509%2042.916%2022.6958C42.916%2013.9408%2035.8383%206.84338%2027.1075%206.84338C18.3767%206.84338%2011.299%2013.9408%2011.299%2022.6958C11.299%2031.4509%2018.3767%2038.5483%2027.1075%2038.5483Z%22%20fill%3D%22url(%23paint2_radial_319_235)%22%2F%3E%3Cpath%20d%3D%22M54%2021.6681V40.293L26.9875%2056V37.3752L54%2021.6681Z%22%20fill%3D%22url(%23paint3_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M26.9875%2056L0%2040.293V21.6681L26.9875%2037.3752V56Z%22%20fill%3D%22url(%23paint4_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M26.9875%206.84831L52.4701%2021.668L26.9925%2036.4877L1.52486%2021.668L26.9875%206.84831ZM26.9875%205.96094L0%2021.668L26.9875%2037.3751L53.995%2021.668L26.9875%205.96094Z%22%20fill%3D%22url(%23paint5_linear_319_235)%22%2F%3E%3Cmask%20id%3D%22mask0_319_235%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%228%22%20y%3D%220%22%20width%3D%2239%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M46.5906%200H8.06421V23.6233H46.5906V0Z%22%20fill%3D%22white%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_319_235)%22%3E%3Cpath%20d%3D%22M27.1075%2038.5483C35.8383%2038.5483%2042.916%2031.4509%2042.916%2022.6958C42.916%2013.9408%2035.8383%206.84338%2027.1075%206.84338C18.3767%206.84338%2011.299%2013.9408%2011.299%2022.6958C11.299%2031.4509%2018.3767%2038.5483%2027.1075%2038.5483Z%22%20fill%3D%22url(%23paint6_radial_319_235)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_319_235%22%20x1%3D%220%22%20y1%3D%2223.1269%22%20x2%3D%2226.9875%22%20y2%3D%2223.1269%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232F1D54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23403E46%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_319_235%22%20x1%3D%2226.9875%22%20y1%3D%2223.1269%22%20x2%3D%2254%22%20y2%3D%2223.1269%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232F1D54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232A2831%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22paint2_radial_319_235%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(27.1075%2022.6958)%20scale(15.8085%2015.8525)%22%3E%3Cstop%20stop-color%3D%22%2366D2FE%22%2F%3E%3Cstop%20offset%3D%220.34%22%20stop-color%3D%22%2351A7DD%22%2F%3E%3Cstop%20offset%3D%220.78%22%20stop-color%3D%22%233973B7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233060A8%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22paint3_linear_319_235%22%20x1%3D%2226.9875%22%20y1%3D%2238.8341%22%20x2%3D%2254%22%20y2%3D%2238.8341%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2300E3FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239700FF%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint4_linear_319_235%22%20x1%3D%220%22%20y1%3D%2238.8341%22%20x2%3D%2226.9875%22%20y2%3D%2238.8341%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2366D2FE%22%2F%3E%3Cstop%20offset%3D%220.34%22%20stop-color%3D%22%2351A7DD%22%2F%3E%3Cstop%20offset%3D%220.78%22%20stop-color%3D%22%233973B7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233060A8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint5_linear_319_235%22%20x1%3D%220%22%20y1%3D%2221.668%22%20x2%3D%2254%22%20y2%3D%2221.668%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232F1D54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23403E46%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22paint6_radial_319_235%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(27.1075%2022.6958)%20scale(15.8085%2015.8525)%22%3E%3Cstop%20stop-color%3D%22%2366D2FE%22%2F%3E%3Cstop%20offset%3D%220.34%22%20stop-color%3D%22%2351A7DD%22%2F%3E%3Cstop%20offset%3D%220.78%22%20stop-color%3D%22%233973B7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233060A8%22%2F%3E%3C%2FradialGradient%3E%3CclipPath%20id%3D%22clip0_319_235%22%3E%3Crect%20width%3D%2254%22%20height%3D%2256%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table-contents-guide__item--spot::before {
    content: "";
    display: block;
    margin-right: 7px;
    width: 30px;
  }
  .plan__catch {
    max-width: 1084px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 77px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #007AE5;
  }
  .merit {
    padding: 107px 0 160px;
  }
  .merit-list {
    max-width: 1024px;
    padding: 0 32px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }
  .merit-list > * + * {
    margin-top: 50px;
  }
  .merit-item {
    display: grid;
    grid-template-columns: 25.4166666667% 74.5833333333%;
    gap: 0 56px;
  }
  .merit-item__fig {
    grid-row: 1/4;
    grid-column: 1/2;
    display: flex;
    align-items: center;
  }
  .merit-item__head {
    grid-row: 1/2;
    grid-column: 2/3;
    display: flex;
    align-items: center;
  }
  .merit-item__head .num {
    font-family: "Outfit", sans-serif;
    font-size: 77px;
    font-weight: 400;
    color: #007AE5;
    opacity: 0.25;
  }
  .merit-item__head .title {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 700;
    color: #007AE5;
  }
  .merit-item__desc {
    margin-top: 20px;
    grid-row: 2/3;
    grid-column: 2/3;
    margin-right: 38px;
    padding: 12px 22px 16px 16px;
    border-radius: 5px;
    border: 1px solid #007AE5;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  .merit-item__comment {
    margin-top: 52px;
    grid-row: 3/4;
    grid-column: 2/3;
    display: flex;
    align-items: center;
    position: relative;
  }
  .merit-item__comment i {
    display: inline-block;
    width: 53px;
    height: 53px;
    background: url(../images/dsp/check.png) no-repeat;
    background-size: contain;
  }
  .merit-item__comment p {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #007AE5;
  }
  .merit-item:nth-child(2) {
    grid-template-columns: 74.5833333333% 25.4166666667%;
  }
  .merit-item:nth-child(2) .merit-item__fig {
    grid-row: 1/4;
    grid-column: 2/3;
  }
  .merit-item:nth-child(2) .merit-item__head {
    grid-column: 1/2;
    margin-left: 20px;
  }
  .merit-item:nth-child(2) .merit-item__desc {
    margin-left: 20px;
    grid-column: 1/2;
  }
  .merit-item:nth-child(2) .merit-item__comment {
    margin-left: 20px;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .article {
    width: 100%;
    overflow: hidden;
  }
  .section__head {
    text-align: center;
  }
  .firstview {
    padding: 14.1333333333vw 0 12.2666666667vw;
    background: linear-gradient(120deg, rgb(107, 227, 255) 0%, rgb(0, 135, 255) 39%, rgb(160, 80, 255) 100%);
  }
  .firstview__title {
    text-align: center;
    color: #fff;
    width: 90.1333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
  .firstview__title .main {
    font-family: "Outfit", sans-serif;
    font-size: 13.3333333333vw;
    font-weight: 300;
    display: inline-block;
  }
  .firstview__title .sub {
    font-size: 4.2666666667vw;
    font-weight: 400;
    display: inline-block;
    margin-top: 8.8vw;
    position: relative;
  }
  .firstview__title .sub::before {
    content: "";
    display: inline-block;
    width: 5.3333333333vw;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .firstview__note {
    margin-top: 2.67vw;
    margin-bottom: 6.13vw;
    font-size: 3.2vw;
    line-height: 1.3;
    color: #FAFF00;
    text-align: center;
  }
  .firstview__note a {
    text-decoration: underline;
  }
  .firstview__desc {
    width: 90.1333333333vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.67vw;
    text-align: center;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
  }
  .howto {
    padding: 16vw 0 18.6666666667vw;
  }
  .howto .section__desc {
    margin-top: 16vw;
    margin-left: auto;
    margin-right: auto;
    width: 90.1333333333vw;
  }
  .howto-list {
    margin-top: 18.6666666667vw;
    width: 90.1333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .howto-item {
    width: 100%;
  }
  .howto-item:nth-child(2) .howto__fig {
    width: 85.8666666667vw;
  }
  .howto-item:nth-child(2) .howto__itemtitle {
    color: #8166FE;
  }
  .howto__subhead {
    font-size: 3.7333333333vw;
    font-weight: 700;
    color: #898989;
    position: absolute;
    top: -1.4em;
  }
  .howto__fig {
    width: 56.8vw;
    min-height: 56.8vw;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
  .howto-texts {
    width: 100%;
    padding: 25.8666666667vw 5.3333333333vw 8vw;
    background: #F0F2F9;
    border-radius: 0.9333333333vw;
    position: relative;
    top: -22.6666666667vw;
    z-index: 1;
  }
  .howto__itemtitle {
    text-align: center;
    font-size: 5.6vw;
    font-weight: 700;
    color: #53D1FA;
    letter-spacing: -0.01em;
    white-space: nowrap;
    position: relative;
  }
  .howto__itemtdesc {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 2;
  }
  .plan {
    padding: 16vw 0 18.6666666667vw;
    background: #F0F2F9;
  }
  .plan__subhead {
    width: 87.2vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 16vw;
    font-size: 5.8666666667vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
  }
  .plan-table {
    width: 87.2vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 9.6vw;
  }
  .plan-table-tab {
    width: 100%;
    display: flex;
  }
  .plan-table-tab > * + * {
    margin-left: 0.9413333333vw;
  }
  .plan-table-tab__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.3333333333% - 1.1766666667px);
    height: 16vw;
    border-top-left-radius: 0.88vw;
    border-top-right-radius: 0.88vw;
    background: #007AE5;
    font-size: 3.7333333333vw;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    position: relative;
  }
  .plan-table-tab__btn.active {
    background: #fff;
    color: #007AE5;
  }
  .plan-table-tab__btn .small {
    font-size: 3.4666666667vw;
  }
  .plan-table-tab__btn .small-note {
    font-size: 2.6666666667vw;
    font-weight: 400;
    letter-spacing: 0.02em;
    position: absolute;
    top: 0;
    left: 3.2vw;
  }
  .plan-table-contents {
    width: 100%;
    padding: 9.3333333333vw 0 12.5333333333vw;
    background: #fff;
    border-bottom-left-radius: 0.88vw;
    border-bottom-right-radius: 0.88vw;
  }
  .plan-table-contents-wrapper {
    width: 77.5390625%;
    width: 81.0666666667vw;
    margin-right: auto;
    margin-left: auto;
  }
  .plan-table-contents__title {
    text-align: center;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .plan-table-contents__title small {
    font-size: 3.4666666667vw;
  }
  .plan-table-contents__ex {
    margin-top: 12vw;
    font-size: 4.2666666667vw;
    font-weight: 700;
    color: #898989;
  }
  .plan-table .table {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .plan-table .table-grid {
    width: 157.6vw;
    display: grid;
    grid-template-columns: 26.9333333333vw 17.8666666667vw 17.8666666667vw 17.8666666667vw 17.8666666667vw 17.8666666667vw 17.8666666667vw 17.8666666667vw;
    grid-template-rows: 11.2vw 11.2vw 11.2vw 11.2vw;
  }
  .plan-table .table-cell {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .plan-table .table-cell p {
    font-size: 2.5vw;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  .plan-table .table-cell--head-timezone {
    text-align: center;
    background: #D9D9D9;
  }
  .plan-table .table-cell--head-timezone.table-cell--head-timezone--01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-timezone.table-cell--head-timezone--02 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .plan-table .table-cell--head-timezone.table-cell--head-timezone--03 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .plan-table .table-cell--head-timezone.table-cell--head-timezone--04 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .plan-table .table-cell--head-timezone.table-cell--head-timezone--05 {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .plan-table .table-cell--head-timezone p {
    width: 100%;
  }
  .plan-table .table-cell--head-timezone--02, .plan-table .table-cell--head-timezone--03, .plan-table .table-cell--head-timezone--04 {
    margin-top: 4px;
  }
  .plan-table .table-cell--head-week {
    text-align: center;
    background: #F0F2F9;
    margin-left: 4px;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--01 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--02 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--03 {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--04 {
    grid-column: 5/6;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--05 {
    grid-column: 6/7;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--06 {
    grid-column: 7/8;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--07 {
    grid-column: 8/9;
    grid-row: 1/2;
  }
  .plan-table .table-cell--head-week.table-cell--head-week--08 {
    grid-column: 9/10;
    grid-row: 1/2;
  }
  .plan-table .table-cell--contentitem {
    background: #fff;
    margin-left: 2px;
    padding-left: 2px;
    margin-top: 2px;
    padding-top: 2px;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-1 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-1 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-2, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-2, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-2 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-2 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-2 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-3, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-3, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-3 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-3 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-3 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-4, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-4, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-4 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-4 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-4 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-5, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-5, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-5 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-5 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-5 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-6, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-6, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-6 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-6 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-6 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-7, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-7, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-7 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-7 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-7 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-8, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-8, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-8 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-8 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-8 {
    border-top: 1px solid #F0F2F9;
  }
  .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol1-9, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol2-9, .plan-table .table-cell--contentitem.table-cell--contentitem--rowcol3-9 {
    border-left: 1px solid #F0F2F9;
  }
  .plan-table .table-cell span {
    display: block;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .plan-table .table-cell[data-color=blue] span {
    background: linear-gradient(90deg, rgb(107, 227, 255) 0%, rgb(0, 135, 255) 39%, rgb(160, 80, 255) 100%);
    border-radius: 50%;
  }
  .plan-table .table-cell[data-color=green] span {
    background: linear-gradient(90deg, rgb(98, 255, 113) 0%, rgb(56, 138, 74) 100%);
    border-radius: 50%;
  }
  .plan-table .table-cell[data-color=orange] span {
    background: linear-gradient(90deg, rgb(255, 228, 84) 0%, rgb(255, 147, 48) 100%);
    border-radius: 50%;
  }
  .plan-table .table-cell[data-disp=false] span {
    display: none;
  }
  .plan-table .table-cell[data-imp="1"] span {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2290%22%20height%3D%2256%22%20viewBox%3D%220%200%2090%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2290%22%20height%3D%2256%22%20fill%3D%22url(%23paint0_linear_479_6)%22%2F%3E%3Cpath%20d%3D%22M44.6656%2024.3534C49.6957%2024.3534%2053.7734%2020.2153%2053.7734%2015.1107C53.7734%2010.006%2049.6957%205.86792%2044.6656%205.86792C39.6356%205.86792%2035.5579%2010.006%2035.5579%2015.1107C35.5579%2020.2153%2039.6356%2024.3534%2044.6656%2024.3534Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M51.3668%2024.4892C50.9989%2024.4261%2050.6177%2024.4921%2050.2976%2024.687C48.6494%2025.6896%2046.7231%2026.2665%2044.6649%2026.2665C42.6068%2026.2665%2040.6815%2025.6886%2039.0323%2024.687C38.7122%2024.4921%2038.331%2024.4261%2037.9631%2024.4892C33.4426%2025.2639%2030%2029.256%2030%2034.0635V48.299C30%2048.7829%2030.386%2049.1746%2030.8628%2049.1746H58.4661C58.9429%2049.1746%2059.3289%2048.7829%2059.3289%2048.299V34.0635C59.3289%2029.256%2055.8863%2025.2639%2051.3658%2024.4892H51.3668Z%22%20fill%3D%22white%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_479_6%22%20x1%3D%220%22%20y1%3D%2256%22%20x2%3D%2290%22%20y2%3D%2256%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230CC4FF%22%2F%3E%3Cstop%20offset%3D%220.505208%22%20stop-color%3D%22%233A91FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236860FF%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table .table-cell[data-imp="2"] span {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2290%22%20height%3D%2256%22%20viewBox%3D%220%200%2090%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2290%22%20height%3D%2256%22%20fill%3D%22url(%23paint0_linear_479_2)%22%2F%3E%3Cpath%20d%3D%22M27.8998%2024.5009C32.6671%2024.5009%2036.5317%2020.5832%2036.5317%2015.7505C36.5317%2010.9177%2032.6671%207%2027.8998%207C23.1325%207%2019.2678%2010.9177%2019.2678%2015.7505C19.2678%2020.5832%2023.1325%2024.5009%2027.8998%2024.5009Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M34.2505%2024.6293C33.9019%2024.5696%2033.5406%2024.632%2033.2372%2024.8166C31.6751%2025.7658%2029.8494%2026.312%2027.8988%2026.312C25.9482%2026.312%2024.1235%2025.7649%2022.5604%2024.8166C22.2571%2024.632%2021.8957%2024.5696%2021.5471%2024.6293C17.2628%2025.3628%2014%2029.1422%2014%2033.6937V47.171C14%2047.6291%2014.3659%2047.9999%2014.8177%2047.9999H40.979C41.4308%2047.9999%2041.7967%2047.6291%2041.7967%2047.171V33.6937C41.7967%2029.1422%2038.5339%2025.3628%2034.2496%2024.6293H34.2505Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M60.048%2024.5009C64.8153%2024.5009%2068.6799%2020.5832%2068.6799%2015.7505C68.6799%2010.9177%2064.8153%207%2060.048%207C55.2807%207%2051.416%2010.9177%2051.416%2015.7505C51.416%2020.5832%2055.2807%2024.5009%2060.048%2024.5009Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M66.3987%2024.6293C66.0501%2024.5696%2065.6887%2024.632%2065.3854%2024.8166C63.8233%2025.7658%2061.9976%2026.312%2060.047%2026.312C58.0964%2026.312%2056.2716%2025.7649%2054.7086%2024.8166C54.4052%2024.632%2054.0439%2024.5696%2053.6953%2024.6293C49.411%2025.3628%2046.1482%2029.1422%2046.1482%2033.6937V47.171C46.1482%2047.6291%2046.514%2047.9999%2046.9659%2047.9999H73.1272C73.579%2047.9999%2073.9449%2047.6291%2073.9449%2047.171V33.6937C73.9449%2029.1422%2070.6821%2025.3628%2066.3978%2024.6293H66.3987Z%22%20fill%3D%22white%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_479_2%22%20x1%3D%220%22%20y1%3D%2256%22%20x2%3D%2290%22%20y2%3D%2256%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230CC4FF%22%2F%3E%3Cstop%20offset%3D%220.505208%22%20stop-color%3D%22%233A91FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236860FF%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table .table-cell[data-imp="3"] span {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2290%22%20height%3D%2256%22%20viewBox%3D%220%200%2090%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2290%22%20height%3D%2256%22%20fill%3D%22url(%23paint0_linear_479_3)%22%2F%3E%3Cpath%20d%3D%22M45.3367%2024.6715C49.8616%2024.6715%2053.5298%2020.949%2053.5298%2016.357C53.5298%2011.765%2049.8616%208.04248%2045.3367%208.04248C40.8117%208.04248%2037.1436%2011.765%2037.1436%2016.357C37.1436%2020.949%2040.8117%2024.6715%2045.3367%2024.6715Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M24.5402%2026.9124C28.6108%2026.9124%2031.9107%2023.5636%2031.9107%2019.4326C31.9107%2015.3017%2028.6108%2011.9529%2024.5402%2011.9529C20.4696%2011.9529%2017.1697%2015.3017%2017.1697%2019.4326C17.1697%2023.5636%2020.4696%2026.9124%2024.5402%2026.9124Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M66.1325%2026.9124C70.2031%2026.9124%2073.503%2023.5636%2073.503%2019.4326C73.503%2015.3017%2070.2031%2011.9529%2066.1325%2011.9529C62.0619%2011.9529%2058.762%2015.3017%2058.762%2019.4326C58.762%2023.5636%2062.0619%2026.9124%2066.1325%2026.9124Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M30.6903%2033.4056C30.6903%2031.3601%2031.2791%2029.4437%2032.3071%2027.8352C31.5791%2027.441%2030.7832%2027.1592%2029.94%2027.0179C29.6494%2026.9691%2029.352%2027.0284%2029.0993%2027.1828C27.7653%2027.994%2026.2061%2028.4615%2024.5412%2028.4615C22.8763%2028.4615%2021.3171%2027.994%2019.9831%2027.1828C19.7235%2027.0249%2019.4158%2026.9717%2019.1175%2027.0223C15.4593%2027.6494%2012.6736%2030.8795%2012.6736%2034.7707V46.2123C12.6736%2046.6476%2013.0208%2047%2013.4497%2047H29.9142C30.3431%2047%2030.6903%2046.6476%2030.6903%2046.2123V33.4065V33.4056Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M71.556%2027.0223C71.2578%2026.9708%2070.9501%2027.0249%2070.6905%2027.1828C69.3565%2027.994%2067.7973%2028.4615%2066.1324%2028.4615C64.4674%2028.4615%2062.9082%2027.994%2061.5742%2027.1828C61.3215%2027.0293%2061.0241%2026.9691%2060.7336%2027.0179C59.8904%2027.1592%2059.0936%2027.441%2058.3665%2027.8353C59.3936%2029.4429%2059.9832%2031.3592%2059.9832%2033.4056V46.2115C59.9832%2046.6467%2060.3305%2046.9991%2060.7594%2046.9991H77.2238C77.6527%2046.9991%2078%2046.6467%2078%2046.2115V34.7698C78%2030.8795%2075.2134%2027.6486%2071.5552%2027.0214L71.556%2027.0223Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M51.3648%2024.7936C51.0338%2024.7369%2050.6909%2024.7962%2050.4029%2024.9716C48.9202%2025.8735%2047.1874%2026.3925%2045.336%2026.3925C43.4845%2026.3925%2041.7526%2025.8726%2040.269%2024.9716C39.9811%2024.7962%2039.6381%2024.7369%2039.3072%2024.7936C35.2407%2025.4906%2032.1438%2029.0817%2032.1438%2033.4064V46.2123C32.1438%2046.6476%2032.4911%2047%2032.92%2047H57.7511C58.18%2047%2058.5273%2046.6476%2058.5273%2046.2123V33.4064C58.5273%2029.0817%2055.4304%2025.4906%2051.3639%2024.7936H51.3648Z%22%20fill%3D%22white%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_479_3%22%20x1%3D%220%22%20y1%3D%2256%22%20x2%3D%2290%22%20y2%3D%2256%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230CC4FF%22%2F%3E%3Cstop%20offset%3D%220.505208%22%20stop-color%3D%22%233A91FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236860FF%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table .table-cell[data-imp="4"] span {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2290%22%20height%3D%2256%22%20viewBox%3D%220%200%2090%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2290%22%20height%3D%2256%22%20fill%3D%22url(%23paint0_linear_479_4)%22%2F%3E%3Cpath%20d%3D%22M55.0642%2025.4058C58.4436%2025.4058%2061.1831%2022.6287%2061.1831%2019.2029C61.1831%2015.7771%2058.4436%2013%2055.0642%2013C51.6848%2013%2048.9453%2015.7771%2048.9453%2019.2029C48.9453%2022.6287%2051.6848%2025.4058%2055.0642%2025.4058Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M70.5951%2027.0775C73.6352%2027.0775%2076.0997%2024.5792%2076.0997%2021.4974C76.0997%2018.4155%2073.6352%2015.9172%2070.5951%2015.9172C67.5551%2015.9172%2065.0906%2018.4155%2065.0906%2021.4974C65.0906%2024.5792%2067.5551%2027.0775%2070.5951%2027.0775Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M74.6456%2027.1594C74.4229%2027.121%2074.1931%2027.1614%2073.9992%2027.2792C73.0029%2027.8844%2071.8384%2028.2332%2070.595%2028.2332C69.3516%2028.2332%2068.1871%2027.8844%2067.1909%2027.2792C67.0021%2027.1646%2066.78%2027.1197%2066.563%2027.1562C65.9333%2027.2616%2065.3382%2027.4718%2064.7952%2027.7659C65.5623%2028.9652%2066.0026%2030.3949%2066.0026%2031.9216V41.4752C66.0026%2041.7999%2066.262%2042.0628%2066.5823%2042.0628H78.8785C79.1988%2042.0628%2079.4582%2041.7999%2079.4582%2041.4752V32.9393C79.4582%2030.037%2077.377%2027.6267%2074.645%2027.1588L74.6456%2027.1594Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M59.5661%2025.4968C59.3189%2025.4545%2059.0628%2025.4988%2058.8478%2025.6296C57.7404%2026.3024%2056.4463%2026.6896%2055.0636%2026.6896C53.6808%2026.6896%2052.3873%2026.3018%2051.2794%2025.6296C51.0643%2025.4988%2050.8082%2025.4545%2050.561%2025.4968C47.5241%2026.0168%2045.2112%2028.6959%2045.2112%2031.9223V41.4758C45.2112%2041.8006%2045.4705%2042.0635%2045.7908%2042.0635H64.3356C64.656%2042.0635%2064.9153%2041.8006%2064.9153%2041.4758V31.9223C64.9153%2028.6959%2062.6024%2026.0168%2059.5654%2025.4968H59.5661Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M34.394%2025.4058C31.0147%2025.4058%2028.2751%2022.6287%2028.2751%2019.2029C28.2751%2015.7771%2031.0147%2013%2034.394%2013C37.7734%2013%2040.5129%2015.7771%2040.5129%2019.2029C40.5129%2022.6287%2037.7734%2025.4058%2034.394%2025.4058Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M18.8631%2027.0775C15.823%2027.0775%2013.3585%2024.5792%2013.3585%2021.4974C13.3585%2018.4155%2015.823%2015.9172%2018.8631%2015.9172C21.9032%2015.9172%2024.3677%2018.4155%2024.3677%2021.4974C24.3677%2024.5792%2021.9032%2027.0775%2018.8631%2027.0775Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M14.8126%2027.1594C15.0354%2027.121%2015.2652%2027.1614%2015.4591%2027.2792C16.4553%2027.8844%2017.6198%2028.2332%2018.8632%2028.2332C20.1066%2028.2332%2021.2711%2027.8844%2022.2674%2027.2792C22.4561%2027.1646%2022.6782%2027.1197%2022.8952%2027.1562C23.5249%2027.2616%2024.12%2027.4718%2024.6631%2027.7659C23.896%2028.9652%2023.4556%2030.3949%2023.4556%2031.9216V41.4752C23.4556%2041.7999%2023.1963%2042.0628%2022.8759%2042.0628H10.5797C10.2594%2042.0628%2010.0001%2041.7999%2010.0001%2041.4752V32.9393C10.0001%2030.037%2012.0812%2027.6267%2014.8133%2027.1588L14.8126%2027.1594Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M29.8922%2025.4968C30.1393%2025.4545%2030.3955%2025.4988%2030.6105%2025.6296C31.7178%2026.3024%2033.012%2026.6896%2034.3947%2026.6896C35.7774%2026.6896%2037.0709%2026.3018%2038.1789%2025.6296C38.3939%2025.4988%2038.6501%2025.4545%2038.8972%2025.4968C41.9342%2026.0168%2044.2471%2028.6959%2044.2471%2031.9223V41.4758C44.2471%2041.8006%2043.9877%2042.0635%2043.6674%2042.0635H25.1226C24.8023%2042.0635%2024.543%2041.8006%2024.543%2041.4758V31.9223C24.543%2028.6959%2026.8558%2026.0168%2029.8928%2025.4968H29.8922Z%22%20fill%3D%22white%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_479_4%22%20x1%3D%220%22%20y1%3D%2256%22%20x2%3D%2290%22%20y2%3D%2256%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230CC4FF%22%2F%3E%3Cstop%20offset%3D%220.505208%22%20stop-color%3D%22%233A91FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236860FF%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table .table-cell[data-imp="6"] span {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2290%22%20height%3D%2256%22%20viewBox%3D%220%200%2090%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2290%22%20height%3D%2256%22%20fill%3D%22url(%23paint0_linear_479_5)%22%2F%3E%3Cg%20clip-path%3D%22url(%23clip0_479_5)%22%3E%3Cpath%20d%3D%22M38.3948%2016.4058C41.7742%2016.4058%2044.5137%2013.6287%2044.5137%2010.2029C44.5137%206.77713%2041.7742%204%2038.3948%204C35.0154%204%2032.2759%206.77713%2032.2759%2010.2029C32.2759%2013.6287%2035.0154%2016.4058%2038.3948%2016.4058Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M23.904%2017.9772C26.8893%2017.3945%2028.8433%2014.4688%2028.2684%2011.4426C27.6935%208.41637%2024.8075%206.43555%2021.8223%207.01831C18.837%207.60107%2016.883%2010.5267%2017.4579%2013.5529C18.0327%2016.5792%2020.9188%2018.56%2023.904%2017.9772Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M53.9257%2018.0775C56.9658%2018.0775%2059.4303%2015.5792%2059.4303%2012.4974C59.4303%209.41555%2056.9658%206.91724%2053.9257%206.91724C50.8856%206.91724%2048.4211%209.41555%2048.4211%2012.4974C48.4211%2015.5792%2050.8856%2018.0775%2053.9257%2018.0775Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M27.4562%2026.912V22.9217C27.4562%2021.395%2027.8959%2019.966%2028.6637%2018.766C28.1199%2018.4719%2027.5255%2018.2617%2026.8958%2018.1563C26.6788%2018.1198%2026.4567%2018.1641%2026.268%2018.2792C25.2717%2018.8844%2024.1072%2019.2332%2022.8638%2019.2332C21.6204%2019.2332%2020.4559%2018.8844%2019.4596%2018.2792C19.2658%2018.1615%2019.036%2018.1218%2018.8132%2018.1595C16.0811%2018.6274%2014%2021.0371%2014%2023.9401V32.4759C14%2032.8006%2014.2593%2033.0635%2014.5797%2033.0635H26.8759C26.9157%2033.0635%2026.9548%2033.0596%2026.9927%2033.0518C26.6557%2032.2475%2026.4689%2031.3631%2026.4689%2030.4345C26.4689%2029.1421%2026.8303%2027.9356%2027.4555%2026.9127L27.4562%2026.912Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M62.7875%2023.8776C62.7579%2021.0027%2060.6883%2018.6235%2057.9762%2018.1596C57.7534%2018.1212%2057.5236%2018.1615%2057.3298%2018.2793C56.3335%2018.8845%2055.169%2019.2333%2053.9256%2019.2333C52.6822%2019.2333%2051.5177%2018.8845%2050.5214%2018.2793C50.3327%2018.1648%2050.1106%2018.1199%2049.8936%2018.1563C49.2639%2018.2617%2048.6688%2018.4719%2048.1257%2018.766C48.507%2019.3615%2048.8062%2020.0142%2049.0122%2020.7072C52.8786%2020.9207%2055.9483%2024.1666%2055.9483%2028.1387C55.9483%2030.0265%2055.2544%2031.7503%2054.1118%2033.0622H58.0603C57.7201%2032.2553%2057.5313%2031.3664%2057.5313%2030.4332C57.5313%2027.2036%2059.7864%2024.5089%2062.7875%2023.877V23.8776Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M47.8729%2020.7326C47.1026%2018.5428%2045.2102%2016.8925%2042.8966%2016.4962C42.6495%2016.4539%2042.3934%2016.4982%2042.1783%2016.629C41.071%2017.3018%2039.7768%2017.689%2038.3941%2017.689C37.0114%2017.689%2035.7179%2017.3012%2034.6099%2016.629C34.3949%2016.4982%2034.1388%2016.4539%2033.8916%2016.4962C30.8546%2017.0162%2028.5417%2019.6953%2028.5417%2022.9217V25.563C29.7248%2024.4314%2031.3194%2023.7377%2033.0744%2023.7377C36.7225%2023.7377%2039.6799%2026.7357%2039.6799%2030.4339C39.6799%2031.367%2039.4912%2032.2559%2039.151%2033.0629H43.0995C41.9569%2031.751%2041.2629%2030.0271%2041.2629%2028.1393C41.2629%2024.2791%2044.1619%2021.1054%2047.8729%2020.7332V20.7326Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M48.606%2034.3423C51.9853%2034.3423%2054.7249%2031.5652%2054.7249%2028.1394C54.7249%2024.7137%2051.9853%2021.9365%2048.606%2021.9365C45.2266%2021.9365%2042.4871%2024.7137%2042.4871%2028.1394C42.4871%2031.5652%2045.2266%2034.3423%2048.606%2034.3423Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M33.0744%2036.014C36.1145%2036.014%2038.579%2033.5157%2038.579%2030.4339C38.579%2027.3521%2036.1145%2024.8538%2033.0744%2024.8538C30.0343%2024.8538%2027.5698%2027.3521%2027.5698%2030.4339C27.5698%2033.5157%2030.0343%2036.014%2033.0744%2036.014Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M64.1369%2036.014C67.177%2036.014%2069.6415%2033.5157%2069.6415%2030.4339C69.6415%2027.3521%2067.177%2024.8538%2064.1369%2024.8538C61.0968%2024.8538%2058.6323%2027.3521%2058.6323%2030.4339C58.6323%2033.5157%2061.0968%2036.014%2064.1369%2036.014Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M37.6675%2040.8582C37.6675%2039.3322%2038.1072%2037.9025%2038.8749%2036.7025C38.3312%2036.4084%2037.7368%2036.1982%2037.107%2036.0928C36.8901%2036.0563%2036.668%2036.1006%2036.4792%2036.2158C35.483%2036.821%2034.3185%2037.1698%2033.0751%2037.1698C31.8317%2037.1698%2030.6672%2036.821%2029.6709%2036.2158C29.477%2036.098%2029.2472%2036.0583%2029.0245%2036.096C26.2924%2036.5639%2024.2119%2038.9736%2024.2119%2041.8766V50.4124C24.2119%2050.7371%2024.4713%2051%2024.7916%2051H37.0878C37.4081%2051%2037.6675%2050.7371%2037.6675%2050.4124V40.8588V40.8582Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M68.1874%2036.096C67.9646%2036.0576%2067.7348%2036.0979%2067.5409%2036.2157C66.5447%2036.8209%2065.3802%2037.1697%2064.1368%2037.1697C62.8934%2037.1697%2061.7289%2036.8209%2060.7326%2036.2157C60.5439%2036.1012%2060.3218%2036.0563%2060.1048%2036.0927C59.4751%2036.1981%2058.88%2036.4083%2058.3369%2036.7024C59.104%2037.9018%2059.5444%2039.3315%2059.5444%2040.8581V50.4117C59.5444%2050.7364%2059.8037%2050.9993%2060.1241%2050.9993H72.4203C72.7406%2050.9993%2072.9999%2050.7364%2072.9999%2050.4117V41.8759C72.9999%2038.9735%2070.9188%2036.5632%2068.1867%2036.0953L68.1874%2036.096Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M53.1078%2034.4334C52.8607%2034.3911%2052.6045%2034.4353%2052.3895%2034.5661C51.2822%2035.239%2049.988%2035.6262%2048.6053%2035.6262C47.2226%2035.6262%2045.9291%2035.2383%2044.8211%2034.5661C44.6061%2034.4353%2044.3499%2034.3911%2044.1028%2034.4334C41.0658%2034.9533%2038.7529%2037.6324%2038.7529%2040.8588V50.4124C38.7529%2050.7371%2039.0123%2051%2039.3326%2051H57.8774C58.1977%2051%2058.457%2050.7371%2058.457%2050.4124V40.8588C58.457%2037.6324%2056.1442%2034.9533%2053.1072%2034.4334H53.1078Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_479_5%22%20x1%3D%220%22%20y1%3D%2256%22%20x2%3D%2290%22%20y2%3D%2256%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230CC4FF%22%2F%3E%3Cstop%20offset%3D%220.505208%22%20stop-color%3D%22%233A91FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236860FF%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22clip0_479_5%22%3E%3Crect%20width%3D%2259%22%20height%3D%2247%22%20fill%3D%22white%22%20transform%3D%22translate(14%204)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table .table-cell[data-spot=available] span {
    display: block;
    width: 10.8vw;
    height: 10vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2254%22%20height%3D%2250%22%20viewBox%3D%220%200%2054%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_319_108)%22%3E%3Cpath%20d%3D%22M26.9875%200V18.6054L0%2034.3002V15.6948L26.9875%200Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%200L0%2034.3052L26.9875%2018.6054V0Z%22%20fill%3D%22%23A6A8AB%22%2F%3E%3Cpath%20d%3D%22M54%2034.3002L26.9875%2018.6054V0L54%2015.6948V34.3002Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052L26.9875%2018.6104L54%2034.3052L26.9875%2050Z%22%20fill%3D%22%23D0D2D3%22%2F%3E%3Cpath%20d%3D%22M54%2015.6948V34.3052L26.9875%2050V31.3896L54%2015.6948Z%22%20fill%3D%22%23ECECEC%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052V15.6948L26.9875%2031.3896V50Z%22%20fill%3D%22%23DDDDDD%22%2F%3E%3Cpath%20d%3D%22M26.9875%200.886685L52.4701%2015.6948L26.9925%2030.503L1.52486%2015.6948L26.9875%200.886685ZM26.9875%200L0%2015.6948L26.9875%2031.3896L53.995%2015.6948L26.9875%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_319_108%22%3E%3Crect%20width%3D%2254%22%20height%3D%2250%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table .table-cell[data-spot=full] span {
    display: block;
    width: 10.8vw;
    height: 10vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2254%22%20height%3D%2250%22%20viewBox%3D%220%200%2054%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_319_147)%22%3E%3Cpath%20d%3D%22M26.9875%200V18.6054L0%2034.3002V15.6948L26.9875%200Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%200L0%2034.3052L26.9875%2018.6054V0Z%22%20fill%3D%22%23A6A8AB%22%2F%3E%3Cpath%20d%3D%22M54%2034.3002L26.9875%2018.6054V0L54%2015.6948V34.3002Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052L26.9875%2018.6104L54%2034.3052L26.9875%2050Z%22%20fill%3D%22%23D0D2D3%22%2F%3E%3Cpath%20d%3D%22M54%2015.6948V34.3052L26.9875%2050V31.3896L54%2015.6948Z%22%20fill%3D%22url(%23paint0_linear_319_147)%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052V15.6948L26.9875%2031.3896V50Z%22%20fill%3D%22%23DDDDDD%22%2F%3E%3Cpath%20d%3D%22M26.9875%200.886685L52.4701%2015.6948L26.9925%2030.503L1.52486%2015.6948L26.9875%200.886685ZM26.9875%200L0%2015.6948L26.9875%2031.3896L53.995%2015.6948L26.9875%200Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M26.9875%2031.3896L0%2015.6948L26.9875%200L54%2015.6948L26.9875%2031.3896Z%22%20fill%3D%22url(%23paint1_linear_319_147)%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_319_147%22%20x1%3D%2254%22%20y1%3D%2232.8474%22%20x2%3D%2226.9875%22%20y2%3D%2232.8474%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23665981%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23C2C2C4%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_319_147%22%20x1%3D%2254%22%20y1%3D%2215.6948%22%20x2%3D%220%22%20y2%3D%2215.6948%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23897F9E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E1E1E2%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22clip0_319_147%22%3E%3Crect%20width%3D%2254%22%20height%3D%2250%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table .table-cell[data-spot=reserved] span {
    display: block;
    width: 10.8vw;
    height: 11.2vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2254%22%20height%3D%2256%22%20viewBox%3D%220%200%2054%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_319_235)%22%3E%3Cpath%20d%3D%22M26.9875%205.96094V24.5808L0%2040.2879V21.668L26.9875%205.96094Z%22%20fill%3D%22url(%23paint0_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M54%2040.2879L26.9875%2024.5808V5.96094L54%2021.668V40.2879Z%22%20fill%3D%22url(%23paint1_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M26.9875%2056L0%2040.2929L26.9875%2024.5858L54%2040.2929L26.9875%2056Z%22%20fill%3D%22%23D0D2D3%22%2F%3E%3Cpath%20d%3D%22M27.1075%2038.5483C35.8383%2038.5483%2042.916%2031.4509%2042.916%2022.6958C42.916%2013.9408%2035.8383%206.84338%2027.1075%206.84338C18.3767%206.84338%2011.299%2013.9408%2011.299%2022.6958C11.299%2031.4509%2018.3767%2038.5483%2027.1075%2038.5483Z%22%20fill%3D%22url(%23paint2_radial_319_235)%22%2F%3E%3Cpath%20d%3D%22M54%2021.6681V40.293L26.9875%2056V37.3752L54%2021.6681Z%22%20fill%3D%22url(%23paint3_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M26.9875%2056L0%2040.293V21.6681L26.9875%2037.3752V56Z%22%20fill%3D%22url(%23paint4_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M26.9875%206.84831L52.4701%2021.668L26.9925%2036.4877L1.52486%2021.668L26.9875%206.84831ZM26.9875%205.96094L0%2021.668L26.9875%2037.3751L53.995%2021.668L26.9875%205.96094Z%22%20fill%3D%22url(%23paint5_linear_319_235)%22%2F%3E%3Cmask%20id%3D%22mask0_319_235%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%228%22%20y%3D%220%22%20width%3D%2239%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M46.5906%200H8.06421V23.6233H46.5906V0Z%22%20fill%3D%22white%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_319_235)%22%3E%3Cpath%20d%3D%22M27.1075%2038.5483C35.8383%2038.5483%2042.916%2031.4509%2042.916%2022.6958C42.916%2013.9408%2035.8383%206.84338%2027.1075%206.84338C18.3767%206.84338%2011.299%2013.9408%2011.299%2022.6958C11.299%2031.4509%2018.3767%2038.5483%2027.1075%2038.5483Z%22%20fill%3D%22url(%23paint6_radial_319_235)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_319_235%22%20x1%3D%220%22%20y1%3D%2223.1269%22%20x2%3D%2226.9875%22%20y2%3D%2223.1269%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232F1D54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23403E46%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_319_235%22%20x1%3D%2226.9875%22%20y1%3D%2223.1269%22%20x2%3D%2254%22%20y2%3D%2223.1269%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232F1D54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232A2831%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22paint2_radial_319_235%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(27.1075%2022.6958)%20scale(15.8085%2015.8525)%22%3E%3Cstop%20stop-color%3D%22%2366D2FE%22%2F%3E%3Cstop%20offset%3D%220.34%22%20stop-color%3D%22%2351A7DD%22%2F%3E%3Cstop%20offset%3D%220.78%22%20stop-color%3D%22%233973B7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233060A8%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22paint3_linear_319_235%22%20x1%3D%2226.9875%22%20y1%3D%2238.8341%22%20x2%3D%2254%22%20y2%3D%2238.8341%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2300E3FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239700FF%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint4_linear_319_235%22%20x1%3D%220%22%20y1%3D%2238.8341%22%20x2%3D%2226.9875%22%20y2%3D%2238.8341%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2366D2FE%22%2F%3E%3Cstop%20offset%3D%220.34%22%20stop-color%3D%22%2351A7DD%22%2F%3E%3Cstop%20offset%3D%220.78%22%20stop-color%3D%22%233973B7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233060A8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint5_linear_319_235%22%20x1%3D%220%22%20y1%3D%2221.668%22%20x2%3D%2254%22%20y2%3D%2221.668%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232F1D54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23403E46%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22paint6_radial_319_235%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(27.1075%2022.6958)%20scale(15.8085%2015.8525)%22%3E%3Cstop%20stop-color%3D%22%2366D2FE%22%2F%3E%3Cstop%20offset%3D%220.34%22%20stop-color%3D%22%2351A7DD%22%2F%3E%3Cstop%20offset%3D%220.78%22%20stop-color%3D%22%233973B7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233060A8%22%2F%3E%3C%2FradialGradient%3E%3CclipPath%20id%3D%22clip0_319_235%22%3E%3Crect%20width%3D%2254%22%20height%3D%2256%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table-contents-guide {
    margin-top: 5.3333333333vw;
  }
  .plan-table-contents-guide > * + * {
    margin-top: 4vw;
  }
  .plan-table-contents-guide__item {
    font-size: 3.7333333333vw;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
  }
  .plan-table-contents-guide__item--flex:nth-child(1)::before {
    background: linear-gradient(90deg, rgb(107, 227, 255) 0%, rgb(0, 135, 255) 39%, rgb(160, 80, 255) 100%);
  }
  .plan-table-contents-guide__item--flex:nth-child(2)::before {
    background: linear-gradient(90deg, rgb(255, 228, 84) 0%, rgb(255, 147, 48) 100%);
  }
  .plan-table-contents-guide__item--flex:nth-child(3)::before {
    background: linear-gradient(90deg, rgb(98, 255, 113) 0%, rgb(56, 138, 74) 100%);
  }
  .plan-table-contents-guide__item--flex::before {
    content: "";
    display: block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 50%;
    margin-right: 1.8666666667vw;
  }
  .plan-table-contents-guide__item--imp:nth-child(1)::before {
    background: linear-gradient(120deg, rgb(107, 227, 255) 0%, rgb(0, 135, 255) 39%, rgb(160, 80, 255) 100%);
    width: 8.8vw;
    height: 5.6vw;
  }
  .plan-table-contents-guide__item--imp:nth-child(2)::before {
    width: 3.7333333333vw;
    height: 5.6vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%2222%22%20viewBox%3D%220%200%2015%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.0915%204.50658C11.0915%206.72631%209.32024%208.51315%207.15073%208.51315C4.98121%208.51315%203.20996%206.7263%203.20996%204.50658C3.20996%202.28685%204.98121%200.5%207.15073%200.5C9.32024%200.5%2011.0915%202.28684%2011.0915%204.50658Z%22%20fill%3D%22white%22%20stroke%3D%22url(%23paint0_linear_319_97)%22%2F%3E%3Cpath%20d%3D%22M10.1567%209.60289C10.2043%209.57392%2010.2667%209.56085%2010.3331%209.57212L10.3331%209.57219C12.2959%209.90859%2013.8002%2011.6459%2013.8002%2013.7476V20.6155H0.5V13.7476C0.5%2011.6459%202.00429%209.9086%203.96708%209.5722C4.03366%209.56079%204.09624%209.57385%204.14393%209.60289L4.1444%209.60318C5.02367%2010.1372%206.05174%2010.446%207.15032%2010.446C8.24868%2010.446%209.27737%2010.1378%2010.1565%209.603L10.1567%209.60289Z%22%20fill%3D%22white%22%20stroke%3D%22url(%23paint1_linear_319_97)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_319_97%22%20x1%3D%227.15073%22%20y1%3D%220%22%20x2%3D%227.15073%22%20y2%3D%229.01315%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230DC4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236763FF%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_319_97%22%20x1%3D%227.15009%22%20y1%3D%229.06812%22%20x2%3D%227.15009%22%20y2%3D%2221.1155%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230DC4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236763FF%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table-contents-guide__item--imp::before {
    content: "";
    display: block;
    margin-right: 1.8666666667vw;
  }
  .plan-table-contents-guide__item--spot:nth-child(1)::before {
    height: 7.4666666667vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2254%22%20height%3D%2250%22%20viewBox%3D%220%200%2054%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_319_108)%22%3E%3Cpath%20d%3D%22M26.9875%200V18.6054L0%2034.3002V15.6948L26.9875%200Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%200L0%2034.3052L26.9875%2018.6054V0Z%22%20fill%3D%22%23A6A8AB%22%2F%3E%3Cpath%20d%3D%22M54%2034.3002L26.9875%2018.6054V0L54%2015.6948V34.3002Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052L26.9875%2018.6104L54%2034.3052L26.9875%2050Z%22%20fill%3D%22%23D0D2D3%22%2F%3E%3Cpath%20d%3D%22M54%2015.6948V34.3052L26.9875%2050V31.3896L54%2015.6948Z%22%20fill%3D%22%23ECECEC%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052V15.6948L26.9875%2031.3896V50Z%22%20fill%3D%22%23DDDDDD%22%2F%3E%3Cpath%20d%3D%22M26.9875%200.886685L52.4701%2015.6948L26.9925%2030.503L1.52486%2015.6948L26.9875%200.886685ZM26.9875%200L0%2015.6948L26.9875%2031.3896L53.995%2015.6948L26.9875%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_319_108%22%3E%3Crect%20width%3D%2254%22%20height%3D%2250%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table-contents-guide__item--spot:nth-child(2)::before {
    height: 7.4666666667vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2254%22%20height%3D%2250%22%20viewBox%3D%220%200%2054%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_319_147)%22%3E%3Cpath%20d%3D%22M26.9875%200V18.6054L0%2034.3002V15.6948L26.9875%200Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%200L0%2034.3052L26.9875%2018.6054V0Z%22%20fill%3D%22%23A6A8AB%22%2F%3E%3Cpath%20d%3D%22M54%2034.3002L26.9875%2018.6054V0L54%2015.6948V34.3002Z%22%20fill%3D%22%23BBBDBF%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052L26.9875%2018.6104L54%2034.3052L26.9875%2050Z%22%20fill%3D%22%23D0D2D3%22%2F%3E%3Cpath%20d%3D%22M54%2015.6948V34.3052L26.9875%2050V31.3896L54%2015.6948Z%22%20fill%3D%22url(%23paint0_linear_319_147)%22%2F%3E%3Cpath%20d%3D%22M26.9875%2050L0%2034.3052V15.6948L26.9875%2031.3896V50Z%22%20fill%3D%22%23DDDDDD%22%2F%3E%3Cpath%20d%3D%22M26.9875%200.886685L52.4701%2015.6948L26.9925%2030.503L1.52486%2015.6948L26.9875%200.886685ZM26.9875%200L0%2015.6948L26.9875%2031.3896L53.995%2015.6948L26.9875%200Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M26.9875%2031.3896L0%2015.6948L26.9875%200L54%2015.6948L26.9875%2031.3896Z%22%20fill%3D%22url(%23paint1_linear_319_147)%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_319_147%22%20x1%3D%2254%22%20y1%3D%2232.8474%22%20x2%3D%2226.9875%22%20y2%3D%2232.8474%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23665981%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23C2C2C4%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_319_147%22%20x1%3D%2254%22%20y1%3D%2215.6948%22%20x2%3D%220%22%20y2%3D%2215.6948%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23897F9E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E1E1E2%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22clip0_319_147%22%3E%3Crect%20width%3D%2254%22%20height%3D%2250%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table-contents-guide__item--spot:nth-child(3)::before {
    height: 8.5333333333vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2254%22%20height%3D%2256%22%20viewBox%3D%220%200%2054%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_319_235)%22%3E%3Cpath%20d%3D%22M26.9875%205.96094V24.5808L0%2040.2879V21.668L26.9875%205.96094Z%22%20fill%3D%22url(%23paint0_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M54%2040.2879L26.9875%2024.5808V5.96094L54%2021.668V40.2879Z%22%20fill%3D%22url(%23paint1_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M26.9875%2056L0%2040.2929L26.9875%2024.5858L54%2040.2929L26.9875%2056Z%22%20fill%3D%22%23D0D2D3%22%2F%3E%3Cpath%20d%3D%22M27.1075%2038.5483C35.8383%2038.5483%2042.916%2031.4509%2042.916%2022.6958C42.916%2013.9408%2035.8383%206.84338%2027.1075%206.84338C18.3767%206.84338%2011.299%2013.9408%2011.299%2022.6958C11.299%2031.4509%2018.3767%2038.5483%2027.1075%2038.5483Z%22%20fill%3D%22url(%23paint2_radial_319_235)%22%2F%3E%3Cpath%20d%3D%22M54%2021.6681V40.293L26.9875%2056V37.3752L54%2021.6681Z%22%20fill%3D%22url(%23paint3_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M26.9875%2056L0%2040.293V21.6681L26.9875%2037.3752V56Z%22%20fill%3D%22url(%23paint4_linear_319_235)%22%2F%3E%3Cpath%20d%3D%22M26.9875%206.84831L52.4701%2021.668L26.9925%2036.4877L1.52486%2021.668L26.9875%206.84831ZM26.9875%205.96094L0%2021.668L26.9875%2037.3751L53.995%2021.668L26.9875%205.96094Z%22%20fill%3D%22url(%23paint5_linear_319_235)%22%2F%3E%3Cmask%20id%3D%22mask0_319_235%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%228%22%20y%3D%220%22%20width%3D%2239%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M46.5906%200H8.06421V23.6233H46.5906V0Z%22%20fill%3D%22white%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_319_235)%22%3E%3Cpath%20d%3D%22M27.1075%2038.5483C35.8383%2038.5483%2042.916%2031.4509%2042.916%2022.6958C42.916%2013.9408%2035.8383%206.84338%2027.1075%206.84338C18.3767%206.84338%2011.299%2013.9408%2011.299%2022.6958C11.299%2031.4509%2018.3767%2038.5483%2027.1075%2038.5483Z%22%20fill%3D%22url(%23paint6_radial_319_235)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_319_235%22%20x1%3D%220%22%20y1%3D%2223.1269%22%20x2%3D%2226.9875%22%20y2%3D%2223.1269%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232F1D54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23403E46%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_319_235%22%20x1%3D%2226.9875%22%20y1%3D%2223.1269%22%20x2%3D%2254%22%20y2%3D%2223.1269%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232F1D54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232A2831%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22paint2_radial_319_235%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(27.1075%2022.6958)%20scale(15.8085%2015.8525)%22%3E%3Cstop%20stop-color%3D%22%2366D2FE%22%2F%3E%3Cstop%20offset%3D%220.34%22%20stop-color%3D%22%2351A7DD%22%2F%3E%3Cstop%20offset%3D%220.78%22%20stop-color%3D%22%233973B7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233060A8%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22paint3_linear_319_235%22%20x1%3D%2226.9875%22%20y1%3D%2238.8341%22%20x2%3D%2254%22%20y2%3D%2238.8341%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2300E3FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239700FF%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint4_linear_319_235%22%20x1%3D%220%22%20y1%3D%2238.8341%22%20x2%3D%2226.9875%22%20y2%3D%2238.8341%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2366D2FE%22%2F%3E%3Cstop%20offset%3D%220.34%22%20stop-color%3D%22%2351A7DD%22%2F%3E%3Cstop%20offset%3D%220.78%22%20stop-color%3D%22%233973B7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233060A8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint5_linear_319_235%22%20x1%3D%220%22%20y1%3D%2221.668%22%20x2%3D%2254%22%20y2%3D%2221.668%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232F1D54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23403E46%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22paint6_radial_319_235%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(27.1075%2022.6958)%20scale(15.8085%2015.8525)%22%3E%3Cstop%20stop-color%3D%22%2366D2FE%22%2F%3E%3Cstop%20offset%3D%220.34%22%20stop-color%3D%22%2351A7DD%22%2F%3E%3Cstop%20offset%3D%220.78%22%20stop-color%3D%22%233973B7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233060A8%22%2F%3E%3C%2FradialGradient%3E%3CclipPath%20id%3D%22clip0_319_235%22%3E%3Crect%20width%3D%2254%22%20height%3D%2256%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .plan-table-contents-guide__item--spot::before {
    content: "";
    display: block;
    margin-right: 1.8666666667vw;
    width: 8vw;
  }
  .plan__catch {
    width: 90.1333333333vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12.2666666667vw;
    text-align: center;
    font-size: 7.4666666667vw;
    font-weight: 700;
    line-height: 1.6071428571;
    color: #007AE5;
  }
  .merit {
    padding: 16vw 0 8.8vw;
  }
  .merit-list {
    width: 89.6vw;
    margin-top: 17.3333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
  .merit-list > * + * {
    margin-top: 13.3333333333vw;
  }
  .merit-item {
    display: grid;
    grid-template-columns: 41.0666666667vw 44.8vw;
    gap: 0 3.4666666667vw;
  }
  .merit-item__fig {
    grid-row: 1/2;
    grid-column: 1/2;
    display: flex;
    align-items: center;
  }
  .merit-item__head {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .merit-item__head .num {
    font-family: "Outfit", sans-serif;
    font-size: 16vw;
    font-weight: 400;
    color: #007AE5;
    opacity: 0.25;
    display: block;
  }
  .merit-item__head .title {
    display: block;
    font-size: 5.6vw;
    font-weight: 700;
    line-height: 1.652173913;
    color: #007AE5;
  }
  .merit-item__desc {
    margin-top: 8.8vw;
    grid-row: 2/3;
    grid-column: 1/3;
    padding: 4.8vw 2.9333333333vw 4.5333333333vw;
    border-radius: 5px;
    border: 1px solid #007AE5;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  .merit-item__comment {
    margin-top: 8vw;
    grid-row: 3/4;
    grid-column: 1/3;
    display: flex;
    align-items: center;
    position: relative;
  }
  .merit-item__comment i {
    display: inline-block;
    width: 12.8vw;
    height: 12.8vw;
    background: url(../images/dsp/check.png) no-repeat;
    background-size: contain;
  }
  .merit-item__comment p {
    width: calc(100% - 18.1333333333vw);
    margin-left: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    font-weight: 500;
    color: #007AE5;
  }
  .merit-item:nth-child(2) {
    grid-template-columns: 44.8vw 41.0666666667vw;
  }
  .merit-item:nth-child(2) .merit-item__fig {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .merit-item:nth-child(2) .merit-item__head {
    grid-column: 1/2;
  }
}