/* CSS Document */
/*共通*/
body{
  fontFamily : 'Mincho' !important;
}
span.opacity{
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
.wccolumnwrap .wcmaincolumn > *{
  padding-left: 0;
  padding-right: 0;
}
/*ボタン*/
div.btn{
  display: table;
  margin: 0 auto;
}
div.btn a{
  color: #000;
  font-size: 1.3rem;
  padding: 0.75rem 3.5rem 0.25rem 1.5rem;
  position: relative;
  z-index: 1;
  display: table;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
div.btn a::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 2rem;
  height: 1px;
  background-color: #000;
  right: -0.3rem;
  bottom: 0.7rem;
  transform: rotate(45deg);
}
div.btn.white a{
  color: #000;
}
div.btn.white a::after{
  background-color: #fff;
  content: "";
  position: absolute;
  z-index: 2;
}
/*コンテンツ*/
section.top_area{
  width: 100vw;
  position: relative;
  z-index: 1;
  background-color: #000;
  margin-top: calc(var(--headerHeight) * -1);
}
body[wc-view-type="sp"] section.top_area{
  height: 80vh;
}
body[wc-view-type="tb"] section.top_area{
  height: 85vh;
}
body[wc-view-type="tb-l"] section.top_area{
  height: 85vh;
}
body[wc-view-type="pc"] section.top_area{
  height: 85vh;
}
section.top_area > h1{
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  writing-mode: vertical-rl;
  top: calc(var(--headerHeight) + 10%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
body[wc-view-type="sp"] section.top_area > h1{
  font-size: 6vw;
  top: calc(var(--headerHeight) + 12%);
}
body[view-type="sp small"] section.top_area > h1{
  font-size: 5.5vw;
  top: calc(var(--headerHeight) + 5.8%);
}
body[wc-view-type="tb-l"] section.top_area > h1{
  top: calc(var(--headerHeight) + 4%);
}
body[wc-view-type="pc"] section.top_area > h1{
  top: calc(var(--headerHeight) + 5%);
}
body:not([wc-view-type="sp"]) section.top_area > h1 br{
  display: none;
}
section.top_area > div.topslider{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
body[wc-view-type="sp"] section.top_area > div.topslider{
  width: 90vw;
  bottom: calc((var(--headerHeight) / 2) * -1);
}
body[wc-view-type="tb"] section.top_area > div.topslider{
  width: 80vw;
  bottom: calc((var(--headerHeight) / 2) * -1);
}
body[wc-view-type="tb-l"] section.top_area > div.topslider{
  width: 50vw;
  bottom: calc((var(--headerHeight) / 2) * -1);
}
body[wc-view-type="pc"] section.top_area > div.topslider{
  width: 500px !important;
  bottom: calc((var(--headerHeight) / 2) * -1);
}
section.top_area > div.topslider div.slider_item{
  width: 100%;
}
section.top_area > div.topslider div.slider_item picture{
  width: 100%;
  height: 100%;
  display: block;
}
body[wc-view-type="sp"] section.top_area > div.topslider div.slider_item img,
body[wc-view-type="tb"] section.top_area > div.topslider div.slider_item img,
body[wc-view-type="tb-l"] section.top_area > div.topslider div.slider_item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="pc"] section.top_area > div.topslider div.slider_item img{
  width: 100%;
  object-fit: contain;
  height: 100%;
}
section.top_area div.cs_pagerwrap.dots{
  width: 0;
  height: 0;
  opacity: 0;
}
section.top_area div.csarrowwrap {
  width: 0;
  height: 0;
  opacity: 0;
}
section.top_area div.cscontrol{
  width: 0;
  height: 0;
  opacity: 0;
}
/*こだわり*/
section.commitment{
  width: 100vw;
  background-color: #fff;
  padding: var(--headerHeight) 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.commitment > h1{
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.commitment > h1{
  width: calc(100% - 4rem);
  margin: 0 auto;
  font-size: 1.5rem;
}
body[wc-view-type="tb"] section.commitment > h1{
  width: calc(100vw - 6rem);
  margin: 0 auto;
}
body[wc-view-type="tb-l"] section.commitment > h1,
body[wc-view-type="pc"] section.commitment > h1{
  width: 800px;
  margin: 0 auto;
}
section.commitment > h1::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  right: 0;
  z-index: 2;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
  width: 100%;
  height: 1px;
}
body[wc-view-type="sp"] section.commitment > h1::after{
  bottom: -0.5rem;
}
section.commitment > p{
  text-align: center;
  margin-top: calc(var(--headerHeight) / 2);
  line-height: 3rem;
  position: relative;
  z-index: 3;
}
body[wc-view-type="sp"] section.commitment > p{
  text-align: left;
  width: 100vw;
  padding: 0 2rem;
  box-sizing: border-box;
  line-height: 2.5rem;
  margin-top: 1.5rem;
}
body[wc-view-type="sp"] section.commitment > p br.none{
  display: none;
}
body[wc-view-type="tb"] section.commitment > p{
  padding: 0 5rem;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
section.commitment div.btn{
  position: relative;
  z-index: 5;
}
/*banner*/
div.online_banner_wrap{
  width: 100vw;
  background-color: #fff;
  padding-bottom: 2rem;
}
body[wc-view-type="sp"] div.online_banner_wrap{
  padding-bottom: 1rem;
}
div.online_banner{
  width: 434px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] div.online_banner{
  width: calc(100vw - 2rem);
}
div.online_banner a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
}
div.online_banner figure{
}
div.online_banner figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.banner_wrap{
  background-color: #fff;
  padding-bottom: var(--headerHeight);
}
body[wc-view-type="tb-l"] div.banner_wrap{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  box-sizing:border-box;  
}
body[wc-view-type="sp"] div.banner_area{
  padding: 0 1rem;
  box-sizing: border-box;
}
body[wc-view-type="tb"] div.banner_area,
body[wc-view-type="tb-l"] div.banner_area,
body[wc-view-type="pc"] div.banner_area{
  display: flex;
  flex-wrap: wrap;
}
body[wc-view-type="tb"] div.banner_area{
  padding: 0 1rem;
  box-sizing: border-box;
}
body[wc-view-type="pc"] div.banner_area{
  width: calc(900px + 2rem);
  margin: 0 auto;
}
div.banner_area > div.banner_box{
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  height: 120px;
  border: solid 1px #bbb;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.banner_area > div.banner_box{
  height: 25vw;
}
body[wc-view-type="tb"] div.banner_area > div.banner_box{
  width: calc((100% / 2) - 0.5rem);
  margin-bottom: 1rem;
  height: 130px;
}
body[wc-view-type="tb-l"] div.banner_area > div.banner_box{
  width: calc((100% / 2) - 1rem);
  margin-bottom: 1rem;
}
body[wc-view-type="pc"] div.banner_area > div.banner_box{
  width: calc((100% / 2) - 2rem);
  margin-bottom: 2rem;
  background-color: #fff;
}
div.banner_area > div.banner_box:last-child{
  margin-bottom: 0;
}
body[wc-view-type="tb"] div.banner_area > div.banner_box:nth-of-type(odd){
  margin-right: 0.5rem;
}
body[wc-view-type="tb-l"] div.banner_area > div.banner_box:nth-of-type(odd),
body[wc-view-type="pc"] div.banner_area > div.banner_box:nth-of-type(odd){
  margin-right: 1rem;
}
body[wc-view-type="tb"] div.banner_area > div.banner_box:nth-of-type(even){
  margin-left: 0.5rem;
}
body[wc-view-type="tb-l"] div.banner_area > div.banner_box:nth-of-type(even),
body[wc-view-type="pc"] div.banner_area > div.banner_box:nth-of-type(even){
  margin-left: 1rem;
}
body[wc-view-type="tb"] div.banner_area > div.banner_box:nth-last-of-type(-n+2),
body[wc-view-type="tb-l"] div.banner_area > div.banner_box:nth-last-of-type(-n+2),
body[wc-view-type="pc"] div.banner_area > div.banner_box:nth-last-of-type(-n+2){
  margin-bottom: 0;
}
div.banner_area > div.banner_box figure{
  width: 45%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
div.banner_area > div.banner_box figure picture{
  display: block;
  width: 100%;
  height: 100%;
}
div.banner_area > div.banner_box > figure picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.banner_area > div.banner_box > p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 1.8rem;
  color: #000;
  z-index: 2;
  text-align: center;
  font-weight: 700;
}
div.banner_area > div.banner_box a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: block;
}
/*商品一覧*/
section.product{
  width: 100vw;
  padding: var(--headerHeight) 0;
  position: relative;
  z-index: 1;
  background-image: url("../img/pattern/example/type_01.webp");
  background-repeat: repeat;
  background-size: 150px 150px;
  background-position: center;
}
body.safari section.product{
  background-image: url("../img/pattern/example/type_01.png");
}
section.product > h1{
  font-size: 1.8rem;
  position: relative;
  z-index: 3;
}
body[wc-view-type="sp"] section.product > h1{
  font-size: 1.5rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}
body[wc-view-type="tb"] section.product > h1{
  width: calc(100vw - 6rem);
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}
body[wc-view-type="tb-l"] section.product > h1,
body[wc-view-type="pc"] section.product > h1{
  width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}
section.product > h1::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  right: 0;
  z-index: 2;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
  width: 100%;
  height: 1px;
}
body[wc-view-type="sp"] section.product > h1::after{
  bottom: -0.5rem;
}
section.product > p{
  text-align: center;
  margin-bottom: 2rem;
}
body[wc-view-type="sp"] section.product > p{
  margin-bottom: 1.5rem;
}
section.product div.productslider{
  width: 100vw;
}
body[wc-view-type="sp"] section.product div.productslider article{
  width: calc((100% / 1.5) - 1rem) !important;
  margin: 0 0.5rem;
  padding: 0.5rem;
  padding-bottom: 2.2rem;
}
body[wc-view-type="tb"] section.product div.productslider article{
  width: calc((100% / 2.5) - 2rem) !important;
  margin: 0 1rem;
  padding-bottom: 2.7rem;
}
body[wc-view-type="tb-l"] section.product div.productslider article{
  width: calc((100% / 4) - 2rem) !important;
  margin: 0 1rem;
  padding-bottom: 2.7rem;
}
body[wc-view-type="pc"] section.product div.productslider article{
  width: calc((100% / 5) - 2rem) !important;
  margin: 0 1rem;
  padding-bottom: 2.7rem;
}
section.product div.productslider article{
  position: relative;
  z-index: 1;
  background-color: rgba(255,255,255,0.5);
  padding: 1rem;
  box-sizing: border-box;
}
section.product div.productslider article > h1{
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  margin-top: 1rem;
}
body[wc-view-type="sp"] section.product div.productslider article > h1{
  text-align: left;
}
section.product div.productslider article > p.money{
  padding-top: 1rem;
  text-align: center;
  font-size: 1.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
}
section.product div.productslider article > p.money span{
  font-size: 0.8rem;
}
section.product div.productslider article figure{
}
section.product div.productslider article picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.product div.productslider article figure img{
  width: 100%;
  object-fit: cover;
  height: auto;
}
body[wc-view-type="sp"] section.product div.productslider article figure img{
}
body[wc-view-type="tb"] section.product div.productslider article figure img{
}
section.product div.cs_wrap.comboslider-slide.cscomplete.csactive{
  padding-bottom: 1rem;
}
section.product div.cs_pagerwrap.dots{
  bottom: 0;
}
section.product div.cscontrol{
  width: 0;
  height: 0;
  opacity: 0;
}
section.product div.btn{
  margin-top: 1rem;
}
/*アレンジレシピ*/
section.arrange_area{
  padding: var(--headerHeight) 0;
  background-color: #000;
}
section.arrange_area > h1{
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2.5rem;
}
body[wc-view-type="sp"] section.arrange_area > h1{
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
body[wc-view-type="tb"] section.arrange_area > h1{
  width: 100%;
}
body[wc-view-type="pc"] section.arrange_area > h1{
  width: 1100px;
}
body[wc-view-type="tb"] section.arrange_area > h1 br,
body[wc-view-type="pc"] section.arrange_area > h1 br{
  display: none;
}
section.arrange_area > h1::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  right: 0;
  z-index: 2;
  background: -moz-linear-gradient(left, rgba(255,255,255,0.01) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 10%,rgba(255,255,0,1) 50%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 90%,rgba(0,0,0,0) 100%);
  width: 100%;
  height: 1px;
}
body[wc-view-type="sp"] section.arrange_area > h1::after{
  bottom: -0.5rem;
}
section.arrange_area div.arrange_box{
  display: flex;
}
body[wc-view-type="sp"] section.arrange_area div.arrange_box{
  padding: 0 1rem;
  box-sizing: border-box;
}
body[wc-view-type="tb"] section.arrange_area div.arrange_box{
  padding: 0 0.5rem;
  box-sizing: border-box;
}
body[wc-view-type="pc"] section.arrange_area div.arrange_box{
  width: 1100px;
  margin: 0 auto;
  margin-top: 2.7rem;
  padding: 0 2rem;
  box-sizing: border-box;
}
section.arrange_area div.arrange_box article{
  width: calc((100% / 3) - 2rem);
  margin: 0 1rem;
}
body[wc-view-type="sp"] section.arrange_area div.arrange_box article{
  width: calc(100% / 3);
  margin: 0;
}
body[wc-view-type="tb"] section.arrange_area div.arrange_box article{
  width: calc((100% / 3) - 1rem);
  margin: 0 0.5rem;
}
section.arrange_area div.arrange_box article figure{
}
section.arrange_area div.arrange_box article figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.arrange_area div.arrange_box article figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.arrange_area div.arrange_box article h1{
  text-align: center;
  color: #fff;
  margin-top: 1rem;
  font-size: 1.2rem;
}
body[wc-view-type="sp"] section.arrange_area div.arrange_box article h1{
  font-size: 1rem;
}
section.arrange_area div.btn{
  margin-top: 2rem;
}
body[wc-view-type="sp"] section.arrange_area div.btn{
  margin-top: 1.5rem;
}
section.arrange_area div.btn a{
  color: #fff;
  border-bottom: 1px solid #fff;
}
section.arrange_area div.btn a::after{
  background-color: #fff;
}
/*会社概要*/
section.company_area{
  width: 100vw;
  padding: calc(var(--headerHeight) * 1.5) 0;
  background-color: #fff;
}
body[wc-view-type="sp"] section.company_area{
  padding-bottom: var(--headerHeight);
}
body:not([wc-view-type="sp"]) section.company_area div.flex_box{
  display: flex;
}
section.company_area div.flex_box div.company_text{
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) section.company_area div.flex_box div.company_text,
body:not([wc-view-type="sp"]) section.company_area div.flex_box > figure{
  width: 50%;
}
body[wc-view-type="sp"] section.company_area div.flex_box > figure{
  width: calc(100% - 2rem);
  margin: 1rem auto 0 auto;
}
body[wc-view-type="sp"] section.company_area div.flex_box div.company_text{
  width: 100vw;
  padding: 0 1rem;
  box-sizing: border-box;
  line-height: 1.8rem;
}
body[wc-view-type="sp"] section.company_area div.flex_box div.company_text > p{
  padding: 0 1rem;
}
body[wc-view-type="sp"] section.company_area div.flex_box div.company_text div.btn{
  margin-top: 0.5rem;
}
body[wc-view-type="tb"] section.company_area div.flex_box div.company_text{
  padding-left: 2rem;
  padding-right: 2rem;
}
body[wc-view-type="tb-l"] section.company_area div.flex_box div.company_text{
  padding-left: 3rem;
  padding-right: 3rem;
}
body[wc-view-type="pc"] section.company_area div.flex_box div.company_text{
  padding-left: calc(((100vw - 1100px) / 2) + 2rem);
  padding-right: 3rem;
  padding-top: 1rem;
  box-sizing: border-box;
}
section.company_area div.flex_box div.company_text > h1{
  font-size: 1.8rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.company_area div.flex_box div.company_text > h1{
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
section.company_area div.flex_box div.company_text > h1::after{
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 75%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 75%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body[wc-view-type="sp"] section.company_area div.flex_box div.company_text > h1::after{
  bottom: -0.5rem;
}
body[wc-view-type="sp"] section.company_area div.flex_box div.company_text > h1::after{  
  background: -moz-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body[wc-view-type="sp"] section.company_area div.flex_box div.company_text > h1{
  text-align: center;
  font-size: 1.5rem;
}
section.company_area div.flex_box div.company_text > p{
  line-height: 1.8rem;
}
section.company_area div.flex_box div.company_text div.btn{
  margin-top: 1rem;
}
section.company_area div.flex_box > figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.company_area div.flex_box > figure img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
/*受賞一覧*/
section.award{
  padding-bottom: calc(var(--headerHeight) * 1.5);
  background-color: #fff;
}
body[wc-view-type="sp"] section.award{
  padding-bottom: var(--headerHeight);
}
body:not([wc-view-type="sp"]) section.award div.flex_box{
  display: flex;
  flex-direction: row-reverse;
}
body:not([wc-view-type="sp"]) section.award div.flex_box div.recruit_text,
body:not([wc-view-type="sp"]) section.award div.flex_box > figure{
  width: 50%;
}
section.award div.flex_box div.recruit_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.award div.flex_box div.recruit_text{
  padding: 0 1rem;
}
body[wc-view-type="sp"] section.award div.flex_box div.recruit_text > p{
  padding: 0 1rem;
}
body[wc-view-type="sp"] section.award div.flex_box div.recruit_text div.btn{
  margin-top: 1rem;
}
body[wc-view-type="tb"] section.award div.flex_box div.recruit_text{
  padding-left: 2rem;
  padding-right: 2rem;
}
body[wc-view-type="tb-l"] section.award div.flex_box div.recruit_text{
  padding-left: 3rem;
  padding-right: 3rem;
}
body[wc-view-type="pc"] section.award div.flex_box div.recruit_text{
  padding-right: calc(((100vw - 1100px) / 2) + 2rem);
  padding-left: 3rem;
  padding-top: 1rem;
}
section.award div.flex_box div.recruit_text > h1{
  font-size: 1.8rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.award div.flex_box div.recruit_text > h1{
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
section.award div.flex_box div.recruit_text > h1::after{
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 75%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 75%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body[wc-view-type="sp"] section.award div.flex_box div.recruit_text > h1::after{
  bottom: -0.5rem;
}
body[wc-view-type="sp"] section.award div.flex_box div.recruit_text > h1::after{  
  background: -moz-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body[wc-view-type="sp"] section.award div.flex_box div.recruit_text > h1{
  text-align: center;
  font-size: 1.5rem;
}
section.award div.flex_box div.recruit_text div.btn{
  margin-top: 1rem;
}
section.award div.flex_box div.recruit_text > p{
  line-height: 1.8rem;
}
body[wc-view-type="sp"] section.award div.flex_box > figure{
  width: calc(100% - 2rem);
  margin: 1rem auto 0 auto;
}
section.award div.flex_box > figure picture{
  display: block;
  width: 100%;
  height: 100%;
}
section.award div.flex_box > figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*採用情報*/
section.recruit_area{
  padding-bottom: calc(var(--headerHeight) * 1.5);
  background-color: #fff;
}
body[wc-view-type="sp"] section.recruit_area{
  padding-bottom: var(--headerHeight);
}
body:not([wc-view-type="sp"]) section.recruit_area div.flex_box{
  display: flex;
}
body:not([wc-view-type="sp"]) section.recruit_area div.flex_box div.recruit_text,
body:not([wc-view-type="sp"]) section.recruit_area div.flex_box > figure{
  width: 50%;
}
section.recruit_area div.flex_box div.recruit_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.recruit_area div.flex_box div.recruit_text{
  padding: 0 1rem;
}
body[wc-view-type="sp"] section.recruit_area div.flex_box div.recruit_text > p{
  padding: 0 1rem;
}
body[wc-view-type="sp"] section.recruit_area div.flex_box div.recruit_text div.btn{
  margin-top: 1rem;
}
body[wc-view-type="tb"] section.recruit_area div.flex_box div.recruit_text{
  padding-left: 2rem;
  padding-right: 2rem;
}
body[wc-view-type="tb-l"] section.recruit_area div.flex_box div.recruit_text{
  padding-left: 3rem;
  padding-right: 3rem;
}
body[wc-view-type="pc"] section.recruit_area div.flex_box div.recruit_text{
  padding-left: calc(((100vw - 1100px) / 2) + 2rem);
  padding-right: 3rem;
  padding-top: 1rem;
  box-sizing: border-box;
}
section.recruit_area div.flex_box div.recruit_text > h1{
  font-size: 1.8rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.recruit_area div.flex_box div.recruit_text > h1{
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
section.recruit_area div.flex_box div.recruit_text > h1::after{
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 75%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 75%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body[wc-view-type="sp"] section.recruit_area div.flex_box div.recruit_text > h1::after{
  bottom: -0.5rem;
}
body[wc-view-type="sp"] section.recruit_area div.flex_box div.recruit_text > h1::after{  
  background: -moz-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body[wc-view-type="sp"] section.recruit_area div.flex_box div.recruit_text > h1{
  text-align: center;
  font-size: 1.5rem;
}
section.recruit_area div.flex_box div.recruit_text div.btn{
  margin-top: 1rem;
}
section.recruit_area div.flex_box div.recruit_text > p{
  line-height: 1.8rem;
}
body[wc-view-type="sp"] section.recruit_area div.flex_box > figure{
  width: calc(100% - 2rem);
  margin: 1rem auto 0 auto;
}
section.recruit_area div.flex_box > figure picture{
  display: block;
  width: 100%;
  height: 100%;
}
section.recruit_area div.flex_box > figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*お知らせ*/
section.news{
  padding: var(--headerHeight) 0;
  position: relative;
  z-index: 1;
  background-image: url("../img/pattern/example/type_01.webp");
  background-repeat: repeat;
  background-size: 300px 300px;
  background-position: center;
  width: 100vw;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.news{
  padding: var(--headerHeight) 1rem;
}
body[wc-view-type="tb"] section.news{
  padding: var(--headerHeight) 3rem;
}
section.news > h1{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.news > h1{
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
body[wc-view-type="tb"] section.news > h1{
  width: calc(100vw - 6rem);
  margin: 0 auto 2rem auto;
}
body[wc-view-type="tb-l"] section.news > h1,
body[wc-view-type="pc"] section.news > h1{
  width: 800px;
  margin: 0 auto 2rem auto;
}
section.news > h1::after{
  content: "";
  background: -moz-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  z-index: 1;
}
body[wc-view-type="sp"] section.news > h1::after{
  bottom: -0.5rem;
}
section.news > p{
  line-height: 1.8rem;
}
body[wc-view-type="sp"] section.news > p{
  padding: 0 1rem;
  margin-bottom: 1rem;
}
body[wc-view-type="tb"] section.news > p{
  padding: 0 1rem 1rem 1rem;
  text-align: center;
}
body[wc-view-type="tb-l"] section.news > p,
body[wc-view-type="pc"] section.news > p{
  text-align: center;
  margin-bottom: 1rem;
}
section.news div.news_box{
  width: 100%;
}
body[wc-view-type="tb-l"] section.news div.news_box,
body[wc-view-type="pc"] section.news div.news_box{
  width: 800px;
  margin: 0 auto;
}
section.news div.news_box > article{
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #000;
}
section.news div.news_box > article:nth-of-type(1){
  border-top: 1px solid #000;
}
section.news div.news_box > article a{
  display: block;
  padding-left: 150px;
  padding-right: 3rem;
  position: relative;
  z-index: 2;
  color: #000;
  text-decoration: none;
}
body[wc-view-type="sp"] section.news div.news_box > article a{
  padding-left: 100px;
}
section.news div.news_box > article a::after{
  content: "";
  width: 1.5rem;
  height: 0.45rem;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) skew(45deg);
}
section.news div.news_box > article a h1{
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.news div.news_box > article > time{
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
section.news div.btn{
  margin-top: 1rem;
}