.recruit_page .block2 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruit_page .block2 {
    padding-bottom: 10.4167vw;
  }
}
@media screen and (max-width: 550px) {
  .recruit_page .block2 p br {
    display: none;
  }
}
.recruit_page .block2 .tit2 {
  text-align: left;
  position: relative;
  display: flex;
  align-items: baseline;
  font-size: 42px;
  padding-left: 5em;
}
.recruit_page .block2 .tit2 b {
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 4em;
  display: block;
  transform: translateY(-75%);
}
.recruit_page .block2 .tit2 b img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .recruit_page .block2 .tit2 {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .recruit_page .block2 .tit2 {
    font-size: 5.4688vw;
  }
}
@media screen and (max-width: 550px) {
  .recruit_page .block2 .tit2 {
    font-size: 4.5454vw;
  }
}
@media screen and (max-width: 440px) {
  .recruit_page .block2 .tit2 {
    font-size: 4.5454vw;
    flex-direction: column;
  }
}
.recruit_page .block2 .tit2 span {
  color: #e486aa;
  font-size: 64px;
  padding-left: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruit_page .block2 .tit2 span {
    font-size: 8.3333vw;
  }
}
@media screen and (max-width: 440px) {
  .recruit_page .block2 .tit2 span {
    font-size: 7.2727vw;
  }
}
.recruit_page .block2 .tit2.pl-0 {
  padding-left: 20px !important;
  font-size: 24px;
}
@media screen and (max-width: 550px) {
  .recruit_page .block2 .tit2.pl-0 {
    font-size: 5.0909vw;
  }
}
.recruit_page .rbox {
  max-width: 750px;
  margin: 0 auto;
  border: 1px solid #e486aa;
  box-shadow: 4px 4px 0 rgba(228, 134, 170, 0.2);
}
@media screen and (max-width: 550px) {
  .recruit_page .rbox {
    font-size: 3.6vw;
    padding: 5px 10px;
  }
}
.recruit_page .rbox span {
  color: #e486aa;
  padding-right: 0.5em;
}
.recruit_page .rbox p {
  text-align: left;
}
.recruit_page .rbox .lead {
  margin-bottom: 0;
}
.recruit_page .lead {
  margin-bottom: 30px;
}
.recruit_page dl {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #1C2288;
}
.recruit_page dl dt {
  font-size: 36px;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1;
  max-width: 8em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit_page dl dt {
    width: fit-content;
    padding-right: 1em;
    font-size: 4.6875vw;
  }
}
.recruit_page dl dd {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  flex: 1;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .recruit_page dl dd {
    font-size: 2.864583vw;
  }
}
.recruit_page .box_wrap {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .recruit_page .box_wrap {
    flex-direction: column;
    gap: 0;
  }
}
.recruit_page .box_wrap img {
  max-width: 100%;
  height: auto;
}
.recruit_page .box_wrap .box_contents {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  .recruit_page .box_wrap .box_contents {
    width: 100%;
  }
}
.recruit_page .box_wrap .box_contents .box {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .recruit_page .box_wrap .box_contents .box {
    gap: 10px;
    margin-bottom: 10px;
  }
}
.recruit_page .box_wrap .box_contents .box:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .recruit_page .box_wrap .box_contents .box:not(:last-child) {
    margin-bottom: 10px;
  }
}
.recruit_page .box_wrap .box_contents .box .hbox {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
  border: 5px solid #e486aa;
}
@media screen and (max-width: 768px) {
  .recruit_page .box_wrap .box_contents .box .hbox {
    padding: 5px 10px;
  }
}
.recruit_page .box_wrap .box_contents .box .hbox h4 {
  font-size: 20px;
  margin-bottom: auto;
  text-align: center;
}
.recruit_page .box_wrap .box_contents .box .hbox span {
  padding: 15px 30px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .recruit_page .box_wrap .box_contents .box .hbox span {
    padding: 0;
  }
}
.recruit_page .box_wrap .box_contents .box .hbox p {
  font-size: 24px;
  color: #e486aa;
  font-weight: bold;
  text-align: center;
}
.recruit_page .box_wrap .box_contents .box .fbox {
  width: 100%;
  border: 5px solid #e486aa;
  padding: 15px 30px;
}
.recruit_page .box_wrap .box_contents .box .fbox h4 {
  font-size: 20px;
  margin-bottom: auto;
  text-align: center;
}
.recruit_page .box_wrap .box_contents .box .fbox span {
  display: block;
  padding: 15px 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit_page .box_wrap .box_contents .box .fbox span {
    padding: 0;
  }
}
.recruit_page .box_wrap .box_contents .box .fbox .imgbox {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.recruit_page .box_wrap .box_contents .box .fbox .imgbox p {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #e486aa;
}
.recruit_page .box_wrap .box_contents .box .fbox .imgbox p span {
  font-size: 48px;
  font-weight: bold;
}
.recruit_page .box_wrap .box_contents .box .fbox .imgbox p span:first-child {
  color: #1c2288;
}
.recruit_page .box_wrap .box_contents .box .fbox .imgbox p span:last-child {
  color: #f00;
}
.recruit_page .box_wrap .box_contents .box .fbox .imgbox figure {
  width: 40%;
}
.recruit_page .box_wrap .box_contents .box .fbox .imgbox figure img {
  width: 65%;
}
.recruit_page .box_wrap .box_contents .box .fbox .imgbox figure figcaption {
  font-size: 24px;
  color: #e486aa;
  font-weight: bold;
  text-align: center;
}
.recruit_page .box_wrap.h_wrap {
  flex-direction: row;
}
@media screen and (max-width: 550px) {
  .recruit_page .box_wrap.h_wrap {
    flex-direction: column;
  }
}
.recruit_page .box_wrap.h_wrap > div {
  width: calc((100% - 30px) / 2);
  height: fit-content;
}
@media screen and (max-width: 550px) {
  .recruit_page .box_wrap.h_wrap > div {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .recruit_page .box_wrap.h_wrap .rbox {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 550px) {
  .recruit_page .box_wrap.h_wrap .rbox p {
    font-size: 3.6vw;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 550px) {
  .recruit_page .tit1 {
    font-size: 6.545454vw;
  }
}
.recruit_page .list2 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .recruit_page .list2 {
    margin-bottom: 6.5104vw;
  }
}
.recruit_page .list2 li {
  width: calc((100% - 30px) / 2);
}
.recruit_page .list2 li a {
  width: 100%;
  font-size: 24px;
  height: auto;
  display: block;
  border-radius: 5px;
  line-height: 1.4;
  color: #e486aa;
  border: 1px solid #e486aa;
  background: #FFF;
  padding: 15px 50px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit_page .list2 li a {
    padding: 1.302083vw 3.2552vw;
    font-size: 3.125vw;
  }
}/*# sourceMappingURL=include.css.map */