@charset "UTF-8";
@media screen and (max-width: 750px) {
  #recruit_top .fancybox__nav {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #recruit_top .fancybox__nav .f-button.is-prev,
  #recruit_top .fancybox__nav .f-button.is-next {
    top: auto;
    -webkit-transform: inherit;
            transform: inherit;
    bottom: 5vw;
  }
  #recruit_top .fancybox__nav .f-button.is-prev::after,
  #recruit_top .fancybox__nav .f-button.is-next::after {
    width: 8.33vw;
    height: 8.33vw;
  }
}

.wide_copy_wrap {
  position: relative;
  width: 1170px;
  margin: 0 auto;
  padding: 200px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wide_copy_wrap h2 {
  width: 900px;
  line-height: 0;
  line-height: 0;
  margin: 0 auto 110px auto;
}
.wide_copy_wrap div {
  width: 36.7%;
  margin-left: 5.7%;
}
.wide_copy_wrap div h3 {
  font-size: 28px;
  color: #0064AF;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.wide_copy_wrap figure {
  width: 51.2%;
}
@media screen and (max-width: 1160px) {
  .wide_copy_wrap {
    width: 100.86vw;
    padding: 17.24vw 0;
  }
  .wide_copy_wrap h2 {
    width: 77.59vw;
    margin: 0 auto 9.48vw auto;
  }
  .wide_copy_wrap div h3 {
    font-size: 2.41vw;
  }
}
@media screen and (max-width: 750px) {
  .wide_copy_wrap {
    width: 86.67vw;
    margin: 0 auto;
    padding: 22.22vw 0;
  }
  .wide_copy_wrap h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0 auto 11.11vw auto;
  }
  .wide_copy_wrap div {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-left: 0;
  }
  .wide_copy_wrap div h3 {
    font-size: 5.56vw;
  }
  .wide_copy_wrap figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 9.72vw;
  }
}

.recruit_list_wrap {
  position: relative;
  width: 1200px;
  border-radius: 10px;
  padding: 80px 70px 100px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 170px auto;
  background: #EFF5FB;
}
.recruit_list_wrap h2 {
  text-align: center;
  color: #0064AF;
  font-size: 28px;
  line-height: 1.7em;
  margin-bottom: 25px;
}
.recruit_list_wrap .recruit_list_copy {
  text-align: center;
  font-size: 18px;
  margin-bottom: 90px;
}
.recruit_list_wrap .more_btn {
  margin-bottom: 140px;
}
.recruit_list_wrap .more_btn span::before {
  top: calc(50% - 11px);
}
.recruit_list_wrap .more_btn span::after {
  top: calc(50% - 5px);
}
@media screen and (max-width: 1260px) {
  .recruit_list_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1160px) {
  .recruit_list_wrap {
    border-radius: 0.86vw;
    padding: 6.9vw 6.03vw 8.62vw 6.03vw;
    margin: 0 auto 14.66vw auto;
  }
  .recruit_list_wrap h2 {
    font-size: 2.41vw;
    margin-bottom: 2.16vw;
  }
  .recruit_list_wrap .recruit_list_copy {
    font-size: 1.55vw;
    margin-bottom: 7.76vw;
  }
  .recruit_list_wrap .more_btn {
    margin-bottom: 12.07vw;
  }
  .recruit_list_wrap .more_btn span::before {
    top: calc(50% - 0.94vw);
  }
  .recruit_list_wrap .more_btn span::after {
    top: calc(50% - 0.43vw);
  }
}
@media screen and (max-width: 750px) {
  .recruit_list_wrap {
    width: 93.89vw;
    border-radius: 2.78vw;
    padding: 13.89vw 3.61vw 13.89vw 3.61vw;
    margin: 0 auto 22.22vw auto;
    background: #EFF5FB;
  }
  .recruit_list_wrap h2 {
    font-size: 6.11vw;
    margin-bottom: 8.33vw;
  }
  .recruit_list_wrap .recruit_list_copy {
    font-size: 5vw;
    margin-bottom: 16.67vw;
  }
  .recruit_list_wrap .more_btn {
    margin-bottom: 22.22vw;
  }
  .recruit_list_wrap .more_btn span::before {
    top: calc(50% - 3.06vw);
  }
  .recruit_list_wrap .more_btn span::after {
    top: calc(50% - 1.39vw);
  }
}

.recruit_list1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 75px;
}
.recruit_list1 article {
  background: #FFF;
  width: 31.3%;
  margin: 0 2.7% 2.7% 0;
  padding: 43px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit_list1 article:nth-child(3n) {
  margin-right: 0;
}
.recruit_list1 article h3 {
  font-size: 20px;
  padding-bottom: 40px;
  line-height: 1.45em;
  color: #0064AF;
}
.recruit_list1 article p {
  font-size: 14px;
  margin: 0 0 40px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.recruit_list1 article .arrow_btn {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1160px) {
  .recruit_list1 {
    margin-bottom: 6.47vw;
  }
  .recruit_list1 article {
    padding: 3.71vw 2.59vw;
    border-radius: 0.86vw;
  }
  .recruit_list1 article h3 {
    font-size: 1.72vw;
    padding-bottom: 3.45vw;
  }
  .recruit_list1 article p {
    font-size: 1.21vw;
    margin: 0 0 3.45vw 0;
  }
}
@media screen and (max-width: 750px) {
  .recruit_list1 {
    margin-bottom: 22.22vw;
  }
  .recruit_list1 article {
    width: 100%;
    margin: 0 0 6.94vw 0;
    padding: 11.11vw 4.44vw;
    border-radius: 2.78vw;
  }
  .recruit_list1 article h3 {
    font-size: 5vw;
    padding-bottom: 8.33vw;
  }
  .recruit_list1 article p {
    font-size: 4.17vw;
    margin: 0 0 8.33vw 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.recruit_list2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 75px;
}
.recruit_list2 article {
  background: #FFF;
  width: 31.3%;
  margin: 0 2.7% 2.7% 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  border: 10px;
}
.recruit_list2 article a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.recruit_list2 article a:hover figure {
  opacity: 0.5;
}
.recruit_list2 article a:hover h3 {
  color: #0064AF;
}
.recruit_list2 article:nth-child(3n) {
  margin-right: 0;
}
.recruit_list2 article figure {
  background: #0064AF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.recruit_list2 article figure img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.recruit_list2 article h3 {
  position: relative;
  display: block;
  font-size: 20px;
  padding-bottom: 40px;
  line-height: 1.45em;
  color: #0064AF;
  padding: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 5.5em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.recruit_list2 article h3 .hover_line {
  display: inline;
}
.recruit_list2 article h3::before {
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 13px);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #0064AF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.recruit_list2 article h3 span::before, .recruit_list2 article h3 span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  margin: auto;
  background-color: #0064AF;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.recruit_list2 article h3 span::before {
  width: 1px;
  height: 13px;
  top: calc(50% - 6px);
  right: 32px;
}
.recruit_list2 article h3 span::after {
  width: 13px;
  height: 1px;
}
@media screen and (max-width: 1160px) {
  .recruit_list2 {
    margin-bottom: 6.47vw;
  }
  .recruit_list2 article {
    border-radius: 0.86vw;
    border: 0.86vw;
  }
  .recruit_list2 article figure {
    border-top-left-radius: 0.86vw;
    border-top-right-radius: 0.86vw;
  }
  .recruit_list2 article figure img {
    border-top-left-radius: 0.86vw;
    border-top-right-radius: 0.86vw;
  }
  .recruit_list2 article h3 {
    font-size: 1.72vw;
    padding-bottom: 3.45vw;
    padding: 2.59vw;
  }
  .recruit_list2 article h3::before {
    right: 1.72vw;
    top: calc(50% - 1.1vw);
    width: 2.07vw;
    height: 2.07vw;
  }
  .recruit_list2 article h3 span::before, .recruit_list2 article h3 span::after {
    right: 2.24vw;
    border-radius: 0.86vw;
  }
  .recruit_list2 article h3 span::before {
    height: 1.12vw;
    top: calc(50% - 0.51vw);
    right: 2.76vw;
  }
  .recruit_list2 article h3 span::after {
    width: 1.12vw;
  }
}
@media screen and (max-width: 750px) {
  .recruit_list2 {
    margin-bottom: 20.83vw;
  }
  .recruit_list2 article {
    width: 100%;
    margin: 0 0 6.67vw 0;
    border-radius: 2.78vw;
  }
  .recruit_list2 article:last-of-type {
    margin-bottom: 0;
  }
  .recruit_list2 article figure {
    border-top-left-radius: 2.78vw;
    border-top-right-radius: 2.78vw;
  }
  .recruit_list2 article figure img {
    border-top-left-radius: 2.78vw;
    border-top-right-radius: 2.78vw;
  }
  .recruit_list2 article h3 {
    font-size: 5vw;
    padding-bottom: 8.33vw;
    padding: 12.5vw 8.33vw;
  }
  .recruit_list2 article h3::before {
    right: 6.94vw;
    top: calc(50% - 3.61vw);
    width: 5.56vw;
    height: 5.56vw;
  }
  .recruit_list2 article h3 span::before, .recruit_list2 article h3 span::after {
    right: 7.78vw;
    border-radius: 2.78vw;
  }
  .recruit_list2 article h3 span::before {
    height: 3.61vw;
    width: 2px;
    top: calc(50% - 2.22vw);
    right: 9.72vw;
  }
  .recruit_list2 article h3 span::after {
    width: 3.61vw;
    height: 2px;
    top: calc(50% - 0.83vw);
    right: 8.19vw;
  }
}

.recruit_slider1,
.recruit_slider2 {
  width: 100%;
  margin-bottom: 120px;
  overflow: hidden;
}
.recruit_slider1 .swiper-wrapper,
.recruit_slider2 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.recruit_slider1 .swiper-slide,
.recruit_slider2 .swiper-slide {
  line-height: 0;
  font-size: 0;
  width: 810px;
  /*
  &.small{
      width: 645px;
      margin-top: 60px;
  }
  &.big{
      width: 810px;
  }
  */
}
@media screen and (max-width: 1160px) {
  .recruit_slider1,
  .recruit_slider2 {
    margin-bottom: 10.34vw;
  }
  .recruit_slider1 .swiper-slide,
  .recruit_slider2 .swiper-slide {
    width: 69.83vw;
  }
}
@media screen and (max-width: 750px) {
  .recruit_slider1,
  .recruit_slider2 {
    margin-bottom: 22.22vw;
  }
  .recruit_slider1 .swiper-slide,
  .recruit_slider2 .swiper-slide {
    width: 110%;
  }
}

.senior_voice,
.recruit_fukuri_seido {
  position: relative;
  width: 1200px;
  margin: 0 auto 140px auto;
}
.senior_voice h2,
.recruit_fukuri_seido h2 {
  text-align: center;
  color: #0064AF;
  font-size: 28px;
  line-height: 1.7em;
  margin-bottom: 25px;
}
.senior_voice .more_btn,
.recruit_fukuri_seido .more_btn {
  margin-bottom: 140px;
}
.senior_voice .more_btn span::before,
.recruit_fukuri_seido .more_btn span::before {
  top: calc(50% - 11px);
}
.senior_voice .more_btn span::after,
.recruit_fukuri_seido .more_btn span::after {
  top: calc(50% - 5px);
}
.senior_voice .text-right,
.recruit_fukuri_seido .text-right {
  width: 1100px;
}
@media screen and (max-width: 1260px) {
  .senior_voice,
  .recruit_fukuri_seido {
    width: 100%;
  }
}
@media screen and (max-width: 1160px) {
  .senior_voice,
  .recruit_fukuri_seido {
    margin: 0 auto 12.07vw auto;
  }
  .senior_voice h2,
  .recruit_fukuri_seido h2 {
    font-size: 2.41vw;
    margin-bottom: 2.16vw;
  }
  .senior_voice .more_btn,
  .recruit_fukuri_seido .more_btn {
    margin-bottom: 12.07vw;
  }
  .senior_voice .more_btn span::before,
  .recruit_fukuri_seido .more_btn span::before {
    top: calc(50% - 0.94vw);
  }
  .senior_voice .more_btn span::after,
  .recruit_fukuri_seido .more_btn span::after {
    top: calc(50% - 0.43vw);
  }
  .senior_voice .text-right,
  .recruit_fukuri_seido .text-right {
    width: 95%;
  }
}
@media screen and (max-width: 750px) {
  .senior_voice,
  .recruit_fukuri_seido {
    width: 86.67vw;
    margin: 0 auto 24.72vw auto;
  }
  .senior_voice h2,
  .recruit_fukuri_seido h2 {
    font-size: 6.11vw;
    margin-bottom: 9.72vw;
  }
  .senior_voice .more_btn,
  .recruit_fukuri_seido .more_btn {
    margin-bottom: 22.22vw;
  }
  .senior_voice .more_btn span::before,
  .recruit_fukuri_seido .more_btn span::before {
    top: calc(50% - 3.06vw);
  }
  .senior_voice .more_btn span::after,
  .recruit_fukuri_seido .more_btn span::after {
    top: calc(50% - 1.39vw);
  }
  .senior_voice .text-right,
  .recruit_fukuri_seido .text-right {
    width: 86.67vw;
  }
}

.senior_voice {
  text-align: center;
}

.recruit_fukuri_inner {
  margin: 0 auto 55px auto;
  width: 1060px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recruit_fukuri_inner:nth-of-type(2) {
  margin-bottom: 0;
}
.recruit_fukuri_inner article {
  background: #F0F6FC;
  width: 31.3%;
  margin: 0 2.7% 2.7% 0;
  padding: 43px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit_fukuri_inner article:nth-child(3n) {
  margin-right: 0;
}
.recruit_fukuri_inner article h3 {
  font-size: 20px;
  padding-bottom: 1em;
  line-height: 1.45em;
  color: #0064AF;
}
.recruit_fukuri_inner article p {
  font-size: 14px;
  margin: 0;
  line-height: 1.57em;
}
@media screen and (max-width: 1160px) {
  .recruit_fukuri_inner {
    width: 91.38vw;
    margin: 0 auto 4.74vw auto;
  }
  .recruit_fukuri_inner article {
    padding: 3.71vw 2.59vw;
    border-radius: 0.86vw;
  }
  .recruit_fukuri_inner article h3 {
    font-size: 1.72vw;
  }
  .recruit_fukuri_inner article p {
    font-size: 1.21vw;
  }
}
@media screen and (max-width: 750px) {
  .recruit_fukuri_inner {
    margin-bottom: 22.22vw;
    width: 86.67vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruit_fukuri_inner article {
    width: 47.8%;
    margin: 0 0 4.17vw 0;
    padding: 6.94vw 2.78vw;
    border-radius: 2.78vw;
  }
  .recruit_fukuri_inner article h3 {
    font-size: 4.44vw;
    padding-bottom: 0.5em;
    text-align: center;
  }
  .recruit_fukuri_inner article p {
    font-size: 4.17vw;
  }
}

.senior_voice_list {
  position: relative;
  margin-bottom: 85px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.senior_voice_list article {
  text-align: left;
  background: #F0F6FC;
  width: 31.3%;
  margin: 0 2.7% 2.7% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 10px;
}
.senior_voice_list article:nth-child(3n) {
  margin-right: 0;
}
.senior_voice_list article a {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.senior_voice_list article a::before {
  display: block;
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #0064AF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.senior_voice_list article a:hover h3 {
  color: #0064AF;
}
.senior_voice_list article a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.senior_voice_list article .icon_rarrow {
  position: absolute;
  right: 38px;
  bottom: 37px;
}
.senior_voice_list article figure {
  line-height: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.senior_voice_list article figure img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.senior_voice_list article div {
  padding: 27px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.senior_voice_list article p {
  font-size: 14px;
  color: #0064AF;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.senior_voice_list article h3 {
  position: relative;
  font-size: 20px;
  padding-bottom: 0.7em;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.senior_voice_list article time {
  font-style: normal;
  font-size: 12px;
  line-height: 1.1em;
  color: #0064AF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1160px) {
  .senior_voice_list {
    width: 90%;
    margin: 0 auto 7.33vw auto;
  }
  .senior_voice_list article {
    border-radius: 0.86vw;
    border: 0.86vw;
  }
  .senior_voice_list article a::before {
    right: 2.59vw;
    bottom: 2.59vw;
    width: 2.07vw;
    height: 2.07vw;
  }
  .senior_voice_list article .icon_rarrow {
    right: 3.28vw;
    bottom: 3.19vw;
  }
  .senior_voice_list article figure {
    border-top-left-radius: 0.86vw;
    border-top-right-radius: 0.86vw;
  }
  .senior_voice_list article figure img {
    border-top-left-radius: 0.86vw;
    border-top-right-radius: 0.86vw;
  }
  .senior_voice_list article div {
    padding: 2.33vw;
  }
  .senior_voice_list article p {
    font-size: 1.21vw;
  }
  .senior_voice_list article h3 {
    font-size: 1.72vw;
  }
  .senior_voice_list article time {
    font-size: 1.03vw;
  }
}
@media screen and (max-width: 750px) {
  .senior_voice_list {
    margin-bottom: 16.67vw;
    width: 86.67vw;
  }
  .senior_voice_list article {
    width: 100%;
    margin: 0 0 6.94vw 0;
    border-radius: 2.78vw;
  }
  .senior_voice_list article a::before {
    right: 8.33vw;
    bottom: 8.33vw;
    width: 5.56vw;
    height: 5.56vw;
  }
  .senior_voice_list article .icon_rarrow {
    right: 9.72vw;
    bottom: 9.72vw;
  }
  .senior_voice_list article figure {
    border-top-left-radius: 2.78vw;
    border-top-right-radius: 2.78vw;
  }
  .senior_voice_list article figure img {
    border-top-left-radius: 2.78vw;
    border-top-right-radius: 2.78vw;
  }
  .senior_voice_list article div {
    padding: 6.67vw;
  }
  .senior_voice_list article p {
    font-size: 3.89vw;
  }
  .senior_voice_list article h3 {
    font-size: 4.17vw;
  }
  .senior_voice_list article time {
    font-size: 3.33vw;
  }
}

.recruit_bottom {
  position: relative;
  text-align: center;
}
.recruit_bottom h2 {
  color: #FFF;
  font-size: 28px;
  margin-bottom: 1em;
}
.recruit_bottom p {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 3em;
}
.recruit_bottom .arrow_big_btn {
  margin: 0 auto;
}
@media screen and (max-width: 1160px) {
  .recruit_bottom h2 {
    font-size: 2.41vw;
  }
  .recruit_bottom p {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 750px) {
  .recruit_bottom h2 {
    font-size: 5vw;
  }
  .recruit_bottom p {
    font-size: 4.17vw;
  }
}

/* 募集要項ページ */
.requirements .footer_contact_inner {
  background: none;
  padding: 0;
}
.requirements .footer_contact_inner ul li a {
  border: 1px solid #FFF;
}
.requirements .footer_contact_inner ul li a::before {
  display: block;
  content: "";
  position: absolute;
  right: 28px;
  top: calc(50% - 13px);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #0064AF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.requirements .footer_contact_inner ul li a:hover {
  background: #0064AF;
  color: #FFF;
}
.requirements .footer_contact_inner ul li a:hover::before {
  border: 1px solid #FFF;
}
.requirements .footer_contact_inner ul li a:hover .icon_rarrow {
  background: url(../images/common/icon_arrow_right_w.svg) no-repeat center right;
  background-size: 10px;
}
.requirements .footer_contact_inner ul li a .icon_rarrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 36px;
}
@media screen and (max-width: 1160px) {
  .requirements .footer_contact_inner ul li a::before {
    right: 2.41vw;
    top: calc(50% - 1.1vw);
    width: 2.07vw;
    height: 2.07vw;
  }
  .requirements .footer_contact_inner ul li a .icon_rarrow {
    top: calc(50% - 0.34vw);
    right: 3.1vw;
  }
}
@media screen and (max-width: 750px) {
  .requirements .footer_contact_inner {
    background: none;
    padding: 0;
  }
  .requirements .footer_contact_inner ul li {
    line-height: 1.3em;
  }
  .requirements .footer_contact_inner ul li a {
    height: 27.78vw;
    padding: inherit;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .requirements .footer_contact_inner ul li a::before {
    right: 7.78vw;
    top: calc(50% - 3.61vw);
    width: 5.56vw;
    height: 5.56vw;
  }
  .requirements .footer_contact_inner ul li a .icon_rarrow {
    top: calc(50% - 1.94vw);
    right: 9.17vw;
  }
  .requirements .footer_contact_inner ul li a:hover:before {
    border-color: #0064AF;
  }
}

.requirements_wrap {
  position: relative;
  width: 970px;
  margin: 0 auto;
  padding-bottom: 125px;
}
.requirements_wrap dl {
  margin: 0;
  padding: 2em 0;
  border-top: 1px solid #E6E6E6;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.requirements_wrap dl:last-of-type {
  border-bottom: 1px solid #E6E6E6;
}
.requirements_wrap dl dt,
.requirements_wrap dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.75em;
}
.requirements_wrap dl dt small,
.requirements_wrap dl dd small {
  font-size: 87.5%;
}
.requirements_wrap dl dt {
  width: 30%;
  font-weight: bold;
  color: #0064AF;
}
.requirements_wrap dl dd {
  width: 70%;
}
.requirements_wrap dl dd p:last-child {
  margin: 0;
}
.requirements_wrap dl dd ol,
.requirements_wrap dl dd ul {
  padding-left: 1.7em;
  margin-bottom: 2em;
}
.requirements_wrap dl dd ol:last-child,
.requirements_wrap dl dd ul:last-child {
  margin-bottom: 0;
}
.requirements_wrap dl dd ol li,
.requirements_wrap dl dd ul li {
  line-height: 1.4em;
  margin-bottom: 1em;
}
.requirements_wrap dl dd ol li:last-child,
.requirements_wrap dl dd ul li:last-child {
  margin-bottom: 0;
}
.requirements_wrap dl dd ol.nolm_3col,
.requirements_wrap dl dd ul.nolm_3col {
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.requirements_wrap dl dd ol.nolm_3col li,
.requirements_wrap dl dd ul.nolm_3col li {
  width: 33.333%;
  margin: 0;
}
@media screen and (max-width: 1160px) {
  .requirements_wrap {
    width: 83.62vw;
    padding-bottom: 10.78vw;
  }
}
@media screen and (max-width: 750px) {
  .requirements_wrap {
    width: 86.67vw;
    padding-bottom: 22.22vw;
  }
  .requirements_wrap dl {
    padding: 1.2em 0;
  }
  .requirements_wrap dl dt {
    width: 100%;
    font-size: 4.44vw;
  }
  .requirements_wrap dl dd {
    width: 100%;
    font-size: 4.44vw;
  }
  .requirements_wrap dl dd ol.nolm_3col li,
  .requirements_wrap dl dd ul.nolm_3col li {
    width: 100%;
  }
}

/* 募集要項ナビゲーション */
.sp_nav_btn {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_nav_btn {
    display: block;
    display: block;
    margin-top: 20.83vw;
    font-size: 4.44vw;
    width: 100%;
    border: 1px solid #0064AF;
    color: #0064AF;
    text-align: left;
    padding: 1em 1em 1em 1.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 16.67vw;
  }
}

.page_recruit_nabigation {
  position: relative;
  padding: 120px 0 110px 0;
  margin: 0 auto;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_recruit_nabigation li {
  display: block;
  width: 180px;
  height: 56px;
  margin-right: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
}
.page_recruit_nabigation li:last-child {
  margin-right: 0;
}
.page_recruit_nabigation li a {
  display: block;
  height: 56px;
  border-radius: 30px;
  text-decoration: none;
  border: 1px solid #0064AF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.page_recruit_nabigation li a:hover {
  background: #0064AF;
  color: #FFF;
}
.page_recruit_nabigation li.current a {
  background: #0064AF;
  color: #FFF;
}
@media screen and (max-width: 1160px) {
  .page_recruit_nabigation {
    padding: 10.34vw 0 9.48vw 0;
  }
  .page_recruit_nabigation li {
    width: 15.52vw;
    height: 4.83vw;
    margin-right: 1.38vw;
  }
  .page_recruit_nabigation li a {
    height: 4.83vw;
    border-radius: 2.59vw;
  }
}
@media screen and (max-width: 750px) {
  .page_recruit_nabigation {
    padding: 19.44vw 0 22.22vw 0;
  }
  .page_recruit_nabigation li {
    width: 100%;
    height: auto;
    margin-right: 0;
    font-size: 4.17vw;
  }
  .page_recruit_nabigation li a {
    height: auto;
    padding: 1em;
    border-radius: 0;
    border: 1px solid #0064AF;
    border-bottom: none;
  }
  .page_recruit_nabigation li:first-child a {
    border-top-right-radius: 2.78vw;
    border-top-left-radius: 2.78vw;
  }
  .page_recruit_nabigation li:last-child a {
    border-bottom: 1px solid #0064AF;
    border-bottom-right-radius: 2.78vw;
    border-bottom-left-radius: 2.78vw;
  }
}

.requirements_copy {
  margin-bottom: 75px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.requirements_copy h2 {
  width: 47.6%;
  color: #0064AF;
  font-size: 28px;
}
.requirements_copy div {
  width: 51.5%;
}
.requirements_copy div p:last-child {
  margin: 0;
}
@media screen and (max-width: 1160px) {
  .requirements_copy {
    margin-bottom: 6.47vw;
  }
  .requirements_copy h2 {
    font-size: 2.41vw;
  }
}
@media screen and (max-width: 750px) {
  .requirements_copy {
    margin-bottom: 20.83vw;
  }
  .requirements_copy h2 {
    width: 100%;
    margin-bottom: 1.5em;
    font-size: 5.56vw;
  }
  .requirements_copy div {
    width: 100%;
  }
}

.recruit .detail_page_copy {
  text-align: center;
}
.recruit .detail_page_copy p {
  display: inline-block;
  width: 685px;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 1160px) {
  .recruit .detail_page_copy {
    width: 90%;
    margin: 0 auto;
  }
  .recruit .detail_page_copy p {
    width: 59.05vw;
  }
  .recruit .detail_page_copy {
    width: 86.67vw;
  }
  .recruit .detail_page_copy p {
    width: 100%;
  }
}
.senior_detail .detail_page_title .page_title_text p {
  font-size: 24px;
  color: #323232;
}
.senior_detail .detail_page_title .page_title_text h1 {
  font-size: 28px;
}
.senior_detail .detail_page_title time {
  position: absolute;
  left: 0;
  bottom: 45px;
}
.senior_detail .detail_page_copy {
  padding: 155px 0 55px 0;
}
.senior_detail .detail_page_copy h2 {
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 1160px) {
  .senior_detail .detail_page_title .page_title_text p {
    font-size: 2.07vw;
  }
  .senior_detail .detail_page_title .page_title_text h1 {
    font-size: 2.41vw;
  }
  .senior_detail .detail_page_title time {
    bottom: 3.88vw;
  }
  .senior_detail .detail_page_copy {
    padding: 13.36vw 0 4.74vw 0;
  }
  .senior_detail .detail_page_copy h2 {
    font-size: 1.72vw;
  }
}
@media screen and (max-width: 750px) {
  .senior_detail .detail_page_title .page_title_text {
    top: 13vw;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .senior_detail .detail_page_title .page_title_text p {
    font-size: 4.44vw;
  }
  .senior_detail .detail_page_title .page_title_text h1 {
    font-size: 5vw;
    line-height: 1.5em;
  }
  .senior_detail .detail_page_title time {
    font-size: 2.78vw;
    bottom: 5.56vw;
  }
  .senior_detail .detail_page_title .topicpath li:nth-of-type(4) {
    width: 6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .senior_detail .detail_page_copy {
    padding: 20.83vw 0 9.72vw 0;
  }
  .senior_detail .detail_page_copy h2 {
    font-size: 5vw;
    text-align: left;
  }
}

.senior_names {
  position: relative;
  width: 1030px;
  padding: 60px;
  margin: 0 auto 150px auto;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #EFF5FB;
}
.senior_names h2 {
  text-align: center;
  color: #0064AF;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1160px) {
  .senior_names {
    width: 88.79vw;
    padding: 5.17vw;
    margin: 0 auto 12.93vw auto;
    border-radius: 1.72vw;
  }
  .senior_names h2 {
    font-size: 1.72vw;
    margin-bottom: 1.72vw;
  }
}
@media screen and (max-width: 750px) {
  .senior_names {
    width: 93.89vw;
    padding: 9.72vw 2.78vw;
    margin: 0 auto 12.5vw auto;
    border-radius: 2.78vw;
  }
  .senior_names h2 {
    font-size: 5vw;
    margin-bottom: 8.33vw;
  }
}

.senior_names_list {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.senior_names_list div {
  width: 32.4%;
  margin: 0 1.4% 1.42% 0;
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.senior_names_list div:nth-child(3n) {
  margin-right: 0;
}
.senior_names_list div h4 {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 0.2em;
  color: #4D4D4D;
}
.senior_names_list div dl {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.senior_names_list div dl dt,
.senior_names_list div dl dd {
  font-size: 15px;
  line-height: 1.4em;
  color: #4D4D4D;
}
.senior_names_list div dl dt {
  width: 3em;
}
.senior_names_list div dl dd {
  width: calc(100% - 3em);
}
@media screen and (max-width: 1160px) {
  .senior_names_list div {
    border-radius: 0.86vw;
    padding: 1.72vw;
  }
  .senior_names_list div h4 {
    font-size: 1.38vw;
  }
  .senior_names_list div dl dt,
  .senior_names_list div dl dd {
    font-size: 1.29vw;
  }
}
@media screen and (max-width: 750px) {
  .senior_names_list div {
    width: 86.67vw;
    margin: 0 auto 2.78vw auto;
    background: #FFF;
    border-radius: 2.78vw;
    padding: 4.17vw;
  }
  .senior_names_list div h4 {
    font-size: 4.17vw;
    margin-bottom: 0.8em;
  }
  .senior_names_list div dl {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .senior_names_list div dl dt,
  .senior_names_list div dl dd {
    font-size: 4.17vw;
  }
}

.senior_contents {
  position: relative;
  width: 1030px;
  margin: 0 auto;
}
.senior_contents article {
  margin-bottom: 75px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.senior_contents article:nth-child(even) .senior_ctext {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.senior_contents article:nth-child(even) figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.senior_contents article:nth-child(even) figure img {
  right: auto;
  left: -125px;
}
.senior_contents .senior_ctext {
  width: 48.5%;
}
.senior_contents .senior_ctext h3 {
  color: #0064AF;
  font-size: 20px;
  margin: 0 0 1.5em 0;
}
.senior_contents .senior_ctext dl {
  margin-bottom: 2em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.senior_contents .senior_ctext dl dt,
.senior_contents .senior_ctext dl dd {
  font-size: 16px;
  line-height: 1.6em;
}
.senior_contents .senior_ctext dl dt {
  font-weight: bold;
  width: 6em;
}
.senior_contents .senior_ctext dl dd {
  width: calc(100% - 6em);
}
.senior_contents figure {
  position: relative;
  width: 44.17%;
}
.senior_contents figure img {
  position: relative;
  max-width: 580px;
  width: 580px;
}
@media screen and (max-width: 1160px) {
  .senior_contents {
    width: 88.79vw;
  }
  .senior_contents article {
    margin-bottom: 6.47vw;
  }
  .senior_contents article:nth-child(even) figure img {
    left: -10.78vw;
  }
  .senior_contents .senior_ctext h3 {
    font-size: 1.72vw;
  }
  .senior_contents .senior_ctext dl dt,
  .senior_contents .senior_ctext dl dd {
    font-size: 1.38vw;
  }
  .senior_contents figure img {
    max-width: 50vw;
    width: 50vw;
  }
}
@media screen and (max-width: 750px) {
  .senior_contents {
    width: 100%;
  }
  .senior_contents article {
    margin-bottom: 20.83vw;
  }
  .senior_contents article:nth-child(even) figure img {
    right: auto;
    left: auto;
  }
  .senior_contents .senior_ctext {
    width: 86.67vw;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .senior_contents .senior_ctext h3 {
    font-size: 4.44vw;
  }
  .senior_contents .senior_ctext dl dt,
  .senior_contents .senior_ctext dl dd {
    font-size: 4.44vw;
  }
  .senior_contents .senior_ctext dl dt {
    font-size: 3.89vw;
  }
  .senior_contents figure {
    width: 100%;
    margin-bottom: 11.11vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .senior_contents figure img {
    max-width: inherit;
    width: 100%;
  }
}

.project_nav {
  width: 86.67vw;
  margin-left: auto;
  margin-right: auto;
}

.modal_dept {
  position: relative;
  margin: 0 auto;
  width: 600px;
  height: 700px;
  border-radius: 20px;
  padding: 60px 24px 60px 60px;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.modal_dept .modal_scroll {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  padding-right: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal_dept .modal_title_image {
  width: 100%;
}
.modal_dept .modal_title_image h2 {
  text-align: left;
  font-size: 28px;
  color: #0064AF;
  margin-bottom: 42px;
}
.modal_dept .modal_title_image figure {
  line-height: 0;
  margin-bottom: 42px;
}
.modal_dept .modal_title_image figure img {
  border-radius: 10px;
}
.modal_dept .modal_title_image p {
  font-size: 15px;
  line-height: 1.66em;
}
.modal_dept .modal_dayflow {
  width: 100%;
}
.modal_dept .modal_dayflow:nth-of-type(3) {
  padding-top: 65px;
}
.modal_dept .modal_dayflow h3 {
  background: url(../images/common/icon_time.svg) no-repeat left center;
  background-size: 23px;
  font-size: 20px;
  padding-left: 33px;
  margin-bottom: 1em;
  color: #0064AF;
}
.modal_dept .modal_dayflow p {
  font-size: 15px;
  line-height: 1.6em;
}
.modal_dept .modal_dayflow p.caution {
  font-size: 12px;
  margin-bottom: 1em;
}
.modal_dept .modal_dayflow p.text_box {
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  padding: 1em;
}
.modal_dept .modal_dayflow dl {
  margin: 0;
  border-bottom: 1px solid #DBDBDB;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal_dept .modal_dayflow dl:last-child {
  margin-bottom: none;
}
.modal_dept .modal_dayflow dl dt,
.modal_dept .modal_dayflow dl dd {
  font-size: 16px;
  font-weight: bold;
  padding: 1em 0;
}
.modal_dept .modal_dayflow dl dt {
  width: 4.5em;
}
.modal_dept .modal_dayflow dl dd {
  width: calc(100% - 4.5em);
}
@media screen and (max-width: 1160px) {
  .modal_dept {
    width: 77.59vw;
    height: 60.34vw;
    border-radius: 1.72vw;
    padding: 5.17vw 2.07vw 5.17vw 2.07vw;
  }
  .modal_dept .modal_scroll {
    padding-right: 5.17vw;
  }
  .modal_dept .modal_title_image h2 {
    font-size: 2.41vw;
    margin-bottom: 3.62vw;
  }
  .modal_dept .modal_title_image figure {
    margin-bottom: 3.62vw;
  }
  .modal_dept .modal_title_image figure img {
    border-radius: 0.86vw;
  }
  .modal_dept .modal_title_image p {
    font-size: 1.29vw;
  }
  .modal_dept .modal_dayflow:nth-of-type(3) {
    padding-top: 5.6vw;
  }
  .modal_dept .modal_dayflow h3 {
    background-size: 1.98vw;
    font-size: 1.72vw;
    padding-left: 2.84vw;
  }
  .modal_dept .modal_dayflow p {
    font-size: 1.29vw;
  }
  .modal_dept .modal_dayflow p.caution {
    font-size: 1.03vw;
  }
  .modal_dept .modal_dayflow p.text_box {
    border-radius: 0.86vw;
  }
  .modal_dept .modal_dayflow dl dt,
  .modal_dept .modal_dayflow dl dd {
    font-size: 1.38vw;
  }
}
@media screen and (max-width: 750px) {
  .modal_dept {
    width: 94%;
    height: 67vh;
    border-radius: 5.56vw;
    padding: 6.94vw 5.56vw;
  }
  .modal_dept .modal_scroll {
    padding-right: 5.56vw;
  }
  .modal_dept .modal_title_image {
    width: 100%;
  }
  .modal_dept .modal_title_image h2 {
    font-size: 5vw;
    margin-bottom: 11.67vw;
  }
  .modal_dept .modal_title_image figure {
    margin-bottom: 11.67vw;
  }
  .modal_dept .modal_title_image figure img {
    border-radius: 2.78vw;
  }
  .modal_dept .modal_title_image p {
    font-size: 4.17vw;
  }
  .modal_dept .modal_dayflow {
    width: 100%;
  }
  .modal_dept .modal_dayflow:nth-of-type(3) {
    padding-top: 18.06vw;
  }
  .modal_dept .modal_dayflow h3 {
    background-size: 6.39vw;
    font-size: 5.56vw;
    padding-left: 9.17vw;
  }
  .modal_dept .modal_dayflow p {
    font-size: 4.17vw;
  }
  .modal_dept .modal_dayflow p.caution {
    font-size: 3.33vw;
  }
  .modal_dept .modal_dayflow p.text_box {
    border-radius: 2.78vw;
  }
  .modal_dept .modal_dayflow dl dt,
  .modal_dept .modal_dayflow dl dd {
    font-size: 4.17vw;
  }
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  top: -15vw !important;
  --f-button-outline-color: none !important;
  --f-button-bg: none !important;
  --f-button-active-bg: none !important;
  --f-button-hover-bg: none !important;
}

.recruit_list1 .no_view,
.recruit_list2 .no_view {
  display: none;
}

.more_btn.no_view {
  display: none;
}