/* ==========================================================================
   Project: Layout & Page (p-)
   ========================================================================== */
body {
    margin: 0;
}

body {
    min-width: 1400px;
}

.p-login-page {
    display: flex;
    flex-direction: column;
    min-height: 85vh;
    align-items: center;
    padding: 276px 0 0;
    position: relative;
    background-color: #f1f5f8;
    box-sizing: border-box;
}

/* --- MV (Main Visual) --- */
.p-mv {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 314px;
    justify-content: flex-end;
    gap: 46px;
    padding: 54px 0;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
            281deg,

            rgba(38, 159, 221, 1) 0%,
            rgba(49, 195, 123, 1) 100%
    );
    box-sizing: border-box;
}

.p-mv.p-mv__multibrand {
    background: linear-gradient(
            285.32deg,
            #31C37B 0%,
            #DFBB18 100%);
}

.p-mv__head {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    flex: 0 0 auto;
}

.p-mv__title {
    position: relative;
    width: fit-content;
    font-family: "Noto Sans JP", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 0;
    line-height: normal;
    margin: 0;
}

.p-mv__subtitle {
    position: relative;
    width: fit-content;
    margin-top: -2.00px;
    -webkit-text-stroke: 1px #ffffff80;
    font-family: "Josefin Sans", Helvetica;
    font-weight: 700;
    color: transparent;
    font-size: 64px;
    text-align: right;
    letter-spacing: 2.56px;
    line-height: 64px;
    white-space: nowrap;
}

/* --- Breadcrumbs --- */
.p-breadcrumbs {
    display: inline-flex;
    gap: 2px;
    position: relative;
    flex: 0 0 auto;
    left: 20.5%;
    width: 350px;
}

.p-breadcrumbs__item {
    cursor: pointer;
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Noto Sans JP", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    text-decoration: none;
}

.p-breadcrumbs__icon {
    position: relative;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
}

/* --- Login Content Area --- */
.p-login-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 80px 201px;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-grow: 1;
    background-color: #f1f5f8;
    border-radius: 40px 40px 0px 0px;
    box-sizing: border-box;
}

.p-login-form {
    display: flex;
    flex-direction: column;
    width: 800px;
    align-items: center;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
}

.p-login-form__row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    width: 100%;
    position: relative;
    flex: 0 0 auto;
}

.p-login-form__label {
    width: 130px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "Noto Sans JP", Helvetica;
    font-weight: 400;
    color: var(--semanticcolor-color-text-default);
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 24.8px;
    position: relative;
}

.p-login-form__input-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    position: relative;
    flex: 1;
}

.p-login-form__note {
    width: fit-content;
    color: #757575;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    font-family: "Noto Sans JP", Helvetica;
    font-weight: 400;
    margin: 0;
}

.p-login-form__link {
    width: fit-content;
    font-weight: 400;
    color: #757575;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    text-decoration: underline;
    position: relative;
    font-family: "Noto Sans JP", Helvetica;
}

.p-login-form__error {
    width: 100%;
    text-align: center;
    color: var(--themecolor-color-danger-30);
    height: 100px;
}

.p-login-form__errorText {
    margin: 5px 0;
}

/* --- Login Bottom Area --- */
.p-login-bottom {
    display: inline-flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
}

.p-login-bottom__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-weight: 400;
    color: var(--semanticcolor-color-text-default);
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 21.7px;
    white-space: nowrap;
    position: relative;
    font-family: "Noto Sans JP", Helvetica;
}

.p-login-bottom__link {
    display: -webkit-box;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-weight: 400;
    color: var(--semanticcolor-color-text-default);
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 21.7px;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    font-family: "Noto Sans JP", Helvetica;
}

.p-login-bottom__submit-text {
    position: relative;
    width: fit-content;
    font-family: "Noto Sans JP", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.64px;
    line-height: normal;
    white-space: nowrap;
}

.p-login-bottom__submit-icon-wrap {
    position: absolute;
    top: 12px;
    left: 244px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 10px;
}

.p-login-bottom__submit-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    aspect-ratio: 1;
}

.p-login-bottom__submitLink {
    text-decoration: none;
    color: #fff;
}

/* ==========================================================================
   Project: Header (p-header)
   ========================================================================== */

.p-header {
    min-width: 1100px;
    display: flex;
    width: 90%;
    height: 56px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 10px 12px 24px;
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 999px;
    box-shadow: 0px 4px 8px #003d5d0f;
    z-index: 1000;
    box-sizing: border-box;
}

.p-header__logo {
    position: relative;
    width: 192px;
    height: 36px;
    margin-top: -2.00px;
    margin-bottom: -2.00px;
    aspect-ratio: 5.33;
    object-fit: cover;
}

.p-header__nav {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
}

.p-header__nav-item {
    position: relative;
    width: fit-content;
    margin-top: -0.50px;
    font-family: "Noto Sans JP", Helvetica;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    text-decoration: none;
}

.p-header__login {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
}

.p-header__login-text {
    font-family: "Noto Sans JP", Helvetica;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 14px;
}

.p-header__login-icon {
    position: relative;
    width: 18px;
    height: 18px;
    aspect-ratio: 1;
}

.p-header__actions {
    display: inline-flex;
    gap: 8px;
    margin-top: -3.00px;
    margin-bottom: -3.00px;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
}

/* ==========================================================================
   Project: Footer (p-footer)
   ========================================================================== */

.p-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: transparent;
    box-sizing: border-box;
}

.p-footer__main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 64px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #3d485a;
}

.p-footer__inner {
    display: flex;
    width: 1038px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.p-footer__logo {
    position: relative;
    width: 132px;
    height: 66px;
}

.p-footer__nav {
    display: flex;
    flex-wrap: wrap;
    width: 704px;
    gap: 24px 24px;
    align-items: center;
    position: relative;
}

.p-footer__nav-item {
    position: relative;
    width: fit-content;
    font-family: "Noto Sans JP", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.p-footer__nav-item--sub {
    width: fit-content;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    font-family: "Noto Sans JP", Helvetica;
    text-decoration: none;
}

.p-footer__sns-copyright {
    display: flex;
    flex-direction: column;
    width: 96px;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
}

.p-footer__sns {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
}

.p-footer__sns-icon {
    position: relative;
    width: 24px;
    height: 24px;
}

.p-footer__copyright {
    position: relative;
    width: fit-content;
    font-family: "Noto Sans JP", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.p-footer__sub {
    display: flex;
    justify-content: space-around;
    gap: 158px;
    padding: 12px 201px;
    align-self: stretch;
    width: 100%;
    background-color: #ffffff;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
    box-sizing: border-box;
}

/* 認証ロゴエリア (旧.div-2 + 各ロゴスタイル) */
.p-footer__certifications {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
}

.p-footer__cert-img {
    position: relative;
    object-fit: cover;
}

.p-footer__cert-img--iso {
    width: 37px;
    height: 40px;
    aspect-ratio: 0.92;
}

.p-footer__cert-img--isms {
    width: 35px;
    height: 46px;
    aspect-ratio: 0.77;
}

.p-footer__cert-img--pmark {
    width: 40px;
    height: 40px;
    aspect-ratio: 1;
}

.p-footer__certifications .iso {
    position: relative;
    width: 37px;
    height: 40px;
    aspect-ratio: 0.92;
    object-fit: cover;
}

.p-footer__certifications .isms-ac {
    position: relative;
    width: 35px;
    height: 46px;
    aspect-ratio: 0.77;
    object-fit: cover;
}

.p-footer__certifications .element-jp {
    position: relative;
    width: 40px;
    height: 40px;
    aspect-ratio: 1;
    object-fit: cover;
}

.p-footer__sub-nav {
    display: inline-flex;
    gap: 16px;
    flex: 0 0 auto;
    align-items: center;
    position: relative;
}

.p-footer__sub-nav-item {
    width: fit-content;
    margin-top: -1.00px;
    font-weight: 400;
    color: #1f1f1f;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    position: relative;
    font-family: "Noto Sans JP", Helvetica;
    text-decoration: none;
}

/* ==========================================================================
   Component: Common (c-)
   ========================================================================== */

/* Button */
.c-button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    height: 38px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 24px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 999px;
    border: 1px solid #0098e4;
    font-family: "Noto Sans JP", Helvetica;
    font-weight: 700;
    font-size: 14px;
    color: #0098e4;
    cursor: pointer;
}

/* 資料請求ボタンのスタイル修正 */
.p-header__actions-button--document {
    background-color: #0098e4;
    color: #ffffff;
}

/* ログイン送信ボタン */
.c-button-submit {
    all: unset;
    box-sizing: border-box;
    display: flex;
    width: 280px;
    justify-content: center;
    gap: 4px;
    padding: 12px 16px 14px;
    background-color: #0098e4;
    border-radius: 999px;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
    color: #fff;
}

/* 入力フィールド */
.c-input {
    align-items: center;
    padding: var(--token-spacing-xs) 12px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--semanticcolor-color-background-default);
    border-radius: var(--token-border-radius-sm);
    overflow: hidden;
    border: 1px solid #e0e0e0;
    display: flex;
    gap: 10px;
    position: relative;
}

.c-input__field {
    all: unset;
    display: flex;
    align-items: center;
    width: 100%;
    color: var(--semanticcolor-color-text-default);
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 21.7px;
    font-family: "Noto Sans JP", Helvetica;
}

.c-input__field::placeholder {
    color: var(--semanticcolor-color-text-placeholder);
}

.p-passForgetContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 175px 201px;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-grow: 1;
    background-color: #f1f5f8;
    border-radius: 40px 40px 0px 0px;
    box-sizing: border-box;
}

.p-passForgetContent__text {
    margin: 0;
}

#loadmc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: #fff;
}

#loadmc #animmc {
    width: 490px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -245px;
    transition: ease-in-out .2s;
}

#nf404 {
    display: table;
    margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
    #nf404 {
        text-align: center;
        width: 70%;
        max-width: 260px;
        margin: 0 auto 40px;
    }
}
#nf404 img {
    width: 301px;
}
@media screen and (max-width: 767px) {
    #nf404 img {
        width: 100%;
    }
}

#filterbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(200, 200, 200, 0.6);
    display: none;
}