@charset "utf-8";
body > #Contents figure, body > .where-not figure {
  margin-bottom: 0;
}
#Contents .GridSet, #Contents .Grid4 {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#Contents .commonH2 span {
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 100%;
  background-color: transparent;
}
@media screen and (min-width: 768px) and (max-width: 1304px) {
  .megamenu2023wrap {
    margin-left: -15px;
  }
}
/* ===== header navi ===== */
#newGraduateNavi {
  position: relative;
  left: 0;
  width: auto;
  height: 60px;
  margin-bottom: -60px;
  background: #ffffff;
  z-index: 10;
}
@media screen and (max-width: 1304px) {
  #newGraduateNavi {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#newGraduateNavi.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
}
#newGraduateNavi > nav {
  display: flex;
  justify-content: space-between;
  max-width: 1275px;
  margin: 0 auto;
  padding: 0 15px;
}
#newGraduateNavi > nav > ul {
  position: relative;
  display: flex;
}
#newGraduateNavi > nav > ul > li {}
#newGraduateNavi > nav > ul > li:nth-child(1) {
  margin-right: auto;
}
#newGraduateNavi > nav > ul > li > a, #newGraduateNavi > nav > ul > li > span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 60px;
  line-height: 1.2;
  padding: 0 10px;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
}
#newGraduateNavi > nav > ul > li > a > p, #newGraduateNavi > nav > ul > li > span > p {
  line-height: 1.2;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
#newGraduateNavi > nav > ul > li > a > p > em, #newGraduateNavi > nav > ul > li > span > p > em {
  display: inline-block;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
}
#newGraduateNavi > nav > ul:first-child > li:first-child > a > p > em, #newGraduateNavi > nav > ul:first-child > li:first-child > span > p > em {
  font-size: 18px;
}
#newGraduateNavi > nav > ul > li > a, #newGraduateNavi > nav > ul > li > span {
  position: relative;
  color: #333333;
}
#newGraduateNavi > nav > ul > li > a.current, #newGraduateNavi > nav > ul > li:hover > a {
  background-color: #1e90ff;
  color: #ffffff;
}
#newGraduateNavi > nav > ul:first-of-type > li > a.current, #newGraduateNavi > nav > ul:first-of-type > li:hover > a {
  background-color: #023894;
}
#newGraduateNavi > nav > ul:nth-of-type(2) > li:first-of-type > a.current, #newGraduateNavi > nav > ul:nth-of-type(2) > li:first-of-type:hover > a, #newGraduateNavi > nav > ul:nth-of-type(2) > li:first-of-type > div {
  background-color: rgba(30, 144, 255, 0.9);
}
#newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(2) > a.current, #newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(2):hover > a, #newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(2) > div {
  background-color: rgba(0, 185, 225, 0.9)
}
#newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(3) > a.current, #newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(3):hover > a, #newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(3) > div {
  background-color: rgba(15, 178, 180, 0.9)
}
#newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(4) > a.current, #newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(4):hover > a, #newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(4) > div {
  background-color: rgba(0, 192, 153, 0.9)
}
#newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(5) > a.current, #newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(5):hover > a, #newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(5) > div {
  background-color: rgba(0, 195, 97, 0.9)
}
/*20240417 OPC追記 始（SPECIALの背景色オレンジをトル、ホバー濃い緑）*/
#newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(6) > a.current, #newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(6):hover > a, #newGraduateNavi > nav > ul:nth-of-type(2) > li:nth-of-type(6) > div {
  background-color: rgba(255, 143, 31, 0.9)
}
/*20240417 OPC追記 終（SPECIALの背景色オレンジをトル、ホバー濃い緑）*/
#newGraduateNavi > nav > ul > li:not(:last-child):hover > a::after {
  content: "";
  display: none;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -1px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent transparent #ffffff;
  border-width: 0 8px 13px;
}
#newGraduateNavi > nav .newGraduateNaviEntry a, #newGraduateNavi > nav .newGraduateNaviEntry span {
  color: #ffffff;
}
#newGraduateNavi > nav .newGraduateNaviEntry span {
  background-color: #b3b3b3;
}
#newGraduateNavi > nav .newGraduateNaviEntry a:hover {
  opacity: 0.8;
}
#newGraduateNavi > nav .newGraduateNaviEntry a em:first-child, #newGraduateNavi > nav .newGraduateNaviEntry span em:first-child {
  display: block;
}
#newGraduateNavi > nav > ul > li.current > a, #newGraduateNavi > nav > ul > li.current > span {
  font-weight: bold;
}
@media screen and (max-width: 910px) {
  #newGraduateNavi > nav > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  #newGraduateNavi > nav > ul > li > a > p > em {
    font-size: 14px;
  }
  #newGraduateNavi > nav > ul:first-child > li:first-child > a > p > em {
    font-size: 16px;
  }
}
#newGraduateNavi > nav > ul > li > div {
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #1e90ff;
}
#newGraduateNavi > nav > ul > li:nth-child(2) ~ li > div > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#newGraduateNavi > nav > ul > li:nth-child(2) ~ li > div > ul > li {
  width: calc(100% / 3);
}
#newGraduateNavi > nav > ul > li:nth-child(2) ~ li > div > ul > li > a, #newGraduateNavi > nav > ul > li:nth-child(2) ~ li > div > ul > li > span {
  display: flex;
  justify-content: center;
  align-content: center;
}
#newGraduateNavi > nav > ul > li > div > ul > li a, #newGraduateNavi > nav > ul > li > div > ul > li span {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 50px;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 14px;
}
#newGraduateNavi > nav > ul > li > div > ul > li > a, #newGraduateNavi > nav > ul > li > div > ul > li > span {
  justify-content: flex-start;
  width: 100%;
  padding: 0 5px;
  text-decoration: none;
  font-weight: bold;
}
#newGraduateNavi > nav > ul > li > div > ul > li > ul > li > a, #newGraduateNavi > nav > ul > li > div > ul > li > ul > li > span {
  justify-content: center;
  width: 100%;
  padding: 0 15px;
  text-decoration: none;
  height: 36px;
}
#newGraduateNavi > nav > ul > li > div > ul > li a {
  color: #ffffff;
}
#newGraduateNavi > nav > ul > li > div > ul > li span {
  color: rgba(255, 255, 255, 0.6);
}
#newGraduateNavi > nav > ul > li > div > ul > li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#newGraduateNavi > nav > ul > li > div > ul > li a.current {
  background-color: #ffffff;
  color: #333333;
}
#newGraduateNavi > nav > ul > li > div > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}
@media screen and (max-width: 870px) {
  #newGraduateNavi > nav > ul > li > div > ul > li a, #newGraduateNavi > nav > ul > li > div > ul > li span {
    height: 40px;
    font-size: 16px;
  }
}
/* SP */
@media screen and (max-width: 400px) {
  #SiteIdentity {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  #SiteIdentity .Title, #SiteIdentity .Title > a {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  #SiteIdentity .Title > span {
    display: none !important;
  }
}
#newGraduateNavi_spMenu {
  display: none;
}
#newGraduateNavi_title {
  display: none;
  font-weight: bold;
  color: #000000;
}
.open #newGraduateNavi_title, .open #newGraduateNavi_title, .fixed #newGraduateNavi_title {
  display: block;
}
#newGraduateNavi_btn {
  position: relative;
  width: 30px;
  height: 23px;
  margin-left: auto;
}
#newGraduateNavi_btn::before, #newGraduateNavi_btn::after {
  content: "";
}
#newGraduateNavi_btn, #newGraduateNavi_btn::before, #newGraduateNavi_btn::after, #newGraduateNavi_btn > div {
  transition: all 300ms ease-out;
  transform-origin: center;
}
#newGraduateNavi_btn::before, #newGraduateNavi_btn::after, #newGraduateNavi_btn > div {
  position: absolute;
  left: 0px;
  display: block;
  width: 100%;
  height: 3px;
  background: #1e90ff;
  overflow: hidden;
  transform-origin: center;
}
#newGraduateNavi_btn::before {
  top: 0px;
}
#newGraduateNavi_btn::after {
  top: 20px;
}
#newGraduateNavi_btn > div {
  top: 10px;
}
.open #newGraduateNavi_btn {
  transform: rotate(180deg);
}
.open #newGraduateNavi_btn > div {
  background: transparent;
}
.open #newGraduateNavi_btn::before {
  top: 10px;
  transform: rotate(45deg);
}
.open #newGraduateNavi_btn::after {
  top: 10px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #Contents #newGraduateNavi {
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    z-index: 50;
  }
  #Contents #newGraduateNavi_spMenu {
    display: flex;
    align-items: center;
    height: 50px;
  }
  #Contents #newGraduateNavi > nav {
    display: block;
    width: auto;
    margin: 0 -15px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow-y: scroll;
    background: #333333;
    -webkit-overflow-scrolling: touch;
  }
  #Contents #newGraduateNavi > nav ul, #Contents #newGraduateNavi > nav li {
    position: relative;
    display: block;
    background: transparent;
    padding: 0;
  }
  #Contents #newGraduateNavi > nav > ul:last-child {
    padding-bottom: 100px;
  }
  #Contents #newGraduateNavi > nav li {
    border-top: #808080 solid 2px;
  }
  #Contents #newGraduateNavi > nav > ul:first-child > li:first-child {
    border-top: none;
  }
  #Contents #newGraduateNavi > nav > ul > li p {
    text-align: left;
  }
  #Contents #newGraduateNavi > nav > ul > li a, #Contents #newGraduateNavi > nav > ul > li span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 16px;
    padding-bottom: 12px;
    padding-right: 40px;
    line-height: 1.2;
    word-break: break-all;
    white-space: normal;
    text-align: left;
    background: url("/image/hfd/recruit/new_graduate/icon_menu_arrow.png") no-repeat right 20px center;
  }
  #Contents #newGraduateNavi > nav > ul > li a, #Contents #newGraduateNavi > nav > ul > li span, #Contents #newGraduateNavi > nav > ul > li em {
    font-size: 16px;
  }
  #Contents #newGraduateNavi > nav > ul > li a {
    color: #ffffff;
  }
  #Contents #newGraduateNavi > nav > ul > li span {}
  #Contents #newGraduateNavi > nav > ul > li a::after {
    display: none;
  }
  #Contents #newGraduateNavi > nav > ul > li > a, #Contents #newGraduateNavi > nav > ul > li > span {
    padding-left: 1em;
    font-weight: bold;
  }
  #Contents #newGraduateNavi > nav > ul > li > div {
    position: relative !important;
    display: block !important;
    background: transparent !important;
    padding: 0 !important;
    height: auto !important;
  }
  #Contents #newGraduateNavi > nav > ul > li > div > ul > li > a, #Contents #newGraduateNavi > nav > ul > li > div > ul > li > span {
    padding-left: 2em;
    font-weight: bold;
  }
  #Contents #newGraduateNavi > nav > ul > li > div > ul > li > ul > li > a, #Contents #newGraduateNavi > nav > ul > li > div > ul > li > ul > li > span {
    padding-left: 3em;
  }
  #Contents #newGraduateNavi > nav > ul > li a.current, #Contents #newGraduateNavi > nav > ul > li a:hover {
    background-color: transparent;
  }
  #Contents #newGraduateNavi > nav .newGraduateNaviEntry a {
    padding-top: 36px;
    padding-bottom: 36px;
    text-align: center;
    background-color: transparent !important;
  }
  #Contents #newGraduateNavi > nav > ul:last-child > li:last-child {
    border-bottom: #808080 solid 2px;
  }
  #Contents #newGraduateNavi > nav .newGraduateNaviEntry a > p {
    text-align: center;
  }
  #Contents #newGraduateNavi > nav .newGraduateNaviEntry a > p > em:first-child {
    display: inline;
    margin-right: 10px;
  }
  #newGraduateNavi > nav {
    transition: all 300ms ease-out;
    transform-origin: left top;
  }
  #newGraduateNavi.fixed {
    transition: none;
  }
  #newGraduateNavi > nav {
    height: 0;
  }
  #newGraduateNavi {
    margin-bottom: -50px;
  }
  #Contents #newGraduateNavi.open {
    position: fixed;
    top: 0px;
    width: 100%;
    margin: 0;
    z-index: 100;
  }
  #newGraduateNavi.open > nav {
    height: calc(100vh - 50px);
  }
  #Contents #newGraduateNavi > nav > ul > li > div > ul > li {
    width: 100%;
  }
  .newGraduateNaviEntry-disable {
    display: none !important;
  }
}
/* ===== /header navi ===== */
/* ===== footerer navi ===== */
#localFooter, #localFooter2 {
  position: relative;
  padding: 20px 15px;
  background: #e5e5e5;
  font-size: 16px;
}
@media screen and (max-width: 1304px) {
  #localFooter, #localFooter2 {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  #localFooter {
    display: none;
  }
}
#localFooter {
  background: #e5e5e5;
}
#localFooter2 {
  background: #ffffff;
}
#localFooter a {
  text-decoration: none;
}
#localFooter a:hover {
  text-decoration: underline;
}
#localFooter .localFooter_title a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.localFooter_inner {
  position: relative;
  max-width: 1275px;
  margin: 0 auto;
}
.localFooter_title, .localFooter_contact dt {
  margin-right: 20px;
}
.localFooter_title a, .localFooter_contact dt {
  display: block;
  width: 160px;
  background: #023894;
  line-height: 1;
  padding: 7px 0;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
}
.localFooter_navi > ul {
  display: flex;
  justify-content: space-between;
  font-size: 0.85em;
  margin-top: 10px;
  max-width: 100%;
}
.localFooter_navi > ul > li > ul > li, .localFooter_navi > ul > li > ul > li > ul {
  box-sizing: border-box;
  width: 100%;
}
.localFooter_navi > ul > li {
  margin-bottom: 10px;
}
.localFooter_navi > ul > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1120px) {
  .localFooter_navi > ul {
    flex-wrap: wrap;
  }
  .localFooter_navi > ul > li {
    width: calc(100% / 3);
  }
}
.localFooter_navi li li {
  padding-left: 1em;
}
.localFooter_navi li a {
  color: #333333 !important;
  text-decoration: none;
  word-break: keep-all;
  white-space: nowrap;
}
.localFooter_navi li span {
  color: #a6a6a6 !important;
  text-decoration: none;
  word-break: keep-all;
  white-space: nowrap;
}
.localFooter_contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.localFooter_contact img[src*="footer_tel"] {
  margin-top: 14px;
  margin-right: 40px;
}
.localFooter_contact dd {
  padding: 0 0 10px;
}
.localFooter_contact dd > * {
  margin: 10px 0 0;
}
.localFooter_contact a[href^="mailto"] {
  display: inline-block;
  line-height: 25px;
  padding: 0 0 0 28px;
  background: url(/image/hfd/recruit/new_graduate/footer_icon_mail.png) no-repeat left center;
  color: #000000;
  text-decoration: none;
}
.localFooter_contact a[href^="mailto"]:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #localFooter, #localFooter2 {
    font-size: 14px;
  }
  .localFooter_navi, .localFooter_contact {
    display: block;
  }
  .localFooter_title {
    display: inline-block;
    margin-right: 0px;
  }
  .localFooter_navi > ul {
    max-width: 100%;
  }
  .localFooter_navi li li {
    padding-left: 0.5em;
  }
  .localFooter_title {
    margin-bottom: 10px;
  }
}
/* ===== /footerer navi ===== */
/* ===== otherContents ===== */
#otherContents {
  position: relative;
  padding: 100px 15px 60px;
  background: none;
}
.otherContents_inner {
  max-width: 740px;
  margin: 0 auto;
}
.otherContents_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.otherContents_main li {
  margin-bottom: 20px;
}
.otherContents_main a {
  position: relative;
  display: inline-block;
}
.OptionWideRWD #Contents .otherContents_main a > img:first-child {
  display: block;
  max-height: 150px;
  margin: 0 auto;
}
.otherContents_main_movie {
  text-align: center;
  width: calc(50% - 10px);
}
.otherContents_main_book {
  width: calc(50% - 10px);
}
.otherContents_main_movie a {
  position: relative;
  display: inline-block;
}
.otherContents_main_movie a strong {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-image: url(/image/common/jp/r1/icon/icon_link_right_l_white_hd.gif);
  background-size: 16px 16px;
  color: #ffffff;
  font-weight: normal;
  box-sizing: border-box;
}
.otherContents_main_movie a:hover strong {
  background-position: right 0px center;
}
.otherContents_main_movie a strong img {
  height: 25px;
  width: auto;
}
.otherContents_main_movie p {
  text-align: left;
}
.otherContents_main_book a {
  display: block;
  font-size: 14px;
  text-decoration: none;
}
.otherContents_main_book a:hover {
  text-decoration: underline;
}
.otherContents_main_book a img[src*="icon_pdf_hd.gif"] {
  width: 22px;
}
.otherContents_main p {
  font-size: 12px;
}
.otherContents_main_notice {
  margin-top: -10px;
  text-align: right;
  font-size: 14px;
}
.otherContents_main_notice span {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .otherContents_main {
    width: auto;
  }
  .otherContents_main_movie {
    width: auto;
  }
  .otherContents_main_movie a > img:first-child {
    width: 100%;
    height: auto;
  }
  .otherContents_main_book {
    width: 100%;
  }
}
.otherContents_bnr {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.otherContents_bnr li {
  margin: 0 7px;
}
.otherContents_bnr li a {
  display: block;
  height: 65px;
  box-sizing: border-box;
}
.otherContents_bnr li a img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .otherContents_bnr {
    display: block;
  }
  .otherContents_bnr li {
    width: 230px;
    margin: 0 auto 20px;
  }
  .otherContents_bnr li a {
    width: 230px;
    height: auto;
  }
  .otherContents_bnr li a img {
    width: 100%;
    height: auto;
  }
}
/* ===== /otherContents ===== */
/* ===== entryContents ===== */
#entryContents {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  width: 960px;
  max-width: 100%;
  padding: 100px 0 0;
  margin: 0 auto;
  background: none;
}
#entryContents.entryContents-mono {
  display: block;
}
@media screen and (max-width: 767px) {
  #entryContents {
    display: block;
  }
}
.entryContents_btn {
  position: relative;
  width: calc(50% - 10px);
  height: 70px;
  margin: 0 0 20px;
}
.entryContents-mono .entryContents_btn {
  margin: 0 auto 20px;
  width: 500px;
}
.entryContents_btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .entryContents_btn {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.entryContents_btn::before, .entryContents_btn::after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 8px;
}
.entryContents_btn::before {
  left: 0px;
  bottom: 0px;
  border-color: transparent transparent #ffffff #ffffff;
}
.entryContents_btn::after {
  right: 0px;
  top: 0px;
  border-color: #ffffff #ffffff transparent transparent;
}
.entryContents_btn a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 0 5%;
  text-decoration: none;
}
.entryContents-mono .entryContents_btn a {
  padding: 0 8%;
}
/*20240711 FONTサイズ24PX 中央そろえ*/
.entryContents_btn a > strong {
  display: inline-block;
  padding: 6px 0 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
/*20240417 OPC追記 終 フォントサイズを36pxから28pxへ変更 始*/
.entryContents_btn a > span {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(/image/hfd/recruit/new_graduate/icon_btn_entry.svg) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 530px) {
  .entryContents_btn {
    height: 13vw;
  }
  .entryContents_btn a > strong {
    font-size: 5.5vw;
  }
  .entryContents_btn a > span {
    width: 6.5vw;
    height: 6.5vw;
  }
}
/* ===== /entryContents ===== */
/* ===== #mainvisual ===== */
#mainvisual {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  background: #ffffff;
  margin-bottom: 50px;
}
@media screen and (max-width: 1304px) {
  #mainvisual {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#mainvisual h1 {
  color: #333333;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 40px;
  text-align: center;
}
#mainvisual .interviewTitle {
  text-align: center;
}
#mainvisual .interviewTitle strong {
  display: block;
  font-size: 65.63%;
  color: #ffffff;
}
@media screen and (max-width: 914px) {
  #mainvisual h1 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual {
    padding-top: 40px;
  }
}
/* ===== /#mainvisual ===== */
/* ===== Contents ===== */
.ContentsInner {
  max-width: 1275px;
  margin: 0 auto;
}
#Contents .commonH2 {
  padding: 0 0 20px;
  margin: 0;
  background: none;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Contents .commonH2 {
    font-size: 24px;
  }
}
#Contents .topH2 {
  margin: 80px 0 60px;
  padding: 29px 0 23px;
  line-height: 1;
}
@media screen and (max-width: 1304px) {
  #Contents .topH2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  #Contents .topH2 {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 15px 0 9px;
    font-size: 24px;
  }
}
#Contents .topH3 {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  border: none;
}
#Contents .topH3 span {
  color: #1e90ff;
  padding: 0;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2;
}
#Contents .topH2 + .topH3 {
  margin-top: 20px;
}
#Contents .topH3gr span {
  color: #00b9e1;
}
@media screen and (max-width: 767px) {
  #Contents .topH3 {
    margin: 0 0 30px;
  }
  #Contents .topH3 span {
    padding: 0 0 5px;
    font-size: 20px;
  }
}
#Contents .topH3bl {
  color: #1e90ff;
}
#Contents .topH3bl span:before, #Contents .topH3bl span:after {
  background-color: #1e90ff;
}
#Contents .topH4 {
  padding: 8px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  background: #1e90ff;
  text-align: center;
}
#Contents section {
  position: relative;
  z-index: 1;
}
.sectionInner {
  max-width: 1275px;
  margin-left: auto;
  margin-right: auto;
}
/* ===== /Contents ===== */
/* ===== companyList ===== */
.companyList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -5vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .companyList {
    display: block;
    margin-top: 0;
  }
}
.companyList a {
  background: #1e90ff;
  border: #1e90ff solid 1px;
  position: relative;
  z-index: 1;
  display: block;
  width: calc(50% - 14px);
  margin: 0 0 40px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .companyList a {
    width: 100%;
  }
}
.companyList a h2 {
  margin: 0;
  padding: 10px 0 2px;
  line-height: 1.2;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #1e90ff;
}
.companyList figure {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.companyList figure img {
  width: 100%;
  max-width: 100%;
}
.companyList dl {
  position: relative;
  box-sizing: border-box;
  padding: 24px 10px;
  color: #ffffff;
  background: #1e90ff;
}
.companyList dt {}
.companyList dd {
  text-align: center;
}
.companyList dd.companyList_text {
  font-size: 16px;
  height: 4.3em;
  text-align: left;
}
.companyList dd strong {
  background: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 88%;
  margin: 10px 0 5px;
  padding: 0 10px;
  color: #1e90ff;
  min-width: 50%;
}
.companyList ul {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.companyList li {
  line-height: 30px;
  height: 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 15px;
  font-weight: bold;
  font-size: 16px;
}
.companyList li::after {
  content: "/";
  display: inline-block;
  text-align: center;
  width: 1.5em;
}
.companyList li:last-of-type::after {
  display: none;
}
@media screen and (max-width: 1304px) {
  .companyList dl {
    height: auto;
    padding-bottom: 15px;
  }
  .companyList dd.companyList_text {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .companyList dd.companyList_text {
    font-size: 14px;
  }
  .companyList li {
    line-height: 24px;
    height: 24px;
    font-weight: normal;
    font-size: 14px;
  }
}
.companyList a {
  transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
}
.companyList a:hover {
  opacity: 0.8;
}
.companyList a figure img {
  transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
}
.companyList a:hover figure img {
  transform: scale(1.1);
}
/* ===== /companyList ===== */
/* ===== interview link ===== */
.interviewLink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 100px;
}
.interviewLink li {
  width: 410px;
  height: 350px;
  margin-bottom: 40px;
  background: url("/image/hfd/recruit/new_graduate/member/line_intv.png") no-repeat right top;
  background-size: auto 100%;
}
.interviewLink li a {
  display: block;
  padding: 28px 28px 0 0;
  text-decoration: none;
  color: #333333;
}
.interviewLink li a:hover {
  text-decoration: underline;
}
.interviewLink li a strong {
  display: inline-block;
  margin-top: 20px;
  padding-right: 30px;
  font-size: 24px;
  color: #333333;
  background: url("/image/hfd/recruit/new_graduate/member/icon_intv_link.png") no-repeat right;
  background-size: 25px 25px;
}
.interviewLink li a span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
}
#Contents .interviewLink li img {
  display: block;
  width: 300px;
  height: 225px;
  margin: 0 auto;
}
@media screen and (max-width: 1304px) {
  .interviewLink {
    width: 844px;
  }
}
@media screen and (max-width: 873px) {
  .interviewLink {
    width: 410px;
  }
}
@media screen and (max-width: 440px) {
  .interviewLink {
    width: auto;
  }
  .interviewLink li {
    width: auto;
    height: auto;
  }
}
/* ===== /interview link ===== */
/* ===== utility ===== */
/* === commonLink === */
.commonLinkArea {
  margin-top: 80px;
  background: #f2f2f2;
}
.commonLink {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 1275px;
}
#Contents .commonLink_H2 {
  margin: 0 0 10px;
  padding: 0px;
  background: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
#Contents .commonLink nav + .commonLink_H2 {
  margin-top: 20px;
}
.commonLink nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.commonLink nav a {
  align-items: center;
  color: #333333;
  display: flex;
  justify-content: space-between;
  margin: 0 5px 10px;
  padding: 1px;
  text-decoration: none;
  width: calc(25% - 12px);
}
@media screen and (max-width: 1305px) {
  .commonLinkArea {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 1200px) {
  .commonLink nav a {
    width: calc((100% / 3) - 12px);
  }
}
@media screen and (max-width: 900px) {
  .commonLink nav a {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 600px) {
  .commonLink nav a {
    width: calc(100% - 12px);
  }
}
.commonLink nav a:hover {
  opacity: 0.8;
}
.commonLink nav a.comingsoon, .commonLink nav a.comingsoon:hover {
  opacity: 0.4;
}
.commonLink nav a img {
  order: 2;
}
.commonLink nav a p {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 0 10px;
  line-height: 1.2;
}
.commonLink > div {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 5px;
}
.commonLink .btnMoreInfo {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 60px;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 10px;
  min-width: 200px;
}
@media screen and (max-width: 600px) {
  .commonLink > div {
    display: block;
  }
  .commonLink .btnMoreInfo {
    margin: 0 0 10px;
    width: calc(100% - 69px);
  }
  .commonLink .btnMoreInfo:last-of-type {
    margin-bottom: 0;
  }
}
/* === /commonLink === */
/* === link list === */
.linkList {
  display: flex;
  margin: 15px 0 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.linkListCenter {
  justify-content: center;
}
.linkList > a, .linkList > span {
  background: #1e90ff;
  display: block;
  width: calc(25% - 15px);
  text-decoration: none;
  transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
}
.linkList > a:hover {
  opacity: 0.8;
}
.linkList figure {
  margin: 0;
  overflow: hidden;
}
.linkList figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
}
.linkList > a:hover figure img {
  transform: scale(1.1);
}
.linkList figcaption {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: #ffffff;
  background: #1e90ff;
  padding: 10px 0;
}
.linkList figcaption > span {
  display: block;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.2;
}
.linkList figcaption > span > span.small {
  font-size: 80%;
}
.linkList figcaption > span > span.smaller {
  font-size: 66.67%;
}
@media screen and (max-width: 767px) {
  .linkList {
    display: block;
    margin: 15px 0 0;
  }
  .linkList > a, .linkList > span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .linkList figcaption {
    min-height: auto;
    box-sizing: border-box;
  }
  .linkList figcaption > span {
    padding: 10px;
    font-size: 16px;
  }
}
/* === /link list === */
/* === button === */
a.btnLinkText {
  background-image: url(/image/common/jp/r1/icon/icon_link_right_hd.gif);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -ms-background-size: 16px 16px;
  color: #c02;
  display: inline-block;
  padding: 0 17px 0 0;
  text-decoration: none;
}
a.btnLinkText:hover {
  background-image: url(/image/common/jp/r1/icon/icon_link_right_hover_hd.gif);
  color: #b1000e;
  text-decoration: underline;
}
a.NewWinLinkText {
  background-image: url(/image/common/jp/r1/icon/icon_new_window_hd.gif);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -ms-background-size: 16px 16px;
  color: #c02;
  display: inline-block;
  padding: 0 17px 0 0;
  text-decoration: none;
}
a.NewWinLinkText:hover {
  background-image: url(/image/common/jp/r1/icon/icon_new_window_hd.gif);
  color: #b1000e;
  text-decoration: underline;
}
.btnMoreInfo {
  position: relative;
  display: inline-block;
  line-height: 60px;
  padding: 0 44px;
  background: #ffa500;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff !important;
  text-decoration: none;
}
.btnMoreInfo span {
  font-size: 0.66em;
}
.btnMoreInfo::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0px;
  display: block;
  border-style: solid;
  border-color: transparent transparent #ffa500 #ffa500;
  border-width: 30px 5px;
}
a.btnMoreInfo:hover {
  opacity: 0.7;
}
span.btnMoreInfo {
  background: #b3b3b3;
}
span.btnMoreInfo::after {
  border-color: transparent transparent #b3b3b3 #b3b3b3;
}
@media screen and (max-width: 767px) {
  .btnMoreInfo {
    font-size: 18px;
    padding: 0 30px;
  }
}
/* === /button === */
/* ===== utility ===== */
.dl_tbl {
  display: flex;
  flex-wrap: wrap;
}
.dl_tbl > dt, .dl_tbl > dd {
  align-items: center;
  border-bottom: 1px solid #333;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.dl_tbl > dt {
  color: #1e90ff;
  font-weight: bold;
  width: 10em;
}
.dl_tbl > dd {
  width: calc(100% - 10em);
}
.dl_tbl > dd * {
  width: 100%;
}
.dl_tbl > dd .btnLinkText, .dl_tbl > dd .NewWinLinkText {
  width: auto;
}
.dl_list {}
.dl_list > dt {
  font-weight: bold;
}
.dl_list > dd {
  margin-bottom: 24px;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.unit {
  display: inline-block;
}
#Contents .bandH2 {
  background-color: #1e90ff;
  background-image: none;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  margin: 30px 0 20px;
  padding: 5px;
  text-align: center;
}
.column03 .linkList > a, .column03 .linkList > span {
  margin-bottom: 20px;
  width: calc((100% - 56px) / 3);
}
@media screen and (max-width: 767px) {
  .column03 .linkList > a, .column03 .linkList > span {
    width: 100%;
  }
}
.column03 .linkList figcaption {
  background: none;
}
.column03 .linkList figcaption > span {
  font-size: 16px;
  padding: 0;
}
.forPC {
  display: block;
}
.forSP {
  display: none;
}
@media screen and (max-width: 767px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
}
/* ===== parallax ===== */
[data-parallax] {
  transition: all 500ms ease-out;
  opacity: 1;
  transform: translate(0px, 0px);
}
[data-parallax="BtoT"] {
  opacity: 0;
  transform: translate(0px, 50px);
}
.linkListLower, .companyListLower {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 960px;
}
.linkListLower a, .companyListLower a, .linkListLower > span {
  align-items: center;
  color: #333333;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  margin: 0 auto 20px;
  text-decoration: none;
}
.linkListLower a:hover, .companyListLower a:hover {
  opacity: 0.8;
}
.linkListLower a figure, .companyListLower a figure, .linkListLower > span figure {
  margin: 0;
  overflow: hidden;
}
.linkListLower a figure, .linkListLower > span figure {
  flex-shrink: 0;
  width: 75%;
  max-width: 600px;
}
.linkListLower a figcaption, .linkListLower > span figcaption {
  font-size: 24px;
  padding: 10px;
  margin: 0 auto;
}
.linkListLower a figcaption .small, .linkListLower > span figcaption small {
  font-size: 0.8em;
}
.linkListLower a:nth-of-type(2n+1) figure, .companyListLower a:nth-of-type(2n+1) figure, .linkListLower > span:nth-of-type(2n+1) figure {
  order: 2;
}
.linkListLower a:nth-of-type(2n+1) figcption, .companyListLower a:nth-of-type(2n+1) dl, .linkListLower > span:nth-of-type(2n+1) figcption {
  order: 1;
}
.linkListLower a img, .companyListLower a img {
  transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}
.linkListLower a:hover img, .companyListLower a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .linkListLower a, .companyListLower a, .linkListLower span {
    display: block;
    max-width: 600px;
  }
  .linkListLower a figure, .linkListLower > span figure {
    width: 100%;
  }
  .linkListLower a figure img, .linkListLower > span figure img {
    width: 100%;
  }
  .linkListLower a figcaption, .linkListLower > span figcaption {
    font-size: 20px;
    text-align: center;
  }
}
.companyListLower a figure {
  flex-shrink: 0;
  width: 25%;
}
.companyListLower a figure img {
  max-width: 100%;
}
.companyListLower dl {
  padding: 10px;
}
.companyListLower dt {
  font-size: 24px;
  font-weight: bold;
}
.companyListLower dd strong {
  display: inline-block;
  text-align: center;
  font-size: 88%;
  margin-top: 10px;
  color: #333333;
}
.companyListLower ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.companyListLower li::after {
  content: "/";
  display: inline-block;
  text-align: center;
  width: 1.5em;
}
@media screen and (max-width: 767px) {
  .companyListLower dt {
    font-size: 20px;
    text-align: center;
  }
  .companyListLower a figure {
    margin: 0 auto;
    width: 50%;
  }
}
.linkList02 {
  margin-top: 15px;
}
.linkList02 > a, .linkList02 > span {
  background: url("/image/hfd/recruit/new_graduate/index/btnTopHeader.png") no-repeat left;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  text-decoration: none;
  padding: 1px;
  width: 100%;
  transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  overflow: hidden;
  position: relative;
}
.linkList02 > a:hover {
  opacity: 0.8
}
.linkList02 > a:hover figure img {
  transform: scale(1.2);
}
.linkList02 figure {
  background: #f2f2f2;
  flex-shrink: 0;
  margin: 0;
  order: 2;
  overflow: hidden;
}
.linkList02 figure img {
  transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  width: auto;
}
.linkList02 figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  padding: 0 10px 0 22px;
  order: 1;
}
@media screen and (max-width: 767px) {
  .linkList > a, .linkList > span {
    width: 100%;
    max-width: 600px;
  }
}
.commonTitle {
  padding-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}
.commonTitle h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .commonTitle h1 {
    font-size: 32px;
  }
}
.commonTitle h1:after {
  content: "";
  display: block;
  height: 8px;
  margin: 0 auto;
  width: calc(100% - 1.6em);
}
.linkTopList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.linkTopList > section {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .linkTopList > section {
    width: 100%;
  }
}
#Contents .linkTopList > section .topH2 {
  background: none;
  text-align: left;
  font-weight: normal;
  margin: 40px 0 0;
  font-size: 28px;
  padding: 0;
}
#Contents .linkTopList > section:first-of-type .topH2 {
  color: #0fb2b4;
}
#Contents .linkTopList > section:first-of-type .linkList02 > a, #Contents .linkTopList > section:first-of-type .linkList02 > span {
  background-color: #0fb2b4;
}
#Contents .linkTopList > section:nth-of-type(2) .topH2 {
  color: #00c099;
}
#Contents .linkTopList > section:nth-of-type(2) .linkList02 > a, #Contents .linkTopList > section:nth-of-type(2) .linkList02 > span {
  background-color: #00c099;
}
#Contents .linkTopList > section:nth-of-type(3) .topH2 {
  color: #00c361;
}
#Contents .linkTopList > section:nth-of-type(3) .linkList02 > a, #Contents .linkTopList > section:nth-of-type(3) .linkList02 > span {
  background-color: #00c361;
}
#Contents .linkTopList > section:nth-of-type(4) .topH2 {
  color: #ff8f1f;
}
#Contents .linkTopList > section:nth-of-type(4) .linkList02 > a, #Contents .linkTopList > section:nth-of-type(4) .linkList02 > span {
  background-color: #ff8f1f;
}
.contentS {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}
#Contents section .interviewH2 {
  background: none;
  color: #00b9e1;
  font-size: 28px;
  margin: 60px 0 0;
  padding: 0;
}
#Contents #content01, #Contents #content02, #Contents #content03 {
  margin-top: -100px;
  padding-top: 100px;
}
.textUnit {
  word-break: keep-all;
}
.textSmall {
  font-size: 0.9em;
}
.text_signature {
  text-align: right;
  padding: 20px 0 0;
  display: block;
}
.FatMenuSet, .FatMenu {
  display: none !important;
}
#entryContents > p > a {
  color: #fff;
}
body > .where-not #entryContents > p > a strong {
  line-height: 1;
}
#ContentsX > div > div > div.ContentsInner > dl dd, #ContentsX > div > div > div.ContentsInner > div dd {
  margin-bottom: 24px;
}
#ContentsX > div > div > div.ContentsInner > dl dd dd, #ContentsX > div > div > div.ContentsInner > div dd dd {
  margin-bottom: 0;
}
/*
#newGraduateNavi > nav a:hover,
#ContentsX > div > div > div.commonLinkArea div a{
	color: #333;
}
body>#Contents a:hover,
body>.where-not a:hover {
    text-decoration: unset;
}
*/