html[lang="ja"] body {
    color: #181818;
    min-width: 375px;
}

span {
    display: inline-block;
}

picture {
    display: block;
}

img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

a {
    display: inline-block;
}

p {
    margin-bottom: 0;
}

html[data-script-enabled=true] .site-footer-02 .seg-primary .scroll-top.is-fixed>a {
    z-index: 90;
}

@media screen and (min-width: 641px) {
    .hover-nomal {
        transition: opacity .5s 0s cubic-bezier(.44,.14,.09,1.02);
    }

    .hover-nomal:hover {
        opacity: .7;
    }
}

/* utility */
.u-en {
    font-family: "Hanken Grotesk", sans-serif;
}

.yu-gothic {
    font-family: "yu-gothic-pr6n", sans-serif;
}

.u-blue {
    color: #286ebe;
}

.u-blue02 {
    color: #002b62;
}

/* layout */
.l-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

.l-inner {
    margin: 0 auto;
    max-width: 1100px;
}

@media screen and (max-width: 1024px) {
    .l-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 640px) {
    .l-inner {
        max-width: 500px;
    }
}

/* common */
.pc-only {
    display: block;
}

.br-pc-only {
    display: inline-block;
}

.tab-only {
    display: none;
}

.sp-only {
    display: none;
}

.br-tab-only {
    display: none;
}

.br-sp-only {
    display: none;
}

@media screen and (max-width: 1024px) {
    .pc-only {
        display: none;
    }

    .tab-only {
        display: block;
    }

    .br-pc-only {
        display: none;
    }

    .br-tab-only {
        display: inline;
    }
}

@media screen and (max-width: 640px) {
    .sp-only {
        display: block;
    }

    .br-sp-only {
        display: inline;
    }
}

.c-h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 32px;
    font-feature-settings: 'palt' on;
}

.c-h2 span {
    position: relative;
}
.c-h2 span::before {
    background-color: #286ebe;
    content: '';
    height: 2px;
    left: -4px;
    position: absolute;
    bottom: -6px;
    width: calc(100% + 8px);
}

.c-h3 {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .01em;
}

@media screen and (max-width: 1040px) {
    .c-h2 {
        font-size: 19px;
        margin-bottom: 21px;
    }

    .p-cta02 .c-h2 {
        font-size: 16px;
    }

    .c-h2 span::before {
        height: 2px;
        left: -2px;
        bottom: 1px;
        width: calc(100% + 4px);
    }

    .c-h3 {
        font-size: 32px;
    }
}

/*===========================================================================*/
/*  float  */
/*===========================================================================*/
.p-float__pc {
    display: flex !important;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: fixed;
    flex-direction: column;
    width: 326px;
    height: 184px;
    border-radius: 17px;
    z-index: 90;
    right: 30px;
    bottom: 60px;
    text-decoration: none;
}
.p-float__pc::before {
    border-radius: 17px;
    background: #F1F5F8;
    box-shadow: 4.718px 4.718px 23.59px 0px rgba(0, 0, 0, 0.25);
    content: '';
    height: calc(100% - 4px);
    left: 2px;
    position: absolute;
    top: 2px;
    width: calc(100% - 4px);
    z-index: 2;
}
.p-float__pc::after {
    border-radius: 19px;
    background: radial-gradient(141.42% 141.42% at 100% 100%, #A0D8AD 0%, #65B3A4 10%, #04127C 65%);
    box-shadow: 4.718px 4.718px 23.59px 0px rgba(0, 0, 0, 0.25);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.p-float__btnPc--txt {
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    z-index: 3;
}
.p-float__btnPc--txt::before {
    background: url('../img/float-txt-left.svg') no-repeat center center/contain;
    content: '';
    height: 25px;
    left: -17px;
    position: absolute;
    bottom: 3px;
    width: 19px;
}
.p-float__btnPc--txt::after {
    background: url('../img/float-txt-right.svg') no-repeat center center/contain;
    content: '';
    height: 25px;
    right: -17px;
    position: absolute;
    bottom: 3px;
    width: 19px;
}

.p-float__btnPc {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    width: 285px;
    height: 62px;
    margin-top: 9px;
    color: #fff;
    border-radius: 100vh;
    border: 2px solid #EB6E00;
    background: #EB6E00;
    box-shadow: 3.022px 317.022px 10.792px 0px rgba(22, 37, 58, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1040px) {
    .p-float__pc {
        display: none !important;
    }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-mv {
    padding-top: min(7.54237vw, 89px);
    padding-bottom: min(7.54237vw, 89px);
    background-color: #F2F6F9;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.p-mv__img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.p-mv__img .--flex{
    display: flex;
    align-items: center;
    gap: 11px;
}

.p-mv__img .--flex figure{
    height: min(25.16949vw, 297px);
}

.p-mv__img .--flex figure img{
    width: auto;
    height: 100%;
}

.p-mv__img .--flex:last-child{
    margin-top: 11px;
}

.p-mv__device{
    position: absolute;
    z-index: 1;
    width: min(23.64406vw, 279px);
    left: calc(50% - min(4.745vw, 56px));
    bottom: min(6.61016vw, 78px);
}

.p-mv__content {
    display: inline-block;
    text-align: center;
}

.p-mv__head .--wrapper01{
    font-feature-settings: 'palt' on;
    display: block;
    font-size: min(2.88135vw, 34px);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.03em;
}

.p-mv__head .--wrapper02 {
    font-feature-settings: 'palt' on;
    display: block;
    margin-top: min(1.01694vw, 12px);
    font-size: min(5vw, 59px);
    font-weight: 700;
    line-height: 125%;
}

.p-mv__btn{
    margin-top: min(5.50847vw, 25px);
}

.p-mv__btn-text p{
    display: inline-block;
    position: relative;
    font-size: min(1.5833vw, 18.683px);
    font-weight: 700;
    line-height: 140%;
}

.p-mv__btn-text p::before,
.p-mv__btn-text p::after{
    content: '';
    aspect-ratio: 18.684 / 24.911;
    width: min(1.5833vw, 18.684px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.p-mv__btn-text p::before{
    background: url('../img/mv-txt-left.svg') no-repeat center center/contain;
    right: calc(100% + 0.53em);
}

.p-mv__btn-text p::after{
    background: url('../img/mv-txt-right.svg') no-repeat center center/contain;
    left: calc(100% + 0.53em);
}

.p-mv__btn .p-cta01__btn{
    margin-top: min(1.01694vw, 12px);
    margin-left: auto;
    margin-right: auto;
    width: min(38.47457vw, 454px);
    font-size: min(2.20338vw, 26px);
    height: min(7.37288vw, 87px);
    max-width: 100%;
}


.p-mv__nums {
    display: inline-flex;
    align-items: center;
    text-align: left;
}

.p-mv__badge {
    width: min(9.23728vw, 109px);
    position: relative;
    z-index: 2;
}

.p-mv__num {
    padding-left: min(1.01694vw, 12px);
    position: relative;
    color: #fff;
}
.p-mv__num::before {
    background: url('../img/mv-badge-deco.svg') no-repeat center center/contain;
    content: '';
    aspect-ratio: 366.59 / 86.662;
    left: -6.77966em;
    font-size: min(1vw, 11.8px);
    position: absolute;
    top: 50%;
    width: min(31.06694vw, 366.59px);
    transform: translate(0, -50%);
}

.p-mv__num .--large {
    font-feature-settings: 'pwid' on, 'palt' on;
    text-shadow: 0.12799em 0.12799em 0.38394em rgba(0, 0, 0, 0.20);
    font-size: min(2.49288vw, 29.416px);
    font-weight: 700;
    line-height: 1.18;
    position: relative;
    margin-right: 2px;
}
.p-mv__num .--large.--02 {
    margin-top: -2px;
    margin-left: 2px;
}

.p-mv__num .--small {
    font-feature-settings: 'pwid' on, 'palt' on;
    text-shadow: 0.12799em 0.12799em 0.38394em rgba(0, 0, 0, 0.20);
    font-size: min(1.55855vw, 18.391px);
    font-weight: 700;
    line-height: 1.18;
    transform: translate(0, -1px);
}

.p-mv__num .--small.--02{
    font-size: min(1.43338vw, 16.914px);
}


@media screen and (max-width: 750px) {
    .p-mv {
        padding-top: 9px;
        padding-bottom: 45px;
         padding-left: 20px;
        padding-right: 20px;
    }

    .p-mv__img{
        position: relative;
        left: initial;
        top: initial;
        transform: initial;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .p-mv__img .--flex{
        gap: 6px;
    }

    .p-mv__img .--flex figure{
        height: 155px;
    }

    .p-mv__img .--flex:last-child{
        margin-top: 5px;
    }

    .p-mv__content {
        display: block;
        margin-top: -28px;
        position: relative;
        z-index: 2;
    }

    .p-mv__content::before{
        content: "";
        width: 100vw;
        left: -20px;
        position: absolute;
        height: 81px;
        background: linear-gradient(0deg, #F2F6F9 22.84%, rgba(242, 246, 249, 0.00) 100%);
        top: -53px;
        z-index: -1 ;
    }

    .p-mv__head{
        margin-bottom: 0;
    }

    .p-mv__head .--wrapper01{
        font-size: 20px;
    }

    .p-mv__head .--wrapper02 {
        margin-top: 8px;
        font-size: 38px;
    }

    .p-mv__btn{
        margin-top: 7px;
    }

    .p-mv__btn-text p{
        font-size: 16px;
    }

    .p-mv__btn-text p::before,
    .p-mv__btn-text p::after{
        width: 12px;
    }

    .p-mv__btn .p-cta01__btn{
        margin-top: 5px;
        width: 100%;
        font-size: 18px;
        height: 62px;
        max-width: 333px;
    }

    .p-mv__badge {
        width: 78px;
    }

    .p-mv__num {
        padding-left: 5px;
    }

    .p-mv__num span{
        transform: translateY(2px);
    }

    .p-mv__num::before {
        left: -50px;
        width: 261.2px;
    }

    .p-mv__num .--large {
        font-size: 20.96px;
        margin-right: 1px;
    }
    .p-mv__num .--large.--02 {
        margin-top: -1px;
        margin-left: 1px;
    }

    .p-mv__num .--small {
        font-size: 13.104px;
        transform: translateY(1px);
    }

    .p-mv__num .--small.--02{
        font-size: 13.05px;
    }
}

/*===========================================================================*/
/*  logo  */
/*===========================================================================*/
.p-logo {
    padding-top: 65px;
    padding-bottom: 65px;
}

/*===========================================================================*/
/*  cta01  */
/*===========================================================================*/
.p-cta01 {
    padding-top: 16px;
    padding-bottom: 16px;
    background: radial-gradient(141.42% 141.42% at 100% 100%, #A0D8AD 0%, #65B3A4 10%, #04127C 65%);
    position: fixed;
    overflow: hidden;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 90;
    color: #fff;
}
.p-cta01::before {
    background: radial-gradient(141.42% 141.42% at 100% 100%, #A0D8AD 0%, #65B3A4 10%, #04127C 65%);
    content: '';
    height: 100vw;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100vw;
}

.p-cta01__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}

.p-cta01__txt {
    font-feature-settings: 'palt' on;
    font-size: 24px;
}

.p-cta01__txt span {
    position: relative;
    padding: 0;
}
.p-cta01__txt span::before {
    background: url('../img/txt-left.svg') no-repeat center center/contain;
    content: '';
    height: 24px;
    left: 0;
    position: absolute;
    bottom: 1px;
    width: 18px;
    opacity: 0;
}
.p-cta01__txt span::after {
    background: url('../img/txt-right.svg') no-repeat center center/contain;
    content: '';
    height: 24px;
    right: 0;
    position: absolute;
    bottom: 1px;
    width: 18px;
    opacity: 0;
}

.p-cta01__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 473px;
    height: 66px;
    text-decoration: none;
    border-radius: 100vh;
    border: 3px solid #D06201;
    background: #EB6E00;
    box-shadow: 7px 7px 25px 0px rgba(22, 37, 58, 0.30);
    padding-bottom: 2px;
    font-feature-settings: 'palt' on;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}

.scroll-top {
    display: none;
}

@media screen and (max-width: 1040px) {
    .p-cta01 {
        position: relative;
        overflow: hidden;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 90;
        color: #fff;
    }

    .p-cta01__inner {
        display: block;
        text-align: center;
    }

    .p-cta01__txt {
        font-size: 16px;
    }

    .p-cta01__txt span {
        padding: 0;
    }
    .p-cta01__txt span::before {
        height: 18px;
        left: -15px;
        width: 13px;
        opacity: 1;
        bottom: 5px;
    }
    .p-cta01__txt span::after {
        height: 18px;
        right: -15px;
        width: 13px;
        opacity: 1;
        bottom: 5px;
    }

    .p-cta01__btn {
        height: 62px;
        font-size: 18px;
        max-width: 335px;
        border: 2px solid #D06201;
        margin: 15px auto 0;
    }
}

@media screen and (max-width: 640px) {
    .p-cta01 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .p-cta01__btn {
        margin-top: 10px;
    }
}

/*===========================================================================*/
/*  sv  */
/*===========================================================================*/
.p-sv {
    padding: 0 30px;
    position: relative;
}

.p-sv__wrapper {
    background-color: #F1F5F8;
    padding: 80px 20px 80px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.p-sv__bg {
    left: calc(50% - 502px);
    position: absolute;
    top: 93px;
    width: 1010px;
}

.p-sv__inner {
    position: relative;
    z-index: 1;
}

.p-sv__head {
    text-align: center;
}

.p-sv__head--txt {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -.03em;
}

.p-sv__head--img {
    max-width: 940px;
    margin: 0 auto;
}

.p-sv__list {
    padding-top: 40px;
    margin: 0 auto;
    max-width: 790px;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.p-sv__list li {
    margin-top: 12px;
    text-align: right;
}
.p-sv__list li:nth-of-type(1) {
    padding-right: 102px;
}
.p-sv__list li:nth-of-type(2) {
    padding-right: 10px;
}
.p-sv__list li:nth-of-type(3) {
    padding-right: 54px;
}

.p-sv__list li span {
    position: relative;
    padding: 15px 20px 15px 46px;
    background-color: #fff;
    border-radius: 15px;
}
.p-sv__list li span::before {
    background: url('../img/check.svg') no-repeat center center/contain;
    content: '';
    height: 22px;
    left: 16px;
    position: absolute;
    top: 16px;
    width: 22px;
}

.p-sv__subsidy{
    margin-top: 65px;
    background: #fff;
    width: 100%;
    max-width: 877px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 31px;
    border-radius: 20px;
}

.p-sv__subsidy--head{
    border-radius: 6px;
    background: #286EBE;
    color: #fff;
    font-size: min(3vw, 26px);
    font-weight: 700;
    line-height: 1.35;
    padding: 12px 0 9px;
    text-align: center;
}

.p-sv__subsidy--txt{
    margin-top: 15px;
    text-align: center;
    font-size: min(2vw, 18px);
    font-weight: 600;
    line-height: 1.35;
}

.p-sv__subsidy--txt span{
    font-size: 10px;
    transform: translateY(-6px);
}

.p-sv__subsidy--main{
    display: flex;
    align-items: center;
    padding-left: 12px;
    padding-right: 35px;
}

.p-sv__subsidy--img{
    width: 43.1%;
}

.p-sv__subsidy--content{
    width: 56.9%;
    padding-left: 4%;
}

.p-sv__subsidy--content .content-text{
    font-size: min(5.6vw, 60px);
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    color: #286EBE;
}

.p-sv__subsidy--content .content-text .--large{
    font-size: 1.6em;
}

.p-sv__subsidy--content .border{
    margin-bottom: 9px;
    position: relative;
    margin-top: -10px;
}

.p-sv__subsidy--content .border::before{
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 100%;
    height: 1px;
    background: #DBDBDB;
}

.p-sv__subsidy--content .border span{
    position: relative;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    padding-right: 4px;
    background: #fff;
}

@media screen and (max-width: 1040px) {
    .p-sv__bg {
        left: calc(50% - 400px);
        position: absolute;
        top: 93px;
        width: 700px;
    }

    .p-sv__head--txt {
        font-size: 20px;
    }

    .p-sv__head--img {
        max-width: 620px;
        margin: 0 auto;
    }

    .p-sv__list {
        font-size: 15px;
    }

    .p-sv__list li span {
        position: relative;
        padding: 10px 12px 10px 34px;
        border-radius: 10px;
    }
    .p-sv__list li span::before {
        height: 15px;
        left: 12px;
        top: 11px;
        width: 15px;
    }
}

@media screen and (max-width: 640px) {
    .p-sv {
        padding: 0 10px;
    }

    .p-sv__wrapper {
        padding: 40px 18px 30px;
        border-radius: 15px;
    }

    .p-sv__bg {
        left: 50%;
        top: 13px;
        width: 336px;
        transform: translate(-50%, 0);
    }

    .p-sv__inner {
        position: relative;
        z-index: 1;
        max-width: 317px;
    }

    .p-sv__head {
        text-align: left;
    }

    .p-sv__head--txt {
        font-size: 18px;
    }

    .p-sv__head--img {
        max-width: 213px;
        margin: 3px 0 0;
    }

    .p-sv__list {
        padding-top: 15px;
    }

    .p-sv__list li {
        margin-top: 10px;
        text-align: left;
    }
    .p-sv__list li:nth-of-type(1) {
        padding-right: 0;
    }
    .p-sv__list li:nth-of-type(2) {
        padding-right: 0;
    }
    .p-sv__list li:nth-of-type(3) {
        padding-right: 0;
    }

    .p-sv__subsidy{
        margin-top: 20px;
        padding: 10px;
        border-radius: 12px;
    }

    .p-sv__subsidy--head{
        border-radius: 6px;
        font-size: 16px;
        padding: 10px 0 10px;
    }

    .p-sv__subsidy--txt{
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.55;
        letter-spacing: -0.03em;
    }

    .p-sv__subsidy--txt span{
        font-size: 10px;
        transform: translateY(-6px);
    }

    .p-sv__subsidy--main{
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .p-sv__subsidy--img{
        width: 100%;
        max-width: 233px;
    }

    .p-sv__subsidy--content{
        width: 100%;
        padding-left: 0;
    }

    .p-sv__subsidy--content .content-text{
        font-size: 37.481px;
    }

    .p-sv__subsidy--content .content-text .--large{
        font-size: 1.6em;
    }

    .p-sv__subsidy--content .border{
        margin-bottom: 9px;
        position: relative;
        margin-top: -10px;
    }

    .p-sv__subsidy--content .border::before{
        top: 12px;
        height: 1px;
    }

    .p-sv__subsidy--content .border span{
        font-size: 11.13px;
        padding-right: 2px;
    }
}

/*===========================================================================*/
/*  case  */
/*===========================================================================*/
.p-case {
    position: relative;
    overflow: hidden;
    padding-top: 115px;
    padding-bottom: 90px;
}

.p-case__imgs--inner.--sp {
    display: none;
}

.p-case__img01 {
    position: absolute;
    width: 279px;
    border-radius: 12px;
    overflow: hidden;
    top: 82px;
    right: calc(50% + 363px);
}
.p-case__img02 {
    position: absolute;
    width: 194px;
    border-radius: 12px;
    overflow: hidden;
    bottom: 97px;
    right: calc(50% + 314px);
    z-index: 1;
}
.p-case__img03 {
    position: absolute;
    width: 243px;
    border-radius: 12px;
    overflow: hidden;
    top: 115px;
    left: calc(50% + 444px);
    z-index: 1;
}
.p-case__img04 {
    position: absolute;
    width: 173px;
    border-radius: 12px;
    overflow: hidden;
    top: 43px;
    left: calc(50% + 346px);
}
.p-case__img05 {
    position: absolute;
    width: 233px;
    border-radius: 12px;
    overflow: hidden;
    bottom: 72px;
    left: calc(50% + 277px);
}

.p-case__head {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.35;
}

.p-case__head .--large {
    font-size: 66px;
    transform: translate(0, 3px);
}

.p-case__txt {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.35;
}

.p-case__caution {
    margin-top: 7px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

.p-case__list {
    padding-top: 30px;
}

.p-case__list li {
    margin-top: 10px;
    text-align: center;
}

.p-case__list--content {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 52px;
}
.p-case__list--content::before {
    background: url('../img/grass-left.png') no-repeat center center/contain;
    content: '';
    height: 112px;
    left: 0;
    position: absolute;
    bottom: 13px;
    width: 46px;
}
.p-case__list--content::after {
    background: url('../img/grass-right.png') no-repeat center center/contain;
    content: '';
    height: 112px;
    right: 0;
    position: absolute;
    bottom: 13px;
    width: 46px;
}

.p-case__list--content .--head {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.p-case__list--content .--nums {
    margin-top: -18px;
    display: flex;
    align-items: center;
    color: #7D6018;
}

.p-case__list--content .--nums .--liner {
    font-size: 88px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: -.02em;
}

.p-case__list--content .--nums .--middle {
    font-size: 55px;
    font-weight: 900;
    line-height: 1;
    transform: translate(0px, 12px);
    margin-left: -5px;
}

.p-case__list--content .--nums .--small {
    font-size: 31px;
    font-weight: 900;
    line-height: 1.1;
    transform: translate(0, 5px);
    margin-left: 3px;
}
.p-case__list--content .--nums .--small.--02 {
    transform: translate(0, 20px);
}

@keyframes imgSlide {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}

@keyframes imgSlide02 {
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(0);
    }
}

@media screen and (max-width: 1040px) {
    .p-case {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .p-case__imgs {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .p-case__imgs--inner {
        display: flex;
        align-items: center;
        gap: 12px;
        animation: imgSlide 28s linear 0s infinite normal forwards running;
    }
    .p-case__imgs--inner.--sp {
        display: flex;
    }

    .p-case__img01 {
        position: relative;
        width: 198px;
        min-width: 198px;
        border-radius: 6px;
        top: unset;
        right: unset;
    }
    .p-case__img02 {
        position: relative;
        width: 173px;
        min-width: 173px;
        border-radius: 6px;
        bottom: unset;
        right: unset;
    }
    .p-case__img03 {
        position: relative;
        width: 198px;
        min-width: 198px;
        border-radius: 6px;
        top: unset;
        left: unset;
    }
    .p-case__img04 {
        position: relative;
        width: 173px;
        min-width: 173px;
        border-radius: 6px;
        top: unset;
        left: unset;
    }
    .p-case__img05 {
        position: relative;
        width: 198px;
        min-width: 198px;
        border-radius: 6px;
        overflow: hidden;
        bottom: unset;
        left: unset;
    }

    .p-case__head {
        font-size: 34px;
        margin-top: 30px;
    }

    .p-case__head .--large {
        font-size: 50px;
        transform: translate(0, 3px);
    }

    .p-case__txt {
        font-size: 20px;
        margin-top: 10px;
    }

    .p-case__caution {
        margin-top: 5px;
        font-size: 10px;
    }

    .p-case__list {
        padding-top: 3px;
    }

    .p-case__list li {
        margin-top: 10px;
    }

    .p-case__list--content {
        padding: 0 30px;
    }
    .p-case__list--content::before {
        height: 66px;
        bottom: 8px;
        width: 27px;
    }
    .p-case__list--content::after {
        height: 66px;
        bottom: 8px;
        width: 27px;
    }

    .p-case__list--content .--head {
        font-size: 12px;
    }

    .p-case__list--content .--nums {
        margin-top: -12px;
    }

    .p-case__list--content .--nums .--liner {
        font-size: 51px;
    }

    .p-case__list--content .--nums .--middle {
        font-size: 32px;
        transform: translate(0px, 7px);
        margin-left: -3px;
    }

    .p-case__list--content .--nums .--small {
        font-size: 18px;
        transform: translate(0, 3px);
        margin-left: 3px;
    }
    .p-case__list--content .--nums .--small.--02 {
        transform: translate(0, 12px);
    }
}

/*===========================================================================*/
/*  logos  */
/*===========================================================================*/
.p-case__logos {
    overflow: hidden;
}

.p-case__logos--wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}
.p-case__logos--wrapper.--02 {
    margin-top: 23px;
}

.p-case__logos--inner {
    display: flex;
    align-items: center;
    gap: 50px;
    height: 78px;
    min-width: 4275px;
    animation: imgSlide 92s linear 0s infinite normal forwards running;
}
.p-case__logos--inner.--02 {
    height: 90px;
    min-width: 4255px;
    animation: imgSlide02 92s linear 0s infinite normal forwards running;
}

.p-case__logos--inner figure {
    width: auto;
    height: 100%;
    min-height: 100%;
}

@media screen and (max-width: 1040px) {
    .p-case__logos--wrapper {
        gap: 28px;
    }
    .p-case__logos--wrapper.--02 {
        margin-top: 13px;
    }

    .p-case__logos--inner {
        gap: 28px;
        height: 45.3px;
        min-width: 2282px;
        animation: imgSlide 92s linear 0s infinite normal forwards running;
    }
    .p-case__logos--inner.--02 {
        height: 52px;
        min-width: 2487px;
        animation: imgSlide02 92s linear 0s infinite normal forwards running;
    }
}

/*===========================================================================*/
/*  reason  */
/*===========================================================================*/
.p-reason {
    padding-top: 130px;
    padding-bottom: 250px;
    position: relative;
    overflow: hidden;
}
.p-reason::before {
    background-color: #F1F5F8;
    content: '';
    height: 153px;
    left: calc(50% + 287px);
    position: absolute;
    top: 85px;
    width: 242px;
    border-radius: 25px;
}
.p-reason::after {
    background-color: #F1F5F8;
    content: '';
    height: 573px;
    right: calc(50% + 348px);
    position: absolute;
    top: 264px;
    width: 355px;
    border-radius: 25px;
}

.p-reason__inner {
    max-width: 1060px;
    position: relative;
    z-index: 2;
}

.p-reason__list01 {
    padding-top: 58px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
}
.p-reason__list01::before {
    background-color: #F1F5F8;
    content: '';
    height: 473px;
    left: calc(50% + 167px);
    position: absolute;
    top: 205px;
    width: 512px;
    border-radius: 25px;
}

.p-reason__list01 li {
    width: calc(25% - 90px/4);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, .05);
    padding: 0 20px 15px;
    position: relative;
    z-index: 2;
}

.p-reason__list01--head {
    background-color: #286ebe;
    text-align: center;
    padding: 4px 5px 5px;
    border-radius: 100vh;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
}

.p-reason__list01--txt {
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 13px;
    line-height: 1.48;
    margin-top: 15px;
}

.p-reason__list01--caution {
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 11px;
    line-height: 1.48;
    margin-top: 5px;
}

.p-reason__list02 {
    padding-top: 157px;
    position: relative;
}
.p-reason__list02::before {
    background-color: #F1F5F8;
    content: '';
    height: 272px;
    right: calc(50% + 257px);
    position: absolute;
    top: 114px;
    width: 435px;
    border-radius: 25px;
}

.p-reason__list02 li {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    position: relative;
    z-index: 2;
}
.p-reason__list02 li:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 20px;
    flex-direction: row-reverse;
}

.p-reason__list02 li::before {
    background-color: #F1F5F8;
    content: '';
    height: 473px;
    left: calc(50% + 167px);
    position: absolute;
    bottom: -132px;
    width: 522px;
    border-radius: 25px;
    z-index: -1;
}
.p-reason__list02 li:nth-of-type(2):before {
    height: 362px;
    left: unset;
    right: calc(50% + 241px);
    bottom: -131px;
    width: 392px;
}
.p-reason__list02 li:nth-of-type(3):before {
    height: 356px;
    left: calc(50% + 218px);
    bottom: -186px;
    width: 461px;
}

.p-reason__list02--txts {
    width: 39.55%;
}

.p-reason__list02--num {
    position: relative;
    padding-left: 38px;
    font-feature-settings: 'palt' on;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.48;
}
.p-reason__list02--num::before {
    background-color: #286ebe;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 31px;
}

.p-reason__list02--head {
    font-feature-settings: 'palt' on;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 35px;
}

.p-reason__list02--txt {
    margin-top: 28px;
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    line-height: 1.7;
}

.p-reason__list02--caution {
    margin-top: 18px;
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 12px;
    line-height: 1.7;
}

.p-reason__list02--img {
    width: 51.75%;
    filter: drop-shadow(20px 20px 50px rgba(94, 101, 108, .10));
}

@media screen and (max-width: 1040px) {
    .p-reason {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p-reason::before {
        height: 77px;
        left: calc(50% + 97px);
        top: 54px;
        width: 123px;
        border-radius: 12px;
    }
    .p-reason::after {
        height: 290px;
        right: calc(50% + 84px);
        top: 214px;
        width: 168px;
        border-radius: 12px;
    }

    .p-reason__list01 {
        padding-top: 20px;
        gap: 10px;
    }
    .p-reason__list01::before {
        height: 239px;
        left: calc(50% + 44px);
        top: unset;
        bottom: -40px;
        width: 259px;
        border-radius: 12px;
    }

    .p-reason__list01 li {
        width: calc(100%/3 - 20px/3);
        padding: 0 8px 15px;
    }

    .p-reason__list01--head {
        font-size: 11px;
    }

    .p-reason__list01--txt {
        font-size: 11px;
        margin-top: 8px;
    }

    .p-reason__list01--caution {
        font-size: 10px;
        margin-top: 6px;
    }

    .p-reason__list02 {
        padding-top: 30px;
    }
    .p-reason__list02::before {
        height: 211px;
        right: unset;
        left: calc(50% + 47px);
        top: unset;
        bottom: 88px;
        width: 274px;
        border-radius: 12px;
    }

    .p-reason__list02 li {
        margin-top: 50px;
        display: block;
        padding-left: 0;
    }
    .p-reason__list02 li:nth-of-type(2n) {
        padding-right: 0;
    }

    .p-reason__list02 li::before {
        height: 168px;
        left: unset;
        right: calc(50% + 42px);
        bottom: unset;
        top: 67px;
        width: 251px;
        border-radius: 12px;
    }
    .p-reason__list02 li:nth-of-type(2):before {
        height: 280px;
        left: calc(50% + 40px);
        right: unset;
        bottom: -131px;
        width: 304px;
    }
    .p-reason__list02 li:nth-of-type(3):before {
        height: 215px;
        left: unset;
        right: calc(50% + 34px);
        bottom: unset;
        top: -42px;
        width: 233px;
    }

    .p-reason__list02--txts {
        width: 100%;
    }

    .p-reason__list02--num {
        padding-left: 28px;
        font-size: 13px;
    }
    .p-reason__list02--num::before {
        width: 22px;
    }

    .p-reason__list02--head {
        font-size: 28px;
        margin-top: 10px;
    }

    .p-reason__list02--txt {
        margin-top: 20px;
        font-size: 16px;
    }

    .p-reason__list02--caution {
        margin-top: 10px;
        font-size: 10px;
    }

    .p-reason__list02--img {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .p-reason__list01 li {
        width: calc(50% - 5px);
    }
}

/*===========================================================================*/
/*  alignment  */
/*===========================================================================*/
.p-alignment {
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
}

.p-alignment::before {
    background-color: #F1F5F8;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: calc(100% - 60px);
    transform: translate(-50%, 0);
    border-radius: 25px;
}

.p-alignment__inner {
    position: relative;
    z-index: 2;
    max-width: 1060px;
}

.p-alignment__txt {
    margin-top: 25px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    line-height: 1.65;
    letter-spacing: .04em;
}

.p-alignment__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 50px;
}

.p-alignment__list li {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding: 5px 5px 5px 193px;
    border-radius: 20px;
    height: 138px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.05);
}

.p-alignment__list li:nth-of-type(11),
.p-alignment__list li:nth-of-type(12){
    padding: 5px 5px 5px 173px;
}

.p-alignment__list li:nth-of-type(3),
.p-alignment__list li:nth-of-type(4),
.p-alignment__list li:nth-of-type(5),
.p-alignment__list li:nth-of-type(6),
.p-alignment__list li:nth-of-type(8),
.p-alignment__list li:nth-of-type(10),
.p-alignment__list li:nth-of-type(11),
.p-alignment__list li:nth-of-type(12) {
    height: 100px;
}

.p-alignment__list li:nth-of-type(9){
    height: 176px;
}

.p-alignment__list li:nth-of-type(3){
    width: calc(65% - 5px);
}

.p-alignment__list li:nth-of-type(4){
    width: calc(35% - 5px);
}

.p-alignment__list li:nth-of-type(5){
    width: calc(53% - 5px);
}

.p-alignment__list li:nth-of-type(6){
    width: calc(47% - 5px);
}

.p-alignment__list li:nth-of-type(10){
    width: calc(33% - 4px);
}
.p-alignment__list li:nth-of-type(11){
    width: calc(33% - 4px);
}
.p-alignment__list li:nth-of-type(12){
    width: calc(33% - 4px);
}

.p-alignment__list li:nth-of-type(3) .p-alignment__list--heads,
.p-alignment__list li:nth-of-type(4) .p-alignment__list--heads,
.p-alignment__list li:nth-of-type(5) .p-alignment__list--heads,
.p-alignment__list li:nth-of-type(6) .p-alignment__list--heads,
.p-alignment__list li:nth-of-type(8) .p-alignment__list--heads,
.p-alignment__list li:nth-of-type(10) .p-alignment__list--heads,
.p-alignment__list li:nth-of-type(11) .p-alignment__list--heads,
.p-alignment__list li:nth-of-type(12) .p-alignment__list--heads {
    height: 80px;
}

.p-alignment__list li:nth-of-type(9) .p-alignment__list--heads{
    height: calc(100% - 20px);
}


.p-alignment__list--heads {
    position: absolute;
    width: 155px;
    height: 118px;
    background-color: #286ebe;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 10px;
    top: 10px;
    color: #fff;
    text-align: center;
}


.p-alignment__list--heads h4 {
    font-feature-settings: 'palt' on;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: .01em;
}

.p-alignment__list--heads p {
    font-feature-settings: 'palt' on;
    font-size: 10px;
    line-height: 1.32;
    letter-spacing: .01em;
    margin-top: 2px;
}

.p-alignment__list--logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16.751px;
}

.p-alignment__list li:nth-of-type(1) .p-alignment__list--logos{
    gap: 0 16.751px;
}

.p-alignment__list--logos figure {
    display: flex;
}

.p-alignment__list li:nth-of-type(1) .p-alignment__list--logos figure {
    height: 41px;
}


.p-alignment__list li:nth-of-type(3) .p-alignment__list--logos figure {
    height: 35px;
}

.p-alignment__list li:nth-of-type(4) .p-alignment__list--logos figure {
    height: 57px;
}

.p-alignment__list li:nth-of-type(5) .p-alignment__list--logos figure {
    height: 28px;
}

.p-alignment__list li:nth-of-type(6) .p-alignment__list--logos figure {
    height: 27px;
}




.p-alignment__list--logos figure img {
    height: 100%;
    width: auto;
}

.p-alignment__head02 {
    margin-top: 63px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .01em;
}

.p-alignment__img {
    margin-top: 67px;
    filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.05));
}

@media screen and (max-width: 1090px) {
    .p-alignment__list li:nth-of-type(10){
        width: calc(50% - 5px);
    }
    .p-alignment__list li:nth-of-type(11){
        width: calc(50% - 5px);
    }
    .p-alignment__list li:nth-of-type(12){
        width: calc(50% - 5px);
    }
}

@media screen and (max-width: 1040px) {
    .p-alignment {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .p-alignment::before {
        width: calc(100% - 20px);
        border-radius: 15px;
    }

    .p-alignment__inner {
        position: relative;
        z-index: 2;
        max-width: 1060px;
    }

    .p-alignment__txt {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.65;
        letter-spacing: .04em;
        text-align: left;
    }

    .p-alignment__list li {
        height: auto;
        min-height: 93px;
    }

    .p-alignment__list li:nth-of-type(9){
        height: auto;
        min-height: 93px;
    }

    .p-alignment__list li:nth-of-type(3), .p-alignment__list li:nth-of-type(4), .p-alignment__list li:nth-of-type(5), .p-alignment__list li:nth-of-type(6), .p-alignment__list li:nth-of-type(8), .p-alignment__list li:nth-of-type(10), .p-alignment__list li:nth-of-type(11), .p-alignment__list li:nth-of-type(12) {
        height: auto;
        min-height: 93px;
    }

    .p-alignment__list li:nth-of-type(3) .p-alignment__list--heads, .p-alignment__list li:nth-of-type(4) .p-alignment__list--heads, .p-alignment__list li:nth-of-type(5) .p-alignment__list--heads, .p-alignment__list li:nth-of-type(6) .p-alignment__list--heads, .p-alignment__list li:nth-of-type(8) .p-alignment__list--heads, .p-alignment__list li:nth-of-type(10) .p-alignment__list--heads, .p-alignment__list li:nth-of-type(11) .p-alignment__list--heads, .p-alignment__list li:nth-of-type(12) .p-alignment__list--heads {
        height: calc(100% - 20px);
    }

    .p-alignment__list--heads {
        top: 50%;
        transform: translate(0, -50%);
        height: calc(100% - 20px);
    }

    .p-alignment__head02 {
        margin-top: 40px;
        font-size: 26px;
    }

    .p-alignment__img {
        margin-top: 20px;
    }
}

@media screen and (max-width: 800px) {
    .p-alignment__inner {
        max-width: 315px;
    }

    .p-alignment__list {
        flex-direction: column;
        gap: 12px;
        padding-top: 20px;
    }

    .p-alignment__list li {
        width: 100%;
        padding: 8px 8px 15px;
        border-radius: 12px;
        height: auto;
        display: block;
    }

    .p-alignment__list li:nth-of-type(11),
    .p-alignment__list li:nth-of-type(12){
        padding: 8px 8px 15px;
    }

    .p-alignment__list li:nth-of-type(3) .p-alignment__list--heads,
    .p-alignment__list li:nth-of-type(4) .p-alignment__list--heads,
    .p-alignment__list li:nth-of-type(5) .p-alignment__list--heads,
    .p-alignment__list li:nth-of-type(6) .p-alignment__list--heads,
    .p-alignment__list li:nth-of-type(8) .p-alignment__list--heads,
    .p-alignment__list li:nth-of-type(9) .p-alignment__list--heads,
    .p-alignment__list li:nth-of-type(10) .p-alignment__list--heads,
    .p-alignment__list li:nth-of-type(11) .p-alignment__list--heads,
    .p-alignment__list li:nth-of-type(12) .p-alignment__list--heads {
        height: 48px;
    }

    .p-alignment__list li:nth-of-type(3),
    .p-alignment__list li:nth-of-type(4),
    .p-alignment__list li:nth-of-type(5),
    .p-alignment__list li:nth-of-type(6),
    .p-alignment__list li:nth-of-type(8),
    .p-alignment__list li:nth-of-type(10),
    .p-alignment__list li:nth-of-type(11),
    .p-alignment__list li:nth-of-type(12) {
        width: 100%;
        height: auto;
    }

    .p-alignment__list--heads {
        position: relative;
        width: 100%;
        height: 48px;
        left: unset;
        top: unset;
        transform: translate(0, 0);
    }


    .p-alignment__list--logos {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
    }


    .p-alignment__list li:nth-of-type(3) .p-alignment__list--logos {
        gap: 18px;
        margin-left: 0;
        padding-top: 23px;
        padding-bottom: 8px;
    }
    .p-alignment__list li:nth-of-type(1) .p-alignment__list--logos figure{
        height: 36px;
    }
    .p-alignment__list li:nth-of-type(1) .p-alignment__list--logos{
        gap: 3px 14px;
    }

    .p-alignment__list li:nth-of-type(2) .p-alignment__list--logos figure img{
        width: auto !important;
        height: 23px;
    }
    .p-alignment__list li:nth-of-type(2) .p-alignment__list--logos figure img.--large{
        height: 30px;
    }

    .p-alignment__list li:nth-of-type(3) .p-alignment__list--logos figure {
        height: 19px;
    }

    .p-alignment__list li:nth-of-type(4) .p-alignment__list--logos figure {
        height: 41px;
    }

    .p-alignment__list li:nth-of-type(5) .p-alignment__list--logos figure {
        height: 21px;
    }

    .p-alignment__list li:nth-of-type(6) .p-alignment__list--logos figure {
        height: 16px;
    }

    .p-alignment__list li:nth-of-type(7) .p-alignment__list--logos figure img{
        height: 23px !important;
    }

    .p-alignment__list li:nth-of-type(8) .p-alignment__list--logos figure img{
        height: 22px !important;
    }

    .p-alignment__list li:nth-of-type(9) .p-alignment__list--logos{
        gap: 10px;
    }

    .p-alignment__list li:nth-of-type(9) .p-alignment__list--logos figure img{
        height: 16px !important;
    }


    .p-alignment__list--logos figure img {
        height: 100%;
        width: auto;
    }

    .p-alignment__list li:nth-of-type(1){
        order: 0;
    }

    .p-alignment__list li:nth-of-type(2){
        order: 0;
    }
    .p-alignment__list li:nth-of-type(6){
        order: 1;
    }

    .p-alignment__list li:nth-of-type(3){
        order: 2;
    }

    .p-alignment__list li:nth-of-type(5){
        order: 2;
    }
    .p-alignment__list li:nth-of-type(4){
        order: 3;
    }
    .p-alignment__list li:nth-of-type(7){
        order: 6;
    }

    .p-alignment__list li:nth-of-type(8){
        order: 7;
    }

    .p-alignment__list li:nth-of-type(9){
        order: 8;
    }

    .p-alignment__list li:nth-of-type(10){
        order: 9;
    }

    .p-alignment__list li:nth-of-type(11){
        order: 10;
    }

    .p-alignment__list li:nth-of-type(12){
        order: 11;
    }
}

/*===========================================================================*/
/*  voice  */
/*===========================================================================*/
.p-voice {
    padding-top: 100px;
    overflow: hidden;
}

.p-voice__inner {
    max-width: 1060px;
}

.p-voice__list--wrapper {
    padding: 55px 0 75px;
    overflow: visible !important;
    position: relative;
}

.p-voice__list {
    display: flex;
    justify-content: space-between;
}

.p-voice__list li {
    width: 31.5%;
}

.p-voice__list--link {
    display: block;
    border-radius: 25px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 20px 20px 56px 0px rgba(35, 48, 64, 0.08);
    height: 100%;
    text-decoration: none;
}

.p-voice__list--img {
    overflow: hidden;
}

.p-voice__list--img img {
    transition: transform .5s;
}

.p-voice__list--txts {
    padding: 15px 25px 25px;
}

.p-voice__list--head {
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .01em;
}

.p-voice__list--name {
    color: #858585;
    font-feature-settings: 'palt' on;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .02em;
    margin-top: 12px;
}

.swiper-pagination {
    display: none;
}

.swiper-slide {
    height: auto;
}

.swiper-slide__box {
    height: 100%;
}

@media screen and (max-width: 1040px) {
    .p-voice {
        padding-top: 60px;
    }

    .p-voice__list--wrapper {
        padding: 25px 20px 86px;
    }

    .p-voice__list {
        display: flex;
        justify-content: space-between;
    }

    .p-voice__list--link {
        border-radius: 16px;
        box-shadow: 10px 10px 30px 0px rgba(35, 48, 64, 0.08);
    }

    .p-voice__list--txts {
        padding: 12px 20px 20px;
    }

    .p-voice__list--head {
        font-size: 16px;
    }

    .p-voice__list--name {
        font-size: 12px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 640px) {
    .p-voice__list li {
        width: 305px !important;
    }

    .swiper-pagination {
        display: flex;
        width: 100%;
        position: absolute;
        align-items: center;
        justify-content: center;
        left: 0 !important;
        bottom: 40px !important;
    }

    .swiper-pagination-bullet {
        background-color: #286EBE !important;
        opacity: .5 !important;
        width: 8px;
        height: 8px;
        border-radius: 100vh;
        margin: 0 6px !important;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1 !important;
    }
}

/*===========================================================================*/
/*  cta02  */
/*===========================================================================*/
.p-cta02 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url('../img/cta-bg.webp') no-repeat center center/cover;
    color: #fff;
}

.p-cta02 .c-h2 span::before {
    background-color: #fff;
}

.p-cta02__btn {
    width: 448px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #D06201;
    background: #EB6E00;
    box-shadow: 7px 7px 25px 0px rgba(22, 37, 58, 0.30);
    border-radius: 100vh;
    font-feature-settings: 'palt' on;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.44;
    color: #fff;
    text-decoration: none;
    margin: 40px auto 0;
    padding-bottom: 3px;
}

.p-cta02__btn span {
    position: relative;
    padding-left: 50px;
}
.p-cta02__btn span::before {
    background: url('../img/icon-mail.svg') no-repeat center center/contain;
    content: '';
    height: 25px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 33px;
}

.p-cta02__txt {
    text-align: center;
    margin-top: 20px;
    font-feature-settings: 'palt' on;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .01em;
}

@media screen and (max-width: 1040px) {
    .p-cta02 {
        padding: 60px 10px;
    }

    .p-cta02__btn {
        width: 297px;
        height: 62px;
        border: 2px solid #D06201;
        font-size: 18px;
        margin: 20px auto 0;
        padding-bottom: 2px;
    }

    .p-cta02__btn span {
        padding-left: 32px;
    }
    .p-cta02__btn span::before {
        height: 17px;
        top: 5px;
        width: 22px;
    }

    .p-cta02__txt {
        margin-top: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .p-cta02 {
        background: url('../img/cta-bg-sp.webp') no-repeat center center/cover;
    }
}

/*===========================================================================*/
/*  compare  */
/*===========================================================================*/
.p-compare {
    padding-top: 135px;
    padding-bottom: 200px;
    overflow: hidden;
}

.p-compare__table {
    margin: 45px auto 0;
    max-width: 1060px;
    filter: drop-shadow(10px 10px 50px rgba(37, 47, 72, 0.10));
}

@media screen and (max-width: 1040px) {
    .p-compare {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .p-compare__table {
        margin: 25px auto 0;
        max-width: 1060px;
        filter: drop-shadow(10px 10px 30px rgba(37, 47, 72, 0.10));
    }
}

@media screen and (max-width: 640px) {
    .p-compare {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .p-compare__table--wrapper {
        overflow-x: scroll;
        padding-bottom: 50px;
    }

    .p-compare__table {
        width: 746px;
        padding: 0 30px;
    }
}

/*===========================================================================*/
/*  flow  */
/*===========================================================================*/
.p-flow {
    padding-bottom: 105px;
}

.p-flow__txt {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    line-height: 1.65;
    letter-spacing: .04em;
    margin-top: 25px;
}

.p-flow__caution {
    margin-top: 15px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .04em;
}

.p-flow__list {
    padding-top: 25px;
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 28px;
}

.p-flow__list li {
    position: relative;
    width: calc(20% - 112px/5);
}

.p-flow__list li::before {
    background: url('../img/flow-tri.png') no-repeat center center/contain;
    content: '';
    height: 19px;
    left: calc(100% + 8px);
    position: absolute;
    top: 58px;
    width: 14px;
}
.p-flow__list li:last-of-type:before {
    display: none;
}

.p-flow__list--img {
    max-width: 157px;
    margin: 0 auto;
}

.p-flow__list--head {
    margin-top: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.p-flow__list--txt {
    margin-top: 20px;
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 13px;
    line-height: 1.48;
}

@media screen and (max-width: 1040px) {
    .p-flow {
        padding-bottom: 60px;
    }

    .p-flow__txt {
        font-size: 16px;
        margin-top: 15px;
    }

    .p-flow__caution {
        margin-top: 10px;
        font-size: 11px;
    }

    .p-flow__list {
        padding-top: 3px;
        max-width: 600px;
        margin: 0 auto;
        display: block;
    }

    .p-flow__list li {
        margin-top: 22px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .p-flow__list li::before {
        background: url('../img/flow-tri-sp.png') no-repeat center center/contain;
        height: 8px;
        left: 39px;
        top: calc(100% + 8px);
        width: 12px;
    }

    .p-flow__list--img {
        width: 90px;
        margin: 0;
    }

    .p-flow__list--txts {
        width: calc(100% - 105px);
    }

    .p-flow__list--head {
        margin-top: 0;
        text-align: left;
        font-size: 16px;
    }

    .p-flow__list--txt {
        margin-top: 8px;
        font-size: 12px;
    }
}

/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.p-faq {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 25px;
    position: relative;
}

.p-faq::before {
    background-color: #F1F5F8;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: calc(100% - 60px);
    transform: translate(-50%, 0);
    border-radius: 25px;
}

.p-faq__inner {
    position: relative;
}

.p-faq__list {
    max-width: 756px;
    padding-top: 30px;
    margin: 0 auto;
}

.p-faq__list li {
    margin-top: 20px;
}

.p-faq__list--question {
    position: relative;
    background-color: #fff;
    padding: 25px 83px 26px;
    border-radius: 20px;
    cursor: pointer;
}

.p-faq__list--question .--num {
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #286ebe;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    left: 30px;
    top: 22px;
}

.p-faq__list--question .--txt {
    font-feature-settings: 'palt' on;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .01em;
}

.p-faq__list--question .--plus {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 30px;
    top: 32px;
}

.p-faq__list--question .--plus::before {
    background-color: #286ebe;
    content: '';
    height: 3px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.p-faq__list--question .--plus::after {
    background-color: #286ebe;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 3px;
    transform: translate(-50%, -50%);
}

.p-faq__list li.js-active .p-faq__list--question .--plus::after {
    opacity: 0;
}

.p-faq__list--answer {
    padding: 20px 0 15px 83px;
    position: relative;
    display: none;
}

.p-faq__list--answer .--num {
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #EB6E00;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    left: 30px;
    top: 20px;
}

.p-faq__list--answer .--txt {
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    line-height: 1.7;
}

@media screen and (max-width: 1040px) {
    .p-faq {
        padding: 60px 30px;
        margin-bottom: 20px;
    }

    .p-faq::before {
        width: calc(100% - 20px);
        border-radius: 15px;
    }

    .p-faq__list {
        max-width: 756px;
        padding-top: 15px;
        margin: 0 auto;
    }

    .p-faq__list li {
        margin-top: 10px;
    }

    .p-faq__list--question {
        padding: 15px 35px 16px 43px;
        border-radius: 14px;
    }

    .p-faq__list--question .--num {
        width: 20px;
        height: 20px;
        font-size: 10px;
        left: 15px;
        top: 17px;
    }

    .p-faq__list--question .--txt {
        font-size: 16px;
    }

    .p-faq__list--question .--plus {
        width: 12px;
        height: 12px;
        right: 15px;
        top: 21px;
    }

    .p-faq__list--question .--plus::before {
        height: 2px;
    }
    .p-faq__list--question .--plus::after {
        width: 2px;
    }

    .p-faq__list--answer {
        padding: 15px 0 10px 43px;
    }

    .p-faq__list--answer .--num {
        width: 20px;
        height: 20px;
        font-size: 10px;
        left: 15px;
        top: 16px;
    }

    .p-faq__list--answer .--txt {
        font-size: 14px;
    }
}

footer {
    position: relative;
    z-index: 89;
}

footer .seg-secondary {
    margin-bottom: 98px;
}

@media screen and (max-width: 1040px) {
    footer .seg-secondary {
        margin-bottom: 90px;
    }
}

/*===========================================================================*/
/*  float  */
/*===========================================================================*/
.p-float {
    display: none;
}

@media screen and (max-width: 1040px) {
    .p-float {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 99;
        background: #04127C;
        padding: 12px 20px;
    }

    .p-float__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 333px;
        height: 62px;
        margin: 0 auto;
        text-decoration: none;
        border-radius: 100vh;
        border: 2px solid #D06201;
        background: #EB6E00;
        box-shadow: 7px 7px 25px 0px rgba(22, 37, 58, 0.30);
        padding-bottom: 2px;
        font-feature-settings: 'palt' on;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        padding-bottom: 2px;
    }
}