@charset "UTF-8";
html{
    scroll-behavior: smooth;
}
/*
*,*:before,*:after {
    outline: 2px solid #ff00001c!important;
}*/

/*google-font*/
body{
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.load-fade{
    animation: loading 1s;
}
@keyframes loading{
    0%{opacity: 0;}
    100%{opacity: 100%;}
}

.header_outer{
    position: fixed;
    width: 100%;
    height: 96px;
    top: 0;
    z-index: 99999;
    background: #240060;
}

.header_inner{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 48px;
}
.sp-br{
    display: none;
}

.header_logo{
    width: 300px;
}
.nav_button-seach,
.nav_button{
    display: none;
}
.g-nav{
    display: flex;
}
.g-nav_list{
    display: flex;
    gap: 24px;
    margin-right: 24px;
}
.g-nav_item{
    display: flex;
    align-items: center;
}
.g-nav_link{
    color: #ffffff;
}

.g-nav_list_btn{
    display: flex;
    height: 76px;
    gap: 24px;
}
.g-nav_btn_item .g-nav_link {
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
}
.g-nav_btn_item .g-nav_link{
    color: #240060;
}
.g-nav_btn_item .src{
    display: inline-block;
    width: 76px;
    height: 76px;
}
.g-nav_btn_item .src::before{
    content: url(../img/cmn/h_src-ico.svg);
    display: block;
    margin-bottom: -5px;
    text-align: center;

}
.g-nav_btn_item .cnt{
    display: inline-block;
    width: 96px;
    height: 76px;
}
.g-nav_btn_item .cnt::before{
    content: url(../img/cmn/h_cnt-ico.svg);
    display: block;
    margin-bottom: -5px;
    text-align: center;

}

.bg{
    background-color: #240060;
    color: #ffffff;
    padding: 96px 0;
}
.bg-gray{
    background-color: #f5f5f5;
    padding: 96px 0;
}

.cmn_btn{
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 315px;
    height: 50px;
    padding-left: 85px;
    background-color: #ffffff;
    border: 1px solid #240060;
    overflow: hidden;
    text-align: left;
    line-height: 50px;
    font-weight: 600;
    color: #240060;
    transition: all 0.5s ease-in-out;
}
.cmn_btn span{
    position: relative;
}
.cmn_btn + .cmn_btn{
    margin-top: 24px;
}

.cmn_btn::before{
    position: absolute;
    content: '';
    width: 400px;
    height: 285px;
    transform: translateX(-105%) translateY(-50%) rotate(10deg);
    background-color: #240060;
    transition: all 0.5s ease-in-out;
}
.cmn_btn::after{
    position: absolute;
    content: '▶';
    color: #ffffff;
    left: 26px;
}

.bg .cmn_btn{
    border-color: #FF9100;
    color: #FF9100;
}
.bg .cmn_btn::before{
    background-color: #FF9100;
}

.bg .section_title{
    color: #ffffff;
}



/*--------------------------------
    TOP
--------------------------------*/
.mv-top_outer{
    position: relative;
    margin-top: 96px;
}
.mv-top_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr ;
    overflow: hidden;
}
.mv-top_grid::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #583f83;
    opacity: 0.3;
}
.top-mv_img img{
    height: 100%;
    object-fit: cover;
}
.top-mv_img:first-of-type{
    grid-column: 1/4;
    grid-row: 1/3;
}
.top-mv_img:nth-child(3){
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}
.top-mv_img:nth-child(4){
    grid-column: 4/5;
    grid-row: 2/3;
}

.mv-top_text{
    position: absolute;
    left: 20%;
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 6rem;
    top: 50%;
    transform: translateY(-50%);
}
.mv-top_text--sub{
    display: block;
    font-size: 1.75rem;
}

.top-section_outer{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: 96px;
    overflow: hidden;
}
.top-section_inner{
    box-sizing: border-box;
    max-width: 1040px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}
.top-section_title{
    position: relative;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #240060;
    letter-spacing: 5px;
    margin-bottom: 48px;

}
.top-section_title::before{
    position: absolute;
    content: attr(data-eng);
    font-size: 1rem;
    top: 44px;
    z-index: 1;
}
.top-section_title span{
    position: relative;
}
.top-section_title span::after{
    position: absolute;
    content: '';
    width: 50%;
    border: 1px solid #240060;
    right: 0;
    bottom: -4px;
}
.page-top .sec01 .top-section_title span:after{
    width: 36%;
}
.top-product_title{
    position: relative;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #240060;
    letter-spacing: 5px;
    margin-bottom: 48px;
    border-top: 1px solid #240060;
    border-bottom: 1px solid #240060;
}
.top-section_text{
    margin-bottom: 48px;
}
.product_box{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 48px;
}
.product_box+.top-product_title{
    margin-top: 48px;
}
.product-series_box{
    box-sizing: border-box;
    width: calc((100% - 48px) / 2);
}
.top-series_title{
    position: relative;
    background-color: #f1f1f1;
    padding: 8px;
    font-size: 1.25rem;
    font-weight: 700;
}
.top-series_title::after{
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    right: 20px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    transform: rotate(135deg);
    border-top: 2px solid #2E2E2E;
    border-right: 2px solid #2E2E2E;
    content: "";
    transition: all 0.5s ease;

}
.top-series_title.active::after{
    transform: rotate(315deg);
}
.top-series-product_box{
    display: none;
}
.top-series-product_list{
    padding-top: 16px;
    padding-left: 32px;
}
.top-series_title.active+.top-series-product_box{
    display: block;
}
.top-series-product_list_item{
    position:relative;

}
.top-series-product_list_item::before{
    position: absolute;
    content: '■';
    color: #240060;
    left: -25px;
}

.top-catalogs_box{
    background-color: #240060;
    font-size: 1.75rem;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

.top-cataloga_box_link{
    display: flex;
    padding: 24px;
    justify-content: center;
    gap: 48px;
    align-items: center;
}
.top-catalogs_box_txt{
    color: #ffffff;
}
.top-cataloga_box_img{
    width: 100px;
}


.page-top .sec03 .top-section_inner{
    display: grid;
    grid-template-columns: 40% auto;

}

/*--------------------------------
    search
--------------------------------*/
.search_outer{
    text-align: center;
    padding: 32px 0;
}
.search_outer.sec01{
    background-color: #f1f1f1;
}
.search_outer.sec02{
    background-color: #240060;
    margin-bottom: 48px;
}

.search_inner{
    box-sizing: border-box;
    max-width: 1040px;
    margin: auto;
    padding: 0 20px;
}

.title-only_box .search-name{
    font-size: 1.25rem;
    font-weight: 700;
    margin-right: 32px;
}
.title-only_box .search-field{
    height: 50px;
    width: 450px;
    border: 1px solid #2e2e2e;
}
.search-submit{
    background:#1A1A1A url(../img/search/search_ico.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px 20px;
    height: 50px;
    width: 90px;
    padding: 0 16px;
    text-align: left;
    color: #ffffff;
}

.mix_box .search-group{
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}
.mix_box .search-field{
    height: 50px;
    width: 260px;
}
.mix_box .drop-down{
    height: 50px;
    width: 190px;
}
.mix_box .search-submit{
    background: #FF9100 url(../img/search/search_ico.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px 20px;
}

/*検索結果*/
.search-filters{
    font-size: 1rem;
}
.article-content-wrapper{
    border: 1px solid #2E2E2E;
    margin-bottom: 24px;
}
.post-item__link{
    box-sizing: border-box;
    min-height: 260px;
    display: flex;
    padding: 24px;
    column-gap: 48px;
    align-items: center;
    
}

.post-thumbnail{
    display: flex;
    width: 300px;
    height: 180px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.post-thumbnail img{
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.post-item__content{
    width: calc(100% - 348px);
}
.post-item__title{
    font-size: 1.25rem;
    font-weight: 600;
}
.post-item__categories_box{
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 8px;
    margin-bottom: 16px;
}
.post-item__categories{
    background: #2e2e2e;
    color: #FFFFFF;
    width: fit-content;
    height: 26px;
    padding: 0 8px;
    font-size: 0.875rem;
    border-radius: 13px;
}
.post-item__categories a{
    color: #ffffff;
}



/*--------------------------------
    下層ページ
--------------------------------*/
.mv-page_outer{
    position: relative;
    background-color: #f1f1f1;
    height: 450px;
    margin-top: 96px;
    overflow: hidden;
}
.mv-page_outer::before{
    position: absolute;
    content: url(../img/cmn/mv-bg_img.svg);
    right: -2px;
}
.mv-page_inner{
    box-sizing: border-box;
    position: relative;
    max-width: 1040px;
    height: 100%;
    margin: auto;
    padding: 0 20px;
}
.mv-page_text{
    position: absolute;
    color: #240060;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 6rem;
    letter-spacing: 5px;
    top: 50%;
    transform: translateY(-50%);  
}
.mv-page_text::before{
    content: attr(data-eng);
    width: 300px;
    font-size: 1rem;
    line-height: 1rem;
    position: absolute;
    bottom: 0;
}

.breadcrumbs_outer{
    height: 40px;
    border-top: 1px solid #2d1900;
    border-bottom: 1px solid #2d1900;
}
.breadcrumbs_inner{
    box-sizing: border-box;
    max-width: 1040px;
    margin: auto;
    padding: 5px 20px;
}
.page-section_outer{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: 96px;
    overflow: hidden;
}
.page-section_inner{
    box-sizing: border-box;
    position: relative;
    max-width: 1040px;
    padding: 0 20px;
    margin: auto;
}
.page-section_title{
    font-size: 2rem;
    font-weight: 700;
    color: #240060;
    margin-bottom: 48px;
    letter-spacing: 5px;
}
.bg .page-section_title{
    color: #ffffff;
}
.page-section_txt{
    margin-bottom: 48px;
}

.cmn-def_list{
    display: grid;
    max-width: 900px;
    margin: auto;
    grid-template-columns: 225px 1fr;
}
.cmn-def_list dt{
    padding: 24px 0;
    font-weight: 700;
}
.cmn-def_list dd{
    padding: 24px 0;
    padding-left: 24px;
    border-left: 1px solid #240060;
}
.cmn-def_list iframe{
    margin-top: 16px
}

.cmn-def_mailmethod{
    display: inline-block;
    margin-top: 16px;
    padding: 24px;
    background-color: #f1f1f1;
}
.cmn-def_mailmethod strong{
    color: #240060;
}
/*--------------------------------
    conpany
--------------------------------*/

/*--------------------------------
    service
--------------------------------*/

/*--------------------------------
    recruit
--------------------------------*/
/*--------------------------------
    catalogs
--------------------------------*/
.page-catalogs .page-section_title{
    text-align: center;
}
.catalogs_content{
    display: flex;
    flex-wrap: wrap;
    gap: 96px;
    margin: auto;
    justify-content: center;
}
.catalogs_box{
    text-align: center;
}
.catalogs_img{
    width: 200px;
    margin-bottom: 24px;
}
.catalogs_title{
    margin-bottom: 24px;
}

/*--------------------------------
    news
--------------------------------*/
.page-single-news .q_button.pill,
.page-single-news .q_button{
    margin-top: 24px;
}

.news_list{
    border-top: 1px solid #2E2E2E;
}
.news_list_item{
    box-sizing: border-box;
    border-bottom: 1px solid #2E2E2E;
}
.news_link{
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 12px 48px;
    font-weight: 700;
    transition: all 0.25s ease-in-out;
}
.news_link::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-top: 2px solid #2E2E2E;
    border-right: 2px solid #2E2E2E;
    transition: all 0.5s ease;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.news_title{
    font-size: 1.25rem;
}

.wp-pagenavi{
    display: flex;
    justify-content: center;
    width: auto;
    margin-top: 48px;
    text-align: center;
}
.wp-pagenavi .current{
    box-sizing: border-box;
    display: block;
    margin-right: 8px;
    background-color: #240060;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.wp-pagenavi .smaller,.larger{
    box-sizing: border-box;
    display: block;
    background-color: #D7D7D7;
    color: #ffffff;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    line-height: 35px;
    text-align: center;
}

.wp-pagenavi .first,
.wp-pagenavi .last{
    box-sizing: border-box;
    display: block;
    width: 80px;
    height: 35px;
    margin-right: 10px;
    background-color: #FEAD71;
    color: #ffffff;

}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
    box-sizing: border-box;
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background-color: #2e2e2e;
    color: #ffffff;
}
.wp-pagenavi .extend{
    margin-right: 10px;
}
.wp-pagenavi .pages{
    box-sizing: border-box;
    position: absolute;
    height: 35px;
    margin-top: 56px;
    padding: 3px 8px;
    border: 1px solid #2e2e2e;
}
/*--------------------------------
    single-news
--------------------------------*/
.post-news_head{
    color: #240060;
    font-weight: 700;
}
.post-news_date{
    font-size: 0.9rem;
}
.post-news_text{
    margin: 24px 0;
}
.post-news_text h1{
    color: #240060;
    font-weight: 700;
    font-size: 2rem;
}
.post-news_text h2{
    color: #240060;
    font-weight: 700;
    font-size: 1.75rem;
}
.post-news_text h3{
    color: #240060;
    font-weight: 700;
    font-size: 1.5rem;
}
.post-news_text h4{
    color: #240060;
    font-weight: 700;
    font-size: 1.25rem;
}
.post-news_text h5{
    color: #240060;
    font-weight: 700;
    font-size: 1.125rem;
}
.post-news_text h6{
    color: #240060;
    font-weight: 700;
    font-size: 1rem;
}

.post_text{
    margin-bottom: 48px;
}
.post-news_text ul,.post-news_text ol{
    margin-bottom: 24px;
}
.post-news_text ul li{
    position: relative;
    padding-left: 25px;
}
.post-news_text ul li::before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #240060;
    top: 10px;
    left: 5px;
}
.post-news_text ol li{
    position: relative;
    padding-left: 25px;
    counter-increment: cnt 1;
}
.post-news_text ol li:before{
    position: absolute;
    content: counter(cnt) " ";
    width: 20px;
    height: 20px;
    background-color: #240060;
    border-radius: 10px;
    line-height: 21px;
    letter-spacing: -1px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    top: 5px;
    left: 0;
}
.post-news_text a{
    color: #240060;
    border-bottom: 1px solid #240060;
}

.single-paging_arrow-right,
.single-paging_arrow-left{
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 150px;
    padding: 10px;
    color: #240060;
    border: 1px solid #240060;
    border-radius: 5px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    
}
.single-paging_arrow-right::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #240060;
    border-left: 1px solid #240060;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: 16px;
    transition: all 0.1s ease-in-out;
}
.single-paging_arrow-left::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #240060;
    border-left: 1px solid #240060;
    top: 50%;
    transform : translateY(-50%) rotate(135deg);
    right: 16px;
    transition: all 0.1s ease-in-out;
}


/*--------------------------------
    製品各記事
--------------------------------*/
.post_title{
    font-size: 1.5rem;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid #240060;
}
.single-paging {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 25px;
    margin-bottom: 96px;
    align-items: center;
}
.single-paging_button-all{
    width: 150px;
    background-color: #240060;
    color: #ffffff;
}
.single-paging_before,
.single-paging_button-all,
.single-paging_after{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 150px;
    padding: 10px;
    border: 1px solid #240060;
    border-radius: 5px;
    text-align: center;
}
.page-return{
    width: 230px;
}
.single-paging_before{
    padding-left: 24px;
}
.single-paging_after{
    padding-right: 24px;
}
.single-paging_before::before,
.single-paging_after::after{
    display: inline-block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #240060;
    border-left: 2px solid #240060;
    top: 20px;
    left: 20px;
    transform: rotate(-45deg);
}
.single-paging_after::after{
    left: unset;
    right: 20px;
    transform: rotate(135deg);
}

/*--------------------------------
    search結果
--------------------------------*/
.post_thumnail{
    margin-bottom: 24px;
}
.post_thumnail img{
    width: 100%;
}
.single_page .post_title{
    font-size: 2.5rem;
    font-weight: 600;
}
h3.style3a{
    margin: 48px 0 24px;
    padding: 24px 20px;
    font-size: 1.25rem;
    font-weight: 600;
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
}
h3.style3b{
    margin: 48px 0 24px;
    padding: 24px;
    background: #fafafa;
    border-top: 2px solid #2e2e2e;
    font-size: 1.125rem;
    font-weight: 600;
}
h4.style4a{
    margin: 48px 0 24px;
    padding: 16px;
    border-left: 2px solid #2e2e2e;
    font-size: 1.125rem;
}
h4.style4b{
    margin: 48px 0 24px;
    padding: 16px;
    border-bottom: 1px solid #1d1d1d;
    font-size: 1.125rem;
}
.style5a{
    margin: 48px 0 24px;
    background-color: #f1f1f1;
    padding: 8px;
    font-size: 1.125rem;
}
.style5b{
    margin: 48px 0 24px;
    background-color: #2e2e2e;
    color: #ffffff;
    padding: 8px;
    font-size: 1.125rem;
}

.well{
    background: #f5f5f5;
    padding: 24px;
    text-align: left !important;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well2{
    background: #fcfcfc;
    padding: 24px;
    text-align: left !important;
    border: 1px solid #cdcdcd;
    box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}
.well3{
    background: #fcfcfc;
    padding: 24px;
    text-align: left !important;
    border: 1px dashed #cdcdcd;
    box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.q_button {
    min-width: 200px;
    max-width: 90%;
    background-color: #535353;
    display: inline-block;
    vertical-align: middle;
    padding: .6em 1.3em .5em;
    font-weight: 400;
    font-size: 0.75rem;
    color: #fff !important;
    margin: 0;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}



.sz_l{
    min-width: 350px;
    max-width: 90%;
    font-size: 110%;
    padding: 8px;
}
.sz_s{
    min-width: 100px;
    max-width: 90%;
    font-size: 85%;
    padding: 8px;
}
.bt_blue{
    background-color: #2980b9;
}

.bt_green{
    background-color: #27ae60;
}
.bt_red{
    background-color: #c01f0e;
}
.bt_yellow{
    background-color: #f1c40f;
}

.q_button.pill{
    border-radius: 25px;
    color: #ffffff;
    border-bottom: unset;
}
.q_button.rounded{
    border-radius: 5px;
    color: #ffffff;
    margin: 16px 0;
}
.post_col.post_col-2{
    box-sizing: border-box;
    display: table-cell;
    width: 20%;
    padding-left: 10px;
    vertical-align: middle;
}
.post_col.post_col-3{
    box-sizing: border-box;
    width: 33.3333%;
    padding: 16px;
    display: table-cell;
}
.single_page table{
    margin: 0 auto;
    margin-bottom: 24px;
}
.page-product-details table{
    margin: 0 0 24px 0;
    width: 100% !important;
    text-align: center;
    white-space: nowrap;
    display: block;
    overflow-x: scroll;
}
.page-product-details td,.page-product-detailstr{
    text-align: center;
}
.page-product-details td{
    font-size: 0.75rem;
    vertical-align: middle;
    padding: 8px;
}

.post_row{
    margin-bottom: 24px;
}

.post_text p{
    margin: 24px 0;
    line-height: 2.4;
}
.post_text p:has(.size-thumbnail){
    text-align: center;
}


.post_row li,.post_col li{    
    list-style: circle;
    margin-left: 20px;
    text-align: left;
}

.single_page .single-paging_button-all{
    width: 200px;
}

/*--------------------------------
    contact
--------------------------------*/
.faq_title{
    box-sizing: border-box;
    position: relative;
    margin-top: 24px;
    padding: 8px 16px;
    background-color: #240060;
    color: #ffffff;
}
.faq_title::after{
    position: absolute;
    content: '+';
    color: #ffffff;
    font-size: 1.5rem;
    right: 16px;
    top: 3px;
    transition: all 0.5s ease-in-out;
}
.faq_title.active::after{
    transform: rotate(180deg);
    content: '-';
}
.faq_title.active+.faq_dis{
    display: block;
}
.faq_dis{
    display: none;
    padding: 16px;
    background-color: #efefef;
}

/*contact form*/
.wpcf7-form{
    background-color: #efefef;
    padding: 48px 24px;
    margin-bottom: 24px;
}
.form-att{
    display: inline-block;
    width: 56px;
    text-align: center;
    font-size: 0.875rem;
    background: #240033;
    color: #ffffff;
    margin-bottom: 8px;
}
.wpcf7-text{
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    border: none;
    font-size: 1.25rem;
}
.wpcf7-form p+p{
    margin-top: 24px;
}
.wpcf7-textarea{
    box-sizing: border-box;
    width: 100%;
    border: none;
    font-size: 1.25rem;
}
.wpcf7-list-item-label{
    position: relative;
}
.wpcf7-list-item-label::before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: #ffffff;
    top: 0;
    left: -38px;
}
.privacy-policy_btn input{
    display: none;
}
.privacy-policy_btn .wpcf7-list-item{
    margin-left: 40px;
}
.privacy-policy_btn input:checked+.wpcf7-list-item-label::after{
    position: absolute;
    content: '';
    top: 3px;
    left: -30px;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border: none;
    border-right: 3px solid #240060;
    border-bottom: 3px solid #240060;
}
.cnt_link{
    margin-left: 40px;
    border-bottom: 1px solid #240060;
    color: #240060;
}
.wpcf7-submit{
    width: 150px;
    height: 56px;
    background-color: #240060;
    color: #ffffff;
    text-align: center;
    margin: auto;
}
.wpcf7-form p:has(.wpcf7-submit){
    text-align: center;
}

/*--------------------------------
    privacy policy
--------------------------------*/
.policy_title{
    font-size: 1.5rem;
    font-weight: 700;
    color: #240060;
    padding-bottom: 16px;
    border-bottom: 1px solid #240060;
    margin-bottom: 24px;
}
.page-privacy-policy section+section{
    margin-top: 48px;
}

.page-privacy-policy .sec02 .policy_txt{
    font-weight: 600;
}
.policy_list{
    padding-left: 20px;
}
.policy_item{
    position: relative;
}
.policy_txt-bold{
    font-weight: 600;
}
.policy_link{
    color: #240060;
    border-bottom: 1px solid #240060;
    padding: 0 5px;
}
.sec04 .policy_item::before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #240060;
    top: 10px;
    left: -18px;

}

/*--------------------------------
    fotter
--------------------------------*/

.footer-cnt{
    background: url(../img/cmn/footer-cnt_bg.jpg) no-repeat center;
    background-size: cover;
    margin-top: 96px;
}
.page-top .footer-cnt,
.page-service .footer-cnt{
    margin-top: unset
}
.footer-cnt_box{
    box-sizing: border-box;
    width: 512px;
    margin: auto;
    padding: 96px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    
    color: #240060;
}
.footer-section_title{
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    color: #240060;
    letter-spacing: 5px;
    margin-bottom: 48px;
}
.footer-section_title::before{
    position: absolute;
    content: attr(data-eng);
    font-size: 1rem;
    top: 44px;
    z-index: 1;
}
.footer-section_title span{
    position: relative;
}
.footer-section_title span::after{
    position: absolute;
    content: '';
    width: 50%;
    border: 1px solid #240060;
    right: 0;
    bottom: -4px;
}

.footer-bottom_outer{
    box-sizing: border-box;
    width: 100%;
}
.footer_inner{
    box-sizing: border-box;
    max-width: 1040px;
    margin: auto;
    padding: 0 20px;
}
.fotter-menu_list{
    display: flex;
    justify-content: space-between;
}
.footer-menu_link{
    color: #ffffff;
}
.footer-warraper{
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #ffffff;
    display: flex;
    justify-content: space-between;
}
.footer-left{
    width: 300px;
}
.footer-right{
    text-align: right;
}
.footer-bottom_copy{
    margin-top: 24px;
}

/*--------------------------------
    404 not found
--------------------------------*/
.e404{
    height: 70vh;
}
.page-404 .page-section_inner{
    top: 50%;
    transform: translateY(-50%);
}
.e404_ttl{
    font-size: 6rem;
    font-weight: 600;
    line-height: 7rem;
    color: #240060;
}
.e404_list_item_btn{
    margin-top: 24px;
}
.e404_img{
    position: absolute;
}
.e404_img.--01{
    width: 200px;
    top: 0;
    right: -64px;
}
.e404_img.--02{
    bottom: -90px;
    right: 76px;
}

@media (hover: hover) {
  
  a:hover{
      transition: all 0.5s ease-in-out;
  }

  .g-nav_link:not(.src):not(.cnt):hover,
  .footer-menu_link:hover{
      color: #FF9100;
  }
  .g-nav_btn_item .g-nav_link:hover{
      background-color: #FF9100;
  }

  .cmn_btn:hover{
      color: #ffffff;
  }

  .cmn_btn:hover:before{
      transform: translateX(-30%) translateY(-50%) rotate(10deg);
  }
  .bg .cmn_btn:hover{
      color: #ffffff;
  }

  .top-series-product_list_item a:hover,
  .top-series-product_link:hover{
    border-bottom: 1px solid #240060;
  }

  .top-catalogs_box:hover{
      background-color: #160039;
  }
  .top-cataloga_box_link:hover .top-cataloga_box_img{
      opacity: unset;
  }

  .post-item__link:hover img{
      opacity: unset;
      transform: scale(1.25);
  }

  .news_link:hover{
      background-color: #f0edf5;
  }
  .news_link:hover::before{
      right: 20px;
  }

  .single-paging_arrow-right:hover,
  .single-paging_arrow-left:hover{
      background-color: #240060;
      color: #ffffff;
  }
  .single-paging_arrow-right:hover:before,
  .single-paging_arrow-left:hover:after{
      border-color: #ffffff;
  }

  .q_button:hover{
      background-color: #FF9100;
  }
  .bt_blue:hover{
      background-color: #205d86;
  }
  .bt_green:hover{
      background-color: #1c7b43;
  }
  .bt_red:hover{
      background-color: #7e1509;
  }
  .bt_yellow:hover{
      background-color: rgb(192, 131, 0);
  }
}

@media (max-width: 1024px) {
    .overflow_hidden{
        overflow: hidden;
    }
    .header_inner{
        padding: 0 20px;
    }
    .header_logo{
        width: 190px;
    }
    .nav_button-seach{
        display: block;
        z-index: 999999;
        position: fixed;
        width: 40px;
        height: 40px;
        top: 28px;
        right: 80px;
    }
    .nav_button-seach img{
        width: 100%;
    }
    .nav_button{
        box-sizing: border-box;
        display: flex;
        z-index: 999999;
        position: fixed;
        width: 40px;
        height: 40px;
        justify-content: center;
        top: 27px;
        right: 20px;
    }
    .nav_bar{
        position: absolute;
        width: 40px;
        height: 3px;
        background-color: #ffffff;
        transition: all 0.5s;
    }
    .nav_bar:nth-child(1) {
        top: 10px;
    }
    .nav_bar:nth-child(2) {
        top: 20px;
    }
    .nav_bar:nth-child(3) {
        top: 30px;
    }
    /*メニューが開かれたら*/
    .nav_button.nav_button_open .nav_bar:nth-child(1){
        transform: rotate(45deg);
        top: 18px;
    }
    .nav_button.nav_button_open .nav_bar:nth-child(2){
        opacity: 0;
    }
    .nav_button.nav_button_open .nav_bar:nth-child(3){
        transform: rotate(-45deg);
        top: 18px;
    }

    .g-nav{
        position: fixed;
        flex-direction: column;
        gap: 48px;
        top: 0;
        right: -120%;
        width: 100%;
        height: 100%;
        margin-top: 96px;
        background-color: #3e3053;
        z-index: 99998;
        transition: all 0.5s;
    }
    .nav_button_open+.g-nav{
        right: 0;
    }
    .g-nav_list{
        display: flex;
        position: static;
        flex-direction: column;
        justify-content: flex-start;
        height: auto;
        margin-top: 80px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .g-nav_item {
        box-sizing: border-box;
        width: 100%;
        justify-content: center;
    }
    .g-nav_list_btn {
        justify-content: center;
    }

    
    .cmn-def_list{
        max-width: 100%;
    }
    .cmn-def_list iframe{
        width: 100%;
    }


    /*------------------------*/
    /*  TOP                   */
    /*------------------------*/
    .mv-top_grid{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 400px 350px;
    }
    .top-mv_img img{
        width: 100%;
    }
    .top-mv_img:first-of-type{
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }
    .top-mv_img:nth-child(3){
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .top-mv_img:nth-child(4){
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .mv-top_text{
        left: 10%;
        font-size: 2.75rem;
        line-height: 4rem;
    }
    .mv-top_text--sub{
        font-size: 1.5rem;
    }
    .mix_box .search-field{
        width: unset;
    }
    /*--------------------------------
        search
    --------------------------------*/



    /*--------------------------------
        404 not found
    --------------------------------*/
    .e404{
        height: unset;
        padding: 96px 0;
    }
    .page-404 .page-section_inner{
        top: unset;
        transform: unset;
    }
    .e404_img.--01{
        width: 150px;
        top: 0;
        right: 10px;
    }
    .e404_img.--02{
        width: 250px;
        bottom: -46px;
        right: 70px;
    }

    
        
}

@media only screen and (max-width: 750px){
    .sp-br{
        display: block;
    }
    a[href^="tel:"]{
        color: unset;
    }
    .cmn_btn{
        left: 50%;
        transform: translateX(-50%);
    }


    /*------------------------*/
    /*  TOP                   */
    /*------------------------*/
    .mv-top_grid{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 300px 200px;
    }

    .title-only_box .search-field{
        width: 100%;
    }
    .mix_box .search-group{
        flex-direction: column;
        gap: 8px;
    }
    .mix_box .search-group label{
        width: 100%;
    }
    .mix_box .search-field,
    .mix_box .drop-down{
        width: 100%;
    }
    .search-submit{
        margin-top: 24px;
    }
    
    .product_box{
        flex-direction: column;
    }
    .product-series_box{
        width: 100%;
    }
    .top-series_title{
        font-size: 1rem;
    }

    .top-cataloga_box_link{
        flex-direction: column;
        gap: 24px;
    }
    .top-catalogs_box_txt{
        font-size: 1rem;
        text-align: center;
    }
    .top-cataloga_box_img{
        width: 70%;
        object-fit: contain;
    }
    .page-top .sec03 .top-section_inner{
        grid-template-columns: 1fr;
    }
    
    .news_link{
        padding-left: 24px;
    }

        
    /*--------------------------------
        下層ページ
    --------------------------------*/
    .mv-page_outer::before{
        right: -100px;
    }
    .breadcrumbs_outer{
        height: unset;
    }
    /*--------------------------------
        conpany
    --------------------------------*/
    .cmn-def_list{
        grid-template-columns: 1fr;
    }
    .cmn-def_list dd{
        padding: 0 0 24px 0;
        border-left: unset;
        border-bottom: 1px solid #240060;
    }
    .cmn-def_mailmethod{
        box-sizing: border-box;
        width: 100%;
    }

    /*--------------------------------
        service
    --------------------------------*/

    /*--------------------------------
        recruit
    --------------------------------*/
    /*--------------------------------
        catalogs
    --------------------------------*/
    .catalogs_content{
        flex-direction: column;
    }
    /*--------------------------------
        single-news
    --------------------------------*/
    .page-single-news .single-paging_button-all,
    .single-paging_arrow-right,
    .single-paging_arrow-left{
        width: 90px;
        padding: 8px;
        font-size: 0.75rem;
    }
    .single-paging_arrow-right::before,
    .single-paging_arrow-left::after{
        content: none;
    }

    /*--------------------------------
        製品各記事
    --------------------------------*/
    .post_col.post_col-2{
        display: block;
        width: 100%;
        padding-left: unset;
        text-align: left;
    }
    .post_col.post_col-3{
        display: block;
        width: 100%;
        padding: 16px 0;
    }
    .sz_l{
        min-width: 320px;
        max-width: 95%;  
    }
    /*--------------------------------
        search
    --------------------------------*/

    /*検索結果*/
    .post-item__link{
        box-sizing: unset;
        flex-direction: column;
        row-gap: 24px;
    }
    .post-item__content{
        width: 100%;

    }
    .post-item__excerpt{
        display: none;
    }

    /*--------------------------------
        contact
    --------------------------------*/
    .faq_title{
        padding-right: 50px;
    }
    .faq_title::after{
        top: 0;
    }
    .wpcf7-submit{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    /*--------------------------------
        praivacy policy
    --------------------------------*/
    .policy_title{
        font-size: 1.25rem;
    }
    /*------------------------*/
    /*  fotter                 */
    /*------------------------*/
    .footer-cnt_box{
        width: 100%;
        padding: 96px 24px;
    }
    
    .fotter-menu_list{
        height: 175px;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px;
    }
    .fotter-menu_list_item{
        width: 50%;
    }
    .footer-warraper{
        flex-direction: column;
        gap: 24px;
    }
    .footer-left{
        width: 100%;
    }
    .footer-right{
        text-align: center;
    }

    /*--------------------------------
        404 not found
    --------------------------------*/
    .e404{
        padding: unset;
        padding-top: 48px;
    }
    .e404_ttl{
        font-size: 5rem;
        line-height: 6rem;
    }
    .e404_img{
        position: absolute;
    }
    .e404_img.--01{
        width: 85px;
        top: -16px;
        right: 20px;
    }
    .e404_img.--02{
        width: 110px;
        top: 80px;
        right: 64px;
    }


}
