@import url("https://fonts.googleapis.com/css?family=Lato|Noto+Sans+JP:400,700&display=swap&subset=japanese");
#information .mainVisual {
  background-image: url(../../img/top/mainVisual_topBg.jpg);
}
@media screen and (min-width: 769px) {
  #information .mainVisual {
    background-size: 100% auto;
    height: 325px;
    background-position: 50% 25%;
  }
}
@media screen and (max-width: 768px) {
  #information .mainVisual {
    background-position: 71% 0;
    height: 200px;
    background-size: 100% auto;
  }
}
#information .underPage_mainTxt {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#information .underPage_mainTxt span {
  text-shadow: 2px 2px 0 #fff, 2px 0 0 #fff;
  position: relative;
  color: #1d1d1d;
}
#information .underPage_mainTxt span::after {
  position: absolute;
  bottom: .5rem;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #464646;
}
@media screen and (min-width: 769px) {
  #information .underPage_mainTxt {
    top: 10%;
  }
  #information .underPage_mainTxt span {
    font-size: 4.3rem;
    letter-spacing: 0.516rem;
  }
}
@media screen and (max-width: 768px) {
  #information .underPage_mainTxt {
    top: 15%;
    left: 1%;
  }
  #information .underPage_mainTxt span {
    font-size: 2.15rem;
    letter-spacing: 0.258rem;
  }
}
#information .btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #information .btns {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  #information .btns {
    padding: 6% 0;
  }
}
@media screen and (min-width: 769px) {
  #information .btns > li {
    width: 18.8%;
  }
  #information .btns > li:not(:nth-child(5n)) {
    margin-right: 1.5%;
  }
  #information .btns > li:not(:nth-child(n+7)) {
    margin-bottom: 1.5%;
  }
}
@media screen and (max-width: 768px) {
  #information .btns > li {
    width: 32.13333%;
  }
  #information .btns > li:not(:nth-child(3n)) {
    margin-right: 1.5%;
  }
  #information .btns > li:not(:nth-child(n+10)) {
    margin-bottom: 1.5%;
  }
}
#information .btns > li:nth-child(1) .btn, #information .btns > li:nth-child(2) .btn, #information .btns > li:nth-child(3) .btn, #information .btns > li:nth-child(4) .btn, #information .btns > li:nth-child(5) .btn, #information .btns > li:nth-child(6) .btn, #information .btns > li:nth-child(7) .btn, #information .btns > li:nth-child(8) .btn, #information .btns  > li:nth-child(9) .btn, #information .btns > li:nth-child(10) .btn, #information .btns > li:nth-child(11) .btn, #information .btns{
  font-size: 1.3rem;
  letter-spacing: -.05rem;
  line-height: 1;
  padding-top: 6%;
}
#information .btns > li .btn {
  text-align: center;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  #information .btns > li .btn {
    height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #information .btns > li .btn {
    height: 6rem;
    font-size: 1.45rem;
  }
}
#information .btns > li .btn::after {
  border-width: 1px 1px 0 0;
  width: 1.4rem;
  height: 1.4rem;
  right: 46.48%;
  top: 70%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#information .content_job {
  border: solid 4px #eff0f2;
}
#information .content_job .l-ttl_base,
#information .content_job .l-ttl_sub {
  text-align: left;
}
#information .content_job .job_img {
  border-radius: 7%;
}
@media screen and (min-width: 769px) {
  #information .content_job .job_img {
    max-width: 230px;
    margin-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  #information .content_job .job_img {
    margin-bottom: 2%;
  }
}
#information .content_job .job_detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
#information .content_job .job_detail dt:not(:last-of-type), #information .content_job .job_detail dd:not(:last-of-type) {
  border-bottom: solid 1px #fff;
}
#information .content_job .job_detail dt {
  background-color: rgba(0, 60, 130, 0.2);
  width: 10%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #information .content_job .job_detail dt {
    width: 10%;
  }
  #information .content_job .job_detail dt > span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #information .content_job .job_detail dt {
    width: 20%;
  }
  #information .content_job .job_detail dt > span {
    font-size: 1.4rem;
  }
}
#information .content_job .job_detail dt > span {
  font-weight: 700;
  color: #003c82;
  display: inline-block;
  line-height: 6rem;
}
#information .content_job .job_detail dd {
  padding: .7% 0 .7% 2%;
}
@media screen and (min-width: 769px) {
  #information .content_job .job_detail dd {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #information .content_job .job_detail dd {
    width: 80%;
  }
  #information .content_job .job_detail dd p {
    font-size: 1.4rem;
  }
}
#information .content_job .job_detail dd p {
  line-height: 1.5;
}
#information .content_job .job_detail dd p > span {
  position: relative;
}
#information .content_job .job_detail dd p > span::before {
  color: #003c82;
  padding: 0 3px;
  content: '\ff0b';
}
#information .content_job .contents_inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  #information .content_job .contents_inner {
    padding: 10.5vw 3vw;
  }
}
#information .content_job .contents_inner .btn_wrapper > .btn:not(:hover) {
  font-weight: 700;
  border-width: 2px;
  border-color: #003c82;
  color: #003c82;
}
#information .content_job .contents_inner .btn_wrapper > .btn:not(:hover)::after {
  border-color: #003c82;
}
@media screen and (min-width: 769px) {
  #information .content_job .contents_inner .btn_wrapper {
    position: absolute;
    right: 0;
    top: 7%;
    width: 280px;
    font-size: 2rem;
  }
  #information .content_job .contents_inner .btn_wrapper > .btn {
    line-height: 5rem;
  }
}
