@charset "utf-8";
/*-------------------------------------
■目次
-CSS変数
-WEBフォント
-リセット
-初期設定
-レイアウト
-モジュール
-汎用クラス
-JS初期設定
---------------------------------------*/

/*-------------------------------------
CSS変数
---------------------------------------*/
:root {
  /* カラー */
  --color_primaryRed:   #cc0000;

  --color_black01: #000000;
  --color_gray01: #666666;
  --color_gray02: #DDDDDD;
  --color_blue01: #F2F7F9;
  --color_blue02: #1DBCF6;
  --color_purple01: #B04EB1;
  --color_pink01: #FE9292;
  --color_orange01: #EA7707;
  --color_green01: #72D12B;
  --color_brown01: #924D0D;



  /* 余白 */
  --mt_M: 24px;
  --mt_M_sp: 12px;
}

/*-------------------------------------
WEBフォント
---------------------------------------*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: normal;
  src: url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
  url('../font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: bold;
  src: url('../font/NotoSansCJKjp-Medium.woff') format('woff'),
  url('../font/NotoSansCJKjp-Medium.ttf')  format('truetype');
}



/*-------------------------------------
リセットCSS
---------------------------------------*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
.hrm_page-area *, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
:where(
.hrm_page-area p,
.hrm_page-area table,
.hrm_page-area blockquote,
.hrm_page-area address,
.hrm_page-area pre,
.hrm_page-area iframe,
.hrm_page-area form,
.hrm_page-area figure,
.hrm_page-area dl ){
  margin: 0;
}
:where(
.hrm_page-area h1,
.hrm_page-area h2,
.hrm_page-area h3,
.hrm_page-area h4,
.hrm_page-area h5,
.hrm_page-area h6) {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
:where(
.hrm_page-area ul,
.hrm_page-area ol ){
  margin: 0;
  padding: 0;
  list-style: none;
}
:where(
.hrm_page-area dt ){
  font-weight: bold;
}
:where(
.hrm_page-area dd ){
  margin-left: 0;
}
:where(
.hrm_page-area hr ){
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
:where(
.hrm_page-area pre ){
  font-family: monospace, monospace;
  font-size: inherit;
}
:where(
.hrm_page-area address ){
  font-style: inherit;
}
:where(
.hrm_page-area a ){
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
:where(
.hrm_page-area abbr[title] ){
  text-decoration: underline dotted;
}
:where(
.hrm_page-area b,
.hrm_page-area strong ){
  font-weight: bolder;
}
:where(
.hrm_page-area code,
.hrm_page-area kbd,
.hrm_page-area samp ){
  font-family: monospace, monospace;
  font-size: inherit;
}
:where(
.hrm_page-area small ){
  font-size: 80%;
}
:where(
.hrm_page-area sub,
.hrm_page-area sup ){
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
:where(
.hrm_page-area sub ){
  bottom: -0.25em;
}
:where(
.hrm_page-area sup ){
  top: -0.5em;
}
:where(
.hrm_page-area svg,
.hrm_page-area img,
.hrm_page-area embed,
.hrm_page-area object,
.hrm_page-area iframe ){
  vertical-align: bottom;
}
:where(
.hrm_page-area button,
.hrm_page-area input,
.hrm_page-area optgroup,
.hrm_page-area select,
.hrm_page-area textarea ){
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
:where(
.hrm_page-area button,
.hrm_page-area [type="button"],
.hrm_page-area [type="reset"],
.hrm_page-area [type="submit"] ){
  cursor: pointer;
}
:where(
.hrm_page-area button:disabled,
.hrm_page-area [type="button"]:disabled,
.hrm_page-area [type="reset"]:disabled,
.hrm_page-area [type="submit"]:disabled ){
  cursor: default;
}
:where(
.hrm_page-area :-moz-focusring ){
  outline: auto;
}
:where(
.hrm_page-area select:disabled ){
  opacity: inherit;
}
:where(
.hrm_page-area option ){
  padding: 0;
}
:where(
.hrm_page-area fieldset ){
  margin: 0;
  padding: 0;
  min-width: 0;
}
:where(
.hrm_page-area legend ){
  padding: 0;
}
:where(
.hrm_page-area progress ){
  vertical-align: baseline;
}
:where(
.hrm_page-area textarea ){
  overflow: auto;
}
:where(
.hrm_page-area [type="number"]::-webkit-inner-spin-button,
.hrm_page-area [type="number"]::-webkit-outer-spin-button ){
  height: auto;
}
:where(
.hrm_page-area [type="search"] ){
  outline-offset: -2px;
}
:where(
.hrm_page-area [type="search"]::-webkit-search-decoration ){
  -webkit-appearance: none;
}
:where(
.hrm_page-area ::-webkit-file-upload-button ){
  -webkit-appearance: button;
  font: inherit;
}
:where(
.hrm_page-area [type="number"] ){
  -moz-appearance: textfield;
}
:where(
.hrm_page-area label[for] ){
  cursor: pointer;
}
:where(
.hrm_page-area details ){
  display: block;
}
:where(
.hrm_page-area summary ){
  display: list-item;
}
:where(
.hrm_page-area [contenteditable]:focus ){
  outline: auto;
}
:where(
.hrm_page-area table ){
  border-color: inherit;
  border-collapse: collapse;
}
:where(
.hrm_page-area caption ){
  text-align: left;
}
:where(
.hrm_page-area td,
.hrm_page-area th ){
  vertical-align: top;
  padding: 0;
}
:where(
.hrm_page-area th ){
  text-align: left;
  font-weight: bold;
}


/*-------------------------------------
初期設定
---------------------------------------*/
/* html {font-size: 62.5%;} */
.hrm_page-area {
  min-width: 320px;
  font-family: Noto Sans Japanese, "sans-serif";
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px),print {
  .hrm_page-area {
    font-size: 18px;
  }
}
.hrm_page-area img {
  max-width: 100%;
  vertical-align: bottom;
}
.hrm_page-area a {
  color: inherit;
}


/*-------------------------------------------------------
レイアウト
-------------------------------------------------------*/
.module_breadcrumbs__list-ol {
  font-size: 14px;
  font-family: "sans-mbk", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.module_breadcrumbs__link {
  color: #666;
}

/* hrm_page-area
--------------------*/
.hrm_page-area {
  position: relative;
  /* overflow: hidden; */
}


/* hrm_contents-wrap
--------------------*/
.hrm_contents-wrap {
  margin-bottom: 100px !important;
}
@media screen and (min-width: 768px),print {
  .hrm_contents-wrap {
    margin-bottom: 120px !important;
  }
}

/* hrm_contents
--------------------*/
.hrm_contents {}
.hrm_contents a:not([class^="hrm_"]):not([class^="hrm_"]) {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine){
  .hrm_contents a:hover {
    text-decoration: none;
  }
}


/* hrm_header
--------------------*/
.hrm_header {
  /* height: 100px; */
  /* background-color: #ccc; */
}
.hrm_header__inner {

}
.hrm_navigation {
  position: relative;
}
.hrm_navigation__title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid var(--color_gray02);
  padding: 10px 46px 10px 14px;
  position: relative;
  height: 60px;
  z-index: 10;
  display: flex;;
  align-items: center;
}
.hrm_navigation__sp-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 22px;
  height: 22px;
  margin: auto;
  transition: 0.3s rotate 0.3s;
  cursor: pointer;;
}
.hrm_navigation__sp-button__line {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.hrm_navigation__sp-button__line:nth-child(1) {
  background-color: var(--color_blue02);
}
.hrm_navigation__sp-button__line:nth-child(2) {
  background-color: var(--color_purple01);
  top: 9px;
}
.hrm_navigation__sp-button__line:nth-child(3) {
  background-color: var(--color_pink01);
  top: 18px;
}
.is_open .hrm_navigation__sp-button {
  rotate: 90deg;
}
.is_open .hrm_navigation__sp-button__line:nth-child(1) {
  rotate: 45deg;
  top: 10px;
  z-index: 5;
}
.is_open .hrm_navigation__sp-button__line:nth-child(2) {
  rotate: -45deg;
  top: 10px;
}
.is_open .hrm_navigation__sp-button__line:nth-child(3) {
  opacity: 0;
}
.hrm_navigation__list {
  display: none;
  padding-bottom: 35px;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 10;
}
.hrm_navigation__item {
  border-bottom: 1px solid var(--color_gray02);
  margin: 0 10px;
}
.hrm_navigation__item + .hrm_navigation__item  {
  border-top: 1px solid var(--color_gray02);
  margin-top: 1px;
}
.is_subMenuOpen.hrm_navigation__item {
  border-bottom: none;
}
.is_color07.hrm_navigation__item {
  border: none;
  margin: 40px 20px 0;
}
.hrm_navigation__sub-menu__lead {
  margin-bottom: 5px;
  font-size: 14px;
}
.is_top.hrm_navigation__link {
  font-size: 16px;
  padding: 16px 35px 16px 10px;
}
.is_top.hrm_navigation__link::before {
  display: none;
}
.hrm_navigation__link {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 35px 10px 10px;
  position: relative;
}
.hrm_navigation__link::before {
  content: "";
  display: block;;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--color_gray01);
  border-right: 2px solid var(--color_gray01);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  rotate: 45deg;
  transition: 0.3s rotate;
}
.is_subMenuOpen .hrm_navigation__link::before {
  rotate: -135deg;
}
.is_subMenuOpen.is_color01.hrm_navigation__item,
.is_subMenuOpen.is_color01 .hrm_navigation__link::before,
.is_subMenuOpen.is_color01 .hrm_navigation__sub-menu__link,
.is_subMenuOpen.is_color01 .hrm_navigation__sub-menu__link::before {
  border-color: var(--color_blue02);
}
.is_subMenuOpen.is_color02.hrm_navigation__item,
.is_subMenuOpen.is_color02 .hrm_navigation__link::before,
.is_subMenuOpen.is_color02 .hrm_navigation__sub-menu__link,
.is_subMenuOpen.is_color02 .hrm_navigation__sub-menu__link::before {
  border-color: var(--color_purple01);
}
.is_subMenuOpen.is_color03.hrm_navigation__item,
.is_subMenuOpen.is_color03 .hrm_navigation__link::before,
.is_subMenuOpen.is_color03 .hrm_navigation__sub-menu__link,
.is_subMenuOpen.is_color03 .hrm_navigation__sub-menu__link::before {
  border-color: var(--color_pink01);
}
.is_subMenuOpen.is_color04.hrm_navigation__item,
.is_subMenuOpen.is_color04 .hrm_navigation__link::before,
.is_subMenuOpen.is_color04 .hrm_navigation__sub-menu__link,
.is_subMenuOpen.is_color04 .hrm_navigation__sub-menu__link::before {
  border-color: var(--color_orange01);
}
.is_subMenuOpen.is_color05.hrm_navigation__item,
.is_subMenuOpen.is_color05 .hrm_navigation__link::before,
.is_subMenuOpen.is_color05 .hrm_navigation__sub-menu__link,
.is_subMenuOpen.is_color05 .hrm_navigation__sub-menu__link::before {
  border-color: var(--color_green01);
}
.is_subMenuOpen.is_color06.hrm_navigation__item,
.is_subMenuOpen.is_color06 .hrm_navigation__link::before,
.is_subMenuOpen.is_color06 .hrm_navigation__sub-menu__link,
.is_subMenuOpen.is_color06 .hrm_navigation__sub-menu__link::before {
  border-color: var(--color_brown01);
}
.is_current.is_color01 .hrm_navigation__link,
.is_subMenuOpen.is_color01 .hrm_navigation__link {
  color: var(--color_blue02);
}
.is_current.is_color02 .hrm_navigation__link,
.is_subMenuOpen.is_color02 .hrm_navigation__link {
  color: var(--color_purple01);
}
.is_current.is_color03 .hrm_navigation__link,
.is_subMenuOpen.is_color03 .hrm_navigation__link {
  color: var(--color_pink01);
}
.is_current.is_color04 .hrm_navigation__link,
.is_subMenuOpen.is_color04 .hrm_navigation__link {
  color: var(--color_orange01);
}
.is_current.is_color05 .hrm_navigation__link,
.is_subMenuOpen.is_color05 .hrm_navigation__link {
  color: var(--color_green01);
}
.is_current.is_color06 .hrm_navigation__link,
.is_subMenuOpen.is_color06 .hrm_navigation__link {
  color: var(--color_brown01);
}

.is_color07 .hrm_navigation__link {
  background-color: var(--color_gray01);
  color: #fff;
  text-align: center;
  padding: 15px 35px 15px 10px;
}
.is_color07 .hrm_navigation__link::before {
  border-color: #fff;
  rotate: -45deg;
  font-weight: normal;
  font-size: 15px;
}
.hrm_navigation__sub-menu {
  display: none;;
}
.hrm_navigation__sub-menu__link {
  display: block;
  font-size: 13px;
  padding: 10px 20px 10px 25px;
  border-top: 1px solid var(--color_gray02);
  border-bottom: 1px solid var(--color_gray02);
  position: relative;
}
.hrm_navigation__sub-menu__link + .hrm_navigation__sub-menu__link {
  margin-top: -1px;
}
.hrm_navigation__sub-menu__link::before {
  content: "";
  display: block;;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid var(--color_gray02);
  border-right: 1px solid var(--color_gray02);
  rotate: -45deg;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hrm_navigation__sub-menu__link.is_noLink::before {
  content: none;
}
.hrm_navigation__sub-menu__title {
  display: none;;
}
.hrm_navigation__sub-menu__title__link:hover,
.hrm_navigation__sub-menu__link,
.hrm_navigation__sub-menu__link:hover,
.hrm_navigation__link:hover {
  color: inherit;
}
.is_color07 .hrm_navigation__link:hover {
  color: #fff;
}
.hrm_navigation__modal {
  position: fixed;
  inset: 0;;
  z-index: 0;
  display: none;
}
.hrm_navigation__sub-menu__link.is_subLinkOn {
  padding: 0;
}
.hrm_navigation__sub-menu__link.is_subLinkOn > a {
  display: block;
  padding: 10px 20px 10px 25px;
  width: 100%;
  height: 100%;
}
.hrm_navigation__sub-menu__subLinkWrap {
  display: none;
}


@media screen and (min-width: 768px),print {
  .hrm_navigation {
    position: relative;
    border-bottom: 1px solid var(--color_gray02);
  }
  .hrm_navigation__title {
    display: none;;
  }
  .hrm_navigation__list {
    display: flex !important;
    position: static;
    text-align: center;
    justify-content: center;;
    padding-bottom: 0;
    max-width: 1224px;
    margin-left: auto;
    margin-right: auto;
  }
  .hrm_navigation__item,
  .hrm_navigation__item + .hrm_navigation__item {
    margin: 0;
    border: none;
  }
  .hrm_navigation__item + .hrm_navigation__item {
    margin-left: 0.5%;
  }
  .hrm_navigation__item {
    display: flex;
    justify-content: center;;

  }
  .is_top.hrm_navigation__link {
    font-size: 12px;
    padding: 10px 5px;
  }
  .hrm_navigation__link {
    font-size: 12px;
    font-weight: normal;
    display: flex;;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    width: 100%;
  }
  .hrm_navigation__link:hover {
    text-decoration: none;
  }
  .hrm_navigation__link::before {
    display: none;
  }
  .hrm_navigation__link::after {
    content: "";
    display: block;;
    width: 100%;
    height: 4px;
    background-color: var(--color_black01);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: 0.3s transform;
  }
  .is_current .hrm_navigation__link::after {
    transform: scaleX(1);
  }
  .is_current.is_color01 .hrm_navigation__link,
  .is_current.is_color02 .hrm_navigation__link,
  .is_current.is_color03 .hrm_navigation__link,
  .is_current.is_color04 .hrm_navigation__link,
  .is_current.is_color05 .hrm_navigation__link,
  .is_current.is_color06 .hrm_navigation__link {
    color: #000;
  }
  .hrm_navigation__link:hover::after {
    transform: scaleX(1);
  }
  .is_color01 .hrm_navigation__link::after {
    background-color: var(--color_blue02);
  }
  .is_color02 .hrm_navigation__link::after {
    background-color: var(--color_purple01);
  }
  .is_color03 .hrm_navigation__link::after {
    background-color: var(--color_pink01);
  }
  .is_color04 .hrm_navigation__link::after {
    background-color: var(--color_orange01);
  }
  .is_color05 .hrm_navigation__link::after {
    background-color: var(--color_green01);
  }
  .is_color06 .hrm_navigation__link::after {
    background-color: var(--color_brown01);
  }
  .is_color07.hrm_navigation__item {
    width: 16.2%;
  }
  .is_color07 .hrm_navigation__link {
    padding: 10px 7px;
    transition: 0.3s;
  }
  .is_color07.is_current .hrm_navigation__link,
  .is_color07 .hrm_navigation__link:hover {
    background-color: var(--color_black01);
    color: #fff;
  }
  .is_color07 .hrm_navigation__link:hover::after {
    display: none;;
  }

  .hrm_navigation__sub-menu {
    position: absolute;
    top: -1000%;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    background-color: #fff;
    border-top: 2px solid var(--color_black01);
    border-bottom: 2px solid var(--color_black01);
    opacity: 0;
    transition: 0.2s opacity;
    display: block;
    z-index: 10;
  }
  .is_show.hrm_navigation__sub-menu {
    opacity: 1;
    top: 100%;

  }
  .hrm_navigation__sub-menu__inner {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    padding: 15px 0;
    min-height: 157px;

  }
  .hrm_navigation__sub-menu__list {
    text-align: left;
  }
  .hrm_navigation__sub-menu__list.is_flex {
    display: flex;
  }
  .hrm_navigation__sub-menu__list.is_flex .hrm_navigation__sub-menu__list__fxHead {
    flex: 0 0 auto;
  }
  .hrm_navigation__sub-menu__lead {
    margin-bottom: 0;
    padding-right: 20px;
    max-width: 970px;
    font-size: 14px;
  }
  .hrm_navigation__sub-menu__link,
  .hrm_navigation__sub-menu__link.is_subLinkOn {
    display: inline-block;
    border: none;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
    margin-right: 50px;

  }
  .hrm_navigation__sub-menu__link.is_subLinkOn > a {
    padding: 0;
  }
  .hrm_navigation__sub-menu__link.is_noLink {
    padding-left: 0;
  }
  .hrm_navigation__sub-menu__link + .hrm_navigation__sub-menu__link {
    margin-right: 50px;
    margin-top: 15px;
  }
  .hrm_navigation__sub-menu__link:hover {
    text-decoration: underline;
  }
  .hrm_navigation__sub-menu__link.is_noLink:hover {
    text-decoration: none;
  }
  .is_top.hrm_navigation__sub-menu__link {
    display: none;
  }
  .hrm_navigation__sub-menu__link::before {
    width: 12px;
    height: 12px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    left: 0;
  }
  .hrm_navigation__sub-menu__title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px 35px;
    margin-right: 20px;
    border-right: 2px solid var(--color_black01);
    width: 320px;
  }
  .hrm_navigation__sub-menu__list {
    width: calc(100% - 320px);
    padding-bottom: 35px;
  }
  .hrm_navigation__sub-menu__list.is_w100 {
    width: 100%;
  }
  .hrm_navigation__sub-menu__title__link:hover {
    text-decoration: underline;
  }
  .is_color01 .hrm_navigation__sub-menu__title {
    color: var(--color_blue02);
  }
  .is_color01 .hrm_navigation__sub-menu__title,
  .is_color01 .hrm_navigation__sub-menu,
  .is_color01 .hrm_navigation__sub-menu__link::before {
    border-color: var(--color_blue02);
  }
  .is_color02 .hrm_navigation__sub-menu__title {
    color: var(--color_purple01);
  }
  .is_color02 .hrm_navigation__sub-menu__title,
  .is_color02 .hrm_navigation__sub-menu,
  .is_color02 .hrm_navigation__sub-menu__link::before {
    border-color: var(--color_purple01);
  }
  .is_color03 .hrm_navigation__sub-menu__title {
    color: var(--color_pink01);
  }
  .is_color03 .hrm_navigation__sub-menu__title,
  .is_color03 .hrm_navigation__sub-menu,
  .is_color03 .hrm_navigation__sub-menu__link::before {
    border-color: var(--color_pink01);
  }
  .is_color04 .hrm_navigation__sub-menu__title {
    color: var(--color_orange01);
  }
  .is_color04 .hrm_navigation__sub-menu__title,
  .is_color04 .hrm_navigation__sub-menu,
  .is_color04 .hrm_navigation__sub-menu__link::before {
    border-color: var(--color_orange01);
  }
  .is_color05 .hrm_navigation__sub-menu__title {
    color: var(--color_green01);
  }
  .is_color05 .hrm_navigation__sub-menu__title,
  .is_color05 .hrm_navigation__sub-menu,
  .is_color05 .hrm_navigation__sub-menu__link::before {
    border-color: var(--color_green01);
  }
  .is_color06 .hrm_navigation__sub-menu__title {
    color: var(--color_brown01);
  }
  .is_color06 .hrm_navigation__sub-menu__title,
  .is_color06 .hrm_navigation__sub-menu,
  .is_color06 .hrm_navigation__sub-menu__link::before {
    border-color: var(--color_brown01);
  }
  .is_color07 .hrm_navigation__sub-menu__title {
    color: #fff;
  }
  .is_color07 .hrm_navigation__sub-menu__title,
  .is_color07 .hrm_navigation__sub-menu__link::before {
    border-color: #fff;
  }
  .is_color07 .hrm_navigation__sub-menu {
    background-color: var(--color_black01);
    color: #fff;
  }
  .hrm_navigation__sub-menu__sub {
    text-align: left;
    width: 22.36%;
    padding: 10px 20px 35px 0;
    margin-right: 20px;
    border-right: 2px solid #fff;
  }
  .hrm_navigation__sub-menu__sub__text {
    font-size: 13px;
  }
  .hrm_navigation__modal {
    display: none !important;
  }
  .hrm_navigation__sub-menu__subLinkWrap {
    display: none;
    margin-top: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 310px;
    /* width: clamp(240px, 27.9vw, 310px); */
    /* width: calc(100% + 80px); */
    background-color: #666;
    padding: 15px 10px 15px;
    color: #fff;
    z-index: 1;
  }
  .hrm_navigation__sub-menu__subLinkWrap::before {
    content: '';
    width: 20px;
    height: 22px;
    position: absolute;
    left: 10px;
    top: -20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #666;
  }
  .hrm_navigation__sub-menu__subLinkWrap::after {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: -20px;
  }
  .hrm_navigation__sub-menu__subLinkWrap.is_right {
    left: auto;
    right: 0;
  }
  .hrm_navigation__sub-menu__subLinkWrap.is_right::before {
    left: auto;
    right: 10px;
  }
  .hrm_navigation__sub-menu__subLinkWrap > span {
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 0.5em;
    font-size: 14px;
    border-left: 5px solid #fff;
    line-height: 2.14;
  }
  .hrm_navigation__sub-menu__subLinkWrap > a {
    display: block;
    font-size: 13px;
    padding-left: 1.5em;
    position: relative;
  }
  .hrm_navigation__sub-menu__subLinkWrap > a + a {
    margin-top: 5px;
    line-height: 1.8;
  }
  .hrm_navigation__sub-menu__subLinkWrap > a::before {
    content: '';
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 0.8em;
    height: 0.8em;
    transform: rotate(-45deg);
    position: absolute;
    top: 0.45em;
    left: 0;
  }
}
@media screen and (min-width: 1024px),print{
  .hrm_navigation__item + .hrm_navigation__item {
    margin-left: 2.5%;
  }
  .hrm_navigation__link,
  .is_top.hrm_navigation__link {
    font-size: 14px
  }
  .hrm_navigation__sub-menu__link,
  .hrm_navigation__sub-menu__link + .hrm_navigation__sub-menu__link {
    margin-right: 100px;
  }
  .hrm_navigation__sub-menu__sub .hrm_navigation__sub-menu__link {
    margin-right: 20px;
  }
  .hrm_navigation__sub-menu__list.is_flex .hrm_navigation__sub-menu__list__fxHead .hrm_navigation__sub-menu__link {
    margin-right: 35px;
  }
  .hrm_navigation__sub-menu__list.is_flex .hrm_navigation__sub-menu__list__fxBody .hrm_navigation__sub-menu__link {
    margin-right: 20px;
  }
  .hrm_navigation__sub-menu__title {
    font-size: 24px;
  }
  .hrm_navigation__sub-menu__link,
  .hrm_navigation__sub-menu__link.is_subLinkOn {
    font-size: 18px;
  }
  .hrm_navigation__sub-menu__list__fxBody .hrm_navigation__sub-menu__link {
    font-size: 16px;
  }
  /* .hrm_navigation__sub-menu__subLinkWrap {
    width: 310px;
  } */
}

/* hrm_footer
--------------------*/
/* .hrm_footer {
  height: 100px;
  background-color: #ccc;
}
.hrm_footer__inner {

} */



/*-------------------------------------------------------
モジュール
-------------------------------------------------------*/

/* m_section
--------------------*/
.hrm_section {
  position: relative;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
}


/* hrm_contentW
--------------------*/
.hrm_contentW {
  width: 100%;
  max-width: 1264px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px),print {
  .hrm_contentW {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* hrm_titleA
------------------------*/
.hrm_titleA {
  font-size: 20px;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/hrm_headline_s.png) no-repeat center top;
  background-size: 100% 100%;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  padding: 10px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px),print {
  .hrm_titleA {
    font-size: 40px;
    background: url(../images/hrm_headline_l.png) no-repeat center top;
    background-size: 100% 100%;
    height: 160px;
    margin-bottom: 80px;
  }
}

/* hrm_titleB
------------------------*/
.hrm_titleB {
  font-size: 18px;
  line-height: 1.22;
  margin-top: 70px;
  margin-bottom: 30px;
  padding: 0px 0 6px 38px;
  border-bottom: 2px solid var(--color_gray01);
  position: relative;
}
.hrm_titleB::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: var(--color_gray01);
  position: absolute;
  bottom: 6px;
  left: 0;
  transform: skewX(340deg);
  transform-origin: bottom right;
}
.is_color01 .hrm_titleB { border-color: var(--color_blue02); }
.is_color01 .hrm_titleB::before { background-color: var(--color_blue02); }
.is_color02 .hrm_titleB { border-color: var(--color_purple01); }
.is_color02 .hrm_titleB::before { background-color: var(--color_purple01); }
.is_color03 .hrm_titleB { border-color: var(--color_pink01); }
.is_color03 .hrm_titleB::before { background-color: var(--color_pink01); }
.is_color04 .hrm_titleB { border-color: var(--color_orange01); }
.is_color04 .hrm_titleB::before { background-color: var(--color_orange01); }
.is_color05 .hrm_titleB { border-color: var(--color_green01); }
.is_color05 .hrm_titleB::before { background-color: var(--color_green01); }
.is_color06 .hrm_titleB { border-color: var(--color_brown01); }
.is_color06 .hrm_titleB::before { background-color: var(--color_brown01); }
@media screen and (min-width: 768px),print {
  .hrm_titleB {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 32px;
  }
}


/* hrm_titleC
------------------------*/
.hrm_titleC {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 16px;
  border-left: 4px solid var(--color_gray01);
  position: relative;
}
.hrm_titleC::before {
  content: "";
  display: block;;
  width: 4px;
  height: 100%;
  background-color: var(--color_gray02);
  position: absolute;
  left: 6px;
  top: 0
}
.hrm_titleC.is_fontColor {
  color: var(--color_gray01);
  font-weight: bold;
}
.is_color01 .hrm_titleC { border-color: var(--color_blue02) }
.is_color01 .hrm_titleC::before { background-color: #CFECFF;}
.is_color01 .hrm_titleC.is_fontColor { color: var(--color_blue02) }
.is_color02 .hrm_titleC { border-color: var(--color_purple01) }
.is_color02 .hrm_titleC::before { background-color: #FFD3F3;}
.is_color02 .hrm_titleC.is_fontColor { color: var(--color_purple01) }
.is_color03 .hrm_titleC { border-color: var(--color_pink01) }
.is_color03 .hrm_titleC::before { background-color: #FFD0D0;}
.is_color03 .hrm_titleC.is_fontColor { color: var(--color_pink01) }
.is_color04 .hrm_titleC { border-color: var(--color_orange01) }
.is_color04 .hrm_titleC::before { background-color: #FCDEC0;}
.is_color04 .hrm_titleC.is_fontColor { color: var(--color_orange01) }
.is_color05 .hrm_titleC { border-color: var(--color_green01) }
.is_color05 .hrm_titleC::before { background-color: #D2FEB1;}
.is_color05 .hrm_titleC.is_fontColor { color: var(--color_green01) }
.is_color06 .hrm_titleC { border-color: var(--color_brown01) }
.is_color06 .hrm_titleC::before { background-color: #FFDDBE;}
.is_color06 .hrm_titleC.is_fontColor { color: var(--color_brown01) }
@media screen and (min-width: 768px),print {
  .hrm_titleC {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
}

/* hrm_titleD
------------------------*/
.hrm_titleD {
  font-size: 16px;
  padding-left: 10px;
  border-left: 4px solid var(--color_gray01);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.is_color01 .hrm_titleD { border-color: var(--color_blue02); }
.is_color02 .hrm_titleD { border-color: var(--color_purple01); }
.is_color03 .hrm_titleD { border-color: var(--color_pink01); }
.is_color04 .hrm_titleD { border-color: var(--color_orange01); }
.is_color05 .hrm_titleD { border-color: var(--color_green01); }
.is_color06 .hrm_titleD { border-color: var(--color_brown01); }
@media screen and (min-width: 768px),print {
  .hrm_titleD {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}



/* タイトルの下余白を優先させる */
[class^="hrm_title"]:not([class*="__"]) + *:not([class^="hrm_title"]) {
  margin-top: 0 !important;
}

/* m_text
--------------------*/
.hrm_text {
  margin-top: var(--mt_M);
}
.hrm_text p + p {
  margin-top: 1em;
}
.hrm_caption {
  font-size: 12px;
}
.hrm_caption__head {
  float: left;
  margin-right: 3px;
  display: block;;
}
.hrm_caption__body {
  display: block;
  overflow: hidden;
}
.hrm_dataBookLinkDesc {
  padding-left: 36px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  background-image: url(../images/hrm_icon-book.png);
  background-size: 26px 21px;
  background-position: top 2.5px left;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px),print {
  .hrm_caption {
    font-size: 14px;
  }
}
/* m_list
------------------------*/
.hrm_list01__item {
  position: relative;
  padding-left: calc(1em + 5px);
}
.hrm_list01__item::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: var(--color_gray01);
  position: absolute;
  top: 0.2em;
  left: 0;
}
.hrm_list01__item {
  margin-top: 1em;
}
.is_color01 .hrm_list01__item::before { background-color: var(--color_blue02); }
.is_color02 .hrm_list01__item::before { background-color: var(--color_purple01); }
.is_color03 .hrm_list01__item::before { background-color: var(--color_pink01); }
.is_color04 .hrm_list01__item::before { background-color: var(--color_orange01); }
.is_color05 .hrm_list01__item::before { background-color: var(--color_green01); }
.is_color06 .hrm_list01__item::before { background-color: var(--color_brown01); }

/* m_link
------------------------*/
.hrm_link,
.hrm_link__sizeS {
  display: inline-block;
  position: relative;
  padding-left: calc(1em + 5px);
}
.hrm_link::before,
.hrm_link__sizeS::before {
  content: "";
  display: block;;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--color_black01);
  border-right: 2px solid var(--color_black01);
  rotate: -45deg;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.hrm_link__sizeS::before {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px),print {
  .hrm_link:hover {
    text-decoration: underline;
  }
  .hrm_link::before {
    width: 12px;
    height: 12px;
  }
  .hrm_link__sizeS::before {
    width: 10px;
    height: 10px;
  }
}

.hrm_link__pdf01::after {
  content: "";
  display: inline-block;;
  width: 25px;
  height: 27px;
  background: url(../images/hrm_icon-pdf_01.png) no-repeat;
  background-size: 100%;
  margin: 3px 0 3px 10px;
  vertical-align: middle;;
}
.hrm_link__blank01::after {
  content: "";
  display: inline-block;;
  width: 25px;
  height: 23px;
  background: url(../images/hrm_icon-blank_01.png) no-repeat;
  background-size: 100%;
  margin: 3px 5px 3px 5px;
  vertical-align: middle;;
}
@media screen and (max-width: 767px) {
  .hrm_link__pdf01.hrm_link::before,
  .hrm_link__blank01.hrm_link::before {
    top: 0.6em;
  }
}
.hrm_link__underline {
  text-decoration: underline;
}
.hrm_link__underline:hover {
  text-decoration: none;;
}

/* hrm_anchor-navigation
------------------------*/
.hrm_anchor-navigation__item {
  display: inline-block;
  font-size: 12px;
  position: relative;
  padding-right: 15px;
  margin-left: 2em;
  margin-bottom: 2em;

}
.hrm_anchor-navigation__item::before {
  content: "";
  display: block;;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid var(--color_gray01);
  border-right: 1px solid var(--color_gray01);
  rotate: 45deg;
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 0;
  margin: auto;
}
.hrm_anchor-navigation__item  + .hrm_anchor-navigation__item  {
}
@media screen and (min-width: 768px),print {
  .hrm_anchor-navigation__item {
    font-size: 14px;

  }
}
/* hrm_anchor-navigation
------------------------*/
.hrm_local-navigation {
  margin-top: 100px;
  padding-bottom: 25px;
}
.hrm_local-navigation__head {
  border-bottom: 1px solid var(--color_gray02);
}
.hrm_local-navigation__head__link {
  display: inline-block;
  padding: 20px 30px 20px 60px;
  position: relative;
  font-size: 16px;
  /* text-align: center; */
}
.hrm_local-navigation__head__link::before {
  content: "";
  display: block;;
  width: 20px;
  height: 6px;
  border-bottom: 1px solid var(--color_black01);
  border-left: 2px solid var(--color_black01);
  transform: skewX(-65deg);
  transform-origin: bottom left;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;

}
.hrm_local-navigation__body__link {
  display: block;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid var(--color_gray02);
  font-size: 14px;
}
.is_current.hrm_local-navigation__body__link {
  color: var(--color_gray01);
}
.hrm_local-navigation__body__link::before {
  content: "";
  display: block;;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid var(--color_black01);
  border-right: 1px solid var(--color_black01);
  rotate: -45deg;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.is_current.hrm_local-navigation__body__link::before {
  border-color: var(--color_gray01)
}
.is_current.hrm_local-navigation__body__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color_gray01);
  position: absolute;
  bottom: 1px;
  left: 0;
}
.is_color01 .is_current.hrm_local-navigation__body__link::after { background-color: var(--color_blue02); }
.is_color02 .is_current.hrm_local-navigation__body__link::after { background-color: var(--color_purple01); }
.is_color03 .is_current.hrm_local-navigation__body__link::after { background-color: var(--color_pink01); }
.is_color04 .is_current.hrm_local-navigation__body__link::after { background-color: var(--color_orange01); }
.is_color05 .is_current.hrm_local-navigation__body__link::after { background-color: var(--color_green01); }
.is_color06 .is_current.hrm_local-navigation__body__link::after { background-color: var(--color_brown01); }

@media screen and (min-width: 768px),print {
  .hrm_local-navigation {
    margin-top: 120px;
  }
  .hrm_local-navigation__head__link {
    font-size: 16px;
  }
  .hrm_local-navigation__body {
    display: flex;
    width: 100%;

  }
  .hrm_local-navigation__body__link {
    font-size: 14px;
    flex: 1;
    display: flex;;
    align-items: center;
  }
}
/* hrm_button__area
------------------------*/
.hrm_button__area {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px),print {
  .hrm_button__area {
    margin-top: 60px;
  }
}

/* hrm_button__area02
----------------------------------------- */
.hrm_button__area02 {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px),print {
  .hrm_button__area02 {
    max-width: 880px;
    margin: 50px auto 0;
  }
}

/* hrm_button01
--------------------*/

.hrm_button01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color_black01);
  padding: 14px 40px;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  font-size: 16px;
}
.hrm_button01::before {
  content: "";
  display: block;;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid var(--color_black01);
  border-right: 2px solid var(--color_black01);
  rotate: -45deg;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.hrm_button01.is_dataBookLink {
  padding-left: 30px;
  padding-right: 42px;
  font-size: 14px;
}
@media screen and (min-width: 768px),print {
  .hrm_button01 {
    padding: 15px 50px;
    transition: 0.3s;
  }
  .hrm_button01::before {
    right: 30px;
    transition: 0.3s;
  }
  .hrm_button01:hover {
    background-color: var(--color_black01);
    color: #fff;
  }
  .hrm_button01:hover::before {
    border-color: #fff;
    right: 25px;
  }
}

/* hrm_button02
--------------------*/

.hrm_button02 {
  border: 1px solid var(--color_black01);
  position: relative;
  border-radius: 5px;
  display: flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  position: relative;
  text-align: center;;
}
.hrm_button02::before {
  content: "";
  display: block;;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid var(--color_black01);
  border-right: 2px solid var(--color_black01);
  rotate: -45deg;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto
}
.is_color01 .hrm_button02 { border-color: var(--color_blue02); }
.is_color01 .hrm_button02::before { border-color: var(--color_blue02); }
.is_color02 .hrm_button02 { border-color: var(--color_purple01); }
.is_color02 .hrm_button02::before { border-color: var(--color_purple01); }
.is_color03 .hrm_button02 { border-color: var(--color_pink01); }
.is_color03 .hrm_button02::before { border-color: var(--color_pink01); }
.is_color04 .hrm_button02 { border-color: var(--color_orange01); }
.is_color04 .hrm_button02::before { border-color: var(--color_orange01); }
.is_color05 .hrm_button02 { border-color: var(--color_green01); }
.is_color05 .hrm_button02::before { border-color: var(--color_green01); }
.is_color06 .hrm_button02 { border-color: var(--color_brown01); }
.is_color06 .hrm_button02::before { border-color: var(--color_brown01); }
@media screen and (min-width: 768px),print {
  .hrm_button02 {
    font-size: 24px;
    padding: 20px 60px;
    min-height: 115px;
  }
  .hrm_button02::before {
    right: 30px;
    transition: 0.3s right;
  }
  .hrm_button02:hover::before {
    right: 25px;
  }
}

/* hrm_col2
------------------------*/
.hrm_col2__item + .hrm_col2__item {
  margin-top: 50px;
}
.hrm_col2__item__img {
  text-align: center;
}
@media screen and (min-width: 768px),print {
  .hrm_col2__item + .hrm_col2__item {
    margin-top: 0;
  }
  .hrm_col2 {
    display: flex;
    flex-wrap: wrap;
  }
  .hrm_col2__item {
    margin-right: 25px;
    width: calc(50% - 14px);
    padding-bottom: 25px;
  }
  .hrm_col2__item:nth-child(even) {
    margin-right: 0;
  }
  .hrm_col2__item:nth-child(n + 3) {
    margin-top: 25px;
  }
}

/* hrm_col3
------------------------*/
.hrm_col3__item + .hrm_col3__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px),print {
  .hrm_col3__item + .hrm_col3__item {
    margin-top: 0;
  }
  .hrm_col3 {
    display: flex;
    flex-wrap: wrap;
  }
  .hrm_col3__item {
    margin-right: 25px;
    width: calc(33.333% - 18px);
  }
  .hrm_col3__item:nth-child(3n) {
    margin-right: 0;
  }
  .hrm_col3__item:nth-child(n + 4) {
    margin-top: 25px;
  }
}

/* hrm_ctgIndexList
----------------------------------------- */
.hrm_ctgIndexList__item + .hrm_ctgIndexList__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px),print {
  .hrm_ctgIndexList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 25px;
  }
  .hrm_ctgIndexList__item + .hrm_ctgIndexList__item {
    margin-top: 0;
  }
  .hrm_ctgIndexList__item {
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
}

/*m_image
--------------------*/
@media screen and (max-width: 767px) {
  .hrm_img-scroll {
    max-width: 100%;
    overflow-x: scroll;
  }
  .hrm_img-scroll > img {
    max-width: none;
  }

}

.hrm_image-col2__image-area {
  padding: 0 10px;
  text-align: center;
}
.hrm_image-col2__image-area__caption {
  margin-top: 10px;
}
.hrm_image-col2__text-area {
  margin-top: 30px;
}
@media screen and (min-width: 768px),print {
  .hrm_image-col2 {
    overflow: hidden;
  }
  .hrm_image-col2__image-area {
    float: right;
    width: 40%;
    margin-left: 25px;
    margin-bottom: 20px;
  }
  .hrm_image-col2__text-area {
    margin-top: 0;
  }
}
/* m_media
------------------------*/
.hrm_media {
  margin-top: var(--mt_M);
}


/* m_box
--------------------*/
.hrm_box01 {
  margin-top: 20px;
  border: 1px solid var(--color_black01);
  padding: 20px;
}
.is_color01 .hrm_box01 { border-color: var(--color_blue02); }
.is_color02 .hrm_box01 { border-color: var(--color_purple01); }
.is_color03 .hrm_box01 { border-color: var(--color_pink01); }
.is_color04 .hrm_box01 { border-color: var(--color_orange01); }
.is_color05 .hrm_box01 { border-color: var(--color_green01); }
.is_color06 .hrm_box01 { border-color: var(--color_brown01); }

@media screen and (min-width: 768px),print {
  .hrm_box01 {
    padding: 30px;
  }
}
/* hrm_table01
--------------------*/
.hrm_table01 {
  border-top: 1px solid var(--color_gray02);
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
}
.hrm_table01__row {
  border-bottom: 1px solid var(--color_gray02);
}
.hrm_table01__link {
  display: flex;
  padding: 20px 0;
}
.hrm_table01__head {
  width: 105px;
  font-size: 12px;
  padding-right: 1em;
}
.hrm_table01__body {
  width: calc(100% - 105px);
  font-size: 14px;
}
@media screen and (min-width: 768px),print {
  .hrm_table01__link {
    align-items: center;
  }
  .hrm_table01__head {
    font-size: 14px;
    width: 120px;
  }
  .hrm_table01__body {
    font-size: 16px;
    width: calc(100% - 120px);
  }
}

/* hrm_table02
--------------------*/
/* .hrm_table02__wrap {
  max-width: 100%;
  overflow-x: scroll;;
} */

.hrm_table02__col1 {
  width: 55px;
}
.hrm_table02__col2 {
  width: 170px;
}
.hrm_table02__col3 {
  width: 160px;
}
.hrm_table02__col4 {
  width: 70px;
}
.hrm_table02__col5 {
  width: 105px;
}
.hrm_table02__col6 {
  width: 105px;
}
.hrm_table02__col7 {
  width: 105px;
}
.hrm_table02__col8 {
  width: 105px;
}
.hrm_table02__col9 {
  width: 105px;
}
.hrm_table02__col10 {
  width: 105px;
}
.hrm_table02__col11 {
  width: 234px;
}

.hrm_table02__col12 {
  width: 45px;
}
.hrm_table02__col13 {
  width: 190px;
}
.hrm_table02__col14 {
  width: 45px;
}
.hrm_table02__col15 {
  width: 520px;
}
.hrm_table02__col16 {
  width: 90px;
}

.hrm_table02 {
  width: 1224px;
  border-collapse: collapse;
  border-bottom: 1px solid var(--color_gray02);
  border-right: 1px solid var(--color_gray02);
}
.hrm_table02.is_width02 {
  width: 800px;
}
.hrm_table02 th,
.hrm_table02 td {
  border-top: 1px solid var(--color_gray02);
  border-left: 1px solid var(--color_gray02);
  padding: 14px 10px
}
.hrm_table02 thead th {
  background-color: var(--color_gray01);
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.hrm_table02 tbody th {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;;
  /*padding: 10px 15px;*/
    padding: 0;
}
.hrm_table02 tbody td {
  font-size: 12px;
  vertical-align: middle;;
}

.hrm_table02 th.is_bg01 {
  background-color: #5d6983;
  color: #fff;
}
.hrm_table02 th.is_bg02,
.hrm_table02 th.is_bg05 {
  background-color: #8d7a01;
  color: #fff;
}
.hrm_table02 th.is_bg03,
.hrm_table02 th.is_bg04 {
  background-color: #fff;
  color: #8d7a01;
  padding: 2px;
}


.hrm_table02 tbody th {
  position: relative;
  padding: 10px 15px;
}
.hrm_table02__tbody-head {
  -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  vertical-align: middle;
  white-space: pre;
  /*padding: 10px 15px;*/
}
.hrm_table02 tbody th.is_bg03 .hrm_table02__tbody-head-inn,
.hrm_table02 tbody th.is_bg04 .hrm_table02__tbody-head-inn {
  padding: 7px 12px;
}
.hrm_table02 tbody th.is_bg03 .hrm_table02__tbody-head::before,
.hrm_table02 tbody th.is_bg04 .hrm_table02__tbody-head::before {
  content: "";
  display: block;
  border: 1px solid #8d7a01;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
}
.hrm_table02__indent {
  padding-left: 2em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .hrm_table02__wrap {
    max-width: 100%;
    overflow-x: scroll;;
  }
}
@media screen and (min-width: 768px),print {
  .hrm_table02,
  .hrm_table02.is_width02 {
    width: 100%;
  }
}

/* hrm_table03
--------------------*/
.hrm_table03 {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid var(--color_gray02);
  border-right: 1px solid var(--color_gray02);
}
.hrm_table03 th {
  background-color: var(--color_gray01);
  color: #fff;
  font-weight: bold;
}
.hrm_table03 th,
.hrm_table03 td {
  padding: 14px 10px;
  border-left: 1px solid var(--color_gray02);
  border-top: 1px solid var(--color_gray02);
}
@media screen and (max-width: 767px) {
  .hrm_table03.is_spVertical col {
    width: 100%;
  }
  .hrm_table03.is_spVertical tr,
  .hrm_table03.is_spVertical th,
  .hrm_table03.is_spVertical td {
    display: block;
  }
}

/* hrm_quickIndex
----------------------------------------- */
.hrm_quickIndex__button {
  width: 100%;
  padding: 13px 25px 13px 20px;
  font-size: 20px;
  background-color: #828282;
  color: #fff;
  position: relative;
}
.hrm_quickIndex__button::before,
.hrm_quickIndex__button::after {
  content: '';
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.hrm_quickIndex__button::before {
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}
.hrm_quickIndex__button.is_close::before {
  opacity: 1;
}
.hrm_quickIndex__content {
  padding: 20px 18px 30px;
  border: 1px solid #828282;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hrm_quickIndex__ttlLink {
  padding-right: 25px;
  display: block;
  background-color: #ECECEC;
  /* line-height: 1.8; */
  position: relative;
  display: flex;
  align-items: center;
  background-image: url(../images/hrm_icon-arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 14px;
  background-position: top 9px right 8px;
}
.hrm_quickIndex__ttlLink.is_fontS {
  font-size: 13px;
}
.hrm_quickIndex__ttlLink > span:first-of-type {
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  font-size: 20px;
  background-color: #828282;
  color: #fff;
  text-align: center;
  line-height: normal;
  align-self: stretch;
  flex: 0 0 auto;
}
.hrm_quickIndex__ttlLink:hover {
  text-decoration: none;
}
.hrm_quickIndex__linkWrap__subLinks {
  margin-top: 15px;
}
@media screen and (min-width: 768px),print {
  .hrm_quickIndex__button::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .hrm_quickIndex__button::before {
    transform: translateY(-50%) rotate(45deg);
    opacity: 1;
  }
  .hrm_quickIndex__button.is_close::after {
    transform: translateY(-50%) rotate(0);
  }
  .hrm_quickIndex__button.is_close::before {
    transform: translateY(-50%) rotate(90deg);
    opacity: 1;
  }
  .hrm_quickIndex__content {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 45px 20px;
  }
  .hrm_quickIndex__linkWrap {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 1024px),print {
  .hrm_quickIndex__linkWrap {
    width: calc((100% - 60px) / 4);
  }
}


/* form：parts
--------------------*/


/* form：layout
------------------------*/


/* 「要素内の最初の子要素」「要素内の最後の子要素」のモジュール（.hrm_yyy）に対してmarginの上下がキャンセル*/
[class^="hrm_"]:not([class*="__"]):first-child { margin-top: 0}
[class^="hrm_"]:not([class*="__"]):last-child { margin-bottom: 0}

/*-------------------------------------
汎用クラス
---------------------------------------*/
/* テキスト系
------------------------*/
.hrm_font10 { font-size: 10px!important; }
.hrm_font11 { font-size: 11px!important; }
.hrm_font12 { font-size: 12px!important; }
.hrm_fontXS { font-size: 10px!important; }
.hrm_fontSS { font-size: 12px!important; }
.hrm_fontS  { font-size: 14px!important; }
.hrm_fontM  { font-size: 16px!important; }
.hrm_fontL  { font-size: 18px!important; }
.hrm_fontLL { font-size: 20px!important; }
.hrm_fontXL { font-size: 22px!important; }
@media screen and (min-width: 768px),print {
  .hrm_fontXS { font-size: 12px!important; }
  .hrm_fontSS { font-size: 14px!important; }
  .hrm_fontM  { font-size: 18px!important; }
  .hrm_fontLL { font-size: 22px!important; }
  .hrm_fontXL { font-size: 24px!important; }
}

.hrm_fontItalic { font-style: italic!important; }
.hrm_fontBold   { font-weight: bold!important; }
.hrm_fontNormal { font-weight: normal!important; }

.hrm_lineL { line-height: 1.8!important;}
.hrm_lineM { line-height: 1.5!important;}
.hrm_lineS { line-height: 1.3!important;}

.hrm_tdNon   { text-decoration: none !important; }
.hrm_tdUnder { text-decoration: underline !important; }
.hrm_tdOver  { text-decoration: line-through !important; }

.hrm_colorRed   { color: #cc0000!important; }
.hrm_colorYellow   { color: #8d7a01!important; }
.hrm_colorNavy   { color: #5d6983!important; }

/* レイアウト系
------------------------*/
.hrm_clearfix { zoom: 1; }
.hrm_clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0.01px;
}
.hrm_ofHidden  { overflow: hidden!important; }
.hrm_ofVisible { overflow: visible!important; }
.hrm_floatL    { float: left!important; }
.hrm_floatR    { float: right!important; }

.hrm_posStatic   { position: static !important;}
.hrm_posRelative { position: relative!important;}
.hrm_posAbsolute { position: absolute!important;}
.hrm_posFixed    { position: fixed!important;}

.hrm_taLeft   { text-align: left !important; }
.hrm_taCenter { text-align: center !important; }
.hrm_taRight  { text-align: right !important; }

.hrm_vaTop { vertical-align: top !important; }
.hrm_vaMdl { vertical-align: middle !important; }
.hrm_vaBtm { vertical-align: bottom !important; }

/* 余白
------------------------*/
.hrm_myS  { margin-top: 10px !important; margin-bottom: 10px !important;}
.hrm_myM  { margin-top: 20px !important; margin-bottom: 20px !important;}
.hrm_myL  { margin-top: 30px !important; margin-bottom: 30px !important;}
.hrm_myLL { margin-top: 40px !important; margin-bottom: 40px !important;}
.hrm_myXL { margin-top: 50px !important; margin-bottom: 50px !important;}

.hrm_mtS  { margin-top: 10px !important;}
.hrm_mtM  { margin-top: 20px !important;}
.hrm_mtL  { margin-top: 30px !important;}
.hrm_mtLL { margin-top: 40px !important;}
.hrm_mtXL { margin-top: 50px !important;}

.hrm_mbS  { margin-bottom: 10px !important;}
.hrm_mbM  { margin-bottom: 20px !important;}
.hrm_mbL  { margin-bottom: 30px !important;}
.hrm_mbLL { margin-bottom: 40px !important;}
.hrm_mbXL { margin-bottom: 50px !important;}

.hrm_mxS  { margin-left: 10px !important; margin-right: 10px !important;}
.hrm_mxM  { margin-left: 20px !important; margin-right: 20px !important;}
.hrm_mxL  { margin-left: 30px !important; margin-right: 30px !important;}
.hrm_mxLL { margin-left: 40px !important; margin-right: 40px !important;}
.hrm_mxXL { margin-left: 50px !important; margin-right: 50px !important;}

.hrm_mlS  { margin-left: 10px !important;}
.hrm_mlM  { margin-left: 20px !important;}
.hrm_mlL  { margin-left: 30px !important;}
.hrm_mlLL { margin-left: 40px !important;}
.hrm_mlXL { margin-left: 50px !important;}

.hrm_mrS  { margin-right: 10px !important;}
.hrm_mrM  { margin-right: 20px !important;}
.hrm_mrL  { margin-right: 30px !important;}
.hrm_mrLL { margin-right: 40px !important;}
.hrm_mrXL { margin-right: 50px !important;}

.hrm_mt0  { margin-top:  0px !important; }
.hrm_mt3  { margin-top:  3px !important; }
.hrm_mt5  { margin-top:  5px !important; }
.hrm_mt10 { margin-top: 10px !important; }
.hrm_mt15 { margin-top: 15px !important; }
.hrm_mt20 { margin-top: 20px !important; }
.hrm_mt25 { margin-top: 25px !important; }
.hrm_mt30 { margin-top: 30px !important; }
.hrm_mt35 { margin-top: 35px !important; }
.hrm_mt40 { margin-top: 40px !important; }
.hrm_mt45 { margin-top: 45px !important; }
.hrm_mt50 { margin-top: 50px !important; }
.hrm_mt60 { margin-top: 60px !important; }
.hrm_mt70 { margin-top: 70px !important; }
.hrm_mt80 { margin-top: 80px !important; }
.hrm_mt90 { margin-top: 90px !important; }
.hrm_mt100 { margin-top: 100px !important; }

.hrm_ml0  { margin-left:  0px !important; }
.hrm_ml3  { margin-left:  3px !important; }
.hrm_ml5  { margin-left:  5px !important; }
.hrm_ml10 { margin-left: 10px !important; }
.hrm_ml15 { margin-left: 15px !important; }
.hrm_ml20 { margin-left: 20px !important; }
.hrm_ml25 { margin-left: 25px !important; }
.hrm_ml30 { margin-left: 30px !important; }
.hrm_ml35 { margin-left: 35px !important; }
.hrm_ml40 { margin-left: 40px !important; }
.hrm_ml45 { margin-left: 45px !important; }
.hrm_ml50 { margin-left: 50px !important; }
.hrm_ml60 { margin-left: 60px !important; }
.hrm_ml70 { margin-left: 70px !important; }
.hrm_ml80 { margin-left: 80px !important; }
.hrm_ml90 { margin-left: 90px !important; }
.hrm_ml100 { margin-left: 100px !important; }

.hrm_mr0  { margin-right:  0px !important; }
.hrm_mr3  { margin-right:  3px !important; }
.hrm_mr5  { margin-right:  5px !important; }
.hrm_mr10 { margin-right: 10px !important; }
.hrm_mr15 { margin-right: 15px !important; }
.hrm_mr20 { margin-right: 20px !important; }
.hrm_mr25 { margin-right: 25px !important; }
.hrm_mr30 { margin-right: 30px !important; }
.hrm_mr35 { margin-right: 35px !important; }
.hrm_mr40 { margin-right: 40px !important; }
.hrm_mr45 { margin-right: 45px !important; }
.hrm_mr50 { margin-right: 50px !important; }
.hrm_mr60 { margin-right: 60px !important; }
.hrm_mr70 { margin-right: 70px !important; }
.hrm_mr80 { margin-right: 80px !important; }
.hrm_mr90 { margin-right: 90px !important; }
.hrm_mr100 { margin-right: 100px !important; }

.hrm_mb0  { margin-bottom:  0px !important; }
.hrm_mb3  { margin-bottom:  3px !important; }
.hrm_mb5  { margin-bottom:  5px !important; }
.hrm_mb10 { margin-bottom: 10px !important; }
.hrm_mb15 { margin-bottom: 15px !important; }
.hrm_mb20 { margin-bottom: 20px !important; }
.hrm_mb25 { margin-bottom: 25px !important; }
.hrm_mb30 { margin-bottom: 30px !important; }
.hrm_mb35 { margin-bottom: 35px !important; }
.hrm_mb40 { margin-bottom: 40px !important; }
.hrm_mb45 { margin-bottom: 45px !important; }
.hrm_mb50 { margin-bottom: 50px !important; }
.hrm_mb60 { margin-bottom: 60px !important; }
.hrm_mb70 { margin-bottom: 70px !important; }
.hrm_mb80 { margin-bottom: 80px !important; }
.hrm_mb90 { margin-bottom: 90px !important; }
.hrm_mb100 { margin-bottom: 100px !important; }

@media screen and (max-width:767px) {
  .hrm_myS  { margin-top: 5px !important; margin-bottom: 5px !important;}
  .hrm_myM  { margin-top: 10px !important; margin-bottom: 10px !important;}
  .hrm_myL  { margin-top: 15px !important; margin-bottom: 15px !important;}
  .hrm_myLL { margin-top: 20px !important; margin-bottom: 20px !important;}
  .hrm_myXL { margin-top: 25px !important; margin-bottom: 25px !important;}

  .hrm_mtS  { margin-top: 5px !important;}
  .hrm_mtM  { margin-top: 10px !important;}
  .hrm_mtL  { margin-top: 15px !important;}
  .hrm_mtLL { margin-top: 20px !important;}
  .hrm_mtXL { margin-top: 25px !important;}

  .hrm_mbS  { margin-bottom: 5px !important;}
  .hrm_mbM  { margin-bottom: 10px !important;}
  .hrm_mbL  { margin-bottom: 15px !important;}
  .hrm_mbLL { margin-bottom: 20px !important;}
  .hrm_mbXL { margin-bottom: 25px !important;}

  .hrm_mxS  { margin-left: 5px !important; margin-right: 5px !important;}
  .hrm_mxM  { margin-left: 10px !important; margin-right: 10px !important;}
  .hrm_mxL  { margin-left: 15px !important; margin-right: 15px !important;}
  .hrm_mxLL { margin-left: 20px !important; margin-right: 20px !important;}
  .hrm_mxXL { margin-left: 25px !important; margin-right: 25px !important;}

  .hrm_mlS  { margin-left: 5px !important;}
  .hrm_mlM  { margin-left: 10px !important;}
  .hrm_mlL  { margin-left: 15px !important;}
  .hrm_mlLL { margin-left: 20px !important;}
  .hrm_mlXL { margin-left: 25px !important;}

  .hrm_mrS  { margin-right: 5px !important;}
  .hrm_mrM  { margin-right: 10px !important;}
  .hrm_mrL  { margin-right: 15px !important;}
  .hrm_mrLL { margin-right: 20px !important;}
  .hrm_mrXL { margin-right: 25px !important;}

  .hrm_spMt0  { margin-top:  0px !important; }
  .hrm_spMt3  { margin-top:  3px !important; }
  .hrm_spMt5  { margin-top:  5px !important; }
  .hrm_spMt10 { margin-top: 10px !important; }
  .hrm_spMt15 { margin-top: 15px !important; }
  .hrm_spMt20 { margin-top: 20px !important; }
  .hrm_spMt25 { margin-top: 25px !important; }
  .hrm_spMt30 { margin-top: 30px !important; }
  .hrm_spMt35 { margin-top: 35px !important; }
  .hrm_spMt40 { margin-top: 40px !important; }
  .hrm_spMt45 { margin-top: 45px !important; }
  .hrm_spMt50 { margin-top: 50px !important; }
  .hrm_spMt60 { margin-top: 60px !important; }
  .hrm_spMt70 { margin-top: 70px !important; }
  .hrm_spMt80 { margin-top: 80px !important; }
  .hrm_spMt90 { margin-top: 90px !important; }
  .hrm_spMt100 { margin-top: 100px !important; }

  .hrm_spMl0  { margin-left:  0px !important; }
  .hrm_spMl3  { margin-left:  3px !important; }
  .hrm_spMl5  { margin-left:  5px !important; }
  .hrm_spMl10 { margin-left: 10px !important; }
  .hrm_spMl15 { margin-left: 15px !important; }
  .hrm_spMl20 { margin-left: 20px !important; }
  .hrm_spMl25 { margin-left: 25px !important; }
  .hrm_spMl30 { margin-left: 30px !important; }
  .hrm_spMl35 { margin-left: 35px !important; }
  .hrm_spMl40 { margin-left: 40px !important; }
  .hrm_spMl45 { margin-left: 45px !important; }
  .hrm_spMl50 { margin-left: 50px !important; }
  .hrm_spMl60 { margin-left: 60px !important; }
  .hrm_spMl70 { margin-left: 70px !important; }
  .hrm_spMl80 { margin-left: 80px !important; }
  .hrm_spMl90 { margin-left: 90px !important; }
  .hrm_spMl100 { margin-left: 100px !important; }

  .hrm_spMr0  { margin-right:  0px !important; }
  .hrm_spMr3  { margin-right:  3px !important; }
  .hrm_spMr5  { margin-right:  5px !important; }
  .hrm_spMr10 { margin-right: 10px !important; }
  .hrm_spMr15 { margin-right: 15px !important; }
  .hrm_spMr20 { margin-right: 20px !important; }
  .hrm_spMr25 { margin-right: 25px !important; }
  .hrm_spMr30 { margin-right: 30px !important; }
  .hrm_spMr35 { margin-right: 35px !important; }
  .hrm_spMr40 { margin-right: 40px !important; }
  .hrm_spMr45 { margin-right: 45px !important; }
  .hrm_spMr50 { margin-right: 50px !important; }
  .hrm_spMr60 { margin-right: 60px !important; }
  .hrm_spMr70 { margin-right: 70px !important; }
  .hrm_spMr80 { margin-right: 80px !important; }
  .hrm_spMr90 { margin-right: 90px !important; }
  .hrm_spMr100 { margin-right: 100px !important; }

  .hrm_spMb0  { margin-bottom:  0px !important; }
  .hrm_spMb3  { margin-bottom:  3px !important; }
  .hrm_spMb5  { margin-bottom:  5px !important; }
  .hrm_spMb10 { margin-bottom: 10px !important; }
  .hrm_spMb15 { margin-bottom: 15px !important; }
  .hrm_spMb20 { margin-bottom: 20px !important; }
  .hrm_spMb25 { margin-bottom: 25px !important; }
  .hrm_spMb30 { margin-bottom: 30px !important; }
  .hrm_spMb35 { margin-bottom: 35px !important; }
  .hrm_spMb40 { margin-bottom: 40px !important; }
  .hrm_spMb45 { margin-bottom: 45px !important; }
  .hrm_spMb50 { margin-bottom: 50px !important; }
  .hrm_spMb60 { margin-bottom: 60px !important; }
  .hrm_spMb70 { margin-bottom: 70px !important; }
  .hrm_spMb80 { margin-bottom: 80px !important; }
  .hrm_spMb90 { margin-bottom: 90px !important; }
  .hrm_spMb100 { margin-bottom: 100px !important; }
}

.hrm_pyS  { padding-top: 10px !important; padding-bottom: 10px !important;}
.hrm_pyM  { padding-top: 20px !important; padding-bottom: 20px !important;}
.hrm_pyL  { padding-top: 30px !important; padding-bottom: 30px !important;}
.hrm_pyLL { padding-top: 40px !important; padding-bottom: 40px !important;}
.hrm_pyXL { padding-top: 50px !important; padding-bottom: 50px !important;}

.hrm_ptS  { padding-top: 10px !important;}
.hrm_ptM  { padding-top: 20px !important;}
.hrm_ptL  { padding-top: 30px !important;}
.hrm_ptLL { padding-top: 40px !important;}
.hrm_ptXL { padding-top: 50px !important;}

.hrm_pbS  { padding-bottom: 10px !important;}
.hrm_pbM  { padding-bottom: 20px !important;}
.hrm_pbL  { padding-bottom: 30px !important;}
.hrm_pbLL { padding-bottom: 40px !important;}
.hrm_pbXL { padding-bottom: 50px !important;}

.hrm_pxS  { padding-left: 10px !important; padding-right: 10px !important;}
.hrm_pxM  { padding-left: 20px !important; padding-right: 20px !important;}
.hrm_pxL  { padding-left: 30px !important; padding-right: 30px !important;}
.hrm_pxLL { padding-left: 40px !important; padding-right: 40px !important;}
.hrm_pxXL { padding-left: 50px !important; padding-right: 50px !important;}

.hrm_plS  { padding-left: 10px !important;}
.hrm_plM  { padding-left: 20px !important;}
.hrm_plL  { padding-left: 30px !important;}
.hrm_plLL { padding-left: 40px !important;}
.hrm_plXL { padding-left: 50px !important;}

.hrm_prS  { padding-right: 10px !important;}
.hrm_prM  { padding-right: 20px !important;}
.hrm_prL  { padding-right: 30px !important;}
.hrm_prLL { padding-right: 40px !important;}
.hrm_prXL { padding-right: 50px !important;}

.hrm_pt0  { padding-top:  0px !important; }
.hrm_pt3  { padding-top:  3px !important; }
.hrm_pt5  { padding-top:  5px !important; }
.hrm_pt10 { padding-top: 10px !important; }
.hrm_pt15 { padding-top: 15px !important; }
.hrm_pt20 { padding-top: 20px !important; }
.hrm_pt25 { padding-top: 25px !important; }
.hrm_pt30 { padding-top: 30px !important; }
.hrm_pt35 { padding-top: 35px !important; }
.hrm_pt40 { padding-top: 40px !important; }
.hrm_pt45 { padding-top: 45px !important; }
.hrm_pt50 { padding-top: 50px !important; }
.hrm_pt60 { padding-top: 60px !important; }
.hrm_pt70 { padding-top: 70px !important; }
.hrm_pt80 { padding-top: 80px !important; }
.hrm_pt90 { padding-top: 90px !important; }
.hrm_pt100 { padding-top: 100px !important; }

.hrm_pl0  { padding-left:  0px !important; }
.hrm_pl3  { padding-left:  3px !important; }
.hrm_pl5  { padding-left:  5px !important; }
.hrm_pl10 { padding-left: 10px !important; }
.hrm_pl15 { padding-left: 15px !important; }
.hrm_pl20 { padding-left: 20px !important; }
.hrm_pl25 { padding-left: 25px !important; }
.hrm_pl30 { padding-left: 30px !important; }
.hrm_pl35 { padding-left: 35px !important; }
.hrm_pl40 { padding-left: 40px !important; }
.hrm_pl45 { padding-left: 45px !important; }
.hrm_pl50 { padding-left: 50px !important; }
.hrm_pl60 { padding-left: 60px !important; }
.hrm_pl70 { padding-left: 70px !important; }
.hrm_pl80 { padding-left: 80px !important; }
.hrm_pl90 { padding-left: 90px !important; }
.hrm_pl100 { padding-left: 100px !important; }

.hrm_pr0  { padding-right:  0px !important; }
.hrm_pr3  { padding-right:  3px !important; }
.hrm_pr5  { padding-right:  5px !important; }
.hrm_pr10 { padding-right: 10px !important; }
.hrm_pr15 { padding-right: 15px !important; }
.hrm_pr20 { padding-right: 20px !important; }
.hrm_pr25 { padding-right: 25px !important; }
.hrm_pr30 { padding-right: 30px !important; }
.hrm_pr35 { padding-right: 35px !important; }
.hrm_pr40 { padding-right: 40px !important; }
.hrm_pr45 { padding-right: 45px !important; }
.hrm_pr50 { padding-right: 50px !important; }
.hrm_pr60 { padding-right: 60px !important; }
.hrm_pr70 { padding-right: 70px !important; }
.hrm_pr80 { padding-right: 80px !important; }
.hrm_pr90 { padding-right: 90px !important; }
.hrm_pr100 { padding-right: 100px !important; }

.hrm_pb0  { padding-bottom:  0px !important; }
.hrm_pb3  { padding-bottom:  3px !important; }
.hrm_pb5  { padding-bottom:  5px !important; }
.hrm_pb10 { padding-bottom: 10px !important; }
.hrm_pb15 { padding-bottom: 15px !important; }
.hrm_pb20 { padding-bottom: 20px !important; }
.hrm_pb25 { padding-bottom: 25px !important; }
.hrm_pb30 { padding-bottom: 30px !important; }
.hrm_pb35 { padding-bottom: 35px !important; }
.hrm_pb40 { padding-bottom: 40px !important; }
.hrm_pb45 { padding-bottom: 45px !important; }
.hrm_pb50 { padding-bottom: 50px !important; }
.hrm_pb60 { padding-bottom: 60px !important; }
.hrm_pb70 { padding-bottom: 70px !important; }
.hrm_pb80 { padding-bottom: 80px !important; }
.hrm_pb90 { padding-bottom: 90px !important; }
.hrm_pb100 { padding-bottom: 100px !important; }

@media screen and (max-width:767px) {
  .hrm_pyS  { padding-top: 5px !important; padding-bottom: 5px !important;}
  .hrm_pyM  { padding-top: 10px !important; padding-bottom: 10px !important;}
  .hrm_pyL  { padding-top: 15px !important; padding-bottom: 15px !important;}
  .hrm_pyLL { padding-top: 20px !important; padding-bottom: 20px !important;}
  .hrm_pyXL { padding-top: 25px !important; padding-bottom: 25px !important;}

  .hrm_ptS  { padding-top: 5px !important;}
  .hrm_ptM  { padding-top: 10px !important;}
  .hrm_ptL  { padding-top: 15px !important;}
  .hrm_ptLL { padding-top: 20px !important;}
  .hrm_ptXL { padding-top: 25px !important;}

  .hrm_pbS  { padding-bottom: 5px !important;}
  .hrm_pbM  { padding-bottom: 10px !important;}
  .hrm_pbL  { padding-bottom: 15px !important;}
  .hrm_pbLL { padding-bottom: 20px !important;}
  .hrm_pbXL { padding-bottom: 25px !important;}

  .hrm_pxS  { padding-left: 5px !important; padding-right: 5px !important;}
  .hrm_pxM  { padding-left: 10px !important; padding-right: 10px !important;}
  .hrm_pxL  { padding-left: 15px !important; padding-right: 15px !important;}
  .hrm_pxLL { padding-left: 20px !important; padding-right: 20px !important;}
  .hrm_pxXL { padding-left: 25px !important; padding-right: 25px !important;}

  .hrm_plS  { padding-left: 5px !important;}
  .hrm_plM  { padding-left: 10px !important;}
  .hrm_plL  { padding-left: 15px !important;}
  .hrm_plLL { padding-left: 20px !important;}
  .hrm_plXL { padding-left: 25px !important;}

  .hrm_prS  { padding-right: 5px !important;}
  .hrm_prM  { padding-right: 10px !important;}
  .hrm_prL  { padding-right: 15px !important;}
  .hrm_prLL { padding-right: 20px !important;}
  .hrm_prXL { padding-right: 25px !important;}

  .hrm_spPt0  { padding-top:  0px !important; }
  .hrm_spPt3  { padding-top:  3px !important; }
  .hrm_spPt5  { padding-top:  5px !important; }
  .hrm_spPt10 { padding-top: 10px !important; }
  .hrm_spPt15 { padding-top: 15px !important; }
  .hrm_spPt20 { padding-top: 20px !important; }
  .hrm_spPt25 { padding-top: 25px !important; }
  .hrm_spPt30 { padding-top: 30px !important; }
  .hrm_spPt35 { padding-top: 35px !important; }
  .hrm_spPt40 { padding-top: 40px !important; }
  .hrm_spPt45 { padding-top: 45px !important; }
  .hrm_spPt50 { padding-top: 50px !important; }
  .hrm_spPt60 { padding-top: 60px !important; }
  .hrm_spPt70 { padding-top: 70px !important; }
  .hrm_spPt80 { padding-top: 80px !important; }
  .hrm_spPt90 { padding-top: 90px !important; }
  .hrm_spPt100 { padding-top: 100px !important; }

  .hrm_spPl0  { padding-left:  0px !important; }
  .hrm_spPl3  { padding-left:  3px !important; }
  .hrm_spPl5  { padding-left:  5px !important; }
  .hrm_spPl10 { padding-left: 10px !important; }
  .hrm_spPl15 { padding-left: 15px !important; }
  .hrm_spPl20 { padding-left: 20px !important; }
  .hrm_spPl25 { padding-left: 25px !important; }
  .hrm_spPl30 { padding-left: 30px !important; }
  .hrm_spPl35 { padding-left: 35px !important; }
  .hrm_spPl40 { padding-left: 40px !important; }
  .hrm_spPl45 { padding-left: 45px !important; }
  .hrm_spPl50 { padding-left: 50px !important; }
  .hrm_spPl60 { padding-left: 60px !important; }
  .hrm_spPl70 { padding-left: 70px !important; }
  .hrm_spPl80 { padding-left: 80px !important; }
  .hrm_spPl90 { padding-left: 90px !important; }
  .hrm_spPl100 { padding-left: 100px !important; }

  .hrm_spPr0  { padding-right:  0px !important; }
  .hrm_spPr3  { padding-right:  3px !important; }
  .hrm_spPr5  { padding-right:  5px !important; }
  .hrm_spPr10 { padding-right: 10px !important; }
  .hrm_spPr15 { padding-right: 15px !important; }
  .hrm_spPr20 { padding-right: 20px !important; }
  .hrm_spPr25 { padding-right: 25px !important; }
  .hrm_spPr30 { padding-right: 30px !important; }
  .hrm_spPr35 { padding-right: 35px !important; }
  .hrm_spPr40 { padding-right: 40px !important; }
  .hrm_spPr45 { padding-right: 45px !important; }
  .hrm_spPr50 { padding-right: 50px !important; }
  .hrm_spPr60 { padding-right: 60px !important; }
  .hrm_spPr70 { padding-right: 70px !important; }
  .hrm_spPr80 { padding-right: 80px !important; }
  .hrm_spPr90 { padding-right: 90px !important; }
  .hrm_spPr100 { padding-right: 100px !important; }

  .hrm_spPb0  { padding-bottom:  0px !important; }
  .hrm_spPb3  { padding-bottom:  3px !important; }
  .hrm_spPb5  { padding-bottom:  5px !important; }
  .hrm_spPb10 { padding-bottom: 10px !important; }
  .hrm_spPb15 { padding-bottom: 15px !important; }
  .hrm_spPb20 { padding-bottom: 20px !important; }
  .hrm_spPb25 { padding-bottom: 25px !important; }
  .hrm_spPb30 { padding-bottom: 30px !important; }
  .hrm_spPb35 { padding-bottom: 35px !important; }
  .hrm_spPb40 { padding-bottom: 40px !important; }
  .hrm_spPb45 { padding-bottom: 45px !important; }
  .hrm_spPb50 { padding-bottom: 50px !important; }
  .hrm_spPb60 { padding-bottom: 60px !important; }
  .hrm_spPb70 { padding-bottom: 70px !important; }
  .hrm_spPb80 { padding-bottom: 80px !important; }
  .hrm_spPb90 { padding-bottom: 90px !important; }
  .hrm_spPb100 { padding-bottom: 100px !important; }
}

/* 表示非表示用
------------------------*/
@media screen and (max-width: 1200px) { .hrm_ov1200 { display: none !important; } }
@media screen and (max-width: 1100px) { .hrm_ov1100 { display: none !important; } }
@media screen and (max-width: 1000px) { .hrm_ov1000 { display: none !important; } }
@media screen and (max-width: 900px) { .hrm_ov900  { display: none !important; } }
@media screen and (max-width: 800px) { .hrm_ov800  { display: none !important; } }
@media screen and (max-width: 767px) { .hrm_ov767  { display: none !important; } }
@media screen and (max-width: 700px) { .hrm_ov700  { display: none !important; } }
@media screen and (max-width: 600px) { .hrm_ov600  { display: none !important; } }
@media screen and (max-width: 500px) { .hrm_ov500  { display: none !important; } }
@media screen and (max-width: 400px) { .hrm_ov400  { display: none !important; } }
@media screen and (max-width: 374px) { .hrm_ov374  { display: none !important; } }
@media screen and (min-width: 1201px) { .hrm_un1200 { display: none !important; } }
@media screen and (min-width: 1101px) { .hrm_un1100 { display: none !important; } }
@media screen and (min-width: 1001px) { .hrm_un1000 { display: none !important; } }
@media screen and (min-width: 901px) { .hrm_un900  { display: none !important; } }
@media screen and (min-width: 801px) { .hrm_un800  { display: none !important; } }
@media screen and (min-width: 768px) { .hrm_un767  { display: none !important; } }
@media screen and (min-width: 701px) { .hrm_un700  { display: none !important; } }
@media screen and (min-width: 601px) { .hrm_un600  { display: none !important; } }
@media screen and (min-width: 501px) { .hrm_un500  { display: none !important; } }
@media screen and (min-width: 401px) { .hrm_un400  { display: none !important; } }
@media screen and (min-width: 375px) { .hrm_un374  { display: none !important; } }

@media screen and (max-width: 1920px){ .hrm_ov1920 { display: none !important; } }
@media screen and (min-width: 1921px){ .hrm_un1920 { display: none !important; } }
@media screen and (max-width: 1023px){ .hrm_ov1023 { display: none !important; } }
@media screen and (min-width: 1024px){ .hrm_un1023 { display: none !important; } }

/* その他
------------------------*/
.hrm_disNon { display: none !important; }
.hrm_disBlock { display: block!important; }
.hrm_disInline { display: inline!important; }
.hrm_disInBlock { display: inline-block!important; }
.hrm_disFlex { display: flex!important; }
.hrm_disGrid { display: grid!important; }

.hrm_flexWap { flex-wrap: wrap!important;; }
.hrm_justifyStart { justify-content: flex-start!important; }
.hrm_justifyEnd   { justify-content: flex-end!important; }
.hrm_justifyCentr  { justify-content: center!important; }
.hrm_justifyBetween    { justify-content: space-between!important; }
.hrm_justifyAround     { justify-content: space-around!important; }
.hrm_alignStart { align-items: flex-start!important; }
.hrm_alignEnd   { align-items: flex-end!important; }
.hrm_alignCentr  { align-items: center!important; }

.hrm_liquid { width: 100%!important; }
.hrm_nowrap { white-space: nowrap!important; }
.hrm_breakall { word-break: break-all!important; }

.hrm_fwBold {
  font-weight: bold !important;
}

.hrm_over,
.hrm_over *
{
  text-decoration: none;
  transition: opacity 0.5s 0s;
}
@media (hover: hover) and (pointer: fine){
  .hrm_over:hover
  {
    opacity: 0.6!important;
  }
}
/*-------------------------------------
JS初期設定
---------------------------------------*/
.js_toggleArea.s_close .js_toggleContents {
  display: none;
}
