@charset "UTF-8";
/*
Theme Name: JR東日本テクノロジー 採用サイト
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.86;
  letter-spacing: 0.06em;
  background: #fff;
  color: #000;
  position: relative;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  min-width: 1280px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #B9B9B9;
}

:-ms-input-placeholder {
  color: #B9B9B9;
}

::-moz-placeholder {
  color: #B9B9B9;
}

::-placeholder {
  color: #B9B9B9;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
a img {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

a,
button,
input[type="submit"],
input[type="button"] {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
ヘッダー
=========================================*/
.l-recruit-header__logo {
  position: fixed;
  left: 60px;
  top: 30px;
  z-index: 999;
  line-height: 1;
}
.l-recruit-header__logo a {
  display: block;
}
.l-recruit-header__logo img {
  vertical-align: top;
}
.is-recruit-top .l-recruit-header__logo {
  left: 157px;
}
.is-recruit-top .l-recruit-header__logo.is-black a {
  background-image: none;
}
.is-recruit-top .l-recruit-header__logo.is-black img {
  opacity: 1;
}
.is-recruit-top .l-recruit-header__logo a, .is-recruit-top .l-recruit-header__logo.is-black.is-white a, .l-recruit-header__logo.is-white a {
  background: url(../img/common/logo-white.svg) no-repeat center top;
  background-size: contain;
}
.is-recruit-top .l-recruit-header__logo img, .is-recruit-top .l-recruit-header__logo.is-black.is-white img, .l-recruit-header__logo.is-white img {
  opacity: 0;
}
.l-recruit-header__menu {
  position: fixed;
  right: 168px;
  top: 0;
  z-index: 799;
  display: flex;
  align-items: center;
  height: 100px;
}
.l-recruit-header__menu > li {
  display: flex;
  height: 100%;
  position: relative;
}
.l-recruit-header__menu > li .anchor {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}
.l-recruit-header__menu > li.graduate .anchor {
  background: #24a075;
}
.l-recruit-header__menu > li.graduate .content a {
  color: #24a075;
}
.l-recruit-header__menu > li.graduate .content span {
  background-image: url(../img/common/arrow_1-green.svg);
}
.l-recruit-header__menu > li.mid-career .anchor {
  background: #00469b;
}
.l-recruit-header__menu > li.mid-career .content a {
  color: #00469b;
}
.l-recruit-header__menu > li.mid-career .content span {
  background-image: url(../img/common/arrow_1-blue.svg);
}
.l-recruit-header__menu ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-recruit-header__menu ul a {
  display: block;
  padding: 12px 15px 12px 27px;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.l-recruit-header__menu ul span {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
  padding-left: 20px;
}
.l-recruit-header__btn {
  position: fixed;
  right: 58px;
  top: 37px;
  width: 70px;
  height: 70px;
  background: #29abe2;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
}
.l-recruit-header__btn:before {
  display: block;
  content: "";
  position: absolute;
  width: 93px;
  height: 93px;
  background: url(../img/common/header_btn_txt1.svg) no-repeat center;
  background-size: contain;
  left: -11.5px;
  top: -11.5px;
  z-index: 1;
  animation: headerBtnText 15s linear infinite;
}
@keyframes headerBtnText {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-recruit-header__btn span {
  display: block;
  width: 24px;
  height: 1px;
  background: #fff;
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.l-recruit-header__btn span:before, .l-recruit-header__btn span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.l-recruit-header__btn span:before {
  top: -8px;
}
.l-recruit-header__btn span:after {
  bottom: -8px;
}
.l-recruit-header__btn.is-open span {
  background: transparent;
}
.l-recruit-header__btn.is-open span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-recruit-header__btn.is-open span:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*=======================================
メニュー
=========================================*/
.l-recruit-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 899;
  background: #00469b;
  color: #fff;
}
.is-recruit-top .l-recruit-nav {
  margin-left: 100px;
}
.l-recruit-nav__wrap {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-recruit-nav .c-wrap {
  width: 100%;
}
.l-recruit-nav .block1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-recruit-nav .block1 a {
  color: #fff;
  text-decoration: none;
}
.l-recruit-nav .block1 .menu {
  width: calc(100% - 250px);
  display: flex;
}
.l-recruit-nav .block1 .menu .box1 {
  margin-right: 32px;
  width: 100%;
  max-width: 210px;
}
.l-recruit-nav .block1 .menu .box1:last-child {
  margin-right: 0;
}
.l-recruit-nav .block1 .menu .h {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.l-recruit-nav .block1 .menu .h a:hover {
  text-decoration: none;
}
.l-recruit-nav .block1 .menu ul {
  margin-bottom: 60px;
}
.l-recruit-nav .block1 .menu ul:last-child {
  margin-bottom: 0;
}
.l-recruit-nav .block1 .menu li {
  margin-bottom: 6px;
}
.l-recruit-nav .block1 .menu li:last-child {
  margin-bottom: 0;
}
.l-recruit-nav .block1 .menu li a {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
}
.l-recruit-nav .block1 .sns {
  border-left: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 250px;
}
.l-recruit-nav .block1 .sns p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.l-recruit-nav .block1 .sns .btn {
  display: block;
  background: #29abe2;
  color: #fff;
  border-radius: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 8px;
}
.l-recruit-nav .block1 .sns .btn span {
  display: block;
  background: url(../img/common/footer_sns-instagram.png) no-repeat left center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 62px;
}
.l-recruit-nav .block2 {
  margin-top: 92px;
}
.l-recruit-nav .block2 .c-link1 {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
.l-recruit-nav .block2 .c-link1 li {
  margin-bottom: 0;
  margin-right: 35px;
  flex: 1;
}
.l-recruit-nav .block2 .c-link1 li:last-child {
  margin-right: 0;
}
.l-recruit-nav .block2 .c-link1 a {
  border-radius: 30px 0;
  border: 0;
  background-color: #fff;
}
.l-recruit-nav .block2 .c-link1 .en {
  color: #29abe2;
}

/*=======================================
フッター
=========================================*/
.l-recruit-footer.bg-gray .l-recruit-footer__nav:before, .l-recruit-footer.bg-gray .l-recruit-footer__nav:after {
  background: #f8f8f8;
}
.l-recruit-footer__nav {
  color: #fff;
  background: url(../img/common/footer_menu_bg1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 400px;
  padding-bottom: 120px;
  position: relative;
}
.l-recruit-footer__nav > svg {
  width: 0;
  height: 0;
  position: absolute;
}
.l-recruit-footer__nav:before, .l-recruit-footer__nav:after {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
}
.l-recruit-footer__nav:before {
  width: 100%;
  height: 200px;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 0 0 0 200px;
}
.l-recruit-footer__nav:after {
  right: 0;
  top: 199px;
  width: 200px;
  height: 200px;
  background: #fff;
  clip-path: url(#footerPath);
}
.l-recruit-footer__nav a {
  color: #fff;
  text-decoration: none;
}
.l-recruit-footer__nav a:hover {
  text-decoration: underline;
}
.l-recruit-footer__nav .c-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: -60px;
}
.l-recruit-footer__nav .menu {
  width: calc(100% - 250px);
  display: flex;
}
.l-recruit-footer__nav .menu .box1 {
  margin-right: 32px;
  width: 100%;
  max-width: 210px;
}
.l-recruit-footer__nav .menu .box1:last-child {
  margin-right: 0;
}
.l-recruit-footer__nav .menu .h {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.l-recruit-footer__nav .menu .h a:hover {
  text-decoration: none;
}
.l-recruit-footer__nav .menu ul {
  margin-bottom: 60px;
}
.l-recruit-footer__nav .menu ul:last-child {
  margin-bottom: 0;
}
.l-recruit-footer__nav .menu li {
  margin-bottom: 6px;
}
.l-recruit-footer__nav .menu li:last-child {
  margin-bottom: 0;
}
.l-recruit-footer__nav .menu li a {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
}
.l-recruit-footer__nav .sns {
  border-left: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 250px;
}
.l-recruit-footer__nav .sns p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.l-recruit-footer__nav .sns .btn {
  display: block;
  background: #00469b;
  color: #fff;
  border-radius: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 8px;
}
.l-recruit-footer__nav .sns .btn span {
  display: block;
  background: url(../img/common/footer_sns-instagram.png) no-repeat left center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 62px;
}
.l-recruit-footer__logo {
  text-align: center;
  background: #FFF;
  padding-top: 105px;
  padding-bottom: 85px;
}
.l-recruit-footer__logo .logo {
  margin-bottom: 20px;
}
.l-recruit-footer__logo .copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}

/*=======================================
パンくず
=========================================*/
.l-recruit-breadcrumb {
  border-top: 1px solid #c3cacd;
  border-bottom: 1px solid #c3cacd;
  padding-top: 38px;
  padding-bottom: 38px;
  position: relative;
  z-index: 1;
  margin-bottom: -100px;
}
.l-recruit-breadcrumb ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.l-recruit-breadcrumb li {
  font-size: 12px;
  font-size: 1.2rem;
  color: #29abe2;
}
.l-recruit-breadcrumb li::before {
  content: " ー ";
  color: #000;
}
.l-recruit-breadcrumb li:first-child::before {
  display: none;
}
.l-recruit-breadcrumb li a {
  color: #000;
  text-decoration: none;
}

/*=======================================
ページタイトル
=========================================*/
.l-recruit-pagetitle {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: calc(100% - 60px);
  height: 440px;
  border-radius: 0 0 0 30px;
  margin-top: 100px;
  margin-bottom: 42px;
  margin-left: auto;
}
.l-recruit-pagetitle.nobg {
  width: auto;
  height: auto;
  margin-top: 220px;
  margin-bottom: 140px;
}
.l-recruit-pagetitle.nobg .box1 {
  position: static;
}
.l-recruit-pagetitle .box1 {
  position: absolute;
  left: 0;
  bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.l-recruit-pagetitle .en {
  padding: 11px 23px 0 20px;
  background: #fff;
  border-radius: 0 10px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #86969a;
  letter-spacing: 0;
  font-family: "Albert Sans", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1;
}
.l-recruit-pagetitle .en span {
  display: block;
  padding-left: 18px;
  position: relative;
}
.l-recruit-pagetitle .en span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: linear-gradient(to right, #29abe2 0%, #24a075 100%);
}
.l-recruit-pagetitle .h {
  padding: 24px 26px 24px 20px;
  background: #fff;
  border-radius: 0 10px 10px 0;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}
.l-recruit-pagetitle .h span {
  background: linear-gradient(90deg, #29abe2 0%, #24a075 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*=======================================
ページトップボタン
=========================================*/
.l-recruit-pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
}

/*=======================================
コンテンツ
=========================================*/
/*=======================================
投稿
=========================================*/
#entrybody a {
  color: #29abe2;
  text-decoration: underline;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
#entrybody p:last-child {
  margin-bottom: 0;
}
#entrybody small {
  font-size: 14px;
  font-size: 1.4rem;
}
#entrybody h3 {
  padding-bottom: 21px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c3cacd;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 30px;
  background: url(../img/common/title2_icon1.svg) no-repeat left top;
  background-size: auto 40px;
}
#entrybody h3:last-child {
  margin-bottom: 0;
}
#entrybody h4 {
  color: #86969a;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  padding-left: 32px;
  margin-bottom: 12px;
  position: relative;
}
#entrybody h4:before {
  display: block;
  content: "";
  position: absolute;
  background: linear-gradient(to right, #29abe2 0%, #24a075 100%);
  width: 18px;
  height: 18px;
  border-radius: 100%;
  left: 0;
  top: 9px;
}
#entrybody h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00469b;
  margin-bottom: 10px;
}
#entrybody h6 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 8px;
}
#entrybody ul,
#entrybody ol {
  margin-bottom: 40px;
}
#entrybody ul:last-child,
#entrybody ol:last-child {
  margin-bottom: 0;
}
#entrybody li {
  position: relative;
  padding-left: 16px;
}
#entrybody li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #00469b;
}
#entrybody table {
  width: 100%;
  margin-bottom: 40px;
}
#entrybody table th,
#entrybody table td {
  padding: 15px 40px;
  border-bottom: 1px solid #c3cacd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#entrybody table th {
  font-weight: 700;
  text-align: left;
  padding-left: 35px;
  width: 180px;
}
#entrybody table td {
  width: calc(100% - 180px);
  padding-left: 0;
}
#entrybody table tr:first-child th,
#entrybody table tr:first-child td {
  border-top: 1px solid #c3cacd;
}
#entrybody table.wide th,
#entrybody table.wide td {
  padding-top: 30px;
  padding-bottom: 30px;
}
#entrybody .col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#entrybody .col2 > div {
  width: 47.7272%;
}

/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 3.56234vw;
    min-width: initial;
  }

  .l-recruit-header__logo {
    left: 4.07125vw;
    top: 4.58015vw;
  }
  .l-recruit-header__logo img {
    width: 35.62341vw;
  }
  .is-recruit-top .l-recruit-header__logo {
    left: 9.16031vw;
  }
  .l-recruit-header__menu {
    right: 16.28499vw;
    height: 12.72265vw;
  }
  .l-recruit-header__menu > li {
    position: static;
  }
  .l-recruit-header__menu > li .anchor {
    width: 17.8117vw;
    font-size: 2.54453vw;
    line-height: 1.4;
  }
  .l-recruit-header__menu ul {
    background-color: rgba(255, 255, 255, 0.9);
    top: 12.72265vw;
    left: auto;
    right: -16.28499vw;
    width: 100vw;
  }
  .l-recruit-header__btn {
    right: 4.07125vw;
    top: 3.81679vw;
    width: 8.6514vw;
    height: 8.6514vw;
  }
  .l-recruit-header__btn:before {
    width: 11.70483vw;
    height: 11.70483vw;
    left: -1.45038vw;
    top: -1.45038vw;
  }
  .l-recruit-header__btn span {
    width: 3.05344vw;
    height: 1px;
  }
  .l-recruit-header__btn span:before {
    top: -1.01781vw;
  }
  .l-recruit-header__btn span:after {
    bottom: -1.01781vw;
  }

  .l-recruit-nav {
    border-radius: 0 0 0 7.63359vw;
  }
  .is-recruit-top .l-recruit-nav {
    margin-left: 5.08906vw;
    width: calc(100% - 5.08906vw);
  }
  .l-recruit-nav__wrap {
    display: block;
    overflow: auto;
    padding: 22.90076vw 5.08906vw 16.53944vw;
  }
  .l-recruit-nav .c-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .l-recruit-nav .block1 {
    display: block;
  }
  .l-recruit-nav .block1 .menu {
    width: auto;
    flex-wrap: wrap;
  }
  .l-recruit-nav .block1 .menu .box1 {
    margin-right: 6.5156%;
    width: 46.7422%;
    max-width: initial;
    margin-bottom: 6.36132vw;
  }
  .l-recruit-nav .block1 .menu .box1:nth-child(2n) {
    margin-right: 0;
  }
  .l-recruit-nav .block1 .menu .h {
    font-size: 4.58015vw;
    padding-bottom: 2.03562vw;
    margin-bottom: 3.56234vw;
  }
  .l-recruit-nav .block1 .menu ul {
    margin-bottom: 7.63359vw;
  }
  .l-recruit-nav .block1 .menu ul:last-child {
    margin-bottom: 0;
  }
  .l-recruit-nav .block1 .menu li {
    margin-bottom: 1.52672vw;
    line-height: 1.5;
  }
  .l-recruit-nav .block1 .menu li:last-child {
    margin-bottom: 0;
  }
  .l-recruit-nav .block1 .sns {
    border-top: 1px solid #fff;
    border-left: 0;
    padding-top: 8.14249vw;
    margin-top: 7.63359vw;
    width: auto;
    align-items: center;
  }
  .l-recruit-nav .block1 .sns p {
    font-size: 3.56234vw;
    margin-bottom: 2.03562vw;
  }
  .l-recruit-nav .block1 .sns .btn {
    border-radius: 15.26718vw;
    font-size: 4.58015vw;
    padding: 2.03562vw;
  }
  .l-recruit-nav .block1 .sns .btn span {
    padding-top: 1.52672vw;
    padding-bottom: 1.52672vw;
    padding-left: 15.77608vw;
  }
  .l-recruit-nav .block2 {
    margin-top: 8.90585vw;
  }
  .l-recruit-nav .block2 .c-link1 {
    display: block;
  }
  .l-recruit-nav .block2 .c-link1 li {
    margin-bottom: 2.54453vw;
    margin-right: 0;
  }
  .l-recruit-nav .block2 .c-link1 li:last-child {
    margin-bottom: 0;
  }
  .l-recruit-nav .block2 .c-link1 a {
    border-radius: 7.63359vw 0;
  }
  .l-recruit-nav .block2 .c-link1 .en {
    color: #29abe2;
  }

  .l-recruit-pagetitle {
    width: calc(100% - 5.08906vw);
    height: 45.80153vw;
    margin-top: 12.72265vw;
    margin-bottom: 7.63359vw;
    border-radius: 0 0 0 5.08906vw;
  }
  .l-recruit-pagetitle .box1 {
    bottom: 8.14249vw;
  }
  .l-recruit-pagetitle .en {
    font-size: 2.54453vw;
    border-radius: 0 1.52672vw 0 0;
    padding: 2.03562vw 3.81679vw 0 2.54453vw;
  }
  .l-recruit-pagetitle .en span {
    padding-left: 3.05344vw;
  }
  .l-recruit-pagetitle .en span:before {
    width: 2.03562vw;
    height: 2.03562vw;
  }
  .l-recruit-pagetitle .h {
    font-size: 6.10687vw;
    padding: 2.54453vw 3.81679vw 3.05344vw;
    border-radius: 0 1.52672vw 1.52672vw 0;
  }
  .l-recruit-pagetitle.nobg {
    margin-top: 20.35623vw;
    margin-bottom: 7.63359vw;
  }

  .l-recruit-breadcrumb {
    padding-top: 3.81679vw;
    padding-bottom: 3.81679vw;
    margin-bottom: -12.9771vw;
  }
  .l-recruit-breadcrumb li {
    font-size: 2.54453vw;
  }

  .l-recruit-footer__nav {
    padding-top: 48.34606vw;
    padding-bottom: 20.35623vw;
  }
  .l-recruit-footer__nav:before {
    top: -1px;
    height: 25.44529vw;
    border-radius: 0 0 0 25.44529vw;
  }
  .l-recruit-footer__nav:after {
    right: 0;
    top: calc(25.44529vw - 2px);
    width: 15.26718vw;
    height: 15.26718vw;
  }
  .l-recruit-footer__nav a {
    color: #fff;
    text-decoration: none;
  }
  .l-recruit-footer__nav a:hover {
    text-decoration: underline;
  }
  .l-recruit-footer__nav .c-wrap {
    display: block;
    margin-top: 0;
  }
  .l-recruit-footer__nav .menu {
    width: auto;
    flex-wrap: wrap;
  }
  .l-recruit-footer__nav .menu .box1 {
    margin-right: 6.5156%;
    width: 46.7422%;
    max-width: initial;
    margin-bottom: 6.36132vw;
  }
  .l-recruit-footer__nav .menu .box1:nth-child(2n) {
    margin-right: 0;
  }
  .l-recruit-footer__nav .menu .h {
    font-size: 5.08906vw;
    padding-bottom: 2.03562vw;
    margin-bottom: 3.56234vw;
  }
  .l-recruit-footer__nav .menu ul {
    margin-bottom: 7.63359vw;
  }
  .l-recruit-footer__nav .menu ul:last-child {
    margin-bottom: 0;
  }
  .l-recruit-footer__nav .menu li {
    margin-bottom: 1.52672vw;
    line-height: 1.5;
  }
  .l-recruit-footer__nav .menu li:last-child {
    margin-bottom: 0;
  }
  .l-recruit-footer__nav .sns {
    border-top: 1px solid #fff;
    border-left: 0;
    padding-top: 8.14249vw;
    margin-top: 7.63359vw;
    width: auto;
    align-items: center;
  }
  .l-recruit-footer__nav .sns p {
    font-size: 3.56234vw;
    margin-bottom: 2.03562vw;
  }
  .l-recruit-footer__nav .sns .btn {
    border-radius: 15.26718vw;
    font-size: 4.58015vw;
    padding: 2.03562vw;
  }
  .l-recruit-footer__nav .sns .btn span {
    padding-top: 1.52672vw;
    padding-bottom: 1.52672vw;
    padding-left: 15.77608vw;
  }
  .l-recruit-footer__logo {
    padding-top: 21.11959vw;
    padding-bottom: 19.59288vw;
  }
  .l-recruit-footer__logo .logo {
    margin-bottom: 5.08906vw;
  }
  .l-recruit-footer__logo .logo img {
    width: 70.22901vw;
  }
  .l-recruit-footer__logo .copyright {
    font-size: 2.54453vw;
  }

  #entrybody p {
    font-size: 3.56234vw;
    margin-bottom: 5.08906vw;
  }
  #entrybody p:last-child {
    margin-bottom: 0;
  }
  #entrybody small {
    font-size: 3.05344vw;
  }
  #entrybody h3 {
    padding-bottom: 4.07125vw;
    margin-bottom: 5.08906vw;
    font-size: 5.08906vw;
    padding-left: 5.08906vw;
    background-size: 0.76336vw auto;
  }
  #entrybody h3:last-child {
    margin-bottom: 0;
  }
  #entrybody h4 {
    font-size: 5.08906vw;
    padding-left: 8.14249vw;
    margin-bottom: 4.58015vw;
  }
  #entrybody h4:before {
    width: 4.58015vw;
    height: 4.58015vw;
    top: 1.78117vw;
  }
  #entrybody h5 {
    font-size: 4.07125vw;
    margin-bottom: 2.54453vw;
  }
  #entrybody h6 {
    font-size: 3.81679vw;
    margin-bottom: 2.03562vw;
  }
  #entrybody ul,
  #entrybody ol {
    margin-bottom: 5.08906vw;
  }
  #entrybody ul:last-child,
  #entrybody ol:last-child {
    margin-bottom: 0;
  }
  #entrybody li {
    padding-left: 3.56234vw;
  }
  #entrybody li:before {
    top: 2.29008vw;
    width: 2.03562vw;
    height: 2.03562vw;
  }
  #entrybody table,
  #entrybody table tbody,
  #entrybody table thead,
  #entrybody table tr,
  #entrybody table th,
  #entrybody table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #entrybody table th,
  #entrybody table td {
    font-size: 3.56234vw;
    padding: 3.81679vw 0;
    vertical-align: middle;
  }
  #entrybody table th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  #entrybody table td {
    padding-top: 2.03562vw;
  }
  #entrybody table tr:first-child td {
    border-top: 0;
  }
  #entrybody table.wide th {
    padding-top: 7.63359vw;
    padding-bottom: 0;
  }
  #entrybody table.wide td {
    padding-top: 2.03562vw;
    padding-bottom: 7.63359vw;
  }
  #entrybody .col2 {
    display: block;
  }
  #entrybody .col2 > div {
    width: auto;
    margin-bottom: 5.08906vw;
  }
  #entrybody .col2 > div:last-child {
    margin-bottom: 0;
  }
}
