@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

/*
======== CONTENTS ==========================================
	RECRUIT - NEWGRAGUATE
 =========================================================
*/

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
    override
*/
.JS body {
  background-color: #fff;
}

.JS h2 {
  background: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.JS h2:after,
.JS h2:before {
  content: none;
}

#Footer {
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 965px) {
  .JS #Contents {
    padding: 0;
  }

  .JS .GridSet {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  #Footer {
    z-index: 0;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
    siteID
*/
/*.Title{letter-spacing: -.4em;}*/
/*.Title a{letter-spacing: normal;}*/
/*.siteid-hisol{*/
/*    position:relative;*/
/*    display:inline-block;*/
/*    margin-right:10px;*/
/*}*/
/*.siteid-hisol::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 20px;*/
/*    top:15px;*/
/*    right:-10px;*/
/*    background:#d5d5d5;*/
/*}*/
/*.siteid{*/
/*    margin-left:10px;*/
/*    position: relative;*/
/*    display:inline-block;*/
/*}*/
/*@media screen and (max-width: 767px) {*/
/*    .siteid-hisol::after{top:0;}*/
/*}*/
/*@media screen and (max-width: 579px) {*/
/*    .siteid-hisol{display:block;}*/
/*    .siteid-hisol::after{display:none}*/
/*    .siteid-hisol .ShowRWD{letter-spacing: normal;}*/
/*    .siteid{*/
/*        margin-left:0;*/
/*        display:block;*/
/*    }*/
/*}*/

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
    reset
*/
#Contents input,
#Contents select,
#Contents textarea,
#Contents button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  border-radius: 0;
  cursor: pointer;
}

#Contents input[type="submit"]::-webkit-search-decoration,
#Contents input[type="button"]::-webkit-search-decoration {
  display: none; /* Remove the style in Safari. */
}

#Contents input[type="submit"]:focus,
#Contents input[type="button"]:focus {
  outline-offset: -2px;
}

#Contents input[type="radio"],
#Contents input[type="checkbox"] {
  display: none;
}

#Contents input[type="radio"]:checked + label,
#Contents input[type="checkbox"]:checked + label {
}

#Contents textarea {
  resize: vertical;
  overflow: auto;
}

#Contents ::-moz-selection,
#Contents ::selection {
  background: #fff;
  text-shadow: none;
}

/*----------------------------------
  base
 ----------------------------------*/
#Contents {
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
}

#Contents *,
#Contents *:before,
#Contents *:after {
  box-sizing: border-box;
}

#Contents img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

#Contents a {
  vertical-align: top;
  text-decoration: none;
}

#Contents a:hover,
#Contents a:visited {
  color: inherit;
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .disp-pc {
    display: none;
  }

  .disp-sp {
    display: block;
  }
}

.ngr-reset * {
  margin: 0 0;
  padding: 0 0;
  line-height: 1;
  vertical-align: middle;
}

/*figure{*/
/*    margin:0;*/
/*    padding:0;*/
/*    border:0;*/
/*    outline:0;*/
/*    font-size:100%;*/
/*    vertical-align:baseline;*/
/*    background:transparent;*/
/*}*/

/*----------------------------------
  Typography
 ----------------------------------*/
#Contents {
  color: #000;
  font-weight: 300;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.ngr-font-num {
  font-family: 'Montserrat', sans-serif;
}

/*----------------------------------
  Layout
 ----------------------------------*/
.ngr-l-inner {
  max-width: 1100px;
  margin: 0 auto;
}
