    .pc_view {
        display: block;
    }

    .sp_view {
        display: none;
    }

    div#komaset.mw980 {
        max-width: 980px;
        margin: auto;
    }

    div#komaset header {
        margin-top: 60px;
    }

    div#komaset h1.triangle_left_blue {
        font-size: 4rem;
        line-height: 1.4;
        text-align: left;
        position: relative;
        padding-left: 60px;
        margin: 40px 0;
        font-weight: 300;
    }

    div#komaset h1.triangle_left_blue:before {
        content: "";
        width: 30px;
        height: 60px;
        clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
        background: linear-gradient(to right, #0046ad 0%, #1132ff 15%, #0087ff 100%);
        position: absolute;
        top: 0;
        left: 0;

    }

    #komaset figure {
        margin: 0 0 60px 0;
        text-align: center;
    }

    div#komaset p,
    div#komaset a.link_triangle {
        font-size: 1.8rem;
        line-height: 1.5;
        margin-bottom: 40px;
    }

    #komaset a:hover,
    #komaset a.link_triangle:hover {
        color: #1132ff;
        text-decoration: underline;
    }

    #komaset a.link_triangle {
        padding-left: 18px;
        display: block;
        position: relative;
        color: #0046ad;
        text-decoration: none;
    }

    div#komaset a.link_triangle:before {
        content: "";
        width: 8px;
        height: 16px;
        clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
        background: linear-gradient(to right, #0046ad 0%, #1132ff 15%, #0087ff 100%);
        position: absolute;
        top: 0.6rem;
        left: 0;
    }

    div#komaset header div {
        text-align: left;
        font-size: 1.4rem;
    }

    div#komaset header div strong {
        font-weight: bold;
    }

    div#komaset figure figcaption,
    div#komaset .txtsrc {
        display: block;
        margin-top: 20px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    div#komaset figure figcaption {
        margin-top: 20px;
        text-align: left;
    }

    div#komaset h2 {
        font-size: 3rem;
        line-height: 1.4;
        font-weight: 500;
        margin-top: 100px;
        margin-bottom: 20px;
    }

    div#komaset h3 {
        font-size: 2.6rem;
        line-height: 1.4;
        font-weight: 700;
        margin-top: 80px;
        margin-bottom: 20px;
    }

    div#komaset .bg_glay h3 {
        margin-top: 0;
    }

    /*Slider*/

    svg.swiper-navigation-icon {
        display: none;
    }

    .topSlider {
        position: relative;
        width: 100vw;
        /* padding-bottom: 86px; */
    }

    .swiper {
        padding-bottom: 63px !important;
    }

    .topSlider__controller {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 10px;
        left: 50%;
        width: 100%;
        height: 0;
        transform: translateX(-50%) translateZ(0);
        gap: 40px;

    }

    .topSlider__controller .swiper-button-next,
    .topSlider__controller .swiper-button-prev {
        position: relative;
        top: auto;
        width: 33px;
        height: 33px;
        margin-top: 0;
    }

    .topSlider__controller .swiper-button-next {
        background: url(https://www.tdk.com/tdkcorpdr/lightbox/images/next.png) no-repeat;
    }

    .topSlider__controller .swiper-button-prev {
        background: url(https://www.tdk.com/tdkcorpdr/lightbox/images/prev.png) no-repeat;
    }

    .topSlider__controller .swiper-button-next:hover {
        background: url(https://www.tdk.com/tdkcorpdr/lightbox/images/next_on.png) no-repeat;
    }

    .topSlider__controller .swiper-button-prev:hover {
        background: url(https://www.tdk.com/tdkcorpdr/lightbox/images/prev_on.png) no-repeat;
    }

    .topSlider__controller .swiper-pagination {
        position: relative;
        top: auto;
        bottom: auto;
        width: auto;
    }

    span.swiper-pagination-bullet.swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 10px !important;
        border: 1px solid #000;
        background-color: #fff;
    }

    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #000;
    }

    .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        width: fit-content;
    }

    div#komaset section {
        /*margin-top: 100px;*/
        margin: 0;
    }

    div#komaset .mt40 {
        margin-top: 40px;
    }

    div#komaset .mt60 {
        margin-top: 60px;
    }

    div#komaset .mb0 {
        margin-bottom: 0;
    }

    div#komaset .mb20 {
        margin-bottom: 20px;
    }

    div#komaset .mb30 {
        margin-bottom: 30px;
    }

    div#komaset .mb40 {
        margin-bottom: 40px;
    }

    div#komaset .mb60 {
        margin-bottom: 60px;
    }


    div#komaset section ul {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    div#komaset section li {
        list-style: disc;
        margin-bottom: 20px;
        font-size: 1.8rem;
        margin-left: 2rem;
    }

    div#komaset section ol.numlist li {
        list-style: decimal;
        padding-left: 2rem;
    }

    /*table_01*/

    div#komaset section .table-wrap {
        margin-top: 30px;
    }



    div#komaset section .table_01 th,
    div#komaset section .table_01 td {
        padding: 15px 20px;
        font-size: 1.8rem;
        border: 1px solid #c1c1c1;
        font-weight: 500;
    }

    div#komaset section .table_01 th {
        background-color: #e0e0e0;
        font-weight: 700;
    }






    /*Contact*/

    .bd_l_flex_half {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .bd_l_flex_half > div {
        width: calc(50% - 10px);
        border-left: 1px solid #c1c1c1;
        padding-left: 20px;
        margin-bottom: 40px;
    }

    div#komaset .bd_l_flex_half > div p {
        margin-bottom: 0;
    }

    div#komaset .bd_l_flex_half > div p.contact_name {
        font-size: 2.4rem;
        margin-bottom: 25px;
    }



    /*img モーダル*/

    div#komaset .imgmodal {
        margin-top: 30px;
    }

    .imgmodal_list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .imgmodal_list a {
        /* 3列に分割するための設定 */
        flex-basis: calc(33.333% - 13.333px);
        /* gapの20pxを考慮して調整 */
        display: block;
        height: auto;
        position: relative;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }

    .imgmodal_list a > div {
        width: 100%;
        height: 100%;
    }


    .imgmodal_list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .imgmodal_list a::after {
        content: '';
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 29px;
        height: 29px;
        z-index: 10;
        background-image: url('/ja/about/press/img/formula_arrow.png');
        background-size: cover;
        background-repeat: no-repeat;
        pointer-events: none;
    }

    .imgmodal_list a:hover::after {
        background-image: url('/ja/about/press/img/formula_arrow_on.png');
    }





    /*gray背景*/

     div#komaset section.bg_glay {
        width: 100vw;
        background-color: #f5f5f5;
        padding: 80px calc(50vw - 50%);
        margin: 0 calc(50% - 50vw);
        max-width: 100vw;
    }

    div#komaset section .flex_btn {
        display: flex;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    div#komaset section .flex_btn > a {
        font-size: 1.6rem;
        padding: 14px 38px;
        color: #fff;
        text-decoration: none;
        background: linear-gradient(to right, #0046ad 0%, #1132ff 15%, #0087ff 100%);
        border-radius: 8px;
    }

    div#komaset section .flex_btn > a:hover {
        opacity: 0.6;
    }

    div#komaset section .flex_btn > a.dl_w::before {
        content: "";
        display: inline-block;
        width: 11px;
        height: 12px;
        margin-right: 10px;
        background-image: url('/ja/about/press/img/download_white.png');
        background-size: cover;
        background-repeat: no-repeat;
        pointer-events: none;
    }

    #komaset a.dl_b {
        font-size: 1.6rem;
        color: #0046ad;
        text-decoration: none;
        margin-top: 20px;
        text-align: center;
        display: block;
    }

    a.dl_b::before {
        content: "";
        display: inline-block;
        width: 11px;
        height: 12px;
        margin-right: 10px;
        background-image: url('/ja/about/press/img/download_blue.png');
        background-size: cover;
        background-repeat: no-repeat;
        pointer-events: none;
    }

    /*abouttdk*/
     div#komaset section.about_tdk {
        width: 100vw;
        padding: 80px calc(50vw - 50%);
        margin: 0 calc(50% - 50vw);
        max-width: 100vw;
        background: url('/ja/about/press/img/press_about_bg.png') no-repeat right center;
        background-size: auto 100%;
        border-top: 1px solid #d9d9d9;
    }

    div#komaset .about_tdk h3 {
        margin-top: 0;
    }

    div#komaset .about_tdk p {
        font-size: 1.6rem;
    }

    @media screen and (max-width: 1180px) {
        .center-aligned-container {
            padding: 0 40px;
        }
    }

    @media screen and (max-width: 767px) {
        .pc_view {
            display: none;
        }

        .sp_view {
            display: block;
        }

        .center-aligned-container {
            padding: 0 20px;
        }

        div#komaset header {
            padding-bottom: 0;
        }

        div#komaset h1.triangle_left_blue {
            font-size: 2.6rem;
            padding-left: 32px;
            margin: 20px 0 30px 0;
        }

        div#komaset h1.triangle_left_blue:before {
            width: 22px;
            height: 44px;
        }

        div#komaset h2 {
            font-size: 2.4rem;
            margin-top: 80px;
        }


        .bd_l_flex_half > div {
            width: 100%;
            margin-bottom: 30px;
        }

        div#komaset section .flex_btn {
            flex-wrap: wrap;
        }

        div#komaset section .flex_btn > a {
            text-align: center;
            width: 100%;
        }

         section.bg_glay {
            padding: 32px calc(50vw - 50%) 40px;
        }

        .table-wrap {
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-sclolling: touch;
            width: 100%;
            position: relative;
        }

        .table-wrap .table_01 {
            min-width: 1180px;
            border-collapse: collapse;
        }

        .scroll-hint {
            position: absolute;
            top: 30px;
            left: 0;
            right: 0;
            margin: auto;
            opacity: 1;
            pointer-events: none;
            transition: opacity 0.4s ease;
            width: 140px;
            height: auto;
        }

        div#komaset p,
        div#komaset header div,
        div#komaset a.link_triangle {
            margin-bottom: 20px;
        }



        div#komaset figure figcaption {
            margin-top: 10px;
        }

        #komaset figure {
            margin: 0 0 40px 0;
        }

        div#komaset section ul {
            margin-top: 20px;
            margin-bottom: 40px;
        }

        div#komaset section.about_tdk {
            background: url('/ja/about/press/img/press_about_bg_sp.png') no-repeat left center;
            padding: 60px calc(50vw - 50%);
        }

        div#komaset section ol.numlist li {
            padding-left: 1rem;
        }

        .topSlider__controller {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: absolute;
            bottom: 10px;
            left: 50%;
            width: 100%;
            height: 0;
            transform: translateX(-50%) translateZ(0);
            gap: 0;
        }

        .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
            width: calc(100% - 75px);
        }

        span.swiper-pagination-bullet.swiper-pagination-bullet {
            margin: 0 5px !important;
        }
    }

    @media screen and (min-width: 768px) {
        .scroll-hint {
            display: none;
        }
    }
