@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  background: rgba(241, 214, 78, 0.25);
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px;
  text-align: center;
}
.main-visual {
  padding: 32px 0;
}
.accent {
  color: #e6a04b;
  font-weight: 700;
  font-size: 1.5rem;
}
.lead {
  font-size: 1.25rem;
}
.jobs table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.jobs th,
.jobs td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}
.jobs th {
  width: 24%;
  background: #f3f3f3;
}
.contact {
  margin-top: 24px;
}
.logo {
  width: min(100%, 400px);
  height: auto;
}
.icon-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 540px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.icon-strip img {
  max-width: 100%;
}
.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.inline-block {
  display: inline-block;
}
@media (max-width: 600px) {
  .lead {
    font-size: 1.125rem;
  }
}

.emphasis {
  font-weight: bold;
  font-size: 1.1em;
}

.tel {
  text-decoration: underline;
  color: #e6a04b;
  font-weight: bold;
  font-size: 1.5em;
}
.fz07em{
  font-size: 0.7em;
}

/* 260410 */
.note {
  position: relative;
  padding-left: 1em;
  text-align: left;
}
.note:before {
  position: absolute;
  content: "※";
  left: 0;
}
.footer-info-add {
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .footer-info-add {
    width: 100%;
  }
}
.footer-info-add .timetable {
  max-width: 460px;
  width: 100%;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .footer-info-add .timetable {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 320px) {
  .footer-info-add .timetable {
    font-size: 60%;
  }
}
.footer-info-add .timetable-block {
  display: flex;
  align-items: center;
}
.footer-info-add .timetable-block:not(:last-child) {
  border-bottom: 1px solid #aaa;
}
.footer-info-add .timetable-block h4 {
  width: 24%;
  font-weight: 500;
  padding: 15px 0;
}
.footer-info-add .timetable-block p {
  width: 10.8571428571%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-info-add .timetable-block .fz14 {
  letter-spacing: -0.3em;
}
@media screen and (max-width: 600px) {
  .footer-info-add .timetable-block .fz14 {
    font-size: 0.625rem;
  }
}
.footer-info-add .timetable-block .fz12 {
  font-size: 0.5625rem;
}
.footer-info-add .timetable-block span {
  position: relative;
  line-height: 1;
}
.footer-info-add .timetable-block .round:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: #E94B22;
  border-radius: 100%;
}
@media screen and (max-width: 320px) {
  .footer-info-add .timetable-block .round:before {
    width: 10px;
    height: 10px;
  }
}
.footer-info-add .timetable-block .line:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 11px;
  height: 2px;
  background: #999;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 320px) {
  .footer-info-add .timetable-block .line:before {
    width: 8px;
  }
}
.footer-info-add .timetable-block .triangle:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 11px;
  background: #E94B22;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
@media screen and (max-width: 320px) {
  .footer-info-add .timetable-block .triangle:before {
    width: 10px;
    height: 8px;
  }
}
.footer-info-add .note .triangle:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 11px;
  background: #E94B22;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}