html {
    font-family: "Noto Sans JP", sans-serif;
    color: #0c0c0c;
}

body {
    min-width: 390px;
    margin-top: 85px;
}

@media screen and (max-width: 1120px) {
    body {
        margin-top: 66px;
    }
}

main {
    margin: 0 auto;
    background-color: #fff;
}

span {
    display: inline-block;
}

picture {
    display: block;
}

img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

a {
    display: inline-block;
}

@media screen and (min-width: 901px) {
    .hover-nomal {
        transition: opacity .5s 0s cubic-bezier(.44, .14, .09, 1.02);
    }

    .hover-nomal:hover {
        opacity: .7;
    }
}

/* utility */
.u-en {
    font-family: "Nunito Sans", sans-serif;
}

.u-en02 {
    font-family: "Red Hat Display", sans-serif;
}

.u-blue {
    color: #482db5;
}

.--purple {
    color: #482DB5;
}

/* layout */
.l-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

.l-inner {
    margin: 0 auto;
    max-width: 1060px;
}

@media screen and (max-width: 900px) {
    .l-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .l-inner {
        max-width: 500px;
    }
}

/* common */
.pc-only {
    display: block;
}

.br-pc-only {
    display: inline-block;
}

.sp-only {
    display: none;
}

.br-sp-only {
    display: none;
}

@media screen and (max-width: 900px) {
    .pc-only {
        display: none;
    }

    .br-pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .br-sp-only {
        display: inline-block;
    }
}

.c-btn01 {
    width: 312px;
    height: 64px;
    background: linear-gradient(93deg, #765DDA 8.21%, #482DB5 87.23%);
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 7px 7px 43px 0px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    letter-spacing: .01em;
    padding-right: 22px;
    padding-bottom: 2px;
    position: relative;
}

.c-btn01::before {
    background: url('../img/common/btn-arrow-white.svg') no-repeat center center/contain;
    content: '';
    height: 14px;
    right: 18px;
    position: absolute;
    top: 50%;
    width: 15px;
    transform: translate(0, -50%);
}

@media screen and (min-width: 901px) {
    .c-btn01 {
        transition: opacity .5s 0s cubic-bezier(.44, .14, .09, 1.02);
    }

    .c-btn01:hover {
        opacity: .7;
    }
}

@media screen and (max-width: 900px) {
    .c-btn01 {
        width: 307px;
        height: 58px;
        box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.05);
        font-size: 16px;
        padding-right: 13px;
        padding-bottom: 1px;
    }
}

@media screen and (min-width: 901px) {
    footer a {
        transition: opacity .5s 0s cubic-bezier(.44, .14, .09, 1.02);
    }

    footer a:hover {
        opacity: .7;
    }
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 20px 30px;
    z-index: 90;
}

.p-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-header__logo {
    display: flex;
    width: 172px;
    position: relative;
    z-index: 3;
}

.p-header__logo>* {
    transition: opacity .4s;
}

.p-header__logo figure {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.p-header__logo.js-active h1 {
    opacity: 0;
}

.p-header__logo.js-active figure {
    opacity: 1;
}

.p-header__navs {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: .04em;
}

.p-header__navs>li {
    margin-left: 30px;
    position: relative;
}

.p-header__navs>li.--btn {
    margin-left: 27px;
}

.p-header__navs>li.--btn.btn02,
.p-header__navs>li.--btn.btn03 {
    margin-left: 8px;
}

.p-header__navs>li.--btn .hover-nomal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 191px;
    height: 45px;
    border-radius: 100vh;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.47;
    background: linear-gradient(93deg, #765DDA 8.21%, #482DB5 87.23%);
    cursor: pointer;
}

.p-header__navs>li.--btn.btn02 .hover-nomal {
    background: linear-gradient(273deg, #115BFB 2.24%, #118BFB 93.36%);
    width: 160px;
}

.p-header__navs>li.--btn.btn03 .hover-nomal {
    background: linear-gradient(94deg, #FF7A5D 5.17%, #F45633 94.83%);
    width: 160px;
}

.p-header__navs>li.--btn .hover-nomal span {
    position: relative;
    padding-left: 20px;
}

.p-header__navs>li.--btn .hover-nomal span::before {
    background: url('../img/common/icon-tel.svg') no-repeat center center/contain;
    content: '';
    height: 14px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 14px;
    transform: translate(0, -50%);
}

.p-header__navs>li.--btn.btn02 .hover-nomal span {
    padding-left: 22px;
}

.p-header__navs>li.--btn.btn02 .hover-nomal span::before {
    background: url('../img/common/icon-mail.svg') no-repeat center center/contain;
    height: 16px;
    top: 50%;
    width: 16px;
}

.p-header__navs>li.--btn.btn03 .hover-nomal span::before {
    background: url('../img/common/icon-document.svg') no-repeat center center/contain;
    height: 16px;
    top: 50%;
    width: 16px;
}

.p-header__tels {
    position: absolute;
    display: flex;
    /* width: 536px; */
    left: 50%;
    top: 100%;
    z-index: 3;
    padding: 37px 30px 30px;
    transition: opacity .5s;
    opacity: 0;
    pointer-events: none;
    margin: 0 !important;
    transform: translate(-50%, 0);
}

.p-header__navs li.--btn.btn01:hover .p-header__tels {
    opacity: 1;
    pointer-events: all;
}

.p-header__tels::before {
    box-shadow: 6.805px 6.805px 20px rgba(0, 0, 0, 0.19);
    border-radius: 7px;
    left: 0;
    background-color: #fff;
    z-index: 0;
    position: absolute;
    top: 7px;
    content: '';
    width: 100%;
    height: calc(100% - 7px);
    z-index: -1;
}

.p-header__tels::after {
    background: url('../img/common/speech-bubble-white.png') no-repeat center center/contain;
    content: '';
    height: 28px;
    left: calc(50% - 14px);
    position: absolute;
    top: -14px;
    width: 28px;
    z-index: -1;
}

.p-header__tels li {
    width: 50%;
}

.p-header__contactList--head {
    font-weight: 700;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    letter-spacing: 0.009em;
    color: #fff;
}

.p-header__contactList--headTxt {
    padding: 5px 30px;
    background-color: #115bfb;
    border-radius: 100vh;
}

.p-header__tels li:nth-of-type(2) .p-header__contactList--headTxt {
    padding: 5px 20px;
    background-color: #00319b;
}

.p-header__contactList--link {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 145%;
}

.p-header__contactList--link a {
    display: inline-block;
    white-space: nowrap;
    padding-left: 24px;
    position: relative;
}

.p-header__contactList--link a::before {
    background: url('../img/common/icon-tel-navy.svg') no-repeat center center/contain;
    content: '';
    height: 22px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 22px;
}

.p-header__contactList--time {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 1320px) {
    .p-header {
        padding: 20px 15px;
    }

    .p-header__logo {
        width: 150px;
    }

    .p-header__navs>li {
        margin-left: 15px;
    }

    .p-header__navs>li.--btn {
        margin-left: 14px;
    }

    .p-header__navs>li.--btn.btn02,
    .p-header__navs>li.--btn.btn03 {
        margin-left: 5px;
    }

    .p-header__navs {
        font-size: 13px;
    }
}

@media screen and (max-width: 1120px) {
    .p-header {
        padding: 16px 20px;
    }

    .p-header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .p-header__logo {
        width: 118px;
    }

    .p-header__navs--wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 70px 20px 100px;
        background: linear-gradient(124deg, #8F7AE1 6.79%, #482DB5 60.44%);
        transition: opacity .4s;
        pointer-events: none;
        opacity: 0;
        overflow: hidden;
    }

    .p-header__navs--wrapper.js-active {
        pointer-events: all;
        opacity: 1;
    }

    .p-header__navs--wrapper::before {
        background: url('../img/common/hamburger-bg.webp') no-repeat center center/contain;
        content: '';
        height: 392px;
        right: -142px;
        position: absolute;
        top: calc(50% - 37px);
        width: 450px;
    }

    .p-header__navs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.18;
        color: #fff;
    }

    .p-header__navs>li {
        margin-left: 0;
        position: relative;
        margin-top: 35px;
    }

    /* .p-header__navs>li.--btn {
        display: none;
    } */

    .p-header__navs>li.--btn.btn01 {
        display: none;
    }
    .p-header__navs>li.--btn.btn02 {
        margin-left: 0;
        margin-top: 100px;
    }
    .p-header__navs>li.--btn.btn03 {
        margin-left: 0;
        margin-top: 10px;
    }

    .p-header__navs>li.--btn .hover-nomal {
        width: 240px !important;
        height: 52px;
    }

    .p-header__navs>li.--btn .hover-nomal span {
        padding-left: 18px;
    }

    .p-header__navs>li.--btn .hover-nomal span::before {
        background: url('../img/common/icon-tel.svg') no-repeat center center/contain;
        content: '';
        height: 14px;
        left: 0;
        position: absolute;
        top: 50%;
        width: 14px;
        transform: translate(0, -50%);
    }

    .p-header__navs>li.--btn.btn02 .hover-nomal span {
        padding-left: 22px;
    }

    .p-header__navs>li.--btn.btn02 .hover-nomal span::before {
        background: url('../img/common/icon-mail.svg') no-repeat center center/contain;
        height: 16px;
        top: 50%;
        width: 16px;
    }

    .p-header__tels {
        position: absolute;
        display: flex;
        width: 536px;
        left: 50%;
        top: 100%;
        z-index: 3;
        padding: 37px 30px 30px;
        transition: opacity .5s;
        opacity: 0;
        pointer-events: none;
        margin: 0 !important;
        transform: translate(-50%, 0);
    }

    .p-header__navs li.--btn.btn01:hover .p-header__tels {
        opacity: 1;
        pointer-events: all;
    }

    .p-header__tels::before {
        box-shadow: 6.805px 6.805px 20px rgba(0, 0, 0, 0.19);
        border-radius: 7px;
        left: 0;
        background-color: #fff;
        z-index: 0;
        position: absolute;
        top: 7px;
        content: '';
        width: 100%;
        height: calc(100% - 7px);
        z-index: -1;
    }

    .p-header__tels::after {
        background: url('../img/common/speech-bubble-white.png') no-repeat center center/contain;
        content: '';
        height: 28px;
        left: calc(50% - 14px);
        position: absolute;
        top: -14px;
        width: 28px;
        z-index: -1;
    }

    .p-header__tels li {
        width: 50%;
    }

    .p-header__contactList--head {
        font-weight: 700;
        font-size: 14px;
        line-height: 145%;
        text-align: center;
        letter-spacing: 0.009em;
        color: #fff;
    }

    .p-header__contactList--headTxt {
        padding: 5px 30px;
        background-color: #115bfb;
        border-radius: 100vh;
    }

    .p-header__tels li:nth-of-type(2) .p-header__contactList--headTxt {
        padding: 5px 20px;
        background-color: #00319b;
    }

    .p-header__contactList--link {
        text-align: center;
        font-weight: 700;
        font-size: 26px;
        line-height: 145%;
    }

    .p-header__contactList--link a {
        display: inline-block;
        white-space: nowrap;
        padding-left: 24px;
        position: relative;
    }

    .p-header__contactList--link a::before {
        background: url('../img/common/icon-tel-navy.svg') no-repeat center center/contain;
        content: '';
        height: 22px;
        left: 0;
        position: absolute;
        top: 7px;
        width: 22px;
    }

    .p-header__contactList--time {
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.01em;
    }
}

/* hamburger */
.p-hamburger {
    width: 34px;
    height: 34px;
    border-radius: 100vh;
    background: #482db5;
    display: none;
    align-items: center;
    justify-content: center;
}

.p-hamburger__trigger {
    cursor: pointer;
    height: 11px;
    position: relative;
    width: 14px;
    z-index: 99;
}

.p-hamburger__trigger span {
    background-color: #fff;
    border-radius: 100vh;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-border-radius: 100vh;
    -moz-border-radius: 100vh;
    -ms-border-radius: 100vh;
    -o-border-radius: 100vh;
}

.p-hamburger__trigger,
.p-hamburger__trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.p-hamburger__trigger span:nth-of-type(1) {
    top: 0;
}

.p-hamburger__trigger span:nth-of-type(2) {
    top: 5px;
}

.p-hamburger__trigger span:nth-of-type(3) {
    bottom: 0;
}

.p-hamburger__trigger.js-active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-40deg);
    -webkit-transform: translateY(5px) rotate(-40deg);
    -moz-transform: translateY(5px) rotate(-40deg);
    -ms-transform: translateY(5px) rotate(-40deg);
    -o-transform: translateY(5px) rotate(-40deg);
}

.p-hamburger__trigger.js-active span:nth-of-type(2) {
    opacity: 0;
}

.p-hamburger__trigger.js-active span:nth-of-type(3) {
    transform: translateY(-5px) rotate(40deg);
    -webkit-transform: translateY(-5px) rotate(40deg);
    -moz-transform: translateY(-5px) rotate(40deg);
    -ms-transform: translateY(-5px) rotate(40deg);
    -o-transform: translateY(-5px) rotate(40deg);
}

@media screen and (max-width: 1120px) {
    .js-active.p-header__nav {
        opacity: 1;
        pointer-events: all;
    }

    .p-hamburger {
        display: flex;
    }
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer__upper {
    padding: 50px 25px;
    background-color: #08193e;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.p-footer__upper--left {
    width: 360px;
    margin: 0 40px;
    padding-top: 20px;
}

.p-footer__logo {
    width: 301px;
    display: flex;
}

.p-footer__txt--unmber {
    font-weight: 500;
    font-size: 12px;
    line-height: 145%;
    letter-spacing: 0.01em;
    margin-top: 14px;
}

.p-footer__list {
    padding-top: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: 500;
    font-size: 12px;
    line-height: 145%;
    letter-spacing: 0.01em;
}

.p-footer__list li {
    margin-top: 11px;
    padding-left: 16px;
    position: relative;
    width: 165px;
}

.p-footer__list li:nth-of-type(2n) {
    width: 163px;
}

.p-footer__list li::before {
    background: url('../img/common/arrow-white.svg') no-repeat center center/contain;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 7px;
}

.p-footer__list li:last-of-type::before {
    background: url('../img/common/icon-portal.svg') no-repeat center center/contain;
    height: 8px;
    left: -1px;
    position: absolute;
    top: 5px;
    width: 11px;
}

.p-footer__snsList {
    padding: 23px 0 0 81px;
    display: flex;
    position: relative;
}

.p-footer__snsList::before {
    content: 'SHARE';
    font-family: 'Red Hat Display';
    font-weight: 500;
    font-size: 13px;
    line-height: 145%;
    letter-spacing: 0.27em;
    position: absolute;
    left: 0;
    top: 24px;
}

.p-footer__snsList li {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 2px;
}

.p-footer__snsList li::before {
    background-color: #fff;
    opacity: .2;
    content: '';
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.p-footer__snsList li:nth-of-type(1):after {
    background-color: #fff;
    opacity: .2;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.p-footer__snsList li a {
    display: block;
}

.p-footer__snsList li:nth-of-type(1) figure {
    width: 16px;
}

.p-footer__snsList li:nth-of-type(2) figure {
    width: 8px;
}

.p-footer__snsList li:nth-of-type(3) figure {
    width: 16px;
}

.p-footer__snsList li:nth-of-type(4) figure {
    width: 17px;
}

.p-footer__upper--right {
    width: 765px;
    margin: 0 40px;
    padding-top: 20px;
}

.p-footer__contact.pc-only {
    display: flex;
}

.p-footer__contact--left {
    width: 505px;
    padding-right: 39px;
    border-right: 1px solid #fff;
}

.p-footer__contact--head {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
    letter-spacing: 0.01em;
}

.p-footer__contact--list {
    padding-top: 11px;
    display: flex;
    justify-content: space-between;
}

.p-footer__contact--list li {
    width: 226px;
}

.p-footer__contactList--head {
    font-weight: 700;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    letter-spacing: 0.01em;
    border-radius: 100vh;
    background-color: #115bfb;
    padding: 5px;
}

.p-footer__contact--list li:nth-of-type(2) .p-footer__contactList--head {
    background-color: #00319b;
}

.p-footer__contactList--link {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 145%;
}

.p-footer__contactList--link a {
    display: inline-block;
    padding-left: 26px;
    white-space: nowrap;
    position: relative;
}

.p-footer__contactList--link a::before {
    background: url('../img/common/icon-tel.svg') no-repeat center center/contain;
    content: '';
    height: 22px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 22px;
}

.p-footer__contactList--time {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.01em;
}

.p-footer__contact--right {
    width: 257px;
    padding-left: 40px;
}

.p-footer__contact--link02 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-right: 17px;
    background: #FF4A11;
    border-radius: 6px;
    width: 217px;
    height: 54px;
    margin-top: 14px;
    position: relative;
}

.p-footer__contact--link02::before {
    background: url('../img/common/arrow-white.svg') no-repeat center center/contain;
    content: '';
    height: 9px;
    right: 12px;
    position: absolute;
    top: 22px;
    width: 9px;
}

.p-footer__bnrs {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    padding-top: 30px;
}

.p-footer__bnr {
    display: block;
}

.p-footer__bnrs .p-footer__bnr:nth-of-type(1),
.p-footer__bnrs .p-footer__bnr:nth-of-type(3) {
    width: 285px;
}

.p-footer__bnrs .p-footer__bnr:nth-of-type(2) {
    width: 161px;
}

/* .p-footer__bnrs .p-footer__bnr--link {
    width: 297px !important;
} */

.p-footer__lower {
    padding: 27px 25px 25px;
    background-color: #010c25;
}

.p-footer__lower--list {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 145%;
    letter-spacing: 0.01em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.p-footer__lower--list li {
    padding: 0 15px;
    border-right: 1px solid #fff;
}

.p-footer__lower--list li:last-of-type {
    border-right: none;
}

.p-footer__copyRights {
    font-weight: 500;
    font-size: 10px;
    line-height: 145%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #575757;
    margin-top: 15px;
}

@media screen and (max-width: 900px) {
    #footer {
        margin-bottom: 67px;
    }

    .p-footer__upper {
        padding: 80px 25px 60px;
        display: block;
    }

    .p-footer__upper--left {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        padding-top: 0;
    }

    .p-footer__logo {
        width: 208px;
        margin: 0 auto;
    }

    .p-footer__txt--unmber {
        margin-top: 30px;
    }

    .p-footer__list {
        padding-top: 0;
    }

    .p-footer__list li {
        margin-top: 10px;
        width: 165px;
    }

    .p-footer__snsList {
        padding: 30px 0 0 81px;
    }

    .p-footer__snsList::before {
        top: 30px;
    }

    .p-footer__upper--right {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        padding-top: 28px;
    }

    .p-footer__contact.pc-only {
        display: none;
    }

    .p-footer__contact.sp-only {
        display: block;
    }

    .p-footer__contact--left {
        width: 100%;
        padding-right: 0;
        border-right: none;
        padding-bottom: 25px;
        border-bottom: 1px solid #fff;
    }

    .p-footer__contact--head {
        font-size: 16px;
    }

    .p-footer__contact--left .p-footer__contact--head {
        margin-top: 30px;
    }

    .p-footer__contact--right .p-footer__contact--head {
        margin-top: 25px;
    }

    .p-footer__contact--list {
        padding-top: 12px;
        display: flex;
        justify-content: space-between;
    }

    .p-footer__contact--list li {
        width: 165px;
    }

    .p-footer__contactList--head {
        font-size: 11px;
        line-height: 145%;
        padding: 4px;
    }

    .p-footer__contactList--link {
        font-size: 18px;
        margin-top: 3px;
    }

    .p-footer__contactList--link a {
        padding-left: 20px;
    }

    .p-footer__contactList--link a::before {
        height: 16px;
        top: 4px;
        width: 16px;
    }

    .p-footer__contactList--time {
        font-size: 10px;
        line-height: 145%;
        margin-top: 1px;
    }

    .p-footer__contact--right {
        width: 100%;
        padding-left: 0;
    }

    .p-footer__contact--link02 {
        margin: 12px auto 0;
    }

    .p-footer__bnrs {
        padding-top: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }

    .p-footer__bnr {
        display: block;
        margin-bottom: 15px;
        /* margin-top: 7px; */
    }

    .p-footer__bnrs .p-footer__bnr:nth-of-type(1) {
        width: 212px;
    }

    .p-footer__bnrs .p-footer__bnr:nth-of-type(2) {
        width: 120px;
    }

    .p-footer__bnrs .p-footer__bnr:nth-of-type(3),
    .p-footer__bnrs .p-footer__bnr:nth-of-type(4) {
        width: 100%;
    }
    

    .p-footer__lower {
        padding: 30px 25px;
    }

    .p-footer__lower--list {
        font-size: 10px;
        line-height: 225%;
        flex-direction: column;
        align-items: center;
    }

    .p-footer__lower--list li {
        padding: 0;
        border-right: none;
    }

    .p-footer__lower--list li:last-of-type {
        border-right: none;
    }

    .p-footer__copyRights {
        margin-top: 20px;
    }
}

/*===========================================================================*/
/*  float  */
/*===========================================================================*/
.p-float {
    display: none;
}

@media screen and (max-width: 900px) {
    .p-float {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 99;
        transition: opacity .5s;
        opacity: 0;
    }

    .p-float.js-active {
        opacity: 1;
    }

    .p-float__list {
        display: flex;
    }

    .p-float__list>li {
        width: 50%;
        text-align: center;
    }

    .p-float__list>li:nth-of-type(1) {
        background-color: #115bfb;
        border-bottom: 5px solid #0e43b6;
        position: relative;
    }

    .p-float__list>li:nth-of-type(2) {
        background-color: #ff4a11;
        border-bottom: 5px solid #ae2c03;
        padding: 21px 0;
    }

    .p-float__txt--wrapper {
        padding: 21px 0;
        text-align: center;
    }

    .p-float__txt {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        position: relative;
    }

    .p-float__list>li:nth-of-type(1) .p-float__txt {
        padding-left: 26px;
    }

    .p-float__list>li:nth-of-type(2) .p-float__txt {
        padding-left: 23px;
    }

    .p-float__list>li:nth-of-type(1) .p-float__txt::before {
        background: url('../img/common/icon-tel.svg') no-repeat center center/contain;
        content: '';
        height: 18px;
        left: 0;
        position: absolute;
        top: 1px;
        width: 18px;
    }

    .p-float__list>li:nth-of-type(2) .p-float__txt::before {
        background: url('../img/common/icon-mail.svg') no-repeat center center/contain;
        content: '';
        height: 17px;
        left: 0;
        position: absolute;
        top: 2px;
        width: 17px;
    }

    .p-float .p-header__tels {
        display: flex;
        width: 390px;
        left: calc(50% - 97.5px);
        top: -109px;
        z-index: 3;
        padding: 20px 25px;
        transition: opacity .5s;
        opacity: 0;
        pointer-events: none;
        transform: unset;
    }

    .p-float .p-header__tels.js-active {
        opacity: 1;
        pointer-events: all;
    }

    .p-header__tels li {
        width: 50%;
    }

    .p-header__tels::before {
        border-radius: 0;
        top: 0;
        height: 100%;
    }

    .p-header__tels::after {
        transform: rotate(180deg);
        height: 16px;
        left: calc(25% - 8px);
        top: calc(100% - 5px);
        width: 16px;
    }

    .p-header__tels li {
        width: 50%;
    }

    .p-header__contactList--head {
        font-size: 11px;
    }

    .p-header__contactList--headTxt {
        padding: 4px 20px;
    }

    .p-header__tels li:nth-of-type(2) .p-header__contactList--headTxt {
        padding: 4px 11px;
    }

    .p-header__contactList--link {
        font-size: 19px;
    }

    .p-header__contactList--link a {
        padding-left: 21px;
    }

    .p-header__contactList--link a::before {
        height: 16px;
        top: 5px;
        width: 16px;
    }

    .p-header__contactList--time {
        font-size: 10px;
        line-height: 1.45;
        margin-top: 1px;
    }
}

/*===========================================================================*/
/*  cta  */
/*===========================================================================*/
.c-cta {
    padding-top: 92px;
    padding-bottom: 85px;
    background: linear-gradient(124deg, #8F7AE1 6.79%, #482DB5 60.44%);
    overflow: hidden;
    position: relative;
}
.c-cta::before {
    background: url('../img/top/sv-logo.webp') no-repeat center center/contain;
    content: '';
    height: 478px;
    right: -82px;
    position: absolute;
    top: -71px;
    width: 551px;
}

.c-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.c-cta__tags {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.47;
    color: #fff;
    gap: 8px;
}

.c-cta__tag {
    padding: 4px 12px 5px;
    border-radius: 100vh;
    background: rgba(255, 255, 255, .20);
}

.c-cta__head {
    margin-top: 10px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.45;
    color: #fff;
}

.c-cta__btn {
    width: 387px;
    height: 83px;
    background: linear-gradient(94deg, #FF7A5D 5.17%, #F45633 94.83%);
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.45;
}

.c-cta__btn span {
    padding-left: 37px;
    position: relative;
}
.c-cta__btn span::before {
    background: url('../img/common/icon-mail.svg') no-repeat center center/contain;
    content: '';
    height: 27px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 27px;
    transform: translate(0, -50%);
}

@media screen and (max-width: 900px) {
    .c-cta {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .c-cta::before {
        right: unset;
        left: calc(50% - 127px);
        top: -22px;
    }

    .c-cta__inner {
        display: block;
    }
    
    .c-cta__tags {
        font-size: 12px;
        justify-content: center;
    }
    
    .c-cta__tag {
        padding: 3px 10px 4px;
        margin: 0 2px;
    }
    
    .c-cta__head {
        margin-top: 12px;
        font-size: 35px;
        text-align: center;
    }
    
    .c-cta__btn {
        width: 307px;
        height: 64px;
        margin: 12px auto 0;
        font-size: 18px;
    }
    
    .c-cta__btn span {
        padding-left: 31px;
        position: relative;
    }
    .c-cta__btn span::before {
        height: 21px;
        top: calc(50% + 1px);
        width: 21px;
    }
}

/*===========================================================================*/
/*  lower mv  */
/*===========================================================================*/
.c-lowerFv__wrapper {
    position: relative;
    background: linear-gradient(105deg, #8F7AE1 10.4%, #482DB5 60.28%);
    overflow: hidden;
}
.c-lowerFv__wrapper::before {
    background: url('../img/common/mv-logo.webp') no-repeat center center/contain;
    content: '';
    height: 619px;
    left: calc(50% + 67px);
    position: absolute;
    top: -155px;
    width: 710px;
}

.p-breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .08em;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    z-index: 2;
}

.p-breadcrumb::-webkit-scrollbar {
    display: none;
}

.p-breadcrumb__inner {
    max-width: 1160px;
    margin: 0 auto;
}

.p-breadcrumb__list {
    display: flex;
}

.p-breadcrumb__list li {
    padding-right: 24px;
    position: relative;
}

.p-breadcrumb__list li:last-of-type {
    padding-right: 0;
}

.p-breadcrumb__list li::before {
    background: url('../img/common/breadcrumb-arrow.svg') no-repeat center center/contain;
    content: '';
    height: 7px;
    right: 10px;
    position: absolute;
    top: 50%;
    width: 4px;
    transform: translate(0, -50%);
}

.p-breadcrumb__list li:last-of-type::before {
    display: none;
}

.p-breadcrumb__list li a {
    text-decoration: underline;
}

.p-breadcrumb__list li>* {
    white-space: nowrap;
}

@media screen and (max-width: 900px) {
    .c-lowerFv__wrapper::before {
        height: 302px;
        left: calc(50% - 47px);
        top: -38px;
        width: 346px;
    }

    .p-breadcrumb {
        font-size: 10px;
    }

    .p-breadcrumb__list li {
        padding-right: 23px;
    }

    .p-breadcrumb__list li::before {
        right: 9px;
    }
}

.c-lowerFv {
    position: relative;
    overflow: hidden;
    padding-top: 114px;
    padding-bottom: 139px;
}

.c-lowerFv__bg {
    position: absolute;
    width: calc(100% + 214px);
    left: -107px;
    height: 437px;
    bottom: 0;
}

.c-lowerFv__bg img {
    height: 100%;
    object-fit: fill;
}

.c-lowerFv__inner {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.c-lowerFv__headEn {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: .05em;
}

.c-lowerFv__head {
    margin-top: 5px;
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.42;
}

@media screen and (max-width: 900px) {
    .c-lowerFv {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .c-lowerFv__headEn {
        font-size: 16px;
    }

    .c-lowerFv__head {
        font-size: 36px;
    }
}

@media screen and (max-width: 800px) {
    .c-lowerFv::before {
        display: none;
    }

    .c-lowerFv__bg {
        width: 800px;
        left: 50%;
        height: 358px;
        transform: translate(-50%, 0);
    }
}

/*===========================================================================*/
/*  navigation  */
/*===========================================================================*/
.c-navigation {
    padding: 80px 0;
}

.c-navigation__items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 976px;
    margin: 0 auto;
}

.c-navigation__item {
    width: calc((100% - 40px) / 3);
    border: 1px solid #EEEEEE;
    box-shadow: 8px 8px 28px 0px rgba(0, 0, 0, 0.0509803922);
    border-radius: 15px;
}

.c-navigation__item--link {
    padding: 29px 30px 31px 35px;
    color: #313C55;
    position: relative;
    width: 100%;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0.01em;
    font-weight: 700;
    transition: box-shadow .5s 0s cubic-bezier(.44, .14, .09, 1.02);
    border-radius: 15px;
}

.c-navigation__item--link::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 14px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: url('../img/function/arrow-right-purple.svg') no-repeat center center/contain;
}

.c-navigation__item--link:hover {
    box-shadow: 8px 8px 28px 0px rgba(0, 0, 0, 0.22);
}

@media screen and (max-width: 900px) {
    .c-navigation {
        padding: 40px 20px;
        max-width: 375px;
        margin: 0 auto;
    }

    .c-navigation__items {
        width: 100%;
        gap: 8px;
    }

    .c-navigation__item {
        width: 100%;
    }

    .c-navigation__item--link {
        font-size: 16px;
        padding: 19px 25px 20px 25px;
    }

    .c-navigation__item--link:hover {
        box-shadow: none;
    }

    .c-navigation__item--link::after {
        right: 25px;
        background: url('../img/function/arrow-right-purple_sp.svg') no-repeat center center/contain;
    }
}