@charset "UTF-8";

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal
}

dd, dt, h1, h2, h3, h4, h5, h6, li, p, span, td, th, ul {
  font-size: 1em;
  line-height: 1;
  font-weight: 500
}

ul li {
  list-style: none
}

article, aside, figcaption, figure, footer, header, nav, section {
  display: block
}

section {
  line-height: 0
}

img {
  max-width: 100%;
  height: auto;
}

a {
  display: block;
  transition: all 0.5s ease;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  line-height: 1
}

b {
  font-weight: 600
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 100%;
  box-sizing: border-box
}

button {
  cursor: pointer;
  text-align: center;
  transition: all 0.5s ease
}

*, :after, :before {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

:focus {
  outline: none
}

@media screen and (max-width: 768px){
  .pc_area{
    display:none!important;
  }
  .sp_area{
    display:block!important;
  }
}

body {
  background-color: #ffffff;
  background-image: url(../img/img_nikukyu.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left -30px bottom 10px;
  font-family: "Noto Sans JP", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
header {
  background: linear-gradient(90deg, #FF9933 0%, #FF7166 100%);
  color: #ffffff;
  padding: 8px 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header img#Logo {
  object-fit: cover;
  width: auto;
  height: 32px;
}
header button img.Close {
  object-fit: cover;
  width: auto;
  height: 24px;
}
.Container {
  /*background-color: #ffffff;*/
  padding: 40px 16px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
h1 {
  font-size: x-large;
  color: #333333;
  text-align: center;
  margin-bottom: 32px;
}
h1 span.Marker {
    background: linear-gradient(transparent 70%, #FFDFDC 50%);
    font-weight: 700;
}
.ButtonList{
  margin: 0 auto;
  display: grid;
  gap: 24px;
  margin-bottom: 40px;
}
.ButtonBox {
  width: 343px;
  height: 120px;
  color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 8px;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.16));
  position: relative;
}
.ButtonBox a {
  display: block;
}
h2 {
  font-size: medium;
  font-weight: 700;
}
p.FontEnglish {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  opacity: 60%;
}
/*新卒採用*/
.NewGraduate {
  background-image: url(../img/img_newgraduate.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.NewGraduate_Title {
  background: linear-gradient(90deg, #57F2BB 0%, #3DCC90 100%);
  padding: 10px 4px;
  width: 152px;
  height: auto;
  text-align: center;
  display: grid;
  gap: 3px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*キャリア採用*/
.Career {
  background-image: url(../img/img_career.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.Career_Title {
  background: linear-gradient(90deg, #FF91D1 0%, #FF59BA 100%);
  padding: 10px 4px;
  width: 152px;
  height: auto;
  text-align: center;
  display: grid;
  gap: 3px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*店舗スタッフ採用*/
.Staff {
  background-image: url(../img/img_staff.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.Staff_Title {
  background: linear-gradient(90deg, #FF9933 0%, #FF7166 100%);
  padding: 10px 4px;
  width: 152px;
  height: auto;
  text-align: center;
  display: grid;
  gap: 3px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
p.Arrow {
  background-image: url(../img/img_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 24px;
  position: absolute;
  right: 4px;
  bottom: 0;
}

.LinkBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}
.LinkBox a {
  color: #FF7166;
  font-size: medium;
  font-weight: 700;
  padding-right: 16px;
  padding-bottom: 10px;
  border-bottom: solid #FF7166 1px;
  position: relative;
}
.LinkBox a span.LinkArrow {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #ff7166;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
  transform: rotate(-45deg);
}

footer {
  width: 100%;
  text-align: center;
  font-size: x-small;
  padding: 16px;
  background-color: #333333;
  color: #CCCCCC;
  position: fixed;
  bottom: 0;
}
footer img {
  width: 58px;
  height: 56px;
  position: absolute;
  right: 12px;
  top: -44px;
}