@charset "UTF-8";

/* =====================
   共　通
======================== */
#title_image {
  padding: 0;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 450px) {
}




/* =====================
   Marchandais
======================== */
#Marchandais {}
#Marchandais ul {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#Marchandais ul li {
  padding: 0;
  margin: 0 0.5%;
  width: 19%;
}
#Marchandais ul li a {
  display: block;
  position: relative;
  /* border: 1px solid #f00; */
}
#Marchandais ul li a::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-image: url(../images/common/open_in_new_black_24dp.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

#Marchandais ul li picture {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
#Marchandais ul li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Marchandais ul li h3 {
  text-align: left;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  #Marchandais ul li {
    width: 32%;
  }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
  #Marchandais ul li {
    width: 49%;
  }
}




/* =====================
   recruit
======================== */
#recruit {}
#recruit picture {
  margin-bottom: 25px;
}
#recruit dl {
  margin-bottom: 50px;
}
#recruit dl dt {
  padding-top: 15px;
  padding-left: 25px;
}
#recruit dl dd {
  padding: 20px 0;
  padding-left: 50px;
  margin: 0;
  border-bottom: 1px dashed #000;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#recruit dl dd span {
  display: inline-block;
  padding: 10px 20px;
  line-height: 1em;
  margin-right: 1%;
}
#recruit dl dd span.bk {
  background-color: #000;
  color: #fff;
}
#recruit dl dd span.name {
  font-size: 30px;
}

#recruit .company {
  padding-top: 45px;
  text-align: center;
}
#recruit .shopnamme {
  font-size: 30px;
}
#recruit .phone {
  border: 1px solid #000;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  width: 90%;
  max-width: 450px;
  margin: 25px auto;
}
#recruit .phone span {
  font-size: 50px;
  font-weight: bold;
}
#recruit .phone span::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/common/ico_tel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
  #recruit .phone span {
    font-size: 30px;
  }
  #recruit .phone span::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 450px) {
}





/* =====================
   Interview
======================== */
#Interview {}
#Interview ul {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#Interview ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 45px;
  width: 48%;
}
#Interview h2 small {
  margin-left: 0;
  font-size: 0.5em;
}
#Interview h3 {
  line-height: 1.4em;
  margin-bottom: 25px;
}
#Interview p {
  line-height: 1.8em;
  margin-bottom: 18px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  #Interview ul li {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
}





/* =====================
   btn_entry
======================== */
#btn_entry {
  padding-top: 0;
}