@charset "UTF-8";
/* ------------------------------------------------------------
// design
------------------------------------------------------------ */
.recruit-page-title-img {
  background: url(../images/recruit/page-title-image.jpg) no-repeat center center/cover;
}

.index-contents-wrap {
  display: flex;
  width: 100%;
}
.index-contents-wrap .box {
  position: relative;
  width: 33.3333333333%;
  background: #cccccc;
}
.index-contents-wrap .box:nth-child(1) {
  background: #e8521d;
}
.index-contents-wrap .box:nth-child(2) {
  background: #f29600;
}
.index-contents-wrap .box:nth-child(3) {
  background: #00a99d;
}
.index-contents-wrap .box .title {
  text-align: center;
  width: 100%;
}
.index-contents-wrap .box .title .image {
  margin-bottom: 40px;
}
.index-contents-wrap .box .title .main-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 10px;
}
.index-contents-wrap .box .title .min-text {
  font-size: 14px;
  color: #cccccc;
  line-height: 1;
}
.index-contents-wrap .box p {
  color: #ffffff;
  margin: 40px 30px;
}
@media screen and (max-width: 767px) {
  .index-contents-wrap {
    flex-direction: column;
    margin: 0 0 100px;
  }
  .index-contents-wrap .box {
    width: 100%;
  }
  .index-contents-wrap .box .title .min-text {
    font-size: 13px;
  }
  .index-contents-wrap .box p {
    margin: 40px 20px 30px;
  }
}

.recruit-contact-box {
  text-align: center;
}
.recruit-contact-box .dot-box {
  display: inline-block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  background: #ffffff; /* 背景色 */
  background-image: radial-gradient(circle, #f9f8f9 1px, transparent 1px); /* ドット */
  background-size: 10px 10px; /* ドットの間隔 */
  border: 2px solid #cccccc;
  border-radius: 60px;
}
.recruit-contact-box .dot-box .recruit-contact-title {
  font-family: "Kiwi Maru", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
}
.recruit-contact-box .dot-box .recruit-contact-title span {
  display: block;
  font-family: "Signika", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #e8521d;
  margin-top: 10px;
}
.recruit-contact-box .dot-box .entry-box {
  display: flex;
  gap: 40px;
}
.recruit-contact-box .dot-box .entry-box .box {
  width: calc((100% - 40px) / 2);
}
.recruit-contact-box .dot-box .entry-box .box .entry-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 10px 15px;
  background: #f6f4f6;
  border-radius: 6px;
}
.recruit-contact-box .dot-box .entry-box .box .entry-tel span,
.recruit-contact-box .dot-box .entry-box .box .entry-tel a {
  font-size: 40px;
  line-height: 1.4;
}
.recruit-contact-box .dot-box .entry-box .box .entry-tel-name {
  font-size: 14px;
}
.recruit-contact-box .dot-box .entry-box .box .time-holiday {
  font-size: 16px;
  margin-top: 20px;
}
.recruit-contact-box .dot-box .link-button {
  padding: 0 30px;
}
.recruit-contact-box .dot-box .link-button a {
  margin: 0 auto;
}
@media print, screen and (max-width: 991px) {
  .recruit-contact-box .dot-box {
    padding: 40px 20px;
    border-radius: 10px;
  }
  .recruit-contact-box .dot-box .recruit-contact-title {
    font-size: 24px;
  }
  .recruit-contact-box .dot-box .recruit-contact-title span {
    font-size: 15px;
  }
  .recruit-contact-box .dot-box .entry-box {
    flex-direction: column;
    gap: 0;
  }
  .recruit-contact-box .dot-box .entry-box .box {
    width: 100%;
  }
  .recruit-contact-box .dot-box .entry-box .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .recruit-contact-box .dot-box .entry-box .box .entry-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .recruit-contact-box .dot-box .entry-box .box .entry-tel span,
  .recruit-contact-box .dot-box .entry-box .box .entry-tel a {
    font-size: 34px;
  }
  .recruit-contact-box .dot-box .entry-box .box .time-holiday {
    font-size: 14px;
  }
  .recruit-contact-box .dot-box .link-button {
    padding: 0;
  }
}