@charset "utf-8";


@media (max-width:1279px) {

    .research-section{
        .research-intro{
            .research-intro-text{
                font-size: 20px;
            }
            .research-intro-effect{
                padding: 0 20px 70px 20px;
            }
        }
        .research-plan{
            .research-plan-content{
                padding: 70px 20px;
                .research-plan-content-items {
                    .research-item {
                        line-height: initial;
                        .research-order{
                        }
                        .research-content {
                        }
                    }

                }
            }
        }
        .research-organization {
            padding: 20px;
            .research-organization-type{
                margin-bottom: 50px;
                .organization-type{
                    .organization-type-img{
                    }
                    .organization-type-text{
                    }


                }
            }
            .organization-person{
                .person-name{
                }
                .person-content{
                    ul{
                        li{
                            .icon {
                            }

                            .separator{
                            }



                        }
                    }


                }
            }
        }
    }

    .interactio-section{
        .interactio-plan{
            .interactio-plan-content{
                padding: 40px 20px;
                .interactio-plan-content-items {
                    gap: 15px;
                    .interactio-item {
                        line-height: initial;
                        .interactio-order{
                            padding: 20px;
                            font-size: 25px;

                        }
                        .interactio-content {
                            font-size: 20px;
                            padding-left: 20px;

                        }
                    }
                }
            }
        }
    }
}


@media (max-width:1199px) {


    body {
        transform: none !important;
        width:     100% !important;
    }

    #hd, #wrapper, #ft {
        min-width: 100%;
    }
    #container_wr {
        width:100% !important;
    }

    /* header */

    header {

        .header-pc-box {
            display: none;
        }

        .topbar-wrapper {
            display:none;
        }

        .login-button {
            display:none;
        }

        .navbar-toggler {
            position: relative;
            top: -4px;
            border:0 !important;
            box-shadow: none !important;
        }

        .first-nav {
            .container {
                max-width:100%;
            }
        }
        .second-nav {
            display:none;
        }

        .offcanvas.offcanvas-end.show {
            display: block;

            .mo-off-wrap {
                .offcanvas-header {
                    border-bottom: solid 1px #D9D9D9;
                    padding: 20px;
                    .offcanvas-title {
                        & img {
                            max-width:250px;
                        }
                    }
                }
                .offcanvas-body {
                    padding: 0;

                    .auth-box {
                        padding:15px;
                        border-bottom:solid 1px #d9d9d9;
                        display: flex;
                        align-items: center;

                        & button {
                            display: flex;
                            align-items: center;
                            column-gap: 10px;
                            font-size:15px;
                            font-weight: 700;
                        }
                    }

                    .accordion-button {
                        background: none;
                        border: 0;
                        box-shadow: none;
                        color: #3F3B3A;
                        font-weight: 800;
                        font-size: 17px;
                        border-bottom:solid 1px #EBEBEB;
                        padding: 1.5rem 2rem 1.5rem 2rem;
                        border-radius: 0;
                    }
                    .accordion-button:not(.collapsed) {
                        background-color: #12B32D;
                        color: #fff;
                    }

                    .accordion-button:not(.collapsed)::after {
                        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
                    }
                    .accordion-body {
                        border-bottom:solid 1px #EBEBEB;



                        & ul {
                            padding-left: 15px !important;
                            & li {
                                color:#555;
                                font-size:15px;
                                font-weight: 400;
                                position: relative;
                                padding-left: 8px;
                                line-height: 35px;
                            }
                            & li:before {
                                width:3px;
                                height: 3px;
                                position: absolute;
                                content: '';
                                background: #555;
                                left: 0;
                                top:16px;
                            }
                        }
                    }
                    .accordion-item {
                        border-radius: 0;
                        border:0;
                    }
                }
            }
        }
    }


    /* main */

    .main-container {
        .intro-container {
            background: url('/theme/basic/img/mobile/mo-main.png') no-repeat;
            height: 742px;
            background-size: cover;

            .intro-wrapper {
                display: block;


                .container-slogan {
                    padding: 0 30px;
                }

                .swiper-wrapper-container {
                    max-width: 100%;
                    margin-bottom: 40px;
                }

                .container-info {
                    display: block;
                    margin-top:30px;

                    .card-img1 {
                        background: url('/theme/basic/img/mobile/main-bg1.svg') no-repeat center;
                    }
                    .card-img2 {
                        background: url('/theme/basic/img/mobile/main-bg2.svg') no-repeat;
                    }
                    .card-img3 {
                        background: url('/theme/basic/img/mobile/main-bg3.svg') no-repeat;
                    }

                    .notice-card {
                        flex-direction: unset;
                        justify-content: unset;
                        column-gap: 20px;
                        width:337px;
                        margin: 0 auto;
                        align-items: center;
                        padding: 20px 30px;
                        height: 136px;

                        .card-icon {
                            margin-top:0;
                        }

                        .card-link-text {
                            display: none;
                        }

                        .card-bottom-text {
                            column-gap: 40px;
                        }

                        & p {
                            padding-bottom: 0;
                        }
                    }
                }

            }

            .search-wrapper {
                max-width: 100% !important;
                margin-left: 0 !important;
            }

            &::before {
                display: none;
            }
        }

        .others-wrapper {
            display: block;

            .others-info-wrap {
                display: block;

                .info-card {
                    width: 95%;
                    margin: 0 auto;
                    display: block;

                    .info-icon {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        margin: 0 auto;
                    }

                    .info-text-group {
                        display: block;
                        margin-top:15px;
                        text-align: center;

                        .info-link {
                            justify-content: center;
                        }
                    }
                }

            }
            .others-info-wrap > div:first-child {
                margin-bottom: 30px;
            }
        }
        .newsletter-carousel {
            width:100%;
            margin-top:50px;

            .carousel-wrapper {
                width:95%;
            }
        }

        .parent-content {
            .carousel-wrapper {
                width:95%;
            }
        }

        .notice-container {
            .carousel-wrapper {
                width:95%;
            }
        }
    }

    footer {
        .footer-top {

            display: block !important;

            .footer-logo {
                display: block;
                text-align: left;

            }

            & ul {
                margin-top:15px !important;
                & li {
                    & a {
                        color:#B4B4B4 !important;
                    }
                }
            }


        }
    }

    /* about */

    .about-layout {
        .intro-section {
            padding: 110px 15px !important;
        }
        .state-contents {
                gap:0 !important;
                row-gap: 40px !important;
                justify-content: start !important;

            .status-item {

            }
        }

        .vision-section {
            .vision-card {
                width:100% !important;
                flex:0 0 100% !important;
            }
        }
        .others-section {
            flex-wrap: wrap;

            & p {
                flex:0 0 100%;
            }
        }
    }
    #top_btn {
        display: none;
    }

    /* greeting */
    .greeting-content-section {
        .image-column {
           height: 760px;
        }
        .text-column {
            display: block !important;
            padding: 0 !important;
        }
    }

    /* president */
    .president-history-content-section {
        .row {
            column-gap: 20px;
            row-gap: 20px;
            .history-card {
                flex:0 0 auto !important;
                width:100%;
            }
        }
    }


    .post-detail {
        .post-header {
            .post-title {
                font-size:17px !important;
            }
        }
    }

    .corporate-wrapper {
        .division-column {
            flex:0 0 auto !important;
            width:50%;
        }
    }
}


@media (max-width:991px) {


        .search-bar-wrapper {
            display: block;

            .count-text {
                margin-bottom:20px;
            }

            .filter-group {
                display: block;

                .sch_bar {
                    display: block;
                }

                & select {
                    width:100%;
                    margin-bottom:20px;
                }

                & input[type='text'] {
                    width:100%;
                    margin-bottom:20px;
                }
                & button {
                    width:100%;
                }
            }
        }

        .common_board_list {
            overflow-x:auto;
            -webkit-overflow-scrolling : touch;

            & table {
                min-width:1199px;
            }
        }

        .news-card-grid {
            display: block;

            .news-card {
                width:100%;
            }
        }

        .common-board-list {
            .webjin-list {
                .search-box {
                    display: block !important;
                    padding: 25px !important;

                    & select {
                        width:100% !important;
                        margin-bottom:20px;
                    }

                    & input[type='search'] {
                        width:100% !important;
                        margin-bottom:20px;
                    }
                    & button {
                        width:100% !important;
                        margin-bottom:20px;
                    }
                }

                .fillter-wrap {
                    .fillter-check-box {
                        column-gap: 0 !important;
                        row-gap: 10px;
                        .form-check {
                            flex:0 0 auto;
                            width:35%;
                        }
                    }
                    .view-fillter-box {
                        flex:0 0 auto;
                        width:100%;
                        margin-top:20px;

                        & select {
                            width:100% !important;
                        }
                    }
                }

                .info-header-button-box {
                    position: absolute;
                    top:20px;
                    left: 20px;
                }
                .list-body {
                    .list-box {
                        position: relative;
                        padding: 16px !important;
                        .col-xl-4 {
                            width:100% !important;

                            .img-box {
                                text-align: center;

                                & img {
                                    width:90% !important;
                                }
                            }
                        }
                        .col-xl-8 {
                            width:100% !important;
                        }
                    }

                    .info-body-top {
                        display: block !important;
                        margin-bottom: 0 !important;
                    }
                    .info-body-bottom {
                        display: block !important;
                    }

                    .info-body-text-box {
                        margin-bottom: 15px;
                        flex-wrap: wrap;
                       & strong {
                           flex:0 0 25%;
                       }

                        .vr {
                            display: none !important;
                        }
                    }
                }
            }
        }

}

@media (max-width:784px) {
    .history-container{
        margin: 5%;
        .timeline-title {
            padding-bottom: 50px;
            h3 {
                font-size: 32px;
                padding-bottom: 10px;
            }
            p {
                font-size: 14px;
            }
        }
        .timeline-list{
            max-width: 500px;
            padding: 9%;
            border: 1px solid #dddddd;
            border-radius: 20px;
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            &::before {
                display: none;
            }

            .timeline-item {
                flex-direction: column;
                margin-bottom: 40px;
                
                
                
                
                
                
                
                
                
                
                
                
                .timeline-date {
                    flex: initial;
                }
                .timeline-dot {
                    display: none;
                }
                .timeline-content {
                    width: 100%;
                    ul {
                        margin: 5% -5% 0 5%;
                        width: 100%;
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        li {
                            padding-right: 2%;
                            &::marker {

                            }
                        }
                    }
                }
            }

        }
    }
}



@media (max-width:767px) {
    .corporate-wrapper {

        .flex-row {
            flex-wrap: wrap;
        }
        .division-column {
            flex:0 0 auto !important;
            width:100%;
            margin-bottom: 40px;
        }
    }
}

@media (max-width:749px) {

    .research_layout {
        .intro-section{
            h2{
                font-size: 16px;
            }
            p {
                font-size: 32px;
            }
        }
    }

    .interactio_layout {
        .intro-section{
            h2{
                font-size: 16px;
            }
            p {
                font-size: 32px;
            }
        }
    }
    .research-section{
        .research-intro{
            .research-intro-text{
                font-size: 16px;
                padding: 0 20px 40px 20px;
            }
            .research-intro-effect{
                div{
                }
                .effect-header {
                    font-size: 20px;
                }

                .effect-body {
                    font-size: 18px;
                }
            }
        }
        .content-text{
            font-size: 30px;
        }
        .research-plan{
            .research-plan-content{
                .research-plan-content-items {
                    grid-template-columns: 1fr;
                    gap: 20px;
                    .research-item {
                        .research-order{
                            padding: 20px;
                            font-size: 25px;
                        }
                        .research-content {
                            font-size: 20px;
                            padding-left: 20px;
                            span{
                            }
                        }
                    }

                }
            }
        }
        .research-organization {
            .research-organization-type{
                flex-wrap: wrap;
                justify-content: center;
                gap: 30px 10px;
                .organization-type{
                    width: 150px;
                    height: 150px;
                    .organization-type-img{
                        width: 40px;
                        height: 40px;
                    }
                    .organization-type-text{
                        font-size: 15px;
                    }


                }
            }
            .organization-person{
                padding: 20px;
                .person-name{
                    font-size: 20px;
                }
                .person-content{
                    ul{
                        flex-direction: column;
                        align-items: initial;
                        gap: 10px;
                        li{
                            font-size: 14px;
                            .icon {
                                width: 15px;
                                height: 15px;
                                img{
                                }
                            }

                            .separator{
                            }
                        }
                    }
                }
            }
        }

    }

    .interactio-section{
        .interactio-intro{
            .interactio-intro-text{
                font-size: 16px;
                padding-bottom: 40px;
                .interactio-intro-text-pc{
                    display: none;
                }
                .interactio-intro-text-mobile{
                    display: block;
                    padding: 0 20px;
                }
            }
        }

        .interactio-organization {
            padding: 40px 0 0 0;
            .interactio-organization-type{
                gap: 3%;
                .organization-type{
                    .organization-type-img{
                        width: 40px;
                        height: 45px;
                    }


                    .organization-type-text{
                        .organization-type-text-mobile{
                            display: block;
                        }
                        .organization-type-text-pc{
                            display: none;
                        }
                        p:nth-child(1) {
                            font-size: 20px;
                            margin-bottom: 10px;
                        }
                        p:nth-child(2) {
                            font-size: 14px;
                        }
                        .person-content {
                            margin-top: 10px;

                            ul {

                                li {
                                    gap: 5px;
                                    margin-top: 5px;
                                    .icon img {
                                        width: 10px;
                                        height: 10px;
                                    }

                                    .text {
                                        font-size: 12px;

                                        &.small {
                                            font-size: 9px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .sub-download {
        .download-button {
            margin: 50px 0 ;
            font-size: 14px;
        }
    }



}



@media (max-width:680px) {
    .navbar-brand {
        & img {
            max-width:240px;
        }
    }
}

@media (max-width:585px) {

    .info-header-title-box {
        & strong {
            font-size:18px !important;
        }
    }
    .clamp-text {
        font-size: 30px;
        line-height: 45px;
    }

    .about-layout {
        .intro-section {
            & p {
                font-size: 30px !important;
            }
        }
    }
    .post-detail {
        .navigation-button-wrapper {
            display: block;
            text-align: center;
            & a {
                width:95% !important;
                margin-bottom: 15px;
        }
    }
}

    .greeting-content-section {
        .heading {
            font-size:30px !important;
        }
        p.intro {
            & br {
                display: none;
            }
            font-size:18px !important;
        }
        .signature {
            margin-top:30px;
            padding:20px !important;
        }
    }

    footer {
            .contact-info {
                display: block !important;
                text-align: left;

                & > div {
                    flex-wrap : wrap !important;
                    & span {
                        flex:0 0 100% !important;
                    }
                }
                .separator {
                    display: none !important;
                }
            }

        .copyright {
            text-align: left !important;
        }

    }

    .president-history-content-section {
        .row {

            .history-card {
                .card-inner {
                    padding: 15px !important;
                    display: block !important;
                    .image-wrapper {
                        margin-bottom:30px;
                        & img {

                        }
                    }
                    .card-content {

                    }
                }
            }
        }
    }

    .common-login-wrap {
        width:90% !important;

        .logo-box {
            & img {
                width:100%;
            }
        }
    }
}

@media (max-width:445px) {
    .interactio-section{
        .interactio-plan{
            .interactio-plan-content{
                .interactio-plan-content-items {
                    .interactio-item {
                        .interactio-order{
                            font-size: 20px;
                        }
                        .interactio-content {
                            font-size: 15px;
                            padding-left: 15px;
                        }
                    }
                }
            }
        }
        .interactio-organization {
            .interactio-organization-type{
                flex-direction: column;
                align-items: center;
                .organization-type{
                    margin-bottom: 20px;
                    min-height: 241px;
                    .organization-type-img{

                    }

                    .organization-type-text{

                        p:nth-child(1) {

                        }
                        p:nth-child(2) {
                        }
                        .person-content {

                            ul {
                                li {
                                    .icon img {

                                    }

                                    .text {

                                        &.small {
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .sub-download {
        .download-button {
            margin: 20px 10px;
            padding: 15px 20px;
            span{
            }
            img {
            }

            &:hover {
            }
        }
    }

}


@media (max-width:415px) {
    .clamp-text {
        font-size:20px;
        line-height: 35px;
    }

    .carousel-title {
        font-size:25px !important;
    }

    .about-layout {
        .intro-section {
            & p {
                font-size: 23px !important;
            }
        }
        .status-item {
            .label {
                font-size:18px !important;
            }
            .desc {
                font-size:15px !important;
            }
        }
    }
    footer {
        .footer-top {
            & a {
                & img {
                    width:100%;
                }
            }
        }
    }
}