#robot_day .tit_video .centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    white-space: nowrap;
}

#robot_day .tit_video .centered-text .tx-wrapper {
    display: inline-block;
    transform-origin: center center;
}

#robot_day .tit_video .centered-text p {
    color: #fff;
    font-size: 3vw;
    line-height: 3vw;
    font-weight: 700;
    padding-top: 3%;
}

#robot_day .tit_video .centered-text .tx {
    color: #fff;
    font-size: 1.1vw;
    font-weight: 200;
    line-height: 1.5vw;
    padding-top: 4%;
}

#robot_day .tit_video .centered-text .tx br.mo {
    display: none
}

#robot_day .tit_video .centered-text .bt {
    color: #fff;
    font-size: 1.1vw;
    font-weight: 200;
    line-height: 1.5vw;
    padding-top: 9%;
}

#robot_day .tit_video .centered-text .bt a {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 200;
    width: 23.2rem;
    height: 5rem;
    line-height: 4.8rem;
    background: rgba(0,0,0,0.3);
    text-align: center;
    color: #fff;
    border: 0.1rem solid rgba(0,0,0,0.3);
    box-sizing: border-box;
    margin: 0 0.8rem;
    border-radius: 3rem;
    transition: 0.3s;
}

#robot_day .tit_video .centered-text .bt a:first-child {
    background: rgba(0,0,0,0.3);
    border: 0.1rem solid rgba(0,0,0,0.3);
}

#robot_day .tit_video .centered-text .bt a:hover {
    background: #d43291;
}

#robot_day .tit_video .centered-text .bt a:first-child:hover {
    background: #d43291;
}

#robot_day .tit_video .centered-text .bt span {
    padding-left: 1.5rem
}

@media screen and (max-width: 1024px) {
    #robot_day .tit_video .centered-text p {
        font-size:6.5vw;
        line-height: 7vw;
        padding-top: 8%;
    }

    #robot_day .tit_video .centered-text .tx {
        font-size: 3vw;
        line-height: 4vw;
        padding-top: 8%;
    }

    #robot_day .tit_video .centered-text .tx br.mo {
        display: block
    }

    #robot_day .tit_video .centered-text .bt {
        font-size: 3vw;
        line-height: 4vw;
        padding-top: 9%;
    }

    #robot_day .tit_video .centered-text .bt a {
        font-size: 1.2rem;
        width: auto;
        height: 3rem;
        line-height: 2.8rem;
        padding: 0 5vw;
        margin: 0 0.4rem
    }

    #robot_day .tit_video .centered-text .bt span {
        padding-left: 1rem
    }
}

#robot_day .rd2 {
    width: 100%;
    position: relative;
}

#robot_day .rd2 picture img {
    width: 100%;
    display: block;
}

#robot_day .rd2 .centered-text {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 10%;
    width: 90%;
    transform: translateY(-50%);
    text-align: left;
}

#robot_day .rd2 .centered-text .tt img {
    width: 6.5rem;
}

#robot_day .rd2 .centered-text p {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.6rem;
    color: #000;
    padding-top: 1vw;
}

#robot_day .rd2 .centered-text .tx {
    color: #000;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 2.1rem;
    padding: 1.2rem 0 0;
}

#robot_day .rd2 .centered-text .tx span {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    padding: 2vw 0 0.7vw;
}

#robot_day .rd2 .centered-text .tx span br {
    display: none;
}

#robot_day .rd2 .centered-text .bt {
    width: 100%;
    margin-top: 2.8vw;
    position: relative;
    z-index: 2;
}

#robot_day .rd2 .centered-text .bt ul {
    max-width: 64rem;
    display: flex;
    gap: 2.4rem;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

#robot_day .rd2 .centered-text .bt ul li {
    display: flex;
}

#robot_day .rd2 .centered-text .bt ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    color: #000;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 300;
    width: 25rem;
    height: 25rem;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 2rem 2.4rem;
}

#robot_day .rd2 .centered-text .bt ul li:first-child a {
    background: #003366;
    color: #fff;
}

#robot_day .rd2 .centered-text .bt ul li a span {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    padding-left: 0;
    color: #003366;
    line-height: 3.2rem;
}

#robot_day .rd2 .centered-text .bt ul li:first-child a span {
    color: #fff;
}

#robot_day .rd2 .centered-text .bgim {
    position: absolute;
    left: 0;
    bottom: -9rem;
    transform: translateY(0);
    text-align: center;
    z-index: 1;
}

#robot_day .rd2 .centered-text .bgim img {
    width: auto;
    max-width: 64rem;
    height: auto;
}

@media screen and (max-width: 1024px) {
    #robot_day .rd2 .centered-text {
        position:absolute;
        top: 0;
        left: 5%;
        width: 90%;
        transform: translateY(0);
        text-align: left;
    }

    #robot_day .rd2 .centered-text .tt {
        padding-top: 12vw;
    }

    #robot_day .rd2 .centered-text .tt img {
        width: 6rem;
    }

    #robot_day .rd2 .centered-text p {
        font-size: 6vw;
        line-height: 7vw;
        padding-top: 4vw;
    }

    #robot_day .rd2 .centered-text .tx {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    #robot_day .rd2 .centered-text .tx span {
        font-size: 1.8rem;
        line-height: 2.2rem;
        padding: 4vw 0 1.5vw;
    }

    #robot_day .rd2 .centered-text .tx br {
        display: none;
    }

    #robot_day .rd2 .centered-text .tx span br {
        display: block;
    }

    #robot_day .rd2 .centered-text .bt {
        width: 100%;
        margin-top: 4vw;
        letter-spacing: -0.05rem;
    }

    #robot_day .rd2 .centered-text .bt ul {
        max-width: 100%;
        display: flex;
        gap: 3vw;
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    #robot_day .rd2 .centered-text .bt ul li a {
        font-size: 3vw;
        line-height: 4vw;
        width: 45vw;
        height: 45vw;
        border-radius: 50%;
        padding: 0 !important;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    #robot_day .rd2 .centered-text .bt ul li a span {
        font-size: 5vw;
        margin-bottom: 8px;
        line-height: 6vw;
    }

    #robot_day .rd2 .centered-text .bgim {
        position: absolute;
        left: 5%;
        right: 5%;
        bottom: -5rem;
        text-align: center;
        z-index: 1;
    }

    #robot_day .rd2 .centered-text .bgim img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
}

#robot_day .rd3 {
    width: 100%;
    position: relative;
}

#robot_day .rd3 picture img {
    width: 100%;
    display: block;
}

#robot_day .rd3 .centered-text {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translateY(-50%);
    text-align: left;
    white-space: normal;
    color: #fff;
    max-width: 930px;
    transition: 0.3s;
}

#robot_day .rd3 .centered-text .tt {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 5.5rem;
}

#robot_day .rd3 .centered-text .tx {
    font-size: 1.7rem;
    font-weight: 200;
    line-height: 2.1rem;
    padding: 1rem 0 4.5rem;
}

#robot_day .rd3 .centered-text .card_box {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2.6rem;
}

#robot_day .rd3 .centered-text .card_box > li {
    flex: 0 0 calc(50% - 1.3rem);
}

#robot_day .rd3 .centered-text .card_box > li > div {
    position: relative;
    padding: 4rem 3.3rem;
    border-radius: 2rem;
    background: linear-gradient(90deg,#0b539a 0%,#dcdcdd 100%);
    display: flex;
    align-items: center;
    gap: 3.8rem;
    text-align: left;
}

#robot_day .rd3 .centered-text .card_box > li > div::before {
    content: '';
    position: absolute;
    inset: 0.2rem;
    background: #2e3036;
    border-radius: 1.7rem;
    z-index: 0;
}

#robot_day .rd3 .centered-text .card_box p,#robot_day .rd3 .centered-text .card_box span {
    position: relative;
    z-index: 1;
    text-align: left;
}

#robot_day .rd3 .centered-text .card_box p {
    width: 6.6rem;
    margin: 0;
    flex-shrink: 0;
}

#robot_day .rd3 .centered-text .card_box p img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    border-radius: 0;
    object-fit: contain;
}

#robot_day .rd3 .centered-text .card_box span {
    display: block;
    font-size: 1.7rem;
    font-weight: 100;
    line-height: 2.1rem;
}

#robot_day .rd3 .centered-text .card_box span strong {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.2rem;
}

@media (max-width: 1400px) {
    #robot_day .rd3 .centered-text {
        left:28%;
        max-width: 85rem;
    }

    #robot_day .rd3 .centered-text .tt {
        font-size: 3rem;
        line-height: 4rem;
    }

    #robot_day .rd3 .centered-text .tx {
        font-size: 1.4rem;
        padding: 1rem 0 2.5rem;
    }

    #robot_day .rd3 .centered-text .card_box {
        gap: 2rem;
    }

    #robot_day .rd3 .centered-text .card_box > li {
        flex: 0 0 calc(50% - 1rem);
    }

    #robot_day .rd3 .centered-text .card_box > li > div {
        padding: 2rem 2rem;
        gap: 2rem;
    }

    #robot_day .rd3 .centered-text .card_box p {
        width: 5.5rem;
    }

    #robot_day .rd3 .centered-text .card_box span {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    #robot_day .rd3 .centered-text .card_box span strong {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 1024px) {
    #robot_day .rd3 {
        background:#2e3036
    }

    #robot_day .rd3 picture {
        display: none
    }

    #robot_day .rd3 .centered-text {
        position: relative;
        top: auto;
        left: 5%;
        transform: none;
        max-width: 90%;
        width: 90%;
    }

    #robot_day .rd3 .centered-text .tt {
        font-size: 6.5vw;
        line-height: 7vw;
        padding-top: 15vw;
    }

    #robot_day .rd3 .centered-text .tx {
        font-size: 1.2rem;
        line-height: 1.6rem;
        padding: 1.5rem 0 2.5rem;
    }

    #robot_day .rd3 .centered-text .tx br.mo {
        display: none
    }

    #robot_day .rd3 .centered-text .card_box {
        gap: 1.5rem;
        padding-bottom: 5rem
    }

    #robot_day .rd3 .centered-text .card_box > li {
        flex: 0 0 100%;
    }

    #robot_day .rd3 .centered-text .card_box > li > div {
        padding: 2.4rem 2rem;
        border-radius: 1.5rem;
        gap: 2rem;
    }

    #robot_day .rd3 .centered-text .card_box > li > div::before {
        border-radius: 1.5rem;
    }

    #robot_day .rd3 .centered-text .card_box p {
        width: 5.5rem
    }

    #robot_day .rd3 .centered-text .card_box span {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    #robot_day .rd3 .centered-text .card_box span strong {
        font-size: 1.6rem;
        margin-bottom: 0.8rem;
    }
}

#robot_day .rd4 {
    padding: 7vw 0 8vw
}

#robot_day .rd4 .inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    color: #000;
}

#robot_day .rd4 .col-left {
    flex: 0 0 30%;
}

#robot_day .rd4 .col-right {
    flex: 0 0 70%;
}

#robot_day .rd4 .tt {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 5.5rem;
}

#robot_day .rd4 .tx {
    font-size: 1.7rem;
    line-height: 2.1rem;
    margin-bottom: 5rem;
}

#robot_day .rd4 .box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

#robot_day .rd4 .box .item .img img {
    width: 100%;
    display: block;
    border: 0;
}

#robot_day .rd4 .box .item .tx01 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 1.5rem 0 1rem;
}

#robot_day .rd4 .box .item .tx02 {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: 200;
    padding-bottom: 1.2rem
}

@media(max-width: 1024px) {
    #robot_day .rd4 {
        padding:12vw 0 10vw
    }

    #robot_day .rd4 .inner {
        flex-direction: column;
        width: 90%;
    }

    #robot_day .rd4 .col-left {
        flex: none;
    }

    #robot_day .rd4 .tt {
        font-size: 6.5vw;
        line-height: 7vw;
    }

    #robot_day .rd4 .tx {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-bottom: 4rem;
        padding-top: 1.5rem
    }

    #robot_day .rd4 .box {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    #robot_day .rd4 .box .item .tx01 {
        font-size: 1.8rem;
        margin: 1rem 0 0.6rem;
    }

    #robot_day .rd4 .box .item .tx02 {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

#robot_day .rd5 {
    padding: 7vw 0 9vw;
    background: #3182b6
}

#robot_day .rd5 .inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    color: #fff;
}

#robot_day .rd5 .col-left {
    flex: 0 0 30%;
}

#robot_day .rd5 .col-right {
    flex: 0 0 70%;
}

#robot_day .rd5 .tt {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 5.5rem;
}

#robot_day .rd5 .tx {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: 200;
    margin-bottom: 6.5rem;
}

#robot_day .rd5 .box {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3.3rem;
    max-width: 82rem;
}

#robot_day .rd5 .box .item {
    border: 0.2rem solid #fff;
    border-radius: 2rem;
    padding: 4rem 1rem 3rem;
    text-align: center;
    color: #fff;
}

#robot_day .rd5 .box .item .icon img {
    width: 6rem;
    height: auto;
    display: block;
    margin: 0 auto
}

#robot_day .rd5 .box .item .tx01 {
    font-size: 2.2rem;
    font-weight: 500;
    margin: 3rem 0 1.2rem;
}

#robot_day .rd5 .box .item .tx02 {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: 200;
    padding: 0 1.5rem
}

@media(max-width: 1024px) {
    #robot_day .rd5 {
        padding:12vw 0 12vw
    }

    #robot_day .rd5 .inner {
        flex-direction: column;
        width: 90%;
    }

    #robot_day .rd5 .col-left {
        flex: none;
    }

    #robot_day .rd5 .tt {
        font-size: 6.5vw;
        line-height: 7vw;
    }

    #robot_day .rd5 .tx {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-bottom: 3rem;
        padding-top: 1.5rem
    }

    #robot_day .rd5 .box {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    #robot_day .rd5 .box .item {
        border-radius: 1.5rem;
        padding: 3rem 1rem 2.5rem;
    }

    #robot_day .rd5 .box .item .icon img {
        width: 5rem;
        height: auto;
        display: block;
        margin: 0 auto
    }

    #robot_day .rd5 .box .item .tx01 {
        font-size: 1.8rem;
        margin: 1.5rem 0 0.6rem;
    }

    #robot_day .rd5 .box .item .tx02 {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

#robot_day .rd6 {
    padding: 7vw 0 9vw;
}

#robot_day .rd6 .inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    color: #000;
}

#robot_day .rd6 .col-left {
    flex: 0 0 23%;
}

#robot_day .rd6 .col-right {
    flex: 0 0 77%;
}

#robot_day .rd6 .tt {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 5.5rem;
}

.slide_box1 {
    width: 100%
}

.slide_box1 .box {
    width: 100%;
    max-width: 100rem;
    position: relative;
    overflow: hidden;
}

.slide_box1 .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease;
}

.slide_box1 .item.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.slide_box1 .tit {
    width: 88%;
    margin-left: 12%
}

.slide_box1 .s_logo img {
    height: 2.8rem;
    margin-bottom: 2rem
}

.slide_box1 .tx {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: 300;
    padding-bottom: 4rem;
}

.slide_box1 .visual {
    width: 100%
}

.slide_box1 .visual img {
    display: block;
    width: 100%;
    height: auto;
}

.slide_box1 .nav {
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    width: 4.8rem;
    height: 4.8rem;
    border: none;
    background: none;
    font-size: 8rem;
    line-height: 1;
    cursor: pointer;
    color: #696969;
    z-index: 10;
}

.slide_box1 .nav.prev {
    left: 1.8rem;
}

.slide_box1 .nav.next {
    right: 1.8rem;
}

@media(max-width: 1024px) {
    #robot_day .rd6 {
        padding:12vw 0 12vw
    }

    #robot_day .rd6 .inner {
        flex-direction: column;
        width: 100%;
    }

    #robot_day .rd6 .col-left {
        flex: none;
        width: 100%;
        text-align: center
    }

    #robot_day .rd6 .tt {
        font-size: 6.5vw;
        line-height: 7vw;
    }

    .slide_box1 .tit {
        width: 78%;
        margin: 0 11%;
        height: 13rem;
        overflow: hidden;
        vertical-align: top
    }

    .slide_box1 .tit br {
        display: none
    }

    .slide_box1 .s_logo {
        padding-top: 2.5rem;
        text-align: center
    }

    .slide_box1 .s_logo img {
        height: 2rem;
        margin: 0 auto 1rem
    }

    .slide_box1 .tx {
        font-size: 1.2rem;
        line-height: 1.6rem;
        padding-bottom: 2rem;
        text-align: center
    }

    .slide_box1 .nav {
        top: 65%;
        transform: translateY(-65%);
        font-size: 3rem;
    }

    .slide_box1 .nav.prev {
        left: 0;
    }

    .slide_box1 .nav.next {
        right: 0;
    }
}

#robot_day .rd7 {
    padding: 7vw 0 9vw;
    background: url('/imgs/robot_day/rd7_bg.png') no-repeat center center / cover;
}

#robot_day .rd7 .tt {
    width: 80%;
    margin: 0 auto;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 5.5rem;
    color: #fff;
}

#robot_day .rd7 .tt span {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: 200;
    display: block;
    padding-top: 0.7rem
}

.slide_box2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 5rem 0 4rem;
}

.slide_box2 .box {
    display: flex;
    align-items: stretch;
    will-change: transform;
}

.slide_box2 .slide_item {
    flex: 0 0 25%;
    padding: 0 0.7rem;
    box-sizing: border-box;
}

.slide_box2 .slide_item .thumb {
    border-radius: 1.8rem;
    overflow: hidden;
    margin-bottom: 1.6rem;
}

.slide_box2 .slide_item .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.slide_box2 .slide_item .txt-box {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
    padding: 0 2%
}

.slide_box2 .slide_item .tit {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 400;
    padding: 0.2rem 0 0.7rem
}

.slide_box2 .slide_item .txt {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 100;
}

@media (max-width: 1024px) {
    #robot_day .rd7 .tt {
        font-size:6.5vw;
        line-height: 7vw;
        padding-top: 2rem
    }

    #robot_day .rd7 .tt span {
        font-size: 1.2rem;
        line-height: 1.6rem;
        padding-top: 0.7rem
    }

    .slide_box2 {
        padding: 2rem 0 2rem;
    }

    .slide_box2 .slide_item {
        flex: 0 0 50%;
        padding: 0 0.5rem;
    }

    .slide_box2 .slide_item .thumb {
        border-radius: 0.8rem;
        margin-bottom: 0.6rem;
    }

    .slide_box2 .slide_item .txt-box {
        padding: 0 3%
    }

    .slide_box2 .slide_item .tit {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .slide_box2 .slide_item .txt {
        display: none
    }
}