@charset "UTF-8";

/* ▼▼▼ トップ
====================================================== */
.top_container {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 20px;
}

.more_wrap {
    text-align: right;
}

.more_wrap a {
    display: inline-block;
    padding: 5px 20px 5px 0;
    border-bottom: #707070 1px solid;
    font-size: 14px;
    position: relative;
}

.more_wrap a::after {
    content: '';
    width: 12px;
    height: 4px;
    border-bottom: 1px solid #5DADD1;
    border-right: 1px solid #5DADD1;
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    transform: skew(45deg);
}

/* ▼ スライダー
---------------------------------------- */
#mainVisual {
    width: 100%;
    position: relative;
    height: 43.19vw;
    margin-bottom: 30px;
}

.mva_list,
.mva_list li {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.mva_list {
    background: #FFF;
    z-index: 0;
}

.mva_list li {
    /* max-width: calc(84vw); */
}

.mva_list li:nth-child(1) {
    background: #FFF;
    z-index: 10;
}

.mva_list li:nth-child(2) {
    background: url(https://www.kwn.co.jp/en/common/img/top/mva_01.jpg) no-repeat center center/cover;
    z-index: 9;
}

.mva_list li:nth-child(3) {
    background: url(https://www.kwn.co.jp/en/common/img/top/mva_02.jpg) no-repeat center center/cover;
    z-index: 8;
}

.mva_list li:nth-child(4) {
    background: url(https://www.kwn.co.jp/en/common/img/top/mva_03.jpg) no-repeat center center/cover;
    z-index: 7;
}

.mva_list li:nth-child(5) {
    background: url(https://www.kwn.co.jp/en/common/img/top/mva_04.jpg) no-repeat center center/cover;
    z-index: 6;
}

.slider {
    display: none;
    /* max-width: calc(84vw + 20px); */
    width: 100vw;
    width: 100%;
    margin: 0 0 0 auto;
    position: absolute;
    top: 0;
    right: 0;
}

.slick-list.draggable {
    overflow: visible;
}

.slider.slick-initialized {
    display: block;
}

.slider li.slide_item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 43.19vw;
    /* border-left: transparent 20px solid; */
}

.slider li.slide_item a {
    display: block;
}


/* dotsカスタム */
.slick-dots {
    text-align: left;
    bottom: -35px !important;
    padding-left: 20px;
}

.slick-dots li {
    margin: 0 10px 0 0;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    font-size: 0 !important;
    opacity: 1 !important;
    background: #D1D1D1;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
    line-height: 10px !important;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button:before {
    content: "";
    background: #5A5A5A;
}

/* 新着情報
---------------------------------------- */
#top_news {
    position: relative;
    z-index: 1;
}

#top_news::after {
    content: "";
    background: url(https://www.kwn.co.jp/en/common/img/top/slide_bg.png) no-repeat center/100%;
    width: 216px;
    height: 284px;
    position: absolute;
    bottom: -60px;
    right: 0;
    z-index: 2;
}

#top_news .inner {
    display: flex;
    max-width: 1120px;
    margin: 0 auto;
    padding: 30px 20px;
}

.sec_title_wrap {
    min-width: 110px;
    margin-right: 20px;
    flex-shrink: 0;
    border-right: 1px solid #D5D5D5;
}

#top_news .sec_title {
    font-size: 19px;
    margin: 0 0 10px;
}

#top_news .more {
    font-size: 12px;
    position: relative;
}

#top_news .more a {
    display: inline-block;
    border-bottom: #707070 1px solid;
    position: relative;
}

#top_news .more a::after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 4px;
    border-bottom: 1px solid #5DADD1;
    border-right: 1px solid #5DADD1;
    transform: skew(45deg);
    margin: 0 0 3px 10px;
}

.news_list {
    width: calc(100% - 130px);
}

.news_list li a {
    display: flex;
    align-items: flex-start;
    word-break: break-all;
    font-size: 14px;
}

.news_list li:not(:last-child) {
    margin: 0 0 10px;
}

.news_list li span {
    flex-shrink: 0;
    margin-right: 15px;
    font-weight: bold;
}

.cat {
    border: 1px solid #E0E0E0;
    font-size: 12px;
    min-width: 90px;
    text-align: center;
}

.cat.cat_01 {
    color: #386BB2;
}

.cat.cat_02 {
    color: #9B4E92;
}

.news_list li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 関西金網とは */
#top_about {
    padding: 60px 0 75px;
    position: relative;
}

#top_about::before {
    content: '';
    width: 54.2%;
    height: 100%;
    background: url(https://www.kwn.co.jp/en/common/img/top/bg_about.png) repeat top right/433px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(540px + 50vw);
    max-width: calc(100vw - 20px);
    margin: 0 2vw 0 auto;
}

.about_wrap .txt_wrap {
    -webkit-flex: 0 0 46.7%;
    -ms-flex: 0 0 46.7%;
    flex: 0 0 46.7%;
    width: 46.7%;
    max-width: 46.7%;
}

.about_wrap .img_wrap {
    -webkit-flex: 0 0 49.1%;
    -ms-flex: 0 0 49.1%;
    flex: 0 0 49.1%;
    width: 49.1%;
    max-width: 49.1%;
}

.about_wrap .img_wrap .img_inner video {
    width: 100%;
    max-width: 100%;
}

.about_wrap h2.about_title {
    padding-left: 60px;
    margin-bottom: 20px;
    font-size: 32px;
    position: relative;
}

.about_wrap h2.about_title::before {
    content: '';
    width: 48px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
}

.about_wrap p {
    font-size: 14px;
    line-height: 2.4;
}

/* 製品情報
---------------------------------------- */
#top_product {
    background: #1F2A66;
    padding: 55px 0 0;
}

#top_product .area_title {
    margin: 0 0 45px;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

#top_product .inner {
    max-width: 1128px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.search_wrap {
    display: flex;
    align-items: center;
    margin: 0 0 70px;
}

.search_wrap p {
    flex-shrink: 0;
    margin-right: 30px;
    color: #fff;
    font-size: 20px;
}

/* 製品を探すタブ */
#product_tab {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
}

#product_tab li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    height: 90px;
    background: #D8D8D8;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-right: 1px solid #fff;
}

#product_tab li:last-child {
    border-right: none;
}

#product_tab li.active {
    background: #134D9A;
    color: #FFF;
}
#product_tab li .new{
    background: #FF0000;
    color: #FFF;
    font-size: 12px;
    margin-left: 1em;
    padding: 2px 5px;
}
#product_link {
    background: #134D9A;
}

.product_inner {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 50px 0;
}

.product_inner:not(.active) {
    display: none;
}

#product_link h3 {
    margin-bottom: 50px;
    color: #FFF;
    font-size: 27px;
    text-align: center;
}

#product_link .product_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#product_link .product_list li {
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    width: 33%;
    max-width: calc(33% - 20px);
    margin: 0 10px 20px;
}

#product_link .product_list li a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    height: 180px;
}

#product_link .product_list li:nth-child(1) a {
    background: url(https://www.kwn.co.jp/en/common/img/top/img_product01.png) no-repeat right top/auto 100%, #FFF;
}

#product_link .product_list li:nth-child(2) a {
    background: url(https://www.kwn.co.jp/en/common/img/top/img_product02.png) no-repeat right top/auto 100%, #FFF;
}

#product_link .product_list li:nth-child(3) a {
    background: url(https://www.kwn.co.jp/en/common/img/top/img_product03.png) no-repeat right top/auto 100%, #FFF;
}

#product_link .product_list li:nth-child(4) a {
    background: url(https://www.kwn.co.jp/en/common/img/top/img_product04.png) no-repeat right top/auto 100%, #FFF;
}

#product_link .product_list li:nth-child(5) a {
    background: url(https://www.kwn.co.jp/en/common/img/top/img_product05.png) no-repeat right top/auto 100%, #FFF;
}

#product_link .product_list li:nth-child(6) a {
    background: url(https://www.kwn.co.jp/en/common/img/top/img_product06.png) no-repeat right top/auto 100%, #FFF;
}

#product_link .product_list li a span {
    display: inline-block;
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
}

.product_tag_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_tag_list li {
    margin: 0 5px 10px;
}

.product_tag_list li a {
    display: block;
    background: #fff;
    border-radius: 3px;
    padding: 8px 10px;
    color: #8E8E8E;
}

.product_tag_list.product_tag_list_main label {
    display: block;
    background: #fff;
    border-radius: 3px;
    padding: 8px 10px;
    color: #8E8E8E;
}

.product_tag_list.product_tag_list_main input {
    display: none;
}

/* ラジオボタンが選択されたときのスタイル */
.product_tag_list input[type="radio"]:checked+label {
    background: #4685DE;
    color: #fff;
}

.checkbox_list:not(:last-of-type) {
    margin-bottom: 20px;
}

.checkbox_list input[type="checkbox"],
.checkbox_list input[type="radio"] {
    display: none;
}

.checkbox_list .checkbox_parts {
    display: block;
    background: #8E8E8E;
    border-radius: 3px;
    padding: 8px 10px;
    color: #fff;
    cursor: pointer;
}

.checkbox_list input[type="checkbox"]:checked+.checkbox_parts,
.checkbox_list input[type="radio"]:checked+.checkbox_parts {
    background: #386BB2;
    color: #fff;
}

.checkbox_list input[type="checkbox"][name="s_type[]"]:checked+.checkbox_parts,
.checkbox_list input[type="radio"][name="s_type[]"]:checked+.checkbox_parts {
    background: #4685DE;
}

.product_tag_list_main li.active a {
    background: #4685DE;
    color: #fff;
}

/* 技術情報 */
#top_tec {
    background: linear-gradient(to right bottom, #1F4DA5, #122739);
    margin: 35px 0;
    position: relative;
}

#top_tec::before {
    content: '';
    width: calc(50vw - 281px);
    height: 100%;
    background: url(https://www.kwn.co.jp/en/common/img/top/bg_tec.jpg) no-repeat center center/cover;
    position: absolute;
    right: calc(50vw + 281px);
}

.tec_wrap {
    max-width: 1366px;
    margin: 0 auto;
    background: url(https://www.kwn.co.jp/en/common/img/top/title_tec.png) no-repeat left top/727px;
    position: relative;
    z-index: 1;
}

.tec_inner {
    width: calc(50% + 281px);
    margin: 0 0 0 auto;
}

.tec_box {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 75px 20px 70px;
}

.tec_txt {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.tec_txt h2 {
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    width: 200px;
    max-width: 200px;
    box-sizing: border-box;
    padding-left: 60px;
    color: #FFF;
    font-size: 32px;
    position: relative;
}

.tec_txt h2::before {
    content: '';
    width: 48px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
}

.tec_txt .tex_txt_inner {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 524px;
    margin-bottom: 10px;
}

.tec_txt .tex_txt_inner p {
    color: #FFF;
    font-size: 14px;
    line-height: 2.4;
}

.tec_txt .tex_txt_inner a.more {
    color: #FFF;
    border-bottom: #707070 1px solid;
}

.tec_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tec_list li {
    -webkit-flex: 0 0 256px;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
    width: 256px;
    max-width: 256px;
}

.tec_list li a {
    display: block;
}

.tec_list li p {
    text-align: center;
}

.tec_list li p span {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    padding-right: 32px;
    position: relative;
}

.tec_list li p span::after {
    content: '';
    width: 19px;
    height: 3px;
    border-right: #5DADD1 1px solid;
    border-bottom: #5DADD1 1px solid;
    position: absolute;
    right: 0;
    bottom: 50%;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
}

/* 導入事例とWeb展示場 */
#top_show {}

.show_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.show_box {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: calc(50% - 10px);
    cursor: pointer;
}

.show_box {
    padding: 50px 30px 60px;
    position: relative;
}

.show_box.show_case {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    background: url(https://www.kwn.co.jp/en/common/img/top/bg_case.jpg) no-repeat center center/cover;
}

.show_case_txt h3 {
    color: #FFF;
    font-size: 38px;
    margin-bottom: 20px;
    text-align: center;
}

.show_case_txt p {
    color: #FFF;
    font-size: 18px;
    text-align: center;
}

.show_box.show_exhi {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(https://www.kwn.co.jp/en/common/img/top/bg_exhi.jpg) no-repeat center center/cover;
}

.show_exhi_txt {
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px;
    max-width: 160px;
}

.show_exhi_txt h3 {
    margin-bottom: 10px;
    color: #FFF;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}

.show_exhi_txt p {
    color: #FFF;
}

.show_exhi_img {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: calc(100% - 170px);
}

.show_box .more_wrap {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.show_box a.more {
    color: #FFF;
    border-bottom: #FFF 1px solid;
}

/* 企業情報と採用情報 */
#top_corporate {
    padding: 75px 0 70px;
}

.corporate_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.corporate_box {
    -webkit-flex: 49%;
    -ms-flex: 49%;
    flex: 49%;
    width: 49%;
    max-width: 49%;
    position: relative;
    cursor: pointer;
}

.corporate_box:nth-child(2) {
    margin-top: 70px;
}

.corporate_box h3 {
    position: absolute;
    top: -10px;
    left: 30px;
}

.corporate_box h3 img {
    width: auto;
    height: 35px;
}

.corporate_box .corporate_img {
    padding-top: 52.6%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.corporate_box a.corporate_link {
    display: block;
    width: 280px;
    padding: 10px;
    background-color: rgba(31, 42, 102, 0.93);
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: -30px;
    right: 10px;
}

.corporate_box a.corporate_link::after {
    content: '';
    width: 18px;
    height: 5px;
    border-right: #FFF 1px solid;
    border-bottom: #FFF 1px solid;
    position: absolute;
    right: 15px;
    bottom: 50%;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
}

/* よくあるご質問 */
#top_qa {
    padding-bottom: 20px;
}

#top_qa a.qa_btn {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 7px 7px 0 #1F2A66;
    padding: 10px 60px;
    background: #EFEFEF;
    color: #1F2A66;
    position: relative;
}

#top_qa a.qa_btn::after {
    content: '';
    width: 20px;
    height: 5px;
    border-right: #5E718B 1px solid;
    border-bottom: #5E718B 1px solid;
    position: absolute;
    bottom: 50%;
    right: 2%;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
}

#top_qa a.qa_btn span {
    font-weight: bold;
    margin: 10px 15px;
}

#top_qa a.qa_btn span:nth-child(1) {
    font-size: 43px;
}

#top_qa a.qa_btn span:nth-child(2) {
    font-size: 20px;
}



/* ======================================================
 ▼▼▼ 480px〜768px
====================================================== */
@media screen and (min-width: 769px) {

    #product_tab li:hover {
        background: #134D9A;
        color: #FFF;
    }
}

/* ======================================================
 ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

    /* ▼ スライダー
	---------------------------------------- */
    #mainVisual {
        width: 100%;
        height: 120vw;
        position: relative;
    }

    .mva_list {
        display: none;
    }

    .slider {
        display: none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .slider li.slide_item {
        height: 120vw;
        border-left: none;
    }

    /* dotsカスタム */
    .slick-dots {
        text-align: center;
        bottom: -35px !important;
        padding-left: 0;
    }


    /* 新着情報
	---------------------------------------- */
    #top_news {
        position: relative;
        z-index: 1;
    }

    #top_news::after {
        display: none;
    }

    #top_news .inner {
        display: block;
        width: 100%;
        padding: 15px;
    }

    .sec_title_wrap {
        min-width: 110px;
        margin-right: 0;
        flex-shrink: 0;
        border-right: none;
        ;
    }

    #top_news .sec_title {
        font-size: 19px;
        margin: 0 0 10px;
    }

    #top_news .more {
        margin: 20px 0 0;
        font-size: 12px;
        text-align: center;
    }

    .news_list {
        width: 100%;
    }

    .news_list li a {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        overflow: hidden;
    }

    .news_list li:not(:last-child) {
        margin: 0 0 20px;
    }

    .news_list li span {
        flex-shrink: 0;
        margin-right: 15px;
    }

    .date {
        font-weight: bold;
    }

    .cat {
        border: 1px solid #E0E0E0;
        font-size: 12px;
        min-width: 90px;
        text-align: center;
    }

    .news_list li a p {
        margin-top: 5px;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* 関西金網とは */
    #top_about {
        padding: 30px 0 30px;
    }

    #top_about::before {
        content: '';
        width: 73%;
        height: 100%;
    }

    .about_wrap {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .about_wrap .txt_wrap {
        width: 100%;
        max-width: 100%;
        padding: 20px 15px 0;
    }

    .about_wrap .img_wrap {
        width: calc(100% - 15px);
        max-width: calc(100% - 15px);
        margin: 0 0 0 auto;
    }

    .about_wrap h2.about_title {
        font-size: 30px;
    }

    #top_about .more_wrap {
        text-align: center;
    }

    /* 製品情報
	---------------------------------------- */
    #top_product {
        background: #1F2A66;
        padding: 55px 0 0;
    }

    #top_product .area_title {
        margin: 0 0 30px;
        font-size: 28px;
    }

    #top_product .inner {
        padding: 0 15px;
    }

    .search_wrap {
        display: block;
    }

    .search_wrap p {
        margin-right: 0;
    }

    /* 製品を探すタブ */
    #product_tab li span {
        text-align: center;
    }

    #product_link {
        background: #134D9A;
    }

    .product_inner {
        padding: 30px 0;
    }

    #product_link h3 {
        margin-bottom: 20px;
        font-size: 25px;
    }

    #product_link .product_list {
        display: block;
        padding: 0 15px;
    }

    #product_link .product_list li {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px;
    }

    #product_link .product_list li a {
        height: 115px;
    }

    /* 技術情報 */
    #top_tec::before {
        content: '';
        width: 100%;
        height: 160px;
        top: 0;
        right: 0;
    }

    .tec_wrap {
        background: url(https://www.kwn.co.jp/en/common/img/top/title_tec.png) no-repeat left top 145px/318px;
    }

    .tec_inner {
        width: 100%;
        margin: 0 auto;
    }

    .tec_box {
        margin: 0 auto;
        padding: 200px 0 20px;
    }

    .tec_txt {
        display: block;
    }

    .tec_txt h2 {
        width: 100%;
        margin-bottom: 10px;
        font-size: 30px;
    }

    .tec_txt .tex_txt_inner {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .tec_txt .tex_txt_inner p {
        line-height: 2;
    }

    .tec_txt .tex_txt_inner .more_wrap {
        text-align: center;
    }

    .tec_list {}

    .tec_list li {
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        width: 48%;
        max-width: 48%;
    }

    .tec_list li p span {
        font-size: 13px;
        padding-right: 20px;
    }

    .tec_list li p span::after {
        width: 12px;
        height: 3px;
    }

    /* 導入事例とWeb展示場 */
    .show_wrap {
        display: block;
    }

    .show_box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .show_box {
        padding: 20px;
        position: relative;
    }

    .show_box.show_case {
        height: 220px;
    }

    .show_case_txt h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .show_case_txt p {
        font-size: 24px;
    }

    .show_box.show_exhi {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        align-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: url(https://www.kwn.co.jp/en/common/img/top/bg_exhi.jpg) no-repeat center center/cover;
    }

    .show_exhi_txt {
        -webkit-flex: 0 0 140px;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        width: 140px;
        max-width: 140px;
    }

    .show_exhi_txt h3 {
        font-size: 28px;
    }

    .show_exhi_img {
        max-width: calc(100% - 140px);
    }

    /* 企業情報と採用情報 */
    #top_corporate {
        padding: 50px 0 65px;
    }

    .corporate_wrap {
        display: block;
    }

    .corporate_box {
        width: 100%;
        max-width: 100%;
    }

    .corporate_box:nth-child(2) {
        margin-top: 70px;
    }

    .corporate_box h3 {
        top: -17px;
        left: 15px;
    }

    .corporate_box a.corporate_link {
        padding: 20px;
        font-size: 16px;
        bottom: -25px;
        right: calc(50% - 140px);
    }

    /* よくあるご質問 */
    #top_qa {
        padding-bottom: 20px;
    }

    #top_qa a.qa_btn {
        box-shadow: 4px 4px 0 #1F2A66;
        padding: 20px 10px;
    }

    #top_qa a.qa_btn::after {
        right: 10px;
    }

    #top_qa a.qa_btn span:nth-child(2) {
        text-align: center;
        font-size: 14px;
    }
}
