/*
$serif: 'Noto Serif JP', serif;
$sansSerif: 'Noto Sans JP', sans-serif;
$sansSerifBold: 'Noto Sans JP', sans-serif;
$msSerif: 'Noto Serif JP', serif;
$msSansSerif: 'Noto Sans JP', sans-serif;
*/
.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

#msg {
  background: #eef3e9;
  padding: 1.2rem 0 1rem;
}
@media screen and (max-width: 768px) {
  #msg {
    padding: 0.5rem 0 0;
  }
}
#msg .inner {
  padding: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  #msg .inner {
    padding: 0 0.275rem;
  }
}
#msg .inner ul li {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 3.82rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #msg .inner ul li {
    flex-direction: column;
    justify-content: initial;
    align-items: initial;
    background: none !important;
    height: initial;
  }
  #msg .inner ul li:before {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
#msg .inner ul li:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #msg .inner ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
#msg .inner ul li:nth-child(1) {
  background-image: url("../images/recruit/img-msg01.jpg");
}
@media screen and (max-width: 768px) {
  #msg .inner ul li:nth-child(1):before {
    background-image: url("../images/recruit/img-msg01_sp.jpg");
  }
}
#msg .inner ul li:nth-child(2) {
  background-image: url("../images/recruit/img-msg02.jpg");
}
@media screen and (max-width: 768px) {
  #msg .inner ul li:nth-child(2):before {
    background-image: url("../images/recruit/img-msg02_sp.jpg");
  }
}
#msg .inner ul li:nth-child(3) {
  background-image: url("../images/recruit/img-msg03.jpg");
}
@media screen and (max-width: 768px) {
  #msg .inner ul li:nth-child(3):before {
    background-image: url("../images/recruit/img-msg03_sp.jpg");
  }
}
#msg .inner ul li div {
  background: #eef3e9;
  padding: 0.475rem 0.47rem 0.475rem;
  width: 5.5rem;
  margin-bottom: -0.475rem;
}
@media screen and (max-width: 768px) {
  #msg .inner ul li div {
    width: 100%;
    padding: 0.25rem 0 0.35rem;
    margin: 0 !important;
  }
}
#msg .inner ul li div span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.45rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1;
  color: #c5cdbd;
}
@media screen and (max-width: 768px) {
  #msg .inner ul li div span {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }
}
#msg .inner ul li div h3 {
  color: #5d6357;
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #msg .inner ul li div h3 {
    font-size: 0.15rem;
    margin-bottom: 0.125rem;
  }
}
#msg .inner ul li div p {
  color: #5d6357;
  font-size: 0.15rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #msg .inner ul li div p {
    font-size: 0.12rem;
  }
}
#msg .inner ul li:nth-child(odd) div {
  margin-right: 0.25rem;
}
#msg .inner ul li:nth-child(even) {
  justify-content: flex-start;
}
#msg .inner ul li:nth-child(even) div {
  margin-left: 0.25rem;
}

#overview {
  padding: 1rem 0 1rem;
}
@media screen and (max-width: 768px) {
  #overview {
    padding: 0.5rem 0 0.5rem;
  }
}
#overview .inner {
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  #overview .inner {
    padding: 0 0.275rem;
  }
}
#overview .inner dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-weight: 0.15rem;
  letter-spacing: 0.1em;
  color: #5d6357;
  font-size: 0.15rem;
  margin-top: 0.45rem;
}
@media screen and (max-width: 768px) {
  #overview .inner dl {
    margin-top: 0.25rem;
    background: #eef3e9;
    padding: 0.5rem 0.3rem;
  }
}
#overview .inner dl dt {
  width: 3rem;
  font-weight: 700;
  background: #eef3e9;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height: 0.6rem;
}
@media screen and (max-width: 768px) {
  #overview .inner dl dt {
    background: transparent;
    width: 100%;
    height: initial;
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
  }
}
#overview .inner dl dt span {
  width: 100%;
  display: flex;
  align-items: center;
  height: 0.6rem;
  border-bottom: 1px solid #696f63;
}
@media screen and (max-width: 768px) {
  #overview .inner dl dt span {
    height: initial;
    display: block;
    border: none;
  }
}
#overview .inner dl dt:nth-of-type(1) {
  display: flex;
  height: 0.85rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #overview .inner dl dt:nth-of-type(1) {
    height: initial;
  }
}
#overview .inner dl dt:nth-last-of-type(1) {
  height: 0.85rem;
}
@media screen and (max-width: 768px) {
  #overview .inner dl dt:nth-last-of-type(1) {
    height: initial;
  }
}
#overview .inner dl dt:nth-last-of-type(1) span {
  border: none;
}
#overview .inner dl dd {
  width: calc(100% - 3rem);
  background: #f7f9f3;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  height: 0.6rem;
}
@media screen and (max-width: 768px) {
  #overview .inner dl dd {
    background: transparent;
    width: 100%;
    height: initial;
    padding: 0;
    border-bottom: 1px solid #696f63;
    padding-bottom: 0.15rem;
    margin-bottom: 0.2rem;
  }
  #overview .inner dl dd:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}
#overview .inner dl dd span {
  width: 100%;
  display: flex;
  align-items: center;
  height: 0.6rem;
  border-bottom: 1px solid #c5ccbd;
}
@media screen and (max-width: 768px) {
  #overview .inner dl dd span {
    height: initial;
    border: none;
  }
}
#overview .inner dl dd:nth-of-type(1) {
  display: flex;
  height: 0.85rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #overview .inner dl dd:nth-of-type(1) {
    display: block;
    height: initial;
  }
}
#overview .inner dl dd:nth-last-of-type(1) {
  height: 0.85rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #overview .inner dl dd:nth-last-of-type(1) {
    display: block;
    height: initial;
  }
}
#overview .inner dl dd:nth-last-of-type(1) span {
  border: none;
}

.btnArea {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .btnArea {
    margin-top: 0;
    padding-bottom: 0.5rem;
    background: #eef3e9;
  }
}/*# sourceMappingURL=recruit.css.map */