@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap");
.numbertxt {
  font-family: "Poppins", sans-serif;
}

.jobtune {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(10%, white), color-stop(90%, white), color-stop(90%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), url("../img/food-bg-1.png"), url("../img/food-bg-2.png"), url("../img/dot-bg.png");
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, white 10%, white 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%), url("../img/food-bg-1.png"), url("../img/food-bg-2.png"), url("../img/dot-bg.png");
  background-position: center top,left -4% top 0%,right -4% top 0%, left top;
  background-repeat: repeat,repeat-y,repeat-y,repeat;
  background-size: auto auto,340px auto,340px auto, auto auto;
  background-attachment: scroll,fixed,fixed,scroll;
}

.jobtune__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  background-color: #fff;
}

.jobtune__mainimage {
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
}

.jobtune__topread {
  margin: 0 0 60px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  color: #ea0520;
}

.jobtune__menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.jobtune__menulist .menuelem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  padding: 15px 30px 75px;
  margin: 0 0 45px;
  position: relative;
  list-style-type: none;
  background-color: #fff;
  border-radius: 20px;
  border: 6px solid #fbe700;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.15);
  counter-increment: number;
  /*&::before {
				content: counter(number);				
				position: absolute;
				left: -15px;
				top: -20px;
				font-family: "Poppins", sans-serif;
				font-size: 4.6rem;
				font-weight: 600;
				width: 80px;
				height: 80px;
				line-height: 80px;
				background-color: $redcolor;
				border-radius: 50%;
				text-align: center;				
				color: #fff;
				z-index: 1;
			}*/
}

.jobtune__menulist .menuelem .menuphoto {
  padding: 0;
  margin: 0 auto 20px;
  text-align: center;
}

.jobtune__menulist .menuelem .menuname {
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.2;
  text-align: center;
}

.jobtune__menulist .menuelem .menuname strong {
  display: inline-block;
  padding: 0 0 8px;
  margin: 0 auto;
  position: relative;
  font-weight: 700;
  font-size: 2.2rem;
  border-bottom: 3px solid #ea0520;
}

.jobtune__menulist .menuelem .menuname strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #ea0520;
  z-index: 1;
}

.jobtune__menulist .menuelem .readtxt {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.8rem;
}

.jobtune__menulist .menuelem .btnbox {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 280px;
}

.jobtune__menulist .menuelem a.btnstyle {
  display: block;
  padding: 15px 45px 15px 30px;
  margin: 0;
  position: relative;
  width: 100%;
  background-color: #ea0520;
  border-radius: 25px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.jobtune__menulist .menuelem a.btnstyle::before, .jobtune__menulist .menuelem a.btnstyle::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jobtune__menulist .menuelem a.btnstyle::before {
  right: 22px;
  width: 20px;
  height: 20px;
  background-color: #bb041a;
  border-radius: 50%;
  z-index: 1;
}

.jobtune__menulist .menuelem a.btnstyle::after {
  right: 26px;
  width: 8px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 2;
}

.jobtune__menulist .menuelem a.btnstyle:hover {
  color: #fbe700;
}

.jobtune__menulist .menuelem a.btnstyle:hover::after {
  background-color: #fbe700;
}

.jobtune__menulist--extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px 0 auto;
}

.jobtune__menulist--extra .menuelem::before {
  content: "番外編";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
  margin: 0;
  padding: 10px 30px;
  width: auto;
  height: auto;
  font-family: "Noto Sans JP", "Open Sans", "Helvetica Neue", Helvetica, Avenir, Arial, Verdana, Roboto, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: .15em;
  border-radius: 25px;
}

.jobtune__storebtn {
  display: block;
  margin: 50px auto 20px;
  padding: 0;
  max-width: 380px;
  text-align: center;
}

.jobtune__storebtn .button {
  width: 100%;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767.9px) {
  .jobtune {
    background-image: url("../img/dot-bg.png");
    background-position: left top;
    background-repeat: repeat;
    background-size: 15px auto;
    background-attachment: scroll;
    padding: 0 5%;
  }
  .jobtune .posmenu {
    display: none;
  }
  .jobtune .contentsbody {
    padding: 35px 15px;
  }
  .jobtune__container {
    width: 100%;
    max-width: 650px;
    padding: 0;
  }
  .jobtune__mainimage {
    margin: 0 auto 0;
  }
  .jobtune__topread {
    margin: 0 0 45px;
    font-size: 2rem;
    text-align: left;
  }
  .jobtune__menulist {
    display: block;
    width: 100%;
  }
  .jobtune__menulist .menuelem {
    max-width: 580px;
    padding: 15px 15px 15px;
    margin: 0 0 45px;
    border-radius: 15px;
    border-width: 4px;
    /*&::before {
					left: -10px;
					top: -15px;
					font-size: 3.6rem;
					width: 60px;
					height: 60px;
					line-height: 60px;
				}*/
  }
  .jobtune__menulist .menuelem .menuphoto {
    margin: 0 auto 15px;
  }
  .jobtune__menulist .menuelem .menuname {
    margin: 0 auto 15px;
  }
  .jobtune__menulist .menuelem .menuname strong {
    padding: 0 0 7px;
    font-size: 1.8rem;
  }
  .jobtune__menulist .menuelem .readtxt {
    font-size: 1.6rem;
  }
  .jobtune__menulist .menuelem .btnbox {
    position: static;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    max-width: 300px;
  }
  .jobtune__menulist .menuelem a.btnstyle {
    font-size: 1.8rem;
    border-radius: 24px;
  }
  .jobtune__storebtn {
    margin: 35px auto 15px;
    max-width: 360px;
  }
  .jobtune__storebtn .button {
    font-size: 1.8rem;
  }
}
