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


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

  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }

  main{
    padding-top: 80px;
  }

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

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

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

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


  .common_white_button{
    height:60px;
  }

  .common_white_button::after{
    width: 9px;
    height: 16px;
    right:20px;

  }


  .common_blue_button{
    height:60px;
  }

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



  /*下線タイトル*/
  .common_bottom_border_title{
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 14px;
    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: 24px;
  }


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

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

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

  .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: 24px;
  }

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

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

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

  header .header_container{
    width: 1240px;
    max-width: 100%;
    margin:0 auto;
    padding:0 0 0 20px;
  }

  header .header_line01{
    height:80px;
  }

  header .header_line01 .header_logo_inner .header_logo01{
    width:243px;
  }
  header .header_line01 .header_logo_inner .header_logo02{
    width:243px;
    margin-left: 20px;
  }

  header .header_line01 .header_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .header_line01 .header_button_area{
    display: none;
  }

  header .header_line01 .contact_link{
    display: none;
  }

  header .drawer_open{
    width:80px;
    height:80px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00436d;
  }

  header .drawer_open .drawer_open_inner{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width:40px;
    height:26px;
  }

  header .drawer_open .bar{
    height:2px;
    background-color: #fff;
    transition-duration: 0.4s;
  }

  header .drawer_open.active .bar1 {
    transform: translateY(11.7px) rotate(-45deg);
  }
  header .drawer_open.active .bar2 {
    display: none;
  }
  header .drawer_open.active .bar3 {
    transform: translateY(-11.7px) rotate(45deg);
  }

  header .header_line02{
    display: none;
  }

  #fix_sidebar{
    display: none;
  }


  #drawer_menu_bg{
    transition-duration: 0.4s;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    width:100%;
    height:100vh;
    top:0;
    left:0;
    z-index: 18;
    pointer-events: none;
    transition-duration: 0.4;
    opacity: 0;
  }

  #drawer_menu_bg.show{
    pointer-events: auto;
    opacity:1 ;
  }

  #drawer_menu{
    position: fixed;
    top:0;
    right:0;
    z-index:19;
    width:100%;
    max-width: 450px;
    height: calc(100vh ); /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    height: calc(var(--vh2, 1vh) * 100);
    background-color: #00436d;
    pointer-events: none;
    transition-duration: 0.4;
    opacity: 0;
    overflow-y: scroll;
  }

  #drawer_menu.show{
    pointer-events: auto;
    opacity: 1;
  }

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

  #drawer_menu .drawer_parent_item{
    border-bottom:1px solid #fff;
  }

  #drawer_menu .drawer_parent_item_category{
    background-color: rgba(242,244,247,0.1);
  }

  #drawer_menu .drawer_parent_link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:16px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 0.05em;
    color: #fff;
  }

  #drawer_menu .drawer_parent_link::after{
    content:'';
    width: 8px;
    height: 14px;
    background-image:url('../img/common/angle_right_white.png');
  }

  #drawer_menu  .contact_link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 55px;
    padding-left:20px;
    border:1px solid #ed7b0b;
    background-color: #ed7b0b;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    transition-duration: 0.4s;
    margin:40px auto 0;
    position: relative;
  }
  
  #drawer_menu .contact_link::before{
    content:'';
    width: 26px;
    height: 19px;
    transition-duration: 0.4s;
    background-image: url('../img/common/icon_contact_white.png');
    position: absolute;
    left:64px;
    top:0;
    bottom:0;
    margin:auto;
  }
  
  @media (any-hover:hover){
    #drawer_menu  .contact_link:hover{
      background-color: #fff;
      color: #ed7b0b;
      opacity: 1;
    }
  
    #drawer_menu  .contact_link:hover::before{
      background-image: url('../img/common/icon_contact_orange.png');
    }
  }

  #drawer_menu .lang_select_frame{
    position: relative;
    margin: 20px auto 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 55px;
    border:1px solid #fff;
  }

  #drawer_menu .lang_select_frame::after{
    content:'';
    width: 14.5px;
    height: 8px;
    background-image: url('../img/common/angle_bottom_white.png');
    position: absolute;
    right:16px;
    top:0;
    bottom:0;
    margin:auto;
    transition-duration: 0.4s;
  }


  #drawer_menu .lang_select_frame.active::after{
    transform: rotateZ(180deg);
  }

  #drawer_menu .lang_text{
    position: relative;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
  }

  #drawer_menu .lang_text::before{
    content:'';
    width: 19px;
    height: 18.5px;
    background-image: url('../img/common/icon_lang_white.png');
    position: absolute;
    left:-28px;
    top:0;
    bottom:0;
    margin:auto;
    
  }


  #drawer_menu .lang_select_list{
    top:100%;
    left:0;
    width: 290px;
    background-color: #fff;
    margin: 0 auto;
    padding:24px;
    display: none;
  }

  #drawer_menu .lang_select_list li{
    margin-top: 16px;
  }
  
  #drawer_menu .lang_select_list li:first-child{
    margin-top: 0;
  }
  
  #drawer_menu .lang_select_list li a{
    line-height: 1.1;
  }


  #drawer_menu .banner{
    display: block;
    width: 290px;
    margin:40px auto 0;
  }

  #drawer_menu .banner img{
    width: 100%;
  }

  #drawer_menu .banner02{
    margin-top: 20px;
  }

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

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

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


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


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

  footer{

  }


  footer .footer_area01{
    padding:80px 0 96px;

  }

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

  footer .footer_left{

  }

  footer .footer_left .footer_logo{
    width:295px;
  }

  footer .footer_left .footer_tel{
    margin-top: 36px;
    font-size: 30px;
  }

  footer .footer_left .footer_tel::before{
    width: 20px;
    height: 26px;
    margin-right: 5px;
  }

  footer .footer_left .footer_tel_remark{
    margin-top: 10px;
    font-size: 14px;
  }

  footer .footer_left .footer_address{
    font-size: 14px;
    line-height: 1.71;
    margin-top: 24px;
  }

  footer .footer_right{
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
  } 

  footer .footer_nav{
    display: flex;
    align-items: flex-start;
  }

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

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

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

  footer .footer_nav ul + ul{
    margin-left: 80px;
  }
  footer .footer_banner_area{
    margin-left: 72px;
  }

  footer .footer_banner_area a{
    width:250px;
  }


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

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

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

  body.top_body{
    
  }

  main.top_main{

  }

  .top_section{

  }

  .top_mv_section{

  }

  .top_mv_section .flex{
    display: flex;
  }

  .top_mv_section .top_mv_catch{
    width:50%;
    aspect-ratio: 1/0.885;
  }

  .top_mv_section .top_mv_catch img{
    width:100%;
    height:100%;
    object-fit: cover;
  }

  .top_mv_section .top_swiper_block{
    width:50%;
  }

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

  .top_mv_section .top_mv_slide .top_mv_card{
    width:100%;
    height:100%;
  }


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

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

  .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{
    width:100vw;
    height: 3px;
  }

  .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;
  }

  .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: center;
    
  }

  .top_news_section .news_single .news_date{
    margin-right: 24px;
  }

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

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


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

  .top_about_section::before{
    width: 543px;
    height: 709px;
    right:calc(50% + 417px);
  }


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

  .top_about_section .flex .left{
    width:570px;
  }

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

  .top_about_section .left .top_about02{
    width:388px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -48px;
  }

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

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


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


  .top_oem_section .owm_head{
    margin: 48px auto 0;
    padding:24px;
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
  }


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

  .top_oem_section .oem_list{
    margin-top: 56px;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    gap:32px;
  }

  .top_oem_section .oem_list .oem_block{
    width:205px;
    margin-top: 32px;
  }

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

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

  .top_oem_section .oem_text02{
    margin-top: 36px;
    line-height: 2.13;
  }

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

  .top_product_section{
    padding:120px 0;
  }

  .top_product_section .product_list{
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap:30px 0;
  }

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

  .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:600px;
    display: block;
    margin-top: 48px;
  }

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

  .top_link_section .link_block .link_thumb{
    height:360px;
    position: relative;
  }

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

  }

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

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

  .top_link_section .link_block .link_text{
    margin-top: 16px;
    line-height: 2.13;
    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:100px 0;
  } 


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

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


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

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

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


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

  .common_bread_section{
    padding:40px 0;
  }

  .common_bread_section .bread_list{
    gap: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: 60px;
    padding-bottom: 156px;
  }

  .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{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 560px;
    gap:40px 0;
    margin:40px auto 0;
  }

  .archive_products_section01 .products_list .products_item{
    width: 260px;
  }
  
  .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: 88px;
  }


  .archive_products_section01 .no_result{
    margin-top: 40px;
  }

  .archive_products_section01 .sidebar{
    width:280px;
    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: 140px;
  }


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

  .single_products_section01 .flex .img_area{
    width: 580px;
    flex-shrink: 0;
    margin-right: 0;
    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: 16px;
    font-size: 32px;
    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;
    line-height: 2.13;
  }

  .single_products_section01 .products_online{

    width: 450px;
    height: 70px;
    font-size: 18px;
    margin-top: 40px;
  }

  .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: 108px;
  }

  .single_products_section01 .list li{
    display: flex;
  }

  .single_products_section01 .list .list_title{
    padding:28px 10px 28px 5px;
    width:200px;
  }

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

  .single_products_section01 .list .list_contents{
    padding:28px 28px;
    line-height: 1.5;
  }

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

  .single_products_section01 .products_point_area .point_head{
    font-size: 28px;
    gap:0 20px;
  }

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

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

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

  .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: 150px;
  }

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


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

  .archive_news_section01 .news_item{
    padding:28px 48px 28px 20px;
  }

  .archive_news_section01 .news_item::after{
    width: 9px;
    height: 16px;
    right:20px;
  }

  .archive_news_section01 .news_item .news_date{
    width:115px;
    line-height: 1.3;
  }

  .archive_news_section01 .news_item .news_title{
    line-height: 1.3;
  }

  .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: 150px;
  }

  .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: 100px;
  }

  .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: 10px;
    height: 18px;
  }

  .single_news_section01 .link_flex .link_prev a{
    padding-right: 24px;
    padding-left: 48px;
  }
  .single_news_section01 .link_flex .link_prev a::after{
    left:20px;
  }

  .single_news_section01 .link_flex .link_next a{
    padding-right: 48px;
    padding-left: 24px;
  }
  .single_news_section01 .link_flex .link_next a::after{
    right:20px;
    
  }


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

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

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

  .common_single_frame{
    margin-top: 24px;
  } 

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

  .common_single_frame h2{
    margin-bottom:56px;
    font-size: 26px;
    padding:12px 0;
    border-top:3px solid #00436d;
    border-bottom:3px solid #00436d;
  }


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

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

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

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

    padding-bottom: 12px;
  }

  .common_single_frame h6{
    font-size: 18px;

    margin-bottom: 28px;
  }

  .common_single_frame p{
    line-height: 2.13;
  }

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

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

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

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

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

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

  .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:30px 40px;
    line-height: 2;
  }

  .common_single_frame .wp-block-table{
    margin-bottom: 60px;
  }

  .common_single_frame table{
    width: 100%;
  }

  .common_single_frame table tr{
    
  }

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



  .common_single_frame .wp-block-quote{
    padding:40px 72px 32px 92px;
    border-left:5px solid #00436d;
    line-height: 2;
    margin-bottom: 40px;
  }

  .common_single_frame .wp-block-quote::before{
    width:39px;
    height:31px;
    top:32px;
    left:36px;
  }

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

  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: 120px;
  }

  .commit_section01 .link_list{
    display: flex;
    justify-content: center;
    gap:0 40px;
    margin-bottom: 108px;
  }

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

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

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

  .commit_section01 .commit_block{
    width:32%;
  }

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

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


  .commit_system_section{
    padding-top: 120px;
    padding-bottom: 170px;
  }

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

  .commit_system_section .system_block{
    padding:30px;
    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: 100px;
  }

  .commit_system_section .system_block .system_img_area{
    width: 400px;
    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: 22px;
  }

  .commit_system_section .system_block .system_text{
    margin-top: 28px;
    line-height: 2;
  }


  .commit_system_section .system_block:nth-child(odd){

  }
  .commit_system_section .system_block:nth-child(odd)::before{
    left:80px;
  }
  .commit_system_section .system_block:nth-child(odd) .system_img_area{
    margin-right: 0;
  }

  .commit_system_section .system_block:nth-child(even){
    flex-direction: column;
  }
  .commit_system_section .system_block:nth-child(even)::before{
    right:80px;
  }
  .commit_system_section .system_block:nth-child(even) .system_img_area{
    margin-left: 0;
  }

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

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

  .commit_banner_section .oem_button{
    width: 240px;
    height: 50px;
    bottom:24px;
    right:220px;
  }

  .commit_banner_section .oem_button::after{
    width: 9px;
    height: 16px;
    right:20px;
  }


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

  body.oem_body{
    
  }

  main.oem_main{

  }

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

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

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

  .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: 380px;
    max-width: 100%;
    padding:32px 40px 24px;
    border:3px solid #00436d;
  }

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

  .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: 12px;
  }

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

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

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

  .oem_reason_section .reason_block{
    padding:30px 80px;
    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: 400px;
    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: 32px;
  }

  .oem_reason_section .reason_block .reason_head{
    font-size: 22px;
    padding-bottom: 16px;
  }

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

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

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

  .oem_example_section .example_block{
    width: 585px;
    min-height: auto;
    padding: 30px 48px 30px 30px;
    display: flex;
    align-items: flex-start;
  }


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


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

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

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

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

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

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

  .oem_flow_section .flow_block + .flow_block{
    margin-top: 60px;
  }
  .oem_flow_section .flow_block + .flow_block::before{
    width:10px;
    height:60px;
    top:-60px;
  }

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

  .oem_flow_section .flow_block .flow_head{
    font-size: 22px;
  }

  .oem_flow_section .flow_block .flow_head .num{
    margin-right: 18px;
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .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: 350px;
    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;
  }

  .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;
  }

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

  .company_philosophy_section .philosophy_box{
    border: 3px solid #00436d;
    padding:54px 24px 44px;
    margin-top: 130px;
  }

  .company_philosophy_section .philosophy_box .philosophy_head{
    font-size: 28px;
    padding:0 88px;
    top:-18px;
  }

  .company_philosophy_section .philosophy_box .philosophy_text{
    font-size: 20px;
    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: 2.13;
  }

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

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

  .company_outline_section{
    padding-top: 100px;
  }

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

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

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

  .company_outline_section .outline_item .outline_contents{
    width:100%;
    padding-right: 12px;
    line-height: 2.25;
  }

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

  .company_outline_section .outline_item .box{
    width:47%;
    margin-top: 12px;
  }

  .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: 10px;
  }

  .company_access_section{
    padding-top: 100px;
    
  }

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

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


  .company_history_section{
    padding-top: 100px;
    padding-bottom: 116px;
  } 

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


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

  .company_history_section .history_year{
    width:132px;
    padding-left: 20px;
    line-height: 1.63;
  }

  .company_history_section .history_border{
    width: 90px;
    margin-top: 12px;
    margin-right: 36px;
  }

  .company_history_section .history_contents{
    line-height: 1.63;
  }

  /*
  ------------------------------------
  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: 120px;
  }

  .sdgs_section01 .p01{
    line-height: 2.13;
    text-align: center;
  }

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


  .sdgs_section01 .sdgs_head{
    font-size: 24px;
    margin-top: 100px;
  }

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

  .sdgs_section01 .sdgs_title{
    font-size: 20px;
    padding-bottom: 16px;
    margin-top: 56px;
  }


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

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

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

  .sdgs_section01 .sdgs_block .sgds_img_list{
    gap:0 8px;
    flex-shrink: 0;
    width:300px;
    margin-right: 16px;
    justify-content: flex-start;
  }

  .sdgs_section01 .sdgs_block .sgds_img_list img{
    width:31%;
    height:auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .sdgs_section01 .sdgs_block .sgds_text_area{
    width: 100%;
    line-height: 2.25;
  }

  .sdgs_section01 .box{
    margin-top: 108px;
    border:3px solid #00436d;
    padding:64px 40px 40px;
  }

  .sdgs_section01 .box .box_head{
    padding:0 24px;
    font-size: 28px;
    top:-16px;
  }

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

  .sdgs_section01 .box ul li::before{
    width: 13px;
    height:13px;
    margin-top: 7px;
    margin-right: 14px;
  }

  .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;
    gap:0 40px;
  }

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

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

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

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

  .contact_form_section .form_box{
    padding:60px 24px;
    margin-top: 48px;
  }

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

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

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

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

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


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

  .contact_form_section .form_right{
    width: 100%;
    padding-left: 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: 24px 20px;
    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::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: 16px;
    line-height: 1;
  }

  .contact_form_section .form_line .adress_flex .adress_frame{
    width: 180px;
    margin-left: 16px;
    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: 60px;
    line-height: 2.13;
  }

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

  .contact_form_section .privacy_box::before{
    width: 45px;
    height: 24px;
    border-radius: 2px;
    margin-right: 20px;
    font-size: 13px;
    margin-top: 1px;
  }


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

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

  .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: 100px;
    padding-bottom: 100px;
  }

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

  .contact_tel_section .tel_box .tel_head{
    font-size: 24px;
    padding:0 24px;
    top:-14px;
  }

  .contact_tel_section .tel_box .tel_text01{
    line-height: 2.13;
  }

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

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

  .contact_tel_section .tel_box .tel_text02{
    margin-top: 12px;
    line-height: 1.2;
  }

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

  .contact_section .finish_text02{
    margin-top: 32px;
    text-align: center;
    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: 180px;
  }

  .privacy_section01 .privacy_head{
    font-size: 20px;
    padding-bottom: 16px;
  }

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

  .privacy_section01 .privacy_text{
    line-height: 2.13;
    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: 32px;
  }

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

