@charset "UTF-8";
/*=====================================================
  share
=====================================================*/
html, body {
  height: 100%;
}

html {
  font-size: 18px;
}

body {
  font-family: Arial,"Noto Sans JP",meiryo,'メイリオ','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
  color: #333;
  text-align: left;
  background-color: #fff;
  position: relative;
  padding-top: 100px;
}

@media print, screen and (min-width: 768px) {
  body {
    padding-top: 120px;
  }
}

@media print, screen and (min-width: 1280px) {
  body {
    padding-top: 112px;
  }
}

a:link {
  color: #4285f4;
}

a:visited {
  color: #7b1fa2;
}

a:hover,
a:active {
  color: #4285f4;
  text-decoration: none;
}

/*=====================================================
  header
=====================================================*/
.header {
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  border-bottom: 1px solid #e5e5df;
  background-color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .header {
    height: auto;
  }
}

.header .header__spMenu {
  width: 60px;
  height: 60px;
  margin-left: auto;
  position: relative;
  transition: all .2s;
  cursor: pointer;
  background-color: #f3390d;
}

@media print, screen and (min-width: 1280px) {
  .header .header__spMenu {
    display: none;
  }
}

.header .header__spMenu span {
  position: absolute;
  left: 16px;
  width: 28px;
  height: 2px;
  background-color: #fff;
  transition: all .2s;
}

.header .header__spMenu span:nth-of-type(1) {
  top: 16px;
}

.header .header__spMenu span:nth-of-type(2) {
  top: 24px;
}

.header .header__spMenu span:nth-of-type(3) {
  bottom: 26px;
}

.header .header__spMenu p {
  margin: 0;
  padding: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  font-size: 8px;
  font-size: 0.44444rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.header .logo {
  width: 287px;
  display: flex;
  margin-left: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}

@media print, screen and (min-width: 1024px) {
  .header .logo {
    width: 480px;
  }
}

@media print, screen and (min-width: 1400px) {
  .header .logo {
    width: 540px;
    align-items: flex-end;
  }
}

.header .logo .logo__compamy {
  width: 180px;
  margin-right: 10px;
}

@media print, screen and (min-width: 1024px) {
  .header .logo .logo__compamy {
    width: 280px;
  }
}

@media print, screen and (min-width: 1280px) {
  .header .logo .logo__compamy {
    width: 330px;
  }
}

@media print, screen and (min-width: 1400px) {
  .header .logo .logo__compamy {
    width: 380px;
    margin-right: 20px;
  }
}

.header .logo .logo__group {
  width: 96px;
  position: relative;
}

@media print, screen and (min-width: 1024px) {
  .header .logo .logo__group {
    width: 140px;
  }
}

/*==================================================
  entrySpArea
==================================================*/
.entrySpArea {
  width: 100%;
  height: 40px;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9000;
}

@media print, screen and (min-width: 768px) {
  .entrySpArea {
    height: 60px;
  }
}

@media print, screen and (min-width: 1280px) {
  .entrySpArea {
    display: none;
  }
}

.entrySpArea ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.entrySpArea ul li {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.entrySpArea ul li a {
  width: 100%;
  height: 40px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.77778rem;
  text-align: center;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .entrySpArea ul li a {
    height: 60px;
    font-size: 18px;
    font-size: 1rem;
  }
}

.entrySpArea ul li.entrySpArea__btnNew a {
  background-color: #057af2;
}

.entrySpArea ul li.entrySpArea__btnCareer a {
  background-color: #2dc304;
}

/*=====================================================
  gNav
=====================================================*/
.gNav {
  width: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
}

@media print, screen and (min-width: 1280px) {
  .gNav {
    width: calc(100% - 580px);
    display: block;
    margin: 0 0 0 auto;
    position: relative;
  }
}

.gNav__wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap {
    height: auto;
    display: block;
    position: relative;
    background: transparent;
  }
}

@media print, screen and (min-width: 1400px) {
  .gNav__wrap {
    padding-left: 100px;
    margin: 0 0 0 auto;
  }
}

.gNav__wrap .gNav__inner {
  width: 90%;
  height: 84vh;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 200;
  -webkit-overflow-scrolling: touch;
}

@media print, screen and (min-width: 768px) {
  .gNav__wrap .gNav__inner {
    width: 60%;
  }
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__inner {
    width: 100%;
    height: auto;
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
}

.gNav__wrap .gNav__btnClose {
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
  cursor: pointer;
}

.gNav__wrap .gNav__btnClose:before {
  width: 14px;
  height: 2px;
  position: absolute;
  left: -10px;
  top: 16px;
  content: "";
  transform: rotate(-45deg);
  background-color: #fff;
}

.gNav__wrap .gNav__btnClose:after {
  width: 14px;
  height: 2px;
  position: absolute;
  left: -10px;
  top: 16px;
  content: "";
  transform: rotate(45deg);
  background-color: #fff;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__btnClose {
    display: none;
  }
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__gNavUtilBlock {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.gNav__wrap .gNav__util {
  margin: 0;
  padding: 10px 0 0 0;
  display: none;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__util {
    width: 40%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.gNav__wrap .gNav__util ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gNav__wrap .gNav__util ul li {
  margin: 0;
  padding: 0 14px 0 0;
  list-style: none;
  line-height: 1;
}

.gNav__wrap .gNav__util ul li a {
  margin: 0;
  padding: 0 0 0 12px;
  color: #333;
  font-size: 14px;
  font-size: 0.77778rem;
  text-decoration: none;
  font-weight: bold;
  background-image: url(/images/recruit/icon_arrow_s_primary_right.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 5px 7px;
}

.gNav__wrap .gNav__util ul li a:hover {
  text-decoration: underline;
}

.gNav__wrap .gNav__entry {
  margin: 0;
  padding: 0;
  display: none;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__entry {
    width: 60%;
    display: block;
  }
}

.gNav__wrap .gNav__entry ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.gNav__wrap .gNav__entry li {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.gNav__wrap .gNav__entry li.gNav__entryBtnNew a {
  background-color: #057af2;
  transition: all .2s;
  background-image: url(/images/recruit/icon_arrow_s_white_right.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 5px 7px;
}

.gNav__wrap .gNav__entry li.gNav__entryBtnNew a:hover {
  background-position: right 10px center;
  background-color: #05a1f2;
  transform: scale(1.05);
}

.gNav__wrap .gNav__entry li.gNav__entryBtnCareer a {
  background-color: #2dc304;
  transition: all .2s;
  background-image: url(/images/recruit/icon_arrow_s_white_right.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 5px 7px;
}

.gNav__wrap .gNav__entry li.gNav__entryBtnCareer a:hover {
  background-position: right 10px center;
  background-color: #7edf16;
  transform: scale(1.05);
}

.gNav__wrap .gNav__entry li a {
  width: 100%;
  padding: 15px;
  display: block;
  font-size: 15px;
  font-size: 0.83333rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: gray;
}

.gNav__wrap .gNav__primary {
  width: 100%;
}

.gNav__wrap .gNav__primary .gNav__primaryList {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e5df;
  border-bottom: 1px solid #e5e5df;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary .gNav__primaryList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
    position: relative;
    border-top-width: 0;
    border-bottom-width: 0;
  }
}

.gNav__wrap .gNav__primary .gNav__primaryList li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5df;
  position: relative;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary .gNav__primaryList li {
    width: 17%;
    text-align: center;
    border-top-width: 0;
  }
  .gNav__wrap .gNav__primary .gNav__primaryList li.gNav__top {
    width: 15%;
  }
  .gNav__wrap .gNav__primary .gNav__primaryList li:before {
    width: 1px;
    height: 20px;
    content: "";
    display: block;
    background-color: #e5e5df;
    position: absolute;
    left: 0;
    top: 16px;
  }
}

.gNav__wrap .gNav__primary .gNav__primaryList li a {
  width: 100%;
  padding: 15px 54px 15px 15px;
  color: #333;
  display: block;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  background-image: url("/images/recruit/icon_arrow_m_primary_right.svg");
  background-size: 7px 13px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary .gNav__primaryList li a {
    padding: 20px 15px;
    font-size: 14px;
    font-size: 0.77778rem;
    position: relative;
    background-image: none;
  }
  .gNav__wrap .gNav__primary .gNav__primaryList li a:before {
    width: 0;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    right: 50%;
    background-color: #f3390d;
    transition: all .2s;
  }
  .gNav__wrap .gNav__primary .gNav__primaryList li a:hover::before {
    width: 100%;
    left: 0%;
    right: 0%;
  }
}

@media print, screen and (min-width: 1400px) {
  .gNav__wrap .gNav__primary .gNav__primaryList li a {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary .gNav__primaryList li a.gNav__secondaryLInk {
    background-image: url("/images/recruit/icon_arrow_s_primary_down.svg");
    background-repeat: no-repeat;
    background-position: center bottom 5px;
    background-size: 7px 5px;
  }
}

.gNav__wrap .gNav__primary .gNav__primaryList li .gNav__subBtn {
  content: "";
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f3390d;
  z-index: 300;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary .gNav__primaryList li .gNav__subBtn {
    display: none;
  }
}

.gNav__wrap .gNav__primary .gNav__primaryList li .gNav__subBtn::before {
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 22px;
  left: 18px;
  background-color: #fff;
  transition: all .4s;
}

.gNav__wrap .gNav__primary .gNav__primaryList li .gNav__subBtn::after {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  top: 16px;
  left: 24px;
  background-color: #fff;
  transition: all .2s;
}

.gNav__wrap .gNav__primary .gNav__primaryList li .gNav__subBtn.gNav__subBtn--on::before {
  transform: rotate(0);
}

.gNav__wrap .gNav__primary .gNav__primaryList li .gNav__subBtn.gNav__subBtn--on::after {
  transform: rotate(90deg);
}

.gNav__wrap .gNav__primary .gNav__primaryList li .gNav__secondary {
  margin: 0;
  padding: 0;
  display: none;
  border-top: 1px solid #e5e5df;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary .gNav__primaryList li .gNav__secondary {
    width: 240px;
    position: absolute;
    left: -60px;
    top: 54px;
    background-color: #f3390d;
    border-top-width: 0;
    box-shadow: 0px 4px 16px -6px black;
  }
}

@media print, screen and (min-width: 1400px) {
  .gNav__wrap .gNav__primary .gNav__primaryList li .gNav__secondary {
    left: 0;
  }
}

.gNav__wrap .gNav__primary .gNav__primaryList li .gNav__secondary li {
  margin-left: 20px;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary .gNav__primaryList li .gNav__secondary li {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    font-size: 0.77778rem;
    text-align: left;
    border-top: 1px solid #f46949;
  }
  .gNav__wrap .gNav__primary .gNav__primaryList li .gNav__secondary li:first-child {
    border-top-width: 0;
  }
  .gNav__wrap .gNav__primary .gNav__primaryList li .gNav__secondary li:before {
    display: none;
  }
}

.gNav__wrap .gNav__primary .gNav__primaryList li .gNav__secondary li:first-child {
  border-top-width: 0;
}

.gNav__wrap .gNav__primary .gNav__primaryList li .gNav__secondary li a {
  font-weight: normal;
  background-image: url("/images/recruit/icon_arrow_s_primary_right.svg");
  background-size: 5px 7px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary .gNav__primaryList li .gNav__secondary li a {
    padding: 15px;
    color: #fff;
    line-height: 1.4;
    transition: all .2s;
    background-image: url("/images/recruit/icon_arrow_s_white_right.svg");
    background-size: 5px 7px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    transition: all .2s;
  }
  .gNav__wrap .gNav__primary .gNav__primaryList li .gNav__secondary li a::before {
    display: none;
  }
  .gNav__wrap .gNav__primary .gNav__primaryList li .gNav__secondary li a:hover {
    background-color: #6d1905;
    background-position: right 5px center;
  }
}

.gNav__wrap .gNav__primary .gNav__primaryList li:last-child .gNav__secondary {
  left: auto;
  right: 0;
}

@media print, screen and (min-width: 1024px) {
  .gNav__wrap .gNav__utilSp {
    display: none;
  }
}

.gNav__wrap .gNav__utilSp ul {
  margin: 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.gNav__wrap .gNav__utilSp ul li {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.gNav__wrap .gNav__utilSp ul li a {
  margin: 0;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: bold;
  border: 1px solid #e5e5df;
}

/*=====================================================
  main
=====================================================*/
.main {
  width: 100%;
  min-height: calc(100vh - 160px);
  padding: 0 20px 60px 20px;
}

@media print, screen and (min-width: 768px) {
  .main {
    width: 100%;
    min-height: 70vh;
    padding: 0 20px 80px 20px;
  }
}

@media print, screen and (min-width: 1280px) {
  .main {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 80px 0;
  }
}

/*==================================================
  pageCategory
==================================================*/
.pageCategory {
  margin: 0 0 5px 0;
  font-size: 13px;
  font-size: 0.72222rem;
  line-height: 1.4;
  color: #7f7f74;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  .pageCategory {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

/*==================================================
  pageTitle
==================================================*/
.pageTitle {
  margin: 30px 0;
  padding: 0 0 14px 0;
  font-size: 28px;
  font-size: 1.55556rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}

@media print, screen and (min-width: 1024px) {
  .pageTitle {
    margin-bottom: 40px;
    font-size: 38px;
    font-size: 2.11111rem;
  }
}

.pageTitle:before {
  width: 80px;
  height: 4px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f3390d;
}

/*=====================================================
  cv
=====================================================*/
.cv {
  width: 100%;
  color: #fff;
  background-color: #f3390d;
}

@media print, screen and (min-width: 1024px) {
  .cv {
    padding: 60px 0;
  }
}

.cv .cv__inner {
  width: 100%;
  padding: 40px 20px;
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__inner {
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__inner {
    width: 100%;
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 1400px) {
  .cv .cv__inner {
    width: 1200px;
    padding: 0;
  }
}

.cv .cv__mainTitle {
  width: 100%;
  text-align: center;
}

.cv .cv__mainTitle .cv__mainTitleEn {
  margin-bottom: 5px;
  display: block;
  font-size: 40px;
  font-size: 2.22222rem;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__mainTitle .cv__mainTitleEn {
    margin-bottom: 10px;
    font-size: 80px;
    font-size: 4.44444rem;
  }
}

.cv .cv__mainTitle .cv__mainTitleJa {
  display: block;
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1400px) {
  .cv .cv__mainTitle .cv__mainTitleJa {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1rem;
  }
}

.cv .cv__lead {
  width: 100%;
  font-size: 14px;
  font-size: 0.77778rem;
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__lead {
    font-size: 18px;
    font-size: 1rem;
    font-weight: bold;
  }
}

.cv .cv__lead br {
  display: block;
}

@media print, screen and (min-width: 576px) {
  .cv .cv__lead br {
    display: none;
  }
}

.cv .cv__buttonArea {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .cv .cv__buttonArea {
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__buttonArea {
    margin-bottom: 20px;
  }
}

.cv .cv__buttonArea .cv__buttonBlock {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .cv .cv__buttonArea .cv__buttonBlock {
    width: 49%;
  }
}

.cv .cv__buttonArea .cv__button {
  width: 100%;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .cv .cv__buttonArea .cv__button {
    margin-bottom: 20px;
  }
}

.cv .cv__buttonArea .cv__button a {
  width: 100%;
  display: block;
}

.cv .cv__buttonArea .cv__button a .button, .cv .cv__buttonArea .cv__button a .buttonUp, .cv .cv__buttonArea .cv__button a .buttonLeft, .cv .cv__buttonArea .cv__button a .buttonEdit, .cv .cv__buttonArea .cv__button a .buttonDown, .cv .cv__buttonArea .cv__button a .buttonGreen, .cv .cv__buttonArea .cv__button a .buttonLarge, .cv .cv__buttonArea .cv__button a .buttonWin, .cv .cv__buttonArea .cv__button a .buttonPdf, .cv .cv__buttonArea .cv__button a .buttonWord, .cv .cv__buttonArea .cv__button a .buttonExcel, .cv .cv__buttonArea .cv__button a .buttonPpt {
  width: 100%;
  font-size: 18px;
  font-size: 1rem;
  border: 3px solid #fff;
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__buttonArea .cv__button a .button, .cv .cv__buttonArea .cv__button a .buttonUp, .cv .cv__buttonArea .cv__button a .buttonLeft, .cv .cv__buttonArea .cv__button a .buttonEdit, .cv .cv__buttonArea .cv__button a .buttonDown, .cv .cv__buttonArea .cv__button a .buttonGreen, .cv .cv__buttonArea .cv__button a .buttonLarge, .cv .cv__buttonArea .cv__button a .buttonWin, .cv .cv__buttonArea .cv__button a .buttonPdf, .cv .cv__buttonArea .cv__button a .buttonWord, .cv .cv__buttonArea .cv__button a .buttonExcel, .cv .cv__buttonArea .cv__button a .buttonPpt {
    padding: 24px;
    font-size: 24px;
    font-size: 1.33333rem;
  }
  .cv .cv__buttonArea .cv__button a .button:hover, .cv .cv__buttonArea .cv__button a .buttonUp:hover, .cv .cv__buttonArea .cv__button a .buttonLeft:hover, .cv .cv__buttonArea .cv__button a .buttonEdit:hover, .cv .cv__buttonArea .cv__button a .buttonDown:hover, .cv .cv__buttonArea .cv__button a .buttonGreen:hover, .cv .cv__buttonArea .cv__button a .buttonLarge:hover, .cv .cv__buttonArea .cv__button a .buttonWin:hover, .cv .cv__buttonArea .cv__button a .buttonPdf:hover, .cv .cv__buttonArea .cv__button a .buttonWord:hover, .cv .cv__buttonArea .cv__button a .buttonExcel:hover, .cv .cv__buttonArea .cv__button a .buttonPpt:hover {
    transform: scale(1.05);
    box-shadow: 1px 18px 0px -9px rgba(109, 25, 5, 0.8);
  }
}

.cv .cv__buttonArea .cv__button a .button::before, .cv .cv__buttonArea .cv__button a .buttonUp::before, .cv .cv__buttonArea .cv__button a .buttonLeft::before, .cv .cv__buttonArea .cv__button a .buttonEdit::before, .cv .cv__buttonArea .cv__button a .buttonDown::before, .cv .cv__buttonArea .cv__button a .buttonGreen::before, .cv .cv__buttonArea .cv__button a .buttonLarge::before, .cv .cv__buttonArea .cv__button a .buttonWin::before, .cv .cv__buttonArea .cv__button a .buttonPdf::before, .cv .cv__buttonArea .cv__button a .buttonWord::before, .cv .cv__buttonArea .cv__button a .buttonExcel::before, .cv .cv__buttonArea .cv__button a .buttonPpt::before {
  width: 62px;
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__buttonArea .cv__button a .button::before, .cv .cv__buttonArea .cv__button a .buttonUp::before, .cv .cv__buttonArea .cv__button a .buttonLeft::before, .cv .cv__buttonArea .cv__button a .buttonEdit::before, .cv .cv__buttonArea .cv__button a .buttonDown::before, .cv .cv__buttonArea .cv__button a .buttonGreen::before, .cv .cv__buttonArea .cv__button a .buttonLarge::before, .cv .cv__buttonArea .cv__button a .buttonWin::before, .cv .cv__buttonArea .cv__button a .buttonPdf::before, .cv .cv__buttonArea .cv__button a .buttonWord::before, .cv .cv__buttonArea .cv__button a .buttonExcel::before, .cv .cv__buttonArea .cv__button a .buttonPpt::before {
    width: 100px;
    background-size: 11px 18px;
  }
}

.cv .cv__buttonArea .cv__button.cv__buttonNew a .button, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonUp, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonLeft, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonEdit, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonDown, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonGreen, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonLarge, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonWin, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonPdf, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonWord, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonExcel, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonPpt {
  background-color: #057af2;
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__buttonArea .cv__button.cv__buttonNew a .button, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonUp, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonLeft, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonEdit, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonDown, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonGreen, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonLarge, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonWin, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonPdf, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonWord, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonExcel, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonPpt {
    padding: 30px 100px 30px 30px;
  }
}

.cv .cv__buttonArea .cv__button.cv__buttonNew a .button:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonUp:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonLeft:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonEdit:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonDown:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonGreen:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonLarge:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonWin:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonPdf:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonWord:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonExcel:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonPpt:before {
  background-color: #074a8f;
}

.cv .cv__buttonArea .cv__button.cv__buttonNew a .button:hover, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonUp:hover, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonLeft:hover, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonEdit:hover, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonDown:hover, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonGreen:hover, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonLarge:hover, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonWin:hover, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonPdf:hover, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonWord:hover, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonExcel:hover, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonPpt:hover {
  background-color: #05a1f2;
}

.cv .cv__buttonArea .cv__button.cv__buttonNew a .button:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonUp:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonLeft:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonEdit:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonDown:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonGreen:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonLarge:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonWin:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonPdf:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonWord:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonExcel:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonNew a .buttonPpt:hover:before {
  background-color: #0e66bf;
  background-position: right 35px center;
}

.cv .cv__buttonArea .cv__button.cv__buttonCareer a .button, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonUp, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonLeft, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonEdit, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonDown, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonGreen, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonLarge, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonWin, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonPdf, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonWord, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonExcel, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonPpt {
  background-color: #2dc304;
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__buttonArea .cv__button.cv__buttonCareer a .button, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonUp, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonLeft, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonEdit, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonDown, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonGreen, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonLarge, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonWin, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonPdf, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonWord, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonExcel, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonPpt {
    padding: 30px 100px 30px 30px;
  }
}

.cv .cv__buttonArea .cv__button.cv__buttonCareer a .button:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonUp:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonLeft:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonEdit:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonDown:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonGreen:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonLarge:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonWin:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonPdf:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonWord:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonExcel:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonPpt:before {
  background-color: #1b7a01;
}

.cv .cv__buttonArea .cv__button.cv__buttonCareer a .button:hover, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonUp:hover, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonLeft:hover, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonEdit:hover, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonDown:hover, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonGreen:hover, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonLarge:hover, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonWin:hover, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonPdf:hover, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonWord:hover, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonExcel:hover, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonPpt:hover {
  background-color: #7edf16;
}

.cv .cv__buttonArea .cv__button.cv__buttonCareer a .button:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonUp:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonLeft:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonEdit:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonDown:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonGreen:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonLarge:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonWin:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonPdf:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonWord:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonExcel:hover:before, .cv .cv__buttonArea .cv__button.cv__buttonCareer a .buttonPpt:hover:before {
  background-color: #29b403;
  background-position: right 35px center;
}

.cv .cv__requirementsLink {
  margin-bottom: 30px;
  text-align: center;
}

.cv .cv__requirementsLink a {
  padding-left: 12px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.77778rem;
  background-image: url(/images/recruit/icon_arrow_s_white_right.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 5px 7px;
}

@media print, screen and (min-width: 768px) {
  .cv .cv__requirementsLink a {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__requirementsLink a {
    font-size: 18px;
    font-size: 1rem;
    padding-left: 14px;
    transition: all .2s;
  }
  .cv .cv__requirementsLink a:hover {
    text-decoration: underline;
    background-position: 5px center;
  }
}

.cv .cv__entryContact {
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #6d1905;
}

@media print, screen and (min-width: 768px) {
  .cv .cv__entryContact {
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__entryContact {
    padding: 30px;
  }
}

.cv .cv__entryContact .cv__entryContactTitle {
  width: 100%;
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__entryContact .cv__entryContactTitle {
    width: 23%;
  }
}

.cv .cv__entryContact .cv__entryContactTitle p {
  margin: 0 0 1rem 0;
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .cv .cv__entryContact .cv__entryContactTitle p {
    font-size: 15px;
    font-size: 0.83333rem;
  }
  .cv .cv__entryContact .cv__entryContactTitle p br {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__entryContact .cv__entryContactTitle p {
    text-align: left;
  }
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__entryContact .cv__entryContactTitle p {
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
    font-size: 1rem;
  }
  .cv .cv__entryContact .cv__entryContactTitle p br {
    display: block;
  }
}

.cv .cv__entryContact .cv__entryContactInfo {
  width: 100%;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .cv .cv__entryContact .cv__entryContactInfo {
    width: 52%;
  }
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__entryContact .cv__entryContactInfo {
    width: 43%;
    margin-right: 2%;
    margin-bottom: 0;
  }
}

.cv .cv__entryContact .cv__entryContactInfo p {
  margin: 0;
  font-size: 13px;
  font-size: 0.72222rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__entryContact .cv__entryContactInfo p {
    font-size: 18px;
    font-size: 1rem;
    text-align: left;
    line-height: 1;
  }
}

.cv .cv__entryContact .cv__entryContactInfo p .cv_entryContactDep {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .cv .cv__entryContact .cv__entryContactInfo p .cv_entryContactDep {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.77778rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__entryContact .cv__entryContactInfo p .cv_entryContactDep {
    font-size: 18px;
    font-size: 1rem;
  }
}

.cv .cv__entryContact .cv__entryContactInfo p .cv__entryContactTel {
  font-size: 18px;
  font-size: 1rem;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .cv .cv__entryContact .cv__entryContactInfo p .cv__entryContactTel {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__entryContact .cv__entryContactInfo p .cv__entryContactTel {
    font-size: 30px;
    font-size: 1.66667rem;
    margin-bottom: 10px;
  }
}

.cv .cv__entryContact .cv__entryContactInfo p .cv__entryContactTel .cv__entryContactTelNum {
  font-size: 28px;
  font-size: 1.55556rem;
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__entryContact .cv__entryContactInfo p .cv__entryContactTel .cv__entryContactTelNum {
    font-size: 38px;
    font-size: 2.11111rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__entryContact .cv__entryContactInfo p .cv__entryContactTel .cv__entryContactTelNum {
    font-size: 52px;
    font-size: 2.88889rem;
  }
}

.cv .cv__entryContact .cv__entryContactInfo p .cv__entryContactTel .cv__entryContactTelNum a {
  text-decoration: none;
  color: #fff;
}

.cv .cv__entryContact .cv__entryContactInfo p .cv__entryContactSchedule {
  font-size: 13px;
  font-size: 0.72222rem;
  display: block;
  line-height: 1.4;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__entryContact .cv__entryContactInfo p .cv__entryContactSchedule {
    font-size: 15px;
    font-size: 0.83333rem;
    font-weight: normal;
  }
}

.cv .cv__entryContact .cv__entryContactMail {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .cv .cv__entryContact .cv__entryContactMail {
    width: 44%;
  }
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__entryContact .cv__entryContactMail {
    width: 32%;
  }
}

.cv .cv__entryContact .cv__entryContactMail a {
  margin: 0;
  padding: 20px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #f3390d;
  border: 3px solid #fff;
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__entryContact .cv__entryContactMail a {
    transition: all .2s;
  }
  .cv .cv__entryContact .cv__entryContactMail a:hover {
    background-color: #faad07;
  }
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__entryContact .cv__entryContactMail a {
    padding: 30px 20px;
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.cv .cv__entryContact .cv__entryContactMail a .icon {
  display: inline-block;
  padding-left: 38px;
  background-image: url("/images/recruit/icon_mail_white.svg");
  background-repeat: no-repeat;
}

/*==================================================
  footerMenu
==================================================*/
.footerMenu {
  width: 100%;
  background-color: #6d1905;
}

.footerMenu .footerMenu__inner {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 1280px) {
  .footerMenu .footerMenu__inner {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0;
  }
}

.footerMenu .footerMenu__block {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .footerMenu .footerMenu__block {
    width: 31%;
    margin-right: 3.5%;
  }
  .footerMenu .footerMenu__block:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .footerMenu .footerMenu__block {
    width: 18.4%;
    margin-right: 2%;
  }
  .footerMenu .footerMenu__block:nth-child(3n) {
    margin-right: 2%;
  }
  .footerMenu .footerMenu__block:nth-child(5n) {
    margin-right: 0;
  }
}

.footerMenu .footerMenu__block ul {
  margin: 0;
  padding: 0;
}

.footerMenu .footerMenu__block ul li {
  list-style: none;
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: bold;
}

.footerMenu .footerMenu__block ul li a {
  color: #fff;
  text-decoration: none;
}

.footerMenu .footerMenu__block ul li a:hover {
  text-decoration: underline;
}

.footerMenu .footerMenu__block ul li > ul {
  margin-left: 1rem;
}

.footerMenu .footerMenu__block ul li > ul li {
  padding-left: 1rem;
  position: relative;
  font-weight: normal;
}

.footerMenu .footerMenu__block ul li > ul li:before {
  width: 1rem;
  content: "－";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}

/*=====================================================
  footer
=====================================================*/
.footerInfo {
  width: 100%;
  margin: 0;
  padding: 0;
}

.footerInfo .footerInfo__inner {
  width: 100%;
  padding: 30px 20px;
}

@media print, screen and (min-width: 768px) {
  .footerInfo .footerInfo__inner {
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 1400px) {
  .footerInfo .footerInfo__inner {
    width: 1200px;
    padding: 30px 0;
  }
}

.footerInfo .footerInfo__logo {
  width: 335px;
  margin: 0 auto 15px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .footerInfo .footerInfo__logo {
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media print, screen and (min-width: 1280px) {
  .footerInfo .footerInfo__logo {
    width: 375px;
    margin: 0;
    justify-content: left;
  }
}

.footerInfo .footerInfo__logo .footerInfo__logoCompany {
  width: 180px;
  margin-right: 15px;
}

.footerInfo .footerInfo__logo .footerInfo__logoGroup {
  width: 140px;
  position: relative;
  top: 4px;
}

.footerInfo .footerInfo__address {
  margin-bottom: 20px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footerInfo .footerInfo__address {
    width: 65%;
    margin: 0 auto 0 0;
    text-align: left;
  }
}

@media print, screen and (min-width: 1280px) {
  .footerInfo .footerInfo__address {
    width: 48%;
  }
}

.footerInfo .footerInfo__address p {
  line-height: 1.6;
  margin: 0;
  font-size: 13px;
  font-size: 0.72222rem;
}

@media print, screen and (min-width: 1024px) {
  .footerInfo .footerInfo__address p {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.footerInfo .footerInfo__access {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footerInfo .footerInfo__access {
    width: 35%;
  }
}

@media print, screen and (min-width: 1280px) {
  .footerInfo .footerInfo__access {
    width: 240px;
  }
  .footerInfo .footerInfo__access .button, .footerInfo .footerInfo__access .buttonUp, .footerInfo .footerInfo__access .buttonLeft, .footerInfo .footerInfo__access .buttonEdit, .footerInfo .footerInfo__access .buttonDown, .footerInfo .footerInfo__access .buttonGreen, .footerInfo .footerInfo__access .buttonLarge, .footerInfo .footerInfo__access .buttonWin, .footerInfo .footerInfo__access .buttonPdf, .footerInfo .footerInfo__access .buttonWord, .footerInfo .footerInfo__access .buttonExcel, .footerInfo .footerInfo__access .buttonPpt {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

/*==================================================
  footer
==================================================*/
.footer {
  color: #fff;
  background-color: #2b2b31;
}

.footer .footer__inner {
  width: 100%;
  padding: 30px 20px;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
  }
}

@media print, screen and (min-width: 1400px) {
  .footer .footer__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
  }
}

.footer .footer__link {
  width: 100%;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__link {
    width: 50%;
    margin-bottom: 0;
  }
}

.footer .footer__link ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__link ul {
    justify-content: left;
  }
}

.footer .footer__link ul li {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  font-size: 13px;
  font-size: 0.72222rem;
  display: block;
  position: relative;
  line-height: 1;
}

.footer .footer__link ul li:first-child::before {
  width: 1px;
  height: 12px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}

.footer .footer__link ul li::after {
  width: 1px;
  height: 12px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
}

.footer .footer__link ul li a {
  color: #fff;
  text-decoration: none;
}

.footer .footer__link ul li a:hover {
  text-decoration: underline;
}

.footer .copyright {
  width: 100%;
  margin: 0;
  font-size: 11px;
  font-size: 0.61111rem;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer .copyright {
    width: 50%;
    text-align: right;
  }
}

/*==================================================
  btnPageTop
==================================================*/
.btnPageTop {
  position: relative;
}

.btnPageTop a {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("/images/recruit/icon_arrow_s_white_up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 5px;
}

/*=====================================================
  bdr
=====================================================*/
.bdr, .bdrRed, .bdrLinkList {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #e5e5df;
}

/*---------------------------------------------------
  bdrRed
---------------------------------------------------*/
.bdrRed {
  border-width: 5px;
  border-color: #f3390d;
}

/*=====================================================
  bdrDot
=====================================================*/
.bdrDot {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 15px;
  border: 2px dotted #e5e5df;
}

/*=====================================================

=====================================================*/
.bdrLinkList {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*=====================================================
  depContact
=====================================================*/
.depContact .depContact__title {
  padding: 0;
  background: none;
  border: none;
}

/*=====================================================
  button
=====================================================*/
.button, .buttonUp, .buttonLeft, .buttonEdit, .buttonDown, .buttonGreen, .buttonLarge, .buttonWin, .buttonPdf, .buttonWord, .buttonExcel, .buttonPpt {
  min-width: 240px;
  padding: 18px 72px 18px 20px;
  display: inline-block;
  font-size: 15px;
  font-size: 0.83333rem;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
  background-color: #bf2804;
  text-decoration: none;
  position: relative;
  text-align: center;
  border: none;
}

@media print, screen and (min-width: 1024px) {
  .button, .buttonUp, .buttonLeft, .buttonEdit, .buttonDown, .buttonGreen, .buttonLarge, .buttonWin, .buttonPdf, .buttonWord, .buttonExcel, .buttonPpt {
    font-size: 18px;
    font-size: 1rem;
  }
}

.button:before, .buttonUp:before, .buttonLeft:before, .buttonEdit:before, .buttonDown:before, .buttonGreen:before, .buttonLarge:before, .buttonWin:before, .buttonPdf:before, .buttonWord:before, .buttonExcel:before, .buttonPpt:before {
  width: 52px;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #6d1905;
  background-image: url(/images/recruit/icon_arrow_m_white_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 13px;
}

@media print, screen and (min-width: 1024px) {
  .button:before, .buttonUp:before, .buttonLeft:before, .buttonEdit:before, .buttonDown:before, .buttonGreen:before, .buttonLarge:before, .buttonWin:before, .buttonPdf:before, .buttonWord:before, .buttonExcel:before, .buttonPpt:before {
    transition: all .2s;
  }
}

@media print, screen and (min-width: 1024px) {
  .button, .buttonUp, .buttonLeft, .buttonEdit, .buttonDown, .buttonGreen, .buttonLarge, .buttonWin, .buttonPdf, .buttonWord, .buttonExcel, .buttonPpt {
    transition: all .2s;
  }
  .button:hover, .buttonUp:hover, .buttonLeft:hover, .buttonEdit:hover, .buttonDown:hover, .buttonGreen:hover, .buttonLarge:hover, .buttonWin:hover, .buttonPdf:hover, .buttonWord:hover, .buttonExcel:hover, .buttonPpt:hover {
    background-color: #f3390d;
  }
  .button:hover:before, .buttonUp:hover:before, .buttonLeft:hover:before, .buttonEdit:hover:before, .buttonDown:hover:before, .buttonGreen:hover:before, .buttonLarge:hover:before, .buttonWin:hover:before, .buttonPdf:hover:before, .buttonWord:hover:before, .buttonExcel:hover:before, .buttonPpt:hover:before {
    background-color: #bf2804;
    background-position: right 15px center;
  }
}

.buttonUp:before {
  background-image: url(/images/recruit/icon_arrow_m_white_up.svg);
  background-size: 13px 7px;
}

@media print, screen and (min-width: 1024px) {
  .buttonUp {
    transition: all .2s;
  }
  .buttonUp:hover {
    background-color: #f3390d;
  }
  .buttonUp:hover:before {
    background-position: center top 15px;
  }
}

.buttonLeft, .buttonEdit {
  padding: 18px 20px 18px 72px;
}

.buttonLeft:before, .buttonEdit:before {
  left: 0;
  background-image: url(/images/recruit/icon_arrow_m_white_left.svg);
  background-size: 7px 13px;
}

@media print, screen and (min-width: 1024px) {
  .buttonLeft, .buttonEdit {
    transition: all .2s;
  }
  .buttonLeft:hover, .buttonEdit:hover {
    background-color: #f3390d;
  }
  .buttonLeft:hover:before, .buttonEdit:hover:before {
    background-position: left 15px center;
  }
}

.buttonDown:before {
  background-image: url(/images/recruit/icon_arrow_m_white_down.svg);
  background-size: 13px 7px;
}

@media print, screen and (min-width: 1024px) {
  .buttonDown {
    transition: all .2s;
  }
  .buttonDown:hover {
    background-color: #f3390d;
  }
  .buttonDown:hover:before {
    background-position: center bottom 15px;
  }
}

.buttonEdit {
  background-color: #666;
  color: #fff !important;
  background-image: none;
  border-color: #666;
}

.buttonEdit:before {
  background-color: #333;
}

.buttonEdit:hover {
  background-color: #333;
  border-color: #333;
  background-image: none;
}

.buttonEdit:hover:before {
  background-color: #000;
}

.buttonGreen {
  background-color: #f3390d;
  color: #fff !important;
  background-image: url(/images/recruit/icon_arrow_m_white_right.svg);
  border-color: #f3390d;
}

.buttonGreen:hover {
  background-color: #f9a006;
  border-color: #f9a006;
}

.buttonLarge {
  font-weight: bold;
  font-size: 18px;
  font-size: 1rem;
}

@media print, screen and (min-width: 1024px) {
  .buttonLarge {
    padding: 24px 104px 24px 24px;
    font-size: 24px;
    font-size: 1.33333rem;
  }
  .buttonLarge:before {
    width: 80px;
    background-size: 11px 18px;
  }
  .buttonLarge:hover:before {
    background-position: right 20px center;
  }
}

.buttonMail {
  margin: 0;
  padding: 20px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #f3390d;
}

@media print, screen and (min-width: 1024px) {
  .buttonMail {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .buttonMail {
    padding: 20px 40px;
    transition: all .2s;
  }
  .buttonMail:hover {
    background-color: #faad07;
  }
}

.buttonMail .icon {
  display: inline-block;
  padding-left: 42px;
  background-image: url("/images/recruit/icon_mail_white.svg");
  background-repeat: no-repeat;
  background-size: 26px 20px;
  background-position: 0 center;
}

/*=====================================================
  buttonWin
=====================================================*/
.buttonWin:before {
  background-image: url(/images/recruit/icon_win_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px 13px;
}

.buttonPdf:before {
  background-image: url("../images/recruit/icon_file_pdf.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}

.buttonPdf:hover:before {
  background-size: 18px 18px;
}

.buttonWord:before {
  background-image: url("../images/recruit/icon_file_word.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}

.buttonWord:hover:before {
  background-size: 18px 18px;
}

.buttonExcel:before {
  background-image: url("../images/recruit/icon_file_excel.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}

.buttonExcel:hover:before {
  background-size: 18px 18px;
}

.buttonPpt:before {
  background-image: url("../images/recruit/icon_file_ppt.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}

.buttonPpt:hover:before {
  background-size: 18px 18px;
}

/*=====================================================
  color
=====================================================*/
.red {
  color: #f3390d;
}

.blue {
  color: #f3390d;
}

.green {
  color: #42b31a;
}

.yellow {
  color: #ffff00;
}

.orange {
  color: #ff9900;
}

.fs--xl {
  font-size: 22px;
  font-size: 1.22222rem;
}

@media print, screen and (min-width: 1024px) {
  .fs--xl {
    font-size: 26px;
    font-size: 1.44444rem;
  }
}

.fs--l {
  font-size: 18px;
  font-size: 1rem;
}

@media print, screen and (min-width: 1024px) {
  .fs--l {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.fs--ml {
  font-size: 18px;
  font-size: 1rem;
}

.fs--m {
  font-size: 18px;
  font-size: 1rem;
}

.fs--s {
  font-size: 12px;
  font-size: 0.66667rem;
}

@media print, screen and (min-width: 1024px) {
  .fs--s {
    font-size: 13px;
    font-size: 0.72222rem;
  }
}

/*=====================================================
  tblBlock--form
=====================================================*/
.f__errorMsg {
  padding: 5px;
  display: block;
  color: #f3390d !important;
  font-weight: bold;
  line-height: 1.8;
  background-color: #fdeaea;
}

/*=====================================================
  f_text
=====================================================*/
input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
  display: inline-block;
}

input[type=submit],
button {
  border: none;
  cursor: pointer;
}

label {
  margin-right: 0;
  display: inline-block;
}

.f_caseText {
  color: #999;
}

.f__text {
  padding: 14px !important;
  border: 1px solid #e5e5df !important;
  font-size: 16px;
  font-size: 0.88889rem;
}

@media print, screen and (min-width: 768px) {
  .f__text {
    font-size: 18px;
    font-size: 1rem;
  }
}

.f__select {
  padding: 14px !important;
  border: 1px solid #e5e5df !important;
  font-size: 16px;
  font-size: 0.88889rem;
}

@media print, screen and (min-width: 768px) {
  .f__select {
    font-size: 18px;
    font-size: 1rem;
  }
}

.f__textarea {
  padding: 10px !important;
  border: 1px solid #e5e5df !important;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .f__textarea {
    font-size: 18px;
    font-size: 1rem;
  }
}

.f__name,
.f__kana {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__name,
  .f__kana {
    width: 300px;
  }
}

.f__fullName {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__fullName {
    width: 300px;
  }
}

.f__age {
  width: 10%;
}

@media print, screen and (min-width: 768px) {
  .f__age {
    width: 50px;
  }
}

.f__tel {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__tel {
    width: 300px;
  }
}

.f__zip {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__zip {
    width: 160px;
  }
}

.f__company,
.f__dep {
  width: 70%;
}

@media print, screen and (min-width: 768px) {
  .f__company,
  .f__dep {
    width: 300px;
  }
}

.f__mail {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .f__mail {
    width: 400px;
  }
}

.f__date {
  width: 100%;
}

.f__address {
  width: 100%;
}

.f__comment {
  width: 100%;
  height: 200px;
}

@media print, screen and (min-width: 1024px) {
  .f__comment {
    height: 300px;
  }
}

.f__require {
  background-color: #fefdc5;
}

.f_requireBox {
  display: inline-block;
  padding: 10px;
}

.iconRequire, .iconOptional {
  margin-left: 5px;
  padding: 3px 8px;
  position: relative;
  top: -2px;
  display: inline-block;
  color: #FFF;
  line-height: 1;
  font-size: 11px;
  font-size: 0.61111rem;
  background-color: #f3390d;
  border-radius: 10px;
}

.iconOptional {
  background-color: #74948a;
}

/*---------------------------------------------------
  errBox
---------------------------------------------------*/
.errBdrBox {
  margin-bottom: 1rem;
  padding: 15px 20px;
  font-weight: bold;
  color: #f3390d;
  border: 5px solid #f3390d;
  background: #fdeaea;
}

@media print, screen and (min-width: 768px) {
  .errBdrBox {
    padding: 20px;
  }
}

.errBdrBox p {
  font-size: 18px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .errBdrBox p {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

/*---------------------------------------------------
  err
---------------------------------------------------*/
.f__errForm {
  border: 1px solid #f3390d !important;
  background: #fdeaea !important;
}

.f__errBox {
  background: #fdeaea !important;
}

.f__errMsg {
  margin: 0 0 10px 0;
  padding: 10px;
  color: #f3390d;
  font-weight: bold;
  line-height: 1.4;
  background-color: #fdeaea;
}

.f__errText {
  margin-bottom: 10px;
  padding: 8px;
  color: #f3390d;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.4;
  font-weight: bold;
  background-color: #fdeaea;
}

.fBtnArea {
  margin: 2rem 0;
  overflow: hidden;
}

.fBtnArea .fBtnArea__rightBox {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 576px) {
  .fBtnArea .fBtnArea__rightBox {
    width: 48%;
    float: right;
  }
}

.fBtnArea .fBtnArea__leftBox {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 576px) {
  .fBtnArea .fBtnArea__leftBox {
    width: 48%;
    float: left;
  }
}

/*==================================================
  f_button
==================================================*/
.f_button {
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

@media print, screen and (min-width: 768px) {
  .f_button {
    width: auto;
    padding: 24px 84px 24px 34px;
    font-weight: bold;
    font-size: 22px;
    font-size: 1.22222rem;
  }
}

/*=====================================================
  hr
=====================================================*/
hr {
  width: 100%;
  height: 3px;
  margin: 20px 0;
  padding: 0;
  border: none;
  background: url(/images/recruit/hr_bg.png) repeat-x 0 0;
}

/*=====================================================
  icon
=====================================================*/
.iconArrow, .iconArrowLeft, .iconArrowUp, .iconArrowDown {
  padding-left: 18px;
  background-image: url(/images/recruit/icon_arrow_s_primary_right.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 5px 7px;
}

.iconArrowLeft {
  background-image: url(/images/recruit/icon_arrow_s_primary_left.svg);
  background-size: 5px 7px;
}

.iconArrowUp {
  background-image: url(/images/recruit/icon_arrow_s_primary_up.svg);
  background-size: 7px 5px;
}

.iconArrowDown {
  background-image: url(/images/recruit/icon_arrow_s_primary_down.svg);
  background-size: 7px 5px;
}

/*=====================================================
  new
=====================================================*/
.iconNew {
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px 6px 2px 6px;
  display: inline-block;
  font-size: 8px;
  font-size: 0.44444rem;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  background: #f3390d;
  border-radius: 30px;
  vertical-align: middle;
}

/*=====================================================
  file
=====================================================*/
.iconPdf::before, .iconWord::before, .iconExcel::before, .iconPpt::before {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  padding-right: 18px;
  display: inline-block;
  position: relative;
  top: -2px;
  content: '';
  background-image: url("/images/recruit/icon_file_pdf.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}

.iconWord::before {
  background-image: url("/images/recruit/icon_file_word.svg");
}

.iconExcel::before {
  background-image: url("/images/recruit/icon_file_excel.svg");
}

.iconPpt::before {
  background-image: url("/images/recruit/icon_file_ppt.svg");
}

.iconWin {
  position: relative;
}

.iconWin::after {
  width: 18px;
  height: 13px;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 10px;
  display: inline-block;
  content: '';
  background: url(/images/recruit/icon_win.svg) no-repeat 0 0;
  background-size: 17px 13px;
  vertical-align: middle;
  background-size: 17px 13px;
}

.icon--none::before,
.icon--none::after {
  width: 0 !important;
  height: 0 !important;
  margin-bottom: 0;
  padding: 0 !important;
  content: "" !important;
  background: none !important;
}

.icon--noneBefore::before {
  padding: 0 !important;
  content: "" !important;
}

.icon--noneAfter::after {
  padding: 0 !important;
  content: "" !important;
}

/*=====================================================
  indexList
=====================================================*/
.indexList a {
  display: block;
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 1024px) {
  .indexList a {
    transition: all .2s;
  }
  .indexList a:hover .indexList__pht img {
    transform: scale(1.2);
  }
  .indexList a:hover .indexList__title {
    background-color: #f3390d;
  }
  .indexList a:hover .indexList__title:before {
    background-color: #bf2804;
    background-position: right 20px center;
  }
}

.indexList .indexList__pht {
  margin-bottom: 0;
  overflow: hidden;
}

.indexList .indexList__pht img {
  transition: all .2s;
}

.indexList .indexList__title {
  margin: 0;
  padding: 10px 46px 10px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  font-size: 0.72222rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  position: relative;
  background-color: #bf2804;
}

@media print, screen and (min-width: 768px) {
  .indexList .indexList__title {
    padding: 16px 46px 16px 16px;
    font-size: 14px;
    font-size: 0.77778rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .indexList .indexList__title {
    font-size: 16px;
    font-size: 0.88889rem;
    transition: all .2s;
  }
}

.indexList .indexList__title:before {
  width: 36px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #6d1905;
  background-image: url(/images/recruit/icon_arrow_m_white_right.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 7px 13px;
  transition: all .2s;
}

@media print, screen and (min-width: 1024px) {
  .indexList .indexList__title:before {
    width: 56px;
    background-position: center center;
  }
}

.indexList .indexList__text {
  margin: 15px 0 0 0;
  padding: 0;
  line-height: 1.6;
  font-size: 13px;
  font-size: 0.72222rem;
}

@media print, screen and (min-width: 1024px) {
  .indexList .indexList__text {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

/*=====================================================
  linkList
=====================================================*/
.linkList, .linkListAnchor {
  margin: 1rem 0;
  padding: 0;
}

.linkList ul, .linkListAnchor ul {
  margin: 0;
  padding: 0;
}

.linkList li, .linkListAnchor li {
  padding: 0 0 0 14px;
  list-style: none;
  background-image: url(/images/recruit/icon_arrow_s_primary_right.svg);
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 5px 7px;
}

@media print, screen and (min-width: 1024px) {
  .linkList li, .linkListAnchor li {
    background-position: 0 12px;
  }
}

.linkList.linkList--side ul, .linkList--side.linkListAnchor ul {
  overflow: hidden;
}

@media print, screen and (min-width: 576px) {
  .linkList.linkList--side li, .linkList--side.linkListAnchor li {
    padding-right: 20px;
    display: inline-block;
  }
}

.linkList.linkList--2col ul, .linkList--2col.linkListAnchor ul {
  overflow: hidden;
}

@media print, screen and (min-width: 576px) {
  .linkList.linkList--2col li, .linkList--2col.linkListAnchor li {
    width: 49%;
    padding-right: 2%;
    display: inline-block;
    vertical-align: top;
  }
  .linkList.linkList--2col li:nth-child(2n), .linkList--2col.linkListAnchor li:nth-child(2n) {
    padding-right: 0;
  }
}

.linkList.linkList--left li, .linkList--left.linkListAnchor li {
  background-image: url(/images/recruit/icon_arrow_s_primary_left.svg);
}

.linkList.linkList--up li, .linkList--up.linkListAnchor li {
  background-image: url(/images/recruit/icon_arrow_s_primary_up.svg);
}

.linkList.linkList--down li, .linkList--down.linkListAnchor li {
  background-image: url(/images/recruit/icon_arrow_s_primary_down.svg);
}

/*=====================================================
  linkListAnchor
=====================================================*/
.linkListAnchor {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid #ced6dc;
}

.linkListAnchor ul {
  overflow: hidden;
}

.linkListAnchor li {
  padding-left: 18px;
  background-image: url(/images/recruit/icon_arrow_s_primary_down.svg);
  background-position: 0 12px;
  background-size: 7px 5px;
}

@media print, screen and (min-width: 576px) {
  .linkListAnchor li {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    background-position: 0 14px;
  }
}

.linkListAnchor.linkListAnchor--right ul li {
  background-image: url(/images/recruit/icon_arrow_s_primary_right.svg);
  background-position: 0 10px;
  background-size: 5px 7px;
}

@media print, screen and (min-width: 1024px) {
  .linkListAnchor.linkListAnchor--right ul li {
    background-position: 0 12px;
  }
}

/*=====================================================
  ol/ul
=====================================================*/
ol,
ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 0px 0px 30px;
}

ol li,
ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.8;
  font-size: 16px;
  font-size: 0.88889rem;
}

@media print, screen and (min-width: 1024px) {
  ol li,
  ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}

ol li ul,
ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list--none ul {
  padding-left: 0;
}

.list--none ul li {
  list-style: none !important;
}

/*=====================================================
  dl
=====================================================*/
dl dt {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.8;
  font-weight: bold;
  font-size: 16px;
  font-size: 0.88889rem;
}

@media print, screen and (min-width: 1024px) {
  dl dt {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

dl dd {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  padding-left: 1rem;
  line-height: 1.8;
  font-size: 16px;
  font-size: 0.88889rem;
}

@media print, screen and (min-width: 1024px) {
  dl dd {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

/*==================================================
  list2col
==================================================*/
.list2col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 576px) {
  .list2col ul li {
    width: 46%;
  }
}

/*==================================================
  list3col
==================================================*/
.list3col ul {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .list3col ul li {
    width: 30%;
    margin-right: 5%;
  }
  .list3col ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/*==================================================
  list4col
==================================================*/
.list4col ul {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .list4col ul li {
    width: 22%;
    margin-right: 4%;
  }
  .list4col ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/*=====================================================
  ol/ul
=====================================================*/
.listArrow ul, .listArrow ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0px;
}

.listArrow li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
  list-style: none;
}

.listArrow li a {
  padding: 2px 15px 2px 15px;
  display: inline-block;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  background-image: url(/images/recruit/icon_arrow_s_primary_right.svg);
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 5px 7px;
}

@media print, screen and (min-width: 1024px) {
  .listArrow li a {
    font-size: 18px;
    font-size: 1rem;
  }
}

.listArrow.listArrow--horizon li {
  margin-right: 20px;
  display: inline-block;
}

/*=====================================================
  news
=====================================================*/
.news {
  margin: 0 0 20px 0;
  padding: 0;
}

.news ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.news ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  background-image: url("/images/recruit/icon_arrow_m_primary_right.svg");
  background-size: 7px 13px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}

.news ul li:nth-child(odd) {
  background-color: #f8f8f5;
}

@media print, screen and (min-width: 1024px) {
  .news ul li {
    transition: all .2s;
  }
  .news ul li:hover {
    background-position: right 10px center;
    transform: scale(1.02);
    box-shadow: 0px 0px 16px -6px rgba(156, 154, 154, 0.8);
  }
}

.news ul li .news__date {
  width: 100%;
  font-weight: bold;
  display: block;
  color: #808184;
}

@media print, screen and (min-width: 768px) {
  .news ul li .news__date {
    width: 20%;
  }
}

.news ul li .news__title {
  width: 100%;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .news ul li .news__title {
    width: 80%;
  }
}

.news ul a {
  width: 100%;
  padding: 20px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}

@media print, screen and (min-width: 1024px) {
  .news ul a:hover .news__title {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 1280px) {
  .news ul a {
    padding: 30px;
  }
}

/*=====================================================
  paging
=====================================================*/
.paging {
  text-align: center;
}

.paging ul {
  margin: 0;
  padding: 0;
}

.paging ul li {
  margin: 0;
  padding: 0px;
  font-size: 15px;
  font-size: 0.83333rem;
  list-style: none;
  background-image: none;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
}

.paging ul li a {
  color: #333;
  display: inline-block;
  padding: 8px 10px;
  text-decoration: none;
  border: 1px solid #ced6dc;
  box-sizing: border-box;
  transition: all .2s;
}

.paging ul li a:hover {
  background: #f3390d;
  color: #fff;
  border-color: #f3390d;
}

.paging ul li.on a {
  background: #f3390d !important;
  color: #fff !important;
  border-color: #f3390d !important;
}

/*=====================================================
  table
=====================================================*/
table th, table td {
  font-size: 18px;
  font-size: 1rem;
}

/*---------------------------------------------------
  table
---------------------------------------------------*/
.main table, #bge-content table {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 1px solid #e5e5df;
}

.main th, #bge-content th {
  padding: 10px;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 2;
  text-align: center;
  background-color: #f8f8f5;
  border: 1px solid #e5e5df;
}

@media print, screen and (min-width: 1024px) {
  .main th, #bge-content th {
    padding: 16px;
    font-size: 18px;
    font-size: 1rem;
  }
}

.main thead th, #bge-content thead th {
  background-color: #f2f2e9;
  text-align: center;
  vertical-align: middle;
}

.main td, #bge-content td {
  padding: 10px;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 2;
  background-color: #fff;
  border: 1px solid #e5e5df;
  vertical-align: middle;
}

@media print, screen and (min-width: 1024px) {
  .main td, #bge-content td {
    padding: 16px;
    font-size: 18px;
    font-size: 1rem;
  }
}

.main.table--small th, .main.table--small td, #bge-content.table--small th, #bge-content.table--small td {
  padding: 3px;
}

.main .js-on, #bge-content .js-on {
  background-color: #ffffcc !important;
}

@media print, screen and (min-width: 1024px) {
  .main .js-on, #bge-content .js-on {
    background-color: transparent !important;
  }
}

.tableBlock table {
  padding-bottom: 20px;
  display: block;
  border-width: 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock table {
    padding-bottom: 0;
    display: table;
    border-bottom-width: 0;
  }
}

.tableBlock tbody {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tableBlock tbody {
    display: table-row-group;
  }
}

.tableBlock tr {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tableBlock tr {
    display: table-row;
  }
}

.tableBlock th, .tableBlock td {
  display: block;
  border-width: 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock th, .tableBlock td {
    display: table-cell;
    border-width: 1px;
  }
}

.tableBlock th {
  text-align: left;
  font-weight: bold;
}

.tableBlock th:empty {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .tableBlock th {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .tableBlock th:empty {
    display: table-cell;
  }
}

.tableBlock td {
  padding: 14px;
  border-width: 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock td {
    padding: 18px;
    border: 1px solid #e5e5df;
    border-bottom-style: solid;
  }
}

/* =====================================================
  tableBorderNone
=====================================================*/
.main .tableBorderNone, #editor-input-content .tableBorderNone {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
}

.main .tableBorderNone th, #editor-input-content .tableBorderNone th {
  padding: 8px 10px;
  text-align: left;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.5;
  border: none;
}

@media print, screen and (min-width: 1024px) {
  .main .tableBorderNone th, #editor-input-content .tableBorderNone th {
    font-size: 18px;
    font-size: 1rem;
  }
}

.main .tableBorderNone thead th, #editor-input-content .tableBorderNone thead th {
  text-align: center;
  border: none;
}

.main .tableBorderNone td, #editor-input-content .tableBorderNone td {
  padding: 8px 10px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 0.88889rem;
  border: none;
}

@media print, screen and (min-width: 1024px) {
  .main .tableBorderNone td, #editor-input-content .tableBorderNone td {
    font-size: 18px;
    font-size: 1rem;
  }
}

/*=====================================================
  scroll
=====================================================*/
.scroll {
  margin: 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media print, screen and (min-width: 1024px) {
  .scroll {
    margin: 0;
    overflow: visible;
    white-space: normal;
  }
}

.scroll table {
  max-width: 1020px !important;
  width: 800px !important;
  margin: 1rem 0 !important;
}

@media print, screen and (min-width: 1024px) {
  .scroll table {
    width: 100%;
    max-width: 1200px;
  }
}

.scroll table th,
.scroll table td {
  vertical-align: middle;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.scroll:before {
  content: "\008868\00306f\005de6\0053f3\00306b\0030b9\0030af\0030ed\0030fc\0030eb\003067\00304d\00307e\003059";
  /* 文字化け対策のためUnicode変換 */
  color: #fff;
  font-size: 12px;
  background-color: #666;
  border-radius: 8px;
  padding: 0.05em 0.5em;
}

@media print, screen and (min-width: 1024px) {
  .scroll:before {
    display: none;
  }
}

/*==================================================
  tableBtnView
==================================================*/
.tableBtnView {
  width: 100%;
  padding: 10px;
  display: block;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #f3390d;
  border-radius: 3px;
  transition: all .2s;
}

.tableBtnView .icon {
  padding-left: 30px;
  display: inline-block;
  background-image: url("/images/recruit/swap_horiz_white_24dp.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 24px 24px;
}

.tableBtnView.on {
  background-color: #808184;
}

@media print, screen and (min-width: 768px) {
  .tableBtnView {
    display: none;
  }
}

/*=====================================================
  topicPath
=====================================================*/
.topicPath {
  width: 100%;
  margin: 0;
  padding: 8px 20px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5df;
  position: relative;
}

@media print, screen and (min-width: 1024px) {
  .topicPath {
    width: 100%;
    margin: 0;
    padding: 12px 20px;
  }
}

.topicPath:after {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.topicPath ol {
  margin: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
  position: relative;
  overflow-x: auto;
}

.topicPath ol li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 1.4;
  color: #7f7f74;
}

.topicPath ol li::before {
  content: " > ";
}

.topicPath ol li:first-child::before {
  content: "";
}

.topicPath ol li a {
  color: #7f7f74;
  text-decoration: none;
}

.topicPath ol li a:hover {
  text-decoration: underline;
}

/*---------------------------------------------------
  h1
---------------------------------------------------*/
h1,
.h1 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 30px;
    font-size: 1.66667rem;
  }
}

/*---------------------------------------------------
  h2
---------------------------------------------------*/
h2,
.h2 {
  margin: 20px 0;
  padding: 12px 14px 12px 20px;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  position: relative;
  background-color: #f8f8f5;
}

@media print, screen and (min-width: 1024px) {
  h2,
  .h2 {
    margin-bottom: 30px;
    padding: 14px 16px 14px 24px;
    font-size: 26px;
    font-size: 1.44444rem;
  }
}

h2:before,
.h2:before {
  width: 6px;
  height: 28px;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 0;
  background-color: #f3390d;
}

@media print, screen and (min-width: 1024px) {
  h2:before,
  .h2:before {
    width: 6px;
    height: 34px;
    top: 18px;
  }
}

h2:first-child,
.h2:first-child {
  margin-top: 0;
}

/*---------------------------------------------------
  h3
---------------------------------------------------*/
h3,
.h3 {
  margin: 20px 0;
  padding-bottom: 0.6rem;
  position: relative;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 3px solid #f8f8f5;
}

@media print, screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 24px;
    font-size: 1.33333rem;
    margin-bottom: 30px;
  }
}

h3::after,
.h3::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 30%;
  height: 3px;
  background-color: #f3390d;
}

@media print, screen and (min-width: 1024px) {
  h3::after,
  .h3::after {
    width: 140px;
  }
}

/*---------------------------------------------------
  h4
---------------------------------------------------*/
h4,
.h4 {
  margin: 20px 0;
  padding: 0 0 10px 20px;
  position: relative;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}

@media print, screen and (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

h4:before,
.h4:before {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #f3390d;
}

@media print, screen and (min-width: 1024px) {
  h4:before,
  .h4:before {
    top: 8px;
  }
}

/*---------------------------------------------------
  h5
---------------------------------------------------*/
h5,
.h5 {
  margin: 20px 0;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
}

h5:before,
.h5:before {
  width: 13px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #f3390d;
}

/*---------------------------------------------------
  h6
---------------------------------------------------*/
h6,
.h6 {
  margin: 20px 0;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  font-weight: bold;
}

/*---------------------------------------------------
  leadText
---------------------------------------------------*/
.leadText {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  .leadText {
    font-size: 26px;
    font-size: 1.44444rem;
    line-height: 1.8;
  }
}

/*---------------------------------------------------
  p
---------------------------------------------------*/
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 2;
}

@media print, screen and (min-width: 1024px) {
  p {
    font-size: 18px;
    font-size: 1rem;
  }
}

p:first-child {
  margin-top: 0;
}

/*=====================================================
  nowrap
=====================================================*/
.nowrap {
  white-space: nowrap;
}

/*=====================================================
  note
=====================================================*/
.note1 {
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
}

.note1_5 {
  display: inline-block;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.note2 {
  display: inline-block;
  padding-left: 2rem;
  text-indent: -2rem;
}

.note2_5 {
  display: inline-block;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

.note3 {
  display: inline-block;
  padding-left: 3rem;
  text-indent: -3rem;
}

.note3_5 {
  display: inline-block;
  padding-left: 3.5rem;
  text-indent: -3.5rem;
}
