/* system
--------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
section {
  font-size: 27.2px;
  font-size: 1.7rem;
}

header .logo {
  width: auto;
}
header .logo p {
  color: #0E55C3;
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0.1em 0 0 0.75em;
}
header .logo img {
  width: auto;
  height: 30px;
}

.masterNav {
  background-color: #03A3EB;
  border: none;
}
.masterNav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.masterNav .container .schoolname-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 32px;
  font-size: 2rem;
}
.masterNav .container .schoolname-recruit .text-alphabet {
  font-size: 36.8px;
  font-size: 2.3rem;
  display: block;
  padding-bottom: 0px;
}
.masterNav .container .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.masterNav .container .button-box .sp-only {
  display: none;
}
.masterNav .container .button-box a {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 2px 15px 0;
  background: #ffffff;
  height: 24px;
  border-radius: 12px;
}

.page-title {
  position: relative;
  height: 250px;
  padding: 0;
}
.page-title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url("/manage/wp-content/themes/design/img/recruit/recruit_h2_back.jpg") repeat-x center center;
}
.page-title .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.page-title h1 {
  color: #0E55C3;
  font-size: 44.8px;
  font-size: 2.8rem;
  letter-spacing: 0.5em;
  padding: 0.75em 2em 0.65em 2.5em;
  margin: 0 auto;
  border: solid 2px #0E55C3;
}
.page-title .text-copy {
  text-align: center;
  color: #0E55C3;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
.page-title .pagelink-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.page-title .pagelink-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background: #0E55C3;
  padding: 0 25px 1px 20px;
  height: 36px;
  border-radius: 18px;
  -webkit-box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
          box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
}

.space5 {
  height: 5px;
}

.space10 {
  height: 10px;
}

.space15 {
  height: 15px;
}

.space20 {
  height: 20px;
}

.space25 {
  height: 25px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.space100 {
  height: 100px;
}

.space-none {
  margin-bottom: 0;
}

.position_center {
  display: grid;
  place-items: center;
}

.action-btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  color: #ffffff !important;
  height: 60px;
  line-height: 38px;
  width: 180px;
  border-radius: 10px;
  background-color: #ed5843;
  -webkit-box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
          box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
  font-size: 32px;
  font-size: 2rem;
  padding-bottom: 2px;
}
.action-btn01 a:hover {
  background-color: #e22612;
  opacity: 1;
}

.text-intro {
  font-size: 27.2px;
  font-size: 1.7rem;
  line-height: 1.8;
}

.text-red {
  color: #e31111;
}

.text-red-bold {
  color: #e31111;
  font-weight: 500;
}

.text-blue {
  color: #0E55C3;
}

.text-blue-bold {
  color: #0E55C3;
  font-weight: 500;
}

.title-dot {
  background: url("/manage/wp-content/themes/design/img/recruit/polka-dots.png") repeat-x center;
  height: 30px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.title-dot .title-text {
  display: inline-block;
  font-size: 33.6px;
  font-size: 2.1rem;
  color: #0E55C3;
  background: #ffffff;
  padding: 0 25px 2px;
}
.title-dot.spacesmall {
  margin-bottom: 20px;
}

.title-round {
  color: #ffffff;
  background: #03A3EB;
  height: 46px;
  width: 360px;
  border-radius: 0 23px 23px 0;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.square-button {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.square-button li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background: #0E55C3;
  font-size: 28.8px;
  font-size: 1.8rem;
  padding: 18px 40px 24px;
  border-radius: 15px;
  -webkit-box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
          box-shadow: 5px 4px 6px 0 rgba(76, 73, 72, .15);
}
.square-button li a .school-area {
  text-align: center;
}
.square-button li a .occupation {
  margin-top: 15px;
  display: block;
  color: #000;
  width: 100%;
  text-align: center;
  background: #ffffff;
  padding: 3px 20px 5px;
}

.yohaku {
  padding: 0 8%;
}

.yohaku2 {
  padding: 0 13%;
}

.workinfo-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 28.8px;
  font-size: 1.8rem;
}
.workinfo-box1 .work-place {
  color: #0E55C3;
  border: 1px solid #0E55C3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.workinfo-box1 .work-human {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.workinfo-box1 .work-human .text-small {
  font-size: 24px;
  font-size: 1.5rem;
}

.workinfo-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.workinfo-box2 .work-img {
  width: 250px;
}
.workinfo-box2 .work-message {
  width: calc(100% - 270px);
  background-color: #d9f1fc;
  border-radius: 10px;
  padding: 0 25px;
  line-height: 1.8;
  position: relative;
}
.workinfo-box2 .work-message .message-obi {
  color: #ffffff;
  background: #03A3EB;
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0 25px;
}
.workinfo-box2 .work-message .message-text {
  margin-top: 60px;
}

.work-message-box {
  background-color: #d9f1fc;
  border-radius: 10px;
  padding: 70px 25px 20px;
  line-height: 1.8;
  position: relative;
}
.work-message-box .human-obi {
  color: #ffffff;
  background: #03A3EB;
  position: absolute;
  top: 23px;
  left: 0;
  padding: 0 25px;
  font-size: 32px;
  font-size: 2rem;
}
.work-message-box .message-text {
  font-size: 25.6px;
  font-size: 1.6rem;
}

.question-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #03A3EB;
}
.question-box.last {
  border-bottom: none;
}
.question-box .img-question {
  width: 100px;
}
.question-box .ul-question {
  width: calc(100% - 140px);
  margin-top: 10px;
}
.question-box .ul-question li {
  line-height: 1.8;
}
.question-box .ul-question li.Q-box {
  position: relative;
  padding-left: 48px;
  font-size: 27.2px;
  font-size: 1.7rem;
}
.question-box .ul-question li.Q-box::before {
  content: url(/manage/wp-content/themes/design/img/recruit/btn-Q.png);
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  left: 5px;
  color: #ffffff;
  background: #0E55C3;
}
.question-box .ul-question li.A-box {
  position: relative;
  padding-left: 48px;
}
.question-box .ul-question li.A-box::before {
  content: url(/manage/wp-content/themes/design/img/recruit/btn-A.png);
  width: 32px;
  height: 32px;
  position: absolute;
  top: -3px;
  left: 5px;
}

.polka-dots {
  background: url("/manage/wp-content/themes/design/img/recruit/polka-dots-back.png") repeat center;
  padding-top: 30px;
  padding-bottom: 80px;
  text-align: center;
}
.polka-dots .comment-text {
  display: inline-block;
  font-size: 30.4px;
  font-size: 1.9rem;
  color: #0E55C3;
}

.ul-worklist {
  list-style: none;
}
.ul-worklist li {
  padding-left: 20px;
  position: relative;
  min-height: 30px;
}
.ul-worklist li::before {
  content: url(/manage/wp-content/themes/design/img/recruit/dot-mark.png);
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.work-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.work-flex .wf-image {
  width: 300px;
}
.work-flex .wf-contents {
  width: calc(100% - 340px);
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  section {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  section {
    font-size: 1.5rem;
  }
  header .logo p {
    font-size: 1.9rem;
    margin: 0.15em 0 0 0.5em;
  }
  header .logo img {
    height: 23px;
  }
  header .logo img {
    height: 19px;
  }
  .masterNav {
    margin-top: 5px;
  }
  .masterNav .container .schoolname-recruit {
    font-size: 1.8rem;
  }
  .masterNav .container .schoolname-recruit .text-alphabet {
    font-size: 2rem;
  }
  .masterNav .container .button-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    width: 100%;
    padding: 0 10px;
  }
  .page-title .pagelink-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .page-title .pagelink-button a {
    height: 30px;
    padding: 1px 25px 0 20px;
    width: 200px;
  }
  .title-round {
    height: 40px;
    width: 100%;
    border-radius: 0 20px 20px 0;
    padding-left: 10px;
    padding-bottom: 2px;
    font-size: 1.8rem;
  }
  .workinfo-box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .question-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .question-box .ul-question {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  header .school-info {
    height: 74px;
    padding-block: 0;
  }
  .masterNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 43px !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
  .masterNav {
    margin-top: 15px;
  }
  .masterNav .container .button-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .masterNav .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .masterNav .container .button-box .sp-only {
    display: block;
  }
  .masterNav .container .button-box li.li-line {
    border-bottom: 1px solid #fff;
  }
  .masterNav .container .button-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    height: 40px;
    width: 100%;
    border-radius: 20px;
  }
  .page-title .text-copy {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1360px) {
  .masterNav .container .schoolname-recruit .text-alphabet {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .masterNav .container {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}
@media screen and (max-width: 768px) {
  .masterNav .container {
    padding-left: 2%;
    padding-right: 2%;
  }
  .page-title .text-copy {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .workinfo-box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .workinfo-box2 .work-message {
    width: 100%;
  }
  .work-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
  .work-flex .wf-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .work-flex .wf-image img {
    max-width: 250px;
  }
  .work-flex .wf-contents {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .square-button.yohaku {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1080px) {
  .yohaku {
    padding: 0;
  }
  .yohaku2 {
    padding: 0 5%;
  }
}
/*# sourceMappingURL=maps/recruit.css.map */
