@import url("https://fonts.googleapis.com/css?family=Lato|Noto+Sans+JP:400,700&display=swap&subset=japanese");
#top .mainVisual {
  background-image: url(../../img/top/mainVisual_topBg.jpg);
}
@media screen and (max-width: 768px) {
  #top .mainVisual {
    min-height: 200px;
  }
  #top .mainVisual img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sec_01 {
    overflow: hidden;
  }
}
.sec_01 div > p {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .sec_01 .flexbox_item {
    max-width: 515px;
  }
}
@media screen and (max-width: 768px) {
  .sec_01 .flexbox_item {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .sec_01_img {
    max-width: 335px !important;
  }
  .sec_01_img figure {
    margin-bottom: 30px;
    border-radius: 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec_01_img {
    max-width: 300vw !important;
    width: 300vw !important;
    overflow: hidden;
    clear: both;
    margin-left: -25vw;
  }
  .sec_01_img figure {
    width: 50vw;
    float: left;
    display: inline;
  }
}
.sec_01_img figure img {
  border-radius: 10px 30px;
  border: solid 2px #e70032;
}

@media screen and (min-width: 769px) {
  .sec_02 .bg_base {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .bg_base {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .flexbox_item {
    flex-basis: 25%;
  }
  .sec_02 .flexbox_item:nth-child(3n) {
    margin-right: 0 !important;
  }
  .sec_02 .flexbox_item:not(:nth-child(n+3)) {
    margin-bottom: 15px !important;
  }
  .sec_02 .flexbox_item:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .flexbox {
    flex-direction: row;
  }
  .sec_02 .flexbox_item {
    flex-basis: 40%;
  }
  .sec_02 .flexbox_item:not(:nth-child(2n)) {
    margin-right: 20px !important;
  }
  .sec_02 .flexbox_item:not(:nth-child(n+5)) {
    margin-bottom: 10px !important;
  }
  .sec_02 .flexbox_item:nth-child(n+5) {
    margin-bottom: 0 !important;
  }
}

.senior_voice_item {
  border: solid 3px #e70032;
}
.senior_voice_item > ul li.year {
  font-size: 1.5rem;
  color: #797979;
  line-height: 1;
}
.senior_voice_item > ul li.name {
  font-size: 2.8rem;
  font-weight: 500;
  padding: 20px 0;
  line-height: 1;
}
.senior_voice_item > ul li.department {
  font-size: 1.4rem;
  color: #fff;
  background-color: #003c82;
  width: 60%;
  margin: 0 auto 20px;
}

.sec_04 {
  border: solid 4px #e70032;
  margin-right: 4px;
  margin-bottom: 20px;
  -webkit-box-shadow: 4px 4px 0 #e70032;
  -moz-box-shadow: 4px 4px 0 #e70032;
  box-shadow: 4px 4px 0 #e70032;
}
.sec_04 .flexbox_item {
  position: relative;
  border: solid 3px #003c82;
  border-radius: 13px;
}
.sec_04 .recruit_box_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.sec_04 .recruit_box {
  margin-top: 165px;
  width: 100%;
  background-color: rgba(0, 60, 130, 0.6);
}
.sec_04 .recruit_box li {
  color: #fff;
}
.sec_04 .recruit_box li h4 {
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  position: relative;
}
.sec_04 .recruit_box li h4::after {
  content: '';
  width: 55px;
  height: 2px;
  position: absolute;
  left: calc(50% - 30px);
  bottom: -8px;
  background-color: #fff;
}
.sec_04 .recruit_box li.desc {
  margin: 2rem 0 1.5rem;
  font-size: 1.2rem;
  line-height: 1;
}
.sec_04 .recruit_box li.btns > .btn {
  font-size: 1rem;
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  padding: 1rem;
  line-height: 1;
  width: 160px;
  border-radius: 0;
}
.sec_04 .recruit_box li.btns > .btn::after {
  border-color: #fff;
  width: 8px;
  height: 8px;
}
.sec_04 .recruit_box li.btns > .btn:hover {
  background-color: #003c82;
  border-color: #003c82;
}
