@charset "utf-8";
/* ===========================================================
 *
 * 高崎プレス工業組合 スタイルシート
 * Last UpDate : 2025/11/08 *
=========================================================== */

/* ----------------------------------------------------------
	style.css
---------------------------------------------------------- */

/* ----------------------------------------------------------
 common
---------------------------------------------------------- */


html {
  font-feature-settings: "palt";
}

body {
color: #222;
background-color: #fff;
	font-weight:500;
  	font-family: "Noto Sans JP", sans-serif;
font-style: normal;
letter-spacing: 1px;
}
/*
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .h2Wrap{ line-height: 1.7 !important; }

}
*/


/* Google fonts */

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.noto-sans {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.roboto-uniquifier {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1-code-uniquifier {
  font-family: "M PLUS 1 Code", monospace;
  font-optical-sizing: auto;
  font-style: normal;
}



a{transition: .5s;}
a:hover{transition: .5s;}

img{max-width: 100%; height: auto;}


/* ----------------------------------------------------------
 link
---------------------------------------------------------- */
/*a:link		{ color: #fff; text-decoration: none; }
a:visited	{ color: #333; text-decoration: none; }
a:hover		{ color: #425a9f; text-decoration: none; }
a:active	{ color: #425a9f; text-decoration: none; }*/



/* ----------------------------------------------------------
 header
---------------------------------------------------------- */

header{position: fixed; width: 100%; background-color: #fff; height: 100px; z-index: 999; box-shadow: 0px 8px 16px -6px rgba(0,0,0,0.3);}
.header_sec{ margin: 0 0 0 auto; display: flex; height: 100px; align-items: center;}

.header_logo01 img{max-width: 300px; height: auto;}
.header_logo01 a{ padding-left: 15px; transition: .5s; gap: 5px;}
.header_logo01 a:hover{transition: .5s; opacity: 0.7;}

.header_navi{margin: 0 200px 0 auto;}
.header_navi ul{display: flex; gap: 30px; margin-right: 20px;}
.header_item a{padding: 26px 0 22px; font-size: 1.6rem;}
.header_item a::after{content:""; display: block; width: 0; height: 3px; background-color: #13BEB8; margin-top: 5px; transition: .5s;}
.header_item a:hover::after{width: 100%; transition: .5s;}





/***************************************
サブメニュー
***************************************/
.has-child{position: relative;}


ul.submenu {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50% , 0);
  width: 230px;
  
  margin: 0;
  text-align: center;
  z-index: 99999;
  display: block;
  box-shadow: 0px 8px 10px -6px rgba(0,0,0,0.3);
}


.submenu a{padding: 15px 0; display: block; color: #222;  background-color: #fff; font-size: 1.5rem; border-bottom: 1px solid #004A84;}
.submenu a:hover{background-color: #004A84; color: #fff;}
.submenu li{opacity: 0; height: 0; transition: .3s;  color: transparent; visibility: hidden;}
.submenu li:last-child a{border: none;}

ul.submenu li:first-child {
  border: 0 none; 
}
.has-child:hover .submenu li{visibility: visible; height: 50px; transition: .3s;  opacity: 1; visibility: visible;}

.header_item ul.submenu a::after{display: none;}


/*▲ メニューカスタマイズ (ここまで) ▲ */


/*ACCORDION toggle*/
 
	.accordion_logo{width: 80%; margin: 0 auto 30px; text-align: center;}
.toggle .menu{
    position: absolute;
    color: #fff;
    left: 53%;
    top: 50%;
   font-family: "Roboto", sans-serif;
   font-size: 1.8rem;
   font-weight: 500;
    transform: translate(-50%, -50%);}

	.toggle{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: fixed;
    top: 25px;
    right: 45px;
    z-index: 1000;
    margin: 0;
    padding: 0;
    width: 140px;
    height: 50px;
    border: none;
    transition: background-color 0.2s ease;
    cursor: pointer;
    border-radius: 50px;
    background-color: #13BE88;}
	
	.toggle::before, .toggle::after {
    content: "";
    background-color: #000;
    transition: background-color 0.3s ease;
}
	
	.toggle > .line, .toggle:before, .toggle:after{
	  display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 30px;
    width: 20px;
    height: 1px;
    margin: 0 0 0 -15px;}
	.toggle:before{transform: translateY(-5px);}
	.toggle:after{transform: translateY(5px);}


.toggle {
  position: fixed;
  transition: .5s;
}
.toggle:hover{opacity: 0.7; transition: .5s;}


.menu_list {
 	display: none; 
	position: fixed;
	width: 100%;
	height: 100vh;
	margin: 0;
	list-style: none;
	top: 0;
	left: 0;
	padding: 60px 25px;
  	background-color: #fff;
  
    }
.toggle[aria-expanded=true] > .line {
  opacity: 0;
}
.toggle[aria-expanded=true]::before, .toggle[aria-expanded=true]::after {

}
.toggle[aria-expanded=true]::before {
  animation: 0.3s ease closeBar1 forwards;
}
.toggle[aria-expanded=true]::after {
  animation: 0.3s ease closeBar2 forwards;
}
.toggle.-close::before {
  animation: 0.3s ease closeBar1Rev forwards;
}
.toggle.-close::after {
  animation: 0.3s ease closeBar2Rev forwards;
}

@keyframes closeBar1 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
	
@keyframes closeBar2 {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes closeBar1Rev {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes closeBar2Rev {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(10px);
  }
}
  
.nav {
	position: fixed;
	top: 0;
    right: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	padding: 60px 30px;
    border: 1px solid #ccc;
	justify-content: center;
	align-items: center;
	overflow: scroll;
	background: rgba(255,255,255,0.9);
	color: #333;
	transition: opacity 0.3s ease, visibility 0.3s ease;
    /* スクロールバー非表示 */
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

 /*Google Chrome、Safariへの対応*/
.nav::-webkit-scrollbar{
  display: none;

}

.nav[aria-hidden=true] {
  	visibility: hidden;
  	opacity: 0;
 	pointer-events: none;
    
}
.nav[aria-hidden=false] {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
    overflow: scroll;
}

.accordion_menu li {

  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
.accordion_menu li a {
	color: #222;
	transition: .5s;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 15px 0;
}

.accordion_menu i{margin-left: 10px;}
.accordion_menu li a:hover{ transition: .5s; opacity: 0.7;}
.menu_sub li{line-height: 2rem;}
.menu_sub li a{font-size: 1.5rem; padding: 8px 20px; border-bottom: none; position: relative;}
.menu_sub li a:after{content: ""; padding: 1.5px; position: absolute; top: 17px; left: 12px; background-color: #333; border-radius: 100%;}
/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
footer{width: 100%; background-color: #F5F5F5; text-align: center; padding: 80px 0 50px;}
.footer_logo{ text-align: center; margin-bottom: 30px;}
.footer_logo a{transition: .5s;}
.footer_logo a:hover{transition: .5s; opacity: .5;}
.footer_info{ font-size: 1.3rem;  margin-bottom: 30px; line-height: 25px;}
.footer_contact_btn{width: 360px; text-align: center; margin: 0 auto 30px;}
.footer_contact_btn a{display: block; background-color: #fff; color: #818181; border: 1px solid #818181; border-radius: 5px; padding: 10px;}
.footer_contact_btn a:hover{color: #fff; background-color: #818181;}
.footer_copyright{font-size: 1.2rem; font-weight: 400; color: #adadad; opacity: 0.7; text-align: center;}



/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.wrapper{ position: relative; padding-top: 100px; }
.contents{background-color: #fff;}
.notfound_sec{max-width: 1100px; margin: 0 auto; padding: 80px 0; font-size: 2rem; width: 90%;}

.anchor{ padding-top: 100px; margin-top: -100px; display: inline-block;}

/* lnavi */
.lnavi{ max-width: 700px; margin: 0 auto; padding: 12px 40px; background-color: #f5f5f5; width: 90%;}
.lnavi ul{ display: flex; gap: 50px; justify-content: center;}
.lnavi ul li{position: relative; font-size: 1.6rem;  font-weight: 700;}
.lnavi ul li:before{content: "/"; position: absolute; top: 0px; left: -30px;}
.lnavi ul li:first-child::before{display: none;}
.lnavi ul a{transition: .5s;}
.lnavi ul a:hover{opacity: 0.6; transition: .5s;}

.lnavi_bottom .lnavi_list{margin-bottom: 0;}

/* トップページ */
.top_first_wrapper{width: 100%;  position: relative; margin-bottom: 30px;}
.top_first_img{width: 100%; max-width: 1500px; margin: 0 auto; height: auto; z-index: 0;}
.top_first_txt{position: absolute;  color: #fff; z-index: 2; left: 50%; top: 50%; transform: translate(-50% , -50%); text-align: center;}
.top_first_txt01{font-family: "Roboto", sans-serif; font-style: normal; font-weight: 700; font-size: 2.2rem; text-align: center; margin-bottom: 20px; line-height: normal; }
.top_first_txt02{font-family: "M PLUS 1 Code", monospace; font-weight: 400; font-size: 13rem; margin-bottom: 30px; line-height: 1;}
.top_first_txt03{font-family: "Noto Sans JP", sans-serif; font-weight: 700; font-size: 2.5rem; letter-spacing: 2px;}

/*
.swiper-slide{text-align: right;}
.swiper-button-next, .swiper-rtl .swiper-button-prev{display: none;}
.swiper-button-prev, .swiper-rtl .swiper-button-next{display: none;}

.top_first_wrapper video{width: 100%; height: auto; vertical-align: bottom; opacity: 0.8;}
*/

.top_topic_txt{font-size: 1.6rem; font-weight: 400; width: 90%; max-width: 1200px; margin: 0 auto 80px; text-align: left; line-height: 3.5rem;}

.top_search_wrapper{}
.top_search_sec{width: 90%; max-width: 1400px; margin: 0 auto 80px; background-color: #f5f5f5; border-radius: 10px; padding: 80px 30px 50px; position: relative;}
.top_search_head{position: absolute; width: 460px; left: 50%; top: -30px; transform: translateX(-50%); color: #fff; background-color: #13BEB8; text-align: center; font-size: 2.3rem; padding: 15px;}
.top_search_head i{margin-right: 5px;}
.top_search_list{display: flex; gap: 20px; row-gap: 10px; flex-wrap: wrap; justify-content: center; max-width: 1000px; margin: 0 auto 30px;}
.top_search_list li{text-align: center;}
.top_search_list li a{padding: 5px 20px; color: #818181; background-color: #fff; border: 1px solid #818181; border-radius: 25px; display: block;}
.top_search_list li a:hover{color: #fff; background-color: #818181;}
.top_search_surf{text-align: center;}
.top_search_surf input[type="search"]{font-size: 1.6rem; width: 460px; padding: 8px;}
.top_search_surf button[type="submit"]{cursor: pointer;
    border: none;
    background-color: #13BEB8;
    color: #fff;
    font-size: 1.8rem;
    width: 140px;
    padding: 10px 15px 10px;}
.top_search_surf button i{margin-right: 5px;}



.top_sec_tit{text-align: center; margin-bottom: 30px;}
.top_sec_tit01{font-family: "Roboto", sans-serif; font-style: normal; font-weight: 700; color: #13be88; font-size: 2rem; display: block;}
.top_sec_tit02{ font-size: 3.8rem; display: block; font-weight: 700;}

.top_news_sec{max-width: 1000px; margin: 0 auto 80px;}
.top_news_list li{display: flex; gap: 20px; align-items: center; padding: 15px 0; border-bottom: 1px solid #ccc;}
.top_news_list li:first-child{padding-top: 0;}
.top_news_info{display: flex; gap: 15px; align-items: center;}
.top_news_date{font-weight: 400; font-size: 1.3rem;}
.top_news_cat{min-width: 100px; text-align: center; font-weight: 400; font-size: 1.2rem;}
.top_news_cat a{display: block; color: #fff; background-color: #13BEB8; padding: 0 10px; border-radius: 20px; border: 1px solid #13BEB8;}
.top_news_cat a:hover{opacity: 0.5;}
.top_news_tit{font-weight: 700; font-size: 1.7rem;}

.top_interview_sec{max-width: 1400px; width: 90%; margin: 0 auto 50px;}
.top_interview_list{display: flex; gap: 35px; margin-bottom: 30px;}
.top_interview_list li{width: calc((100% - 70px)/2);}
.top_interview_img{margin-bottom: 5px;}
.top_interview_tit{font-size: 1.6rem; line-height: 3rem; margin-bottom: 3px;}
.top_interview_name{font-size: 1.3rem; position: relative; padding-left: 15px;}
.top_interview_name::before{content: ""; padding: 3px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background-color: #13BE88; border-radius: 100%;}
.top_interview_none{text-align: center;}

.top_interview_btn{width: 460px; text-align: center; margin: 0 auto;}
.top_interview_btn a{display: block; background-color: #fff; color: #818181; border: 1px solid #818181; border-radius: 5px; padding: 10px;}
.top_interview_btn a:hover{color: #fff; background-color: #818181;}


/* h1見出し */
.h1_wrapper{width: 100%; color: #222; text-align: center; padding: 40px 0;}
.page_tit01{font-family: "Roboto", sans-serif; font-weight: 700; color: #13beb8; font-style: normal; font-size: 1.6rem; text-transform: uppercase; display: block;}
.page_tit02{ font-weight: 700; font-size: 4rem; display: block;}



/* ぱんくず */
.breadcrumbs_wrapper{max-width: 1300px; margin: 0 auto;}
.breadcrumbs{font-size: 1.2rem; font-family: source-han-sans-japanese, sans-serif; font-weight: 500; color: #ccc; display: flex; justify-content: center; gap: 5px;}  
.breadcrumbs > ol{display: flex;} 
.breadcrumbs > ol > li{ display: inline-block; position: relative; }
.breadcrumbs > ol > li:before{ content: "/"; display: block; position: absolute; top: 4px; left: 6px;  font-size: 1.1rem; }
.breadcrumbs > ol > li:first-child:before{ content: ""; font-size: 1.7rem;}
.breadcrumbs > ol > li a{ font-size: 1.1rem; margin: 0 0 0 20px; }
.breadcrumbs > ol > li:first-child a{ margin: 0 0 0 0; }
.breadcrumbs > ol > li a:hover{ opacity: 0.6; }
.breadcrumbs ol span a{margin: 0 8px 0 8px;}
.breadcrumbs ol span:first-child a{margin: 0 8px 0 0;}


/* セカンドページ共通 */
.page_wrapper{padding: 20px 0 50px;}
.page_sec{width: 90%; max-width: 1000px; margin: 0 auto;}
.page_sec p{ font-weight: 400; font-size: 1.8rem; line-height: 35px; letter-spacing: 2px; text-align: left;}
.page_sec li{ font-size: 1.8rem; line-height: 35px; letter-spacing: 2px; text-align: left;}

.page_sec h2{font-size: 3rem; font-weight: 700; padding: 15px 30px; position: relative; border-top: 1px solid #13BEB8; border-bottom: 1px solid #13BEB8; margin-bottom: 30px; padding-left: 50px;}
.page_sec h2::first-letter{color: #13BEB8;}
.page_sec h2::before{content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #8B8B8B;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page_term{margin-bottom: 80px;}
.page_term:last-child{margin-bottom: 0;}
.page_sec h3{ background-color: #F5F5F5; color: #818181; font-weight: 700; font-size: 2.5rem; padding: 15px; border-radius: 5px; margin-bottom: 20px;}
.page_sec h4{font-size: 2.3rem; padding: 20px 0; max-width: 1000px; margin: 0 auto 20px; border-top: 1px solid #818181; border-bottom: 1px solid #818181; width: 90%;}


/* 組合のあゆみ */
.history_table{max-width: 1000px; margin: 0 auto;}
.history_table table{width: 100%; }
.history_table th,
.history_table td{border: none!important; border-bottom: 1px solid #ccc!important; padding: 20px 15px!important; text-align: left; font-size: 1.6rem;}

.chairman_table th{display: none;}
.chairman_table td{padding: 20px 5px!important;}

/* 組合概要 */
.greeting_img{text-align: center;}
.greeting_name{font-size: 2.5rem; font-weight: 700; text-align: center; margin-top: 10px;}
.greeting_name span{font-size: 1.5rem; margin-right: 15px; font-weight: 400;}

.overview_navi ul{display: flex; gap: 30px; justify-content: center; margin-bottom: 30px;}
.overview_navi li{width: calc((100% - 90px)/4); text-align: center;}
.overview_navi a{display: block; padding: 15px; color: #818181; background-color: #fff; font-size: 1.8rem; font-weight: 400; border: 1px solid #818181; border-radius: 5px;}
.overview_navi a:hover{color: #fff; background-color: #818181;}

.strategy_list{display: flex; flex-direction: column; gap: 5px; font-size: 1.6rem; list-style: decimal; width: 90%; max-width: 1000px; margin: 0 auto; padding-left: 20px;}
.strategy_list_circle{list-style: disc;}

.corporate_table{margin-bottom: 30px;}
.corporate_table table{width: 100%; }
.corporate_table th,
.corporate_table td{border: none!important; border-bottom: 1px solid #ccc!important; padding: 15px 30px!important; text-align: left;}

.corporate_map iframe{width: 100%;}



/* 組合員一覧 */
.member_sec{max-width: 1200px;}
.member_table table{width: 100%; font-size: 1.3rem;}
.member_table thead th{background-color: #13BEB8;; color: #fff; padding: 5px 10px; border: 1px solid #ccc;}
.member_table tbody td{padding: 5px 10px; border-bottom: 1px solid #ccc;}
.member_list_hp_btn{width: 200px; text-align: center; margin: 0 auto;}
.member_list_hp_btn a{display: block; color: #fff; background-color: #13BE88; border: 1px solid #13BE88; padding: 5px;}
.member_list_hp_btn a:hover{color: #13BE88; background-color: #fff;}

.member_list_link_btn{width: 200px; text-align: center; margin: 0 auto;}
.member_list_link_btn a{display: block; color: #fff; background-color: #13BEB8; border: 1px solid #13BEB8; padding: 5px;}
.member_list_link_btn a:hover{color: #13BEB8; background-color: #fff;}

.member_slide{font-size: 1.4rem; margin-bottom: 20px;}

/* 組合員一覧 詳細 */
.member_single_sec{max-width: 1200px;}
.member_list_outline{display: flex; gap: 30px;}
.member_list_outline table th,
.member_list_outline table td{border: none!important; padding: 5px 10px; font-size: 1.5rem;}
.member_list_outline table th{background-color: #13BEB8!important; color: #fff; border-bottom: 1px solid #ccc!important; }
.member_list_outline table td{background-color: #f0f0f0; color: #222; border-bottom: 1px solid #ccc!important;}
.member_googlemap iframe{width: 100%;}
.equipment_table th,
.equipment_table td{font-size: 1.5rem; border: none!important; border-bottom: 1px solid #ccc!important; padding: 5px 10px;}


/* お知らせ一覧 */

.news_category{ max-width: 700px; margin: 0 auto 50px; padding: 12px 40px; background-color: #f5f5f5; width: 90%;}
.news_category ul{ display: flex; gap: 50px; flex-wrap: wrap; row-gap: 10px; justify-content: center;}
.news_category ul li{position: relative; font-size: 1.6rem;  font-weight: 700;}
.news_category ul li:before{content: "/"; position: absolute; top: 0px; left: -30px;}
.news_category ul li:first-child::before{display: none;}
.news_category ul a{transition: .5s;}
.news_category ul a:hover{opacity: 0.6; transition: .5s;}

.lnavi_bottom .lnavi_list{margin-bottom: 0;}

.news_list{display: flex; flex-direction: column; gap: 10px;}
.news_head{display: block; align-items: center; gap: 20px; padding: 10px 0; margin-bottom: 15px; border-bottom: 1px solid #00A0E9;}
.news_date{font-weight: 400; font-size: 1.5rem; margin-bottom: 5px;}
.news_tit{font-weight: 700; font-size: 2rem;}

.wp-pagenavi{display: flex; gap: 10px; justify-content: center; margin-top: 50px; display: flex; gap: 10px; text-align: center; line-height: 2; justify-content: center; }
.wp-pagenavi a{width: 38px; height: 38px; font-size: 1.7rem; line-height: 2; display: inline-block; color: #333; border: 1px solid #333; text-align: center; border-radius: 100%;}
.wp-pagenavi a:hover{color: #fff; background-color: #333;}
.wp-pagenavi span{font-size: 1.7rem; line-height: 2; color: #fff; background-color: #13BEB8; display: inline-block; width: 40px; height: 40px; border-color: #ccc!important; border-radius: 100%;}

.nopost{text-align: center;}


/*お知らせ詳細*/
.news_sec .news_single_tit{border: none!important; padding: 0;}
.news_sec .news_single_tit::before{display: none;}
.news_sec .news_single_tit::first-letter{color: initial;}
.news_single_detail{ max-width: 1000px; margin: 0 auto; }
.news_single_date{font-size: 1.4rem; display: block; color: #999;}
.news_single_tit{font-size: 3rem; display: block; margin-bottom: 30px;}


/* インタビュー詳細 */
.interview_single_sec{display: flex; gap: 50px; max-width: 1200px;}
.interview_single_inner{width: 75%;}
.interview_side{width: 25%;}

.sidebar_list{display: flex; flex-direction: column; gap: 20px;}
.sidebar_interview_img{margin-bottom: 10px;}
.sidebar_interview_tit{font-size: 1.6rem; line-height: 3rem;}

.interview_company_info{margin-top: 30px; background-color: #f5f5f5; padding: 20px 30px 30px 30px;}
.interview_company_head{text-align: center; margin-bottom: 20px; font-size: 2.5rem;}
.interview_company_item{display: flex; gap: 30px; justify-content: space-between;}
.interview_company_item01{width: 55%;}
.interview_company_name{font-size: 2rem; }
.interview_company_adress{font-size: 1.6rem; margin-bottom: 20px;}
.interview_company_link{text-align: center; width: 200px; }
.interview_company_link a{display: block; color: #fff; background-color: #13BE88; border: 1px solid #13BE88; font-size: 1.6rem; padding: 10px;}
.interview_company_link a:hover{color: #13BE88; background-color: #fff;}
.interview_company_link i{margin-left: 5px;}
.interview_company_item02{width: 45%;}



/* お問合わせ */
.contact_wrapper{background-color: #fff; margin-bottom: 40px; font-family: source-han-sans-japanese, sans-serif;}
.contact_sec{max-width: 1200px; margin: 0 auto; padding: 40px 0; width: 90%; margin-top: -40px;}
.policy_wrapper{background-color: #fff;}
.policy_sec{max-width: 1000px; margin: 0 auto;}
.policy_sec h3{ font-weight: 400; font-size: 2.3rem; color: #888; margin-bottom: 15px; background-color: initial; padding: 0; border: none;}
.policy_txt{margin-bottom: 40px;}
.policy_txt p{ font-weight: 400; line-height: 3.5rem; font-size: 1.6rem;}

.contact_thanks{max-width: 1275px; margin: 0 auto; padding: 80px 0; line-height: 3.5rem;}


/* フォーム */
.contact_sec .contact_item{display: flex; width: 100%; max-width: 1000px; margin: 0 auto; padding: 20px 20px; border-bottom: 1px solid #ccc;}
.contact_sec .contact_tit{width: 35%;  font-weight: 700; position: relative; margin-left: 80px; }
.contact_sec .contact_tit p{font-size: 18px; line-height: initial;}
.contact_sec .contact_tit span{position: absolute;  background-color: #E02E30; color: #fff; margin-right: 15px; border: 1px solid #E02E30; padding: 4px 8px; left: -80px; top: -5px; font-size: 18px;}
.contact_txt,
.contact_adress,
.contact_txtarea{width: 65%;}
.contact_txt input{font-size: 20px; background: #f7f7f7; padding: 8px; border: 1px solid #ccc; font-family: zen-old-mincho, sans-serif; width: 80%;}
.contact_txtarea textarea{font-size: 20px; padding: 8px; background: #f7f7f7; border: 1px solid #ccc; font-family: zen-old-mincho, sans-serif; width: 80%;}
.contact_adress_sub p{padding-bottom: 15px;}
.contact_adress_sub span{display: block;}
.contact_adress input{background: #f7f7f7; border: 1px solid #ccc; height: 35px;  font-size: 20px; font-family: zen-old-mincho, sans-serif;}
.contact_submit{border-bottom: none;}
.contact_submit_btn{text-align: center; margin-top: 30px;}
.contact_submit_btn p{text-align: center;}
.contact_submit_btn input{background-color: #13BEB8; color: #fff; font-size: 16px; border: none; letter-spacing: 1px; padding: 12px 12px; cursor: pointer; }



input[type="checkbox"]{float: left;}
.contact_check{display: flex;}
.contact_submit .contact_tit{width: 30%;}
.wpcf7-spinner{display: block;}

.form_sec{max-width: 1000px; margin: 0 auto; padding-bottom: 80px;}
.form_tit{position: relative; max-width: 1000px; margin: 0 auto 100px;}
.form_tit01{ position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  width: 140px;
  padding: 4px 0;
  border-radius: 18px;
  background-color: #5083CF;}

.form_tit02{font-size: 4rem;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 30px 0;
  border-bottom: 2px solid #333;
  border-top: 2px solid #5083CF;}

.main .nf-form-content .list-select-wrap .nf-field-element>div, .main .nf-form-content input:not([type=button]), .main .nf-form-content textarea{color: #333;}
.main .nf-form-content .list-select-wrap .nf-field-element>div:focus, .main .nf-form-content input:not([type=button]):focus, .main .nf-form-content textarea:focus{color: #333;}

.contact_radio input[type="radio"]{width: initial; height: initial; box-sizing: border-box; padding: 0px; vertical-align: baseline; font-size: 1.6rem;}
.contact_select select{padding: 5px; font-size: 1.6rem; }
.contact_file input[type="file"]{font-size: 1.5rem; margin-bottom: 5px;}
.contact_file_caution{font-size: 1.5rem;}


/* サンクスページ */
.tenants_sec{width: 90%; max-width: 1200px; margin: 0 auto;}



.contents .wp-pagenavi{margin-top: 30px;}
.contents .wp-pagenavi a, 
.contents .wp-pagenavi span{}



.rp4wp-related-posts ul{float: none!important;}

/* サンクスページ */
.thanks_sec{max-width: 1000px; margin: 0 auto; line-height: 4rem;}




#toc_container ul ul{font-size: 1.5rem;}

/* 404error */
.error_sec{text-align: center; padding: 200px 0 120px;}




/* サイトマップ */
.sitemap_wrapper{padding: 60px 0;}
.sitemap_sec{max-width: 900px; margin: 0 auto; width: 90%;}
.sitemap_list01{display: flex; flex-direction: column; }
.sitemap_list01 li{margin-bottom: 35px;}
.sitemap_item01{font-size: 2rem; font-weight: 700; position: relative; transition: 0.5s;  margin: 0 0 0 20px;}
.sitemap_item01:before{content: "";  position: absolute; top: 50%; left: -20px; transform: translate(0 , -50%); background-color: #13BEB8; padding: 6px;  border-radius: 100%;}
.sitemap_list02{display: flex; flex-direction: column; gap: 15px; font-size: 1.5rem; margin: 20px 0 0 40px;}
.sitemap_list02 li{position: relative; margin-bottom: 0;}
.sitemap_list02 li:before{content: ""; width: 6px; height: 6px; border-top: 1px solid #222; border-right: 1px solid #222; transform: rotate(45deg); position: absolute; top: 8px; left: -15px;}
.sitemap_sec i{margin-left: 5px;}




/* ----------------------------------------------------------
 SP CSS
---------------------------------------------------------- */
@media screen and (max-width:680px){
img,video {
  max-width: 100%;
  height: auto;
}

/* フォントサイズ10px=62.5% */
html{ font-size: 60%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem; height: auto !important; padding-top: 0; }

/* 非表示用 */
.noneSP	{ display: none !important; }


/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header{position: fixed; background-color: #fff; height: 60px; width: 100%; z-index: 999;}

.header_sec{height: 60px;}
.header_logo{height: 60px; flex-basis: initial;}
.header_logo01 a{ padding: 0;}
.header_logo h1{margin-left: 10px; padding-top: 0; text-align: left;}
.header_logo01{width: 100%; text-align: left; max-width: initial; height: 60px; padding: 15px;}
.header_logo01 img{width: 250px;}



/*ACCORDION*/
.toggle{width: 60px; height: 60px; background-color: #13BE88; border-radius: 0; top: 0; right: 0;}
.toggle .menu{top: 48px; font-size: 1.2rem; left: 50%;}
.toggle > .line, .toggle:before, .toggle:after{width: 30px;}
.toggle:before{transform: translateY(-6px);}
.toggle:after{transform: translateY(6px);}


/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */

.btm_menu { position: fixed; bottom: -50px; width: 100%; border-top: 1px solid #ccc; z-index: 99; }
.btm_menu li { float: left; width: 50%; }
.btm_menu li:first-child a { border-right: 1px solid #ccc; }
.btm_menu li a { display: block; height: 50px; text-align: center; font-size: 1.6rem; padding: 15px 5px 5px; background-color: #13BE88; color: #fff; transition: .5s;}
.btm_menu li a i{ font-size: 1.8rem; margin-right: 10px; }
.btm_menu li a:hover { background-color: #fff; color: #333; transition: .5s;}
.btm_menu ul:after { content: ''; clear: both; display: block; }



.bottom_contact_wrapper{padding: 30px 0; }
.bottom_contact_sec{width: 90%; display: initial;}
.bottom_contact_inner{display: flex; flex-direction: column; gap: 15px; padding: 20px;}
.bottom_contact_number{font-size: 4.5rem;}
.bottom_contact_number i{font-size: 3rem;}
.bottom_contact_btn{width: 300px; max-width: 100%;}
.bottom_contact_btn a{padding: 15px; font-size: 1.8rem;}

.bottom_link_wrapper li{font-size: 1.2rem;}

footer{padding: 50px 0 80px;}
.footer_sec{width: 100%; display: block; text-align: center;}
.footer_item{display: none;}
.footer_sitemap{display: none;}
.footer_logo{text-align: center; margin-bottom: 40px;}
.footer_logo img{width: 300px;}
.footer_info{line-height: 2.5rem; font-size: 1.6rem;}
.footer_contact_btn{max-width: 100%;}
.footer_contact_btn a{font-size: 1.6rem;}
.footer_copyright{margin: 0 auto; text-align: center;}


    
/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.wrapper{ position: relative; overflow: hidden; padding-top: 60px;}
.sp_br{display: block;}
.anchor{padding-top: 60px; margin-top: -60px; display: block;}

/* h1見出し */
.h1_wrapper{width: 100%; padding: 30px 0;}
.h1_tit_inner{text-align: center;}
.h1_tit_item{margin: 0 auto; padding: 0; z-index: 1;}
.page_tit01{}
.page_tit02{position: initial; display: block; font-size: 3rem;}

/* ぱんくず */
.breadcrumbs{text-align: center;}  
.breadcrumbs > ol{} 
.breadcrumbs > ol > li{ display: inline-block; position: relative;  }
.breadcrumbs > ol > li:before{ content: "/"; display: block; position: absolute; top: -1px; left: 5px;  font-size: 1.7rem; }
.breadcrumbs > ol > li:first-child:before{ content: ""; }
.breadcrumbs > ol > li a{ font-size: 1.2rem; margin: 0 0 0 20px; }
.breadcrumbs > ol > li:first-child a{ margin: 0 0 0 0; }
.breadcrumbs > ol > li a:hover{ opacity: 0.6; }


/*トップページ*/
.top_first_img{margin: 0 auto 50px;}
.top_first_txt{position: initial; transform: none; color: #222;}
.top_first_txt01{font-size: 2rem; margin-bottom: 10px; text-align: center;}
.top_first_txt02{font-size: 5rem; text-align: center;}
.top_first_txt03{font-size: 2rem;}

.top_topic_txt{font-size: 1.5rem; width: 90%; }

.top_search_head{max-width: 100%; font-size: 2rem;}
.top_search_sec{padding: 60px 20px 50px; margin-bottom: 50px;}
.top_search_list{display: block; column-count: 2;}
.top_search_list li{font-size: 1.4rem; margin-bottom: 10px;}
.top_search_list li a{padding: 5px 15px;}
.top_search_surf{}
.top_search_surf input[type="search"]{width: 70%;}
.top_search_surf button[type="submit"]{font-size: 1.4rem; width: 26%;}


.top_advantage_wrapper{padding: 30px 0 30px;}
.top_advantage_sec{width: 90%;}
.top_sec_tit{margin-bottom: 20px;}
.top_sec_tit01{font-size: 3rem;}
.top_sec_tit02{font-size: 2rem;}

.top_news_sec{width: 90%; margin-bottom: 50px;}
.top_news_list li{display: block; padding: 10px 0;}
.top_news_info{margin-bottom: 10px;}

.top_interview_sec{width: 90%; max-width: 600px;}
.top_interview_list{flex-direction: column;}
.top_interview_list li{width: 100%; text-align: center;}
.top_interview_btn{max-width: 100%;}
.top_interview_btn a{font-size: 1.6rem;}


/* セカンドページ共通 */
.page_wrapper{padding: 20px 0 50px;}
.page_sec p{font-size: 1.6rem;}
.page_sec figure{text-align: center;}
.page_sec h2{padding: 15px 30px; font-size: 2.5rem;}


/* 組合のあゆみ */
.history_table th,
.history_table td{width: 100%!important; display: block!important; font-size: 1.5rem; padding: 10px!important;}
.history_table th{background-color: #f5f5f5!important; }
.chairman_table th{display: none!important;}

/* 組合概要 */
.overview_navi ul{flex-wrap: wrap;}
.overview_navi li{width: calc((100% - 30px)/2);}
.overview_navi a{padding: 10px; font-size: 1.6rem;}

.corporate_table th,
.corporate_table td{width: 100%!important; display: block; font-size: 1.5rem; padding: 10px!important;}
.corporate_table th{background-color: #f5f5f5!important;}

/* 組合員一覧 */
.member_table table{width: max-content;}

/* 組合員詳細 */
.equipment_table table{width: 600px!important; max-width: initial!important;}


/* インタビュー詳細 */
.interview_single_sec{display: block;}
.interview_single_inner{width: 100%; margin-bottom: 50px;}
.interview_side{width: 100%; max-width: 600px; margin: 0 auto;}

.interview_company_item{flex-direction: column;}
.interview_company_item01{width: 100%;}
.interview_company_item02{width: 100%;}




/* お問合せフォーム */
.contact_sec{width: 90%; margin: 0 auto;}
.contact_sec .contact_item{display: block; padding: 20px 0;}
.contact_sec .contact_tit{margin: 0 0 20px 0; width: initial;}
.contact_sec .contact_tit p{font-size: 18px;}
.contact_sec .contact_essential .contact_tit{margin-left: 60px; width: initial;}
.contact_sec .contact_tit span{left: -60px; font-size: 16px;}

.contact_txt, .contact_adress, .contact_txtarea{width: 100%;}
.contact_txt input{width: calc(100% - 16px); margin: 0 auto; font-size: 16px;}
.contact_adress input{width: 100%; margin-left: 0; font-size: 16px;}
input[type="checkbox"]{padding: 8px;}
.form-width{max-width: 100%;}
.contact_sec .wpcf7-spinner{display: block;}
.contact_txtarea textarea{width: calc(100% - 16px); font-size: 16px;}
.contact_select select{width: 100%; padding: 8px;}



/* サイトマップ */
.sitemap_list01 li{margin-bottom: 20px;}
.sitemap_list02 li{margin-bottom: 0;}
.sitemap_list02{margin: 20px 0 0 35px;}




    
::placeholder{ color: #999;}
/* 旧Edge対応 */
::-ms-input-placeholder{ color: #999; }
/* IE対応 */
:-ms-input-placeholder{ color: #999; }



/* ヘッダー */
header{box-shadow: 0px 8px 16px -6px rgba(0,0,0,0.3);}





}

/* ----------------------------------------------------------
 SP CSS END
---------------------------------------------------------- */

/* ----------------------------------------------------------
 TAB CSS
---------------------------------------------------------- */
@media screen and (min-width:681px) and (max-width:1024px){

img,video {
  max-width: 100%;
  height: auto;
}

/* フォントサイズ10px=62.5% */
html{ font-size: 62.5%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem; padding-top: 0; }

/* 非表示用 */
.noneTAB		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header{position: fixed; background-color: #fff; height: 60px; width: 100%; z-index: 999;}

.header_sec{height: 60px;}
.header_logo{height: 60px; flex-basis: initial;}
.header_logo01 a{ padding: 0;}
.header_logo h1{margin-left: 10px; padding-top: 0; text-align: left;}
.header_logo01{width: 100%; text-align: left; max-width: initial; height: 60px; padding: 15px;}
.header_logo01 img{width: 250px;}



/*ACCORDION*/
.toggle{width: 60px; height: 60px; background-color: #13BE88; border-radius: 0; top: 0; right: 0;}
.toggle .menu{top: 48px; font-size: 1.2rem; left: 50%;}
.toggle > .line, .toggle:before, .toggle:after{width: 30px;}
.toggle:before{transform: translateY(-6px);}
.toggle:after{transform: translateY(6px);}


/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */

.btm_menu { position: fixed; bottom: -50px; width: 100%; border-top: 1px solid #ccc; z-index: 99; }
.btm_menu li {}
.btm_menu li:first-child a { border-right: 1px solid #ccc; }
.btm_menu li a { display: block; height: 50px; text-align: center; font-size: 1.6rem; padding: 15px 5px 5px; background-color: #13BE88; color: #fff; transition: .5s;}
.btm_menu li a i{ font-size: 1.8rem; margin-right: 10px; }
.btm_menu li a:hover { background-color: #fff; color: #333; transition: .5s;}
.btm_menu ul:after { content: ''; clear: both; display: block; }



.bottom_contact_wrapper{padding: 30px 0; }
.bottom_contact_sec{width: 90%; display: initial;}
.bottom_contact_inner{display: flex; flex-direction: column; gap: 15px; padding: 20px;}
.bottom_contact_number{font-size: 4.5rem;}
.bottom_contact_number i{font-size: 3rem;}
.bottom_contact_btn{width: 300px; max-width: 100%;}
.bottom_contact_btn a{padding: 15px; font-size: 1.8rem;}

.bottom_link_wrapper li{font-size: 1.2rem;}

footer{padding: 50px 0 80px;}
.footer_sec{width: 100%; display: block; text-align: center;}
.footer_item{display: none;}
.footer_sitemap{display: none;}
.footer_logo{text-align: center; margin-bottom: 40px;}
.footer_logo img{width: 300px;}
.footer_info{line-height: 2.5rem; font-size: 1.6rem;}
.footer_contact_btn{max-width: 100%;}
.footer_contact_btn a{font-size: 1.6rem;}
.footer_copyright{margin: 0 auto; text-align: center;}


 

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.wrapper{ position: relative; overflow: hidden; padding-top: 60px;}
.tab_br{display: block;}
.anchor{padding-top: 60px; margin-top: -60px; display: block;}



.lnavi{ margin: 0 auto; min-width: 400px; }
.lnavi ul{gap: 50px;}


/* h1見出し */
.h1_wrapper{width: 100%; padding: 30px 0 40px;}

.h1_tit_inner{text-align: center;}
.h1_tit_item{margin: 0 auto; padding: 0; z-index: 1;}

.page_tit02{position: initial; display: block;}

/* ぱんくず */
.breadcrumbs{text-align: center;}  
.breadcrumbs > ol{} 
.breadcrumbs > ol > li{ display: inline-block; position: relative;  }
.breadcrumbs > ol > li:before{ content: "/"; display: block; position: absolute; top: -1px; left: 5px;  font-size: 1.7rem; }
.breadcrumbs > ol > li:first-child:before{ content: ""; }
.breadcrumbs > ol > li a{ font-size: 1.2rem; margin: 0 0 0 20px; }
.breadcrumbs > ol > li:first-child a{ margin: 0 0 0 0; }
.breadcrumbs > ol > li a:hover{ opacity: 0.6; }


/*トップページ*/
.top_first_img{margin: 0 auto 50px;}
.top_first_txt{}
.top_first_txt01{font-size: 2rem; margin-bottom: 10px; text-align: center;}
.top_first_txt02{font-size: 8rem; text-align: center; margin-bottom: 20px;}
.top_first_txt03{font-size: 2rem;}

.top_topic_txt{font-size: 1.5rem; width: 90%; }

.top_search_head{max-width: 100%; font-size: 2rem;}
.top_search_sec{padding: 60px 20px 50px; margin-bottom: 50px;}
.top_search_list{display: block; column-count: 2;}
.top_search_list li{font-size: 1.4rem; margin-bottom: 10px;}
.top_search_list li a{padding: 5px 15px;}
.top_search_surf{}
.top_search_surf input[type="search"]{width: 70%;}
.top_search_surf button[type="submit"]{font-size: 1.4rem; width: 26%;}

.top_sec_tit{margin-bottom: 20px;}
.top_sec_tit01{font-size: 3rem;}
.top_sec_tit02{font-size: 2rem;}

.top_news_sec{width: 90%; margin-bottom: 50px;}
.top_news_list li{ padding: 10px 0;}

.top_interview_sec{width: 90%;}
.top_interview_list{gap: 15px;}
.top_interview_list li{width: calc((100% - 30px)/3);}
.top_interview_btn{max-width: 100%;}
.top_interview_btn a{font-size: 1.6rem;}


/* セカンドページ共通 */
.page_sec figure{text-align: center;}


/* 組合のあゆみ */
.history_table th,
.history_table td{font-size: 1.5rem;}

/* 組合概要 */
.overview_navi ul{gap: 20px;}
.overview_navi li{width: calc((100% - 60px)/3);}

/* 組合員一覧 */
.member_table table{width: max-content;}

/* インタビュー詳細 */
.interview_single_sec{display: block;}
.interview_single_inner{width: 100%; margin-bottom: 50px;}
.interview_side{width: 100%; max-width: 600px; margin: 0 auto;}


    
/* 新着情報一覧 */
.news_wrapper{padding: 30px 0;}
.news_list{gap: 30px; margin-bottom: 20px;}
.news_item_head{display: block; padding: 20px;}
.news_item_date{font-size: 1.4rem; }
.news_item_tit{font-size: 1.6rem;}
.news_item_content p{font-size: 1.4rem; line-height: 2.5rem;}

  

/* お問合せフォーム */
.contact_sec{width: 90%; margin: 0 auto;}
.contact_sec .contact_item{display: block; padding: 20px 0;}
.contact_sec .contact_tit{margin: 0 0 20px 0; width: initial;}
.contact_essential .contact_tit{margin-left: 80px; width: initial;}
.form_tit01{display: none;}
.form_tit02{padding: 20px 0; font-size: 3rem;}
.form_sec{width: 90%;}
.policy_sec .page_sec{padding: 0;}

.list-checkbox-wrap .nf-field-element li label{text-align: left;}
.wpcf7-form-control-wrap{}
.contact_txt, .contact_adress, .contact_txtarea{width: 100%;}
.contact_txt input{width:  calc(100% - 16px); margin: 0 auto; font-size: 16px;}
.contact_txtarea textarea{width:  calc(100% - 16px); font-size: 16px;}
.contact_adress input{width: 100%; margin-left: 0; font-size: 16px;}
input[type="checkbox"]{padding: 8px;}
.form-width{max-width: 100%;}
.contact_sec .wpcf7-spinner{display: block;}



.wp-pagenavi a, .wp-pagenavi span{ font-size: 2rem !important; font-family: futura-pt, sans-serif; font-weight: 700; font-style: normal; border: 1px solid #BFBFBF; padding: 10px 15px !important; margin: 2px; }








}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 TAB CSS END
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 PC CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media print, screen and (min-width:1025px) and (max-width:1370px){

/* フォントサイズ10px */
html{ font-size: 62.5%; }

/* 基本のフォントサイズ */
body{  font-size: 1.8rem; }

/* 非表示用 */
.nonePC		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
.header_tel{display: none;}





/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
.btm_menu{ display: none; }



.bottom_contact_sec{width: 94%;}

.footer_wrapper{}
.footer_sec{width: 100%; gap: 100px; justify-content: center;}
.bottom_contact_number{font-size: 4rem;}
.bottom_contact_number i{font-size: 2.5rem;}
.bottom_contact_btn{width: 320px;}
.footer_sec01{margin: 0;}
.footer_logo01 img{width: 300px; height: auto;}
.footer_info{font-size: 1.6rem;}
.footer_sitemap{ column-gap: 70px;}
.footer_copyright{width: 100%;}
.footer_top_btn{right: 30px;}

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.gnavi_item > a{font-size: 1.5rem;}
.lnavi{width: 90%; margin: 0 auto;}
.pc_br{display: block;}


/* パンくず */
.breadcrumbs_wrapper{width: 90%; }
.breadcrumbs > ol{max-width: 1100px; margin: 0 auto;} 
	
/* トップページ */
.top_first_txt01{font-size: 7rem;}
.top_first_txt02{font-size: 2.5rem;}

.top_sec_tit01{font-size: 5rem;}
.top_advantage_list{gap: 40px;}
.top_advantage_item{width: calc((100% - 80px)/3);}
.top_advantage_head{font-size: 2.4rem;}
.top_business_wrapper{padding: 50px 0;}
.top_link_item a{padding: 50px 0;}
.top_link_head01{font-size: 3rem;}
.top_link_head02{font-size: 3rem;}


/* 製品実績 */
.works_img img{width: 100%; height: auto;}
.works_request_head, .works_suggestion_head{width: 65px;}

/* ご依頼の流れ */
.orderflow_head_icon{width: 80px; left: -40px;}
.orderflow_head_icon img{width: 100%; height: auto;}
.orderflow_head_step{font-size: 2.8rem;}
.orderflow_head_number{font-size: 4rem; vertical-align: -2px;}
.orderflow_head_tit{font-size: 2.8rem; }
.orderflow_txt{margin: 40px 40px 40px 0;}
.orderflow_contact_number{font-size: 3rem;}
.orderflow_contact_btn{width: 230px;}




/* アクセスマップ */
.access_sec{width: 90%;}
.access_transportation_item:first-child{padding-right: 50px;}
.access_transportation_item:last-child{padding: 0 0 30px 60px;}


}
/* ----------------------------------------------------------
 PC CSS END
---------------------------------------------------------- */
/* ----------------------------------------------------------
 PC WIDE CSS
---------------------------------------------------------- */
@media screen and (min-width:1371px){
/* フォントサイズ10px */
html{ font-size: 62.5%; height: 100%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem;  }

/* 非表示用 */
.nonePCWIDE		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
    .nav{right: 0; width: 40%}
/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
.btm_menu{ display: none; }



/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */



/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.top_reason_list{width: 92%; margin: 0 auto;}
.top_reason_topic{font-size: clamp(1.8rem ,1.4vw ,2.5rem);}

/* 会社案内 */
.company_table_place{display: flex; justify-content: space-between; flex-wrap: wrap;}
.company_table_place p{width: 48%;}


}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 PCWIDE CSS END
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
