@charset "utf-8";
/* ---------------------
  - body

  - a

  - ruby

  - container

  - header

  - headerLogo
  - headerLogoText
    - headerLogoText__main
    - headerLogoText__sub

  - headerMenuButton
  - headerMenu

  - headerInformation
    - headerInformation__title
      - headerInformationDate
    - headerInformation__body

  - headerInformationButton
    - headerInformationButton__item
      - headerInformationButton__item--entry
      - headerInformationButton__item--mypage

  - headerNav

  - headerNavList
    - headerNavList__item
      - headerNavList__item--icon

  - headerSubNav
    - headerSubNav__inner

  - headerMenu
    - headerMenu__title
    - headerMenu__body
      - headerMenu__body--flex

  - headerSubMenu
    - headerSubMenu__title
    - headerSubMenu__body

  - headerMenuList
    - headerMenuList__item

  - headerMenuList--job

  - headerMenuList--midcareer

  - main

  - footer

  - footerList
    - footerList__item

  - snsList
    - snsList__item

  - copyright

  - pageTop
--------------------- */



/* =====================
  body
===================== */
body {
  color: #444141;
  font-size: 10px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
}



/* =====================
  a
===================== */
a {
  color: #00b0e3;
}



/* =====================
  ruby
===================== */
ruby {
  position: relative;
}

ruby::before {
  position: absolute;
  top: -1.2em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: normal;
  text-align: center;
  white-space: nowrap;
  content: attr(data-ruby);
}

ruby > rt {
  display: none;
}



/* =====================
  container
===================== */
#container {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  #container {
    min-width: 1px;
  }
}



/* =====================
  header
===================== */
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}



/* =====================
  headerLogo
===================== */
#headerLogo {
  display: inline-block;
  float: left;
  padding: 19px 40px 20px;
}
@media screen and (max-width:1250px) {
  #headerLogo {
    transform: scale(0.8);
    transform-origin: left;
  }
}
@media screen and (max-width:1180px) {
  #headerLogo {
    transform: scale(0.7);
  }
}

@media screen and (max-width:1130px) {
  #headerLogo {
    transform: scale(0.6);
  }
}
@media screen and (max-width:930px) {
  #headerLogo {
    padding: 15px;
    transform: none;
    transform-origin: 50% 50% 0;
  }
}
/*@media screen and (max-width:374px) {
  #headerLogo {
    padding: 16px 15px 15px;
  }
}

#headerLogo > span {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  align-items: center;
  color: #444141;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
}
*/

#headerLogo > span a {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  align-items: center;
}

#headerLogo > span a:before {
  margin-right: 14px;
  display: block;
  width: 40px;
  height: 37px;
  background-image: url("/images/header/mark.png");
  background-position: 50%;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  content: " ";
}
@media screen and (max-width:930px) {
  #headerLogo > span a:before {
    margin-right: 10px;
    width: 27px;
    height: 25px;
  }
}



/* =====================
  headerLogoText
===================== */
#headerLogoText {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  align-items: center;
}

#headerLogoText__main a {
  display: block;
}


/*  headerLogoText__main
------------------------*/
#headerLogoText__main {
  display: block;
  width: 155px;
  height: 23px;
  overflow: hidden;
  background-image: url("/images/header/text.png");
  background-position: 50%;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  text-indent: 200%;
  white-space: nowrap;
}
@media screen and (max-width:930px) {
  #headerLogoText__main {
    width: 81px;
    height: 12px;
  }
}
/*@media screen and (max-width:374px) {
  #headerLogoText__main {
    width: 124px;
    height: 22px;
  }
}*/


/*  headerLogoText__sub
------------------------*/
#headerLogoText__sub {
  margin-top: 3px;
  display: block;
  width: 102px;
  height: 19px;
  margin-left: 15px;
  overflow: hidden;
  background-image: url("/assets/recruit/images/header/logo.png");
  background-position: 50% 100%;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  text-indent: 200%;
  white-space: nowrap;
}
@media screen and (max-width:930px) {
  #headerLogoText__sub {
    margin-top: 2px;
    width: 54px;
    height: 10px;
    margin-left: 7px;
  }
}
/*@media screen and (max-width:374px) {
  #headerLogoText__sub {
    width: 61px;
    height: 22px;
    margin-left: 5px;
  }
}*/



/* =====================
  headerMenuButton
===================== */
#headerMenuButton {
  display: none;
  position: relative;
  float: right;
  width: 55px;
  height: 55px;
  padding: 11px 10px 7px;
  padding-top: 27px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1969bc;
  color: #fff;
}
@media screen and (max-width:930px) {
  #headerMenuButton {
    display: block;
  }
}

#headerMenuButton:hover {
  cursor: pointer;
}

#headerMenuButton > span {
  display: block;
  position: absolute;
  top: 11px;
  right: 10px;
  bottom: 28px;
  left: 10px;
  z-index: 999;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  -webkit-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}

#headerMenuButton.JS-toggleMenu__active > span {
  background-color: transparent;
}

#headerMenuButton > span:before ,
#headerMenuButton > span:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: " ";
  -webkit-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}

#headerMenuButton > span:before {
  top: -7px;
}

#headerMenuButton > span:after {
  top: 7px;
}

#headerMenuButton.JS-toggleMenu__active > span:before ,
#headerMenuButton.JS-toggleMenu__active > span:after {
  top: 0;
}

#headerMenuButton.JS-toggleMenu__active > span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

#headerMenuButton.JS-toggleMenu__active > span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#headerMenuButton > div {
  display: block;
  position: relative;
  margin-top: 5px;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  text-transform: capitalize;
}

#headerMenuButton.JS-toggleMenu__active > div:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1969bc;
  content: "close";
}



/* =====================
  headerMenu
===================== */
#headerMenu {
  clear: both;
  /*border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
}
@media screen and (max-width:930px) {
  #headerMenu {
    position: fixed;
    top: 55px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    padding-bottom: 100px;
    overflow-y: scroll;
    border: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #eee;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width:930px) {
  #headerMenu.JS-toggleMenuBody {
    display: none;
  }
}



/* =====================
  headerInformation
===================== */
.headerInformationWrapper {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: stretch;
  height: 76px;
}

@media screen and (max-width:930px) {
  .headerInformationWrapper {
    position: static;
    display: block;
    height: auto;
  }
}

.headerInformation {
  padding: 0 20px;
  display: flex;
  align-items: center;
  background: #00b0e3;
  background:    -moz-linear-gradient(left,  #00b0e3 0%, #75dca1 100%);
  background: -webkit-linear-gradient(left,  #00b0e3 0%,#75dca1 100%);
  background:         linear-gradient(to right,  #00b0e3 0%,#75dca1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0e3', endColorstr='#75dca1',GradientType=1 );
  font-size: clamp(10px, 1vw, 13px);
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width:930px) {
  .headerInformation {
    padding: 25px 20px;
    display: block;
    font-size: 12px;
  }

  .headerInformation + .headerInformation {
    margin-top: 5px;
  }

  .headerInformation:not(.headerInformation--arbeit) > div {
    margin-inline: auto;
    max-width: 300px;
  }
}

.headerInformation--arbeit {
  background:    -moz-linear-gradient(left,  #e16161 50%, #ff9966 100%);
  background: -webkit-linear-gradient(left,  #e16161 50%,#ff9966 100%);
  background:         linear-gradient(to right,  #e16161 50%,#ff9966 100%);
  background-size: 200% 100%;
  background-position: 100% 100%;
  text-decoration: none;
  -webkit-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}

.headerInformation--arbeit:hover {
  background-position: 0 100%;
}

.headerInformation--arbeit .headerInformation__title {
  font-size: 1.2em;
}

@media screen and (max-width:930px) {
  .headerInformation--arbeit .headerInformation__title {
    font-size: 1.3em;
  }
}

.headerInformation--arbeit .headerInformation__title:after {
  margin-left: 0.8em;
  display: block;
  font-family: 'icomoon';
  content: "\e901";
}

/*  headerInformation__title
------------------------*/
.headerInformation__title {
  margin-bottom: 2px;
  padding: 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 1.7em;
  line-height: 1.2;
  font-weight: 500;
  justify-content: center;
  -ms-align-items: center;
      align-items: center;
}

@media screen and (max-width:930px) {
  .headerInformation__title {
    padding: 0;
  }
}

/* headerInformationDate */
.headerInformationDate {
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}

/* headerInformation__body */
------------------------
@media screen and (max-width:930px) {
  .headerInformation__body {
    margin-top: 2px;
  }
}


/* =====================
  headerInformationButton
===================== */
.headerInformationButton {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
      align-items: center;
}


/*  headerInformationButton__item
------------------------*/
.headerInformationButton__item {
  width: -webkit-calc( ( 100% - 5px ) / 2 );
  width: calc( ( 100% - 5px ) / 2 );
  min-width: 126px;
}

@media screen and (max-width:1200px) {
  .headerInformationButton__item {
    min-width: auto;
  }
}

.headerInformationButton__item + .headerInformationButton__item {
  margin-left: 5px;
}

.headerInformationButton__item a {
  display: block;
  position: relative;
  padding: 4px 20px;
  padding-right: 24px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}

@media screen and (max-width:730px) {
  .headerInformationButton__item a {
    font-size: 1.2em;
  }
}

.headerInformationButton__item a:after {
  display: block;
  position: absolute;
  top: -.166667em;
  right: 1em;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  font-size: .8em;
  line-height: 1;
  font-family: 'icomoon';
  content: "\e901";
}

@media screen and (max-width:1200px) {
  .headerInformationButton__item a:after {
    margin-left: 0.4em;
    display: inline-block;
    position: static;
  }
}

/* headerInformationButton__item--entry */
.headerInformationButton__item--entry a {
  color: #19b9d5;
}

/* headerInformationButton__item--mypage */
.headerInformationButton__item--mypage a {
  color: #5bd2b0;
}

.headerInformationButton__item a:hover {
  color: #fff;
  background-color: transparent;
}



/* =====================
  headerNav
===================== */
#headerNav {
  position: relative;
}
@media screen and (max-width:930px) {
  #headerNav {
    margin-top: 5px;
  }
}

#headerNav:before ,
#headerNav:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  content: " ";
}
@media screen and (max-width:930px) {
  #headerNav:before ,
  #headerNav:after {
    content: none;
  }
}

#headerNav:before {
  top: 0;
}

#headerNav:after {
  bottom: 0;
}



/* =====================
  headerNavList
===================== */
#headerNavList {
  display: table;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width:1200px) {
  #headerNavList {
    max-width: 1100px;
  }
}
@media screen and (max-width:1100px) {
  #headerNavList {
    max-width: 1000px;
  }
}
@media screen and (max-width:930px) {
  #headerNavList {
    display: block;
  }
}


/*  headerNavList__item
------------------------*/
.headerNavList__item {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width:930px) {
  .headerNavList__item {
    display: block;
  }
}

@media screen and (max-width:930px) {
  .headerNavList__item + .headerNavList__item {
    margin-top: 5px;
  }
}

.headerNavList__item > a ,
.headerNavList__item > span {
  display: block;
  position: relative;
  /*padding: 13px 12px;*/
  padding: 19px 12px;
  color: #444141;
  font-size: 17px;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width:1200px) {
  .headerNavList__item > a ,
  .headerNavList__item > span {
    font-size: 16px;
  }
}
@media screen and (max-width:1100px) {
  .headerNavList__item > a ,
  .headerNavList__item > span {
    font-size: 15px;
  }
}
@media screen and (max-width:930px) {
  .headerNavList__item > a ,
  .headerNavList__item > span {
    background-color: #fff;
    text-align: left;
  }
}

.headerNavList__item + .headerNavList__item > a:before ,
.headerNavList__item + .headerNavList__item > span:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1px;
  height: 20px;
  margin: auto;
  background-color: #444141;
  content: " ";
}
@media screen and (max-width:930px) {
  .headerNavList__item + .headerNavList__item > a:before ,
  .headerNavList__item + .headerNavList__item > span:before {
    content: none;
  }
}

.headerNavList__item > a:after ,
.headerNavList__item > span:after {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #00b0e3;
  background:    -moz-linear-gradient(left,  #00b0e3 0%, #75dca1 100%);
  background: -webkit-linear-gradient(left,  #00b0e3 0%,#75dca1 100%);
  background:         linear-gradient(to right,  #00b0e3 0%,#75dca1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0e3', endColorstr='#75dca1',GradientType=1 );
  content: " ";
  -webkit-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
@media screen and (max-width:930px) {
  .headerNavList__item > a:after ,
  .headerNavList__item > span:after {
    left: 0;
  }
}

.headerNavList__item > a:hover:after ,
.headerNavList__item > span:hover:after {
  width: -webkit-calc( 100% - 40px );
  width:         calc( 100% - 40px );
}
@media screen and (max-width:930px) {
  .headerNavList__item > a:hover:after ,
  .headerNavList__item > span:hover:after {
    width: 100%;
  }
}

.headerNavList__item > span:hover {
  cursor: pointer;
}

@media screen and (max-width:930px) {
  .headerNavList__item > span.JS-toggleMenu {
    padding-right: 42px;
  }
}

@media screen and (max-width:930px) {
  .headerNavList__item > span.JS-toggleMenu:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    height: auto;
    margin: auto;
    background-color: transparent;
    font-size: 12px;
    font-family: 'icomoon';
    text-align: center;
    content: "\e903";
  }
}

@media screen and (max-width:930px) {
  .headerNavList__item > span.JS-toggleMenu.JS-toggleMenu__active:before {
    content: "\e902";
  }
}


/*  headerMenu__body--flex
------------------------*/
@media screen and (max-width:930px) {
  .headerNavList__item + .headerNavList__item--icon {
    margin-top: 10px;
  }
}

.headerNavList__item--icon a {
  padding: 0;
}
@media screen and (max-width:768px) {
  .headerNavList__item--icon a {
    inline-size: fit-content;
    margin-inline: auto;
    -webkit-border-radius: 100px;
            border-radius: 100px;
  }
}

.headerNavList__item--icon a:after {
  content: none;
}

.headerNavList__item--icon a img {
  width: max( 29px, 2em ); /* 34/17 */
  margin: 15px;
}


/* =====================
  headerSubNav
===================== */
.headerSubNav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  width: 100%;
  background-color: rgba(255, 255, 255, .9);
}
@media screen and (max-width:930px) {
  .headerSubNav {
    display: block;
    position: static;
    border-top: 1px solid #ddd;
  }
}

.headerNavList__item:hover .headerSubNav {
  display: block;
}

@media screen and (max-width:930px) {
  .headerNavList__item:hover .headerSubNav.JS-toggleMenuBody {
    display: none;
  }
}

@media screen and (max-width:930px) {
  .headerSubNav.JS-toggleMenuBody {
    display: none;
  }
}


/*  headerSubNav__inner
------------------------*/
.headerSubNav__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width:930px) {
  .headerSubNav__inner {
    width: auto;
    max-width: none;
    padding: 15px;
  }
}



/* =====================
  headerMenu
===================== */
/*  headerMenu__title
------------------------*/
.headerMenu__title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: .08em;
}
@media screen and (max-width:930px) {
  .headerMenu__title {
    display: none;
    font-weight: 400;
  }
}

.headerMenu__title:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #00b0e3;
  content: " ";
}


/*  headerMenu__body
------------------------*/
.headerMenu__body {
  overflow: hidden;
}


/*  headerMenu__body--flex
------------------------*/
.headerMenu__body--flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
      align-items: flex-start;
}
@media screen and (max-width:930px) {
  .headerMenu__body--flex {
    display: block;
  }
}

.headerMenu__body--flex .headerSubMenu {
  width: -webkit-calc( ( 100% - 30px ) / 2 );
  width: calc( ( 100% - 30px ) / 2 );
}
@media screen and (max-width:930px) {
  .headerMenu__body--flex .headerSubMenu {
    width: auto;
  }
}

.headerMenu__body--flex .headerSubMenu + .headerSubMenu {
  margin-left: 30px;
}
@media screen and (max-width:930px) {
  .headerMenu__body--flex .headerSubMenu + .headerSubMenu {
    margin-top: 20px;
    margin-left: 0;
  }
}



/* =====================
  headerSubMenu
===================== */
/*  headerSubMenu__title
------------------------*/
.headerSubMenu__title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width:930px) {
  .headerSubMenu__title {
    font-size: 14px;
    font-weight: 400;
  }
}

.headerSubMenu__body + .headerSubMenu__title {
  margin-top: 37px;
}

@media screen and (max-width:930px) {
  .headerSubMenu__body + .headerSubMenu__title {
    margin-top: 20px;
  }
}


/*  headerSubMenu__body
------------------------*/
.headerSubMenu__body {
  overflow: hidden;
}



/* =====================
  headerMenuList
===================== */
.headerMenuList {
  margin-top: -2px;
}


/*  headerMenuList__item
------------------------*/
.headerMenuList__item {
  position: relative;
  margin-top: 2px;
  background-color: #00b0e3;
}

.headerMenuList__item:after {
  display: block;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  z-index: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  content: " ";
  -webkit-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

.headerMenuList__item:hover:after {
  right: 12px;
}
@media screen and (max-width:930px) {
  .headerMenuList__item:hover:after {
    right: 7px;
  }
}

.headerMenuList__item a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 23px 20px;
  padding-right: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .08em;
  text-decoration: none;
}
@media screen and (max-width:930px) {
  .headerMenuList__item a {
    padding: 18px 10px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 400;
  }
}

.headerMenuList__item a:before ,
.headerMenuList__item a:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 50px;
  height: 50px;
  margin: auto;
}
@media screen and (max-width:930px) {
  .headerMenuList__item a:before ,
  .headerMenuList__item a:after {
    left: 10px;
    width: 40px;
    height: 40px;
  }
}

.headerMenuList__item a:before {
  border-radius: 50px;
  background-color: #fff;
}

.headerMenuList__item a:after {
  background-position: 50%;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}

[class*="headerMenuList__item--"] a {
  padding-left: 90px;
}
@media screen and (max-width:930px) {
  [class*="headerMenuList__item--"] a {
    padding-left: 60px;
  }
}

[class*="headerMenuList__item--"] a:before ,
[class*="headerMenuList__item--"] a:after {
  content: " ";
}

.headerMenuList__item--general a:after {
  background-image: url("/assets/recruit/images/main/index/job/general.svg");
}

.headerMenuList__item--english a:after {
  background-image: url("/assets/recruit/images/main/index/job/english.svg");
}

.headerMenuList__item--photo a:after {
  background-image: url("/assets/recruit/images/main/index/job/photo.svg");
}

.headerMenuList__item--system a:after {
  background-image: url("/assets/recruit/images/main/index/job/system.svg");
}

.headerMenuList__item--business a:after {
  background-image: url("/assets/recruit/images/main/index/job/business.svg");
}

.headerMenuList__item--admin a:after {
  background-image: url("/assets/recruit/images/main/index/job/admin.svg");
}

.headerMenuList__item--design a:after {
  background-image: url("/assets/recruit/images/main/index/job/design.svg");
}



/*  headerMenuList--job
------------------------*/
.headerMenuList--job {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  margin-left: -30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: flex-start;
      align-items: flex-start;
}
@media screen and (max-width:930px) {
  .headerMenuList--job {
    display: block;
  }
}

.headerMenuList--job .headerMenuList__item {
  width: -webkit-calc( ( 100% - 60px ) / 2 );
  width:         calc( ( 100% - 60px ) / 2 );
  margin-left: 30px;
}
@media screen and (max-width:930px) {
  .headerMenuList--job .headerMenuList__item {
    width: auto;
  }
}


/*  headerMenuList--midcareer
------------------------*/
.headerMenuList--midcareer .headerMenuList__item a {
  padding: 35px 40px;
  font-size: 20px;
}
@media screen and (max-width:930px) {
  .headerMenuList--midcareer .headerMenuList__item a {
    padding: 30px 40px;
    font-size: 18px;
  }
}

.headerMenuList--midcareer [class*="headerMenuList__item--"] a {
  padding-left: 110px;
}
@media screen and (max-width:930px) {
  .headerMenuList--midcareer [class*="headerMenuList__item--"] a {
    padding-left: 80px;
  }
}

.headerMenuList--midcareer .headerMenuList__item a:before ,
.headerMenuList--midcareer .headerMenuList__item a:after {
  width: 70px;
  height: 70px;
}
@media screen and (max-width:930px) {
  .headerMenuList--midcareer .headerMenuList__item a:before ,
  .headerMenuList--midcareer .headerMenuList__item a:after {
    width: 60px;
    height: 60px;
  }
}



/* =====================
  main
===================== */
#main {
  /*margin-top: 127px;*/
  margin-top: 140px;
}
@media screen and (max-width:1200px) {
  #main {
    /*margin-top: 126px;*/
    margin-top: 138px;
  }
}
@media screen and (max-width:1100px) {
  #main {
    /*margin-top: 124px;*/
    margin-top: 136px;
  }
}
@media screen and (max-width:930px) {
  #main {
    margin-top: 55px;
  }
}


/* =====================
  footer
===================== */
#footer {
  position: relative;
  background-color: #dcdcdc;
}


/* =====================
  footerList
===================== */
#footerList {
  display: table;
  margin: 0 auto;
  padding: 18px 0;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width:768px) {
  #footerList {
    display: block;
    padding: 20px;
    font-size: 0;
    text-align: center;
  }
}


/*  footerList__item
------------------------*/
.footerList__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  .footerList__item {
    display: inline-block;
    width: 50%;
    padding: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.footerList__item + .footerList__item {
  padding-left: 36px;
}
@media screen and (max-width:768px) {
  .footerList__item + .footerList__item {
    padding-left: 0;
  }
}

@media screen and (max-width:768px) {
  .footerList__item + .footerList__item:last-of-type {
    width: 100%;
    padding-top: 10px;
  }
}

.footerList__item + .footerList__item:before {
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 18px;
  -webkit-transform: translateY(-50%) rotate(30deg);
      -ms-transform: translateY(-50%) rotate(30deg);
       -o-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  width: 1px;
  height: 18px;
  background-color: #444141;
  content: " ";
}
@media screen and (max-width:768px) {
  .footerList__item + .footerList__item:before {
    content: none;
  }
}

.footerList__item + .footerList__item:last-of-type:before {
  content: none;
}

.footerList__item > a {
  color: #444141;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .footerList__item > a {
    font-size: 13px;
  }
}

.footerList__item > a:hover {
  text-decoration: underline;
}



/* =====================
  snsList
===================== */
.snsList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
      align-items: center;
}

@media screen and (max-width:768px) {
  .footerList__item > .snsList {
    justify-content: center;
  }
}


/*  snsList__item
------------------------*/
.snsList__item {
  width: 32px;
}

.snsList__item + .snsList__item {
  margin-left: 16px;
}

.snsList__item a {
  display: block;
}

.snsList__item img {
  width: 100%;
}



/* =====================
  copyright
===================== */
#copyright {
  padding: 13px 0;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width:768px) {
  #copyright {
    padding: 10px 0;
  }
}

#copyright > small {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width:768px) {
  #copyright > small {
    font-size: 11px;
  }
}
@media screen and (max-width:375px) {
  #copyright > small {
    font-size: 10px;
  }
}



/* =====================
  pageTop
===================== */
#pageTop {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  max-width: 1000px;
  height: 0;
  margin: 0 auto;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width:768px) {
  #pageTop {
    position: fixed;
    top: auto;
    right: 5px;
    bottom: 5px;
    left: auto;
    width: auto;
    max-width: none;
    height: auto;
  }
}

#pageTop.JS-pageTop--fixed {
  position: fixed;
  top: auto;
  bottom: 55px;
}
@media screen and (max-width:768px) {
  #pageTop.JS-pageTop--fixed {
    bottom: 5px;
  }
}

#pageTop a {
  display: inline-block;
  position: relative;
  -webkit-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  width: 50px;
  height: 50px;
  margin-right: -30px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(51,51,51,.8);
  text-decoration: none;
  text-indent: 200%;
  white-space: nowrap;
}
@media screen and (max-width:1060px) {
  #pageTop a {
    margin-right: 0;
  }
}
@media screen and (max-width:768px) {
  #pageTop a {
    width: 40px;
    height: 40px;
  }
}

#pageTop a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 19px;
  font-family: 'icomoon';
  text-align: center;
  text-indent: 0;
  content: "\e900";
}
@media screen and (max-width:768px) {
  #pageTop a:after {
    font-size: 15px;
  }
}

#pageTop a:hover {
  background-color: rgba(34,34,34,.8);
}


