/* CSS Document */
body{
  fontFamily : 'Mincho' !important;
}
span.opacity{
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
.wccolumnwrap .wcmaincolumn > *,
.wccolumnwrap .wccolumn:not(.wcmaincolumn){
  padding-left: 0 !important;
  padding-right: 0 !important;
}
main{
  width: 100vw !important;
  background-color: #fff;
}
/*コンテンツ*/
div.top_img{
  margin-top: calc(var(--headerHeight) * -1);
}
section.recruit_page{
  padding: var(--headerHeight) 0;
  background-image: url("../img/pattern/example/type_01.webp");
  background-repeat: repeat;
  background-size: 150px 150px;
  background-position: center;
  box-sizing: border-box;
}
body.safari section.recruit_page{
  background-image: url("../img/pattern/example/type_01.png");
}
body[wc-view-type="sp"] section.recruit_page{
  padding: var(--headerHeight) 1rem !important;
}
body[wc-view-type="tb"] section.recruit_page{
  padding: var(--headerHeight) 3rem !important;
}
body[wc-view-type="tb-l"] section.recruit_page{
  padding: var(--headerHeight) 5rem !important;
}
section.recruit_page > h1{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3rem;
}
body[wc-view-type="sp"] section.recruit_page > h1{
  font-size: 1.5rem;
}
body[wc-view-type="pc"] section.recruit_page div.recruit_box{
  width: 800px;
  margin: 0 auto;
}
section.recruit_page div.recruit_box{
  margin-bottom: var(--headerHeight) !important;
}
section.recruit_page div.recruit_box:last-child{
  margin-bottom: 0 !important;
}
section.recruit_page div.recruit_box > h3{
  border-bottom: 1px solid #000;
  font-size: 1.5rem;
  padding: 0 1rem;
  box-sizing: border-box;
  margin-bottom: 1.8rem;
  padding-bottom: 0.25rem;
}
body[wc-view-type="sp"] section.recruit_page div.recruit_box > h3{
  margin-bottom: 1rem;
}
section.recruit_page div.recruit_box dl{
  width: calc(100% - 2rem);
  margin: 0 auto 1rem auto;
}
body:not([wc-view-type="sp"]) section.recruit_page div.recruit_box dl{
  display: flex;
}
body[wc-view-type="sp"] section.recruit_page div.recruit_box dl{
  margin-bottom: 0;
}
section.recruit_page div.recruit_box dl dt,
section.recruit_page div.recruit_box dl dd{
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) section.recruit_page div.recruit_box dl dt{
  width: 120px;
  padding: 0.5rem 1rem;
}
body[wc-view-type="sp"] section.recruit_page div.recruit_box dl dt{
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) section.recruit_page div.recruit_box dl dd{
  width: calc(100% - 120px);
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  border-left: 1px solid #000;
}
body[wc-view-type="sp"] section.recruit_page div.recruit_box dl dd{
  width: 100%;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}
/*お問い合わせ*/
section.contact{
  width: 100vw;
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.contact{
  padding: var(--headerHeight) 1rem !important;
}
body[wc-view-type="tb"] section.contact{
  padding: var(--headerHeight) 5rem !important;
}
body[wc-view-type="tb-l"] section.contact{
  padding: var(--headerHeight) 8rem !important;
}
section.contact > h1{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
}
body[wc-view-type="sp"] section.contact > h1{
  font-size: 1.5rem;
}
section.contact > p{
  text-align: center;
  line-height: 1.8rem;
}
section.contact div.contact_box{
}
body:not([wc-view-type="sp"]) section.contact div.contact_box{
  display: flex;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
body[wc-view-type="sp"] section.contact div.contact_box{
  width: calc(100% - 2rem);
  margin: 0 auto;
}
body[wc-view-type="tb"] section.contact div.contact_box{
  margin-top: 1rem;
}
body[wc-view-type="tb-l"] section.contact div.contact_box{
  margin-top: 1rem;
}
body[wc-view-type="pc"] section.contact div.contact_box{
  width: 700px;
  margin: 1rem auto 0 auto;
  display: flex;
}
body:not([wc-view-type="sp"]) section.contact div.contact_box div.tel_block,
body:not([wc-view-type="sp"]) section.contact div.contact_box div.mail_block{
  width: 50%;
  padding:1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
body[wc-view-type="sp"] section.contact div.contact_box div.tel_block{
  padding: 1rem 0;
  border-top: 1px solid #000;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
body:not([wc-view-type="sp"]) section.contact div.contact_box div.tel_block{
  border-right: 1px solid #000;
}
section.contact div.contact_box div.tel_block div.tel > h3,
section.contact div.contact_box div.mail_block div.mail > h3{
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
section.contact div.contact_box div.mail_block div.mail > h3{
  margin-bottom: 1.5rem;
}
section.contact div.contact_box div.tel_block div.tel p{
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
section.contact div.contact_box div.tel_block div.tel p span{
  content: "受付時間";
  transform: translateY(-50%);
  background-color: #000;
  color: #fff;
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  line-height: 1em;
  clip-path: polygon(50% 0, 100% 15%, 100% 85%, 50% 100%, 0 85%, 0 15%);
  margin-right: 0.5rem;
}
section.contact div.contact_box div.tel_block div.tel a{
  display: table;
  padding-left: 3rem;
  position: relative;
  z-index: 1;
  font-size: 2rem;
  color: #000;
  text-decoration: none;
}
section.contact div.contact_box div.tel_block div.tel a::before{
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 3rem;
  height: 3rem;
  left: 0;
  top: 50%;
  background-color: #000;  
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  transform: translateY(-50%);
}
body:not([wc-view-type="sp"]) section.contact div.contact_box div.tel_block div.tel a{
  pointer-events: none;
}
section.contact div.contact_box div.mail_block div.mail{
}
body[wc-view-type="sp"] section.contact div.contact_box div.mail_block div.mail{
  padding: 1rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
section.contact div.contact_box div.mail_block div.mail div.contact_btn{
  display: table;
  margin: 0 auto;
}
section.contact div.contact_box div.mail_block div.mail div.contact_btn a{
  color: #000;
  font-size: 1.2rem;
  padding: 0.75rem 3.5rem 0.25rem 1.5rem;
  position: relative;
  z-index: 1;
  display: table;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
section.contact div.contact_box div.mail_block div.mail div.contact_btn a::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 2rem;
  height: 1px;
  background-color: #000;
  right: -0.3rem;
  bottom: 0.68rem;
  transform: rotate(45deg);
}
/*準備中です*/
div.junbi_text{
  padding: var(--headerHeight) 0;
  background-image: url("../img/pattern/example/type_01.webp");
  background-repeat: repeat;
  background-size: 150px 150px;
  background-position: center;
}
div.junbi_text > p{
  line-height: 2rem;
  font-size: 1.2rem;
  text-align: center;
}