@charset "UTF-8";
/* opacity */
/* inline-block */
/* transition */
:root {
  --screen-height:100vh;
}

* {
  box-sizing: border-box;
}

@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  main {
    padding-top: 6.1rem;
  }
}

/* header */
header ul:last-of-type li:first-child a {
  background: #079ee3;
}
header P#hrm_header_else1 {
  right: 425px;
}

nav .hrm_menu.hrm_sp--hidden {
  padding: 40px 4%;
  text-align: left;
}
nav .hrm_menu.hrm_sp--hidden li {
  margin: 0 0.4% 0.8%;
  width: 15.8% !important;
  text-align: center;
  float: none;
}
nav .hrm_menu.hrm_sp--hidden li a {
  display: block;
}
nav .hrm_menu.hrm_sp--hidden li.disabled {
  background: red !important;
}
nav .hrm_menu.hrm_sp--hidden li.disabled a {
  background: #eee !important;
  color: #999 !important;
}
nav .hrm_menu.hrm_sp--hidden li {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.2s !important;
}
nav .hrm_menu.hrm_sp--hidden li a {
  width: 100%;
  transition: 0.2s !important;
  text-align: center;
  line-height: 1.3;
  padding: 15px 0;
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
nav .hrm_menu.hrm_sp--hidden li a:before, nav .hrm_menu.hrm_sp--hidden li a:after {
  content: none;
}
nav .hrm_menu.hrm_sp--hidden li a:after {
  content: "";
  background: url("../images/ico-arrow-long.png") right center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  right: 18px;
  transform: translateX(50%);
  transition: right .3s;
  width: 19px;
  height: 4px;
}
nav .hrm_menu.hrm_sp--hidden li a:hover:after {
  right: 13px;
}
nav .hrm_menu.hrm_sp--hidden li.line2 a {
  padding: 7px 0;
}
nav .hrm_menu.hrm_sp--hidden li:before {
  content: '';
  height: 1px;
  background-color: #000;
  width: 98.5%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
nav .hrm_menu.hrm_sp--hidden li:after {
  content: '';
  width: 1px;
  background-color: #000;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
nav .hrm_menu.hrm_sp--hidden#who li {
  background-color: #fce8d3;
  box-shadow: 3px 3px 0 #f5b46c;
}
nav .hrm_menu.hrm_sp--hidden#who li a {
  background: none;
}
nav .hrm_menu.hrm_sp--hidden#who li:hover {
  background-color: #ffc078;
  box-shadow: 0px 0px 0 #f5b46c;
}
nav .hrm_menu.hrm_sp--hidden#what li {
  background-color: #e6f5f1;
  box-shadow: 3px 3px 0 #acdfd2;
}
nav .hrm_menu.hrm_sp--hidden#what li a {
  background: none;
}
nav .hrm_menu.hrm_sp--hidden#what li:hover {
  background-color: #baede0;
  box-shadow: 0px 0px 0 #acdfd2;
}
nav .hrm_menu.hrm_sp--hidden#how li {
  background-color: #f1ecf8;
  box-shadow: 3px 3px 0 #cfc1e8;
}
nav .hrm_menu.hrm_sp--hidden#how li a {
  background: none;
}
nav .hrm_menu.hrm_sp--hidden#how li:hover {
  background-color: #dccef5;
  box-shadow: 0px 0px 0 #cfc1e8;
}
@media screen and (max-width: 812px) {
  nav .hrm_menu.hrm_sp--hidden {
    display: none !important;
  }
}
nav form {
  background: none;
  width: 200px;
}
nav form input[type="search"] {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 30px;
  font-size: 12px;
}
@media screen and (max-width: 812px) {
  nav form {
    background: #f7f7f4;
    width: 100%;
  }
}

/* end header */
/* footer */
footer#footer {
  padding-bottom: 10px;
  width: 1150px;
  margin: 0 auto;
}
footer#footer div {
  padding: 0;
  margin: 0;
  border: none;
}
footer#footer #hrm_footer_menu0 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 15px;
}
footer#footer #hrm_footer_menu0 p {
  text-align: left;
  font-size: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1149px) {
  footer#footer #hrm_footer_menu0 p {
    margin-bottom: 0 !important;
  }
}
footer#footer #hrm_footer_menu0 p a {
  color: #333;
}
footer#footer #hrm_footer_menu0 p a:after {
  content: '>';
  display: inline-block;
  margin-left: 8px;
}
@media screen and (max-width: 1149px) {
  footer#footer #hrm_footer_menu0 p a:after {
    content: none !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer #hrm_footer_menu0 p a {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    border-bottom: 1px solid #ddd !important;
    padding: 18px 5px !important;
    font-size: 12px !important;
    font-weight: bold !important;
  }
  footer#footer #hrm_footer_menu0 p a:before {
    content: '' !important;
    position: absolute !important;
    width: 6px !important;
    height: 2px !important;
    background: #888 !important;
    transform: rotate(45deg) !important;
    top: calc(50% - 2px) !important;
    right: 15px !important;
  }
  footer#footer #hrm_footer_menu0 p a:after {
    content: '' !important;
    position: absolute !important;
    width: 6px !important;
    height: 2px !important;
    background: #888 !important;
    transform: rotate(-45deg) !important;
    top: calc(50% + 2px) !important;
    right: 15px !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer #hrm_footer_menu0 {
    border-top: 1px solid #ddd !important;
    margin-top: 8vw !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer div.flex_bet {
    flex-direction: column-reverse !important;
  }
}
footer#footer div.flex_row > ul li {
  line-height: 1.6;
  margin-bottom: 10px;
}
footer#footer div.flex_row > ul#hrm_footer_menu1 {
  letter-spacing: -.40em;
}
footer#footer div.flex_row > ul#hrm_footer_menu1 > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 230px;
}
footer#footer div.flex_row > ul#hrm_footer_menu1 > li > a {
  cursor: default;
}
footer#footer div.flex_row > ul#hrm_footer_menu1 > li > a:hover {
  opacity: 1;
}
footer#footer div.flex_row > ul#hrm_footer_menu1 > li > a:before {
  content: '■';
}
@media screen and (max-width: 1149px) {
  footer#footer div.flex_row > ul#hrm_footer_menu1 > li > a:before {
    content: none !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer div.flex_row > ul#hrm_footer_menu1 > li > a {
    cursor: pointer !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer div.flex_row > ul#hrm_footer_menu1 > li > a {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    border-bottom: 1px solid #ddd !important;
    padding: 18px 5px !important;
    font-size: 12px !important;
    font-weight: bold !important;
  }
  footer#footer div.flex_row > ul#hrm_footer_menu1 > li > a:before {
    content: '' !important;
    position: absolute !important;
    width: 8px !important;
    height: 2px !important;
    background: #888 !important;
    transform: rotate(90deg) !important;
    top: calc(50%) !important;
    right: 15px !important;
    -webkit-transition: all 0.15s ease-out !important;
    -moz-transition: all 0.15s ease-out !important;
    -ms-transition: all 0.15s ease-out !important;
    -o-transition: all 0.15s ease-out !important;
    transition: all 0.15s ease-out !important;
  }
  footer#footer div.flex_row > ul#hrm_footer_menu1 > li > a:after {
    content: '' !important;
    position: absolute !important;
    width: 8px !important;
    height: 2px !important;
    background: #888 !important;
    transform: rotate(0deg) !important;
    top: calc(50%) !important;
    right: 15px !important;
    -webkit-transition: all 0.15s ease-out !important;
    -moz-transition: all 0.15s ease-out !important;
    -ms-transition: all 0.15s ease-out !important;
    -o-transition: all 0.15s ease-out !important;
    transition: all 0.15s ease-out !important;
  }
  footer#footer div.flex_row > ul#hrm_footer_menu1 > li > a.hrm_dropdown--opened {
    border-bottom: none !important;
  }
  footer#footer div.flex_row > ul#hrm_footer_menu1 > li > a.hrm_dropdown--opened:before {
    content: '' !important;
    position: absolute !important;
    width: 8px !important;
    height: 2px !important;
    background: #888 !important;
    transform: rotate(180deg) !important;
    top: calc(50%) !important;
    right: 15px !important;
  }
  footer#footer div.flex_row > ul#hrm_footer_menu1 > li > a.hrm_dropdown--opened:after {
    content: '' !important;
    position: absolute !important;
    width: 8px !important;
    height: 2px !important;
    background: #888 !important;
    transform: rotate(180deg) !important;
    top: calc(50%) !important;
    right: 15px !important;
  }
}
footer#footer div.flex_row > ul#hrm_footer_menu1 > li ul {
  margin-top: 15px;
}
@media screen and (max-width: 1149px) {
  footer#footer div.flex_row > ul#hrm_footer_menu1 > li ul {
    margin-top: 0 !important;
    letter-spacing: -.40em !important;
    padding: 0 3% !important;
    border-bottom: 1px solid #ddd !important;
  }
}
footer#footer div.flex_row > ul#hrm_footer_menu1 > li ul li {
  margin-left: 1em;
}
footer#footer div.flex_row > ul#hrm_footer_menu1 > li ul li:after {
  content: '>';
  display: inline-block;
  margin-left: 8px;
}
@media screen and (max-width: 1149px) {
  footer#footer div.flex_row > ul#hrm_footer_menu1 > li ul li:after {
    content: none !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer div.flex_row > ul#hrm_footer_menu1 > li ul li {
    display: inline-block !important;
    vertical-align: top !important;
    letter-spacing: normal !important;
    width: 50% !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer div.flex_row > ul#hrm_footer_menu1 > li ul li a {
    display: block !important;
    padding-bottom: 14px !important;
    padding-left: 1em !important;
    text-indent: -1em !important;
  }
  footer#footer div.flex_row > ul#hrm_footer_menu1 > li ul li a:before {
    content: '>' !important;
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer div.flex_row > ul#hrm_footer_menu1 > li {
    width: 100% !important;
    display: block !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer div.flex_row > ul#hrm_footer_menu1 {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}
footer#footer div.flex_row > ul#hrm_footer_menu2 li:after {
  content: '>';
  display: inline-block;
  margin-left: 8px;
}
@media screen and (max-width: 1149px) {
  footer#footer div.flex_row > ul#hrm_footer_menu2 li:after {
    content: none !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer div.flex_row > ul#hrm_footer_menu2 li a {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    border-bottom: 1px solid #ddd !important;
    padding: 18px 5px !important;
    font-size: 12px !important;
    font-weight: bold !important;
  }
  footer#footer div.flex_row > ul#hrm_footer_menu2 li a:before {
    content: '' !important;
    position: absolute !important;
    width: 6px !important;
    height: 2px !important;
    background: #888 !important;
    transform: rotate(45deg) !important;
    top: calc(50% - 2px) !important;
    right: 15px !important;
  }
  footer#footer div.flex_row > ul#hrm_footer_menu2 li a:after {
    content: '' !important;
    position: absolute !important;
    width: 6px !important;
    height: 2px !important;
    background: #888 !important;
    transform: rotate(-45deg) !important;
    top: calc(50% + 2px) !important;
    right: 15px !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer div.flex_row > ul#hrm_footer_menu2 li {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer div.flex_row > ul#hrm_footer_menu2 {
    width: 100% !important;
  }
}
footer#footer div.flex_row > ul > li {
  text-align: left;
  font-size: 12px;
}
footer#footer div.flex_row > ul > li a {
  color: #333;
}
footer#footer div.flex_row > ul > li a:hover {
  opacity: 0.75;
}
footer#footer #hrm_footer_menu3 {
  width: 250px;
}
footer#footer #hrm_footer_menu3 .sns_bt {
  text-align: center;
  margin-bottom: 30px;
}
footer#footer #hrm_footer_menu3 .sns_bt a {
  background: #079ee3;
  border-radius: 50px;
  width: 100%;
  display: inline-block;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
}
footer#footer #hrm_footer_menu3 .sns_bt a img {
  width: 10px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1149px) {
  footer#footer #hrm_footer_menu3 .sns_bt a img {
    width: 13px !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer #hrm_footer_menu3 .sns_bt {
    margin-bottom: 8vw !important;
  }
}
footer#footer #hrm_footer_menu3 #twitter_box {
  border: 1px solid #999;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1149px) {
  footer#footer #hrm_footer_menu3 #twitter_box {
    margin-bottom: 20px !important;
  }
}
footer#footer #hrm_footer_menu3 .logo_box {
  text-align: left;
  letter-spacing: -.40em;
}
@media screen and (max-width: 1149px) {
  footer#footer #hrm_footer_menu3 .logo_box {
    text-align: center !important;
  }
}
footer#footer #hrm_footer_menu3 .logo_box img {
  vertical-align: bottom;
}
footer#footer #hrm_footer_menu3 .logo_box a {
  display: inline-block;
  vertical-align: middle;
}
footer#footer #hrm_footer_menu3 .logo_box .co_logo {
  margin-right: 7px;
  padding-top: 3px;
}
footer#footer #hrm_footer_menu3 .logo_box .co_logo img {
  width: 160px;
}
@media screen and (max-width: 1149px) {
  footer#footer #hrm_footer_menu3 .logo_box .co_logo img {
    width: 180px !important;
  }
}
footer#footer #hrm_footer_menu3 .logo_box .privacy_logo img {
  width: 78px !important;
}
@media screen and (max-width: 1149px) {
  footer#footer #hrm_footer_menu3 .logo_box .privacy_logo img {
    width: 85px !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer #hrm_footer_menu3 {
    width: 100% !important;
    padding-top: 8vw !important;
  }
}
@media screen and (max-width: 1149px) {
  footer#footer {
    width: 100% !important;
  }
}

#footer2 {
  border-top: 2px solid #ccc;
  padding: 10px 0;
}
#footer2 > .flex_bet {
  width: 1150px;
  margin: 0 auto;
}
#footer2 > .flex_bet ul {
  letter-spacing: -.40em;
  margin-bottom: 0;
}
#footer2 > .flex_bet ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 12px;
  margin-right: 15px;
}
#footer2 > .flex_bet ul li a {
  color: #333;
}
#footer2 > .flex_bet ul li a:after {
  content: '>';
  display: inline-block;
  margin-left: 5px;
}
#footer2 > .flex_bet ul li a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1149px) {
  #footer2 > .flex_bet ul li {
    width: 47% !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  #footer2 > .flex_bet ul li:nth-child(even) {
    width: 53%;
  }
}
#footer2 > .flex_bet #copyright {
  color: #333;
  font-size: 14px;
}
@media screen and (max-width: 1149px) {
  #footer2 > .flex_bet #copyright {
    display: block !important;
    text-align: center !important;
    font-size: 10px !important;
    width: 100% !important;
    padding: 10px 0 15px !important;
    color: #666 !important;
  }
}
@media screen and (max-width: 1149px) {
  #footer2 > .flex_bet {
    width: 100% !important;
  }
}
@media screen and (max-width: 1149px) {
  #footer2 {
    border-top: none !important;
    padding: 0 5% !important;
  }
}

/* footer end */
.hrm_hero {
  height: 160px;
  background: url("/assets/images/hrm/consultant/bg-hero.jpg") center center no-repeat;
  margin-bottom: 50px;
  background-size: 1400px;
}
.hrm_hero.hrm_hero_s {
  height: 112px;
  margin-bottom: 0;
}
@media screen and (max-width: 812px) {
  .hrm_hero {
    margin-bottom: 10.6666666667vw;
    height: 42.6666666667vw;
    background: url("/assets/images/hrm/consultant/bg-hero_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .hrm_hero.hrm_hero_s {
    height: 33.75vw;
  }
}
.hrm_hero .hrm_hero__box {
  padding: 0 1rem;
}
.hrm_hero .hrm_hero__box h1 {
  font-size: 36px;
  font-weight: 300;
}
.hrm_hero.hrm_hero_s .hrm_hero__box h1 {
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  .hrm_hero .hrm_hero__box h1 {
    font-size: 7.4666666667vw;
  }
  .hrm_hero.hrm_hero_s .hrm_hero__box h1 {
    font-size: 6.75vw;
  }
}
.hrm_hero .hrm_hero__box p {
  font-size: 14px;
  margin-bottom: 14px;
}
@media screen and (max-width: 812px) {
  .hrm_hero .hrm_hero__box p {
    font-size: 3.2vw;
  }
}
.hrm_hero .hrm_hero__box p.pt2 {
  margin-bottom: 0;
}
.hrm_hero .hrm_hero__box span {
  font-weight: normal;
  font-size: 10px;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 812px) {
  .hrm_hero .hrm_hero__box span {
    font-size: 2.6666666667vw;
  }
}
.hrm_hero.tsukyo_hero {
  background-image: url("/assets/images/hrm/tsukyo_new/bg-hero.jpg");
}
.hrm_hero.bizcall_hero {
  background-image: url("/assets/images/hrm/bizcall_new/bg-hero.jpg");
}
.hrm_hero.training_hero {
  background-image: url("/assets/images/hrm/training_new/bg-hero.jpg");
}
.hrm_hero.elearning_lib_hero {
  background-image: url("/assets/images/hrm/elearning_lib_new/bg-hero.jpg");
}
.hrm_hero.assess_hero {
  background-image: url("/assets/images/hrm/assess_new/bg-hero.jpg");
}

.common_bt1 {
  margin-top: 20px;
  display: inline-block;
  width: 240px;
}
.common_bt1 a {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  padding: 9px 0;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  transition: background-color .2s ease-out;
  background: #fff;
}
.common_bt1 a:hover {
  background: #8da4c5;
  border: 1px solid #8da4c5;
  color: #fff;
}
@media screen and (max-width: 812px) {
  .common_bt1 {
    width: 100%;
  }
  .common_bt1 a {
    padding: 12px 0;
  }
}

.common_bt2 {
  margin-top: 20px;
  display: inline-block;
  width: 280px;
}
.common_bt2 a {
  cursor: pointer;
  position: relative;
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  padding: 14px 0;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  transition: background-color .2s ease-out;
  background: #fff;
}
.common_bt2 a:hover {
  background: #8da4c5;
  border: 1px solid #8da4c5;
  color: #fff;
}
.common_bt2 a:hover:before, .common_bt2 a:hover:after {
  background: #fff;
}
.common_bt2 a:before {
  width: 8px;
  height: 1px;
  background: #000;
  content: '';
  transform: rotate(-45deg);
  top: 50%;
  right: 26px;
  position: absolute;
}
.common_bt2 a:after {
  width: 8px;
  height: 1px;
  background: #000;
  content: '';
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  position: absolute;
}
@media screen and (max-width: 812px) {
  .common_bt2 {
    width: 100%;
  }
  .common_bt2 a {
    padding: 12px 0;
  }
}
.common_bt2.pt2 a:before {
  width: 8px;
  height: 1px;
  content: '';
  transform: rotate(45deg);
  top: calc(50% - 3px);
  right: 20px;
  position: absolute;
}
.common_bt2.pt2 a:after {
  width: 8px;
  height: 1px;
  content: '';
  transform: rotate(-45deg);
  top: calc(50% + 3px);
  right: 20px;
  position: absolute;
}
.common_bt2.w2 {
  width: 225px;
}
@media screen and (max-width: 812px) {
  .common_bt2.w2 {
    width: 100%;
  }
}
.common_bt2.w2 a {
  padding: 10px 0;
  font-weight: normal;
}

.hrm_button {
  width: 280px;
  line-height: 1.6;
  font-size: 14px;
  margin-top: 40px;
}
.hrm_button a {
  border-radius: 50px;
  font-weight: bold;
  background: #fa9614;
  padding: 13px 10px;
}
.hrm_button a:before {
  content: none;
}
.hrm_button a:after {
  background: url(../images/ico-arrow-white2.png) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-top: 0;
  transform: translate(0, -50%);
  right: 10px;
}
.hrm_button a:hover:after {
  right: 7px;
}
@media screen and (max-width: 812px) {
  .hrm_button {
    width: 100%;
  }
}

.common_bt3 {
  margin-top: 20px;
  display: inline-block;
  width: 280px;
}
.common_bt3 a {
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  display: block;
  padding: 14px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #079ee3;
}
.common_bt3 a:after {
  transition: .2s ease-out;
  content: '';
  position: absolute;
  background: url(../images/ico-arrow-white3.png) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-top: 0;
  transform: translate(0, -50%);
  right: 10px;
  top: 50%;
}
.common_bt3 a:hover:after {
  right: 7px;
}
@media screen and (max-width: 812px) {
  .common_bt3 {
    width: 100%;
  }
  .common_bt3 a {
    padding: 12px 0;
  }
}
.common_bt3.pdf a span {
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 812px) {
  .common_bt3.pdf a span {
    padding-left: 5.7333333333vw;
  }
}
.common_bt3.pdf a span::before {
  content: "";
  background-image: url("../images/ico-pdf.png");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 812px) {
  .common_bt3.pdf a span::before {
    background-image: url("../images/ico-pdf.png");
    background-size: 4vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 4vw;
    height: 4vw;
    display: block;
    position: relative;
    position: absolute;
  }
}
.common_bt3.pt2 a {
  background: #2266af;
}
.common_bt3.pt2 a:after {
  background: url(../images/ico-arrow-white4.png) no-repeat;
  background-size: contain;
}
.common_bt3.pt3 a {
  background: #fa9614;
}
.common_bt3.pt3 a:after {
  background: url(../images/ico-arrow-white2.png) no-repeat;
  background-size: contain;
}
.common_bt3.w2 {
  width: 310px;
}
@media screen and (max-width: 812px) {
  .common_bt3.w2 {
    width: 100%;
  }
}
.common_bt3.w3 {
  width: 340px;
}
@media screen and (max-width: 812px) {
  .common_bt3.w3 {
    width: 100%;
  }
}

.common_bt4 {
  margin-top: 20px;
  display: inline-block;
  width: 280px;
}
.common_bt4 a {
  cursor: pointer;
  position: relative;
  border: 1px solid #079ee3;
  display: block;
  padding: 10px 0;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  transition: background-color .2s ease-out;
  background: #fff;
}
.common_bt4 a:hover {
  background: #8da4c5;
  border: 1px solid #8da4c5;
  color: #fff;
}
.common_bt4 a:hover:before, .common_bt4 a:hover:after {
  background: #fff;
}
.common_bt4 a:before {
  width: 8px;
  height: 1px;
  background: #079ee3;
  content: '';
  transform: rotate(45deg);
  top: calc(50% - 3px);
  right: 20px;
  position: absolute;
}
.common_bt4 a:after {
  width: 8px;
  height: 1px;
  background: #079ee3;
  content: '';
  transform: rotate(-45deg);
  top: calc(50% + 3px);
  right: 20px;
  position: absolute;
}
.common_bt4 a span {
  font-size: 10px;
  display: block;
  font-weight: normal;
  line-height: 1.1;
}
@media screen and (max-width: 812px) {
  .common_bt4 {
    width: 100%;
  }
  .common_bt4 a {
    padding: 12px 0;
  }
}

.common_bt5 {
  width: 100%;
}
.common_bt5 a {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: opacity .3s;
}
@media screen and (max-width: 812px) {
  .common_bt5 a {
    height: 13.3333333333vw;
    border: 0.2666666667vw solid #000;
    border-radius: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.common_bt5 a:hover {
  opacity: .8;
}
.common_bt5 a:hover::after {
  right: 10px;
}
@media screen and (max-width: 812px) {
  .common_bt5 a:hover::after {
    right: 2.6666666667vw;
  }
}
.common_bt5 a::after {
  content: "";
  background-image: url("/assets/images/hrm/common/ico-btn-arrow-black.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  position: absolute;
  bottom: 50%;
  right: 13px;
  transition: right .3s;
  transform: translateY(50%);
}
@media screen and (max-width: 812px) {
  .common_bt5 a::after {
    background-image: url("/assets/images/hrm/common/ico-btn-arrow-black.png");
    background-size: 6vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 6vw;
    height: 6vw;
    display: block;
    position: relative;
    position: absolute;
    right: 3.0666666667vw;
  }
}

/* parts */
.anchor_box {
  background: #f6f6f6;
  padding: 20px 20px 30px;
  font-size: 18px;
  margin-top: 30px;
}
@media screen and (max-width: 812px) {
  .anchor_box {
    padding: 4vw 4vw 6.6666666667vw;
  }
}
.anchor_box dt {
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 812px) {
  .anchor_box dt {
    padding-bottom: 4vw;
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.anchor_box dd ul li {
  font-size: 15px;
  border-bottom: 1px dotted #999;
  padding: 9px 10px 15px;
}
.anchor_box dd ul li a {
  color: #666;
}
.anchor_box dd ul li a:hover {
  color: #8da4c5;
}
@media screen and (max-width: 812px) {
  .anchor_box dd ul li {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    padding: 2.9333333333vw 1.3333333333vw 4vw;
  }
}

/* title column */
.seminar_result_list .hrm_panel-heading:nth-of-type(n+2) {
  margin-top: 90px;
}
.hrm_panel-heading {
  font-size: 28px;
  text-align: center;
  background: none;
  color: #333;
  padding: 0 10px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 35px;
}
.hrm_panel-heading:after {
  content: '';
  display: block;
  width: 100px;
  background: #079ee3;
  height: 1px;
  margin: 25px auto;
}
@media screen and (max-width: 812px) {
  .hrm_panel-heading:after {
    margin: 6.6666666667vw auto;
  }
}
.hrm_panel-heading.pt2 {
  margin-bottom: 20px;
}
.hrm_panel-heading.pt2 span {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.hrm_panel-heading.pt2 span img {
  width: 50px;
}
@media screen and (max-width: 812px) {
  .hrm_panel-heading.pt2 span img {
    width: 13.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .hrm_panel-heading.pt2 span {
    margin-bottom: 5.3333333333vw;
  }
}
.hrm_panel-heading.pt2:after {
  content: none;
}
@media screen and (max-width: 812px) {
  .hrm_panel-heading.pt2 {
    margin-bottom: 4vw;
  }
}
.hrm_panel-heading.pt3 {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
.hrm_panel-heading.pt3:after {
  content: none;
}
@media screen and (max-width: 812px) {
  .hrm_panel-heading.pt3 {
    padding-bottom: 2.6666666667vw;
  }
}
.hrm_panel-heading.pt4:after {
  background: #000;
}
@media screen and (max-width: 812px) {
  .hrm_panel-heading {
    font-size: 6.4vw;
    margin-bottom: 9.3333333333vw;
  }
}

.hrm_sub-heading {
  font-size: 21px;
  text-align: center;
  border: none;
  margin-bottom: 35px;
  padding-left: 0;
  line-height: 1.4;
}
.hrm_sub-heading:after {
  content: none;
}
@media screen and (max-width: 812px) {
  .hrm_sub-heading {
    font-size: 5.6vw;
    margin-bottom: 9.3333333333vw;
  }
}

.hrm_text {
  font-size: 14px;
  margin-bottom: 14px;
}
.hrm_text.pt2 {
  font-size: 15px;
}
@media screen and (max-width: 812px) {
  .hrm_text.pt2 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 812px) {
  .hrm_text {
    font-size: 3.2vw;
    line-height: 1.8;
  }
}

.hrm_column {
  flex-direction: column;
  margin-bottom: 3.5rem;
}

.hrm_small-heading {
  text-align: center;
  color: #333;
  font-weight: normal !important;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  font-size: 18px;
}
@media screen and (max-width: 812px) {
  .hrm_small-heading {
    font-size: 4.8vw;
    padding-bottom: 4vw;
  }
}

.hrm_tag li {
  background: #fff;
  border: 1px solid #000;
  font-size: 10px;
  color: #333;
  line-height: 1.8;
}
.hrm_tag li:before {
  content: '#';
}
@media screen and (max-width: 812px) {
  .hrm_tag {
    text-align: left;
  }
}

.border_corner_box .consultant_more_bt {
  width: 70px;
  position: absolute;
  bottom: 25px;
  right: 15px;
  margin-left: 0;
}
@media screen and (max-width: 812px) {
  .border_corner_box .consultant_more_bt {
    /* width: 90px!important; */
    bottom: 0;
    right: 4vw;
  }
  .border_corner_box .consultant_more_bt {
      width: 18.666667vw;
      bottom: 2.6666666667vw;
      right: 4vw;
  }
}

.border_corner_box {
  position: relative;
}
/* .border_corner_box:before {
  content: '';
  left: 0;
  top: 0;
  width: 1px;
  height: calc(100% - 7px);
  background: #000;
  position: absolute;
  z-index: 10;
}
.border_corner_box:after {
  content: '';
  right: 0;
  top: 0;
  width: calc(100% - 7px);
  height: 1px;
  background: #000;
  position: absolute;
  z-index: 10;
} */
.border_corner_box a > div {
  position: relative;
  height: 100%;
}

.border_corner_box a > div:before {
  content: '';
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 7px);
  background: #000;
  position: absolute;
  z-index: 10;
}
.border_corner_box a > div:after {
  content: '';
  left: 0;
  bottom: 0;
  width: calc(100% - 7px);
  height: 1px;
  background: #000;
  position: absolute;
  z-index: 10;
}


.border_corner_box > div:before {
  content: '';
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 7px);
  background: #000;
  position: absolute;
  z-index: 10;
}
.border_corner_box > div:after {
  content: '';
  left: 0;
  bottom: 0;
  width: calc(100% - 7px);
  height: 1px;
  background: #000;
  position: absolute;
  z-index: 10;
}


.border_corner_box {
  position: relative;
  border: 1px solid #000000;
}


.hrm_inner {
  width: auto;
  padding: 0;
}

/* search box */
/*
.choice-box{
  padding: 20px 55px;
    @include mq-sp {
    padding: 20px 15px; 
  }
  p{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
      @include mq-sp {
      text-align: center;
      margin-bottom: 10px;
    }
  }
        ul{
            letter-spacing: -.40em;
      @include mq-sp{
        margin-bottom: 0;
      }
            li{
                display: inline-block;
        width: 25%;
                letter-spacing: normal;
                font-size: 12px;
                margin-bottom: 8px;
                @include mq-sp {
                    min-height: 28px;
                    width:50%;
                    margin-right: 0;
                    margin-bottom: 0;
                    padding-bottom: 12px;
                    margin-top: 12px;
                    &:nth-child(2n + 1){
                        position: relative;
                        &:after{
                            content: '';
                            width: 200%;
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            height: 1px;
                            border-bottom: 1px dotted #999;
                        }
                    }
                }

              label {
                cursor: pointer;
              }
            }
        }
        input[type="checkbox"]{
            width: 20px;
            height: 20px;
            margin-right: 3px;
            display: inline-block;
            vertical-align: middle;
            &:before{
                content: '';
                background: url("../images/check-off.png");
                background-size: cover;
                width: 20px;
                height: 20px;
                display: block;
            }
            &:checked{
                &:before{
                    background: url("../images/check-on.png");
                    background-size: cover;
                }
            }
        }
        span{
            display: inline-block;
            vertical-align: middle;
      width:calc(100% - 30px);
            @include mq-sp {
                width:calc(100% - 30px);
                line-height: 1.3;
            }
        }
  &.pt2{
    padding-top: 0;
    padding-bottom: 5px;
    p{
      border-top: 1px solid #333;   
      padding-top: 18px;
    }
    ul{
      border-bottom: 1px solid #333;
      padding-bottom: 20px;
    }
    @include mq-sp{
      padding-bottom: 0;
      p,ul{
        //border: none;
      }
      p{
        padding-top: 15px;
      }
      ul{
        padding-bottom: 0;
      }
    }
    &+.pt2{
      padding: 0 55px;
      @include mq-sp{
        padding: 15px 15px 10px;
      }
      p{
        border-top: none;
        padding-top: 0;
      }
    }
  }
}
*/
.choice_detail_search_bt {
  position: absolute;
  bottom: 10px;
  right: 50px;
  font-size: 14px;
  cursor: pointer;
}
.choice_detail_search_bt:hover {
  opacity: 0.75;
}
.choice_detail_search_bt:after {
  content: '';
  background: url("../images/ico_add1.png") center center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-left: 5px;
}
.choice_detail_search_bt.active:after {
  content: '';
  background: url("../images/ico_add2.png") center center no-repeat;
  background-size: 20px;
  width: 20px;
}
@media screen and (max-width: 812px) {
  .choice_detail_search_bt {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
}

/* search box new */
.search_block_new {
  padding-bottom: 25px;
}
.search_block_new .hrm_sort {
  margin-bottom: 5px;
}
.search_block_new .hrm_sort div div {
  border-top: 1px solid #333;
}
.search_block_new .hrm_sort div div ul {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 812px) {
  .search_block_new .hrm_sort div div {
    display: none;
  }
}
@media screen and (max-width: 812px) {
  .search_block_new .hrm_sort div div h3 {
    padding-top: 20px;
  }
}
.search_block_new .hrm_sort > div {
  background: #edfaff;
  width: auto;
  padding: 20px 55px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 812px) {
  .search_block_new .hrm_sort > div {
    position: static;
    padding: 20px 15px;
    opacity: 1;
    visibility: visible;
  }
}
.search_block_new .hrm_sort > div > #sort_detail_search_bt {
  position: absolute;
  top: auto;
  right: 25px;
  bottom: 5px;
}
.search_block_new .hrm_sort > div > #sort_detail_search_bt a {
  width: auto;
  height: auto;
  padding: 10px 25px 10px 0;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  color: #444;
}
.search_block_new .hrm_sort > div > #sort_detail_search_bt a:before {
  font-size: 14px;
  position: static;
  content: 'さらに条件を追加';
  -webkit-transform: none;
  transform: none;
  letter-spacing: .04em;
  background-color: transparent;
}
.search_block_new .hrm_sort > div > #sort_detail_search_bt a:after {
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #079ee3;
}
.search_block_new .hrm_sort > div > #sort_detail_search_bt a:hover {
  color: #8da4c5;
}
.search_block_new .hrm_sort > div > #sort_detail_search_bt a.hrm_sort__more--visibled:before {
  content: '閉じる';
}
.search_block_new .hrm_sort > div > #sort_detail_search_bt a.hrm_sort__more--visibled span:after {
  display: none;
}
.search_block_new .hrm_sort > div > #sort_detail_search_bt span:before, .search_block_new .hrm_sort > div > #sort_detail_search_bt span:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.search_block_new .hrm_sort > div > #sort_detail_search_bt span:before {
  right: 5px;
  width: 10px;
  height: 2px;
}
.search_block_new .hrm_sort > div > #sort_detail_search_bt span:after {
  right: 9px;
  width: 2px;
  height: 10px;
}
@media screen and (max-width: 812px) {
  .search_block_new .hrm_sort > div > #sort_detail_search_bt {
    bottom: 10px;
  }
}
.search_block_new .hrm_sort ul {
  background: none;
  letter-spacing: -.40em;
  margin: 0;
  margin-bottom: 15px;
}
.search_block_new .hrm_sort ul li {
  display: inline-block;
  float: none;
  width: 25%;
  letter-spacing: normal;
  margin-right: 0;
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.search_block_new .hrm_sort ul li input {
  background: none;
  border: none;
}
.search_block_new .hrm_sort ul li input:checked {
  background-color: none;
  background-color: transparent;
}
@media screen and (max-width: 812px) {
  .search_block_new .hrm_sort ul li input {
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
  }
}
.search_block_new .hrm_sort ul li input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.search_block_new .hrm_sort ul li input[type="checkbox"]:after {
  content: '';
  background: url("../images/check-off.png");
  background-size: auto;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
}
.search_block_new .hrm_sort ul li input[type="checkbox"]:checked:after {
  background: url("../images/check-on.png");
  background-size: cover;
}
.search_block_new .hrm_sort.hrm_sort__rd ul li input[type="checkbox"]:after {
  background-image: url("../images/check-off-rd.png");
}
.search_block_new .hrm_sort.hrm_sort__rd ul li input[type="checkbox"]:checked:after {
  background-image: url("../images/check-on-rd.png");
}
.search_block_new .hrm_sort.hrm_sort__rd .common_bt1 {
  display: block;
  margin-inline: auto;
}
.search_block_new .hrm_sort ul li label {
  /*padding: 5px 0 2px 26px;*/
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  padding: 0 0 0 6px;
}
.search_block_new .hrm_sort ul li label:after {
  content: none;
}
@media screen and (max-width: 812px) {
  .search_block_new .hrm_sort ul li {
    width: 50%;
    border: none !important;
    min-height: 28px;
    padding-bottom: 12px;
    margin-top: 12px;
    margin-bottom: 0;
  }
  .search_block_new .hrm_sort ul li:nth-child(2n+1):after {
    content: '';
    width: 200%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px dotted #999;
  }
}
@media screen and (max-width: 812px) {
  .search_block_new .hrm_sort ul {
    margin-bottom: 0;
  }
}
.search_block_new .hrm_sort div > div .flex_bet_wrap {
  border-bottom: 1px solid #333;
}
.search_block_new .hrm_sort div > div .flex_bet_wrap ul {
  margin-bottom: 0;
}
.search_block_new .hrm_sort .flex_bet_wrap {
  display: block;
  margin-bottom: 20px;
}
.search_block_new .hrm_sort .flex_bet_wrap .flex_bet h4 {
  width: 120px;
  font-size: 13px;
  padding-top: 3px;
}
@media screen and (max-width: 812px) {
  .search_block_new .hrm_sort .flex_bet_wrap .flex_bet h4 {
    width: 100%;
    margin-bottom: 3px;
  }
}
.search_block_new .hrm_sort .flex_bet_wrap .flex_bet ul {
  width: calc(100% - 150px);
  border-bottom: none;
}
@media screen and (max-width: 812px) {
  .search_block_new .hrm_sort .flex_bet_wrap .flex_bet ul {
    width: 100%;
    padding-bottom: 25px;
  }
}
.search_block_new .hrm_sort .flex_bet_wrap .flex_bet:last-of-type ul {
  margin-bottom: 0;
}
@media screen and (max-width: 812px) {
  .search_block_new .hrm_sort .flex_bet_wrap .flex_bet:last-of-type ul {
    padding-bottom: 0;
  }
}
.search_block_new .hrm_sort__title {
  font-size: 18px;
  padding-left: 0;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 812px) {
  .search_block_new .hrm_sort__title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.search_block_new .common_bt1 {
  font-style: normal;
}
@media screen and (max-width: 812px) {
  .search_block_new {
    padding-bottom: 40px !important;
  }
}
.search_block_new.pt2 {
  padding-bottom: 0;
  border-radius: 10px;
}
.search_block_new.pt2 .hrm_sort > div {
  border-radius: 10px;
  padding: 25px 25px 30px;
}
.search_block_new.pt2 .hrm_sort .flex_bet_wrap {
  margin-bottom: 5px;
}
.search_block_new.pt2 .hrm_sort .flex_bet_wrap h4 {
  width: 120px;
}
@media screen and (max-width: 812px) {
  .search_block_new.pt2 .hrm_sort .flex_bet_wrap h4 {
    width: 100%;
    margin-bottom: 10px;
  }
  .search_block_new.pt2 .hrm_sort .flex_bet_wrap h4 span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
  }
  .search_block_new.pt2 .hrm_sort .flex_bet_wrap h4 span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 1px;
    background: #000;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .search_block_new.pt2 .hrm_sort .flex_bet_wrap h4 span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 1px;
    background: #000;
    transform: rotate(90deg);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .search_block_new.pt2 .hrm_sort .flex_bet_wrap h4 span.active:before {
    transform: rotate(180deg);
  }
  .search_block_new.pt2 .hrm_sort .flex_bet_wrap h4 span.active:after {
    transform: rotate(0);
  }
}
.search_block_new.pt2 .hrm_sort .flex_bet_wrap ul {
  width: calc(100% - 120px);
}
@media screen and (max-width: 812px) {
  .search_block_new.pt2 .hrm_sort .flex_bet_wrap ul {
    width: 100%;
    display: none;
  }
}
.search_block_new.pt2 .hrm_sort .flex_bet_wrap ul li {
  width: 20%;
}
@media screen and (max-width: 812px) {
  .search_block_new.pt2 .hrm_sort .flex_bet_wrap ul li {
    width: 50%;
  }
}

.backtoup_bt {
  display: inline-block;
  margin-top: 15px;
}
.backtoup_bt a {
  color: #000;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #000;
  padding-right: 15px;
}
.backtoup_bt a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
}
.backtoup_bt a:hover {
  color: #8da4c5;
}
.backtoup_bt a:hover:before {
  border-color: #8da4c5;
}

#breadcrumbs {
  width: 100%;
  height: 30px;
  background-color: #edfaff;
}
#breadcrumbs.breadcrumbs__purple {
  background-color: #F9F5FA !important;
}
@media screen and (max-width: 812px) {
  #breadcrumbs {
    display: none;
  }
}
#breadcrumbs ul {
  width: 980px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
#breadcrumbs ul li:nth-child(n+2) {
  padding-left: 15px;
  font-weight: normal;
}
#breadcrumbs ul li:last-of-type a::after {
  display: none;
}
#breadcrumbs ul li:last-of-type span:after {
  content: none;
}
#breadcrumbs ul li a, #breadcrumbs ul li span {
  height: 100%;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  color: #00a4e5;
  padding-right: 24px;
  display: flex;
  align-items: center;
}
#breadcrumbs.breadcrumbs__purple ul li a, #breadcrumbs.breadcrumbs__purple ul li span {
  color: #A768B5 !important;
}
#breadcrumbs ul li a::after, #breadcrumbs ul li span::after {
  content: "";
  background-image: url("../images/ico-breadcrumbs.png");
  background-size: 12.5px 30px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 12.5px;
  height: 30px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
}
#breadcrumbs.breadcrumbs__purple ul li a::after, #breadcrumbs.breadcrumbs__purple ul li span::after {
  background-image: url("../images/ico-breadcrumbs-purple.png") !important;
}
#breadcrumbs ul li span br {
  display: none;
}

main#main #breadcrumbs ul li span.breadcrumbs_item {
  padding-right: 0;
}
main#main #breadcrumbs ul li span.breadcrumbs_item::after {
  display: none;
}

.new_icon {
  background: #e65252;
  color: #fff;
  font-style: normal;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 0 6px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
}

/* link box 5 */
.link_box5 {
  margin: 60px 0;
}
@media screen and (max-width: 812px) {
  .link_box5 {
    margin: 40px 0 20px;
  }
}
@media screen and (max-width: 812px) {
  .link_box5 ul {
    justify-content: center;
  }
}
.link_box5 ul li {
  width: 18%;
}
@media screen and (max-width: 812px) {
  .link_box5 ul li {
    width: 48%;
    margin: 0 1% 10px;
  }
}
.link_box5 ul li a {
  padding: 10px 5px;
  display: block;
  border: 1px solid #2266af;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  position: relative;
}
.link_box5 ul li a:before {
  position: absolute;
  content: '';
  border: 1px solid #000;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  top: calc(50% - 4px);
  right: 10px;
  width: 7px;
  height: 7px;
}
.link_box5 ul li a:hover, .link_box5 ul li a.current, .link_box5 ul li a.parent {
  background: #2266af;
  color: #fff;
}
.link_box5 ul li a:hover:before, .link_box5 ul li a.current:before, .link_box5 ul li a.parent:before {
  border-color: #fff;
}

#btn-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 15;
  width: 42px;
  height: 42px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  cursor: pointer;
}
#btn-top:hover {
  opacity: 0.7;
}

@media screen and (max-width: 812px) {
  #btn-top {
    width: 10.66667vw;
  }
}
@media print, screen and (max-width: 1350px) {
  nav .hrm_menu.hrm_sp--hidden {
    padding: 40px 4%;
    text-align: left;
  }
  nav .hrm_menu.hrm_sp--hidden li {
    margin: 0 0.5% 1%;
    width: 24% !important;
    text-align: center;
    float: none;
  }
  nav .hrm_menu.hrm_sp--hidden li a {
    display: block;
  }
}

/*セミナー一覧(2021-10-21)*/
.seminar_result_list .border_corner_box:before, .seminar_result_list .border_corner_box:after,
.seminar_result_list .border_corner_box a > div:before, .seminar_result_list .border_corner_box a > div:after{
  display: none;
}  

.seminar_result_list {
  background-color: #fff;
  flex-direction: column;
  width: fit-content;
  margin-top: 30px;
}
.seminar_result_list .border_corner_box a{
  position: relative!important;
}
.seminar_result_list .border_corner_box a.hrm_seminar-card--new:after{
  display: none;
}


  .seminar_result_list_wrap {
    margin-top: 40px;
  }
  @media screen and (min-width: 813px){
    .seminar_result_list_wrap {
      margin-bottom: 40px!important;
    }
  }  
  @media screen and (max-width: 812px){
    .seminar_result_list_wrap {
      margin-top: 20px;
      margin-bottom: 0!important;
    }
  }

  section#block3 .seminar_result_list_wrap,
  #hrm_semi_related .seminar_result_list_wrap{
    display: contents;
  }

.seminar_result_list_wrap .seminar_result_list .border_corner_box{
  display: inline-block;
  width: 960px;
  margin-bottom: 0;
  background-color: #fff;
  border: none;
}

@media screen and (max-width: 812px){
  .seminar_result_list_wrap .seminar_result_list .border_corner_box{
    width: auto;
    padding: 0px 5px 15px;
    margin-bottom: 0;
    border: none;
  }
}
.seminar_result_list_wrap .seminar_result_list .content-box{
  display: flex;
  justify-content: flex-start;
  padding-bottom: 50px;
}

.seminar_result_list_wrap .seminar_result_list .border_corner_box:last-child .content-box{
  border: none;
}
@media screen and (min-width: 813px){
  .seminar_result_list_wrap .seminar_result_list .content-box{
    margin-top: 35px;
    margin-left: 70px;
    margin-right: 70px;
    padding: 0;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 812px){
  .seminar_result_list_wrap .seminar_result_list .content-box{
    border: none;
  }
/*   .seminar_result_list_wrap .seminar_result_list .border_corner_box:nth-child(n+2) .content-box{
    content: "";
    background-image: url(../images/dotted.png);
    background-size: contain;
    background-repeat: repeat-x;
    padding-top: 32px;
  } */
  .seminar_result_list_wrap .seminar_result_list .border_corner_box .content-box{
    content: "";
    background-image: url(../images/dotted.png);
    background-size: contain;
    background-repeat: repeat-x;
    /* padding-top: 32px; */
  }
  .seminar_result_list_wrap .seminar_result_list .border_corner_box:nth-of-type(1) .content-box {
      background: none;
  }
}

@media screen and (max-width: 812px){
  .seminar_result_list_wrap .seminar_result_list .border_corner_box:nth-child(n+3){
    padding-bottom: 48px;
  }
}


@media screen and (max-width: 812px){
  section#block3 .seminar_result_list_wrap .w960p_a,
  #hrm_semi_related .w960p_a{
    width: 100%;
  }
}


.seminar_result_list .border_corner_box a > div.content-box{
  margin-top: 35px;
  margin-left: 70px;
  margin-right: 70px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  height: fit-content; 
}
@media screen and (min-width: 813px) {
  .seminar_result_list .border_corner_box a > div.content-box{
    border-bottom: 2px dotted rgb(190, 190, 190);
  }}
@media screen and (max-width: 812px) {
  .seminar_result_list .border_corner_box a > div.content-box{
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    }
}

.seminar_result_list .border_corner_box a > div.content-box dl dd{
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px;
}
@media screen and (max-width: 812px) {
  .seminar_result_list .border_corner_box a > div.content-box dl dd{
    padding-top: 10px;
  }
}
.seminar_result_list .border_corner_box a > div.content-box dl{
  margin-top: 9px;
  color: #000;
}
.seminar_result_list .border_corner_box a > div.content-box dl dt{
  font-size: 21px;
  font-weight: bold;
}

@media screen and (max-width: 812px) {
  .seminar_result_list .border_corner_box a > div.content-box dl dt{
    font-size: 20px;
    line-height: 30.5px;
    line-height: 1.3;
  }  
}
.seminar_result_list .border_corner_box a > div.content-box dl dt span{
  display: block;
  font-size: 17px;
  color: #079ee3;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  .seminar_result_list .border_corner_box a > div.content-box dl dt span{
    font-size: 16px;
    line-height: 24.5px;
  }
}

@media screen and (min-width: 813px) {
.seminar_result_list_wrap .seminar_result_list .content-box-inner{
  padding-left: 68px;
}}

@media screen and (max-width: 812px) {
  .seminar_result_list_wrap .seminar_result_list .content-box-inner{
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }}

.seminar_result_list_wrap .seminar_result_list .content-box img{
  margin-top: 15px;
  width: 160px;
  /* height: 100%; */
  box-shadow: 5px 5px 1px #e5e8f0;
}
@media screen and (max-width: 812px) {
  .seminar_result_list_wrap .seminar_result_list .content-box img{
    display: none;
  }
}
@media screen and (min-width: 813px) and (-ms-high-contrast:none){
  .seminar_result_list_wrap .seminar_result_list .content-box img.hrm_seminar_image{
    min-width: 160px;
    height: 160px;
  }}

.seminar_result_list_wrap .seminar_result_list .tag-box{
  display:flex;
  justify-content: start;
  flex-wrap: wrap;
  height: 20%;
}

@media screen and (max-width: 812px) {
.seminar_result_list_wrap .seminar_result_list .content-box-sp .tag-box{
  width: 70%;
  padding-top: 20px;
  padding-left: 18px;
  margin-bottom: 0;
}}

.seminar_result_list_wrap .seminar_result_list .content-box-inner.content-box-inner .tag-box li {
  height: 24px;
  margin-right: 10px;
  padding: 3px 10px 4px 11px;
  border-radius: 12px;
  background-color: #a09270;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
}
@media screen and (max-width: 812px) {
  .seminar_result_list_wrap .seminar_result_list .content-box-inner.content-box-inner .tag-box li{
    margin-bottom: 5px;
  }
}

.seminar_result_list_wrap .seminar_result_list .hrm_semi_newicon{
  position: absolute;
  margin-top: 15px;
  width: 45%;
  height: 45%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 812px) {
.seminar_result_list_wrap .seminar_result_list .content-box > .hrm_semi_newicon{
  display: none;}
}
@media screen and (max-width: 812px) {
  span.hrm_semi_newicon.un_sp{
    display: block;
}}
.seminar_result_list_wrap .seminar_result_list .hrm_semi_newicon:before{
  background: #e65252;
}

.seminar_result_list_wrap .seminar_result_list .hrm_semi_newicon::after{
  text-shadow: #e65252 2px 0px 0px, #e65252 -2px 0px 0px, #e65252 0px -2px 0px, #e65252 -2px 0px 0px, #e65252 2px 2px 0px, #e65252 -2px 2px 0px, #e65252 2px -2px 0px, #e65252 -2px -2px 0px, #e65252 1px 2px 0px, #e65252 -1px 2px 0px, #e65252 1px -2px 0px, #e65252 -1px -2px 0px, #e65252 2px 1px 0px, #e65252 -2px 1px 0px, #e65252 2px -1px 0px, #e65252 -2px -1px 0px, #e65252 1px 1px 0px, #e65252 -1px 1px 0px, #e65252 1px -1px 0px, #e65252 -1px -1px 0px;
}

@media screen and (min-width: 813px) {
  .seminar_result_list_wrap .seminar_result_list .img-box-sp{
    display: none;
  }
}

.seminar_result_list_wrap .seminar_result_list .img-box-sp img{
  display: block;
  max-width: 100px;
  height: auto;
}


@media screen and (max-width: 812px) {
.content-box-sp {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
}}
.seminar_result_list_wrap .seminar_result_list .consultant_more_bt.h_alpha img{
  box-shadow: none;
}
@media screen and (max-width: 812px) {
  .seminar_result_list_wrap .seminar_result_list .consultant_more_bt.h_alpha img{
    display: block;
  }}

  
  .seminar_result_list_wrap .seminar_result_list .content-box-inner span.date{
    font-weight: bold;
    font-size: 14px;
  }

  .content-box span.date span{
    /* margin-right: 18px; */
  }
  @media screen and (max-width: 812px) {
    .seminar_result_list_wrap .seminar_result_list .content-box-inner span.date{
      font-size: 16px;
    }
  }

  /*hrm_semi_newicon*/
  .hrm_semi_newicon:before{
            content:"";
            background: #e65252;
            width: 100px;
            height: 100px;
            transform: rotate( 45deg);
            position: absolute;
            top: -50px;
            left: -50px;
          }
          .hrm_semi_newicon:after{
            content: 'NEW';
            padding: 0 0px 3px 0;
            display: block;
            color: #ffffff;
            font-size: 25px;
            text-shadow:#e65252 2px 0px 0px, #e65252 -2px 0px 0px,
            #e65252 0px -2px 0px, #e65252 -2px 0px 0px,
            #e65252 2px 2px 0px, #e65252 -2px 2px 0px,
            #e65252 2px -2px 0px, #e65252 -2px -2px 0px,
            #e65252 1px 2px 0px, #e65252 -1px 2px 0px,
            #e65252 1px -2px 0px, #e65252 -1px -2px 0px,
            #e65252 2px 1px 0px, #e65252 -2px 1px 0px,
            #e65252 2px -1px 0px, #e65252 -2px -1px 0px,
            #e65252 1px 1px 0px, #e65252 -1px 1px 0px,
            #e65252 1px -1px 0px, #e65252 -1px -1px 0px;
            position: absolute;
            font-weight: bold;
            top: 5px;
            left: 10px;
            /*background: #e65252;
            line-height: 0.8em;*/
          }

          span.hrm_semi_newicon.un_sp::before{
            width: 80px;}
    
          span.hrm_semi_newicon.un_sp::after{
            font-size: 17px;}

/*セミナーがない時*/
.seminar-box-nth{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 3vw;
  display: block!important;
}
  
    
@media screen and (max-width: 812px) {
  .seminar-box-nth{
    width: 95%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    line-height: 7vw;}
  }
  .seminar-box-lead{
    font-weight: 500;
    line-height: 27px;
  }


.seminar-box-nth .seminar-box-inner{
  display: flex;
  justify-content: space-between;
  width: 820px;
  height: 288px;
  background-color: #fff;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 65px;
  padding-right: 70px;
}

@media screen and (max-width: 812px) {
  .seminar-box-nth .seminar-box-inner{
    width: auto;
    height: auto;
    flex-direction: column;
    margin-top: 28px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
 
.seminar-box-inner-img{
  display: flex;
}
@media screen and (max-width: 812px) {
  .seminar-box-inner-img{
  margin-left: auto;
  margin-right: auto;}
  .seminar-box-inner-img img{
    width: 95%;
  }
}

.seminar-box-inner-text{
  display: flex;
  margin-top: -2px;
  flex-direction: column;
  text-align: left;
  letter-spacing: 1px;
}

.seminar-box-inner-text p{
  line-height: initial;
}

.seminar-box-inner-text ul {
  margin-top: 19px;
}

@media screen and (max-width: 812px) {
  .seminar-box-inner-text > p,
  .seminar-box-inner-text ul,.seminar-box-inner-img img {
    margin-left: auto;
    margin-right: auto;
  }
  .seminar-box-inner-text > p{
    margin-top: 20px;
  }}
.seminar-box-inner-text ul li{
  margin-left: 20px;
  line-height: 28px;
  font-weight: 500;
}
.seminar-box-inner-text ul li::before{
  content:"● ";
}

.seminar-box-nth .t_c {
  margin-top: 30px!important;
  margin-left: -8px;
  
}
@media screen and (max-width: 812px) {
  .seminar-box-nth .t_c {
    width: auto!important;
  }
}

.seminar-box-nth .t_c .nth_bt a{
  display: block;
  position: relative;
  width: 290px;
  height: 48px;
  padding: 23px;
  border-radius: 50px;
  background: #079ee3;
  color: #fff;
  font-size: 15px;
  line-height: 0;
  font-weight: 500;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  
}


.seminar-box-nth .t_c .nth_bt:hover {
  opacity: 0.5;
  background: #fff;
  }

.nth_bt  {
  display: inline-block;
  width: 280px; }

.seminar-box-nth .t_c .nth_bt a .un_whitecircle{
    position:absolute;
    content: '';
     width: 25px;
     height: 25px;
     background: #fff;
     border-radius: 50%;
     bottom: 12px;
     right: 13px;
     
  }

.seminar-box-nth .t_c .nth_bt a .un_whitecircle::before {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  content: '';
  width: 6px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #079ee3;
  position: absolute;
  top: calc(50% - 3px);
  right: 9px; }


.seminar-box-nth .t_c .nth_bt a .un_whitecircle::after {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    content: '';
    width: 6px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #079ee3;
    position: absolute;
    top: calc(50% + 1px);
    right: 9px; }

  /* トップページ　”無料セミナー一覧へ” ボタン */
    @media screen and (min-width: 813px){
    main#main section#seminar .search_bt{
      margin-top: 0!important;
      margin-bottom: 30px;
    }
  }



.content-box-pict {
    width: 160px;
    flex-shrink: 0;
/*     border-bottom: 1px solid #cccccc; */
    position: relative;
}

.sp_display {
    display: none;
}
.pc_display {
    display: block;
}
.hrm_semi_status {
    margin-top: 15px;
    background: #ccc;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    height: 25px;
    text-align: center;
    position: relative;
    /* bottom: 3px; */
}

.hrm_semi_status span:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    height: 0.8em;
    width: 1.4em;
    background: url("/assets/images/hrm/seminar/icon_movie.png") right center/contain no-repeat;
    /* vertical-align: -3px; */
}

.hrm_semi_status:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #cccccc;
    top: calc(100% + 4px);
    left: 0;
}

.art_status1 .hrm_semi_status,
.art_status1 .hrm_semi_status:before {
    background: #03a1ea;
}
.art_status3 .hrm_semi_status span:before {
    height: 1.2em;
    background: url("/assets/images/hrm/seminar/icon_doc.png") right center/contain no-repeat;
    vertical-align: -3px;
}

.art_status2 .hrm_semi_status,
.art_status2 .hrm_semi_status:before {
    background: #806abf;
}

.art_status3 .hrm_semi_status,
.art_status3 .hrm_semi_status:before {
    background: #65c2c9;
}

.hrm_semi_status span {
    height: 100%;
    vertical-align: middle;
}

@media screen and (max-width: 812px) {
  .sp_display {
      display: block;
  }
  .pc_display {
      display: none;
  }
  .hrm_semi_status {
    margin-top: 0;
  }
  
  .hrm_semi_status:before {
      display: none;
  }
}

.hrm_section {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 812px) {
  .hrm_section {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}
.hrm_ttl {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 5em;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-bottom: .5em;
  border-bottom: 1px solid #00A4E5;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  letter-spacing: .04em;
}
.hrm_ttl.hrm_ttl__purple {
  border-bottom-color: #A768B5;
}
@media screen and (max-width: 812px) {
  .hrm_ttl {
    margin-bottom: 7.5vw;
    font-size: 4.75vw;
  }
}
.hrm_chart svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 812px) {
  .hrm_chart svg {
    width: 960px;
  }
}
.hrm_chartTtl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: .04em;
}
.hrm_chartTtl::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 26px;
  content:'';
  background-size: cover;
  transform: translateY(-50%);
}
.hrm_chartTtl.hrm_chartTtl__purple::before {
  background-image: url("../images/ico-chart-ttl.png");
}
@media screen and (max-width: 812px) {
  .hrm_chartTtl {
    margin-bottom: max(2.463vw, 10px);
    padding-left: 4.926vw;
    font-size: 4.75vw;
  }
  .hrm_chartTtl::before {
    width: 3.448vw;
    height: 5.665vw;
  }
}
.hrm_chartSection+.hrm_chartSection {
  margin-top: 30px;
}
.hrm_ttl.hrm_ttl_s {
  min-width: 5.833em;
  font-size: 18px;
}
@media screen and (max-width: 812px) {
  .hrm_ttl.hrm_ttl_s {
    font-size: 4.5vw;
  }
}
.hrm_subttl {
  position: relative;
  margin-bottom: 64px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  letter-spacing: .04em;
}
.hrm_subttl::before {
  content: '';
  position: absolute;
  top: calc(1.25em + 10px);
  transform: translateX(-50%);
  width: 1px;
  height: 26px;
  left: 50%;
  background-color: #00A4E5;
}
.hrm_subttl.hrm_subttl__purple::before {
  background-color: #A768B5;
} 
@media screen and (max-width: 812px) {
  .hrm_subttl {
    margin-bottom: 16vw;
    font-size: 4.5vw;
  }
  .hrm_subttl::before {
    top: calc(1.25em + 3.75vw);
    height: 6.5vw;
  }
}
.hrm_leadbox {
  text-align: center;
}
.hrm_leadbox_head {
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: bold;
  font-size: 21px;
  color: #00A4E5;
  letter-spacing: .04em;
}
.hrm_leadbox_body {
  font-size: 15px;
}
@media screen and (max-width: 812px) {
  .hrm_leadbox {
    text-align: left;
  }
  .hrm_leadbox_head {
    padding-top: 7.5vw;
    padding-bottom: 5vw;
    font-size: 4.5vw;
  }
  .hrm_leadbox_body {
    font-size: 3.75vw;
  }
}
.hrm_chart g {
    transition: all 0.3s;
}
.hrm_chart a:hover g {
    fill: #92B1BB;
}
.hrm_chart a:hover path {
    fill: #FFF;
}
.hrm_course {
  margin-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 812px){
  .hrm_course {
    display: none;
  }
}
.hrm_course.is_active {
  border: 1px solid;
}
.hrm_course_btn {
  position: relative;
  display: block;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  color: inherit;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.hrm_course_btn:not(.is_active) {
  border: 1px solid;
}
.hrm_course_btn::before,
.hrm_course_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 12px;
  height: 1px;
  right: 12px;
  background-color: #333;
}
.hrm_course_btn::before {
  transform: translateY(-50%);
}
.hrm_course_btn:not(.is_active)::after {
  transform: translateY(-50%) rotate(90deg);
}
.hrm_course_btn.is_active::after {
  display: none;
}
.hrm_course_body {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
} 
.hrm_course_body.is_active {
  border-top: 1px solid;
}
.hrm_course_col {
  display: flex;
  gap: 0 35px;
}
.hrm_course_list {
  line-height: 2;
}
.hrm_course_list dt {
  font-weight: bold;
  font-size: 16px;
}
.hrm_course_list dd {
  font-size: 14px;
  padding-left: .5em;
}
.hrm_course_list a {
  display: block;
  color: inherit;
}
.hrm_theme {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.hrm_theme_btn {
  position: relative;
  display: block;
  padding-top: 7px;
  padding-right: 25px;
  padding-bottom: 7px;
  padding-left: 10px;
  border-radius: 10px;
  background: linear-gradient(to bottom, rgba(242,242,242,0.1), rgba(0,164,229,0.1));
  font-size: 15px;
  color: inherit;
  line-height: 1;
}
.hrm_theme.hrm_theme__purple .hrm_theme_btn {
  background: linear-gradient(to bottom, rgba(242,242,242,0.1), rgba(244,229,247,1));
}
.hrm_theme_btn::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 812px){
  .hrm_theme {
    gap: 1.25vw 5vw;
  }
  .hrm_theme_btn {
    padding-top: 2.5vw;
    padding-right: 8.75vw;
    padding-bottom: 2.5vw; 
    padding-left: 2.5vw;
    font-size: 3.75vw;
  }
  .hrm_theme_btn::after {
    top: calc(50% - 0.25vw);
    right: 3.75vw;
    width: 1.5vw;
    height: 1.5vw;
  }
}
.hrm_pickup {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(0,164,229,0.1);
}
.hrm_pickup.hrm_pickup__purple {
  background-color: #F9F5FA;
}
@media screen and (max-width: 812px) {
  .hrm_pickup {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
.hrm_pickup_carousel {
  margin-top: -15px;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 599px) {
  .hrm_pickup_carousel {
    padding-right: 5.5vw;
    padding-left: 5.5vw;
  }
}
.hrm_pickup_carousel .slick-list {
  padding-top: 15px;
}
.hrm_pickup_carousel .slick-track {
  display: flex;
}
.hrm_pickup_carousel .slick-slide {
  height: auto;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #FFF;
}
.hrm_pickup_carousel .slick-dots li {
  width: 20px;
  margin: 0;
}
.hrm_pickup_carousel .slick-dots li button::before {
  font-size: 10px;
  color: #999;
}
.hrm_pickup_carousel .slick-dots li.slick-active button:before {
  color: #00A4E5;
}
.hrm_pickup.hrm_pickup__purple .hrm_pickup_carousel .slick-dots li button::before {
  color: #C7C7C7;
}
.hrm_pickup.hrm_pickup__purple .hrm_pickup_carousel .slick-dots li.slick-active button:before {
  color: #707070;
}
@media screen and (max-width: 599px) {
  .hrm_pickup_carousel .slick-dots li,
  .hrm_pickup_carousel .slick-dots li button,
  .hrm_pickup_carousel .slick-dots li button:before {
    width: 5vw;
  }
  .hrm_pickup_carousel .slick-dots li button,
  .hrm_pickup_carousel .slick-dots li button:before {
    height: 5vw;
  }
  .hrm_pickup_carousel .slick-dots li button::before {
    font-size: max(2.5vw, 10px);
  }
}
.hrm_carousel_arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
}
.hrm_carousel_arrow.hrm_carousel_arrow_next {
  right: -36px;
}
.hrm_carousel_arrow.hrm_carousel_arrow_prev {
  left: -36px;
}
@media screen and (min-width: 600px) and (max-width: 959px){
  .hrm_carousel_arrow.hrm_carousel_arrow_next {
    right: -25px;
  }
  .hrm_carousel_arrow.hrm_carousel_arrow_prev {
    left: -25px;
  }
}
@media screen and (max-width: 599px) {
  .hrm_carousel_arrow {
    width: 9vw;
    height: 9vw;
  }
  .hrm_carousel_arrow.hrm_carousel_arrow_next {
    right: -1.25vw;
  }
  .hrm_carousel_arrow.hrm_carousel_arrow_prev {
    left: -1.25vw;
  }
  .hrm_carousel_arrow::before {
    width: 9vw;
  }
  .hrm_carousel_arrow::after {
    width: 4.5vw;
  }
}
.hrm_carousel_arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 36px;
  height: 1px;
  transform: translateY(-50%);
  background-color: #333;
}
.hrm_carousel_arrow.hrm_carousel_arrow_next::before {
  right: 0;
}
.hrm_carousel_arrow.hrm_carousel_arrow_prev::before {
  left: 0;
}
.hrm_carousel_arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 18px;
  height: 1px;
  transform-origin: top left;
  background-color: #333;
}
.hrm_carousel_arrow.hrm_carousel_arrow_next::after {
  right: 0;
  transform-origin: top right;
  transform: translateY(-50%) rotate(30deg);
}
.hrm_carousel_arrow.hrm_carousel_arrow_prev::after {
  left: 0;
  transform-origin: top left;
  transform: translateY(-50%) rotate(-30deg);
}
.hrm_item_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 30px;
}
.hrm_item_col>* {
  width: calc((100% - 60px)/3);
}
@media screen and (max-width: 959px){
  .hrm_item_col {
    gap: 50px 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px){
  .hrm_item_col>* {
    width: calc((100% - 30px)/2);
  }
}
@media screen and (max-width: 599px){
  .hrm_item_col>* {
    gap: 12.5vw 0;
    width: 100%;
  }
}
.hrm_card {
  position: relative;
}
.hrm_card a {
  display: block;
  height: 100%;
  color: inherit;
}

.hrm_card_label {
  position: absolute;
  top: 1px;
  left: -1px;
  display: inline-block;
  transform: translateY(-50%);
  padding: 5px;
  background-color: #00A4E5;
  font-size: 11px;
  color: #FFF;
  line-height: 1;
}
.hrm_card_label::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  -webkit-clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
  aspect-ratio: 1;
  height: 50%;
  background-color: #0071D2;
}
.hrm_card_img img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.hrm_card_body {
  padding: 15px;
}
.hrm_card.hrm_card__morebtn {
  border: 1px solid #ddd;
  border-top: 0;
}
.hrm_card.hrm_card__morebtn .hrm_card_img img {
  border-right: 0;
  border-left: 0;
}
.hrm_card.hrm_card__morebtn .hrm_card_body{
  padding-bottom: 50px;
}
.hrm_card_lead {
  font-size: 12px;
}
.hrm_card_ttl {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #0071D2;
}
.hrm_card.hrm_card__purple .hrm_card_label{
  background-color: #A768B5;
}
.hrm_card.hrm_card__purple .hrm_card_label::before{
  background-color: #7956B1;
}
.hrm_card.hrm_card__purple .hrm_card_ttl{
  color: #A768B5;
}
.hrm_card_lead+.hrm_card_ttl {
  margin-top: 10px;
}
.hrm_card_btn {
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 122px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 1.857em;
  border: 1px solid;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.hrm_card.hrm_card__purple .hrm_card_btn {
  color: #A768B5;
}

.hrm_card_btn div {
  position: relative;
}

.hrm_card_btn div::before {
  position: absolute;
  right: 10px;
  top: calc(50% - -1px);
  width: 4px;
  height: 4px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%) rotate(45deg);
  content: '';
}
@media screen and (min-width: 600px){
  .hrm_card_body>*:first-child:not(.hrm_card_lead) {
    margin-top: -4px;
  }
}
.hrm_card_txt {
  font-size: 14px;
}
@media screen and (max-width: 599px){
  .hrm_card_label {
    padding: 1.25vw;
    font-size: max(2.5vw, 10px);
  }
  .hrm_card_body {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: max(3.75vw, 15px);
    padding-right: 0;
    padding-bottom: max(3.75vw, 15px);
    padding-left: 0;
  }
  .hrm_card_lead {
    font-size: max(3vw, 12px);
  }
  .hrm_card_ttl {
    margin-bottom: max(3.75vw, 15px);
    font-size: max(4.5vw, 18px);
  }
  .hrm_card_lead+.hrm_card_ttl {
    margin-top: max(2.75vw, 10px);
  }
  .hrm_card_txt {
    font-size: max(3.5vw, 14px);
  }
}
@media (hover: hover) {
  .hrm_carousel_arrow:hover,
  .hrm_pickup_carousel .slick-dots li button:hover,
  .hrm_course_btn:hover,
  .hrm_course_list a:hover,
  .hrm_theme_btn:hover,
  .hrm_card a:hover {
    opacity: .75;
  }
}

/* ====================
   202308 header update 
   ==================== */
.hrm_headerLogo {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
.hrm_headerLogo a {
  display: flex;
  align-items:center;
  gap: max(2.666vw,10px);
}
.hrm_headerLogo_img {
  position: relative;
  width: max(18.666vw,70px);
  padding: 0 !important;
  line-height: 1;
}
.hrm_headerLogo_img img {
  width:100%;
}
.hrm_headerLogo_txt {
  font-size: max(2.216vw,10px);
  color: #222;
  line-height: 1;
}
.hrm_headerNav_menu a {
  font-weight: normal;
}
.hrm_headerNav_menu a::before,
.hrm_headerNav_menu a::after {
  display: none !important;
}
.hrm_headerNav_menu>li>a{
  position: relative;
}
.hrm_headerCta .hrm_headerCta_report,
.hrm_headerCta .hrm_headerCta_contact {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 70px !important;
  padding: 0 !important;
  font-size: 14px !important;
  color: #FFF !important;
  line-height: 1.25 !important;
  text-align: center;
  transition: background-color .3s !important;
}
.hrm_headerCta .hrm_headerCta_report {
  background-color: #009BE2 !important;
}
.hrm_headerCta .hrm_headerCta_contact {
  background-color: #FA9614 !important;
}
.hrm_headerCta_report::before,
.hrm_headerCta_report::after,
.hrm_headerCta_contact::before,
.hrm_headerCta_contact::after {
  display: none !important;
}
.hrm_headerNav_menu {
  overflow-y: visible !important;
}

.hrm_headerNav_search form {
    position: relative;
    top: 0px;
    right: 0px;
}

.hrm_headerNav_search form input[type="search"] {  
    box-shadow: none;
}

@media (max-width: 812px) {
  .hrm_header_wrap {
    padding: max(2.666vw, 10px) max(5%, 10px);
    border-bottom: 1px solid #CCC;
  }
  .hrm_main {
/*    padding-top: max(12vw, 45px) !important;*/
  }
  .hrm_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hrm_headerLogo_img {
    top: max(0.533vw, 2px);
  }
  .hrm_header .hrm_headerCta>li:not(:last-child) {
    display: none;
  }
  .hrm_header_wrap ul:first-of-type li {
    position: static;
  }
  .hrm_header_wrap ul:first-of-type li:last-child a {
    position: relative;
    width: max(8vw, 30px);
    height: max(6.4vw, 24px);
  }
  .hrm_header_wrap ul:first-of-type li:last-child a:before,
  .hrm_header_wrap ul:first-of-type li:last-child a:after {
    position: absolute;
    width: max(8vw, 30px);
    height: max(0.533vw, 2px);
    margin-left: 0;
    background-color: #707070;
    border-radius: 0;
    transform: translateX(-50%);
  }
  .hrm_header_wrap ul:first-of-type li:last-child a:before {
    top: 0;
    transform-origin: bottom left;
  }
  .hrm_header_wrap ul:first-of-type li:last-child a:after {
    bottom: 0;
    transform-origin: top left;
  }
  .hrm_header_wrap ul:first-of-type li:last-child span {
    position: absolute;
    top: 50%;
    width: max(8vw, 30px);
    height: max(0.533vw, 2px);
    margin: 0;
    border-radius: 0;
    background-color: #707070;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hrm_menu--opened .hrm_header_wrap {
    top: 0;
  }
  .hrm_menu--opened .hrm_header_wrap+nav {
    z-index: 20;
  }
  .hrm_menu--opened .hrm_header_wrap ul:first-of-type li:last-child a:before {
    top: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  .hrm_menu--opened .hrm_header_wrap ul:first-of-type li:last-child a:after {
    bottom: 0;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }
  .hrm_menu--opened .hrm_headerNav,
  .hrm_menu--opened .hrm_headerNav_inner {
    visibility: visible;
    z-index: 20 !important;
  }
  .hrm_headerNav .hrm_headerNav_inner {
    height: 100vh !important;
    height: 100dvh !important;
    padding-top: max(12vw,45px) !important;
    padding-bottom: 0 !important;
    background-color: #FFF !important;
  }
  .hrm_headerNav_inner .hrm_headerLogo_img {
    display: none;
  }
  .hrm_headerNav_menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  .hrm_headerNav_menu li {
    display: block !important;
    margin: 0 !important;
    line-height: 1 !important;
  }
  .hrm_headerNav_menu>li.hrm_headerNav_cta {
    order: 1;
  }
  .hrm_headerNav_menu>li.hrm_headerNav_search {
    order: 3;
    border-bottom: 0 !important;
  }
  .hrm_headerNav_menu>li:not(.hrm_headerNav_cta):not(.hrm_headerNav_search) {
    order: 2;
  }
  .hrm_headerNav_menu a {
    width: 100% !important;
    background-color: #FFF !important;
    padding: max(5%, 10px) max(4.8vw, 18px) !important;
    font-size: max(3.733vw, 14px);
    text-align: left;
  }
  .hrm_headerNav_menu .hrm_headerNav_cta {
    padding: max(8vw, 30px) max(4.8vw, 18px) !important;
  }
  .hrm_headerNav_menu .hrm_headerCta {
    display: flex;
    gap: max(2.666vw, 10px);
  }
  .hrm_headerNav_menu .hrm_headerCta>* {
    flex: 1;
    border-bottom: 0 !important;
  }
  .hrm_headerNav_menu .hrm_headerCta .hrm_headerCta_report,
  .hrm_headerNav_menu .hrm_headerCta .hrm_headerCta_contact {
    height: max(13.333vw, 50px) !important;
    border-radius: max(6.666vw, 25px);
    font-size: max(3.466vw, 13px) !important;
  }
  .hrm_headerNav_search {
    padding-top: max(9.333vw, 35px) !important;
    padding-bottom: max(9.333vw, 35px) !important;
  }
  .hrm_headerNav_search form {
    width: 66.66%;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    opacity: 1;
  }
  .hrm_headerNav_search form input[type="search"] {
    height: max(10.666vw, 40px);
    padding-right: max(16vw, 60px);
    padding-left: 1.5em;
    border-radius: max(5.333vw, 20px);
    border: 1px solid #CCC;
    font-size: max(3.2vw, 12px);
    line-height: max(10.666vw, 40px);
  }
  .hrm_headerNav_search form input[type="submit"] {
    top: 0;
    right: 0;
    width: max(16vw, 60px);
    height: max(10.666vw, 40px);
    background-size: 33.333% auto;
  }
  .hrm_headerNav_search_btn {
    display: none;
  }
}

@media (min-width: 813px) {
  main.hrm_main,
 #elr_detail_main.hrm_main {
    padding-top: 134px;
  }
  .hrm_header_wrap {
    width: 100%;
    padding: 0;
    border-bottom: 0;
    overflow: hidden;
  }
  .hrm_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    max-width: 1140px !important;*/
    margin-right: auto;
    margin-left: auto;
  }
  .hrm_headerLogo a {
    gap: 10px;
  }
  .hrm_headerLogo_img {
    width: 160px;
    margin-left: 15px;
  }
  html:not(.hrm_menu--fixed) .hrm_headerLogo_img {
    position: relative;
    top: .5em;
  }
  .hrm_headerLogo_txt {
    font-size: 15px;
  }
  .hrm_headerCta {
    display: flex;
    position: static !important;
    width: 300px !important;
    height: auto !important;
  }
  .hrm_headerCta>* {
    position: static !important;
    float: none !important;
    right: 0 !important;
    flex: 1 !important;
    margin: 0 !important;
  }
  .hrm_headerCta>*:last-child {
    display: none;
  }
  .hrm_headerNav {
    position: absolute !important;
    top: 70px !important;
    z-index: 1000 !important;
    width: 100% !important;
    height: auto !important;
    visibility: visible !important;
    overflow-x: hidden !important;
  }
  .hrm_headerNav::before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: #CCC;
  }
  .hrm_headerNav_inner {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    visibility: visible !important;
  }
  html:not(.hrm_menu--fixed) .hrm_headerNav_inner {
    overflow-x: auto;
  }
  .hrm_headerNav_menu {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    margin-right: auto;
    margin-left: auto;
    height: auto !important;
    overflow-x: hidden;
  }
  html:not(.hrm_menu--fixed) .hrm_headerNav_menu {
    width: 1140px !important;
  }
  .hrm_headerNav_menu li {
    display: block !important;
    margin: 0 !important;
    line-height: 1 !important;
  }
  .hrm_headerNav_menu li>a>span {
    display: block;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
    border-right: 1px solid #707070;
    line-height: 1;
    white-space: nowrap;
  }
  .hrm_headerNav_menu>li:not(.hrm_headerNav_search)>a::before {
    position: absolute !important;
    content: '';
    top: auto !important;
    bottom: 0px !important;
    left: 0px !important;
    z-index: 1;
    content: '';
    display: block !important;
    width: 100% !important;
    height: 0px !important;
    background: #009BE2 !important;
    transition: .2s;
  }
  .hrm_headerNav_menu>li>a {
    position: relative;
    display: flex !important;
    height: 64px;
    align-items: center !important;
    background-color: #FFF !important;
    width: auto !important;
    font-size: 14px;
    color: #222 !important;
  }
  .hrm_menu--fixed .hrm_header_wrap,
  .hrm_menu--fixed .hrm_header_wrap+nav {
    position: fixed;
    z-index: 100000;
  }

  .hrm_menu--fixed .hrm_header_wrap,
  .hrm_menu--fixed .hrm_headerNav,
  .hrm_menu--fixed .hrm_header_wrap+nav {
    width: 100% !important;
  }

  .hrm_menu--fixed .hrm_headerNav {
    position: fixed !important;
    top: 0 !important;
  }

  .hrm_menu--fixed .hrm_headerNav_inner {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100% !important;
    min-height: 70px !important;
    margin-right: auto;
    margin-left: auto;
  }

  .hrm_menu--fixed .hrm_headerNav_inner .hrm_headerNav_menu {
/*    flex: 1;*/
    margin: 0 0 0 auto !important;
  }

  .hrm_menu--fixed .hrm_headerNav_menu>li>a {
    height: 70px;
  }

  .hrm_menu--fixed .hrm_headerLogo_img {
    top: 3px;
    width: 90px;
    flex-shrink: 0;
    margin-left: 10px;
  }

  .hrm_menu--fixed .hrm_headerCta {
    display: flex !important;
    margin-right: 0 !important;
    width: 260px !important;
  }

  .hrm_menu--fixed .hrm_headerNav_menu {
    position: static !important;
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: auto;
  }

  .hrm_menu--fixed .hrm_headerNav_menu li:last-child a {
    border: none;
  }

  .hrm_menu--fixed .hrm_headerNav_menu>li>a>span {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hrm_menu--fixed .hrm_headerLogo_txt {
    display: none;
  }

  html:not(.hrm_menu--fixed) .hrm_headerNav .hrm_headerCta,
  html:not(.hrm_menu--fixed) .hrm_headerNav .hrm_headerLogo_img,
  html.hrm_menu--fixed .hrm_header .hrm_headerCta,
  html:not(.hrm_menu--fixed) .hrm_headerNav_menu li:last-child {
    display: none !important;
  }

  html:not(.hrm_menu--fixed) .hrm_headerNav_menu {
    padding-right: 32px;
  }

  .hrm_headerNav_search form {
    width: 40px;
    margin-right: 10px;
    margin-left: 10px;
    transition: .3s;
  }
  html.hrm_menu--fixed .hrm_headerNav_search form {
    margin-right: 5px;
    margin-left: 5px;
  }
  .hrm_headerNav_search.is_active form {
    width: 200px;
  }
  .hrm_headerNav_search form input[type="search"] {
    height: 24px;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    transition: .3s;
  }
  .hrm_headerNav_search:not(.is_active) form input[type="search"] {
    font-size: 0;
  }
  .hrm_headerNav_search.is_active form input[type="search"] {
    padding-right: 40px;
    padding-left: 1.5em;
    border: 1px solid #CCC;
  }
  .hrm_headerNav_search form input[type="submit"] {
    top: 0 !important;
    width: 40px;
    height: 24px;
    background-size: 16px auto;
  }
  .hrm_headerNav_search_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 24px;
    background-color: transparent;
    font-size: 0;
    cursor: pointer;
  }
  .hrm_headerNav_search.is_active .hrm_headerNav_search_btn {
    display: none;
  }
}
@media (max-width: 1149px) {
  footer:not(#elr_detail_footer) {
    padding: 0 2rem 0.7rem !important;
  }
  footer .hrm_menu {   
    line-height: 1.5rem !important;
    overflow: hidden !important;
    height: 0 !important;
    opacity: 0 !important;
  }
  footer#footer {
    width: auto !important;
  }
  footer#footer .flex_row_wrap > .flex_row > ul:first-of-type .hrm_dropdown--opened + .hrm_menu {
    opacity: 1 !important;
  }
  footer#footer .flex_row_wrap > .flex_row > ul:first-of-type li:nth-child(1) .hrm_dropdown--opened + .hrm_menu {
    height: 100% !important;
  }
  footer#footer .flex_row_wrap > .flex_row > ul:first-of-type li:nth-child(2) .hrm_dropdown--opened + .hrm_menu {
    height: 100% !important;
  }
  footer#footer .flex_row_wrap > .flex_row > ul:first-of-type li:nth-child(3) .hrm_dropdown--opened + .hrm_menu {
    height: 100% !important;
  }
}
@media (min-width: 1150px) {
  footer#footer {
    width: 1140px !important;
  }
  footer .hrm_menu {
    line-height: 1.3 !important;
    height: auto !important;
    letter-spacing: .04em !important;
    opacity: 1 !important;
  }
}
.hrm_hero,main>aside {
  overflow: hidden;
}
#breadcrumbs {
  overflow-x: hidden;
}
#breadcrumbs ul li a,
#breadcrumbs ul li span {
  white-space: nowrap;
}
@media (min-width: 813px) {
  #breadcrumbs {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1150px) {
  #footer2 {
    padding: 10px 15px !important;
  }
}
#footer2 > .flex_bet {
  max-width: 1140px !important;
  width: 100% !important;
}
.dib {
  display: inline-block;
  text-indent: 0;
}


/* ====================
   202308 パンくず
   ==================== */
main #breadcrumbs ul li span.breadcrumbs_item {
  padding-right: 0;
}
main #breadcrumbs ul li span.breadcrumbs_item::after {
  display: none;
}

/* ====================
   202312 snsアイコン追加
   ==================== */
.hrm_footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 24px !important;
}

.hrm_footer_sns img {
  width: 100%;
  height: auto;
}

.hrm_footer_sns>* {
  width: 40px;
}

.hrm_footer_sns .hrm_footer_sns__privacy {
  width: 48px;
}

.hrm_footer_sns a:hover {
  opacity: .8;
}

@media screen and (max-width: 812px){
  .hrm_footer_sns {
    gap: max(8.5vw,32px) !important;;
    margin-top: max(6.4vw,24px) !important;
  }

  .hrm_footer_sns>* {
    width: max(10.66vw,40px) !important;
    height: auto;
  }

  .hrm_footer_sns .hrm_footer_sns__privacy {
    width: max(12.8vw,48px) !important;
  }
}

.order_contract_lk:link,
.order_contract_lk:active,
.order_contract_lk:visited {
   color: #079ee3;
}

.order_contract_lk:hover {
   color: #8da4c5;
}

.order_contract_txt {
  margin-top: 30px
}

/*—————————————————————————————————————
202405 TOP改修 start
—————————————————————————————————————*/
/*—————————————————————————————————————
202405 header start
—————————————————————————————————————*/
.hrm_header_wrap.hrm_header_wrap__upd {
  overflow: visible;
}
.hrm_header_wrap.hrm_header_wrap__upd .hrm_headerLogo_txt {
  font-size: 14px;
}
.hrm_header_wrap.hrm_header_wrap__upd .hrm_headerLogo_img {
  top: 4px;
  width: 150px;
  margin-left: 20px;
}
.hrm_header_wrap.hrm_header_wrap__upd .hrm_headerCta {
  display: flex !important;
  position: static !important;
  width: 260px !important;
  height: auto !important;
}
.hrm_headerNav_wrap .hrm_headerNav_menu>li:not(.hrm_headerNav_search)>a::after {
  position: absolute !important;
  content: '';
  top: auto !important;
  bottom: 0px !important;
  left: 0px !important;
  z-index: 0;
  content: '';
  display: block !important;
  width: 100% !important;
  height: 2px !important;
  background: #ccc !important;
} 
.hrm_headerNav_wrap .hrm_headerNav .hrm_headerCta a {
  font-weight: 700 !important;
}
.hrm_header_wrap.hrm_header_wrap__upd .hrm_headerCta .hrm_headerCta_report,
.hrm_header_wrap.hrm_header_wrap__upd .hrm_headerCta .hrm_headerCta_contact,
.hrm_headerNav_wrap .hrm_headerCta .hrm_headerCta_report,
.hrm_headerNav_wrap .hrm_headerCta .hrm_headerCta_contact {
  height: 60px !important;
}
.hrm_headerNav_wrap .hrm_headerNav {
  top: 60px !important;
  overflow: visible !important;
}
.hrm_headerNav_wrap .hrm_headerNav::before {
  z-index: 0;
}
.hrm_menu--fixed .hrm_headerNav_wrap .hrm_headerNav {
  top: 0 !important;
}
.hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu li>a>span {
  border-right: 0;
}
.hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu>li>a,
.hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu .hrm_headerSubNav>a {
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding-top: 20px;
  padding-bottom: 30px;
  font-weight: normal;
  background-color: transparent;
}
.hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu .hrm_headerSubNav>a {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}
.hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu .hrm_headerSubNav>a::before {
  position: absolute !important;
  content: '';
  top: auto !important;
  bottom: 0px !important;
  left: 0px !important;
  z-index: 1;
  content: '';
  display: block !important;
  width: 100% !important;
  height: 0px !important;
  background: #009BE2 !important;
  transition: .2s;
}
.hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu .hrm_headerSubNav {
  position: static;
}
.hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu .hrm_headerSubNav_txt {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
} 
.hrm_menu--fixed .hrm_headerNav_wrap .hrm_headerNav_inner {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100% !important;
  min-height: 60px !important;
  margin-right: auto;
  margin-left: auto;
}
.hrm_menu--fixed .hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu>li>a,
.hrm_menu--fixed .hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu .hrm_headerSubNav_txt {
  display: flex !important;
  height: 60px !important;
  padding: 0;
  padding-bottom: 0;
}
.hrm_menu--fixed .hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu .hrm_headerSubNav_txt {
  padding-right: 15px;
  padding-left: 15px;
}
.hrm_menu--fixed .hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu .hrm_headerSubNav_txt {
  align-items: center;
  padding: 0;
}
.hrm_menu--fixed .hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu .hrm_headerSubNav>a {
  padding-top: 0;
  padding-bottom: 0;
}
.hrm_menu--fixed .hrm_headerNav_wrap .hrm_headerNav_menu>li>a>span {
  padding-right: 15px;
  padding-left: 15px;
}
.hrm_menu--fixed .hrm_headerNav_wrap .hrm_headerNav_menu.hrm_headerNav_menu__fp>li>a>span {
  padding-right: 10px;
  padding-left: 10px;
}
.hrm_menu--fixed .hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu .hrm_headerSubNav>a {
  padding-right: 15px;
  padding-left: 15px;
}
.hrm_menu--fixed .hrm_headerNav_wrap .hrm_headerLogo_img {
  top: 3px;
  width: 90px;
  flex-shrink: 0;
  margin-left: 20px;
}
html:not(.hrm_menu--fixed) .hrm_headerNav_wrap .hrm_headerNav_menu {
  justify-content: center;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.hrm_headerSubNav_txt {
  position: relative;
}
.hrm_headerSubNav_txt::before {
  position: absolute;
  right: 50%;
  bottom: -10px;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translateX(50%) scaleX(0.7) rotate(45deg);
  transform: translateX(50%) scaleX(0.7) rotate(45deg);
  content: '';
}
.hrm_menu--fixed .hrm_headerSubNav_txt::before {
  bottom: 10px;
}
.hrm_headerSubNav .hrm_headerSubNav_menu {
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  max-width: 1342px;
  margin: auto;
  height: auto;
  background-color: transparent;
  box-shadow: none !important;
  pointer-events: none;
  transition: opacity .6s ease-out, visibility .6s ease-out !important;
} 
.hrm_menu--fixed .hrm_headerSubNav .hrm_headerSubNav_menu {
  position: fixed;
  top: 60px;
}
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_inner {
  position: static !important;
  top: 0 !important;
  visibility: visible;
  height: auto;
  padding: 60px clamp(19px,20.68vw + -220.90px,110px) clamp(60px,11.36vw + -71.81px,110px);
  box-shadow: none;
  background-color: #FFF;
}
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_head,
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_body {
  font-weight: 500;
  text-align: left;
}
.hrm_headerSubNav .hrm_headerSubNav_parent a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: auto !important;
  margin-bottom: 40px;
  background-color: transparent;
  font-size: 22px;
  text-align: left;
  line-height: 1;
}
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_form {
  position: static;
}
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_form form {
  top: 60px;
  left: 216px;
  opacity: 1;
  width: 300px;
  margin-left: clamp(19px,20.68vw + -220.90px,110px);
  background-color: #FFF;
}
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_form input[type="search"] {
  height: 32px;
  box-shadow: none;
  border-radius: 16px;
  border: 1px solid #CCC;
}
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_form input[type="submit"] {
  top: 0;
  right: 0;
  height: 32px;
  background-size: 20px auto;
}
/*—————————————————————————————————————
202406 search add start
—————————————————————————————————————*/
.hrm_headerForm {
  width: 220px !important;
  visibility: visible !important;
  position: static !important;
  margin-right: 16px;
  margin-left: auto;
  box-shadow: none !important;
}
.hrm_headerForm form {
  width: 100% !important;
  position: relative !important;
  top: auto;
  right: auto;
  margin-left: auto;
  background-color: #FFF;
}
.hrm_headerForm input[type="search"] {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 41px 0 10px;
  box-shadow: none;
  border-radius: 16px;
  border: 1px solid #CCC;
  outline: none;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hrm_headerForm input[type="submit"] {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 41px;
  height: 32px;
  background: url(../images/ico-search.png) no-repeat center;
  background-size: 20px auto;
  font-size: 0;
  cursor: pointer;
}
.hrm_menu--fixed .hrm_headerNav_cta {
  display: flex !important;
  align-items: center;
  padding-left: 1px;
}
@media screen and (max-width: 1249px) {
  .hrm_header .hrm_headerForm {
    display: none;
  }
  .hrm_headerNav_cta .hrm_headerForm {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    background: none !important;
  }
  .hrm_headerNav_cta .hrm_headerForm form {
    padding: 0;
    opacity: 1 !important;
  }
  .hrm_headerNav_cta .hrm_headerForm input[type="search"] {
    height: 70px;
    padding-right: 70px;
    padding-left: 36px;
    border-radius: 35px;
    font-size: 20px;
  }
  .hrm_headerNav_cta .hrm_headerForm input[type="submit"] {
    top: 0;
    bottom: auto;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 812px) {
  .hrm_headerNav_cta .hrm_headerForm {
    margin: 0 0 16px 0 !important;
  }
  .hrm_headerNav_cta .hrm_headerForm input[type="search"] {
    height: 60px;
    padding-right: 60px;
    padding-left: 24px;
    border-radius: 30px;
    font-size: 18px;
  }
  .hrm_headerNav_cta .hrm_headerForm input[type="submit"] {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .hrm_headerNav_cta .hrm_headerForm input[type="search"] {
    height: 50px;
    padding-right: 50px;
    border-radius: 25px;
    font-size: 18px;
  }
  .hrm_headerNav_cta .hrm_headerForm input[type="submit"] {
    width: 50px;
    height: 50px;
  }
}
/*—————————————————————————————————————
// 202406 search add end
—————————————————————————————————————*/
.hrm_headerSubNav .hrm_headerSubNav_cols {
  position: static !important;
  top: 0 !important;
  display: flex !important;
  justify-content: space-between;
  visibility: visible !important;
  box-shadow: none !important;
}
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_head {
  display: flex;
  align-items: center;
  min-height: 67px;
  padding-right: 20px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  color: #FFF;
  line-height: 1.25;
}
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_col1,
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_col2 {
  width: 26.73%;
}
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_col3 {
  width: 37.61%;
}
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_col1 .hrm_headerSubNav_head {
  background-image: url('/hrm/assets/img/img-header-cat01.jpg');
}
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_col2 .hrm_headerSubNav_head {
  background-image: url('/hrm/assets/img/img-header-cat02.jpg');
}
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_col3 .hrm_headerSubNav_head {
  background-image: url('/hrm/assets/img/img-header-cat03.jpg');
}
.hrm_headerSubNav_body.hrm_headerSubNav_body__cols {
  display: flex;
  gap: 24px;
}
.hrm_headerSubNav_body.hrm_headerSubNav_body__cols ul {
  flex: 1;
}
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_body ul li {
  display: block !important;
  width: auto;
}
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_body a {
  width: auto;
  padding-left: 12px;
  margin-top: 22px;
  background: transparent url('/hrm/assets/img/ico-header-arrow-s.svg') no-repeat left 7px / 6px auto;
  font-size: 16px;
  white-space: normal;
  line-height: 1.25;
}
.hrm_headerNav_cover {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 100 !important;
  background: rgba(0,0,0,.6) !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity .6s ease-out, visibility .6s ease-out !important;
}
@media (hover: hover){
  .hrm_headerNav_cover.is_active {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/*@media screen and (max-width: 1159px) {*/
@media screen and (max-width: 1249px) {
  .hrm_header_wrap.hrm_header_wrap__upd {
    position: fixed;
    z-index: 10020;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #CCC;
  }
  .hrm_header_wrap.hrm_header_wrap__upd .hrm_headerCta {
    display: block !important;
    width: auto !important;
  }
  .hrm_header_wrap.hrm_header_wrap__upd .hrm_headerLogo_txt,
  .hrm_header_wrap.hrm_header_wrap__upd .hrm_headerCta>li:not(:last-child) {
    display: none !important;
  }
  .hrm_header_wrap.hrm_header_wrap__upd .hrm_headerCta>*:last-child {
    display: block !important;
  }
  .hrm_header_wrap.hrm_header_wrap__upd ul:last-of-type li {
    text-align: right;
  }
  .hrm_header_wrap.hrm_header_wrap__upd ul:first-of-type li:last-child a {
    position: relative;
    width: 40px;
    height: 26px;
    background-color: #fff;
    padding: 0;
    content: '';
  } 
  .hrm_header_wrap.hrm_header_wrap__upd ul:first-of-type li:last-child span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin: 0;
    border-radius: 0;
    background-color: #707070;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hrm_header_wrap.hrm_header_wrap__upd ul:first-of-type li:last-child a:before,
  .hrm_header_wrap.hrm_header_wrap__upd ul:first-of-type li:last-child a:after {
    position: absolute;
    width: 100%;
    height: 2px;
    margin: 0;
    border-radius: 0;
    transform: translateX(-50%);
    display: block;
  }
  .hrm_header_wrap.hrm_header_wrap__upd ul:first-of-type li:last-child a:before {
    top: 0;
    transform-origin: bottom left;
    background: #707070;
  }
  .hrm_header_wrap.hrm_header_wrap__upd ul:first-of-type li:last-child a:after {
    bottom: 0;
    transform-origin: top left;
    background-color: #707070;
  }
  .hrm_headerNav_wrap .hrm_headerNav_menu>li:not(.hrm_headerNav_search)>a::after {
    display: none !important;
  }
  .hrm_headerNav_wrap .hrm_headerNav::before {
    display: none;
  }
  .hrm_headerSubNav_body.hrm_headerSubNav_body__cols {
    display: block;
  }
  .hrm_headerNav_wrap .hrm_headerNav {
    position: absolute !important;
    top: 88px !important;
    width: 100% !important;
    height: auto !important;
    visibility: hidden !important;
    overflow: visible !important;
    opacity: 0;
    transition: opacity .6s ease-out, visibility .6s ease-out !important;
  }
  .hrm_headerNav_wrap .hrm_headerNav_inner {
    position: fixed !important;
    opacity: 0;
    top: -100% !important;
  }
  .hrm_menu--opened .hrm_header_wrap.hrm_header_wrap__upd {
    top: 0;
  }
  .hrm_menu--opened .hrm_header_wrap.hrm_header_wrap__upd+nav {
    z-index: 10010;
  }
  .hrm_menu--opened .hrm_header_wrap.hrm_header_wrap__upd ul:first-of-type li:last-child a:before {
    top: 0;
    -webkit-transform: translateX(-50%) rotate(37.5deg);
    transform: translateX(-50%) rotate(37.5deg);
  }
  .hrm_menu--opened .hrm_header_wrap.hrm_header_wrap__upd ul:first-of-type li:last-child a:after {
    bottom: 0;
    -webkit-transform: translateX(-50%) rotate(-37.5deg);
    transform: translateX(-50%) rotate(-37.5deg);
  }
  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav,
  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav_inner {
    visibility: visible;
    z-index: 10010 !important;
  }
  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_inner {
    position: fixed !important;
    top: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    padding-top: 88px !important;
    padding-bottom: 0 !important;
    background-color: #FFF !important;
  }

  html:not(.hrm_menu--fixed).hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav_menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
    padding-bottom: 240px !important;
  }

  .hrm_menu--opened .hrm_headerNav_menu>li {
    order: 0 !important;
    width: 100%;
  }

  .hrm_menu--opened .hrm_headerNav_menu>li:not(:last-child) {
    border-bottom: 1px solid #ddd !important;
  }

  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu>li>a,
  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerSubNav>a {
    display: block !important;
    height: auto !important;
    background-color: #fff !important;
    padding: 30px max(4.8vw, 18px) !important;
    font-size: 16px;
    color: #222 !important;
    text-align: left;
  }

  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu>li>a>span,
  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu .hrm_headerSubNav_txt {
    padding: 0 ;
  }

  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_cta {
    position: fixed;
    bottom: 0;
    display: block !important;
    width: 100%;
    padding: 30px max(4.8vw, 18px) 40px !important;
    background-color: #FFF;
    border: 0 !important;
    z-index: 9999;
  }

  html.hrm_menu--fixed .hrm_header .hrm_headerCta {
    display: block !important;
  }

  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerCta {
    display: flex !important;
    justify-content: space-between;
    gap: 0;
    width: 100% !important;
  }
  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerCta>* {
    display: block !important;
    flex: 0 1 auto !important;
    width: 49% !important;
  }
  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerCta a {
    height: 70px !important;
    font-size: 20px !important;
    border-radius: 35px !important;
  }
  .hrm_headerSubNav .hrm_headerSubNav_menu {
    pointer-events: auto;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_parent {
    display: none;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_menu {
    display: none;
    position: static;
    padding: 0 max(4.8vw, 18px) !important;
    border: none;
  }
  .hrm_menu--opened .hrm_headerSubNav_txt::before {
    right: 0;
    bottom: calc(50% - -2px);
    border-right: 2px solid #009AE1;
    border-bottom: 2px solid #009AE1;
    -webkit-transform: translateY(50%) scaleX(0.7) rotate(45deg);
    transform: translateY(50%) scaleX(0.7) rotate(45deg);
  }
  .hrm_menu--opened .is_active .hrm_headerSubNav_txt::before {
    bottom: calc(50% - 2px);
    -webkit-transform: translateY(50%) scaleX(0.7) rotate(-135deg);
    transform: translateY(50%) scaleX(0.7) rotate(-135deg);
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_body a {
    margin-top: 0;
    padding: 15px !important;
    background-position: left 24px;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_inner {
    padding: 0;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_col1,
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_col2,
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_col3 {
    width: 32%;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_form {
    display: block;
    padding-bottom: 30px;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_form form {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .hrm_main {
    padding-top: 84px !important;
  }
}
@media screen and (max-width: 812px) {
  .hrm_header_wrap.hrm_header_wrap__upd {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .hrm_header_wrap.hrm_header_wrap__upd .hrm_headerLogo_img {
    width: 120px;
  }
  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu>li>a,
  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerSubNav>a {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_body {
    display: none;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_menu {
    display: block;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_form {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dotted #DDD;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_form form {
    width: 100%;
    padding: 0;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_form input[type="search"] {
    height: 50px;
    border-radius: 25px;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_form input[type="submit"] {
    height: 50px;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_cols {
    flex-direction: column;
    padding: 0;
    background-color: #fff;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_cols>* {
    width: 100%;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_cols .hrm_headerSubNav_head {
    display: block;
    padding: 20px 60px 20px 20px;
    border-top: 1px dotted #DDD;
    background-image: none;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    background-image: url('/hrm/assets/img/ico-header-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_cols .hrm_headerSubNav_head.is_active {
    background-image: url('/hrm/assets/img/ico-header-arrow-up.svg');
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_body {
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
  }
  .hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_body ul li {
    border-bottom: none;
  }
    html:not(.hrm_menu--fixed).hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav_menu {
    padding-bottom: 264px !important;
  }
  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_cta {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerCta {
    flex-direction: column;
    gap: 16px;
  }
  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerCta>* {
    width: 100% !important;
  }
  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerCta a {
    height: 60px !important;
    font-size: 18px !important;
  }
  .hrm_main {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 480px) {
  html:not(.hrm_menu--fixed).hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav_menu {
    padding-bottom: 234px !important;
  }
  .hrm_menu--opened .hrm_headerNav_wrap .hrm_headerNav .hrm_headerCta a {
    height: 50px !important;
  }
}
@media (hover: hover) and (min-width: 1250px) {
  .hrm_headerSubNav:hover .hrm_headerSubNav_menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .hrm_headerNav_menu>li:not(.hrm_headerNav_search)>a:hover,
  .hrm_headerSubNav:hover>a {
    color: #009BE2 !important;
  }
  .hrm_headerSubNav .hrm_headerSubNav_parent a:hover,
  .hrm_headerSubNav .hrm_headerSubNav_body a:hover {
    background-color: transparent !important;
    color: #009BE2 !important;
  }
  .hrm_headerNav_menu>li:not(.hrm_headerNav_search)>a:hover::before,
  .hrm_headerNav_wrap .hrm_headerNav .hrm_headerNav_menu .hrm_headerSubNav:hover>a::before {
    height: 4px !important;
  }
  .hrm_headerCta .hrm_headerCta_report:hover {
    background-color: #4775B7 !important;
  }
  .hrm_headerCta .hrm_headerCta_contact:hover {
    background-color: #CC8221 !important;
  }
}
/*—————————————————————————————————————
//202405 header end
—————————————————————————————————————*/
/*—————————————————————————————————————
202405 footer start
—————————————————————————————————————*/
footer#footer.hrm_footer_wrap__upd div.flex_row > ul#hrm_footer_menu1 > li,
footer#footer.hrm_footer_wrap__upd div.flex_row > ul#hrm_footer_menu2 > li {
  width: 220px;
}
footer#footer.hrm_footer_wrap__upd div.flex_row > ul#hrm_footer_menu1 > li,
footer#footer.hrm_footer_wrap__upd div.flex_row > ul#hrm_footer_menu2 > li {
  padding-right: 20px;
}
footer#footer.hrm_footer_wrap__upd div.flex_row > ul#hrm_footer_menu1 > li ul li,
footer#footer.hrm_footer_wrap__upd div.flex_row > ul#hrm_footer_menu2 > li ul li {
  width: auto;
}
@media screen and (max-width: 1149px) {
 footer#footer.hrm_footer_wrap__upd div.flex_row > ul#hrm_footer_menu1 > li,
  footer#footer.hrm_footer_wrap__upd div.flex_row > ul#hrm_footer_menu2 > li {
    width: auto;
  }
  footer#footer.hrm_footer_wrap__upd div.flex_row > ul#hrm_footer_menu1 > li,
  footer#footer.hrm_footer_wrap__upd div.flex_row > ul#hrm_footer_menu2 > li {
    padding-right: 0;
  } 
}
/*—————————————————————————————————————
//202405 footer end
—————————————————————————————————————*/
/*—————————————————————————————————————
202405 common start
—————————————————————————————————————*/
.hrm-section {
  margin: 0 !important;
  padding: 80px 0 !important;
}
.hrm-section.hrm-section__gray {
  background-color: #F3F3F0;
}
.hrm-section.hrm-section__blue {
  background: linear-gradient(0deg, rgba(219, 245, 252, 0.4) 0%, rgba(223, 239, 227, 0.4) 100%);
}
@media screen and (max-width: 812px) {
  .hrm-section {
    padding: 60px 0 !important;
  }
}
@media screen and (max-width: 400px) {
  .hrm-section {
    padding: 50px 0 !important;
  }
}
.carditem_cols {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.carditem_cols .carditem {
  width: calc((100% - 60px)/3);
}
.carditem {
  position: relative;
}
.carditem.carditem__target {
  display: none;
}
.carditem.carditem__target.is_active {
  display: block;
}
.carditem_box {
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 1;
  color: #222;
  transition: opacity .3s;
}
.carditem_box.carditem_box__shadow {
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
  background-color: #FFF;
}
.carditem_img img {
  width: 100%;
  height: auto;
}
.carditem_trimimg {
  width: 100%;
  aspect-ratio: 1.744 / 1;
  background-size: cover;
  background-position: center;
}
.carditem_inner {
  padding: 20px 20px 40px;
}
.carditem_new {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 18px;
  background-color: red;
  font-size: 12px;
  color: #FFF;
}
.carditem_rank {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 48px;
  height: 58px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 65%, 0 100%);
  font-weight: bold;
  font-size: 30px;
  color: #FFF;
  line-height: 1;
}
.carditem_rank.carditem_rank__1 {
  background-color: #B4AF41;
}
.carditem_rank.carditem_rank__2 {
  background-color: #B2B2B2;
}
.carditem_rank.carditem_rank__3 {
  background-color: #B47341;
}
.carditem_rank span {
  margin-top: 2px;
}
.carditem_cate {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding-right: .75em;
  padding-left: .75em;
  border-radius: 9px;
  background-color: rgba(7,155,224,0.15);
  font-size: 12px;
  color: #505050;
  line-height: 1.3;
}
.carditem_cate.carditem_cate__bk {
  background-color: #000;
  color: #FFF;
}
.carditem_cate+.carditem_label {
  margin-top: 4px;
}
.carditem_txt+.carditem_label {
  margin-top: 20px;
}
.carditem_label {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 5px;
}
.carditem_label>* {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding-right: .75em;
  padding-left: .75em;
  border-radius: 9px;
  background-color: rgba(85,128,223,0.15);
  font-size: 12px;
  color: #505050;
  line-height: 1.3;
}
.carditem_label.carditem_label__tag>* {
  border: 1px solid;
  background-color: #FFF;
  color: #222;
}
.carditem_txt {
  margin-top: 20px;
  font-size: 15px;
}
.carditem_txt.carditem_txt__row2 {
  min-height: 3em;
}
.carditem_ttl {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
}
.carditem_list {
  margin-top: 16px;
  font-size: 15px;
}
.carditem_ttl.carditem_ttl__row2 {
  min-height: 2.5em;
}
.carditem_more.is_active::after {
  display: none;
}
.carditem_target {
  display: none;
  margin-right: -10px;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
}
.carditem_target .carditem_cols {
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .carditem_cols {
    justify-content: space-between;
    gap: 20px 0;
  }
  .carditem_cols .carditem {
    width: 48.5%;
  } 
}
@media screen and (max-width: 480px) {
  .carditem_cols .carditem {
    width: 100%;
  }
  .carditem_txt.carditem_txt__row2,
  .carditem_ttl.carditem_ttl__row2 {
    min-height: auto;
  }
}
.hrm-btn a,
.carditem_more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  min-height: 50px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: .25em 40px;
  border-radius: 25px;
  border: 1px solid;
  background-color: #FFF;
  font-weight: 700;
  font-size: 15px;
  color: #222;
  cursor: pointer;
  transition: background-color .2s ease-out, color .2s ease-out;
}
.hrm-btn a::before,
.hrm-btn a::after {
  position: absolute;
  right: 20px;  
  width: 8px;
  height: 1px;
  background-color: currentColor;
  content: ''; 
  transition: right .2s ease-out, color .2s ease-out;
}
.hrm-btn a::before {
  top: calc(50% - 3px); 
  transform: rotate(45deg); 
}
.hrm-btn a::after {
  top: calc(50% - -3px);
  transform: rotate(-45deg);
}
.carditem_more::before,
.carditem_more::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 1px;
  background-color: currentColor;
  content: '';
}
.carditem_more::after {
  transform: rotate(90deg);
}
.carditem_more.is_active::after {
  display: none;
}
@media screen and (max-width: 812px) {
  .hrm-btn a,
  .carditem_more {
    max-width: none;
  }
}
.hrm-cta {
  display: flex;
}
.hrm-cta_item {
  flex: 1;
  padding: 40px 30px 50px;
  text-align: center;
}
.hrm-cta_item.hrm-cta_item__report {
  background-color: #0097DE;
}
.hrm-cta_item.hrm-cta_item__brochure {
  background-color: #F69214;
}
.hrm-cta_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
.hrm-cta_ttl,
.hrm-cta_txt {
  font-weight: 500;
  color: #FFF;
}
.hrm-cta_ttl {
  margin-top: 30px;
  font-size: 32px;
}
.hrm-cta_txt{
  margin-top: 36px;
  font-size: 14px;
}
.hrm-cta_btn {
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
}
.hrm-cta_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: .25em 68px;
  border-radius: 49px;
  background-color: #FFF;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  transition: background-color .3s, color .3s;
}
.hrm-cta_btn a::before,
.hrm-cta_btn a::after {
  position: absolute;
  top: calc(50% - -2px);
  right: 30px;
  height: 1px;
  background-color: currentColor;
  content: '';
  transition: right .3s;
}
.hrm-cta_btn a::before {
  width: 18px;
  transform: translateY(-50%);
}
.hrm-cta_btn a::after {
  width: 9px;
  transform-origin: right center;
  transform: translateY(-50%) rotate(35deg);
}
.hrm-cta_item.hrm-cta_item__report .hrm-cta_btn a {
  color: #0097DE;
}
.hrm-cta_item.hrm-cta_item__brochure .hrm-cta_btn a {
  color: #F69214;
}
@media screen and (max-width: 1024px) {
  .hrm-cta_btn a {
    padding: .25em 42px;
  }
  .hrm-cta_btn a::before,
  .hrm-cta_btn a::after {
    right: 20px;
  }
}
@media screen and (max-width: 920px) {
  .hrm-cta {
    flex-direction: column;
    align-items: center;
  }
  .hrm-cta_item {
    width: 100%;
    padding: 20px 15px 25px;
  }
  .hrm-cta_ttl {
    margin-top: 15px;
    font-size: 28px;
  }
  .hrm-cta_txt {
    margin-top: 16px;
  }
  .hrm-cta_btn {
    margin-top: 16px;
    padding-right: 0;
    padding-left: 0;
  }
  .hrm-cta_btn a {
    font-size: 18px;
  }
  .hrm-cta_sp {
    display: none;
  }
}
@media (hover: hover) {
  .carditem_box:hover {
    opacity: .5;
  }
  .hrm-btn a:hover,
  .carditem_more:hover {
    border: 1px solid #8da4c5;
    background-color: #8da4c5;
    color: #fff;
  }
  .hrm-btn a:hover::before,
  .hrm-btn a:hover::after {
    right: 15px;
  }
  .hrm-cta_btn a:hover::before,
  .hrm-cta_btn a:hover::after {
    right: 20px;
  }
  .hrm-cta_item.hrm-cta_item__report .hrm-cta_btn a:hover {
    background-color: #4775B7;
    color: #FFF;
  }
  .hrm-cta_item.hrm-cta_item__brochure .hrm-cta_btn a:hover {
    background-color: #CC8221;
    color: #FFF;
  }
}
@media (hover: hover) and (max-width: 1024px) {
  .hrm-cta_btn a:hover::before,
  .hrm-cta_btn a:hover::after {
    right: 15px;
  }
}
/*DEI非表示*/
.hrm_headerNav_wrap .hrm_headerSubNav .hrm_headerSubNav_col3 .hrm_headerSubNav_body .deinone,
#footer.hrm_footer_wrap.hrm_footer_wrap__upd .flex_row #hrm_footer_menu1 .hrm_menu .deinone {
  display: none !important;
}
/*—————————————————————————————————————
// 202405 common end
—————————————————————————————————————*/
/*—————————————————————————————————————
// 202405 TOP改修 end
—————————————————————————————————————*/
/*—————————————————————————————————————
202411 footerロゴ改修 start
—————————————————————————————————————*/
@media screen and (min-width: 1150px) {
 footer#footer.hrm_footer_wrap__upd div.flex_row > ul#hrm_footer_menu1.hrm_footer_col > li {
    width: 285px;
  }
  footer#footer.hrm_footer_wrap__upd div.flex_row > ul#hrm_footer_menu1.hrm_footer_col > li:first-child {
    width: 300px;
  }
  footer#footer.hrm_footer_wrap__upd div.flex_row > ul#hrm_footer_menu2.hrm_footer_col > li {
    width: 100%;
  }
  footer#footer.hrm_footer_wrap__upd div.flex_row > ul#hrm_footer_menu2.hrm_footer_col > li {
    padding-right: 0;
  }
}
footer#footer div.flex_row > ul#hrm_footer_menu2 li.hrm_footer_img:after {
  display: none;
}
footer#footer .hrm_footer_img .hrm_footer_logo {
  width: 172px;
  margin-top: 40px;
}
.hrm_footer_img .hrm_footer_sns {
  justify-content: flex-start;
  gap: 28px !important;
}
.hrm_footer_img .hrm_footer_sns .hrm_footer_sns__x {
  width: 36px;
}
#footer2 .flex_bet.hrm_footer_inner {
  align-items: center;
}
#footer2 > .flex_bet.hrm_footer_inner ul li {
  vertical-align: baseline;
}
.hrm_footer_mark {
  width: 50px;
  margin-right: 16px;
  margin-left: auto;
}
.hrm_footer_mark img {
  height: auto;
}
.hrm_footer_mark a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1149px) {
  .hrm_footer_inner {
    position: relative;
  }
  footer#footer .hrm_footer_inner #hrm_footer_menu0 {
    margin-top: 60px !important;
  }
  footer#footer .hrm_footer_img .hrm_footer_logo {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .hrm_footer_img .hrm_footer_sns {
    justify-content: center;
    margin-top: 24px !important;
  }
  .hrm_footer_img .hrm_footer_sns>*:not(.hrm_footer_sns__x) {
    width: 40px !important;
  }
  .hrm_footer_img .hrm_footer_sns .hrm_footer_sns__x {
    width: 36px !important;
  }
  footer#footer div.flex_row > ul#hrm_footer_menu2 li.hrm_footer_img {
    padding-top: 40px;
    padding-bottom: 28px;
  }
  footer#footer div.flex_row > ul#hrm_footer_menu2 li.hrm_footer_img a {
    padding: 0 !important;
    border-bottom: 0 !important;
  }
  footer#footer div.flex_row > ul#hrm_footer_menu2 li.hrm_footer_img a::before,
  footer#footer div.flex_row > ul#hrm_footer_menu2 li.hrm_footer_img a::after {
    display: none;
  }
  .hrm_footer_mark {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .hrm_footer_mark a{
    display: block;
    width: 50px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*—————————————————————————————————————
// 202411 footerロゴ改修 end
—————————————————————————————————————*/

.hrm_aside_ldm a {
	float: none !important;
	overflow: visible;
	display: block;
	width: 100%;
	height: 174px;
	margin-bottom: 0;
}
.hrm_aside_ldm img {
	height: auto;
}
/*—————————————————————————————————————
202501 下部cta　LDMバナー追加 start
—————————————————————————————————————*/
.hrm_aside_ldm a {
	float: none !important;
	overflow: visible;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.hrm_aside_ldm img {
  position: relative;
	height: auto;
}
.hrm_aside_ldm a::before,
.hrm_aside_ldm a::after {
  display: none;
}
@media screen and (max-width: 812px) {
  .hrm_aside_ldm {
    max-width: 400px;
    margin: 0 auto;
  }
}
/*—————————————————————————————————————
// 202501 下部cta　LDMバナー追加 end
—————————————————————————————————————*/
/*—————————————————————————————————————
202503 header ga4 pram start
—————————————————————————————————————*/
.ga4-menu-logo *,
.ga4-menu-serv *,
#ga4-menu-about span,
#ga4-menu-serv span,
#ga4-menu-case span,
#ga4-menu-ct span,
#ga4-menu-seminar span,
#ga4-menu-column span {
  pointer-events: none;
}
/*—————————————————————————————————————
// 202503 header ga4 pram end
—————————————————————————————————————*/