@charset "utf-8";

.newsRelated {
    background: #193264;
    padding-bottom: 0;
}

.newsRelated__inner {
    margin-top: 0;
    padding-top: 60px;
}

.newsRelated__title,
.newsArticle__date,
.newsArticle__title a {
    color: #fff;
}

@media (max-width: 750px) {
    .newsRelated__inner {
        margin: 0;
        padding: 0;
    }

    .newsRelated__title {
        padding: 40px 0 0;
    }
}

/*-- 20260225 add --*/
body {
    min-width: 1366px;
}

@media (max-width: 750px) {
    body {
        min-width: 100%;
    }
}

main#toppage {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

@media (max-width: 750px) {
    /*main#toppage {
       padding-top: 71px;
    }*/
}

/*main-visual*/
main#toppage .main-visual {
    position: relative;
    width: 100%;
    height: calc(100vh - 46px);
    /*aspect-ratio: 1366/688;*/
    background: #fff;
    outline: none;
    z-index: 2;
}

@media (max-width: 750px) {
    main#toppage .main-visual {
        position: relative;
        width: 100%;
        height: calc(100vh - 40px);
        background: #fff;
        outline: none;
        z-index: 2;
    }
}

main#toppage .main-visual::after {
    content: "";
    height: 66px;
    width: 1px;
    background: #fff;
    position: absolute;
    bottom: -46px;
    left: 50%;
    z-index: 2;
}

@media (max-width: 750px) {
    main#toppage .main-visual::after {
        height: 50px;
        width: 1px;
        bottom: -40px;
    }
}

main#toppage .main-visual .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
    z-index: 0;
}

main#toppage .main-visual .slide.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

main#toppage .main-visual .slide.leaving {
    opacity: 1;
    z-index: 1;
}

main#toppage .main-visual .slide .slide-placeholder {
    position: relative;
    width: 100%;
    height: calc(100vh - 46px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 83px;
    box-sizing: border-box;
}

@media (max-width: 750px) {
    main#toppage .main-visual .slide .slide-placeholder {
        height: calc(100vh - 40px);
        justify-content: flex-start;
        align-items: center;
        padding: 0 20px;
    }
}

main#toppage .main-visual .slide img,
main#toppage .main-visual .slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

main#toppage .main-visual .slide video.sp-video {
    display: none;
}

@media (max-width: 750px) {
    main#toppage .main-visual .slide video.pc-video {
        display: none;
    }

    main#toppage .main-visual .slide video.sp-video {
        display: block;
    }
}

main#toppage .main-visual .slide h1 {
    font-family: "Roboto", sans-serif;
    font-size: 8em;
    font-weight: bold;
    position: relative;
    z-index: 2;
    color: #fff;
    line-height: 0.8em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 750px) {
    main#toppage .main-visual .slide h1 {
        font-size: 3.6em;
        margin-top: 91px;
    }
}

main#toppage .main-visual .slide h1 span {
    background-color: #193264;
    display: inline-block;
    padding: 20px 20px calc(20px - 0.05em) 20px;
}

@media (max-width: 750px) {
    main#toppage .main-visual .slide h1 span {
        padding: 12px 12px calc(12px - 0.05em) 12px;
    }
}

main#toppage .main-visual .slide h1 span:nth-child(2) {
    margin-left: 1em;
}

@media (max-width: 750px) {
    main#toppage .main-visual .slide h1 span:nth-child(2) {
        margin-left: 2.75em;
    }
}

main#toppage .main-visual .slide p.extx {
    font-size: 1.4em;
    font-weight: bold;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-top: 40px;
    line-height: 1.5em;
}

@media (max-width: 750px) {
    main#toppage .main-visual .slide p.extx {
        display: none;
    }
}

main#toppage .main-visual .carousel-controls {
    position: absolute;
    bottom: 12px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
    z-index: 10;
    padding: 12px 8px 4px 8px;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media (max-width: 750px) {
    main#toppage .main-visual .carousel-controls {
        right: 0;
        bottom: 20px;
    }
}

main#toppage .main-visual .dot-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
    list-style: none;
}

main#toppage .main-visual .dot-nav li button {
    font-size: 1.4em;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1;
    color: #323232;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/*main#toppage .main-visual .dot-nav li button:hover {
    color: #323232;
}*/

main#toppage .main-visual .dot-nav li button:focus-visible {
    outline: 2px solid orange;
    outline-offset: 2px
}

main#toppage .main-visual .dot-nav li button[aria-current="true"] {
    color: #0068B5;
}

main#toppage .main-visual .dot-nav li button[aria-current="true"]::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #0068B5;
    left: 0;
    bottom: 0px;
}

main#toppage .main-visual .btn-playpause {
    width: 24px;
    height: 24px;
    color: #323232;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

main#toppage .main-visual .btn-playpause:focus-visible {
    outline: 2px solid orange;
}

main#toppage .main-visual .btn-playpause svg {
    width: 1.4em;
    height: 1.4em;
    fill: #333232;
}

main#toppage .main-visual a {
    width: 279px;
    height: 52px;
    position: absolute;
    bottom: 46px;
    left: calc(50% - 139px);
    z-index: 2;
}

@media (max-width: 750px) {
    main#toppage .main-visual a {
        width: 279px;
        height: 52px;
        position: absolute;
        bottom: 20px;
        left: calc(50% - 139px);
        z-index: 2;
    }
}

/*toppan-newsroom*/
main#toppage .toppan-newsroom {
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
    background-color: #193264;
}

@media (max-width: 750px) {
    main#toppage .toppan-newsroom {
        padding-bottom: 80px;
    }
}

main#toppage .toppan-newsroom .page__content__news h2 {
    padding-top: 120px;
}

@media (max-width: 750px) {
    main#toppage .toppan-newsroom .page__content__news h2 {
        padding-top: 80px;
    }
}

body.-templateA .page__content__news_container_box h3 {
    font-size: 24px !important;
    line-height: 1.4;
    margin-top: 0 !important;
    text-align: left !important;
}

@media (max-width: 750px) {
    body.-templateA .page__content__news_container_box h3 {
        font-size: 17px !important;
        line-height: 1.5;
        padding-top: 25px;
        margin-top: 0 !important;
    }
}

main#toppage .toppan-newsroom .page__content__news_container {
    max-width: 1200px;
}

main#toppage .toppan-newsroom .page__content__news_container_box {
    margin-top: 40px;
}

main#toppage .toppan-newsroom .page__content__news_container_box_right {
    width: 540px;
}

@media (max-width: 750px) {
    main#toppage .toppan-newsroom .page__content__news_container_box_right {
        width: 100%;
    }
}

main#toppage .toppan-newsroom a {
    transition: opacity .3s;
}

main#toppage .toppan-newsroom a:hover {
    opacity: 0.7;
}

main#toppage .newsRelated__inner {
    padding-top: 80px;
    width: 1200px;
}

@media (max-width: 750px) {
    main#toppage .newsRelated__inner {
        padding-top: 40px;
        width: 100%;
    }
}

main#toppage .newsRelated__inner h2 {
    font-size: 4em;
}

@media (max-width: 750px) {
    main#toppage .newsRelated__inner h2 {
        font-size: 2.4em;
    }
}

@media (max-width: 750px) {
    .newsRelated__newsLinks {
        width: 100%;
        margin: 20px auto 0;
    }
}

main#toppage .newsRelated__inner .newsRelated__newsLinks__items {
    padding-bottom: 120px;
}

@media (max-width: 750px) {
    main#toppage .newsRelated__inner .newsRelated__newsLinks__items {
        padding-bottom: 80px;
    }
}

main#toppage .newsRelated__inner .newsRelated__newsLinks__items li {
    width: calc((100% - 20 * 4px) / 5);
}

@media (max-width: 750px) {
    main#toppage .newsRelated__inner .newsRelated__newsLinks__items li {
        width: 100%;
    }
}

main#toppage .newsRelated__inner .newsArticle__content {
    padding-top: 16px;
}

main#toppage .newsRelated__inner .newsRelated__newsLinks__items li h3 {
    text-align: left;
}

main#toppage .newsRelated__inner .newsRelated__newsLinks__items li a {
    transition: opacity .3s;
}

main#toppage .newsRelated__inner .newsRelated__newsLinks__items li a:hover {
    opacity: 0.7;
}

/*ir-imformation*/
main#toppage .ir-information {
    padding: 120px 0;
}

@media (max-width: 750px) {
    main#toppage .ir-information {
        padding: 80px 0;
    }
}

main#toppage .ir-information .eir {
    margin-top: 40px;
}

main#toppage .ir-information .eir .eirItem {
    font-size: 1.4em;
}

main#toppage .ir-information a {
    transition: opacity .3s;
}

main#toppage .ir-information a:hover {
    opacity: 0.7;
}

/*aboutus*/
main#toppage .aboutus {
    width: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background-color: #193264;
    background-image: url("/assets/en/img/top/aboutus_bg-pc.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    padding: 120px 0;
}

@media (max-width: 750px) {
    main#toppage .aboutus {
        background-image: url("/assets/en/img/top/aboutus_bg-sp.png");
        padding: 80px 0;
    }
}

main#toppage .aboutus .flex-linkarea {
    padding-top: 80px;
}

@media (max-width: 750px) {
    main#toppage .aboutus .flex-linkarea {
        padding-top: 40px;
    }
}

main#toppage .aboutus .flex-linkarea ul {
    display: flex;
}

@media (max-width: 750px) {
    main#toppage .aboutus .flex-linkarea ul {
        flex-direction: column;
    }
}

main#toppage .aboutus .flex-linkarea ul li {
    width: 100%;
    position: relative;
    transition: opacity .3s;
}

main#toppage .aboutus .flex-linkarea ul li:hover {
    opacity: 0.7;
}

main#toppage .aboutus .flex-linkarea ul li figure {
    width: 100%;
    aspect-ratio: 455 / 326;
    position: relative;
    z-index: 1;
}

@media (max-width: 750px) {
    main#toppage .aboutus .flex-linkarea ul li figure {
        aspect-ratio: 375 / 216;
    }
}

main#toppage .aboutus .flex-linkarea ul li figure img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 101%;
    height: 101%;
    top: 0;
    left: 0;
}

main#toppage .aboutus .flex-linkarea ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    font-size: 1.8em;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 20px;
}

main#toppage .aboutus .flex-linkarea ul li a::after {
    margin-left: 18px;
    position: relative;
    top: calc(-0.5em);
}

main#toppage .aboutus .flex-bannerarea {
    padding-top: 80px;
}

@media (max-width: 750px) {
    main#toppage .aboutus .flex-bannerarea {
        padding-top: 40px;
    }
}

main#toppage .aboutus .flex-bannerarea ul {
    display: flex;
    max-width: 580px;
    margin: 0 auto;
}

@media (max-width: 750px) {
    main#toppage .aboutus .flex-bannerarea ul {
        flex-direction: column;
    }
}

main#toppage .aboutus .flex-bannerarea ul li {
    width: 100%;
    position: relative;
}

main#toppage .aboutus .flex-bannerarea ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
}

main#toppage .aboutus .flex-bannerarea ul li a picture {
    margin-bottom: 12px;
}

main#toppage .aboutus .flex-bannerarea ul li a::after {
    margin-left: 18px;
    position: relative;
}

/*toppan-stories*/
main#toppage .bluebg__content {
    width: 100%;
    background-color: #0068b5;
    padding: 120px 0;
}

@media (max-width: 750px) {
    main#toppage .bluebg__content {
        padding: 80px 0;
    }
}

main#toppage .toppan-stories #sectionAuto-stories {
    padding-top: 40px;
}

main#toppage .toppan-stories #sectionAuto-stories .carousel {
    width: 100%;
}

main#toppage .toppan-stories #sectionAuto-stories .carousel ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    text-decoration: underline;
}

@media (max-width: 750px) {
    main#toppage .toppan-stories #sectionAuto-stories .carousel ul li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        justify-content: space-around;
    }
}

main#toppage .toppan-stories #sectionAuto-stories .carousel ul li a p {
    width: calc(100% - 45px);
}

@media (max-width: 750px) {
    main#toppage .toppan-stories #sectionAuto-stories .carousel ul li a p {
        font-size: 0.8571em;
        width: calc(100% - 45px);
    }
}

main#toppage .toppan-stories #sectionAuto-stories .carousel ul li a img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 12px;
}

main#toppage .toppan-stories #sectionAuto-stories .carousel ul li a::after {
    margin-left: 18px;
    position: relative;
}

main#toppage .toppan-stories a.linkbox {
    font-size: 1.6em;
    width: 324px;
    height: 56px;
    display: flex;
    margin: 40px auto 0;
}

@media (max-width: 750px) {
    main#toppage .toppan-stories a.linkbox {
        width: calc(100% - 40px);
        max-width: 324px;
    }
}

/*business*/
main#toppage .business {
    padding-top: 80px;
}

main#toppage .business .leftside-bg {
    width: 100%;
    position: relative;
}

main#toppage .business .leftside-bg::before {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #DFEAFF;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

main#toppage .business .leftside-bg .content__inner {
    background-color: #DFEAFF;
    padding: 60px 80px 60px 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    z-index: 2;
}

@media (max-width: 750px) {
    main#toppage .business .leftside-bg .content__inner {
        padding: 40px 20px 40px 0;
    }
}

main#toppage .business .leftside-bg .content__inner ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

@media (max-width: 750px) {
    main#toppage .business .leftside-bg .content__inner ul {
        flex-direction: column;
    }
}

main#toppage .business .leftside-bg .content__inner ul li {
    width: calc((100% - 20px * 2) / 2);
    position: relative;
    transition: opacity .3s;
}

@media (max-width: 750px) {
    main#toppage .business .leftside-bg .content__inner ul li {
        width: 100%;
    }
}

main#toppage .business .leftside-bg .content__inner ul li:hover {
    opacity: 0.7;
}

main#toppage .business .leftside-bg .content__inner ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    font-size: 1.8em;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 20px;
}

@media (max-width: 750px) {
    main#toppage .business .leftside-bg .content__inner ul li a {
        padding: 12px;
    }
}

main#toppage .business .leftside-bg .content__inner ul li a::after {
    margin-left: 18px;
    position: relative;
    top: calc(-0.35em);
}

main#toppage .business .leftside-bg .content__inner ul li a.blank::after {
    top: 0.1em;
    margin-left: 0;
}

/*sustainability*/
main#toppage .sustainability {
    width: 100%;
    background-image: url("/assets/en/img/top/sustainability_bg-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    padding: 120px 0;
}

@media (max-width: 750px) {
    main#toppage .sustainability {
        width: 100%;
        background-image: url("/assets/en/img/top/sustainability_bg-sp.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        padding: 80px 0;
    }
}

main#toppage .sustainability .content__inner {
    width: 1080px;
}

main#toppage .sustainability .content__inner .sastainability-inner {
    margin-top: 40px;
    width: 620px;
}

@media (max-width: 750px) {
    main#toppage .sustainability .content__inner .sastainability-inner {
        width: 100%;
    }
}

main#toppage .sustainability .content__inner .sastainability-inner ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

@media (max-width: 750px) {
    main#toppage .sustainability .content__inner .sastainability-inner ul {
        flex-direction: column;
        gap: 20px;
    }
}

main#toppage .sustainability .content__inner .sastainability-inner ul li {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 245px;
    padding-right: 12px;
}

@media (max-width: 750px) {
    main#toppage .sustainability .content__inner .sastainability-inner ul li {
        padding-right: 6px;
    }
}

main#toppage .sustainability .content__inner .sastainability-inner ul li a {
    text-decoration: underline;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main#toppage .sustainability .content__inner .sastainability-inner ul li a p {
    font-size: 1em;
    width: calc(100% - 40px);
}

main#toppage .sustainability .content__inner .sastainability-inner ul li a::after {
    margin-left: 35px;
    position: relative;
}

main#toppage .lightblue__content {
    background-color: #DFEAFF;
}

main#toppage .lightblue__content .linkarea {
    padding: 80px 0;
}

@media (max-width: 750px) {
    main#toppage .lightblue__content .linkarea {
        padding: 40px 0;
    }
}

main#toppage .lightblue__content .linkarea .carousel__cont {
    width: 1080px;
    margin: 20px auto 0;
}

@media (max-width: 750px) {
    main#toppage .lightblue__content .linkarea .carousel__cont {
        width: calc(100% - 60px);
    }
}

main#toppage .lightblue__content .linkarea .carousel__cont a {
    transition: opacity 0.3s;
}

main#toppage .lightblue__content .linkarea .carousel__cont a:hover {
    opacity: 0.7;
}

main#toppage .lightblue__content .linkarea .carousel__cont .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #193264;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s;
    flex-shrink: 0;
}

main#toppage .lightblue__content .linkarea .carousel__cont .dot.is-active {
    background-color: #193264;
}

main#toppage .lightblue__content .linkarea .carousel__cont #prevBtnAuto {
    left: -45px;
}

main#toppage .lightblue__content .linkarea .carousel__cont #nextBtnAuto {
    right: -40px;
}

@media (max-width: 750px) {
    main#toppage .lightblue__content .linkarea .carousel__cont #prevBtnAuto {
        left: -35px;
    }

    main#toppage .lightblue__content .linkarea .carousel__cont #nextBtnAuto {
        right: -35px;
    }
}

main#toppage .lightblue__content .linkarea .carousel__cont #sectionAuto-link .carousel-controls {
    gap: 20px;
}

@media (max-width: 750px) {
    main#toppage .lightblue__content .linkarea .carousel__cont #sectionAuto-link .carousel-controls {
        gap: 10px;
    }
}

main#toppage .lightblue__content .linkarea .carousel__cont .carousel-btn {
    width: 30px;
    height: 30px;
    border-radius: 0;
    background-color: transparent;
    color: #193264;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    flex-shrink: 0;
}

/*notice*/
main#toppage .lightblue__content .notice {
    padding: 70px 0;
    border-top: 1px solid #fff;
}

@media (max-width: 750px) {
    main#toppage .lightblue__content .notice {
        padding: 40px 0;
    }
}

main#toppage .lightblue__content .notice .content__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
}

main#toppage .lightblue__content .notice .content__inner ul {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

main#toppage .lightblue__content .notice .content__inner ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: underline;
}

main#toppage .lightblue__content .notice .content__inner ul li a p {
    font-size: 1em;
    width: calc(100% - 26px);
}

main#toppage .lightblue__content .notice .content__inner ul li a::after {
    margin-left: 26px;
    position: relative;
}

/*common-layout*/
main#toppage h2 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 6.4em;
    text-align: center;
    display: block;
    line-height: 1;
}

@media (max-width: 750px) {
    main#toppage h2 {
        font-size: 3.2em;
    }
}

main#toppage h2.fzs {
    font-size: 4em;
}

@media (max-width: 750px) {
    main#toppage h2.fzs {
        font-size: 2.4em;
    }
}

main#toppage h3 {
    font-size: 1.8em;
    text-align: center;
    display: block;
    margin-top: 12px;
}

@media (max-width: 750px) {
    main#toppage h3 {
        font-size: 1.2em;
    }
}

main#toppage h3.fzh {
    font-family: "Roboto", sans-serif;
    font-size: 4em;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 750px) {
    main#toppage h3.fzh {
        font-size: 2.4em;
    }
}

main#toppage .ta-left {
    text-align: left;
}

main#toppage .co-white {
    color: #fff;
}

main#toppage .co-blue {
    color: #193264;
}

main#toppage .co-black {
    color: #323232;
}

main#toppage .content__inner {
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 750px) {
    main#toppage .content__inner {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }
}

main#toppage .content__inner.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 750px) {
    main#toppage .content__inner.flex {
        flex-direction: column;
    }
}

main#toppage .content__inner.flex .title-box {
    width: calc(50% - 40px);
}

@media (max-width: 750px) {
    main#toppage .content__inner.flex .title-box {
        width: 100%;
        margin-bottom: 40px;
    }
}

main#toppage .content__inner.flex .title-text {
    width: calc(50% + 20px);
}

@media (max-width: 750px) {
    main#toppage .content__inner.flex .title-text {
        width: 100%;
    }
}

main#toppage .content__inner h4 {
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: 20px;
    font-weight: 500;
}

main#toppage .content__inner p {
    font-size: 1.4em;
    line-height: 1.5em;
}

main#toppage .content__inner h2+p {
    margin-top: 20px;
}

/*common__arrowbtn*/
main#toppage a.arrow {
    transition: opacity .3s;
    font-size: 1.4em;
}

main#toppage a.arrow::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    font-size: 1em;
}

main#toppage a.arrow:hover {
    opacity: 0.7;
}

main#toppage a.arrow:focus-visible {
    outline: 2px solid orange;
}

main#toppage a.arrow.blue {
    color: #0068B5;
}

main#toppage a.arrow.dark-blue {
    color: #193264;
}

main#toppage a.arrow.white {
    color: #fff;
}

main#toppage a.arrow.black {
    color: #323232;
}

main#toppage a.arrow.orenge {
    color: #CF3700;

    ;
}

main#toppage a.arrow.blue::after {
    border-top: 2px solid #0068B5;
    border-right: 2px solid #0068B5;
}

main#toppage a.arrow.dark-blue::after {
    border-top: 2px solid #193264;
    border-right: 2px solid #193264;
}

main#toppage a.arrow.white::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

main#toppage a.arrow.black::after {
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
}

main#toppage a.arrow.orenge::after {
    border-top: 2px solid #CF3700;
    border-right: 2px solid #CF3700;
}

main#toppage a.arrow.linkbox {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 26px 12px 20px;
}

main#toppage a.arrow.f-bold {
    font-weight: bold;
}

main#toppage a.arrow.blank::after {
    font-family: "toppan-icons";
    content: "\f10e";
    margin-left: 0em;
    font-size: 1.5em;
    transition: color .3s;
    transform: rotate(0);
    width: 1em;
    height: 1em;
    overflow: hidden;
    border: none !important;
    text-decoration: none;
    margin-left: 5px !important;
}

/* ── common carousel ── */
main#toppage .carousel-section {
    width: 100%;
}

main#toppage .carousel {
    position: relative;
    width: 100%;
}

main#toppage .carousel-inner {
    position: relative;
    width: 100%;
}

main#toppage .carousel-viewport {
    overflow: hidden;
    width: 100%;
}

main#toppage .carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

main#toppage .carousel-slide {
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

main#toppage #sectionAuto-stories .carousel-slide {
    width: calc((100% - 22px * 2) / 3.1);
}

@media (max-width: 750px) {
    main#toppage #sectionAuto-stories .carousel-slide {
        width: 45vw;
    }

    main#toppage #sectionAuto-stories .carousel-track {
        padding: 0 calc(15vw - 22px / 2);
    }
}

main#toppage #sectionAuto-link .carousel-slide {
    width: calc((100% - 22px * 3) / 4);
}

@media (max-width: 750px) {
    main#toppage #sectionAuto-link .carousel-slide {
        width: calc((100% - 11px) / 2);
    }

    main#toppage #sectionAuto-link .carousel-track {
        padding: 0;
        gap: 10px;
    }
}

main#toppage #sectionAuto-stories .carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

main#toppage #sectionAuto-stories .carousel-controls #dotsAuto-stories {
    margin-left: 20px;
}

@media (max-width: 750px) {
    main#toppage #sectionAuto-stories .carousel-controls #dotsAuto-stories {
        margin-left: 0;
    }
}

main#toppage #sectionAuto-stories .carousel-controls #playPauseBtn {
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

@media (max-width: 750px) {
    main#toppage #sectionAuto-stories .carousel-controls #playPauseBtn {
        margin-right: 0;
    }
}

main#toppage #sectionAuto-link .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

main#toppage #sectionAuto-link .carousel-btn:hover {
    transform: translateY(-50%) scale(1.08);
}

main#toppage #prevBtnAuto {
    left: 12px;
}

main#toppage #nextBtnAuto {
    right: 12px;
}

main#toppage #sectionAuto-link .carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}

main#toppage .carousel-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #193264;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    flex-shrink: 0;
}

main#toppage .carousel-btn:hover {
    opacity: 0.7;
}

main#toppage .carousel-btn:focus-visible {
    outline: 2px solid orange;
    outline-offset: 1px;
}

main#toppage .carousel-btn svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

main#toppage .carousel-dots {
    display: flex;
    gap: 20px;
    align-items: center;
}

@media (max-width: 750px) {
    main#toppage #sectionAuto-link .carousel-dots {
        gap: 12px;
    }
}

main#toppage .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0068b5;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s;
    flex-shrink: 0;
}

main#toppage .dot.is-active {
    background-color: #fff;
}

main#toppage .dot:focus-visible {
    outline: 2px solid orange;
    outline-offset: 1px;
}

main#toppage .play-pause-btn {
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: opacity 0.3s;
}

main#toppage .play-pause-btn:hover {
    opacity: 0.7;
}

main#toppage .play-pause-btn:focus-visible {
    outline: 2px solid orange;
    outline-offset: 1px;
}

main#toppage .play-pause-btn .icon-play,
main#toppage .play-pause-btn .icon-pause {
    width: 14px;
    height: 16px;
    fill: currentColor;
    position: relative;
    z-index: 1;
}

main#toppage .play-pause-btn .icon-play {
    display: block;
}

main#toppage .play-pause-btn .icon-pause {
    display: none;
}

main#toppage .play-pause-btn.is-playing .icon-play {
    display: none;
}

main#toppage .play-pause-btn.is-playing .icon-pause {
    display: block;
}

/*pagetop*/
main#toppage #back-to-top {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 54px;
    height: 54px;
    border: 1px solid #193264;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .3s, transform .3s;
}

main#toppage #back-to-top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

main#toppage #back-to-top:hover {
    opacity: 0.7;
}

main#toppage #back-to-top svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}