@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol&family=New+Tegomin&family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Yuji+Syuku&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
}

.global_head {
  margin: 0;
}

.opening {
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  margin: 0 auto;
  padding: 0 0 48px 0;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .opening {
    padding: 0 10px 64px 10px;
    width: calc(100% - 20px);
  }
}
.opening__hero {
  width: 100%;
}
.opening__hero img {
  vertical-align: bottom;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .opening__salary {
    display: flex;
    gap: 40px;
  }
}
.opening__salary-block {
  padding: 0 10px;
  width: calc(100% - 20px);
}
@media only screen and (min-width: 768px) {
  .opening__salary-block {
    padding: 0;
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.opening__salary-head {
  font-feature-settings: "palt";
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
}
.opening__salary-amount, .opening__salary-amount-parttime {
  color: #ef0012;
  font-feature-settings: "palt";
  font-family: Impact, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-size: 16.6666666667vw;
  line-height: 0.9;
}
@media only screen and (max-width: 767px) {
  .opening__salary-amount, .opening__salary-amount-parttime {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .opening__salary-amount, .opening__salary-amount-parttime {
    font-size: 25vw;
  }
}
@media only screen and (min-width: 1350px) {
  .opening__salary-amount, .opening__salary-amount-parttime {
    font-size: 340px;
  }
}
.opening__salary-amount span, .opening__salary-amount-parttime span {
  color: #2b2b2b;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-size: 32px;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .opening__salary-amount span, .opening__salary-amount-parttime span {
    font-size: 48px;
  }
}
@media only screen and (max-width: 840px) {
  .opening__salary-amount span, .opening__salary-amount-parttime span {
    font-size: 32px;
  }
}
.opening__salary-comment {
  font-size: 16px;
}
.opening__salary-amount-parttime {
  font-size: 12vw;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .opening__salary-amount-parttime {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .opening__salary-amount-parttime {
    font-size: 15vw;
  }
}
@media only screen and (min-width: 1350px) {
  .opening__salary-amount-parttime {
    font-size: 200px;
  }
}
.opening__genre {
  background-color: #ef0012;
  box-sizing: border-box;
  color: #ffffff;
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 2px;
  margin: 15px 0 0;
  padding: 13px 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .opening__genre {
    font-size: 39.6px;
  }
}
.opening__read {
  background-color: #2b2b2b;
  box-sizing: border-box;
  color: #ffffff;
  font-feature-settings: "palt";
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0;
  padding: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .opening__read {
    font-size: 57.6px;
  }
}
.opening__benefit {
  margin: 32px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .opening__benefit {
    margin: 64px 0 0 0;
  }
}
.opening__benefit-head {
  background-color: #ef0012;
  box-sizing: border-box;
  color: #ffffff;
  font-feature-settings: "palt";
  font-size: 22px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1px;
  line-height: 50px;
  padding: 0 1rem;
  width: 100%;
}
.opening__benefit-table {
  font-size: 13px;
  margin: 8px 0 0 0;
  padding: 0 5px;
  width: calc(100% - 10px);
}
@media only screen and (min-width: 768px) {
  .opening__benefit-table {
    font-size: 16px;
    padding: 0;
    width: 100%;
  }
}
.opening__benefit-table dl {
  display: flex;
  margin: 0 0 3px 0;
}
.opening__benefit-table dt {
  align-items: center;
  background-color: #f5f5f5;
  box-sizing: border-box;
  display: flex;
  font-feature-settings: "palt";
  font-weight: 600;
  justify-content: center;
  letter-spacing: 1px;
  margin: 0;
  padding: 15px 0;
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .opening__benefit-table dt {
    padding: 25px 0;
    width: 250px;
  }
}
.opening__benefit-table dd {
  background-color: #fafafa;
  border-left: 3px solid #ffffff;
  box-sizing: border-box;
  margin: 0;
  padding: 15px 1rem;
  width: calc(100% - 100px);
}
@media only screen and (min-width: 768px) {
  .opening__benefit-table dd {
    padding: 25px 1rem;
    width: calc(100% - 250px);
  }
}
.opening__benefit-table dd span {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .opening__benefit-table dd span {
    font-size: 16px;
  }
}
.opening__benefit-table ul {
  padding: 0 0 0 1rem;
}
@media only screen and (min-width: 768px) {
  .opening__benefit-table ul {
    padding: 0 0 0 1.5rem;
  }
}
.opening__benefit-table li {
  line-height: 1.8;
}
.opening__benefit-comment {
  font-size: 10px;
  margin: 3px 0;
}
@media only screen and (min-width: 768px) {
  .opening__benefit-comment {
    font-size: 16px;
  }
}
.opening__benefit-large {
  font-weight: bold;
  color: #ef0012;
  margin: 5px 0;
}
.opening__interview-message {
  align-items: center;
  background-color: #2b2b2b;
  color: #ffffff;
  display: flex;
  font-feature-settings: "palt";
  font-size: 17.6px;
  justify-content: center;
  letter-spacing: 1px;
  margin: 32px 0 0 0;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .opening__interview-message {
    font-size: 22px;
    margin: 64px 0 0 0;
  }
}
.opening__interview-comment {
  align-items: center;
  border: 1px solid #2b2b2b;
  box-sizing: border-box;
  display: flex;
  font-feature-settings: "palt";
  font-size: 17.6px;
  justify-content: center;
  line-height: 1.8;
  margin: 48px auto 0 auto;
  padding: 20px;
  text-align: center;
  width: calc(100% - 20px);
}
@media only screen and (min-width: 768px) {
  .opening__interview-comment {
    margin: 64px auto 0 auto;
    font-size: 22px;
  }
}
.opening__apply {
  margin: 48px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .opening__apply {
    margin: 64px 0 0 0;
  }
}
.opening__apply a {
  background-color: #ef0012;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 22px;
  font-weight: 600;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  width: 100%;
  max-width: 320px;
}
@media only screen and (min-width: 768px) {
  .opening__apply a {
    max-width: 600px;
  }
}
.opening__inquiry {
  margin: 48px auto 0 auto;
  width: calc(100% - 20px);
}
.opening__inquiry ul {
  box-sizing: border-box;
  border-top: 1px solid #2b2b2b;
  border-left: 1px solid #2b2b2b;
  font-size: 13px;
  margin: 8px 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .opening__inquiry ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.opening__inquiry li {
  border-bottom: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  box-sizing: border-box;
  list-style: none;
  padding: 1rem;
}
.opening__inquiry li:nth-child(even) {
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .opening__inquiry li:nth-child(even) {
    width: calc(100% - 250px);
  }
}
@media only screen and (min-width: 768px) {
  .opening__inquiry li:nth-child(odd) {
    width: 250px;
  }
}
.opening__inquiry li .phone::before {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"  width="24"  height="24"  viewBox="0 0 24 24"  fill="none"  stroke="%232B2B2B"  stroke-width="2"  stroke-linecap="round"  stroke-linejoin="round"  class="icon icon-tabler icons-tabler-outline icon-tabler-phone"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 0 5px 0 0;
  transform: translateY(2px);
  width: 18px;
}
.opening__inquiry-head {
  font-size: 17.6px;
}
@media only screen and (min-width: 768px) {
  .opening__inquiry-head {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.local-nav {
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
  display: flex;
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  .local-nav {
    margin: 40px 0 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 15px;
  }
}
.local-nav__item {
  width: calc((100% - 20px) / 4);
}
@media only screen and (max-width: 767px) {
  .local-nav__item {
    width: 120px;
  }
  .local-nav__item:nth-of-type(4) a {
    font-size: 0.8rem;
  }
}
.local-nav a {
  display: block;
  border: 3px solid #e60012;
  color: #e60012;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  height: 45px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .local-nav a {
    height: 35px;
    font-size: 0.85rem;
    align-items: flex-start;
    padding: 7px 0 0;
  }
}
.local-nav a:hover {
  background-color: #f1f1f1;
}
.local-nav a::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2.5px solid #ef0012;
  border-right: 2.5px solid #ef0012;
  rotate: 45deg;
  translate: 0 -50%;
  right: 20px;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .local-nav a::after {
    width: 5px;
    height: 5px;
    bottom: 0;
    left: 50%;
    translate: -50% 5px;
  }
}

.opening__benefit-head {
  -o-border-image: linear-gradient(#ef0012 0 0) 0//0 100lvi;
     border-image: linear-gradient(#ef0012 0 0) fill 0//0 100lvi;
}

.schedule {
  -o-border-image: linear-gradient(#fff5f5 0 0) 0//0 100lvi;
     border-image: linear-gradient(#fff5f5 0 0) fill 0//0 100lvi;
  margin-top: 80px;
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  .schedule {
    padding: 40px 15px;
  }
}
.schedule__ttl {
  color: #e60012;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .schedule__ttl {
    font-size: 1.7rem;
  }
}
.schedule__lead {
  text-align: center;
  margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .schedule__lead {
    margin: 0 0 30px;
    font-size: 0.9rem;
  }
}
.schedule__nav {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  .schedule__nav {
    margin: 0 0 30px;
    gap: 0 10px;
  }
}
.schedule__nav-item a {
  background-color: #e60012;
  color: #fff;
  font-weight: 600;
  width: 300px;
  height: 60px;
  border-radius: 99px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .schedule__nav-item a {
    width: 120px;
    height: 50px;
    font-size: 0.8rem;
    line-height: 1.2;
  }
}
.schedule__nav-item a.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  background: #e60012;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media only screen and (max-width: 767px) {
  .schedule__nav-item a.is-active::after {
    width: 15px;
  }
}
.schedule__block {
  background-color: #fff;
  border: 3px solid #e60012;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 30px;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .schedule__block {
    padding: 35px 25px;
  }
}
.schedule__block[hidden] {
  display: none;
}
.schedule__block:not([hidden]) {
  opacity: 1;
}
.schedule__block-ttl {
  color: #e60012;
  border-radius: 99px;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .schedule__block-ttl {
    font-size: 1.3rem;
    margin: 0 0 30px;
  }
}
.schedule__content {
  display: grid;
  gap: 0 50px;
  grid-template-columns: 330px 1fr;
}
@media only screen and (max-width: 767px) {
  .schedule__content {
    grid-template-columns: auto;
    gap: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  .schedule__pic {
    width: 75%;
    margin: 0 auto;
  }
}
.schedule__pic img {
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
}
.schedule__list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fcfcfc;
  padding: 30px;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .schedule__list {
    padding: 25px 20px;
    border-radius: 20px;
  }
}
.schedule__item {
  padding-bottom: 45px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .schedule__item {
    padding-bottom: 35px;
  }
}
.schedule__item::before, .schedule__item::after {
  content: "";
  display: block;
  position: absolute;
}
.schedule__item::before {
  top: 0;
  left: 54px;
  width: 2px;
  height: 100%;
  background: #ddd;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .schedule__item::before {
    left: 40px;
  }
}
.schedule__item::after {
  top: -8px;
  left: 54px;
  width: 2px;
  height: 50px;
  background: #fff;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .schedule__item::after {
    top: -5px;
    left: 40px;
    height: 40px;
  }
}
.schedule__item:last-of-type {
  padding-bottom: 0;
}
.schedule__item:last-of-type::before {
  height: 20px;
}
.schedule__item-box {
  display: flex;
  gap: 0 30px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .schedule__item-box {
    gap: 0 20px;
  }
}
.schedule__time {
  font-family: "Roboto";
  background-color: #e60012;
  color: #fff;
  border-radius: 99px;
  width: 120px;
  height: 35px;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .schedule__time {
    width: 80px;
    height: 30px;
    font-size: 0.85rem;
  }
}
.schedule__detail {
  margin: 0;
  width: calc(100% - 100px);
  padding-top: 3px;
}
@media only screen and (max-width: 767px) {
  .schedule__detail {
    width: calc(100% - 80px);
  }
}
.schedule__item-ttl {
  font-weight: 600;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .schedule__item-ttl {
    font-size: 0.9rem;
  }
}
.schedule__text {
  color: #666;
  margin: 15px 0 0;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .schedule__text {
    margin: 10px 0 0;
    font-size: 0.85rem;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .midonly {
    display: none;
  }
}/*# sourceMappingURL=style-test.css.map */