@charset "UTF-8";

/* =========================================================================
   Global / Animations / Common Parts
========================================================================= */
@-webkit-keyframes flash { 0% { opacity: .6; } 100% { opacity: 1; } }
@keyframes flash { 0% { opacity: .6; } 100% { opacity: 1; } }

.more { position: relative; display: inline-block; width: 200px; font-size: 16px; font-weight: 500; font-family: "Roboto", sans-serif; color: #fff; padding: 15px 20px; text-align: center; margin: 0 auto; background: #0e3476; border: 1px solid #0e3476; border-radius: 0px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.more::after { position: absolute; font-family: "fontello"; font-style: normal; font-weight: normal; display: inline-block; text-decoration: inherit; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e801"; right: 20px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.more:hover { color: #0e3476; background: #fff; }
.more:hover::after { right: 10px; }

#custom_main_visual .more { background: #e60012;  border: 1px solid #e60012; }
#custom_main_visual .more:hover { color: #e60012; background: #fff; }

/* =========================================================================
   Main Visual (#custom_main_visual)
========================================================================= */
#custom_main_visual { position: relative; width: 100%; height: 1000px; overflow: hidden; background-color: #f4f4f4; }
.slider-container { width: 100%; height: 100%; position: relative; }
.slide-item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 0; transition: opacity 1s ease-in-out; }
.slide-item.active { opacity: 1; z-index: 1; }
.slide-image { width: 100%; height: 100%; }
.slide-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slide-item .logo65th { position: absolute; top: 5.5vw; right: 0.5vw; }
.slide-item .main_catch { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 2; background: rgba(255,255,255,0.4); padding-top: 45px; padding: 0 2.5%; }
.main_catch_inner { padding: 30px 5% 50px 5%; color: #fff; }
.main_catch h1 { font-size: 40px; margin: 0 0 10px 0; font-weight: bold; text-shadow: 3px 3px 10px #000; }
.main_catch p { display: inline-block; border-top: 3px solid #e60012; font-weight: bold; font-size: 30px; margin: 15px 0 30px 0; padding-top: 15px; line-height: 1.7; text-shadow: 3px 3px 10px #000; }
.slider-dots { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: 12px; }
.slider-dots .dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255, 255, 255, 0.4); cursor: pointer; transition: 0.3s; }
.slider-dots .dot.active { background: #e60012; }

/* =========================================================================
   Section 01 / Section 05 Backgrounds
========================================================================= */
main #section01, main #section05 { background-image: linear-gradient(0deg, #004f98, #0e3476); }


/* =========================================================================
   Section 01 (ABOUT)
========================================================================= */
main #section01 h2 { margin-bottom: 50px; padding-top: 5px; } 
main #section01 h3 { margin-bottom: 30px; font-size: 20px; } 
main #section01 .inner { width: 1170px; margin: 0 auto; padding-bottom: 90px; color: #fff; }
main #section01 .inner .container { display: flex; justify-content: space-between; }
main #section01 .inner .container .txt_box { width: 420px; line-height: 2.0; }
main #section01 .inner .container .item_list { display: flex; flex-wrap: wrap; width: 650px; }
main #section01 .inner .container .item_list li { margin-bottom: 30px; width: 50%; }
main #section01 .inner .container .item_list li dl { display: table; }
main #section01 .inner .container .item_list li dt { display: table-cell; vertical-align: middle; }
main #section01 .inner .container .item_list li dd { display: table-cell; padding-left: 20px; vertical-align: middle; font-size: 30px; font-weight: bold; line-height: 1.5; }
main #section01 .inner .container .item_list li dd .small { font-size: 16px!important;  line-height: 1; }
main #section01 .txt { line-height: 1.8; }


/* =========================================================================
   Support Products (#support_products)
========================================================================= */
#support_products { background-color: #f8f8f8; padding-bottom: 60px; overflow: hidden; }
#support_products h2 { margin-bottom: 90px; } 
#support_products .sp_bg_area { position: relative; height: 400px; flex-direction: column; justify-content: center; background: url(/asset/image/top/bg_support.webp); }
#support_products .sp_bg_area::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 50, 100, 0.2); }
#support_products .sp_desc { position: relative; z-index: 1; color: #fff; font-size: 16px; text-align: center; line-height: 1.6; }
#support_products .carousel_wrap { position: relative; max-width: 1220px; margin: -100px auto 0; z-index: 5; padding: 0 60px 10px 60px; }
#support_products .carousel_viewport { overflow: hidden; width: 100%; touch-action: pan-y; cursor: grab; }
#support_products .carousel_viewport:active { cursor: grabbing; }
#support_products .focus_list { display: flex; padding: 0; margin: 0; list-style: none; }
#support_products .focus_list li { width: 260px; flex-shrink: 0; margin-right: 20px; overflow: hidden; }
#support_products .thumb { height: 260px; }
#support_products .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 10px; }
#support_products .txt_box { padding: 20px 0 0 0; position: relative; box-sizing: border-box; }
#support_products .cat { display: inline-block; background: #e60012; color: #fff; padding: 4px 12px; font-size: 12px; border-radius: 20px; margin-bottom: 10px; }
#support_products .txt_box h3 { font-size: 14px; margin: 0 0 20px 0; line-height: 1.5; color: #333130; }
#support_products .link_detail { color: #e60012; text-decoration: none; font-size: 14px; }
#support_products .nav_btn { position: absolute; top: 45%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background: rgba(0, 0, 0, 0.3); color: #fff; border: none; font-size: 20px; cursor: pointer; z-index: 10; }
#support_products .nav_btn:hover { background: rgba(0, 0, 0, 0.6); }
#support_products .nav_prev { left: 0; }
#support_products .nav_next { right: 0; }
#support_products .sp_btn_box { text-align: center; margin-top: 40px; }
#support_products .btn_readmore { display: inline-block; padding: 15px 40px; background: #003366; color: #fff; text-decoration: none; }
#support_products .carousel_dots { display: flex; justify-content: center; gap: 12px; margin-top: 25px; }
#support_products .carousel_dots .dot { width: 12px; height: 12px; background: #ccc; border-radius: 50%; cursor: pointer; transition: background 0.3s ease; }
#support_products .carousel_dots .dot.active { background: #e60012; }


/* =========================================================================
   Section 03 (SERVICE)
========================================================================= */
main #section03 { background: #fff url(/asset/image/top/bg_service.webp); background-size: cover; min-height: 550px; }
main #section03 h2 { margin-bottom: 110px; } 
main #section03 .inner { width: 1170px; margin: 0 auto; text-align: left; }
main #section03 .inner .txt_box { width: 420px; margin-bottom: 40px; }
main #section03 .inner .btn_box { width: 420px; }


/* =========================================================================
   Section 04 (CASE)
========================================================================= */
main #section04 { background: #fff url(/asset/image/top/bg_case.webp); background-size: cover; min-height: 550px; }
main #section04 h2 { margin-bottom: 110px; } 
main #section04 .inner { width: 1170px; margin: 0 auto; text-align: left; }
main #section04 .inner .txt_box { width: 420px; color: #fff; margin-bottom: 40px; }
main #section04 .inner .btn_box { width: 420px; text-align: left; }


/* =========================================================================
   Section 05 (COMPANY PROFILE)
========================================================================= */
main #section05 h2 { margin-bottom: 90px; } 
main #section05 .inner { width: 1000px; margin: 0 auto; padding-bottom: 90px; color: #fff; }
main #section05 .inner .container .item_list { display: flex; flex-wrap: wrap; justify-content: space-between; }
main #section05 .inner .container .item_list li { width: 31%; }
main #section05 .inner .container .item_list li a { color: #fff; }
main #section05 .inner .container .item_list li dd { margin-top: 15px; line-height: 1.75; font-size: 16px; }
main #section05 .inner .container .item_list li dd span { font-size: 20px; }
main #section05 .inner .container .item_list li a:hover { opacity: 1; -webkit-animation: flash 1s; animation: flash 1s; }


/* =========================================================================
   Section 06 (RECRUIT)
========================================================================= */
main #section06 { background: #fff url(/asset/image/top/bg_recruit.webp); background-size: cover; min-height: 550px; }
main #section06 h2 { margin-bottom: 110px; } 
main #section06 .inner { width: 1170px; margin: 0 auto; text-align: left; }
main #section06 .inner .txt_box { width: 420px; color: #0e3476; margin-bottom: 40px; }
main #section06 .inner .txt_box h3 { margin-bottom: 10px; font-size: 18px; }
main #section06 .inner .btn_box { width: 420px; text-align: left; }


/* =========================================================================
   Section 07 (NEWS) & Media Queries
========================================================================= */
main #section07 { padding: 0 0 150px 0; }
main #section07 h2 { margin-bottom: 90px; }
main #section07 .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 1000px; margin: 0 auto; }
main #section07 .inner .news_box { width: 100%; }
main #section07 .inner .news_box .news_list { border-top: 1px solid #ccc ; margin-bottom: 30px; }
main #section07 .inner .news_box .news_list li { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 25px 0; border-bottom: 1px solid #ccc; }
main #section07 .inner .news_box .news_list li .day { display: inline-block; line-height: 1.4; margin: 0 40px 0 0; }
main #section07 .inner .news_box .news_list li a { color: #333130; line-height: 1.4; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
main #section07 .inner .news_box .news_list li a:hover { color: #e60012; }
main #section07 .inner .news_box .news_list li:nth-child(n+4) { display: none; }


/* =========================================================================
   Media Queries (Responsive / Smartphone)
========================================================================= */
@media only screen and (max-width: 1170px) {
    main #section07 { padding: 80px 0;}
}
@media only screen and (max-width: 1000px) {
    main #section07 .inner { display: block; width: 90%; }
}

@media only screen and (max-width: 768px) {
    /* Global Adjustments */
   main section h2 { margin-bottom: 50px!important; }
   .more { width: 100%; max-width: 320px; box-sizing: border-box; display: block; }
    /* Main Visual */
   #custom_main_visual { height: 100vh; min-height: 700px; max-height: 800px; }
   .slide-item .main_catch { padding: 4.4vw 4.4vw 10vw 4.4vw; }
   .main_catch_inner { padding: 0; }
   .main_catch h1 { font-size: 5vw; line-height: 1.4; }
   .main_catch p { font-size: 3.4vw; margin: 0 0 20px 0; padding-top: 10px; }
   .slide-item .logo65th { top: 20vw; right: 0.5vw; width: 60vw; }

    /* Section 01 (ABOUT) */
    main #section01 .inner { width: 90%; padding-bottom: 0; }
    main #section01 .inner .container { display: block; }
    main #section01 .inner .container .txt_box { width: 100%; margin-bottom: 40px; }
    main #section01 .inner .container .item_list { width: 100%; justify-content: space-between; }
    main #section01 .inner .container .item_list li { width: 50%; }
    main #section01 .inner .container .item_list li dl { display: flex; align-items: center; }
    main #section01 .inner .container .item_list li dt { display: block; }
    main #section01 .inner .container .item_list li dt img { width: 15vw; }
    main #section01 .inner .container .item_list li dd { display: block; font-size: 4.4vw; padding-left: 15px; line-height: 1.5; }
    main #section01 .inner .container .item_list li dd .small { display: inline-block ; font-size: 3vw!important; padding-bottom: 6px; line-height: 1.5; }

    /* Support Products */
    #support_products .sp_bg_area { background: url(/asset/image/top/bg_support_sp.webp) center top no-repeat; background-size: 100% auto; height: 400px; }
    #support_products .sp_bg_area::before { content: none; }
    #support_products .sp_desc { padding-bottom: 50px; }
    #support_products .sp_outline_title { font-size: 32px; letter-spacing: 1px; }
    #support_products .carousel_wrap { margin-top: -30px; padding: 0 15px; }
    #support_products .nav_btn { width: 35px; height: 35px; font-size: 16px; }
    #support_products .focus_list li { width: 220px; margin-right: 15px; } /* 合計 235px */
    #support_products .thumb { height: 180px; }
   

/* === カルーセル完全センターモード調整（アップデート版） === */
    #support_products .carousel_viewport {
        overflow: visible !important;
        width: 100%;
        max-width: 240px; /* 220px + 20px */
        margin: 0 auto;
        touch-action: pan-y; 
        -webkit-overflow-scrolling: touch;
        margin-top: -30vw;
    }

    #support_products .focus_list {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
        transform: translateX(-240px); 
        
        /* 💡ブラウザにアニメーションを最優先で処理させる命令 */
        will-change: transform;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    #support_products .focus_list li { 
        width: 220px; 
        margin-right: 20px;
        
        /* 💡【超重要】各カードを個別にGPU（グラフィックチップ）にレンダリングさせて、カクつきを強制排除 */
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        will-change: transform;
    }

    /* 矢印ボタンの設定（維持） */
    #support_products .nav_btn { width: 35px; height: 35px; font-size: 16px; z-index: 10; }
    #support_products .nav_prev { left: 10px; }
    #support_products .nav_next { right: 10px; }


    
  main #section03 { background: url(/asset/image/top/bg_service_sp.webp) center bottom no-repeat; background-size: 100% auto; min-height: 500px; }
  main #section03 h2 { margin-bottom: ; }
  main #section04 { background: url(/asset/image/top/bg_case_sp.webp) center bottom no-repeat; background-size: 100% auto; min-height: 450px; } 
  main #section06 { background: url(/asset/image/top/bg_recruit_sp.webp) center bottom no-repeat; background-size: 100% auto; min-height: 450px; } 
    /* Section 03, 04, 06 (SERVICE, CASE, RECRUIT) */
    main #section03 .inner,
    main #section04 .inner,
    main #section06 .inner { width: 90%; }
    main #section03 .inner .txt_box,
    main #section04 .inner .txt_box,
    main #section06 .inner .txt_box { width: 100%; margin-bottom: 30px; }
    main #section03 .inner .btn_box,
    main #section04 .inner .btn_box,
    main #section06 .inner .btn_box { width: 100%; text-align: center; }
    main #section03 .inner .btn_box,
    main #section04 .inner .btn_box { margin-top: 25vw; }
    main #section06 .inner .btn_box { margin-top: 40vw; }

    /* Section 05 (COMPANY PROFILE) */
    main #section05 .inner { width: 90%; padding-bottom: 40px; }
    main #section05 .inner .container .item_list { display: block; }
    main #section05 .inner .container .item_list li { width: 100%; margin-bottom: 20px; }
    main #section05 .inner .container .item_list li dl { display: flex; align-items: center; }
    main #section05 .inner .container .item_list li dt { width: 40%; flex-shrink: 0; display: block; }
    main #section05 .inner .container .item_list li dt img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; display: block; }
    main #section05 .inner .container .item_list li dd { width: 60%; padding-left: 20px; margin-top: 0; font-size: 14px; }
    main #section05 .inner .container .item_list li dd strong { font-size: 16px; display: block; margin-bottom: 5px; }
}

@media only screen and (max-width: 560px) {
    main #section07 { padding: 0 0 60px 0;}
    main #section07 .inner .news_box .news_list li { display: block; }
    main #section07 .inner .news_box .news_list li .day { display: block; margin: 0 0 5px; }
}

@media only screen and (min-width: 768px) {
   html[lang="en"] .main_catch p { font-size: 28px; margin-bottom: 35; }
   html[lang="en"] main #section01 .inner .container .item_list li dd { font-size: 35px; }
   html[lang="en"] main #section01 .inner .container .item_list li dd { line-height: 0.4; }
   html[lang="en"] main #section01 .inner .container .item_list li dd .count-up { display: block; margin-bottom: 10px; }
   html[lang="en"] main #section01 .inner .container .item_list li dd .small { font-size: 15px!important; font-weight: normal;  }
   html[lang="en"] main #section01 .inner .container .item_list li dd .small + .count-up { margin: 15px 0 10px; }
}