  @charset "UTF-8";
/*----------------------------------

トップページCSS

----------------------------------*/
.mainvis_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
.mainvis_btn li {
  list-style: none;
}
.mainvis_btn a {
  position: relative;
  width: 250px;
  height: 60px;
  padding: 4px 36.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  text-decoration: none;
  background: #555555;
  color: #fff;
  text-align: center;
  line-height: 1.15;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainvis_btn a.entry {
  color: #000;
  background: #FFD800;
}
.mainvis_btn a.entry::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.mainvis_btn a.intership {
  color: #FFF;
  background: #0B8BEE;
}

.top_page .mainvis_btn a.entry {
  color: #fff;
  background: #135D90;
}
.top_page .mainvis_btn a.intership {
  color: #FFF;
  background: #1C2A70;
}

section:not(.mainvis) .btn.icon_next {
  padding-top: 5px;
}
section:not(.mainvis) .btn.icon_next::after {
  position: relative;
  top: 2px;
}

@media all and (-ms-high-contrast: none) {
  section:not(.mainvis) .btn.icon_next {
    padding-top: 14px;
  }
}
h2.hdg_en {
  margin-bottom: 63px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 12rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  color: #555555;
}
@media (max-width: 960px) {
  h2.hdg_en {
    margin-bottom: 35px;
    font-size: 6rem;
  }
}
h2.hdg_en span {
  margin-top: 55px;
  display: block;
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #333333;
}
@media (max-width: 960px) {
  h2.hdg_en span {
    margin-top: 27px;
    font-size: 1.9rem;
  }
}
h2.hdg_en span img {
  margin: 0 auto;
}

h2.hdg_skew {
  margin-bottom: 30px;
  padding: 0 57px;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 960px) {
  h2.hdg_skew {
    margin-bottom: 9px;
    padding: 3px 18px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
h2.hdg_skew::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: skew(-16deg);
          transform: skew(-16deg);
  background: #f9c82d;
}
h2.hdg_skew span {
  position: relative;
  top: -1px;
  z-index: 1;
}
@media (max-width: 960px) {
  h2.hdg_skew span {
    top: 1px;
  }
}

section.mainvis {
  height: 823px;
  margin-top: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-image: url("/recruit/info/img/top/mainvis.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 960px) {
  section.mainvis {
    height: 465.5px;
    margin-top: 0;
    position: relative;
    background-image: url("/recruit/info/img/top/mainvis_sp.jpg");
  }
}
section.mainvis .inner {
  padding-top: 48px;
}
@media (max-width: 960px) {
  section.mainvis .inner {
    padding-top: 30px;
  }
}
section.mainvis h1 {
  margin-bottom: 36px;
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.57;
  position: relative;
  left: 0.18em;
}
@media (max-width: 960px) {
  section.mainvis h1 {
    margin-bottom: 20px;
    font-size: 3.25rem;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
}
section.mainvis h1 span {
  color: #007ec5;
}
section.mainvis h1 img {
  margin: 0 auto;
}
section.mainvis .organization {
  margin-bottom: 72px;
}
@media (max-width: 960px) {
  section.mainvis .organization {
    max-width: 201px;
    margin: 0 auto 45px;
  }
}
section.mainvis .btn.icon_next {
  padding: 13px 66px 19px;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  color: #2a8dcb;
}
@media (max-width: 960px) {
  section.mainvis .btn.icon_next {
    width: auto;
    padding: 22px 14px 24px 25px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
section.mainvis .btn.icon_next::after {
  margin-left: 15px;
  position: relative;
  top: 3px;
  background-image: url("/recruit/info/img/common/icon_arrow_blue.svg");
}
@media (max-width: 960px) {
  section.mainvis .btn.icon_next::after {
    margin-left: 5px;
    top: 0;
  }
}

section.message {
  height: 768px;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f7f7f7;
  background-image: url("/recruit/info/img/top/message_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 960px) {
  section.message {
    height: auto;
    margin-bottom: 50px;
    display: block;
    background-image: none;
  }
}
section.message .img img {
  width: 100%;
  height: auto;
}
section.message .txt {
  width: 45.24%;
  margin: -20px 0 0 auto;
  font-size: 0;
}
@media (max-width: 960px) {
  section.message .txt {
    width: 100%;
    margin: 0;
    padding: 26px 17.5px 40px;
  }
}
section.message h2 {
  margin-bottom: 66px;
}
@media (max-width: 960px) {
  section.message h2 {
    margin-bottom: 32px;
  }
}
section.message h2:first-letter {
  color: #3794c8;
}
section.message .copy {
  margin: 0 0 30px 3px;
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7222222;
}
@media (max-width: 960px) {
  section.message .copy {
    margin: 0 0 16px 0;
    font-size: 1.9rem;
    line-height: 1.65;
  }
}
section.message .president {
  margin: 0 0 47px 5px;
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
}
@media (max-width: 960px) {
  section.message .president {
    margin: 0 0 27px 0;
  }
}
section.message .president span {
  margin-right: 20px;
  font-size: 2.4rem;
}
@media (max-width: 960px) {
  section.message .president span {
    margin-right: 8px;
    font-size: 1.3rem;
  }
}
section.message .president img {
  position: relative;
  top: -13px;
}
@media (max-width: 960px) {
  section.message .president img {
    top: -7px;
  }
}
section.message .btn {
  margin-left: 6px;
  letter-spacing: 0;
}
@media (max-width: 960px) {
  section.message .btn {
    background: none;
    margin: 0;
    color: #333;
    border: 1px solid #333;
  }
}
@media (max-width: 960px) {
  section.message .btn::after {
    background-image: url(/recruit/info/img/common/icon_arrow.svg) !important;
    width: 7px;
    height: 12px;
    margin-left: 10px;
  }
}

section.works {
  margin-bottom: 52px;
  text-align: center;
}
@media (max-width: 960px) {
  section.works {
    margin-bottom: 52px;
  }
}
section.works .inner {
  max-width: 1750px;
}
@media (max-width: 960px) {
  section.works .inner {
    padding: 0 17px;
  }
}
section.works h2 {
  margin-bottom: 56px;
}
@media (max-width: 960px) {
  section.works h2 {
    margin-bottom: 28px;
  }
}
section.works h2:first-letter {
  color: #8f5fc8;
}
section.works h2 span {
  margin-top: 58px;
}
@media (max-width: 960px) {
  section.works h2 span {
    margin-top: 28px;
  }
}
section.works .works_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 960px) {
  section.works .works_list {
    display: block;
  }
}
section.works .works_list li {
  width: 32.32%;
  height: 400px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  position: relative;
}
@media (max-width: 960px) {
  section.works .works_list li {
    width: 100%;
    height: 210px;
    margin: 0;
  }
}
section.works .works_list li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #dfd4f4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.works .works_list li::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #8f5fc8 transparent transparent transparent;
}
@media (max-width: 960px) {
  section.works .works_list li::after {
    width: 45px;
    height: 45px;
    border-width: 45px 45px 0 0;
  }
}
@media (max-width: 960px) {
  section.works .works_list li + li {
    margin-top: 15px;
  }
}
section.works .works_list a {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.works .works_list a::before, section.works .works_list a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.works .works_list a::before {
  background: rgba(237, 242, 246, 0.8);
}
section.works .works_list a::after {
  border: 5px solid #c9b8eb;
}
@media (max-width: 960px) {
  section.works .works_list a::after {
    border-width: 2.5px;
  }
}
section.works .works_list a:hover {
  opacity: 1;
}
section.works .works_list li.education a {
  background-image: url("/recruit/info/img/top/works_education.jpg");
}
@media (max-width: 960px) {
  section.works .works_list li.education a {
    background-image: url("/recruit/info/img/top/works_education_sp.jpg");
  }
}
section.works .works_list li.society a {
  background-image: url("/recruit/info/img/top/works_society.jpg");
}
@media (max-width: 960px) {
  section.works .works_list li.society a {
    background-image: url("/recruit/info/img/top/works_society_sp.jpg");
  }
}
section.works .works_list li.university a {
  background-image: url("/recruit/info/img/top/works_university.jpg");
}
@media (max-width: 960px) {
  section.works .works_list li.university a {
    background-image: url("/recruit/info/img/top/works_university_sp.jpg");
  }
}
section.works .works_list .txt {
  max-width: 100%;
  margin: 16px 0 32px;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 960px) {
  section.works .works_list .txt {
    margin: 13px 0 25px;
    font-size: 2rem;
  }
}
section.works .works_list .btn {
  width: 100%;
  min-width: 0;
  max-width: 350px;
  border: 1px solid #8f5fc8;
  background: #fff;
  color: #8f5fc8;
}
@media (max-width: 960px) {
  section.works .works_list .btn {
    max-width: 215px;
    padding: 0 10px 5px;
  }
}
section.works .works_list .btn::after {
  background-image: url("/recruit/info/img/common/icon_arrow_purple.svg");
}
@media (max-width: 960px) {
  section.works .works_list .btn::after {
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
}
section.works .works_list .btn:hover {
  opacity: 1;
}
@media (min-width: 961px) {
  section.works .works_list li:hover::before {
    right: -10px;
    bottom: -10px;
  }
  section.works .works_list li:hover a {
    border-color: transparent;
  }
  section.works .works_list li:hover a::before, section.works .works_list li:hover a::after {
    opacity: 0;
  }
  section.works .works_list li:hover .txt {
    text-shadow: 0 0 9px #000000;
    color: #fff;
  }
  section.works .works_list li:hover .btn {
    background: #8f5fc8;
    color: #fff;
  }
  section.works .works_list li:hover .btn::after {
    background-image: url("/recruit/info/img/common/icon_arrow_white.svg");
  }
}

section.voice {
  margin-bottom: 110px;
  text-align: center;
}
@media (max-width: 960px) {
  section.voice {
    margin-bottom: 56px;
  }
}
section.voice .inner {
  max-width: 1110px;
  font-size: 0;
}
@media (max-width: 960px) {
  section.voice .inner {
    padding: 0 17px;
  }
}
section.voice h2 {
  margin-bottom: 58px;
}
@media (max-width: 960px) {
  section.voice h2 {
    margin-bottom: 29px;
  }
}
section.voice h2:first-letter {
  color: #eba511;
}
section.voice h2 span {
  margin-top: 61px;
}
@media (max-width: 960px) {
  section.voice h2 span {
    margin-top: 27px;
  }
}
section.voice .voice_list {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 960px) {
  section.voice .voice_list {
    margin: 0 auto 20px;
    padding: 0 23px;
  }
}
section.voice .voice_list::before, section.voice .voice_list::after {
  content: "";
  width: 23.5%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
section.voice .voice_list li {
  width: 23.612%;
  list-style-type: none;
}
@media (max-width: 960px) {
  section.voice .voice_list li {
    width: 48.31%;
    margin-bottom: 10px;
  }
}
section.voice .voice_list img {
  width: 100%;
  height: auto;
}
section.voice .glint_back span::before, section.voice .glint_back span::after {
  background-color: #eba511;
}
@media (max-width: 960px) {
  section.voice .btn::after {
    width: 7px;
    height: 12px;
    margin-left: 10px;
  }
}

section.cross_talk {
  height: 609px;
  margin-bottom: 91px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 960px) {
  section.cross_talk {
    height: auto;
    margin-bottom: 52px;
    display: block;
  }
}
section.cross_talk .img {
  width: 25%;
  padding: 1.25% 1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 960px) {
  section.cross_talk .img {
    width: 100%;
    padding: 0;
    position: relative;
  }
}
section.cross_talk .img img {
  width: 100%;
}
section.cross_talk .img p {
  font-size: 3.6rem;
  line-height: 1.65;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (max-width: 960px) {
  section.cross_talk .img p {
    font-size: 1.8rem;
    position: absolute;
    left: 17px;
    bottom: 12px;
  }
}
section.cross_talk .img span {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.055em;
}
@media (max-width: 960px) {
  section.cross_talk .img span {
    margin-bottom: 1px;
    font-size: 1.3rem;
  }
}
section.cross_talk .img.left {
  background-image: url("/recruit/info/img/top/crosstalk_left.jpg");
}
@media (max-width: 960px) {
  section.cross_talk .img.left {
    background: none;
  }
}
section.cross_talk .img.right {
  background-image: url("/recruit/info/img/top/crosstalk_right.jpg");
}
@media (max-width: 960px) {
  section.cross_talk .img.right {
    background: none;
  }
}
section.cross_talk .txt {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #daf0ee;
  padding-bottom: 7px;
  color: #fff;
}
@media (max-width: 960px) {
  section.cross_talk .txt {
    width: 100%;
    padding: 42px 17px 55px;
  }
}
section.cross_talk h2 {
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  section.cross_talk h2 {
    margin-bottom: 29px;
  }
}
section.cross_talk h2:first-letter {
  color: #37c8b9;
}
section.cross_talk h2 span {
  margin-top: 59px;
}
@media (max-width: 960px) {
  section.cross_talk h2 span {
    margin-top: 28px;
  }
}
section.cross_talk .glint_back span::before, section.cross_talk .glint_back span::after {
  background-color: #37c8b9;
}
section.cross_talk .btn {
  background: transparent;
}
@media (max-width: 960px) {
  section.cross_talk .btn::after {
    width: 7px;
    height: 12px;
    margin-left: 10px;
  }
}

section.recruit {
  margin-bottom: 114px;
  text-align: center;
}
@media (max-width: 960px) {
  section.recruit {
    margin-bottom: 60px;
  }
}
section.recruit .inner {
  max-width: 1750px;
}
@media (max-width: 960px) {
  section.recruit .inner {
    padding: 0 17px;
  }
}
section.recruit h2 {
  margin-bottom: 56px;
}
@media (max-width: 960px) {
  section.recruit h2 {
    margin-bottom: 28px;
  }
}
section.recruit h2:first-letter {
  color: #6cc9ff;
}
section.recruit h2 span {
  margin-top: 54px;
}
@media (max-width: 960px) {
  section.recruit h2 span {
    margin-top: 27px;
  }
}
section.recruit .recruit_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 960px) {
  section.recruit .recruit_list {
    display: block;
  }
}
section.recruit .recruit_list li {
  width: 48.838%;
  list-style-type: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 960px) {
  section.recruit .recruit_list li {
    width: 100%;
  }
}
section.recruit .recruit_list li::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #6cc9ff transparent transparent transparent;
}
@media (max-width: 960px) {
  section.recruit .recruit_list li::after {
    width: 20px;
    height: 20px;
    border-width: 20px 20px 0 0;
  }
}
@media (max-width: 960px) {
  section.recruit .recruit_list li + li {
    margin-top: 14px;
  }
}
section.recruit .recruit_list a {
  width: 100%;
  height: 100%;
  padding: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-decoration: none;
  background: #e7f6ff;
  color: #333333;
}
@media (max-width: 960px) {
  section.recruit .recruit_list a {
    padding: 6px;
  }
}
section.recruit .recruit_list a::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #6cc9ff;
}
@media (max-width: 960px) {
  section.recruit .recruit_list a::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
section.recruit .recruit_list .txt {
  width: 62%;
  padding: 0 7% 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: left;
}
@media (max-width: 960px) {
  section.recruit .recruit_list .txt {
    width: 56%;
    padding: 0 8.8% 2px;
    font-size: 1.7rem;
  }
}
section.recruit .recruit_list .txt::after {
  content: "";
  width: 10px;
  height: 15px;
  margin-left: 20px;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url("/recruit/info/img/common/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 960px) {
  section.recruit .recruit_list .txt::after {
    width: 5px;
    height: 8px;
    margin-left: 10px;
  }
}
section.recruit .recruit_list .img {
  width: 35.33%;
  display: block;
  text-align: right;
}
@media (max-width: 960px) {
  section.recruit .recruit_list .img {
    width: 43.9%;
  }
}
@media (min-width: 961px) {
  section.recruit .recruit_list li:hover {
    opacity: 0.7;
  }
  section.recruit .recruit_list li:hover a {
    opacity: 1;
  }
}

section.news {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f1f1f1;
}
@media (max-width: 960px) {
  section.news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.news .news_list {
  max-width: 1000px;
  margin: auto;
}
section.news .news_list li {
  padding: 22px 0 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style-type: none;
  position: relative;
  border-bottom: 1px solid #b5b5b5;
}
@media (max-width: 960px) {
  section.news .news_list li {
    padding: 14px 0;
    display: block;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
section.news .news_list .date {
  margin-right: 28px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 960px) {
  section.news .news_list .date {
    margin: 0 0 5px 0;
    display: block;
  }
}
section.news .news_list span.underline {
  text-decoration: underline;
}
section.news .news_list a {
  padding-right: 40px;
  text-decoration: none;
  color: #333;
}
@media (max-width: 960px) {
  section.news .news_list a {
    padding-right: 20px;
    display: block;
    position: relative;
  }
}
section.news .news_list a::after {
  content: "";
  width: 8px;
  height: 13px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  background-image: url("/recruit/info/img/common/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 960px) {
  section.news .news_list a::after {
    width: 5px;
    height: 9px;
    right: 2px;
  }
}
@media all and (-ms-high-contrast: none) {
  section.news .news_list a {
    width: 100%;
    display: inline-block;
    position: relative;
  }
}