@media screen and (min-width:768px){
  .sp_only{
    display: none!important;
  }
}/*@media(min-width:768px){*/

@media screen and (max-width:767px){
  .sp_hide{
    display: none!important;
  }

  main{
    padding-top: 60px;
  }

  /*
  ------------------------------------
  共通パーツ
  ------------------------------------
  */

  .container{
    max-width: 345px;
    margin:0 auto;
    padding:0;
  }

  .common_title_set .en_title{
    font-size: 14px;
  }

  .common_title_set .ja_title{
    font-size: 24px;
  }
  

  /*下線タイトル*/
  .common_bottom_border_title{
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom:2px solid #00436d;
  }

  /*下線タイトル2*/
  .common_bottom_half_border_title{
    font-size: 24px;
    line-height: 1.2;
  }

  .common_bottom_half_border_title::after{
    width: 46px;
    height: 2px;

    margin-top: 16px;
  }


  /*ページネーション*/
  .common_pagenation{
    gap:10px;
    
  }

  .common_pagenation span.current{/*現在のページボタン*/
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .common_pagenation a.page-numbers{/*指定のページ移動ボタン*/
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .common_pagenation a.page-numbers.next::after,
  .common_pagenation a.page-numbers.prev::after{/*next prevボタン*/
    width: 8px;
    height: 13px;
  }

  .common_pagenation a.page-numbers.next{
    margin-left: 16px;
  }

  .common_pagenation a.page-numbers.prev{
    margin-right: 16px;
  }


    /*
  ------------------------------------
  共通セクション　ヘッダー
  ------------------------------------
  */

  header{
    position: fixed;
    width:100%;
    top:0;
    left:0;
    z-index: 20;
  }

  header .header_container{
    padding:0 0 0 10px;
  }

  header .header_line01{
    height:60px;
  }

  header .header_line01 .header_logo_inner .header_logo01{
    width:122px;
  }
  header .header_line01 .header_logo_inner .header_logo02{
    width:122px;
    margin-left: 12px;
  }


  header .drawer_open{
    width:60px;
    height:60px;
  }

  header .drawer_open .drawer_open_inner{
    width:31px;
    height:20px;
  }


  header .drawer_open.active .bar1 {
    transform: translateY(8.9px) rotate(-45deg);
  }
  header .drawer_open.active .bar3 {
    transform: translateY(-8.9px) rotate(45deg);
  }

  header .header_line02{
    display: none;
  }


  #drawer_menu .drawer_menu_inner{
    padding:80px 15px;
  }

  /*
  ------------------------------------
  共通セクション　ページ下部のお問い合わせエリア
  ------------------------------------
  */

  .common_contact_section{
    padding:60px 0;
    background-image: url('../img/common/common_contact_bg.jpg');
  }

  .common_contact_section .contact_text01{
    margin-top: 20px;
    line-height: 1.7;
    text-align: center;
  }


  .common_contact_section .contact_link{
    width: 100%;
    height: 60px;
    margin:28px auto 0;
  }


  /*
  ------------------------------------
  共通セクション　フッター
  ------------------------------------
  */

  footer{

  }


  footer .footer_area01{
    padding:60px 0;

  }

  footer .footer_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  footer .footer_left .footer_tel {
    margin-top: 24px;
}

  footer .footer_left{

  }


  footer .footer_right{
    display: flex;
    align-items: center;
    flex-direction: column;

    margin-top: 40px;
    width: 100%;
  } 

  footer .footer_nav{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap:0 16px;
    width: 100%;
  }

  footer .footer_nav ul li.menu_head{
    font-size: 19px;
    margin-bottom: 16px;
  }

  footer .footer_nav ul li{
    margin-top: 12px;
  }

  footer .footer_nav ul li a{
    font-size: 14px;
  }

  footer .footer_nav ul + ul{
    margin-left: 0;
  }

  footer .footer_banner_area{
    margin-left: 0;
    margin-top: 32px;
  }

  footer .footer_banner_area a{
    width:250px;
  }


  footer .footer_banner_area a.rakuten{
    margin-top: 20px;
  }

  footer .footer_copy{
    font-size: 12px;
    line-height: 1.3;
    padding:12px 0;
  }

  /*
  ------------------------------------
  トップページ
  ------------------------------------
  */

  body.top_body{
    
  }

  main.top_main{

  }

  .top_section{

  }

  .top_mv_section{

  }

  .top_mv_section .flex{
    display: flex;
    flex-direction: column;
  }

  .top_mv_section .top_mv_catch{
    width:100%;
    aspect-ratio: 1/0.67;
  }

  .top_mv_section .top_swiper_block{
    width:100%;
    padding-bottom: 32px;
  }

  .top_mv_section .top_mv_slide{
    width:100%;
    aspect-ratio: 1/0.67;
  }

  .top_mv_section .swiper_pagination{
    bottom:0;
    left:0;
    width:100%;
    z-index: 15;
  }

  .top_mv_section .swiper-pagination-bullet{
    width:12px;
    height:12px;
    margin:0 9px;
  }

  .top_news_section{

  }

  .top_news_section .flex{
    display: flex;
    flex-direction: column;
  }

  .top_news_section .flex .left{
    flex-shrink: 0;
    width:180px;
    position: relative;
  }

  .top_news_section .flex .left::before{
    content: none;
  }

  .top_news_section .flex .left::after{
    content:none;
  }

  .top_news_section .sec_title{
    display: flex;
    align-items: center;
    height:auto;
    padding:24px 0;
  }

  .top_news_section .sec_title .ja_title{
    font-size: 22px;
  }

  .top_news_section .sec_title .en_title{
    font-size: 16px;
    margin-left: 14px;
    margin-top: 3px;
  }

  .top_news_section .flex .right{
    width:100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height:auto;
    padding-left: 0;
    padding-bottom: 24px;
  }

  .top_news_section .flex .right br{
    display: none;
  }

  .top_news_section .news_single{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .top_news_section .news_single .news_date{
    margin-right: 0;
  }

  .top_news_section .news_single .news_title{
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-top: 16px;
  }

  .top_news_section .news_list_link{
    
    margin-top: 24px;
    width: 152px;
  }


  .top_about_section{
    position: relative;
    padding:60px 0;
  }

  .top_about_section .flex{
    margin-top: 40px;
  }

  .top_about_section .flex .left{
    width:100%;
  }

  .top_about_section .left .top_about01{
    width:100%;
  }

  .top_about_section .left .top_about02{
    width:90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -24px;
  }

  .top_about_section .flex .right{
    width:100%;
    margin-top: 32px;
  }

  .top_about_section .right p{
    line-height: 1.8;
  }


  .top_oem_section{
    padding:60px 0;
    background-image: url('../img/top/top_oem_bg.jpg');
  }


  .top_oem_section .owm_head{
    margin: 40px auto 0;
    width: 100%;
    padding:20px 0;
    font-size:17px;
    line-height: 1.6;
    text-align: center;
    display: block;
  }


  .top_oem_section .owm_head::after{
    width:46%;
    height:20px;
  }

  .top_oem_section .oem_list{
    margin-top: 40px;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    gap:32px 0;
  }


  .top_oem_section .oem_list li{
    width: 45%;
    /* margin: 0 auto; */
  }
  .top_oem_section .oem_list .oem_block{
    width:100%;
    margin: 0;
  }

  .top_oem_section .oem_block .oem_info{
    margin-top: 12px;
    line-height: 1.63;
    font-size: 13px;
    white-space: nowrap;
  }

  .top_oem_section .oem_text01{
    margin-top: 64px;
    font-size: 20px;
    line-height: 1.54;
  }

  .top_oem_section .oem_text02{
    margin-top: 28px;
    line-height: 1.8;
  }

  .top_oem_section .oem_link{
    margin:40px auto 0;
    width:280px;
  }

  .top_product_section{
    padding:60px 0;
  }

  .top_product_section .product_list{
    margin-top: 48px;
    gap:30px 0;
  }

  .top_product_section .product_list li{
    width: 100%;
  }

  .top_product_section .product_banner{
    width: 100%;
  }

  .top_product_section .product_link{
    width: 280px;
    margin:60px auto 0;
  }

  .top_link_section{

  }

  .top_link_section .link_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:0;
  }

  .top_link_section .link_block{
    width:100%;
    max-width: 500px;
    display: block;
    margin-top: 48px;
  }

  .top_link_section .link_block:first-child{
    margin-top: 0;
  }

  .top_link_section .link_block .link_thumb{
    height:auto;
    aspect-ratio: 1/0.56;
    position: relative;
  }

  .top_link_section .link_block .link_text_area{
    width:90%;
    height:calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .top_link_section .link_block .link_name{
    font-size: 24px;
    padding-bottom: 16px;
    position: relative;
  }

  .top_link_section .link_block .link_name::after{
    width: 41px;
    height: 2px;
  }

  .top_link_section .link_block .link_text{
    margin-top: 12px;
    line-height: 1.8;
    text-align: center;
  }

  .top_link_section .link_block .link_button{
    height: 60px;
    transition-duration: 0.4s;
  }

  .top_link_section .link_block .link_button::after{
    width: 9px;
    height: 16px;
    right:30px;
  }

  .top_banner_section{
    padding:60px 0;
  } 


  /*
  ------------------------------------
  下層mv
  ------------------------------------
  */

  .page_mv_section{
    min-height: 180px;
    padding:24px 0;
  }


  .page_mv_section .page_title_set .en_title{
    font-size: 14px;
  }

  .page_mv_section .page_title_set .ja_title{
    font-size: 24px;
  }

  .page_mv_section .page_title_set .en_title + .ja_title{
    margin-top: 8px;
  }


  /*
  ------------------------------------
  パンクズ
  ------------------------------------
  */

  .common_bread_section{
    padding:20px 0;
  }

  .common_bread_section .bread_list{
    gap:12px;
    font-size: 15px;
  }


  .common_bread_section .bread_list .arrow{
    width: 6px;
    height: 10px;
    margin-top: 1px;
  }

  /*
  ------------------------------------
  製品一覧
  ------------------------------------
  */  

  body.archive_products_body{
    
  }

  main.archive_products_main{

  }

  .archive_products_section{

  }

  .archive_products_section01{
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .archive_products_section01 .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .archive_products_section01 .archive_products_article{
    width:100%;
  }

  .archive_products_section01 .products_list{
    max-width: 100%;
    gap:40px 0;
    margin:40px auto 0;
  }

  .archive_products_section01 .products_list .products_item{
    width: 100%;
  }
  
  .archive_products_section01 .products_card .products_body{
    padding:24px 20px;
  }

  .archive_products_section01 .products_card .products_date{
    font-size: 16px;
  }

  .archive_products_section01 .products_card .products_name{
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.63;
  }

  .archive_products_section01 .products_card .products_tag_list{
    margin-top: 12px;
    gap:5px;
  }

  .archive_products_section01 .products_card .products_tag_list span{
    padding:5px 18px;
    font-size: 14px;
  }

  .archive_products_section01 .common_pagenation{
    margin-top: 64px;
  }

  .archive_products_section01 .sidebar{
    width:100%;
    margin-top: 64px;
  }

  .archive_products_section01 .keyword_area{

  }

  .archive_products_section01 .keyword_area .keyword_frame{
    margin-top: 20px;
  }

  .archive_products_section01 .keyword_area .keyword{
    height: 52px;
    padding-left: 44px;
    padding-right: 16px;
  }

  .archive_products_section01 .keyword_area .search_button{
    width:23px;
    left:10px;
  }


  .archive_products_section01 .category_area{
    margin-top: 64px;
  }

  .archive_products_section01 .category_area .search_cat_list{
    margin-top: 10px;
  }

  .archive_products_section01 .category_area .search_cat_list a{
    line-height: 1.2;
    padding:20px 12px 20px 0;
  }

  .archive_products_section01 .category_area .search_cat_list a::after{
    width: 8px;
    height: 14px;
    margin-left: 4px;
  }


  .archive_products_section01 .tag_area{
    margin-top: 64px;
  }

  .archive_products_section01 .tag_area .search_tag_list{
    margin-top: 20px;
    gap:10px;
  }

  .archive_products_section01 .tag_area .search_tag_item{
    padding:5px 18px;
    font-size: 14px;
  }


  /*
  ------------------------------------
  製品詳細
  ------------------------------------
  */  

  body.single_products_body{
    
  }

  main.single_products_main{

  }

  .single_products_section{

  }

  .single_products_section01{
    padding-top: 40px;
    padding-bottom: 80px;
  }


  .single_products_section01 .flex{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .single_products_section01 .flex .img_area{
    width: 100%;
    margin-top: 48px;
  }


  .single_products_section01 .products_gal_list{
    margin-top: 10px;
    gap:10px;
  }

  .single_products_section01 .products_gal_item{
    width:108px;
  } 

  .single_products_section01 .flex .text_area{
    width: 100%;
    margin-top: 56px;
  }

  .single_products_section01 .products_num{
    line-height: 1.1;
  }

  .single_products_section01 .products_name{
    margin-top: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .single_products_section01 .products_tag_list{
    gap:10px;
    margin-top: 12px;
  }

  .single_products_section01 .products_tag_item{
    padding:5px 18px;
  }

  .single_products_section01 .products_info{
    margin-top: 24px;
  }

  .single_products_section01 .products_online{
    width: 100%;
    height: 70px;
    font-size: 18px;
    margin-top: 32px;
  }

  .single_products_section01 .products_online::after{
    width: 9px;
    height: 16px;
    right:30px;
  }

  .single_products_section01 .products_online span::before{
    width: 26px;
    height: 27px;
    left:-40px;
  }

  .single_products_section01 .list{
    margin-top: 72px;
  }

  .single_products_section01 .list li{
    display: flex;
  }

  .single_products_section01 .list .list_title{
    padding:20px 6px 20px 2px;
    width:110px;
    font-size: 14px;
    white-space: nowrap;
  }

  .single_products_section01 .list .list_title::after{
    width:100%;
    height:1px;
    bottom:-1px;
  }

  .single_products_section01 .list .list_contents{
    padding:20px 12px;
    line-height: 1.5;
    font-size: 14px;
  }

  .single_products_section01 .products_point_area{
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .single_products_section01 .products_point_area .point_head{
    font-size: 24px;
    gap:0 16px;
  }

  .single_products_section01 .products_point_area .point_head::before,
  .single_products_section01 .products_point_area .point_head::after{
    width: 24px;
    height: 2px;
  }

  .single_products_section01 .products_point_area .point_list{
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    gap:48px 0;
  }

  .single_products_section01 .products_point_area .point_item{
    width:100%;
  }

  .single_products_section01 .products_point_area .point_body{
    padding:20px;
  }

  .single_products_section01 .products_point_area .point_text{
    line-height: 1.75;
    letter-spacing: 0;
  }

  .single_products_section01 .product_list_link{
    width:280px;
    margin:72px auto 0;
  }


  /*
  ------------------------------------
  お知らせ一覧
  ------------------------------------
  */  

  body.archive_news_body{
    
  }

  main.archive_news_main{

  }

  .archive_news_section{

  }

  .archive_news_section01{
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .archive_news_section01 .p01{
    margin-top: 24px;
    line-height:1.6;
    text-align: center;
  }

  .archive_news_section01 .news_list{
    margin-top: 56px;
  }

  .archive_news_section01 .news_item{
    padding:18px 32px 18px 12px;
  }

  .archive_news_section01 .news_item::after{
    width: 6px;
    height: 14px;
    right:10px;
    background-position: right;
  }

  .archive_news_section01 .news_item .news_date{
    width:95px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.3;
  }

  .archive_news_section01 .news_item .news_title{
    line-height: 1.3;
    font-size: 14px;
  }

  .archive_news_section01 .common_pagenation{
    margin-top: 70px;
  }

  /*
  ------------------------------------
  お知らせ詳細
  ------------------------------------
  */  

  body.single_news_body{
    
  }

  main.single_news_main{

  }

  .single_news_section{

  }

  .single_news_section01{
    padding-top: 32px;
    padding-bottom: 80px;
  }

  .single_news_section01 .single_news_article{
    max-width: 800px;
    margin:0 auto;
  }

  .single_news_section01 .link_flex{
    margin-top: 80px;
    display: flex;
    justify-content: center;
  }

  .single_news_section01 .link_flex .link{
    width: 50%;
  }

  .single_news_section01 .link_flex .link a{
    height: 60px;
    font-size: 14px;
  }

  .single_news_section01 .link_flex .link a span{
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
  }

  .single_news_section01 .link_flex .link a::after{
    width: 8px;
    height: 15px;
  }

  .single_news_section01 .link_flex .link_prev a{
    padding-right: 12px;
    padding-left: 28px;

  }
  .single_news_section01 .link_flex .link_prev a::after{
    left:10px;
  }

  .single_news_section01 .link_flex .link_next a{
    padding-right: 28px;
    padding-left: 12px;
  }
  .single_news_section01 .link_flex .link_next a::after{
    right:10px;
    
  }


  .single_news_section01 .news_list_link{
    width:280px;
    margin:56px auto 0;
  }

  .single_news_section01 .news_date{
    font-size: 14px;
  }

  .single_news_section01 .news_title{
    font-size: 26px;
    line-height: 1.44;
    margin-top: 12px;
  }

  .common_single_frame{
    margin-top: 24px;
  } 

  .common_single_frame .wp-block-image{
    margin-bottom: 56px;
  }

  .common_single_frame h2{
    margin-bottom:56px;
    font-size: 22px;
    padding:8px 0;
    border-top:2px solid #00436d;
    border-bottom:2px solid #00436d;
  }


  .common_single_frame h3{
    margin-bottom: 32px;
    font-size: 20px;
    padding-left: 16px;
  }

  .common_single_frame h3::before{
    width: 3px;
    height: 100%;
  }

  .common_single_frame h4{
    margin-bottom: 40px;
    font-size: 18px;
    padding-bottom: 12px;
  }

  .common_single_frame h5{
    margin-bottom: 32px;
    font-size: 17px;

    padding-bottom: 8px;
  }

  .common_single_frame h6{
    font-size: 16px;

    margin-bottom: 24px;
  }

  .common_single_frame p{
    line-height: 1.75;
  }

  .common_single_frame>p{
    margin-bottom: 32px;
  }

  .common_single_frame ul{
    margin-bottom:48px;
  }

  .common_single_frame ul li{
    padding-left: 28px;
  }

  .common_single_frame ul li::before{
    width:10px;
    height:10px;
    top:8px;
    left:7px;
  }

  .common_single_frame ul li + li{
    margin-top: 10px;
  }

  .common_single_frame ol{
    margin-bottom: 48px;
  }

  .common_single_frame ol li{
    padding-left: 28px;
  }

  .common_single_frame ol li::before {
    width: 22px;
    height:22px;
    font-size: 14px;
    top:2px;
  }

  .common_single_frame ol li + li{
    margin-top: 10px;
  }

  .common_single_frame pre{
    margin-bottom: 60px;
    padding:24px 12px;
    line-height: 2;
  }

  .common_single_frame .wp-block-table{
    margin-bottom: 48px;
    overflow-x: scroll;
  }

  .common_single_frame table{
    width: 700px;
  }

  .common_single_frame table tr{
    
  }

  .common_single_frame table td{
    padding:20px 12px;
    font-size: 15px;
    line-height: 1.3;
  }



  .common_single_frame .wp-block-quote{
    padding:32px 12px 24px 48px;
    border-left:3px solid #00436d;
    line-height: 2;
    margin-bottom: 40px;
    
  }

  .common_single_frame .wp-block-quote::before{
    width:28px;
    height:22px;
    top:12px;
    left:10px;
  }

  /*
  ------------------------------------
  こだわり・生産体制
  ------------------------------------
  */  

  body.commit_body{
    
  }

  main.commit_main{

  }

  .commit_mv_section{
    background-image: url('../img/commit/commit_mv.jpg');
    min-height: 300px;
  }

  .commit_section01{
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .commit_section01 .link_list{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap:0;
    margin-bottom: 72px;
  }

  .commit_section01 .link_list a{
    width: 100%;
    height: 60px;
  }

  .commit_section01 .link_list a::after{
    width: 16px;
    height: 9px;
    right:20px;
  }

  .commit_section01 .link_list a + a{
    margin-top: 32px;
  }

  .commit_section01 .commit_list{
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .commit_section01 .commit_block{
    width:100%;
  }

  .commit_section01 .commit_block + .commit_block{
    margin-top: 48px;
  }

  .commit_section01 .commit_block .commit_pic{
    width: 100%;
  }

  .commit_section01 .commit_block .commit_text{
    line-height: 1.75;
    margin-top: 12px;
    font-size: 16px;
  }


  .commit_system_section{
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .commit_system_section .system_list{
    margin-top: 48px;
  }

  .commit_system_section .system_block{
    padding:20px 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    position: relative;
  }

  .commit_system_section .system_block::before{
    bottom:-40px;
  }

  .commit_system_section .system_block + .system_block{
    margin-top: 80px;
  }

  .commit_system_section .system_block .system_img_area{
    width: 100%;
    flex-shrink: 0;
  }

  .commit_system_section .system_block .system_img_area img{
    width: 100%;
  }

  .commit_system_section .system_block .system_text_area{
    width: 100%;
    padding-top: 24px;
  }

  .commit_system_section .system_block .system_head{
    font-size: 18px;
  }

  .commit_system_section .system_block .system_text{
    margin-top: 12px;
    line-height: 1.75;
  }


  .commit_system_section .system_block:nth-child(odd)::before{
    left:40px;
  }
  .commit_system_section .system_block:nth-child(even)::before{
    right:40px;
  }


  .commit_banner_section{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .commit_banner_section .banner{
    min-height: auto;
  }

  .commit_banner_section .oem_button{
    width: 230px;
    height: 42px;
    bottom:24px;
    right:0;
    left:0;
    margin:auto;
    font-size: 14px;
  }

  .commit_banner_section .oem_button::after{
    width: 6px;
    height: 11px;
    right:12px;
  }


  /*
  ------------------------------------
  OEMについて
  ------------------------------------
  */  

  body.oem_body{
    
  }

  main.oem_main{

  }

  .oem_mv_section{
    background-image: url('../img/oem/oem_mv.jpg');
    min-height: 300px;
    
  }

  @media screen and (max-width:600px){
    .oem_mv_section{
      background-position: -1200px;
    }
  }

  .oem_kind_section{
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .oem_kind_section .p01{
    line-height: 2;
    text-align: left;
    margin-bottom: 72px;
  }

  .oem_kind_section .kind_list{
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }


  .oem_kind_section .kind_box{
    width: 100%;
    padding:32px 16px 24px ;
    border:2px solid #00436d;
    flex-direction: column;
    align-items: center;
  }

  .oem_kind_section .kind_box .kind_head{
    font-size: 20px;
    padding:0 20px;
    top:-12px;
  }

  .oem_kind_section .kind_box .kind_pic{
    width: 154px;
    height: 154px;
  }

  .oem_kind_section .kind_box .kind_text{
    width: 100%;

    line-height: 1.75;
    padding-top: 24px;
  }

  .oem_kind_section .kind_box + .kind_box{
    margin-top: 64px;
  }

  .oem_reason_section{
    padding-top: 80px;
    padding-bottom:80px;
  }

  .oem_reason_section .reason_list{
    margin-top: 48px;
  }

  .oem_reason_section .reason_block{
    padding:24px;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .oem_reason_section .reason_block + .reason_block{
    margin-top: 40px;
  }

  .oem_reason_section .reason_block .reason_img_area{
    width: 100%;
    margin-right: 0;
  }

  .oem_reason_section .reason_block .reason_img_area img{
    width: 100%;
  }

  .oem_reason_section .reason_block .reason_text_area{
    width: 100%;
    padding-top: 24px;
  }

  .oem_reason_section .reason_block .reason_head{
    font-size: 18px;
    padding-bottom: 10px;
  }

  .oem_reason_section .reason_block .reason_text{
    line-height: 2;
    margin-top: 12px;
  }

  .oem_example_section{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .oem_example_section .example_list{
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:30px 0;
  }

  .oem_example_section .example_block{
    width: 100%;
    min-height: auto;
    padding: 30px 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }


  .oem_example_section .example_block .example_img_area{
    width:150px;
    flex-shrink: 0;
    margin-right: 0;
  }


  .oem_example_section .example_block .example_text_area{
    padding-top: 24px;
  }

  .oem_example_section .example_block .example_head{
    font-size: 20px;
    text-align: center;
  }

  .oem_example_section .example_block .example_text{
    margin-top: 10px;
    line-height: 1.75;
  }

  .oem_flow_section{
    padding-top: 80px;
    padding-bottom:80px;
  }

  .oem_flow_section .flow_list{
    margin-top: 48px;
  }

  .oem_flow_section .flow_block{
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding:24px 16px;
  }

  .oem_flow_section .flow_block + .flow_block{
    margin-top: 40px;
  }
  .oem_flow_section .flow_block + .flow_block::before{
    width:7px;
    height:40px;
    top:-40px;
  }

  .oem_flow_section .flow_block .flow_text_area{
    width: 100%;
    margin-top: 32px;
  }

  .oem_flow_section .flow_block .flow_head{
    font-size: 18px;
    white-space: nowrap;
  }

  .oem_flow_section .flow_block .flow_head .num{
    margin-right: 8px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .oem_flow_section .flow_block .flow_text{
    margin-top: 20px;
    line-height: 2;
  }

  .oem_flow_section .flow_block .contact_link{
    margin: 24px auto 0;
    width: 280px;
    height: 60px;
  }

  .oem_flow_section .flow_block .contact_link::after{
    width: 9px;
    height: 16px;
    right:20px;
  }

  .oem_flow_section .flow_block .contact_link span::before{
    width: 26px;
    height: 19px;
    left: -36px;
  }

  .oem_flow_section .flow_block .flow_img_area{
    width: 100%;
    flex-shrink: 0;
    margin-left: 0;
  }

  .oem_flow_section .flow_block .flow_img_area img{
    width: 100%;
  }
  /*
  ------------------------------------
  企業情報
  ------------------------------------
  */  

  body.company_body{
    
  }

  main.company_main{

  }

  .company_mv_section{
    background-image: url('../img/company/company_mv.jpg');
    min-height: 300px;
    
  }

  @media screen and (max-width:600px){
    .company_mv_section{
      background-position: -1300px;
    }
  }

  .company_philosophy_section{
    padding-top: 20px;
  }

  .company_philosophy_section .link_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:24px 0;
  }


  .company_philosophy_section .link_list a{
    width: 48%;
    height: 60px;
    padding-right: 10px;
  }

  .company_philosophy_section .link_list a::after{
    width: 16px;
    height: 9px;
    right:10px;
  }

  .company_philosophy_section .philosophy_box{
    border: 2px solid #00436d;
    padding:40px 12px 24px;
    margin-top: 80px;
  }

  .company_philosophy_section .philosophy_box .philosophy_head{
    font-size: 20px;
    padding:0 24px;
    top:-12px;
  }

  .company_philosophy_section .philosophy_box .philosophy_text{
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
  }

  .company_message_section{
    padding-top: 100px;
  }


  .company_message_section .president_img{
    max-width: 680px;
    margin:50px auto 0;
  }

  .company_message_section .message_text{
    margin-top: 40px;
    line-height: 1.75;
  }

  .company_message_section .president_sign{
    margin-top: 20px;
  }

  .company_message_section .president_sign img{
    width:87px;
    margin-left: 12px;
  }

  .company_outline_section{
    padding-top: 80px;
  }

  .company_outline_section .outline_list{
    margin-top: 32px;
  }

  .company_outline_section .outline_item{
    display: flex;
    flex-direction: column;
    padding:15px 0;
  } 

  .company_outline_section .outline_item .outline_title{
    width: 180px;
    padding-left: 0;
    line-height: 1.75;
  }

  .company_outline_section .outline_item .outline_contents{
    width:100%;
    padding-right: 0;
    margin-top: 12px;
    line-height: 1.75;
    font-feature-settings: 'palt';
  }

  .company_outline_section .outline_item .box_flex{
    display: flex;
    justify-content: space-between
  }

  .company_outline_section .outline_item .box{
    width:48%;
    margin-top: 8px;
  }

  .company_outline_section .outline_item .box + .box{
    margin-left: 0;
  }

  .company_outline_section .outline_item .box img{
    width: 100%;
  }

  .company_outline_section .outline_item .box p{
    margin-top: 8px;
    font-size: 14px;
  }

  .company_access_section{
    padding-top: 80px;
    
  }

  .company_access_section .map_frame{
    margin-top: 40px;
  }

  .company_access_section .map_frame iframe{
    height:300px;
  }


  .company_history_section{
    padding-top: 80px;
    padding-bottom: 80px;
  } 

  .company_history_section .history_list{
    margin-top: 40px;
  }


  .company_history_section .history_item + .history_item{
    margin-top: 24px;
  }

  .company_history_section .history_year{
    width:95px;
    white-space: nowrap;
    padding-left: 0;
    line-height: 1.63;
    font-size: 14px;
  }

  .company_history_section .history_border{
    width: 24px;
    margin-top: 12px;
    margin-right: 16px;
  }

  .company_history_section .history_contents{
    line-height: 1.63;
    font-size: 14px;
  }

  /*
  ------------------------------------
  SDGsへの取り組み
  ------------------------------------
  */  

  body.sdgs_body{
    
  }

  main.sdgs_main{

  }

  .sdgs_mv_section{
    background-image: url('../img/sdgs/sdgs_mv.jpg');
    min-height: 300px;
  }

  .sdgs_section01{
    padding-top: 32px;
    padding-bottom: 80px;
  }

  .sdgs_section01 .p01{
    line-height: 1.75;
    text-align: left;
  }

  .sdgs_section01 .sdgs_all{
    max-width: 1086px;
    margin:48px auto 0;
  } 


  .sdgs_section01 .sdgs_head{
    font-size: 20px;
    margin-top: 60px;
  }

  .sdgs_section01 .sdgs_head::after{
    width: 46px;
    height: 2px;
    margin-top: 16px;
  }


  .sdgs_section01 .sdgs_title{
    font-size: 18px;
    padding-bottom: 12px;
    margin-top: 48px;
  }


  .sdgs_section01 .sdgs_list{
    margin-top: 40px;
  } 

  .sdgs_section01 .sdgs_block{
    padding:30px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .sdgs_section01 .sdgs_block + .sdgs_block{
    margin-top: 40px;
  }

  .sdgs_section01 .sdgs_block .sgds_img_list{
    gap:0 8px;
    flex-shrink: 0;
    width:100%;
    margin-right: 0;
    justify-content: center;
  }

  .sdgs_section01 .sdgs_block .sgds_img_list img{
    width:31%;
  }

  .sdgs_section01 .sdgs_block .sgds_text_area{
    width: 100%;
    line-height:1.75;
    margin-top: 24px;
  }

  .sdgs_section01 .box{
    margin-top: 72px;
    border:2px solid #00436d;
    padding:40px 16px 24px;
  }

  .sdgs_section01 .box .box_head{
    padding:0 20px;
    font-size: 20px;
    top:-12px;
  }

  .sdgs_section01 .box ul li{
    line-height: 1.63;
  }

  .sdgs_section01 .box ul li::before{
    width: 10px;
    height:10px;
    margin-top: 8px;
    margin-right: 10px;
  }

  .sdgs_section01 .box ul li + li{
    margin-top: 16px;
  }

  /*
  ------------------------------------
  お問い合わせ
  ------------------------------------
  */  

  body.contact_body{
    
  }

  main.contact_main{

  }

  .contact_mv_section{
    background-image: url('../img/contact/contact_mv.jpg');
    min-height: 300px;
  }


  .contact_section01{
    padding-top: 32px;
    padding-bottom: 80px;
  }

  .contact_section01 .flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:32px 0;
  }

  .contact_section01 .flex a{
    width: 320px;
    height: 60px;
  }

  .contact_section01 .flex a::after{
    width: 16px;
    height: 9px;
    right:20px;
  }

  .contact_form_section{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact_form_section .p01{
    margin-top: 20px;
    line-height: 1.75;
    text-align: left;
  }

  .contact_form_section .form_box{
    padding:40px 16px;
    margin-top: 40px;
  }

  .contact_form_section .form_line{
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    padding-bottom:20px;
  }

  .contact_form_section .form_line::before{
    width:100px;
    height:1px;
    bottom:-1px;
  }

  .contact_form_section .form_line + .form_line{
    padding-top: 20px;
  }

  .contact_form_section .form_left{
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .contact_form_section .form_left::after{
    width: 45px;
    height: 24px;
    border-radius: 2px;
    font-size: 13px;
    margin-left: 16px;
  }

  .contact_form_section .form_left.pt0{
    padding-top: 0;
  }

  .contact_form_section .form_right{
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }


  .contact_form_section .input_frame{
    width:100%;
  } 

  .contact_form_section .form_line input[type='text'],
  .contact_form_section .form_line input[type='number'],
  .contact_form_section .form_line input[type='tel'],
  .contact_form_section .form_line input[type='email']{
    height: 50px;
    padding: 0 16px;
    border-radius: 4px;
  }


  .contact_form_section .form_line textarea{
    height: 230px;
    padding: 20px 12px;
    border-radius: 4px;
  }

  .contact_form_section .form_line .msg_text{
    margin-top: 10px;
    line-height: 1.63;
    margin-bottom: 20px;
  }

  .contact_form_section .form_line .msg_text br{
    display: none;
  }

  .contact_form_section .form_line .msg_text::before{
    line-height: 1.63;
  }

  .contact_form_section .form_line .adress_flex{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .contact_form_section .form_line .adress_flex .mark{
    margin-left: 4px;
    line-height: 1;
  }

  .contact_form_section .form_line .adress_flex .adress_frame{
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact_form_section .form_line .adress_flex .adress_search{
    width: 60px;
    height: 36px;
  }

  .contact_form_section .check_list .wpcf7-checkbox {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap:20px 24px;
  }

  .contact_form_section .check_list label{
    line-height: 1.2;
  }

  .contact_form_section .check_list label input{
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }

  .contact_form_section .privacy_text{
    margin-top: 48px;
    line-height: 1.75;
    text-align: left;
  }

  .contact_form_section .privacy_box{
    margin-top: 24px;
    padding:24px 12px;
  }

  .contact_form_section .privacy_box::before{
    width: 40px;
    height: 24px;
    border-radius: 2px;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 1px;
  }


  .contact_form_section .privacy_box label{
    line-height: 1.2;
    font-size: 14px;
    white-space: nowrap;
  }

  .contact_form_section .wpcf7-not-valid-tip{
    font-size: 13px;
  }

  .contact_form_section .privacy_box label input{
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }

  .contact_form_section .submit_frame{
    width: 280px;
    height: 60px;
    margin:50px auto 0;
  }

  .contact_form_section .submit_frame::after{
    width: 9px;
    height: 16px;
    right:20px;
  }

  .contact_form_section .submit_frame input{
    height: 60px;
  }


  .contact_tel_section{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact_tel_section .tel_box{
    padding:32px 16px 24px;
    border: 2px solid #00436d;
  }

  .contact_tel_section .tel_box .tel_head{
    font-size: 20px;
    padding:0 20px;
    top:-12px;
  }

  .contact_tel_section .tel_box .tel_text01{
    line-height: 1.75;
    text-align: left;
  }

  .contact_tel_section .tel_box .tel{
    margin:24px auto 0;
    font-size: 32px;
  }

  .contact_tel_section .tel_box .tel::before{
    width: 24px;
    height: 32px;
    margin-right: 6px;
  }

  .contact_tel_section .tel_box .tel_text02{
    margin-top: 12px;
    line-height: 1.2;
    font-size: 14px;
    white-space: nowrap;
  }

  .contact_section .finish_text01{
    font-size: 20px;
    text-align: center;
  }

  .contact_section .finish_text02{
    margin-top: 32px;
    text-align: left;
    line-height: 1.75;
  }

  .contact_section .top_link{
    width: 280px;
    margin:32px auto 0;
  }

  /*
  ------------------------------------
  プライバシーポリシー
  ------------------------------------
  */  

  body.privacy_body{
    
  }

  main.privacy_main{

  }

  .privacy_section01{
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .privacy_section01 .privacy_head{
    font-size: 18px;
    padding-bottom: 12px;
    line-height: 1.3;
  }

  .privacy_section01 * + .privacy_head{
    margin-top: 48px;
  }

  .privacy_section01 .privacy_text{
    line-height: 1.75;
    margin-top: 20px;
  }

  .privacy_section01 ul{
    margin-top: 16px;
  }

  .privacy_section01 ul li{
    line-height: 1.5;
  }

  .privacy_section01 ul li::before{
    width: 8px;
    height:8px;
    margin-right: 12px;
    margin-top: 8px;
  }

  .privacy_section01 ul li + li{
    margin-top: 8px;
  }

  /*
  ------------------------------------
  404
  ------------------------------------
  */  

  body.page404_body{
    
  }

  main.page404_main{

  }

  .page404_section01{
    padding-top: 40px;
    padding-bottom: 80px;
  }


  .page404_section01 .p01{
    font-size: 24px;
  }

  .page404_section01 .p02{
    line-height: 1.7;
    margin-top: 32px;
    font-size: 16px;
  }
  
}/*@media(max-width:767px){*/