@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import "/Portals/0/css/base.css";
@import "/Portals/0/css/contents_modules.css";
@import "/Portals/0/css/contents_script.css";
@import "/Portals/0/css/contents_cms.css";
@import "/Portals/0/css/contents_trn.css";

/* ===========================================================
 html
=========================================================== */
:root {
  --base-color: #333;
  --theme-color: #00479d;
  --main-color: #00479d;
  --color-red: #bb222a;
  --color-gray: #888888;
  --color-lightgray: #cccccc;
  --zoom-scale: 1.1; /* ズーム倍率 */
  --zoom-speed: 0.5s; /* アニメーション速度 */
}
body {
  max-width: 1920px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1rem;
  color: var(--base-color);
  margin: 0 auto;
}

#blockskip {
  display: none;
}
.font_inter {
  font-family: "Inter", sans-serif;
}

/* ===========================================================
 skin layout
=========================================================== */
.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

/* 2Columns page */
._2Columns .content_middle {
  display: flex;
  gap: 0 clamp(1.25rem, -4.852rem + 12.712vw, 5rem);
  justify-content: space-between;
}
._2Columns .side_area {
  width: 240px;
  flex-shrink: 0;
}
._2Columns main.main_area {
  width: 100%;
}

/* ===========================================================
 header
=========================================================== */
#header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.editMode #header {
  position: static;
}
header#header:before {
  content: "";
  display: block;
  width: 1920px;
  height: 20px;
  background: linear-gradient(to top, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
header#header.is-fix:before {
  opacity: 1;
}
header#header > .inner {
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

#header .right {
  padding: 26px 0;
}
#header .right .head_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .inner .left .logo h1 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: initial;
}
#header .head_bottom {
  margin-top: 20px;
}
#header .logo img {
  vertical-align: middle;
}

#header .logo a {
  display: block;
}

@media screen and (max-width: 1280px) {
}

.head_bottom .token_menu_trn ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.head_bottom .token_menu_trn ul li {
  display: none;
}
.head_bottom .token_menu_trn ul li ul {
  display: none;
}
.head_bottom .token_menu_trn ul li.Tab118,
.head_bottom .token_menu_trn ul li.Tab121,
.head_bottom .token_menu_trn ul li.Tab122,
.head_bottom .token_menu_trn ul li.Tab128,
.head_bottom .token_menu_trn ul li.Tab133 {
  display: block;
}

.head_bottom .token_menu_trn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0 32px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.head_bottom .token_menu_trn ul a {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
}
.head_bottom .token_menu_trn ul a:hover {
  color: var(--theme-color);
  opacity: 1;
}
.head_bottom .token_menu_trn > ul > li > a {
  position: relative;
}
.head_bottom .token_menu_trn > ul > li.currentItem > a:after,
.head_bottom .token_menu_trn > ul > li.parentItem > a:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 40px;
  background-color: #00479d;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
/* ===========================================================
 footer
=========================================================== */
#footer {
  padding: 80px 0 40px;
  position: relative;
  background-color: #eaf4ff;
  margin: 180px 0 0 0;
}
#footer:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/Portals/0/images/hrd/common/bg_footer.png) right bottom no-repeat;
  width: calc(100% - 64px);
  height: 100%;
  bottom: 0;
  right: 64px;
  background-size: contain;
}

#footer > * {
  position: relative;
  z-index: 1;
}
footer#footer .foot_bottom > .inner {
  max-width: 1500px;
  width: 100%;
}
.foot_bottom .foot_bottom_layout {
  display: flex;
  gap: 20px clamp(1.25rem, -6.25rem + 15.625vw, 6.25rem);
  justify-content: space-between;
}

.foot_bottom .foot_bottom_layout > * {
  width: 67%;
}
.foot_bottom .foot_bottom_layout > *:first-child {
  max-width: 470px;

  width: 33%;
}
.copyright {
  font-size: 0.875rem;
  color: #999;
  text-align: center;
  opacity: 0.8;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-top: 100px;
}

#footer .pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 40px;
  bottom: 0;
  z-index: 90;
}
#footer .pagetop.in {
  top: auto;
  bottom: 40px;
}
#footer .pagetop.in.fix {
  top: auto;
  bottom: 100px;
}
#footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 100%;
  background: url(/Portals/0/images/hrd/common/pagetop.png) center center no-repeat #fff;
  border: var(--main-color) solid 1px;
}

#footer .pagetop a:hover {
  opacity: 0.8;
}

/* ===========================================================
 pagetitle & breadcrumb
=========================================================== */
.pagetitle {
  background: url(/Portals/0/images/hrd/common/pagetitle.png) center center no-repeat;
  min-height: 200px;
  display: flex;
  align-items: center;
  margin: 0;
  background-size: cover;
  position: relative;
}
.pagetitle .PagetitleBgPane {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.pagetitle > .inner > .PagetitlePane {
  position: relative;
  z-index: 3;
}
div[class^="pageimg_"] img {
  position: absolute;
  width: 1920px;
  height: 200px;
  object-fit: cover;
  right: 0;
}
div[class^="pageimg_"] {
  position: relative;
}

.editMode .pagetitle .PagetitleBgPane {
  position: static;
}
.editMode div[class^="pageimg_"] img {
  position: relative;
}

.editMode .pagetitle {
  flex-direction: column;
}

.breadcrumb {
  color: #333;
  margin: 20px 0 100px;
  font-weight: 500;
  font-size: 0.875rem;
}
.breadcrumb .inner > span {
  display: block;
  line-height: 1.25;
}
.breadcrumb .inner > span > * {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb .inner > span span.separator {
  width: 12px;
  height: 18px;
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  margin: 0 1em;
}
.breadcrumb .inner > span span.separator:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: none;
  position: absolute;
  top: 5px;
  background-color: #0062b1;
  -webkit-mask-image: url(/Portals/0/images/omni/common/ico_arrow_r.png);
  mask-image: url(/Portals/0/images/omni/common/ico_arrow_r.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.breadcrumb .inner > span span.breadcrumbItem {
  margin: 0;
}
.breadcrumb .inner > span a {
  color: #333;
  text-decoration: none;
}
.breadcrumb .inner > span a:hover {
  color: var(--theme-color);
}

/* ===========================================================
 768px以下のスタイル
=========================================================== */
@media screen and (max-width: 768px) {
  .PagetitleBgPane div[id*="ModuleContent"] img {
    display: none;
  }
  ._2Columns .content_middle {
    display: block;
  }
  ._2Columns .side_area {
    width: 100%;
    margin-top: 60px;
  }
  .inner {
    padding: 0 20px;
  }
  #header > .inner {
    padding: 0 20px;
    height: 60px;
    display: flex;
    align-items: center;
  }
  #header > .inner > .left {
    min-width: auto;
    width: 218px;
  }
  header#header .right {
    display: none;
    padding: 0;
  }
  #header .right .head_top {
    display: block;
    padding: 30px 20px;
    margin: 0;
    border-top: #ccc solid 1px;
  }
  ._Index main#main {
    overflow: hidden;
  }
  .copyright {
    text-align: left;
    margin-top: 40px;
  }
  .pagetitle {
    min-height: 150px;
    padding: 20px 0;
  }
  .breadcrumb {
    margin-bottom: 40px;
  }

  /* ------------------------
  menu
  -----------------------*/
  #header .head_bottom {
    margin-top: 0;
  }
  .head_bottom .token_menu_trn ul {
    display: block;
  }
  .head_bottom .token_menu_trn > ul {
    border-bottom: #ccc solid 1px;
  }
  .head_bottom .token_menu_trn ul a {
    padding: 16px 20px;
    position: relative;
  }
  .head_bottom .token_menu_trn ul li {
    border-top: #ccc solid 1px;
  }
  .head_bottom .token_menu_trn ul li {
    display: block;
  }
  .head_bottom .token_menu_trn > ul > li > a {
    font-size: 1.125rem;
    font-weight: 600;
  }
  .head_bottom .token_menu_trn ul ul {
    background-color: #e2efff;
  }
  .head_bottom .token_menu_trn ul ul ul {
    margin-left: 20px;
  }
  .head_bottom .token_menu_trn ul ul ul {
    background-color: #fff;
  }
  .head_bottom .token_menu_trn ul ul ul ul ul {
    background-color: #fff;
  }

  .head_bottom .token_menu_trn > ul li.currentItem > a,
  .head_bottom .token_menu_trn > ul li.parentItem > a {
    color: var(--theme-color);
  }
  /* toggle */
  .head_bottom .token_menu_trn > ul li a.toggleSwitch {
    padding-right: 50px;
  }
  .head_bottom .token_menu_trn > ul li a.toggleSwitch .toggleBtn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
    background-color: #00479d;
    border-radius: 100%;
  }
  .head_bottom .token_menu_trn > ul li a.toggleSwitch .toggleBtn:before,
  .head_bottom .token_menu_trn > ul li a.toggleSwitch .toggleBtn:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
    width: 10px;
    height: 2px;
    background-color: #fff;
    transition: ease-in-out 0.3s;
  }
  .head_bottom .token_menu_trn > ul li a.toggleSwitch .toggleBtn:after {
    transform: rotate(90deg);
  }
  .head_bottom .token_menu_trn > ul li a.toggleSwitch.open .toggleBtn:after {
    transform: rotate(0deg);
  }
  pagetop .head_bottom .token_menu_trn > ul li a.toggleSwitch.open .toggleBtn:before,
  .head_bottom .token_menu_trn > ul li a.toggleSwitch.open .toggleBtn:after {
    background-color: #888888;
    border-radius: 2px;
  }
  .head_bottom .token_menu_trn > ul li a.toggleSwitch.open .toggleBtn {
    border: #888 solid 1px;
    background-color: #fff;
  }
  .head_bottom .token_menu_trn > ul > li.currentItem > a:after,
  .head_bottom .token_menu_trn > ul > li.parentItem > a:after {
    display: none;
  }
  /* footer */
  #footer {
    margin: 100px 0 0 0;
    padding: 50px 0;
  }

  #footer .inner {
    padding: 0 20px;
  }
  .foot_bottom .foot_bottom_layout {
    display: block;
  }
  #footer .pagetop {
    right: 20px;
  }
  #footer .pagetop.in.fix {
    bottom: 20px;
  }

  .foot_bottom .foot_bottom_layout > *:first-child {
    width: 100%;
  }
}

._NOM-trn._Index .logo h1 {
  display: block;
}

._NOM-trn .logo h1 {
  display: none;
}
._NOM-trn._Index #header .logo a.logo_common {
  display: none;
}
