@charset "utf-8";
/*!
 * Base Theme
 */

@import "loading.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Sawarabi+Mincho&display=swap');
/*@import "../fonts/fontawesome/all.css";*/
@import "normalize.css";
@import "setting.css";
@import "common.css";
/*@import "snippet_form.css";*/
@import "anime.css";
@import "swiper-bundle.min.css";

.fonjsf{font-family: "Josefin Sans", sans-serif;}

/*===============================================
 layout
===============================================*/
#mainVisual{}
#visualInner { position: fixed; width: 100%; min-height: 100vh;}
#visualInner .swiper-slide {
  position: relative; width: 100%; min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff; text-align: center;
}
#topCopy{ position: fixed; right: 55px; bottom: 90px;}
#wrapper{
  position: relative; width: 1160px; margin: 0 auto; 
}
header{ position: fixed; top: 80px; color: #fff; width: 320px;}
header .siteLogo{ margin-bottom: 100px; }
header .siteLogo img{ filter: invert(99%) sepia(92%) saturate(0%) hue-rotate(196deg) brightness(107%) contrast(100%);}
header .headerInqSp{display: none;}
header .globalNav{ margin-bottom: 80px;}
input#hanburger[type=checkbox] { display: none;}
header .requestInfo{}
main{
  position: absolute; top: 0; right:0; left:100px;
  margin: auto; width: 480px; padding-top: 34px;
}
._mainTop{ position: relative;}
._main{ position: relative; background: #fff;}

/* -- Mobile Device -- */
@media (max-width:1180px){
  #wrapper{width: 100%;}
  header{ left: 20px;}
}



/*===============================================
 button
===============================================*/
.btDetail a,
.btInq a{
  display: flex; justify-content: start; align-items: center;
  width: 100%; height: 62px; position: relative;
  border-radius: 30px; box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff; font-size: 18px; font-weight: bold;
  letter-spacing: 0.1em; line-height: 1.3;
  text-align: left; text-decoration: none; transition-duration: 0.3s;
}
.btDetail a::before,
.btInq a::before{
  content: ''; width: 46px; height: 46px; border-radius: 50%;
  background-color: #fff; position: absolute;
  top: 8px; right: 10px; transition-duration: 0.3s;
}
.btDetail a span,
.btInq a span{
  display: inline-block; vertical-align: middle; line-height: 1;
  position: absolute; right: 25px; width: 1em; height: 0.1em;
  background: currentColor; transition-duration: 0.6s;
}
.btDetail a span::before,
.btInq a span::before{
  content: ''; width: 0.65em; height: 0.65em; border: 0.11em solid currentColor;
  border-left: 0; border-bottom: 0;
  transform: rotate(45deg); transform-origin: top right;
  position: absolute; top: 50%; right: -0.05em; box-sizing: border-box;
  transition-duration: 0.6s;
}
/**/
.btInq a{ background: #0d3620; border: 1px solid #0d3620;}
.btInq a span{ color: #0d3620;}
.btInq a:hover{ background: #fff; color: #0d3620;}
.btInq a:hover::before{ background: #0d3620;}
.btInq a:hover span{color: #fff;}
/**/
.btDetail a{ background: #282a30; border: 1px solid #282a30;}
.btDetail a span{ color: #282a30;}
.btDetail a:hover{ background: #fff; color: #282a30;}
.btDetail a:hover::before{ background: #282a30;}
.btDetail a:hover span{color: #fff;}
/**/
.btLink{ margin: 0 auto;}
.btLink a{
  display: flex; justify-content: center; align-items: center;
  width: 100%; height: 42px; position: relative;
  border-radius: 30px; box-sizing: border-box;
  padding: 0 25px 0 25px;
  color: #fff; font-size: 14px;
  letter-spacing: 0.1em; line-height: 1.3;
  text-align: center; text-decoration: none; transition-duration: 0.3s;
  background: #282a30; border: 1px solid #282a30;
}
.btLink a:hover{ background: #fff; color: #282a30;}
/*===============================================
 topCopy
===============================================*/
#topCopy h1{
  color: #fff; font-size: 30px; line-height: 200%;
  font-weight: 300; text-align: right;
  text-shadow: 1px 1px 2px black;
}


/*===============================================
 nav
===============================================*/
nav{ }
.navToggle{display: none;}


/*===============================================
 globalNav
===============================================*/
.globalNav{ width: 100%;}
.globalNav li{ margin-bottom: 10px;position: relative;}
.globalNav li a{
  position: relative; display: block;
  color: #fff; text-decoration: none; font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  height: 32px;
  overflow: hidden; cursor: pointer;
}
.globalNav li a span {
  position: absolute; top:2px; left: 27px; display: block;
  height: 98%; width: 98%; transition: all 0.2s;
  text-shadow: 1px 1px 2px black;
}
.globalNav li a span:nth-child(1) { top: 100%;}
.globalNav li a span:nth-child(2) { top: 0;}
.globalNav li a:hover span:nth-child(1) { top: 0;}
.globalNav li a:hover span:nth-child(2) { top: -100%;}
.globalNav li a span em{
  font-style: normal; font-size: 12px; font-weight: normal;
  margin-left: 10px; position: relative; bottom: 2px;
}
.globalNav li a:before {
  content: ""; position: absolute; top: 12px;
  height: 1px; width: 18px; background-color: #fff;
}
.globalNav .requestInfoSp{ display: none;}

/*===============================================
 requestInfo
===============================================*/
.requestInfo{
  background-color: #000;
  background-color: rgb(0 0 0 / 0.38);
  padding: 15px 0; text-align: center;
}
.requestInfo div{ margin: 10px 20px;}
.requestInfo .sentence{font-size: 14px; font-weight: 300; text-align: center; line-height: 140%;}
.requestInfo .contactTel img{
  filter: invert(66%) sepia(69%) saturate(847%) hue-rotate(342deg) brightness(97%) contrast(89%);
  position: relative; top:5px; margin-right: 10px;
}
.requestInfo .contactTel a{
  text-decoration: none; color: #fff;
  font-size: 28px; font-weight: bold;
}

/*===============================================
 footer
===============================================*/
#footer{
  background: #fff url("../images/common/bg_footer01.png") repeat left top;
  padding: 40px 0 0 0;
}
#footer .pos{ width: 90%; margin: 0 auto;}
#footer .pos .dirMap{
  display: flex; justify-content: space-between; width: 100%;
  margin: 0 auto; color: #fff; font-size: 14px;
}
#footer .pos .dirMap .leftClm{ width: 50%;}
#footer .pos .dirMap .rightClm{ width: 50%;}
#footer .pos .dirMap ul{line-height: 180%; list-style: none;}
#footer .pos .dirMap a{color: #fff; text-decoration: none; position: relative;}
#footer .pos .dirMap a::after {
  position: absolute; left: 0; content: ''; width: 100%; height: 1px;
  background: #fff; bottom: -1px; transform: scale(0, 1); transform-origin: left top;
  transition: transform 0.3s; 
}
#footer .pos .dirMap a:hover::after { transform: scale(1, 1);}
#footer .pos .dirMap ul > li{font-weight: 600; margin-bottom: 15px;}
#footer .pos .dirMap ul>li>ul>li{ display: flex; align-items: center;font-weight: 400; margin: 0 0 3px 10px;}
#footer .pos .dirMap ul>li>ul>li::before{
  content: "⚫︎"; color: #e0772c; font-size: 0.6em; margin-right: 1em;
}
#footer .pos .footerLogo{text-align: center; padding: 20px 0;}
#footer .pos .footerLogo img{filter: invert(96%) sepia(0%) saturate(0%) hue-rotate(85deg) brightness(104%) contrast(103%);}
#footer .pos .coAddress{color: #fff; font-size: 14px; line-height: 160%;}
#footer .pos .obj{text-align: center; padding: 60px 0 20px 0;}

/*===============================================
 pagetop
===============================================*/
#pagetop{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  /*opacity: 0;*/ /*デフォルトは非表示*/
  background-color: #ccc;
  transition : all 0.5s ease 0s;
}
#pagetop img{ transition: transform 0.6s;}
#pagetop:hover{background-color: #e0e0e0;}
#pagetop:hover img{ transform: translateY(-7px);}

/*===============================================
 copyright
===============================================*/
#copyright{ background-color: #101a22; color: #615e58; font-size: 12px;}
#copyright p{padding: 3px 10px}


/*########################################################################
 top contents
########################################################################*/
/*===============================================
 top common
===============================================*/
#topVisual{min-height: 100vh;}
#topVisual .topVisualInner{
  position: fixed;  top: 34; right:0; left:100px; margin: auto;
  height: 100vh; width: 480px; padding-top: 0; 
  background-image: url("../images/index/bg_main01.png");
  background-size: cover; background-repeat: no-repeat; background-position: center top;
  padding: 0 20px; line-height: 1.5; overflow: hidden;
}
#topVisual.is-scrollEnd .topVisualInner{ display: none;}

#about,#topics,#trademark,#products,#area,#business,#company,
#recruit,#inquire{
  position: relative; width: 100%;
  background-size: cover; background-repeat: no-repeat; background-position: center top;
  padding: 0 20px; line-height: 1.5;
  overflow: hidden;
}
#about{ background-image: url("../images/index/bg_about01.png?2026-1"); min-height: 100vh;}
#topics{ background-image: url("../images/index/bg_topics01.png?2026-1"); min-height: 100vh;}
#products{ background-image: url("../images/index/bg_products01.png?2026-1"); /*min-height: 100vh;*/}
#business{ background-image: url("../images/index/bg_business01.png?2026-1"); min-height: 100vh;}
#company{ background-image: url("../images/index/bg_company01.png?2026-1"); min-height: 100vh;}
#recruit{ background-image: url("../images/index/bg_recruit01.png?2026-1"); /*min-height: 100vh;*/}
#inquire{ background-image: url("../images/index/bg_inquire01.png?2026-1"); min-height: 100vh;}
h3.topTtl{
  margin: 0; padding: 30px 0 0 27px; font-size: 14px; color: #f49e22;
  font-family: "Josefin Sans", sans-serif; text-shadow: 1px 1px 2px black;
}
h2.topTtl{
  position: relative; margin: 0 0 50px 0; padding-left: 27px;
  font-size: 30px; color: #fff; font-weight: 600; text-shadow: 1px 1px 2px black;
}
h2.topTtl:before {
  content: ""; position: absolute; top: 24px; left:0;
  height: 1px; width: 18px; background-color: #fff;
}

/*===============================================
 topVisual
===============================================*/
#topVisual .mainLogo{
  text-align: center; margin: auto;
  position: absolute; top:10%; right: 0; left: 0;
}
#topVisual .pos{
  width: 90%; margin: 0 auto;
  position: absolute; top: 70%; left: 50%; transform: translate(-50%, -50%);
}
#topVisual .mainCopy{
  font-size: 34px; font-weight: 700; text-align: center; color: #fff;
  text-shadow: 1px 1px 2px black; margin-bottom: 40px;
}
#topVisual .btInq{
  width: 70%; margin: auto;
}
/*===============================================
 about
===============================================*/
#about h2{
  position: relative; padding-top:70px; margin: 0 0 10px 0;
  text-align: center; font-size: 30px; color: #fff; font-weight: 600;
  text-shadow: 1px 1px 2px black;
}
#about h3{
  margin: 0; text-align: center; font-size: 14px; color: #f49e22;
  font-family: "Josefin Sans", sans-serif; text-shadow: 1px 1px 2px black;
}
#about h2:before {
  content: ""; position: absolute; top: 0; right: 0; left: 0;margin: 0 auto;
  height: 56px; width: 1px; background-color: #fff;
}
#about .pos{
  width: 90%; margin: 0 auto;
  position: absolute; top: 56%; left: 50%; transform: translate(-50%, -50%);
}
#about .diagram{
  display: flex; justify-content: center; margin-bottom: 40px;
}
#about .diagram .fig1 img, #about .diagram .fig3 img{width: 178px;}
#about .diagram .fig2{padding: 0 15px;}
#about .diagram .fig2 img{ 
  position: relative; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
#about .copy{
  font-size: 36px; color: #fff; text-align: center; font-weight: 700;
  margin-bottom: 20px; text-shadow: 1px 1px 2px black;
}
#about .sentence{ color: #fff;}

/*===============================================
 topics
===============================================*/
#topics{overflow-x: hidden;}
#topics .sentence{ color: #fff;}
#topics .pos{
  width: 100%; margin: 0 auto;
  position: absolute; top: 56%; left: 50%; transform: translate(-50%, -50%);
}

/*swiper*/
#topics .swiper-slide{ width: 300px; position: relative; background-color: #000;}
#topics .swiper-slide img{width: 100%; display:block;}
#topics .swiper-slide p{
  text-decoration: none; color: #fff; text-align: center;
  position: absolute; bottom: 25px; right: 0; left: 0;
}
#topics .swiper-button-prev::after,
#topics .swiper-button-next::after {
  content: ""; width: 0; height: 0; margin: auto; position: absolute; top: 0; bottom: 0;
}
#topics .swiper-button-prev,
#topics .swiper-button-next{
  content: ''; width: 46px; height: 46px; border-radius: 50%;
  background-color: rgb(0 0 0 / 0.5); border: 1px solid #fff;
  position: absolute; top: 50%;
}


/*===============================================
 trademark
===============================================*/
#trademark{padding: 0; background-color: #000;}
#trademark .pictSetA img,
#trademark .pictSetB img,
#trademark .pictSetC img{width: 100%; display: block;}
#trademark .pictSetA{ width: 100%;}
#trademark .pictSetB{ display: flex; justify-content: space-between;}
#trademark .pictSetC{ display: flex; justify-content: space-between;}
#trademark .pictBox2{width: 60.44%;}
#trademark .pictBox3{width: 39.56%;}
#trademark .pictBox4{width: 43.38%;}
#trademark .pictBox5{width: 56.62%;}
#trademark .persBox{
  width: 76%; background-color: rgb(255 255 255 / 0.85); border: 1px solid #d78b20;
  position: absolute; top: 300px; left: 0; right:0; margin: 0 auto;
  padding: 30px 0 50px 0;
}
#trademark .persBox h4{ text-align: center; color: #8e7d5e; margin: 0 0 40px 0;}
#trademark .persBox p{ text-align: center;}
#trademark .persBox p img{width: 70%;}
/*===============================================
 products
===============================================*/
#products{overflow-x: hidden;}
#products .sentence{ color: #fff;}
#products .pos{
  width: 100%; margin: 0 auto;
  /*position: absolute; top: 56%; left: 50%; transform: translate(-50%, -50%);*/
}

/*swiper*/
#products .swiper-container{ position: relative; padding: 30px 0 ;}
#products .swiper-slide{ 
  width: 300px; position: relative; background-color: #000;
  background-size: cover; background-repeat: no-repeat; background-position: center top;
  
}
#products .swiper-slide img{width: 100%; display:block;}
#products .swiper-slide p{
  width: 200px; white-space: nowrap;
  text-decoration: none; color: #fff; text-align: center;
  position: absolute; top: 46%; left: 50%; transform: translate(-50%, -50%);
}
#products .swiper-slide:hover img{ opacity: 0;}
#products .swiper-slide:hover p{ background-color: #000; opacity: 0.8; padding: 3px 7px;}
#products .swiper-button-prev::after,
#products .swiper-button-next::after {
  content: ""; width: 0; height: 0; margin: auto; position: absolute; top: 0; bottom: 0;
  
}
#products .swiper-button-prev,
#products .swiper-button-next{
  content: ''; width: 46px; height: 46px; border-radius: 50%;
  background-color: rgb(0 0 0 / 0.5); border: 1px solid #fff;
  position: absolute; top: 50%;
  
}
#products .swiper-wrapper .beef{background-image: url("../images/index/products_img01.png");}
#products .swiper-wrapper .pork{background-image: url("../images/index/products_img02.png");}
#products .swiper-wrapper .chicken{background-image: url("../images/index/products_img03.png");}
#products .swiper-wrapper .etc{background-image: url("../images/index/products_img04.png");}
/* /swiper */
.originalBrand{
  position: relative;
  color: #fff; text-align: center; padding: 30px 0 60px 0;
}
.originalBrand h4{ font-size: 14px; margin: 0 0 0 0; text-shadow: 1px 1px 2px black;}
.originalBrand h3{ font-size: 26px; margin: 0 0 10px 0; font-weight: 700; text-shadow: 1px 1px 2px black; letter-spacing: 5px;}
.originalBrand .sentence{ margin-bottom: 10px; font-size: 16px;}
.originalBrand .obj{margin-bottom: 10px;}
.originalBrand .obj img{width: 180px;}
.originalBrand .detail p{ font-size: 14px; margin-bottom: 5px;}
.originalBrand .detail .btLink{ width: 300px; margin: 0 auto;}

/*===============================================
 area
===============================================*/
#area{background-color: #f2eee4; padding: 30px;}
#area .areaInner{ background-color: #fff; padding: 20px 30px;}
#area .areaInner h3{ font-size: 24px; color: #322e21; margin: 0 0 30px 0;}
#area .areaInner p{ margin-bottom: 40px;}
#area .areaInner .areaMap{ position: relative; overflow: hidden;}
#area .areaInner .areaMap img{ width: 100%;}
#area .areaInner .areaMap .mask{
   position: absolute; top: 0; left: 0;
   background-color: #f49e22; width: 100%; height: 100%;
 }
/*===============================================
 business
===============================================*/
#business .pos{
  width: 90%; margin: 0 auto;
  position: absolute; top: 56%; left: 50%; transform: translate(-50%, -50%);
}
#business .pos h3{ font-size: 30px; color: #fff; margin: 0 0 30px 0; text-align: center;}
#business .pos .sentence{ color: #fff; margin-bottom: 100px;}
#business .pos .btDetail{ width: 80%; margin: 0 auto;}

/*===============================================
 company
===============================================*/
#company .pos{
  width: 90%; margin: 0 auto;
  position: absolute; top: 60%; left: 50%; transform: translate(-50%, -50%);
}
#company .companyMenu li{margin-bottom: 5px;}
#company .companyMenu .composite{
  background-color: rgb(242 238 228 / 0.9);
}
#company .companyMenu .composite dl{
  display: flex; width: 100%; margin: 0 auto;
  justify-content: space-between; padding-top: 20px;
}
#company .companyMenu .composite dl dt{ width: 50%; text-align: center; padding-bottom: 15px;}
#company .companyMenu .composite dl dd{ width: 50%; position: relative; padding-top: 15px;}
#company .companyMenu .composite dl dt img {display: block; max-width: 176px; margin: 0 auto;}
#company .companyMenu .composite dl dd .corp{ font-size: 20px; margin-bottom: 10px;}
#company .companyMenu .composite dl dd .name{ margin-bottom: 20px;}
#company .companyMenu .composite dl dd .name span{ font-size: 14px;}
#company .companyMenu .composite dl dd .btLink{position: absolute; bottom:20px;}
#company .companyMenu .normal a{
  display: flex; justify-content: start; align-items: center;
  width: 100%; height: 62px; position: relative;
  box-sizing: border-box; padding: 0 45px 0 25px;
  font-size: 18px; font-weight: bold;
  letter-spacing: 0.1em; line-height: 1.3;
  text-align: left; text-decoration: none; transition-duration: 0.3s;
  background-color: rgb(255 255 255 / 0.9); color: #292a30;
}
#company .companyMenu .normal a::before{
  content: ''; width: 46px; height: 46px; border-radius: 50%;
  background-color: #fff; position: absolute;
  top: 8px; right: 10px; border: 1px solid #292a30; transition-duration: 0.6s;
}
#company .companyMenu .normal a span{
  display: inline-block; vertical-align: middle; line-height: 1;
  position: absolute; right: 25px; width: 1em; height: 0.1em;
  background: currentColor; transition-duration: 0.6s;
}
#company .companyMenu .normal a span::before{
  content: ''; width: 0.65em; height: 0.65em; border: 0.11em solid currentColor;
  border-left: 0; border-bottom: 0;
  transform: rotate(45deg); transform-origin: top right;
  position: absolute; top: 50%; right: -0.05em; box-sizing: border-box;
   transition-duration: 0.6s;
}
/**/
#company .companyMenu .normal a:hover{background: #fff;}
#company .companyMenu .normal a:hover::before{ background-color: #292a30;}
#company .companyMenu .normal a:hover span{ background: #fff;}
#company .companyMenu .normal a:hover span::before{color: #fff;}

/*===============================================
 recruit
===============================================*/
#recruit .pos{
  width: 90%; margin: 0 auto;
  /*position: absolute; top: 160px; left: 0; right: 0;*/
}
#recruit .pos h3{
  font-size: 30px; color: #fff; margin: 0 0 20px 0; text-align: center; text-shadow: 1px 1px 2px black;
}
#recruit .pos .sentence{ color: #fff; margin-bottom: 30px; text-shadow: 1px 1px 2px black;}
#recruit .pos .obj{  overflow: hidden;}
#recruit .pos .obj img{ max-width: 100%;}
#recruit .pos .btDetail{ width: 80%; margin: 40px auto;}
#recruit .pos .subimg1{ width: 80%; margin: 0 auto;}
#recruit .pos .subimg1 img{max-width: 100%;}
#recruit .pos .subimg2{
  width: 70%; margin: 0 auto; padding: 20px 0;
  display: flex; justify-content: space-between;
}
#recruit .pos .subimg2 li {width: 30%; text-align: center;}
#recruit .pos .subimg2 img{max-width: 100%;}
/*===============================================
 inquire
===============================================*/

#inquire .pos{
  width: 90%; margin: 0 auto;
  position: absolute; top: 56%; left: 50%; transform: translate(-50%, -50%);
}
#inquire .sentence{ color: #fff; }

#inquire .pos .inquireInfo{
  background-color: rgb(209 200 166 / 0.9); padding: 30px;
  text-align: center;
}
#inquire .pos .inquireInfo p{
  color: #322e21; margin-bottom: 20px;
}
#inquire .pos .inquireInfo .inqTel img{
  filter: invert(66%) sepia(69%) saturate(847%) hue-rotate(342deg) brightness(97%) contrast(89%);
  position: relative; top:5px; margin-right: 10px;
}
#inquire .pos .inquireInfo .inqTel a{
  text-decoration: none; color: #322e21;
  font-size: 36px; font-weight: 700; margin-bottom: 20px;
}
#inquire .pos .inquireInfo .inqFax{
  color: #322e21; font-size: 20px; font-weight: 700; margin-bottom: 40px;
}
#inquire .pos .inquireInfo .btInq{ width: 90%; margin: 0 auto; padding-bottom: 20px}
#inquire .pos .inquireInfo .btDetail{ width: 90%; margin: 0 auto;}

/*########################################################################
 under contents
########################################################################*/
/*===============================================
 common
===============================================*/
#breadcrumbs{padding: 10px 0 0 0;}
#breadcrumbs ul{ width: 90%; margin: 0 auto;}
#breadcrumbs li{ position: relative;display: inline-block; font-size: 14px; margin-right: 20px;color: #909090;}
#breadcrumbs li a{color: #5e5e5e; text-decoration: none;}
#breadcrumbs li a:hover{color: #242424; text-decoration: underline;}
#breadcrumbs li::after{
  content: ""; display: block; width: 7px; height: 7px;
  border-top: 1px solid #909090; border-right: 1px solid #909090;
  transform: rotate(45deg); position: absolute; top:11px; right:-12px;
}
#breadcrumbs li:last-child::after{content: none;}
/**/
#pageTtl{padding: 30px 0;}
#pageTtl h1{ width: 90%; margin: 0 auto; font-size: 24px;}
/**/
#pageVisual img{width: 100%;}
/**/
#pageBody{ padding: 40px 0 60px 0;}
#pageBody .inner{ width: 90%; margin: 0 auto;}
#pageBody .inner img{ max-width: 100%;}
/**/
.photoSet{display: flex; justify-content: space-between;}
.photoSet li img{width: 100%; display: block;}
.photoSet.clm2 li{width: 50%;}
/**/
.gmap{width: 100%;}
.gmap iframe{width: 100%;}
/*===============================================
 products
===============================================*/
.partsList{
  /*display: flex; align-content: space-between; flex-wrap: wrap;
  row-gap: 15px; column-gap: 4%;*/
}
.partsList li{ width: 100%;/*width: 48%;*/ margin-bottom: 20px;}
.partsList li h3{ background-color: #d1c8a6; margin: 0 0 7px 0; font-size: 16px; padding: 1px 5px;}
.partsList li p{ font-size: 16px; line-height: 140%;}
/*===============================================
 recruit
===============================================*/
.meritBox {
  position: relative;
  margin-top: 1em;
  padding: 1.8em 1.5em 1em 1.5em;
  border: 2px solid #009172;
  border-radius: 6px;
  margin-bottom: 40px;
}

.meritBox > div {
  position: absolute;
  top: -1.15em; left: -.5em;
  padding: .4em 1.4em;
  border-radius: 25px; background-color: #009172;
  color: #fff; font-size: .9em;
}

.meritBox > div::before {
  content: ''; position: absolute; bottom: -8px; left: 50%;
  transform: translateX(-50%);
  width: 16px; height: 8px;
  background-color: #009172;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.meritBox p { font-size: 16px; line-height: 160%;}

.entryBtArea .btDetail{ width: 70%; margin: 0 auto;}
/**/
.recruitInfo th{font-size: 20px; padding-bottom: 10px;}
.recruitInfo em{
  font-style: normal; font-weight: bold;
  background: linear-gradient(transparent 70%, #ffe699 70%);
}

/*===============================================
 faq
===============================================*/
.faqItem {
  margin-bottom: 20px; margin-left: auto; margin-right: auto;
  border: 1px solid #a89479;
}
.faqQuesWrap {
  position: relative; background: #f4ece4; padding: 7px 50px 7px 50px;
  cursor: pointer;
}
.faqQuesTtl {
  font-size: 16px; font-weight: bold; color: #322e21; line-height: 140%;
  position: relative; margin: 0;
}
.faqQuesTtl::before {
  position: absolute; color: #fff; content: "Q"; top: 50%; left: -35px;
  transform: translateY(-50%); background-color: #ea8e2b;
  border-radius: 5px; padding: 3px 7px; line-height: 120%;
}
.faqAnsWrap {
  background: #fff; opacity: 0; padding: 10px 5px 10px 50px; height: 0;
  overflow: hidden; padding-top: 0; padding-bottom: 0; transition: ease all 0.5s;
}
.faqAnsWrap.active {
  height: auto; opacity: 1; padding: 10px 5px 10px 50px;
}
.faqAnsTtl {
  position: relative; font-size: 16px; line-height: 140%;
}
.faqAnsTtl::before {
  position: absolute; color: #00420b; content: "A";
  font-size: 18px; font-weight: bold;
  top: 50%; left: -35px; transform: translateY(-50%);
  border-radius: 5px; padding: 3px 7px; line-height: 120%;
  }

.minusIcon {
  position: absolute; content: ""; width: 20px; height: 3px;
  background: #ea8e2b; right: 20px; top: 50%;
  transform: translateY(-50%);
}
.plusIcon {
  position: absolute; content: ""; width: 20px; height: 3px;
  background: #ea8e2b; right: 20px; top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: ease all 0.5s;
}

.plusIcon.active {
  transform: translateY(-50%);
}



/*===============================================
 
===============================================*/
/*===============================================
 
===============================================*/