.recruitment.index h2 {
  margin-bottom: 1rem;
}
.recruitment.index .btnArea {
  margin-bottom: 6rem;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .recruitment.index .btnArea {
    margin-bottom: 3rem;
    padding: 3rem;
  }
}
.recruitment.index .btnArea ul {
  width: 36rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruitment.index .btnArea ul {
    width: 24rem;
  }
}
.recruitment.index .btnArea ul li {
  box-shadow: -0.1rem -0.1rem 0.3rem #fff, 0.1rem 0.1rem 0.3rem #b0b0b0;
  border: 1px solid #f5f5f5;
  text-align: center;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.recruitment.index .btnArea ul li.green {
  background-image: linear-gradient(180deg, rgb(45, 187, 151), rgb(20, 122, 88));
}
.recruitment.index .btnArea ul li.blue {
  background-image: linear-gradient(180deg, rgb(76, 158, 212), rgb(25, 65, 157));
}
.recruitment.index .btnArea ul li a {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 2rem;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruitment.index .btnArea ul li a {
    height: 7rem;
  }
}
.recruitment.index .btnArea ul li a .inner span {
  display: inline;
  margin: 0 0.5rem;
}
.recruitment.index .recruitsite {
  width: 100%;
}
.recruitment.index .recruitsite h2 {
  margin-bottom: 3rem;
}
.recruitment.index .recruitsite a {
  width: 60%;
  margin: 0 auto;
  display: block;
  transition: opacity 0.3s;
  text-align: center;
  color: black;
}
@media screen and (max-width: 767px) {
  .recruitment.index .recruitsite a {
    width: 80%;
  }
}
.recruitment.index .recruitsite a:hover {
  opacity: 0.7;
}
.recruitment.index .recruitsite a ul.slick {
  border: 2px solid rgb(234, 234, 234);
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
.recruitment.index .recruitsite a h4 {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .recruitment.index .recruitsite a h4 {
    font-size: 1rem;
  }
}
.recruitment.index .recruitsite a h3 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .recruitment.index .recruitsite a h3 {
    font-size: 1.4rem;
  }
}
.recruitment.index .recruitsite a h3 p {
  line-height: 1;
}

body.recruitment01 main ul.oya {
  padding-left: 1.5rem;
}
body.recruitment01 main ul.oya li {
  margin-bottom: 1.5rem;
}
body.recruitment01 main ul.oya li a img {
  width: 22rem;
  margin: 0 auto;
  display: block;
}
body.recruitment01 main .osirase {
  padding-top: 3rem;
}
body.recruitment01 main .osirase .h5Wrap {
  margin-top: 1rem;
}
body.recruitment01 main .osirase .h5Wrap ul.schedule {
  padding-left: 2rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  body.recruitment01 main .osirase .h5Wrap ul.schedule {
    padding-left: 0;
  }
}
body.recruitment01 main .osirase .h5Wrap ul.schedule li {
  list-style: disc;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
body.recruitment01 main .osirase .h5Wrap ul.schedule li span {
  margin-right: 0.5rem;
  display: inline-block;
  width: 17rem;
}
body.recruitment01 main .osirase .flex {
  padding-top: 2rem;
}
body.recruitment01 main .osirase .flex .box {
  flex-basis: 47%;
  background-color: rgb(243, 243, 245);
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.3;
  border-radius: 0.5rem;
}
body.recruitment01 main .osirase .flex .box a {
  display: block;
  padding: 1rem 0;
  transition: all 0.3s;
  color: #000;
}
body.recruitment01 main .osirase .flex .box a p {
  margin-bottom: 0.5rem;
  display: block;
}
body.recruitment01 main .osirase .flex .box a p.name {
  font-weight: bold;
}
body.recruitment01 main .osirase .flex .box a p.url {
  font-size: 0.8rem;
  color: rgb(0, 111, 188);
}
body.recruitment01 main .osirase .flex .box a img {
  width: 12rem;
  margin-bottom: 0.5rem;
}
body.recruitment01 main .osirase .flex .box a:hover {
  background-color: rgb(231, 231, 231);
}
body.recruitment01 main ul.oya li.telA a {
  display: inline;
}
body.recruitment01 .offset1rem {
  padding-left: 2rem;
  display: block;
}

body.recruitment02 .box1 {
  margin-bottom: 3rem;
}
body.recruitment02 .box1 ol {
  list-style-position: outside;
  padding-left: 2rem;
}
body.recruitment02 .box1 ol li {
  margin-bottom: 0.8rem;
}
body.recruitment02 .referencedata {
  width: 100%;
  padding-top: 3rem;
}
body.recruitment02 .referencedata h4 {
  padding: 0 3rem 0 0 !important;
  margin: 0;
  border: 0 !important;
  font-weight: bold;
}
body.recruitment02 .referencedata .table {
  display: flex;
  align-items: stretch;
  margin-bottom: 0.5rem;
}
body.recruitment02 .referencedata .table .wrap {
  flex-basis: 20%;
}
body.recruitment02 .referencedata .table .wrap .th {
  border: 1px #999 solid;
  border-left: 0 #999 solid;
  height: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.recruitment02 .referencedata .table .wrap .td {
  height: 2rem;
  padding: 1rem;
  border-right: 1px #999 solid;
  border-bottom: 1px #999 solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.recruitment02 .referencedata .table .wrap .td {
    height: 3rem;
  }
}
body.recruitment02 .referencedata .table .wrap:first-child {
  flex-basis: 40%;
}
body.recruitment02 .referencedata .table .wrap:first-child .th,
body.recruitment02 .referencedata .table .wrap:first-child .td {
  text-align: center;
  border-left: 1px #999 solid;
}
body.recruitment02 .referencedata p.note {
  text-align: right;
}
body.recruitment02 ul.disc {
  list-style: disc;
  padding-left: 2rem;
}
body.recruitment02 ul.disc li span.subtt {
  font-weight: 500;
}
body.recruitment02 a.download {
  width: 25rem;
  display: block;
  margin: 0 auto;
}

ul.othersUl {
  list-style: outside;
  list-style-type: disc;
  padding-left: 3rem;
}
@media screen and (max-width: 999px) {
  ul.othersUl {
    padding-left: 1.2rem;
  }
}
ul.othersUl li {
  margin-bottom: 0.2rem;
}

a.ilb {
  display: inline-block !important;
  text-align: left !important;
  margin: 0 !important;
}

.announcement {
  margin-bottom: 4rem;
  line-height: 1.4;
}
.announcement h5 {
  margin-bottom: 0.5rem;
}
.announcement p {
  text-align: right;
}
.announcement .table {
  text-align: center;
  margin-bottom: 0.5rem;
}
.announcement .table .yaerWrap,
.announcement .table .valueWrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.announcement .table .yaerWrap .year,
.announcement .table .yaerWrap .value,
.announcement .table .valueWrap .year,
.announcement .table .valueWrap .value {
  flex-basis: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0;
}
.announcement .table .yaerWrap .year:first-child,
.announcement .table .yaerWrap .value:first-child,
.announcement .table .valueWrap .year:first-child,
.announcement .table .valueWrap .value:first-child {
  flex-basis: 40%;
  border-left: #d1d1d1 1px solid;
}
.announcement .table .yaerWrap .year,
.announcement .table .valueWrap .year {
  border-bottom: #d1d1d1 1px solid;
  border-right: #d1d1d1 1px solid;
  border-top: #d1d1d1 1px solid;
}
.announcement .table .yaerWrap .value,
.announcement .table .valueWrap .value {
  border-bottom: #d1d1d1 1px solid;
  border-right: #d1d1d1 1px solid;
}/*# sourceMappingURL=style.css.map */