@charset "utf-8";

/* common */
.l-content .h2Ttl {
    color: #0a1564;
    font-size: 28px;
    text-align: center;
}

.l-content .h2Ttl.h2Ttl--white {
    color: #fff;
}

.l-content .h2Ttl_en {
    margin-top: 8px;
    color: #0044a2;
    font-size: 16px;
    text-align: center;
}

.l-content .h2Ttl_en.h2Ttl_en--yellow {
    color: #fc0;
}

.l-content .h3Ttl {
    position: relative;
    padding-left: 15px;
    font-size: 20px;
}

.l-content .h3Ttl::before {
    display: block;
    width: 6px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fc0;
    color: #0a1564;
    content: "";
}

.l-content .sectionSummary {
    margin-top: 30px;
    color: #0a1564;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.l-content .sectionSummary.sectionSummary--white {
    color: #fff;
}

.l-content .btn--register--top {
    width: 280px;
    padding: 12px 0 11px;
    font-size: 14px;
}

.l-content .btn--login--top {
    width: 280px;
    padding: 12px 0 11px;
    font-size: 14px;
}

.l-content .btn--register {
    width: 280px;
    padding: 19px 0 17px;
    font-size: 16px;
}

.l-content .btn--login {
    width: 280px;
    padding: 19px 0 17px;
    font-size: 16px;
}

.l-content .btn--item {
    width: 260px;
    padding: 19px 0 17px;
    font-size: 16px;
}

.l-content .btn--document {
    width: 260px;
    padding: 19px 0 17px;
    font-size: 16px;
}


.l-content .section_bg--gray {
    padding: 0 30px;
    background: #f1f1f1;
}

.l-content .section_bg--blue {
    padding: 0 30px;
    background: #0a1564;
}

.l-content .anc_wrap {
    padding-top: 67px;
    margin-top: -67px;
}

.l-content .m-thumbnail__movie.btn>a::before {
    display: none;
}

/* ctaArea */
.l-content .ctaArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 1140px;
    padding: 50px 60px;
    border-radius: 6px;
    margin: 0 auto;
    background: #0a1564;
}

.l-content .ctaArea .lead {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.l-content .ctaArea.ctaArea--yellow {
    background: #fc0;
}

.l-content .ctaArea.ctaArea--yellow .lead {
    color: #0a1564;
}


/* cvBtnArea */
.l-content .cvBtnArea {
    display: flex;
    justify-content: center;
}

.l-content .cvBtnArea .txt {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.l-content .cvBtnArea .txt>span {
    position: relative;
}

.l-content .cvBtnArea .txt>span::before,
.l-content .cvBtnArea .txt>span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 20px;
    background: #fff;
}

.l-content .cvBtnArea .txt>span::before {
    left: -20px;
    transform: rotate(-30deg);
}

.l-content .cvBtnArea .txt>span::after {
    right: -20px;
    transform: rotate(30deg);
}

.l-content .cvBtnArea.cvBtnArea--yellow .txt {
    color: #0a1564;
}

.l-content .cvBtnArea.cvBtnArea--yellow .txt>span::before,
.l-content .cvBtnArea.cvBtnArea--yellow .txt>span::after {
    background: #0a1564;
}


/* navi */
.l-content .navi {
    display: flex;
}

.l-content .navi>li {
    box-sizing: border-box;
    width: 240px;
}

.l-content .navi>li:not(:first-child) {
    border-left: 1px solid #fff;
}

.l-content .navi>li>a {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    height: 67px;
    padding-right: 20px;
    background: #0a1564;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.l-content .navi>li>a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    right: 20px;
}

.l-content .navi>li>a:hover {
    background: #47508b;
}

/* mainVisual */
.l-content .mainVisual {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 50px;
}

.l-content .mainVisual .catchcopyList {
    display: flex;
    gap: 10px;
}

.l-content .mainVisual .catchcopyList>li {
    padding: 7px 20px 6px;
    border-radius: 17px;
    background: #d3e6ff;
    font-size: 14px;
    color: #0a1564;
    font-weight: bold;
    text-align: center;
}

.l-content .mainVisual h1 {
    color: #0a1564;
    font-size: 44px;
    line-height: 1;
}

.l-content .mainVisual h1>strong {
    position: relative;
    color: #0044a2;
    font-size: 54px;
}

.l-content .mainVisual h1>strong::after {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 14px;
    background: #fc0;
}

.l-content .mainVisual h1>strong>.num {
    font-size: 75px;
}

.l-content .mainVisual h1>strong>.adjust_01 {
    letter-spacing: -14px;
}

.l-content .mainVisual h1>strong>.adjust_02 {
    font-size: 58px;
    letter-spacing: -14px;
}

.l-content .mainVisual h1 .row2 {
    line-height: 1.5;
}

.l-content .mainVisual .bnrList {
    display: flex;
    gap: 20px;
}

.l-content .mainVisual .cta {
    padding: 30px 20px;
    border-radius: 6px;
    background: #0a1564;
    width: fit-content;
}

.l-content .mainVisual .cta .lead {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.l-content .mainVisual .mainVisual_r {
    position: relative;
}

.l-content .mainVisual .mainVisual_r .bnr {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.l-content .mainVisual .mainVisual_r .bnr::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 280px;
    height: 280px;
    border-radius: 50%;
}

.l-content .mainVisual .mainVisual_r .bnr a {
    display: block;
    width: 280px;
    height: 280px;
    border-radius: 50%;
}

.l-content .mainVisual .mainVisual_r .bnr a img {
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

.l-content .mainVisual .mainVisual_r .bnr a img:hover {
    cursor: pointer;
    opacity: 0.75;
}



/* news */
.l-content .news .content {
    display: flex;
    box-sizing: border-box;
    height: 140px;
    padding: 20px 0 20px 50px;
    background: #fff;
}

.l-content .news .newsList {
    flex-grow: 1;
    box-sizing: border-box;
    height: 100px;
    padding: 5px 0;
    margin-left: 200px;
    overflow: auto;
}

.l-content .news .newsList>li {
    display: flex;
    color: #0a1564;
    font-size: 16px;
}

.l-content .news .newsList>li:not(:first-child) {
    margin-top: 10px;
}


.l-content .news .newsList>li .date {
    margin-right: 15px;
}

.l-content .news .newsList>li a.row_2 {
    background-position: right 25px;
}

.l-content .news .newsList>li .new {
    align-self: flex-end;
    margin-left: 10px;
    color: #d00;
}


/* category */
.l-content .category>.wrap {
    width: 1100px;
    margin: 0 auto;
}

.l-content .category .itemList .wrap {
    display: flex;
    justify-content: space-between;
}

.l-content .category .itemList .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 260px;
}

.l-content .category .itemList .item .box {
    width: 260px;
}

.l-content .category .itemList .item .categoryName {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 4px 10px 0;
    border-radius: 6px 6px 0 0;
    height: 98px;
    background: #d6d6d6;
    font-size: 17px;
    font-weight: bold;
}

.l-content .category .itemList .item .pic {
    padding: 9px;
    border: 1px solid #dcdcdc;
    border-radius: 0 0 6px 6px;
}

.l-content .category .catchcopy {
    color: #0a1564;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.l-content .category .catchcopy>strong {
    position: relative;
    margin-left: 5px;
    font-size: 56px;
}

.l-content .category .catchcopy>strong::after {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 12px;
    background: #fc0;
}

/* issue */
.l-content .issue .figureBox {
    display: flex;
    padding: 60px 40px;
    border-radius: 6px;
    background: #fff;
}

.l-content .issue .figureBox .caption {
    justify-self: center;
    width: 192px;
    padding: 8px 0 6px;
    border-radius: 19px;
    margin-bottom: 15px;
    background: #d3e6ff;
    color: #0044a2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.l-content .issue .figureBox .title {
    color: #0a1564;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.l-content .issue .figureBox .title>span {
    position: relative;
}

.l-content .issue .figureBox .title>span::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fc0;
    transform: translateX(-50%);
}

.l-content .issue .figureBox .issueList {
    display: flex;
    gap: 45px;
}

.l-content .issue .figureBox .issueList>li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-content .issue .figureBox .issueList>li .txt {
    margin-bottom: 16px;
    color: #0a1564;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/* solution */
.l-content .solution .figureBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 60px 40px;
    border-radius: 6px;
    background: #fff;
}

.l-content .solution .figureBox::after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    width: 2px;
    height: 618px;
    background: #d6d6d6;
    transform: translateX(-50%);
}

.l-content .solution .figureBox .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-content .solution .figureBox .caption {
    width: 476px;
    padding: 8px 0 6px;
    border-radius: 19px;
    margin-bottom: 30px;
    background: #676767;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.l-content .solution .figureBox .after .caption {
    background: #0044a2;
}

.l-content .solution .graphList {
    display: flex;
    justify-content: space-between;
}

.l-content .solution .graphList .graphBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    border-radius: 6px;
    background: #fff;
}

.l-content .solution .graphList .graphBox .title {
    margin-bottom: 20px;
    color: #0a1564;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.l-content .solution .graphList .graphBox .title>strong {
    position: relative;
    color: #0044a2;
    font-size: 28px;
}

.l-content .solution .graphList .graphBox .title>strong::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fc0;
}

.l-content .solution .note {
    font-size: 16px;
}

/* about */
.l-content .about .figureBox {
    padding: 30px;
    border-radius: 6px;
    background: #f1f1f1;
}

.l-content .about .figureBox .caption {
    width: 476px;
    padding: 8px 0 6px;
    border-radius: 19px;
    margin: 0 auto 30px;
    background: #0044a2;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.l-content .about .figureBox .aboutList {
    display: flex;
    justify-content: space-between;
}

.l-content .about .figureBox .aboutList>li {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 20px 25px;
    border-radius: 6px;
    background: #fff;
}

.l-content .about .figureBox .aboutList>li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -62px;
    width: 82px;
    height: 4px;
    background: #0044a2;
    transform: translateY(-50%);
}

.l-content .about .figureBox .aboutList>li.box_03 .speechbubble {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -5px;
    top: -50px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #fc0;
    color: #0a1564;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.l-content .about .figureBox .aboutList>li.box_03 .speechbubble::before {
    content: "";
    position: absolute;
    right: 60px;
    top: 71px;
    border-top: 20px solid #fc0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    transform: rotate(39deg);
}

.l-content .about .figureBox .aboutList>li .txt {
    color: #0a1564;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.l-content .about .note {
    font-size: 16px;
    text-align: right;
}

/* laernMore */
.l-content .learnMore .document {
    display: flex;
    justify-content: center;
}

.l-content .learnMore .document .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-content .learnMore .document .wrap .h3Ttl {
    align-self: flex-start;
}

/* benefits */
.l-content .benefits .figureBox {
    display: flex;
    padding: 30px 25px;
    background: #f1f1f1;
}

.l-content .benefits .figureBox .wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.l-content .benefits .figureBox .wrap02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
}

.l-content .benefits .figureBox .catchcopy {
    color: #0a1564;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.l-content .benefits .figureBox .catchcopy>strong {
    position: relative;
}

.l-content .benefits .figureBox .catchcopy>strong::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 8px;
    background: #fc0;
}

.l-content .benefits .figureBox .catchcopy>strong>span {
    font-size: 40px;
}

.l-content .benefits .figureBox .catchcopy>strong>span .num {
    font-size: 60px;
}

.l-content .benefits .figureBox .note {
    font-size: 16px;
    align-self: flex-end;
}

/* use */
.l-content .use .useList {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.l-content .use .useList>li {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 260px;
    height: 260px;
    padding-top: 40px;
    border-radius: 50%;
    background: #f1f1f1;
}

.l-content .use .useList>li .title {
    color: #0a1564;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.l-content .use .useList>li .title>strong {
    position: relative;
    font-size: 32px;
    z-index: 1;
}

.l-content .use .useList>li .title>strong::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 8px;
    background: #fc0;
}

.l-content .use .useList>li .pic {
    display: flex;
    align-items: center;
    height: 104px;
    margin-top: 10px;
}

/* case */
.l-content .case .caseList {
    display: flex;
    justify-content: space-between;
}

.l-content .case .caseList .caseBox {
    box-sizing: border-box;
    width: 560px;
    padding: 30px;
    border-radius: 6px;
    background: #fff;
}

.l-content .case .caseList .caseBox .head {
    padding-bottom: 10px;
    border-bottom: 2px solid #ececec;
}

.l-content .case .caseList .caseBox .head .maker {
    color: #0a1564;
    font-size: 20px;
    font-weight: bold;
}

.l-content .case .caseList .caseBox .head .business {
    color: #0a1564;
    font-size: 16px;
}

.l-content .case .caseList .caseBox .content .movie {
    flex-shrink: 0;
}

.l-content .case .caseList .caseBox .content .caption {
    color: #0a1564;
}

.l-content .case .caseList .caseBox .content .detail {
    color: #0a1564;
}

.l-content .case .caseList .caseBox .content .detail dt {
    font-size: 16px;
    font-weight: bold;
}

.l-content .case .caseList .caseBox .content .detail dd {
    margin-top: 10px;
    font-size: 14px;
}

.l-content .case .caseList .caseBox .content .detail dd>span {
    display: block;
    position: relative;
    padding-left: 14px;
}

.l-content .case .caseList .caseBox .content .detail dd>span::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

/* useCases */
.l-content .useCases .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 56px 60px 36px;
    border: 4px solid #d3e6ff;
    border-radius: 18px;
}

.l-content .useCases .box .lead {
    position: absolute;
    top: -20px;
    z-index: 1;
    padding: 0 20px;
    background: #fff;
    color: #0a1564;
    font-size: 24px;
    font-weight: bold;
}

.l-content .useCases .box .useCasesList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 10px;
}

.l-content .useCases .box .useCasesList>li {
    padding: 8px 20px 6px;
    border-radius: 22px;
    background: #d3e6ff;
    color: #0044a2;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.l-content .useCases .catchcopy {
    color: #0a1564;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.l-content .useCases .catchcopy>strong {
    position: relative;
    margin-left: 5px;
    font-size: 56px;
}

.l-content .useCases .catchcopy>strong::after {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 12px;
    background: #fc0;
}

.l-content .useCases .catchcopy>strong .num {
    font-size: 60px;
}

.l-content .useCases .note {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/* award */
.l-content .award .awardList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px 40px;
}

.l-content .award .awardList>li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-content .award .awardList>li .awardName {
    font-size: 16px;
    font-weight: bold;
}

/* faq */
.l-content .faq .faqList {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-content .faq .faqList .VN_accordion {
    width: 800px;
}

.l-content .faq .faqList .VN_accordion:not(:first-child) {
    margin-top: 10px;
}

.l-content .faq .faqList .VN_accordion .VN_accordionButton {
    cursor: pointer;
    border: 1px solid #bfbfbf;
    background: #fafafa;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
}

.l-content .faq .faqList .VN_accordion .VN_accordionButton span {
    margin-left: auto;
}

.l-content .faq .faqList .VN_accordion .VN_accordionButton span.VN_accordionClose {
    display: none;
}

.l-content .faq .faqList .VN_accordion .VN_accordionMore {
    box-sizing: border-box;
    width: 800px;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px;
}

.l-content .faq .faqList .VN_accordion .VN_accordionButton .question {
    display: flex;
    align-items: center;
}

.l-content .faq .faqList .VN_accordion .VN_accordionButton .question .faq_icon_q {
    width: 14px;
    height: 16px;
    margin: 0 10px 0 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQBAMAAADUulMJAAAALVBMVEX///8BacYBacYBacYBacYBacYBacYBacYBacYBacYBacYBacYBacYBacYBacYKK3JLAAAADnRSTlMAESIzRGZ3iJmqu8zd7gKjCLQAAAB3SURBVAjXY2BgzFxVwgAEse/evVvIwMAKpN69FmDQe7eZMe9dA0PfGwEGtnePGO49Bao594wByGRg6HvJ8O4BkM57haAfMzAI9L0AKeHYBFSc99ZA9+27iwzc7665vXuXwMC4D2RwAAOD2L13r+eBDGN2EeC4CADSujijJWfdvQAAAABJRU5ErkJggg==) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


.l-content .faq .faqList .VN_accordion .VN_accordionMore .answer {
    display: flex;
}

.l-content .faq .faqList .VN_accordion .VN_accordionMore .answer .faq_icon_a {
    width: 14px;
    height: 30px;
    flex-shrink: 0;
    margin: 0 10px 0 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQBAMAAADUulMJAAAAMFBMVEX////dAADdAADdAADdAADdAADdAADdAADdAADdAADdAADdAADdAADdAADdAADdAABa8vWAAAAAD3RSTlMAESIzRFVmd4iZqrvM3e5GKvWZAAAAZ0lEQVQIHQXBsQ0BAQAF0IcQBa1SbhONAWyg1yi1NmCDG8EAFzkj2OSC4IjL9x4GywLMcwHb3EGdFvqpOxhnkxWmmeWI9beXG8qX8kUv793pxyhJUpikqs7ZW3QMc3Vo0Tw1D5QfgD+Eni3pzSBC4gAAAABJRU5ErkJggg==) no-repeat 0 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.l-content .faq .faqList .VN_accordion .VN_accordionMore dd {
    padding-top: 5px;
    font-size: 18px;
}

.l-content .faq .inquiry {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1140px;
    padding: 60px 0;
    border-radius: 6px;
    margin: 0 auto;
    background: #0a1564;
}

.l-content .faq .inquiry .lead {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.l-content .faq .inquiry .wrap {
    display: flex;
}

.l-content .faq .inquiry .m-btnWin--conversion {
    width: 260px;
    padding: 17px 0;
    font-size: 15px;
}

.l-content .faq .inquiry .m-btnWin--conversion span {
    font-size: 25px;
}

/* service */
.l-content .service .bnrList {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-content .service .bnrList>li:not(:first-child) {
    margin-top: 10px;
}