html { 
    font-family: "Noto Sans JP", serif;
    color: #4a4a4a;
}

body {
    min-width: 375px;
    font-family: "Noto Sans JP", serif;
    color: #4a4a4a;
}

main {
    position: relative;
    overflow: hidden;
    margin-top: 79px;
}

.p-fixBtnWrap {
    display: none;
}

@media screen and (max-width: 900px) {
    main {
        margin-top: 61px;
    }

    body {
        margin-bottom: 49px;
    }
}

header span,
main span {
    display: inline-block;
}

header picture,
main picture {
    display: block;
}

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

header a,
main 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: "Montserrat", sans-serif;
}

.u-color-blue {
    color: #1296bf;
}

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

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

@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;
}

.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;
    }
}

@keyframes slideAnimation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes slideAnimation02 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideAnimation03 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
@keyframes slideAnimation04 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.c-btn {
    width: 286px;
    height: 69px;
    display: flex;
    border-radius: 9px;
    background: linear-gradient(94deg, #E18132 -0.98%, #D90F13 100%);
    box-shadow: 8px 8px 25px 0px rgba(16, 50, 75, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-btn.--02 {
    background: linear-gradient(94deg, #63B0C8 -0.98%, #3B6ED4 100%);
}

.c-btn span {
    color: #fff;
    font-feature-settings: 'palt' on;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .04em;
    position: relative;
    padding-left: 30px;
}
.c-btn span::before {
    background: url('../img/icon-download.svg') no-repeat center center/contain;
    content: '';
    height: 21px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 20px;
}
.c-btn.--02 span::before {
    background: url('../img/icon-contact.svg') no-repeat center center/contain;
    height: 18px;
    top: 6px;
    width: 24px;
}

.c-subHead {
    text-align: center;
    font-feature-settings: 'calt' off;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
}

.c-h2 {
    margin-top: 20px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .04em;
}

@media screen and (max-width: 900px) {
    .c-btn {
        width: 100%;
        max-width: 335px;
        height: 60px;
    }
    
    .c-btn span {
        font-size: 17px;
        padding-left: 25px;
    }
    .c-btn span::before {
        height: 18px;
        top: 4px;
        width: 17px;
    }
    .c-btn.--02 span::before {
        height: 16px;
        top: 4px;
        width: 21px;
    }

    .c-subHead {
        font-size: 13px;
    }
    
    .c-h2 {
        margin-top: 15px;
        font-size: 30px;
    }
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 11px 30px;
    background-color: #fff;
    box-shadow: 12px 12px 34px 0px rgba(70, 142, 137, 0.09);
    z-index: 99;
}

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

.p-header__logo {
    display: flex;
    width: 236px;
}

.p-header__btns {
    display: flex;
    gap: 7px;
}

.p-header__btn {
    width: 222px;
    height: 52px;
    border-radius: 9px;
    background: linear-gradient(94deg, #E18132 -0.98%, #D90F13 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-header__btns .p-header__btn:nth-of-type(2) {
    background: linear-gradient(94deg, #63B0C8 -0.98%, #3B6ED4 100%);
}

.p-header__btn span {
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .04em;
    color: #fff;
    position: relative;
    padding-left: 27px;
}
.p-header__btn span::before {
    background: url('../img/icon-download.svg') no-repeat center center/contain;
    content: '';
    height: 19px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 18px;
}
.p-header__btns .p-header__btn:nth-of-type(2) span::before {
    background: url('../img/icon-contact.svg') no-repeat center center/contain;
    height: 15px;
    top: 6px;
    width: 20px;
}

@media screen and (max-width: 900px) {
    .p-header {
        padding: 10px 15px;
    }
    
    .p-header__logo {
        width: 173px;
    }
    
    .p-header__btns {
        display: none;
    }
}

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

@media screen and (max-width: 900px) {
    .p-float__btns {
        display: flex;
        padding: 0 2px;
        gap: 2px;
        position: fixed;
        width: 100%;
        z-index: 99;
        left: 0;
        bottom: 0;
    }

    .p-float__btn {
        width: calc(50% - 1px);
        height: 49px;
        border-radius: 4px 4px 0 0;
        background: linear-gradient(94deg, #E18132 -0.98%, #D90F13 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-feature-settings: 'palt' on;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: .04em;
    }
    .p-float__btns .p-float__btn:nth-of-type(2) {
        background: linear-gradient(94deg, #63B0C8 -0.98%, #3B6ED4 100%);
    }

    .p-float__btn span {
        position: relative;
        padding-left: 20px;
    }
    .p-float__btn span::before {
        background: url('../img/icon-download.svg') no-repeat center center/contain;
        content: '';
        height: 15px;
        left: 0;
        position: absolute;
        top: 4px;
        width: 14px;
    }
    .p-float__btns .p-float__btn:nth-of-type(2) span::before {
        background: url('../img/icon-contact.svg') no-repeat center center/contain;
        height: 12px;
        top: 5px;
        width: 17px;
    }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-mv {
    padding-top: 78px;
    padding-bottom: 87px;
    background: url('../img/mv-bg.webp') no-repeat center center/cover;
    position: relative;
    overflow: hidden;
}
.p-mv.--02 {
    padding-top: 104px;
    padding-bottom: 106px;
}
.p-mv.--03 {
    padding-top: 89px;
    padding-bottom: 88px;
}

.p-mv__inner {
    max-width: 1240px;
}

.p-mv__head {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.p-mv__head .--wrapper01 {
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.p-mv__head .--wrapper01 .u-en {
    font-feature-settings: 'calt' off;
    font-size: 43px;
    font-weight: 600;
    line-height: 1;
}

.p-mv__head .--wrapper01 .--ja {
    font-feature-settings: 'palt' on;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.39;
    letter-spacing: .04em;
    transform: translate(0, -2px);
}

.p-mv__head .--wrapper02 {
    font-feature-settings: 'palt' on;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: .04em;
}

.p-mv__head .--wrapper03 {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin-top: 8px;
}

.p-mv__head .--wrapper03 .--ja {
    font-feature-settings: 'palt' on;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .04em;
}

.p-mv__head .--wrapper03 .u-en {
    font-feature-settings: 'palt' on;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .04em;
}

.p-mv__head .--wrapper04 .--inner {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 11px 5px 15px;
    color: #fff;
    background-color: #1296BF;
    border-radius: 8px 8px 8px 0;
    position: relative;
}
.p-mv__head .--wrapper04 .--inner::before {
    background: url('../img/mv-bubble-tri.png') no-repeat center center/contain;
    content: '';
    height: 12px;
    left: 0;
    position: absolute;
    bottom: -5px;
    width: 23px;
}

.p-mv__head .--wrapper04 .u-en {
    font-feature-settings: 'calt' off;
    font-size: 33px;
    font-weight: 600;
    line-height: 1;
}

.p-mv__head .--wrapper04 .--ja {
    font-feature-settings: 'palt' on;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.39;
    letter-spacing: .04em;
    transform: translate(0, -1px);
}

.p-mv__head .--wrapper05 {
    margin-top: 8px;
    font-feature-settings: 'palt' on;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.32;
    letter-spacing: .02em;
}

.p-mv__head .--wrapper06 {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
}

.p-mv__head .--wrapper06 .--inner,
.p-mv__head .--wrapper08 .--inner {
    display: inline-flex;
    align-items: center;
    padding: 5px 20px 7px;
    background-color: #fff;
    border-radius: 100vh;
    border: 1px solid #D6EAF1;
    box-shadow: 7px 7px 17px 0px rgba(197, 203, 220, 0.25);
    color: #1296bf;
}

.p-mv__head .--wrapper06 .--inner .--smallEn,
.p-mv__head .--wrapper08 .--inner .--smallEn {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    margin-right: 2px;
    transform: translate(0, 1px);
}

.p-mv__head .--wrapper06 .--inner .--smallJa,
.p-mv__head .--wrapper08 .--inner .--smallJa {
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
    margin-right: 6px;
}

.p-mv__head .--wrapper06 .--inner .--largeEn,
.p-mv__head .--wrapper08 .--inner .--largeEn {
    font-feature-settings: 'palt' on;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.01em;
}

.p-mv__head .--wrapper06 .--inner .--largeJa,
.p-mv__head .--wrapper08 .--inner .--largeJa {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    transform: translate(0, 1px);
}

.p-mv__head .--wrapper06 .--ja {
    font-feature-settings: 'palt' on;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.32;
    letter-spacing: .02em;
}

.p-mv__head .--wrapper07 {
    font-feature-settings: 'palt' on;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: .04em;
}

.p-mv__head .--wrapper08 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.p-mv__head .--wrapper08 .--wrapper1 {
    font-feature-settings: 'palt' on;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: .04em;
}

.p-mv__head .--wrapper08 .--wrapper2 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.p-mv__head .--wrapper08 .--wrapper2 .--ja {
    font-feature-settings: 'palt' on;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: .04em;
}

.p-mv__head .--wrapper09 {
    color: #1296bf;
    font-feature-settings: 'palt' on;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: .04em;
}

.p-mv__subHead {
    position: relative;
    z-index: 2;
    max-width: 570px;
    margin-top: 18px;
}

.p-mv__badges {
    margin-top: 17px;
    display: flex;
    gap: 9px;
    position: relative;
    z-index: 2;
}

.p-mv__badges li {
    width: 286px;
}
.p-mv__badges li:nth-of-type(2) {
    width: 289px;
}

.p-mv__btns {
    display: flex;
    gap: 13px;
    margin-top: 26px;
    position: relative;
    z-index: 2;
}

.p-mv__img {
    position: absolute;
    bottom: 0;
    width: 696px;
    left: 50%;
}

@media screen and (max-width: 900px) {
    .p-mv {
        padding: 30px 5px 0;
        background: unset;
        background-color: #fbf1e9;
    }
    .p-mv::before {
        background-color: #fff;
        content: '';
        height: 152px;
        left: 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 0;
    }

    .p-mv.--02 {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .p-mv.--03 {
        padding-top: 40px;
        padding-bottom: 0;
    }
    
    .p-mv__head {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .p-mv__head .--wrapper01 {
        gap: 3px;
    }
    
    .p-mv__head .--wrapper01 .u-en {
        font-size: 24px;
    }
    
    .p-mv__head .--wrapper01 .--ja {
        font-size: 20px;
        transform: translate(0, 0);
    }
    
    .p-mv__head .--wrapper02 {
        font-size: 26px;
    }
    
    .p-mv__head .--wrapper03 {
        gap: 1px;
    }
    
    .p-mv__head .--wrapper03 .--ja {
        font-size: 18px;
        transform: translate(0, -1px);
    }
    
    .p-mv__head .--wrapper03 .u-en {
        font-size: 20px;
    }

    .p-mv__head .--wrapper04 .--inner {
        gap: 3px;
        padding: 3px 8px 4px 10px;
        border-radius: 6px 6px 6px 0;
    }
    .p-mv__head .--wrapper04 .--inner::before {
        bottom: -4px;
    }
    
    .p-mv__head .--wrapper04 .u-en {
        font-size: 22px;
    }
    
    .p-mv__head .--wrapper04 .--ja {
        font-size: 17px;
        transform: translate(0, 0);
    }
    
    .p-mv__head .--wrapper05 {
        margin-top: 3px;
        font-size: 27px;
    }
    
    .p-mv__head .--wrapper06 {
        flex-direction: column;
        justify-content: center;
        gap: 2px;
        margin-top: 4px;
    }
    
    .p-mv__head .--wrapper06 .--inner,
    .p-mv__head .--wrapper08 .--inner {
        padding: 4px 15px 5px;
    }
    
    .p-mv__head .--wrapper06 .--inner .--smallEn,
    .p-mv__head .--wrapper08 .--inner .--smallEn {
        font-size: 27px;
        transform: translate(0, 1px);
    }
    
    .p-mv__head .--wrapper06 .--inner .--smallJa,
    .p-mv__head .--wrapper08 .--inner .--smallJa {
        font-size: 23px;
        margin-right: 4px;
    }
    
    .p-mv__head .--wrapper06 .--inner .--largeEn,
    .p-mv__head .--wrapper08 .--inner .--largeEn {
        font-size: 38px;
    }
    
    .p-mv__head .--wrapper06 .--inner .--largeJa,
    .p-mv__head .--wrapper08 .--inner .--largeJa {
        font-size: 22px;
        transform: translate(0, 1px);
    }
    
    .p-mv__head .--wrapper06 .--ja {
        font-size: 27px;
    }

    .p-mv__head .--wrapper07 {
        font-size: 27px;
    }
    
    .p-mv__head .--wrapper08 {
        flex-direction: column;
        justify-content: center;
    }
    
    .p-mv__head .--wrapper08 .--wrapper1 {
        font-size: 27px;
    }
    
    .p-mv__head .--wrapper08 .--wrapper2 {
        gap: 3px;
    }
    
    .p-mv__head .--wrapper08 .--wrapper2 .--ja {
        font-size: 27px;
    }
    
    .p-mv__head .--wrapper09 {
        margin-top: 3px;
        font-size: 27px;
    }
    
    .p-mv__subHead {
        max-width: 278px;
        margin: 7px auto 0;
    }
    
    .p-mv__badges {
        margin-top: 7px;
        justify-content: center;
        gap: 4px;
    }
    
    .p-mv__badges li {
        width: 150px;
    }
    .p-mv__badges li:nth-of-type(2) {
        width: 151px;
    }
    
    .p-mv__btns {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: 237px;
    }
    
    .p-mv__img {
        bottom: 152px;
        width: 100%;
        max-width: 450px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

/*===========================================================================*/
/*  logos  */
/*===========================================================================*/
.p-logos {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-logos__img {
    max-width: 953px;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .p-logos {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .p-logos__img {
        max-width: 325px;
    }
}

.p-aboutIssues {
    position: relative;
}
.p-aboutIssues::before {
    background: linear-gradient(180deg, #EDF5F6 0%, rgba(238, 251, 252, 0.00) 100%);
    content: '';
    height: calc(100% - 267px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*===========================================================================*/
/*  about  */
/*===========================================================================*/
.p-about {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 100px;
}

.p-about__img {
    position: absolute;
    width: 1138px;
    top: 87px;
    left: calc(50% - 55px);
    transform: translate(-50%, 0);
    z-index: 1;
}

.p-about__bgTxt {
    position: absolute;
    white-space: nowrap;
    top: 207px;
    left: 50%;
    color: #fff;
    font-feature-settings: 'calt' off;
    font-size: 200px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .01em;
    transform: translate(-50%, 0);
}

.p-about__inner {
    position: relative;
    z-index: 2;
}

.p-about__txt {
    margin-top: 15px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: .04em;
}

.p-about__btns {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    gap: 13px;
}

@media screen and (max-width: 900px) {
    .p-about {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .p-about .c-h2 {
        font-size: 24px;
    }
    
    .p-about__img {
        width: 386px;
        top: 4px;
        left: calc(50% + 18px);
    }
    
    .p-about__bgTxt {
        top: 77px;
        font-size: 100px;
    }
    
    .p-about__txt {
        margin-top: 18px;
        text-align: left;
        font-size: 15px;
    }
    
    .p-about__btns {
        margin-top: 25px;
        align-items: center;
        flex-direction: column;
        gap: 12px;
    }
}

/*===========================================================================*/
/*  issues  */
/*===========================================================================*/
.p-issues {
    position: relative;
    z-index: 2;
    padding-top: 75px;
    padding-bottom: 80px;
    overflow: hidden;
}

.p-issues::before {
    border-radius: 30px;
    background: linear-gradient(111deg, #1A4458 9.82%, #2F7F97 88.19%);
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: calc(100% - 40px);
    max-width: 1400px;
    transform: translate(-50%, 0);
}

.p-issues__inner {
    position: relative;
    z-index: 2;
}

.p-issues .c-subHead {
    color: #fff;
    opacity: .4;
}

.p-issues .c-h2 {
    color: #fff;
}

.p-issues__list {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
}

.p-issues__list li {
    width: calc(50% - 15px);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 12px 12px 50px 0px rgba(49, 49, 102, 0.23);
    min-height: 151px;
    padding: 24px 150px 24px 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
.p-issues__list li::before {
    background: url('../img/issue-img01.webp') no-repeat center center/contain;
    content: '';
    height: 155px;
    right: 21px;
    position: absolute;
    bottom: 0;
    width: 176px;
}
.p-issues__list li:nth-of-type(2):before {
    background: url('../img/issue-img02.webp') no-repeat center center/contain;
    height: 160px;
    right: -5px;
    width: 196px;
}
.p-issues__list li:nth-of-type(3):before {
    background: url('../img/issue-img03.webp') no-repeat center center/contain;
    height: 171px;
    right: 26px;
    width: 189px;
}
.p-issues__list li:nth-of-type(4):before {
    background: url('../img/issue-img04.webp') no-repeat center center/contain;
    height: 151px;
    right: 22px;
    width: 128px;
}

.p-issues__list--head {
    font-feature-settings: 'palt' on;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.34;
    letter-spacing: .04em;
    color: #fff;
    position: relative;
    z-index: 2;
}
.p-issues__list--head span.--yellow {
    color: #ffee81;
    display: inline;
}

.p-issues__list li:nth-of-type(3) .p-issues__list--head {
    font-size: 20px;
}

.p-issues__list--txt {
    font-feature-settings: 'palt' on;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.48;
    letter-spacing: .04em;
    color: #fff;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 900px) {
    .p-issues {
        padding: 50px 30px;
    }
    
    .p-issues::before {
        border-radius: 20px;
        width: calc(100% - 20px);
    }
    
    .p-issues__list {
        margin-top: 25px;
        column-gap: 0;
        row-gap: 12px;
    }
    
    .p-issues__list li {
        width: 100%;
        border-radius: 20px;
        min-height: unset;
        padding: 20px 20px 20px 127px;
        gap: 7px;
    }
    .p-issues__list li:nth-of-type(2n) {
        padding: 20px 127px 20px 20px;
        gap: 7px;
    }
    .p-issues__list li::before {
        height: 119px;
        right: unset;
        left: -15px;
        width: 135px;
    }
    .p-issues__list li:nth-of-type(2):before {
        height: 124px;
        left: unset;
        right: -33px;
        width: 152px;
    }
    .p-issues__list li:nth-of-type(3):before {
        height: 157px;
        left: -44px;
        width: 173px;
    }
    .p-issues__list li:nth-of-type(4):before {
        height: 123px;
        left: unset;
        right: 13px;
        width: 105px;
    }
    
    .p-issues__list--head {
        font-size: 17px;
    }
    
    .p-issues__list li:nth-of-type(3) .p-issues__list--head {
        font-size: 17px;
    }
    
    .p-issues__list--txt {
        font-size: 12px;
    }
}

/*===========================================================================*/
/*  WhyChooseUs  */
/*===========================================================================*/
.p-WhyChooseUs{
    background: linear-gradient(to top, #EDF5F6 80%, #fff 100%);
    padding-top: 120px;
    padding-bottom: 114px;
}

.p-WhyChooseUs__head{
    font-feature-settings: 'palt' on;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: .04em;
    padding-top: 24px;
    text-align: center;
    line-height: 1;
}

.p-WhyChooseUs__head span{
    font-size: 47px;
    font-weight: 700;
    letter-spacing: .04em;
}

.p-WhyChooseUs__list{
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.p-WhyChooseUs__list>li {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 51px;
}

.p-WhyChooseUs__list>li:nth-of-type(2n){
    flex-direction: row;
}

.p-WhyChooseUs__list--img{
    width: calc(50% - 8px);
    overflow: hidden;
    border-radius: 20px;
}

.p-WhyChooseUs__list--txt--inner{
    width: calc(50% - 35px);
}

.p-WhyChooseUs__list--num{
    color: #9BB6B9;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    padding-left: 14.79px;
    position: relative;
}

.p-WhyChooseUs__list--num::before {
    content: '';
    display: inline-block; 
    width: 5px;
    height: 5px; 
    border-radius: 50%; 
    background-color: #00BFD3;
    position: absolute;
    left: 0;
    top: 6px;
}

.p-WhyChooseUs__list--head{
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.45;
    padding-top: 25px;
}

.p-WhyChooseUs__list--txt{
    margin-top: 25px;
    padding-top: 25px;
    border-top-style: solid;
    border-top-width: 1px;
    border-image: linear-gradient(to left, #9BB6B9 14%, #9BB6B9 86%, #1296BF 14%, #1296BF 86%) 1;
    border-image-slice: 1;
    padding-left: 25px;
    position: relative;
}

.p-WhyChooseUs__list--txt li{
    font-feature-settings: 'calt' off;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
}

.p-WhyChooseUs__list--txt li::before {
    content: '';
    width: 5px;
    height: 5px; 
    border-radius: 50%; 
    background-color: #3B3B3B;
    position: absolute;
    left: -17.5px;
    top: 10px;
}

@media screen and (max-width: 900px) {
    .p-WhyChooseUs{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .p-WhyChooseUs__subHead{
        font-size: 13px;
    }
    
    .p-WhyChooseUs__head{
        font-size: 30px;
        padding-top: 14px;
    }
    
    .p-WhyChooseUs__head span{
        font-size: 32px;
    }
    
    .p-WhyChooseUs__list{
        padding-top: 30px;
        gap: 30px;
    }
    
    .p-WhyChooseUs__list>li{
        flex-direction: column;
        gap: 18px;
    }
    
    .p-WhyChooseUs__list>li:nth-of-type(2n){
        flex-direction: column;
    }
    
    .p-WhyChooseUs__list--img{
        width: 100%;
    }
    
    .p-WhyChooseUs__list--txt--inner{
        width: 100%;
    }
    
    .p-WhyChooseUs__list--num{
        font-size: 12px;
        padding-left: 11px;
    }
    
    .p-WhyChooseUs__list--num::before{
        top: 5px;
    }
    
    .p-WhyChooseUs__list--head{
        font-size: 22px;
        padding-top: 8px;
    }
    
    .p-WhyChooseUs__list--txt{
        margin-top: 15px;
        padding-top: 15px;
        border-image: none;
        border: none;
        padding-left: 22px;
    }

    .p-WhyChooseUs__list--txt::before{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 500px;
        height: 1px;
        background-image: linear-gradient(to left, #DADADA 75px, #DADADA 425px, #1296BF 75px, #1296BF 425px);
        transform: translateY(-50%);
    }
    
    .p-WhyChooseUs__list--txt li{
        font-size: 14px;
    }
    
    .p-WhyChooseUs__list--txt li::before {
        width: 4px;
        height: 4px; 
    }
}

/*===========================================================================*/
/*  plan  */
/*===========================================================================*/
.p-plan {
    padding-top: 120px;
    padding-bottom: 100px;
}

.p-plan__txt {
    margin-top: 30px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .04em;
}

.p-plan__table--wrapper {
    max-width: 1060px;
    margin: 30px auto 0;
}

@media screen and (max-width: 900px) {
    .p-plan {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    
    .p-plan__txt {
        margin-top: 25px;
        text-align: left;
        font-size: 14px;
    }
    
    .p-plan__table--wrapper {
        margin: 15px auto 0;
    }
}

@media screen and (max-width: 540px) {
    .p-plan__table--wrapper {
        position: relative;
        left: -20px;
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
        width: calc(100% + 40px);
    }
    .p-plan__table--wrapper::-webkit-scrollbar {
        display: none;
    }

    .p-plan__table--inner {
        width: 554px;
        padding: 0 20px;
    }
}

/*===========================================================================*/
/*  scope  */
/*===========================================================================*/
.p-scope{
    background-color: #F0F5F6;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 150px;
}
.p-scope::before {
    border-radius: 100vh;
    background: rgba(214, 236, 236, .58);
    filter: blur(123.25px);
    content: '';
    height: 606px;
    right: calc(50% + 367px);
    position: absolute;
    top: 50px;
    width: 606px;
}
.p-scope::after {
    border-radius: 100vh;
    background: rgba(214, 236, 236, .58);
    filter: blur(123.25px);
    content: '';
    height: 606px;
    left: calc(50% + 197px);
    position: absolute;
    bottom: -102px;
    width: 606px;
}

.p-scope__inner{
    position: relative;
    z-index: 2;
}

.p-scope__list{
    display: flex;
    text-align: center;
    gap: 30px;
    max-width: 1060px;
    padding-top: 45px;
    margin: 0 auto;
}

.p-scope__list-li{
    width: 33.33%;
    background-color: #fff;
    border-radius: 10px;
    padding: 16px 16px 30px 16px;
}

.p-scope__list--head--inner{
    background-color: #EDF6F7;
    padding: 12.5px;
    border-radius: 3px;
}

.p-scope__list--head{
    color: #1296BF;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
}

.p-scope__list-li ul{
    padding-top: 15px;
}

.p-scope__list--txt{
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    padding-left: 37px;
    text-align: left;
    position: relative;
    white-space: nowrap;
}

.p-scope__list--txt::before{
    content: '';
    position: absolute;
    background-image: url('../img/check.svg');
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px;
    top: 10px;
}

.p-scope__list--txt--pro1{
    text-align: center;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.4;
    padding-top: 139px;
}

.p-scope__list--txt--pro2{
    text-align: center;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .05em;
    padding-top: 7px;
    line-height: 1.4;
}

@media screen and (max-width: 900px) {
    .p-scope {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .p-scope::before {
        height: 420px;
        right: calc(50% + 95px);
        top: 81px;
        width: 420px;
    }
    .p-scope::after {
        height: 420px;
        left: calc(50% - 194px);
        bottom: -70px;
        width: 420px;
    }
    
    .p-scope__subHead{
        font-size: 13px;
    }
    
    .p-scope__head{
        font-size: 30px;
        padding-top: 12px;
    }
    
    .p-scope__list{
        gap: 15px;
        max-width: 500px;
        padding-top: 30px;
        flex-direction: column;
    }
    
    .p-scope__list-li{
        width: 100%;
        padding: 16px 16px 25px 16px;
    }

    .p-scope__list--txt--pro1{
        padding-top: 25px;
    }
    
    .p-scope__list--txt--pro2{
        font-size: 13px;
        padding-top: 7.5px;
        padding-bottom: 15px;
    }
}

/*===========================================================================*/
/*  case  */
/*===========================================================================*/
.p-case {
    padding-top: 120px;
    padding-bottom: 120px;
}

.p-case__list {
    max-width: 962px;
    margin: 46px auto 0;
    display: flex;
    gap: 30px;
}

.p-case__list li {
    width: calc(50% - 15px);
    padding: 10px 10px 30px;
    background-color: #f7f7f7;
    border-radius: 20px;
}

.p-case__list--img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.p-case__list--content {
    padding: 63px 20px 0;
    position: relative;
}

.p-case__list--logo {
    position: absolute;
    width: 127px;
    left: 20px;
    top: 22px;
}
.p-case__list li:nth-of-type(2) .p-case__list--logo {
    width: 92px;
    top: 27px;
}

.p-case__list--head {
    font-feature-settings: 'palt' on;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .04em;
}

.p-case__list--head span {
    display: inline;
}

.p-case__list--txt {
    margin-top: 20px;
    text-align: justify;
    font-feature-settings: 'calt' off;
    font-size: 16px;
    line-height: 1.7;
}
.p-case__list--txt strong {
    font-weight: 700;
}

@media screen and (max-width: 900px) {
    .p-case {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .p-case__list {
        max-width: 962px;
        margin: 30px auto 0;
        flex-direction: column;
        gap: 15px;
    }
    
    .p-case__list li {
        width: 100%;
        padding: 10px 10px 30px;
        border-radius: 10px;
    }
    
    .p-case__list--img {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }
    
    .p-case__list--content {
        padding: 48px 10px 0;
    }
    
    .p-case__list--logo {
        width: 110px;
        left: 10px;
        top: 10px;
    }
    .p-case__list li:nth-of-type(2) .p-case__list--logo {
        width: 77px;
        top: 14px;
    }
    
    .p-case__list--head {
        font-size: 22px;
    }
    
    .p-case__list--txt {
        margin-top: 15px;
    }
}

/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.p-faq {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F0F5F6;
}

.p-faq__list {
    margin: 50px auto 0;
    max-width: 877px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.p-faq__list--question {
    position: relative;
    padding: 20px 55px 20px 67px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.p-faq__list--question .u-en {
    color: #1296BF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1; 
    position: absolute;
    left: 25px;
    top: 22px;
}

.p-faq__list--question .--txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .05em;
}

.p-faq__list--question .--plus {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 25px;
    top: 26px;
}
.p-faq__list--question .--plus::before {
    background-color: #1296BF;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.p-faq__list--question .--plus::after {
    background-color: #1296BF;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 2px;
    transform: translate(-50%, -50%);
}

.p-faq__list li.js-active .p-faq__list--question .--plus::after {
    opacity: 0;
}

.p-faq__list--answer {
    position: relative;
    padding: 10px 0 13px 67px;
    display: none;
}

.p-faq__list--answer .u-en {
    color: #1296BF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1; 
    position: absolute;
    left: 25px;
    top: 10px;
}

.p-faq__list--answer .--txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: .05em;
}

@media screen and (max-width: 900px) {
    .p-faq {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    
    .p-faq__list {
        margin: 25px auto 0;
        gap: 15px;
    }
    
    .p-faq__list--question {
        padding: 10px 39px;
        border-radius: 8px;
    }
    
    .p-faq__list--question .u-en {
        font-size: 16px;
        left: 15px;
        top: calc(50% + 1px);
        transform: translate(0, -50%);
    }
    
    .p-faq__list--question .--txt {
        font-size: 13px;
        letter-spacing: 0;
    }
    
    .p-faq__list--question .--plus {
        width: 10px;
        height: 10px;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
    }
    
    .p-faq__list li.js-active .p-faq__list--question .--plus::after {
        opacity: 0;
    }
    
    .p-faq__list--answer {
        position: relative;
        padding: 10px 0 10px 35px;
    }
    
    .p-faq__list--answer .u-en {
        font-size: 16px;
        left: 15px;
        top: 15px;
    }
}

/*===========================================================================*/
/*  contact  */
/*===========================================================================*/
.p-contact {
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: #216380;
    color: #fff;
}

.p-contact__form {
    margin: 50px auto 0;
    max-width: 877px;
}

@media screen and (max-width: 900px) {
    .p-contact {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .p-contact__form {
        margin-top: 30px;
    }
}