/* エラーページ */
/* ============================================ */

.error__box {
    width: 550px;
    margin: 40px auto 100px;
    text-align: center;
}

.error__box__title {
    font-size: 70px;
}

.error__box__subTitle {
    font-size: 21px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.error__box__des {
    font-size: 14px;
    margin-bottom: 40px;
    color: #777777;
}

.error__box .content__1__box__slide__list__items__left__linkWrap {
    margin-top: 8px;
}

.error__box .content__1__box__slide__list__items__left__linkWrap:nth-child(1) {
    margin-top: 0;
}

.error__box .content__1__box__slide__list__items__left__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 36px;
    background: #fff;
    border: 1px solid #2a627e;
    color: #2a627e;
    border-radius: 50px;
    margin: auto;
    font-size: 14px;
}

.error__box .content__1__box__slide__list__items__left__linkWrap:nth-child(1) .content__1__box__slide__list__items__left__link {
    background: #2a627e;
    border: 1px solid #2a627e;
    ;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .error__box {
        width: 90%;
        margin: 0px auto 90px;
    }
}


/*  */

.privacy__boxWrap {
    padding: 40px 0 60px;
}

.privacy__box {
    width: 1000px;
    margin: auto;
}

.privacy__box h1,
.faq__box h1 {
    margin-bottom: 20px;
    font-size: 25px;
    padding-bottom: 10px;
    position: relative;
}

.privacy__box h1:after,
.faq__box h1:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #2a627e;
    position: absolute;
    bottom: 0;
    left: 0;
}

.privacy__box h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 7px solid #2a627e;
    padding-left: 15px;
    font-size: 19px;
}

.privacy__box p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.privacy__box ol {
    margin-top: 40px;
    margin-bottom: 20px;
    list-style-type: decimal;
    /* 通常の数字で表示 */
}

.privacy__box ol li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 7px;
    margin-left: 20px;
}

/* .privacy__box ol li:before{
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    margin:auto;
    background:#6A37B8;
} */
.privacy__box ol li:last-child {
    margin-bottom: 0;
}

.privacy__box .tR {
    text-align: right;
}

.privacy__box a {
    text-decoration: underline;
    color: #2a627e;
}

@media screen and (max-width: 768px) {
    .privacy__box {
        width: 90%;
    }

    .privacy__box h1,
    .faq__box h1 {
        font-size: 23px;
    }
}


/* フッター */
/* ============================================ */

/* =============================================
   FOOTER — rich redesign
   ============================================= */

/* keep legacy selectors harmless */
.footer-container,
.footer__boxWrap,
.footer__box,
.footer__box__left,
.footer__box__left__logo,
.footer__box__left__logo__link,
.footer__box__left__logo__img,
.footer__box__left__dev,
.footer__box__left__dev__text,
.footer__box__right,
.footer__box__right__list,
.footer__box__right__list__items,
.footer__box__right__list__items__link,
.footer__box__right__copyright,
.footer__box__right__sns,
.footer__box__right__sns__link,
.footer__box__right__sns__img {
    all: unset;
}

/* ---- root ---- */
.ft {
    position: relative;
    background: #060f16;
    color: rgba(255, 255, 255, .7);
    font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
    /* dot texture */
    background-image:
        radial-gradient(rgba(42, 98, 126, .08) 1px, transparent 1px),
        radial-gradient(ellipse 70% 50% at 80% 110%, rgba(30, 155, 181, .06) 0%, transparent 60%);
    background-size: 28px 28px, 100% 100%;
}

/* accent line at top */
.ft__topbar {
    height: 3px;
    background: #2a627e;
}

.ft__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 24px 0;
}

/* ---- 4-col grid ---- */
.ft__grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.5fr;
    gap: 48px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

/* ---- brand col ---- */
.ft__brand__logo {
    display: inline-block;
    margin-bottom: 20px;
}

.ft__brand__logo img {
    width: 160px;
    display: block;
}

.ft__brand__catch {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, .9);
    line-height: 1.7;
    margin-bottom: 10px;
}

.ft__brand__desc {
    font-size: 12px;
    line-height: 1.85;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 28px;
}

/* SNS buttons */
.ft__sns {
    display: flex;
    gap: 10px;
}

.ft__sns__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .6);
    transition: background .25s, border-color .25s, color .25s, transform .25s;
}

.ft__sns__btn svg {
    width: 17px;
    height: 17px;
}

.ft__sns__btn:hover {
    background: rgba(30, 155, 181, .18);
    border-color: rgba(30, 155, 181, .55);
    color: #1e9bb5;
    transform: translateY(-2px);
}

/* ---- nav cols ---- */
.ft__nav__head {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #1e9bb5;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(30, 155, 181, .25);
}

.ft__nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ft__nav__list a {
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    transition: color .2s, padding-left .2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ft__nav__list a::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(30, 155, 181, .5);
    flex-shrink: 0;
    transition: background .2s;
}

.ft__nav__list a:hover {
    color: rgba(255, 255, 255, .95);
    padding-left: 4px;
}

.ft__nav__list a:hover::before {
    background: #1e9bb5;
}

/* ---- CTA col ---- */
.ft__cta-col__text {
    font-size: 12px;
    line-height: 1.85;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 20px;
}

.ft__cta-col__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    color: #fff;
    background: #2a627e;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: opacity .25s, transform .25s, box-shadow .25s;
    box-shadow: 0 4px 16px rgba(42, 98, 126, .28);
}

.ft__cta-col__btn svg {
    width: 14px;
    height: 14px;
}

.ft__cta-col__btn:hover {
    opacity: .88;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(42, 98, 126, .4);
}

/* =============================================
   HEADER SUBMENU
   ============================================= */
.hdr-has-sub {
    position: relative;
}

.hdr-sub-chevron {
    width: 9px;
    height: 9px;
    margin-left: 3px;
    vertical-align: middle;
    opacity: .5;
    transition: transform .2s ease, opacity .2s;
}

.hdr-has-sub:hover .hdr-sub-chevron {
    transform: rotate(180deg);
    opacity: 1;
}

.hdr-submenu {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(6px);
    min-width: 160px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid rgba(42, 98, 126, .15);
    box-shadow: 0 4px 14px rgba(42, 98, 126, .1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s cubic-bezier(.22, 1, .36, 1), visibility .2s;
    z-index: 500;
}

.hdr-submenu::before {
    display: none;
}

.hdr-has-sub:hover .hdr-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.hdr-submenu__item {
    padding: 0 4px;
}

.hdr-submenu__link {
    display: block;
    padding: 9px 12px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    transition: background .15s, color .15s;
}

.hdr-submenu__link:hover {
    background: rgba(42, 98, 126, .07);
    color: #2a627e;
}

.hdr-submenu__icon,
.hdr-submenu__texts,
.hdr-submenu__title,
.hdr-submenu__desc {
    display: none;
}

/* ---- bottom bar ---- */
.ft__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 24px;
    gap: 16px;
}

.ft__bottom__copy {
    font-size: 11px;
    color: rgba(255, 255, 255, .3);
}

.ft__bottom__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.ft__bottom__links a {
    font-size: 11px;
    color: rgba(255, 255, 255, .3);
    text-decoration: none;
    transition: color .2s;
}

.ft__bottom__links a:hover {
    color: rgba(255, 255, 255, .7);
}

/* ---- responsive ---- */
@media screen and (max-width: 900px) {
    .ft__grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px 28px;
    }

    .ft__brand {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 540px) {
    .ft__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ft__brand {
        grid-column: auto;
    }

    .ft__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}


/* SVGアニメーション */
@keyframes animation-sample1 {
    0% {
        width: 0;
    }

    50% {
        width: 0;
    }

    100% {
        width: 36.92px;
    }
}

#border__items__1 {
    animation-name: animation-sample1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes animation-sample6 {
    0% {
        width: 0;
    }

    25% {
        width: 50.59px;
    }

    100% {
        width: 50.59px;
    }
}

#border__items__6 {
    animation-name: animation-sample6;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes animation-sample7 {
    0% {
        width: 0;
    }

    25% {
        width: 0;
    }

    50% {
        width: 28.52px;
    }

    100% {
        width: 28.52px;
    }
}

#border__items__7 {
    animation-name: animation-sample7;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}


/*  */


.sp-show {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-show {
        display: block;
    }

    .pc-show {
        display: none;
    }
}

.sp-show-flex {
    display: none;
}

.pc-show-flex {
    display: flex;
}

@media screen and (max-width: 768px) {
    .sp-show-flex {
        display: flex;
    }

    .pc-show-flex {
        display: none;
    }
}

.sp-show-strong {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .sp-show-strong {
        display: block !important;
    }

    .pc-show-strong {
        display: none !important;
    }
}


.sp-show-flex-strong {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .sp-show-flex-strong {
        display: block !important;
    }

    .pc-show-flex-strong {
        display: none !important;
    }
}

.sp-tab-show {
    display: none;
}

@media screen and (max-width: 1080px) {
    .sp-tab-show {
        display: block;
    }

    .pc-tab-show {
        display: none;
    }
}


