@charset "UTF-8";
/* opacity */
/* inline-block */
/* transition */
:root {
  --screen-height:100vh;
}

@media screen and (max-width: 812px) {
  .dep_all_nav ul {
    margin-bottom: 20px;
  }
}
.dep_all_nav ul li {
  font-size: 14px;
  width: 16%;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .dep_all_nav ul li {
    font-size: 12px;
    width: 49%;
  }
}
.dep_all_nav ul li a {
  display: block;
  text-align: center;
  padding: 25px 0;
  color: #000;
  position: relative;
}
.dep_all_nav ul li a:after {
  content: '';
  height: 0;
  width: 1px;
  top: 70%;
  left: 50%;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 812px) {
  .dep_all_nav ul li a:after {
    content: none;
  }
}
.dep_all_nav ul li a.current:after, .dep_all_nav ul li a.parent:after {
  height: 35px;
}
@media screen and (max-width: 812px) {
  .dep_all_nav ul li a {
    padding: 13px 8px;
    border-bottom: 1px dotted #ccc;
    text-align: left;
  }
}
.dep_all_nav ul li.all_nav_tsukyo a:hover {
  color: #66baba;
}
.dep_all_nav ul li.all_nav_tsukyo a.current, .dep_all_nav ul li.all_nav_tsukyo a.parent {
  color: #66baba;
}
.dep_all_nav ul li.all_nav_tsukyo a.current:after, .dep_all_nav ul li.all_nav_tsukyo a.parent:after {
  background: #66baba;
}
.dep_all_nav ul li.all_nav_bizcall a:hover {
  color: #c1224d;
}
.dep_all_nav ul li.all_nav_bizcall a.current, .dep_all_nav ul li.all_nav_bizcall a.parent {
  color: #c1224d;
}
.dep_all_nav ul li.all_nav_bizcall a.current:after, .dep_all_nav ul li.all_nav_bizcall a.parent:after {
  background: #c1224d;
}
.dep_all_nav ul li.all_nav_training a:hover {
  color: #9ed116;
}
.dep_all_nav ul li.all_nav_training a.current, .dep_all_nav ul li.all_nav_training a.parent {
  color: #9ed116;
}
.dep_all_nav ul li.all_nav_training a.current:after, .dep_all_nav ul li.all_nav_training a.parent:after {
  background: #9ed116;
}
.dep_all_nav ul li.all_nav_elearning_lib a:hover {
  color: #2266af;
}
.dep_all_nav ul li.all_nav_elearning_lib a.current, .dep_all_nav ul li.all_nav_elearning_lib a.parent {
  color: #2266af;
}
.dep_all_nav ul li.all_nav_elearning_lib a.current:after, .dep_all_nav ul li.all_nav_elearning_lib a.parent:after {
  background: #2266af;
}
.dep_all_nav ul li.all_nav_assess a:hover {
  color: #c981b5;
}
.dep_all_nav ul li.all_nav_assess a.current, .dep_all_nav ul li.all_nav_assess a.parent {
  color: #c981b5;
}
.dep_all_nav ul li.all_nav_assess a.current:after, .dep_all_nav ul li.all_nav_assess a.parent:after {
  background: #c981b5;
}

.index_dep_article .section {
  margin-bottom: 110px;
}
.index_dep_article section#block1,
.index_dep_article section#block2,
.index_dep_article section#block3,
.index_dep_article section#block4,
.index_dep_article section#block5,
  .index_dep_article section#index_co_entry {
  padding-top: 250px;
  margin-top: -250px;
}

@media screen and (max-width: 812px) {
  .index_dep_article .section {
    margin-bottom: 65px;
  }
  .index_dep_article section#block1,
  .index_dep_article section#block2,
  .index_dep_article section#block3,
  .index_dep_article section#block4,
  .index_dep_article section#block5,
  .index_dep_article section#index_co_entry  {
    padding-top: 240px;
    margin-top: -240px;
  }
}
.index_dep_article .section #block1 {
  position: relative;
  z-index: 1000;
}

/* common slider */
section#index_pickup {
  margin-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 812px) {
  section#index_pickup {
    margin-top: 10.6666666667vw;
    padding-bottom: 12vw;
  }
}
section#index_pickup .carousel-box {
  margin-top: 40px;
}
@media screen and (max-width: 812px) {
  section#index_pickup .carousel-box {
    margin-top: 5.3333333333vw;
  }
}
section#index_pickup .carousel-box #js-slide__nav__inner {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 812px) {
  section#index_pickup .carousel-box #js-slide__nav__inner {
    margin-top: 5.3333333333vw;
  }
}
section#index_pickup .carousel-box #js-slide__nav__inner ul.carousel-navi-area > li button {
  cursor: pointer;
}
section#index_pickup .carousel-box #js-slide__nav__inner .carousel-prev-button {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("../images/pickup-prev-arrow.png");
  background-size: 27px 6px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 27px;
  height: 6px;
  display: block;
  position: relative;
  background-color: transparent;
  margin-top: 2px;
  margin-right: 10px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 812px) {
  section#index_pickup .carousel-box #js-slide__nav__inner .carousel-prev-button {
    background-image: url("../images/pickup-prev-arrow.png");
    background-size: 7.2vw 1.6vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 7.2vw;
    height: 1.6vw;
    display: block;
    position: relative;
  }
}
section#index_pickup .carousel-box #js-slide__nav__inner .carousel-next-button {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("../images/pickup-next-arrow.png");
  background-size: 27px 6px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 27px;
  height: 6px;
  display: block;
  position: relative;
  background-color: transparent;
  margin-top: 2px;
  margin-left: 10px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 812px) {
  section#index_pickup .carousel-box #js-slide__nav__inner .carousel-next-button {
    background-image: url("../images/pickup-next-arrow.png");
    background-size: 7.2vw 1.6vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 7.2vw;
    height: 1.6vw;
    display: block;
    position: relative;
  }
}
section#index_pickup .carousel-box #js-slide__nav__inner ul {
  display: flex;
}
section#index_pickup .carousel-box #js-slide__nav__inner ul li:nth-child(n+2) {
  margin-left: 15px;
}
section#index_pickup .carousel-box #js-slide__nav__inner ul li button {
  display: block;
  background-color: #cccccc;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
@media screen and (max-width: 812px) {
  section#index_pickup .carousel-box #js-slide__nav__inner ul li button {
    width: 4vw;
    height: 4vw;
  }
}
section#index_pickup .carousel-box #js-slide__nav__inner ul li button.active {
  background-color: #000000;
}
section#index_pickup .carousel-box .carousel-slides div.slick-slide {
  position: relative;
  width: 640px;
  height: 300px;
  margin-right: 25px;
  margin-left: 25px;
  background-color: #fff;
}
@media screen and (max-width: 812px) {
  section#index_pickup .carousel-box .carousel-slides div.slick-slide {
    width: 86.6666666667vw;
    height: auto;
  }
}
section#index_pickup .carousel-box .carousel-slides div.slick-slide a {
  position: relative;
  display: flex;
  text-decoration: none;
  color: #000;
  height: 100%;
  transition: opacity .3s;
}
section#index_pickup .carousel-box .carousel-slides div.slick-slide a:hover {
  opacity: .65;
}
section#index_pickup .carousel-box .carousel-slides div.slick-slide a:hover .info .more {
  right: 15px;
}
@media screen and (max-width: 812px) {
  section#index_pickup .carousel-box .carousel-slides div.slick-slide a {
    flex-direction: column;
  }
}
section#index_pickup .carousel-box .carousel-slides div.slick-slide a .figure {
  flex-shrink: 0;
  width: 100%;
}
@media screen and (max-width: 812px) {
  section#index_pickup .carousel-box .carousel-slides div.slick-slide a .figure {
    width: 86.6666666667vw;
  }
}

/* title */
.index_copy {
  font-size: 21px;
  text-align: center;
  border: none;
  margin-bottom: 70px;
  padding-left: 0;
  line-height: 1.8;
  font-weight: normal;
}
@media screen and (max-width: 812px) {
  .index_copy {
    font-size: 4.2666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}

/* parts */
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0 .index_nav_box {
    margin-left: -2%;
    width: 106%;
  }
}
.index_nav_box_wrap0 .index_nav_box li {
  border: 2px solid #66baba;
  width: 160px;
  text-align: center;
  box-shadow: 4px 4px 0 #cdcdcd;
  margin: 0 10px 20px;
  -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;
}
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0 .index_nav_box li {
    width: 47.5%;
    margin: 0 2.5% 12px 0;
    box-shadow: 2px 3px 0 #cdcdcd;
  }
}
.index_nav_box_wrap0 .index_nav_box li p {
  display: table;
  min-height: 90px;
  width: 92%;
  margin: 0 auto;
  line-height: 1.4;
}
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0 .index_nav_box li p {
    min-height: 50px;
    width: 100%;
  }
}
.index_nav_box_wrap0 .index_nav_box li span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0 .index_nav_box li span {
    font-size: 14px;
  }
}
.index_nav_box_wrap0 .index_nav_box li a {
  color: #000;
}
.index_nav_box_wrap0 .index_nav_box li figure {
  background: #66baba;
  margin: 0;
  padding: 0.5em 2em;
}
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0 .index_nav_box li figure {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .index_nav_box_wrap0.nav_fix li.nav_lh {
    position: relative;
  }
  .index_nav_box_wrap0.nav_fix li.nav_lh span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    display: inline-block;
  }
}


#bizcall_index_article .index_nav_box_wrap0 .index_nav_box li figure {
  background: #c1224d;
}
#training_index_article .index_nav_box_wrap0 .index_nav_box li figure {
  background: #9ed116;
}
#elearning_lib_index_article .index_nav_box_wrap0 .index_nav_box li figure {
  background: #2266af;
}
#assess_index_article .index_nav_box_wrap0 .index_nav_box li figure {
  background: #c981b5;
}
.index_nav_box_wrap0 .index_nav_box li:hover {
  box-shadow: none;
  opacity: 0.7;
}
#bizcall_index_article .index_nav_box_wrap0 .index_nav_box li {
  border-color: #c1224d;
}
#training_index_article .index_nav_box_wrap0 .index_nav_box li {
  border-color: #9ed116;
}
#elearning_lib_index_article .index_nav_box_wrap0 .index_nav_box li {
  border-color: #2266af;
}
#assess_index_article .index_nav_box_wrap0 .index_nav_box li {
  border-color: #c981b5;
}
#tsukyo_index_article .index_nav_box_wrap0 .index_nav_box li {
  border-color: #66baba;
}
.index_nav_box_wrap0 .index_nav_box.pt2 figure {
  background: none !important;
}
.index_nav_box_wrap0 .index_nav_box.pt2 p {
  border-top: 2px solid #66baba;
}
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0 .index_nav_box.pt2 p {
    border: none;
  }
}
#bizcall_index_article .index_nav_box_wrap0 .index_nav_box.pt2 p {
  border-color: #c1224d;
}
#training_index_article .index_nav_box_wrap0 .index_nav_box.pt2 p {
  border-color: #9ed116;
}
#elearning_lib_index_article .index_nav_box_wrap0 .index_nav_box.pt2 p {
  border-color: #2266af;
}
#assess_index_article .index_nav_box_wrap0 .index_nav_box.pt2 p {
  border-color: #c981b5;
}
#tsukyo_index_article .index_nav_box_wrap0 .index_nav_box.pt2 p {
  border-color: #66baba;
}
.index_nav_box_wrap0.nav_fix {
  height: 300px;
}
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0.nav_fix {
    height: 200px;
  }
}
.index_nav_box_wrap0.nav_fix .index_nav_box_wrap {
  position: fixed;
/*  top: 65px;*/
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 14;
  background: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 1249px) {
  .index_nav_box_wrap0.nav_fix .index_nav_box_wrap {
    top: 88px;
  }
}
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0.nav_fix .index_nav_box_wrap {
/*   top: max(11.73vw,44px);*/
    top: 70px;
  }
}
.index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box {
    width: 100%;
  }
}
.index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box li {
  text-align: left;
  width: 230px;
  margin: 0 5px 10px;
}
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box li {
    width: 45%;
    text-align: center;
  }
}
.index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box li a {
  display: block;
  text-align: left;
  letter-spacing: -.40em;
}
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box li a {
    text-align: center;
  }
}
.index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box li a figure {
  display: inline-block;
  vertical-align: middle;
  width: 26%;
  padding: 0.3em;
}
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box li a figure {
    display: none;
  }
}
.index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box li a p {
  display: inline-block;
  vertical-align: middle;
  min-height: 0;
  width: 72%;
  padding: 6px 0 6px 2%;
  letter-spacing: normal;
  line-height: 1;
}
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box li a p {
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
  }
}
.index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box li a p span {
  font-size: 14px;
  display: inline;
}
.index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box li a p span .pc_block_i {
  display: none !important;
}
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box li a p span {
    font-size: 13px;
  }
}
.index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box.pt2 p {
  border-top: none;
  border-left-width: 2px;
  border-left-style: solid;
}
@media screen and (max-width: 812px) {
  .index_nav_box_wrap0.nav_fix .index_nav_box_wrap .index_nav_box.pt2 p {
    border: none;
  }
}

.index_movie_block p {
  text-align: center;
}
@media screen and (max-width: 812px) {
  .index_movie_block p {
    text-align: left;
  }
}
.index_movie_block .movie_box {
  width: 500px;
  margin: 30px auto;
}
@media screen and (max-width: 812px) {
  .index_movie_block .movie_box {
    width: 100%;
    margin: 5.3333333333vw auto;
  }
}
.index_movie_block .movie_box .movie_box_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.index_movie_block .movie_box .movie_box_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.arrow_link {
  text-align: center;
  display: inline-block;
  font-size: 21px;
}
.arrow_link a {
  position: relative;
  color: #000;
  display: block;
  padding: 0 50px 5px;
  border-bottom: 1px solid #000;
}
.arrow_link a:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 27px;
  background: #000;
  height: 1px;
  content: '';
}
.arrow_link a:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 7px;
  background: #000;
  height: 1px;
  content: '';
  transform: rotate(45deg);
}
.arrow_link a:hover {
  color: #8da4c5;
  border-bottom: 1px solid #8da4c5;
}
.arrow_link a:hover:before, .arrow_link a:hover:after {
  background: #8da4c5;
}
.arrow_link + .arrow_link {
  margin-left: 20px;
}
@media screen and (max-width: 812px) {
  .arrow_link + .arrow_link {
    margin-left: 0;
    margin-top: 30px;
  }
}

.index_course_box {
  margin: 45px 0;
}

.index_course_list .border_corner_box {
  width: 32%;
  margin-bottom: 20px;
  margin-left: 1.6%;
}
.index_course_list .border_corner_box:nth-child(3n + 1) {
  margin-left: 0;
}
.border_corner_box__grid4 .border_corner_box {
  width: 23.5999%;
}

.border_corner_box__grid4.index_course_list .border_corner_box:nth-child(3n + 1) {
  margin-left: 1.6%;
}

.border_corner_box__grid4.index_course_list .border_corner_box:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 812px) {
  .index_course_list.index_course_list__sp .border_corner_box {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 5.3333333333vw !important;
    margin-left: 0 !important;
  }  
}

.index_course_list.index_course_list__simple .border_corner_box {
  min-height: 64px;
}

.index_course_list.index_course_list__simple .border_corner_box > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.index_course_list.index_course_list__simple .border_corner_box > div > div {
  padding-top: 0;
  padding-bottom: 0;
}

.index_course_list.index_course_list__simple .border_corner_box > div > div h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.index_course_list.index_course_list__simple .border_corner_box > div > div h2 span {
  display: block;
  font-size: max(75%, 12px);
}

.hrm_bnr {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.hrm_bnr img {
  width: 100%;
  transition: opacity 0.15s ease-out;
}

.hrm_bnr+.hrm_bnr {
  margin-top: 16px;
}

@media screen and (max-width: 812px) {
  .hrm_bnr {
    max-width: none;
  }
  .hrm_bnr+.hrm_bnr {
    margin-top: 5.3333333333vw;
  }
}

@media (hover: hover) {
  .hrm_bnr a:hover img {
    opacity: 0.5;
  }
}
.index_course_list .border_corner_box a {
  -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;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
  opacity: 0;
}
.index_course_list .border_corner_box a:hover {
  opacity: 0.5;
}
.index_course_list .border_corner_box > div figure {
  margin: 0;
  padding: 0;
}
.index_course_list .border_corner_box > div > div {
  padding: 12px 15px 30px;
}
@media screen and (max-width: 812px) {
  .index_course_list .border_corner_box > div > div {
    padding-bottom: 60px;
  }
}
.index_course_list .border_corner_box > div > div h2 {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 812px) {
  .index_course_list .border_corner_box > div > div h2 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.index_course_list .border_corner_box > div > div p {
  font-size: 14px;
  margin-bottom: 50px;
}
@media screen and (max-width: 812px) {
  .index_course_list .border_corner_box > div > div p {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.index_course_list .border_corner_box > div .goto_detail {
  position: absolute;
  bottom: 15px;
  left: 5%;
  width: 90%;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 4px;
  text-align: center;
  margin-bottom: 0;
}
.index_course_list .border_corner_box > div .goto_detail span {
  position: relative;
  display: inline-block;
  width: 100%;
}
.index_course_list .border_corner_box > div .goto_detail span:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  top: calc(50% - 2px);
  right: 10px;
}
.index_course_list .border_corner_box > div .goto_detail span:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
  top: calc(50% + 3px);
  right: 10px;
}
@media screen and (max-width: 812px) {
  .index_course_list .border_corner_box {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.index_course_list.pt2 .border_corner_box > div .goto_detail {
  background: #2266af;
  border: none;
  color: #fff;
}
.index_course_list.pt2 .border_corner_box > div .goto_detail span:before, .index_course_list.pt2 .border_corner_box > div .goto_detail span:after {
  background: #fff;
}

.index_course_list2 h3 {
  font-size: 16px;
  text-align: center;
  padding-top: 250px;
  margin-top: -250px;
  margin-bottom: 20px;
}
.index_course_list2 h3 span {
  width: 100%;
  background: #ecf6d0;
  padding: 8px 0;
  display: block;
}

.index_course_list2 ul {
  margin-bottom: 55px;
}
.index_course_list2 ul li {
  width: 32.2%;
  margin-left: 1.5%;
  margin-bottom: 1.5%;
}
.index_course_list2 ul li:nth-child(3n+1) {
  margin-left: 0;
}
.index_course_list2 ul li a {
  border: 1px solid #000;
  display: block;
  color: #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;
  position: relative;
}
@media screen and (max-width: 812px) {
  .index_course_list2 ul li a {
    height: 100%;
  }
  .index_course_list2 h3 {
    padding-top: 240px;
    margin-top: -240px;
  }
}
.index_course_list2 ul li a:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  top: calc(50% - 2px);
  right: 15px;
  -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;
}
@media screen and (max-width: 812px) {
  .index_course_list2 ul li a:before {
    content: none;
  }
}
.index_course_list2 ul li a:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
  top: calc(50% + 2px);
  right: 15px;
  -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;
}
@media screen and (max-width: 812px) {
  .index_course_list2 ul li a:after {
    content: none;
  }
}
.index_course_list2 ul li a div figure {
  width: 120px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 812px) {
  .index_course_list2 ul li a div figure {
    width: 100%;
  }
}
.index_course_list2 ul li a div span {
  font-size: 14px;
  padding-left: 13px;
}
@media screen and (max-width: 812px) {
  .index_course_list2 ul li a div span {
    padding: 10px 5px;
  }
}
.index_course_list2 ul li a:hover {
  opacity: 0.7;
}
.index_course_list2 ul li a:hover:before, .index_course_list2 ul li a:hover:after {
  right: 10px;
}

.index_target_box > div {
  width: 49%;
  border: 1px solid #000;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 812px) {
  .index_target_box > div {
    width: 100%;
  }
}
.index_target_box > div h3 {
  color: #fff;
  font-weight: 400;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 21px;
}
@media screen and (max-width: 812px) {
  .index_target_box > div h3 {
    font-size: 4.2666666667vw;
  }
}
.index_target_box > div h3 img {
  margin-right: 10px;
}
@media screen and (max-width: 812px) {
  .index_target_box > div ul {
    padding: 0 3%;
  }
}
@media screen and (max-width: 812px) {
  .index_target_box > div.target_l {
    margin-bottom: 30px;
  }
}
.index_target_box > div.target_l h3 {
  background: #2266af;
}
.index_target_box > div.target_r h3 {
  background: #079ee3;
}

#index_news {
  position: relative;
}
#index_news .news-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
#index_news .news-inner::before {
  content: "";
  background-image: url("../images/news-rect-parts.png");
  background-size: 1000px 10px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 10px;
  display: block;
  position: relative;
}
@media screen and (max-width: 812px) {
  #index_news .news-inner::before {
    background-image: url("../images/news-rect-parts-sp.png");
    background-size: 86.6666666667vw 2.6666666667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 2.6666666667vw;
    display: block;
    position: relative;
  }
}
#index_news .news-inner::after {
  content: "";
  background-image: url("../images/news-rect-parts.png");
  background-size: 1000px 10px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 10px;
  display: block;
  position: relative;
  transform: rotate(180deg);
}
@media screen and (max-width: 812px) {
  #index_news .news-inner::after {
    background-image: url("../images/news-rect-parts-sp.png");
    background-size: 86.6666666667vw 2.6666666667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 2.6666666667vw;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 812px) {
  #index_news .news-inner {
    width: 86.6666666667vw;
  }
}
#index_news .news-inner ul {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media screen and (max-width: 812px) {
  #index_news .news-inner ul {
    width: 78.6666666667vw;
    padding: 25px 0;
  }
}
#index_news .news-inner ul li:nth-child(n+2) {
  margin-top: 29px;
}
#index_news .news-inner ul li a {
  color: #000;
  display: flex;
  transition: color .3s;
}
#index_news .news-inner ul li a:hover {
  color: #8da4c5;
}
@media screen and (max-width: 812px) {
  #index_news .news-inner ul li a {
    flex-wrap: wrap;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
  }
}
#index_news .news-inner ul li a .date {
  flex-shrink: 0;
  font-size: 16px;
  width: 105px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 812px) {
  #index_news .news-inner ul li a .date {
    font-size: 2.8vw;
    border-right: none;
    width: auto;
  }
}
#index_news .news-inner ul li a .category {
  flex-shrink: 0;
  width: 110px;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #000;
}
@media screen and (max-width: 812px) {
  #index_news .news-inner ul li a .category {
    font-size: 2.8vw;
    border-right: none;
    text-align: left;
    width: auto;
    margin-left: 3vw;
  }
}
#index_news .news-inner ul li a .category.strong {
  font-weight: bold;
}
#index_news .news-inner ul li a .title {
  font-size: 16px;
  padding-left: 20px;
}
@media screen and (min-width: 813px) {
  #index_news .news-inner ul li a .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 812px) {
  #index_news .news-inner ul li a .title {
    width: 100%;
    font-size: 3.7333333333vw;
    padding-left: 0;
    margin-top: 1vw;
  }
}
#index_news a.more-button {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("../images/pickup-more.png");
  background-size: 70px 11.5px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 70px;
  height: 11.5px;
  display: block;
  position: relative;
  background-position: center;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  transition: transform .3s, opacity .3s;
}
#index_news a.more-button:hover {
  opacity: .65;
  transform: translateX(5px);
}
@media screen and (max-width: 812px) {
  #index_news a.more-button {
    background-image: url("../images/pickup-more.png");
    background-size: 18.6666666667vw 3.0666666667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 18.6666666667vw;
    height: 3.0666666667vw;
    display: block;
    position: relative;
    background-position: center;
    padding: 10.6666666667vw 8vw;
  }
}

#index_co_entry .flex_bet figure {
  width: 197px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 812px) {
  #index_co_entry .flex_bet figure {
    width: 50%;
    margin: 0 auto 15px;
  }
}
#index_co_entry .flex_bet > div {
  width: 475px;
}
@media screen and (max-width: 812px) {
  #index_co_entry .flex_bet > div {
    width: 100%;
  }
}
#index_co_entry .common_bt3 {
  margin: 30px 15px 75px;
}
@media screen and (max-width: 812px) {
  #index_co_entry .common_bt3 {
    margin: 10px 0;
  }
}

.index_request_block {
  padding: 60px 0 60px;
  background: #f3fbfe;
  background: -moz-linear-gradient(0deg, #f3fbfe 0%, #f2f9f4 100%);
  background: -webkit-linear-gradient(0deg, #f3fbfe 0%, #f2f9f4 100%);
  background: linear-gradient(0deg, #f3fbfe 0%, #f2f9f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3fbfe",endColorstr="#f2f9f4",GradientType=1);
}
@media screen and (max-width: 812px) {
  .index_request_block {
    padding: 50px 0 30px;
  }
}
.index_request_block .common_bt3 {
  margin: 0 15px;
}
@media screen and (max-width: 812px) {
  .index_request_block .common_bt3 {
    margin: 0 0 20px;
  }
}

.index_a_list {
  margin: 30px auto 0;
  width: 500px;
}
@media screen and (max-width: 812px) {
  .index_a_list {
    width: 100%;
  }
}
.index_a_list li {
  margin-bottom: 10px;
}
.index_a_list li a {
  color: #079ee3;
  text-decoration: underline;
  font-size: 16px;
}
@media screen and (max-width: 812px) {
  .index_a_list li a {
    font-size: 14px;
  }
}
.index_a_list li a:hover {
  color: #8da4c5;
}
@media screen and (max-width: 812px) {
  .index_a_list li {
    margin-bottom: 15px;
  }
}
.index_a_list.w2 {
  width: 180px;
  margin: 30px auto 0;
}
@media screen and (max-width: 812px) {
  .index_a_list.w2 {
    width: 100%;
  }
}

.case_result_list_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 812px) {
  .case_result_list_wrap {
    margin-bottom: 9.3333333333vw;
  }
}

.case_result_list .border_corner_box {
  width: 32.4%;
  margin-bottom: 20px;
  margin-left: 1.3%;
}
.case_result_list .border_corner_box:nth-child(3n + 1) {
  margin-left: 0;
}
.case_result_list .border_corner_box a {
  -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;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
  opacity: 0;
}
.case_result_list .border_corner_box a:hover {
  opacity: 0.5;
}
.case_result_list .border_corner_box > div figure {
  margin: 0;
  padding: 0;
}
.case_result_list .border_corner_box > div > div {
  padding: 12px 15px 30px;
}
.case_result_list .border_corner_box > div > div p.cat_name {
  font-size: 12px;
  background: url("/assets/images/hrm/case/ico-case.jpg") 0 0 no-repeat;
  background-size: 55px;
  padding-left: 55px;
  margin-bottom: 7px;
  word-break: break-all;
  min-height: 20px;
}
@media screen and (max-width: 812px) {
  .case_result_list .border_corner_box > div > div p.cat_name {
    font-size: 14px;
  }
}
.case_result_list .border_corner_box > div > div p.cat_name.rel_ico1 {
  background: none;
  padding-left: 0;
  min-height: 0;
}
.case_result_list .border_corner_box > div > div p.cat_name.rel_ico2 {
  background: url("/assets/images/hrm/common_new/ico-rel2.jpg") 0 0 no-repeat;
  background-size: 55px;
}
.case_result_list .border_corner_box > div > div p.cat_name.rel_ico3 {
  background: url("/assets/images/hrm/common_new/ico-rel3.jpg") 0 0 no-repeat;
  background-size: 55px;
}
.case_result_list .border_corner_box > div > div p.cat_name.rel_ico4 {
  background: url("/assets/images/hrm/common_new/ico-rel4.jpg") 0 0 no-repeat;
  background-size: 55px;
}
.case_result_list .border_corner_box > div > div h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 812px) {
  .case_result_list .border_corner_box > div > div h2 {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.case_result_list .border_corner_box > div > div p {
  font-size: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 812px) {
  .case_result_list .border_corner_box > div > div p {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .case_result_list .border_corner_box {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}

.seminar_result_list_wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 812px) {
  .seminar_result_list_wrap {
    margin-bottom: 9.3333333333vw;
  }
}

.seminar_result_list .border_corner_box {
  width: 49%;
  margin-bottom: 20px;
  margin: 0 0.5%;
}
.seminar_result_list .border_corner_box a {
  -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;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent;
  opacity: 1;
}
.seminar_result_list .border_corner_box a:hover {
  opacity: 0.5;
  background: #fff;
}
.seminar_result_list .border_corner_box a.hrm_seminar-card--new:after {
  top: 2px;
  right: 2px;
}
.seminar_result_list .border_corner_box > div {
  padding: 15px 10px;
}
.seminar_result_list .border_corner_box > div h3 {
  font-size: 16px;
  border-bottom: 1px solid #000;
  background: url("/assets/images/hrm/seminar/ico-seminar.jpg") 0 3px no-repeat;
  background-size: 55px;
  padding-left: 65px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  word-break: break-all;
}
@media screen and (max-width: 812px) {
  .seminar_result_list .border_corner_box > div h3 {
    font-size: 14px;
    background: url("/assets/images/hrm/seminar/ico-seminar.jpg") 0 0 no-repeat;
    background-size: 55px;
  }
}
.seminar_result_list .border_corner_box > div dl dt {
  word-break: break-all;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 812px) {
  .seminar_result_list .border_corner_box > div dl dt {
    font-size: 4.8vw;
  }
}
.seminar_result_list .border_corner_box > div dl dt span {
  color: #079ee3;
}
@media screen and (max-width: 812px) {
  .seminar_result_list .border_corner_box > div dl dt span {
    display: block;
  }
}
.seminar_result_list .border_corner_box > div dl dd {
  color: #333;
  font-size: 18px;
  padding: 7px 5px 35px;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  .seminar_result_list .border_corner_box > div dl dd {
    padding-bottom: 12vw;
    font-size: 4.8vw;
  }
}
.seminar_result_list .border_corner_box > div ul.seminar_cat_tag {
  position: absolute;
  bottom: 25px;
  left: 15px;
  margin: 0;
  letter-spacing: -.40em;
}
@media screen and (max-width: 812px) {
  .seminar_result_list .border_corner_box > div ul.seminar_cat_tag {
    bottom: 10px;
  }
}
.seminar_result_list .border_corner_box > div ul.seminar_cat_tag li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 12px;
  margin-right: 12px;
}
.seminar_result_list .border_corner_box > div ul.seminar_cat_tag li img {
  display: inlilne-block;
  margin-bottom: 2px;
  margin-right: 3px;
}
@media screen and (max-width: 812px) {
  .seminar_result_list .border_corner_box {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}

.other_way_block dl {
  border: 1px solid #000;
  padding: 20px;
}
@media screen and (max-width: 812px) {
  .other_way_block dl {
    padding: 15px;
  }
}
.other_way_block dl dt {
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.other_way_block dl dt:before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #000;
  top: 18px;
  right: 15px;
  content: '';
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 812px) {
  .other_way_block dl dt:before {
    top: 11px;
    right: 3px;
  }
}
.other_way_block dl dt:after {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #000;
  top: 18px;
  right: 15px;
  content: '';
  transform: rotate(90deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 812px) {
  .other_way_block dl dt:after {
    top: 11px;
    right: 3px;
  }
}
.other_way_block dl dt.open:before {
  transform: rotate(180deg);
}
.other_way_block dl dt.open:after {
  transform: rotate(-180deg);
}
@media screen and (max-width: 812px) {
  .other_way_block dl dt {
    font-size: 4.2666666667vw;
  }
}
.other_way_block dl dd {
  font-size: 14px;
  display: none;
}
.other_way_block dl dd ul {
  padding-top: 25px;
}
@media screen and (max-width: 812px) {
  .other_way_block dl dd ul {
    padding-top: 15px;
  }
}
.other_way_block dl dd ul li {
  border-right: 1px solid #000;
  text-align: center;
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  .other_way_block dl dd ul li {
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #000;
  }
}
.other_way_block dl dd ul li:last-child {
  border: none;
}
.other_way_block dl dd ul li a {
  color: #000;
  display: block;
  text-align: center;
  position: relative;
  padding: 10px;
}
@media screen and (max-width: 812px) {
  .other_way_block dl dd ul li a {
    text-align: left;
  }
}
.other_way_block dl dd ul li a:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  top: calc(50% - 2px);
  right: 15px;
  -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;
}
.other_way_block dl dd ul li a:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
  top: calc(50% + 2px);
  right: 15px;
  -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;
}
.other_way_block dl dd ul li a:hover {
  color: #8da4c5;
}
.other_way_block dl dd ul li a:hover:before, .other_way_block dl dd ul li a:hover:after {
  background: #8da4c5;
  right: 12px;
}

.index_dep_sns_box {
  margin-top: 50px;
  text-align: right;
  letter-spacing: -.40em;
}
@media screen and (max-width: 812px) {
  .index_dep_sns_box {
    text-align: center;
  }
}
.index_dep_sns_box > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
@media screen and (max-width: 812px) {
  .index_dep_sns_box > div {
    margin: 0 6px;
  }
}
.index_dep_sns_box > div.index_dep_tw_box {
  padding-top: 10px;
}
@media screen and (max-width: 812px) {
  .index_dep_sns_box > div.index_dep_tw_box {
    padding-top: 3px;
  }
}

.ranking_list .border_corner_box {
  width: 32.4%;
  margin-bottom: 20px;
  margin-left: 1.3%;
}
.ranking_list .border_corner_box:nth-child(3n + 1) {
  margin-left: 0;
}
.ranking_list .border_corner_box a {
  -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;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
  opacity: 0;
}
.ranking_list .border_corner_box a:hover {
  opacity: 0.5;
}
.ranking_list .border_corner_box .ranking-icon {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 80px;
}
.ranking_list .border_corner_box > div figure {
  margin: 0;
  padding: 0;
}
.ranking_list .border_corner_box > div > div {
  padding: 12px 15px 60px;
}
.ranking_list .border_corner_box > div > div h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 812px) {
  .ranking_list .border_corner_box > div > div h2 {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .ranking_list .border_corner_box {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.ranking_list.pt2 .border_corner_box .ranking-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 55px;
}
.ranking_list.pt2 .border_corner_box > div > div {
  padding: 20px 10px;
}
.ranking_list.pt2 .border_corner_box > div > div h2 {
  text-align: center;
}

/* assess */
.assess_kaisetsu {
  margin-top: 30px;
}
@media screen and (max-width: 812px) {
  .assess_kaisetsu {
    margin-top: 6.6666666667vw;
  }
}
.assess_kaisetsu li {
  width: 31%;
  border: 2px solid #c981b5;
  border-top: 4px solid #c981b5;
  text-align: center;
  margin: 0 1% 2%;
  display: flex;
  align-items: center;
  -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;
}
@media screen and (max-width: 812px) {
  .assess_kaisetsu li {
    width: 100%;
    margin: 0 0 5%;
  }
}
.assess_kaisetsu li a {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #000;
  padding: 15px 5px;
  position: relative;
}
@media screen and (max-width: 812px) {
  .assess_kaisetsu li a {
    font-size: 3.7333333333vw;
    padding: 4vw 1.3333333333vw;
  }
}
.assess_kaisetsu li a:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  top: calc(50% - 2px);
  right: 10px;
  -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;
}
.assess_kaisetsu li a:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
  top: calc(50% + 2px);
  right: 10px;
  -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;
}
.assess_kaisetsu li a:hover:before, .assess_kaisetsu li a:hover:after {
  right: 5px;
}
.assess_kaisetsu li:hover {
  background: #f4e6f0;
}

.hrm_mdl-ttl-03 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 35px;
}
.hrm_mdl-ttl-03.movie-ttl {
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-ttl-03 {
    font-size: 5.6vw;
    margin-bottom: 9.3333333333vw;
  }
}

.hrm_mdl-tool-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 58px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-list {
    margin-top: 10.9333333333vw;
  }
}
.hrm_mdl-tool-list > li {
  width: 310px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-right: 15px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-list > li {
    width: 100%;
    font-size: 3.2vw;
    font-weight: 400;
    margin-right: 0;
    margin-bottom: 9.0666666667vw;
  }
}
.hrm_mdl-tool-list > li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-list > li:last-of-type {
    margin-bottom: 0;
  }
}
.hrm_mdl-tool-list-info {
  margin-top: 10px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-list-info {
    margin-top: 3.4666666667vw;
  }
}
.hrm_mdl-tool-list-info p {
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-list-info ul {
    margin-top: 1.7333333333vw;
  }
}
.hrm_mdl-tool-list .tool-btn {
  display: block;
  width: 100%;
  height: 100px;
  background-color: #f4e6f0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  position: relative;
  transition: opacity .3s;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-list .tool-btn {
    height: 24vw;
    font-size: 4.8vw;
  }
}
.hrm_mdl-tool-list .tool-btn:hover {
  opacity: .65;
}
.hrm_mdl-tool-list .tool-btn::before, .hrm_mdl-tool-list .tool-btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 94%;
  background-color: #000;
  position: absolute;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-list .tool-btn::before, .hrm_mdl-tool-list .tool-btn::after {
    width: 0.2666666667vw;
  }
}
.hrm_mdl-tool-list .tool-btn::before {
  top: 0;
  left: 0;
}
.hrm_mdl-tool-list .tool-btn::after {
  bottom: 0;
  right: 0;
}
.hrm_mdl-tool-list .tool-btn-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-list .tool-btn-inner {
    padding: 0 7.3333333333vw;
  }
}
.hrm_mdl-tool-list .tool-btn-inner::before, .hrm_mdl-tool-list .tool-btn-inner::after {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  background-color: #000;
  position: absolute;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-list .tool-btn-inner::before, .hrm_mdl-tool-list .tool-btn-inner::after {
    height: 0.2666666667vw;
  }
}
.hrm_mdl-tool-list .tool-btn-inner::before {
  top: 0;
  right: 0;
}
.hrm_mdl-tool-list .tool-btn-inner::after {
  bottom: 0;
  left: 0;
}
.hrm_mdl-tool-list .tool-btn-icon {
  display: block;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-list .tool-btn-icon {
    width: 16vw;
    height: 16vw;
  }
}
.hrm_mdl-tool-list .tool-btn-txt {
  display: inline-block;
  width: 210px;
  padding-left: 20px;
  word-break: break-word;
  word-break: break-all;
  text-align: left;
  line-height: 1.33;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-list .tool-btn-txt {
    width: 56vw;
    padding-left: 5.3333333333vw;
  }
}

/*.hrm_mdl-tool-block {
  margin-top: 120px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block {
    margin-top: 31.3333333333vw;
  }
}*/
.hrm_mdl-tool-block-ttl {
  color: #fff;
  background-color: #c981b5;
  margin: 0;
  padding: 14.5px 0;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block-ttl {
    font-size: 3.7333333333vw;
    font-weight: 700;
    padding: 2.5333333333vw 0;
  }
}
.hrm_mdl-tool-block-inner {
  border: 1px solid #000;
  border-top: none;
  padding: 30px 19px 20px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block-inner {
    border: 0.2666666667vw solid #000;
    border-top: none;
    padding: 8vw 5.0666666667vw 5.3333333333vw;
  }
}
.hrm_mdl-tool-block-ct {
  margin-top: 22px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block-ct {
    margin-top: 6.2666666667vw;
  }
}
.hrm_mdl-tool-block-ct:first-of-type {
  margin-top: 0;
}
.hrm_mdl-tool-block-ct-ttl {
  font-size: 16px;
  font-weight: 700;
  background-color: #eceff3;
  padding: 3px 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block-ct-ttl {
    font-size: 3.4666666667vw;
    padding: 0.7333333333vw 4vw;
    margin-bottom: 4vw;
    letter-spacing: -0.01em;
  }
}
.hrm_mdl-tool-block-theme-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block-theme-list {
    display: block;
  }
}
.hrm_mdl-tool-block-theme-list > li {
  width: 260px;
  margin-right: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block-theme-list > li {
    width: 100%;
    margin: 0;
    margin-bottom: 5.6vw;
  }
}
.hrm_mdl-tool-block-theme-list > li:first-of-type, .hrm_mdl-tool-block-theme-list > li:nth-of-type(2), .hrm_mdl-tool-block-theme-list > li:nth-of-type(3) {
  margin-top: 0;
}
.hrm_mdl-tool-block-theme-list > li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block-theme-list > li:last-of-type {
    margin-bottom: 0;
  }
}
.hrm_mdl-tool-block-theme-list > li .hrm_mdl-tool-list li {
  margin-right: 0;
}
.hrm_mdl-tool-block-theme-list > li.w_auto {
  width: auto;
  margin-right: 0;
}
.hrm_mdl-tool-block-theme-list > li.w_auto .hrm_mdl-tool-list li {
  margin-right: 10px;
}
.hrm_mdl-tool-block-theme-list > li.w_auto .hrm_mdl-tool-list li:nth-of-type(3n) {
  margin-right: 0;
}
.hrm_mdl-tool-block-theme-ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  margin-bottom: 12px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block-theme-ttl {
    font-size: 3.4666666667vw;
    line-height: 1.3;
    margin-bottom: 3.6vw;
  }
}
.hrm_mdl-tool-block-theme-ttl::before {
  content: "●";
}
.hrm_mdl-tool-block dl {
  display: flex;
  flex-direction: row;
  margin: 0;
  margin-top: 30px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block dl {
    margin-top: 8vw;
  }
}
.hrm_mdl-tool-block dl:first-of-type {
  margin-top: 0;
}
.hrm_mdl-tool-block dl dt {
  width: 110px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #c981b5;
  padding-top: 15px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block dl dt {
    width: 13.3333333333vw;
    font-size: 3.4666666667vw;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left;
    letter-spacing: 0.1em;
    padding: 5.3333333333vw 4.1333333333vw;
  }
}
.hrm_mdl-tool-block dl dd {
  width: 800px;
  margin-left: 10px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block dl dd {
    width: 60vw;
    margin-left: 2.6666666667vw;
  }
}
.hrm_mdl-tool-block .hrm_mdl-tool-list {
  margin-top: 0;
}
.hrm_mdl-tool-block .hrm_mdl-tool-list li {
  width: 260px;
  margin-right: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block .hrm_mdl-tool-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.4vw;
  }
}
.hrm_mdl-tool-block .hrm_mdl-tool-list li:nth-of-type(3n) {
  margin-right: 0;
}
.hrm_mdl-tool-block .hrm_mdl-tool-list li:last-of-type {
  margin-bottom: 0;
}
.hrm_mdl-tool-block .hrm_mdl-tool-list li .tool-btn {
  font-size: 14px;
  height: 80px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block .hrm_mdl-tool-list li .tool-btn {
    font-size: 3.2vw;
    height: 18.6666666667vw;
  }
}
.hrm_mdl-tool-block .hrm_mdl-tool-list li .tool-btn-inner {
  padding: 0 10px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block .hrm_mdl-tool-list li .tool-btn-inner {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block .hrm_mdl-tool-list li .tool-btn-icon {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.hrm_mdl-tool-block .hrm_mdl-tool-list li .tool-btn-icon img {
  width: 100%;
}
.hrm_mdl-tool-block .hrm_mdl-tool-list li .tool-btn-txt {
  width: 180px;
  padding-left: 10px;
  line-height: 1.28;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block .hrm_mdl-tool-list li .tool-btn-txt {
    width: 39.2vw;
    padding-left: 2.6666666667vw;
    line-height: 1.41;
  }
}
.hrm_mdl-tool-block .hrm_mdl-tool-list li .tool-btn-txt.pt2 {
  width: 100%;
}
.hrm_mdl-tool-block .hrm_mdl-tool-list-info {
  font-size: 12px;
  margin-top: 2px;
}
@media screen and (max-width: 812px) {
  .hrm_mdl-tool-block .hrm_mdl-tool-list-info {
    font-size: 3.2vw;
    margin-top: 0.5333333333vw;
  }
}

.n6_mod-sns {
  float: right;
  margin: 40px 0 10px;
}
@media screen and (max-width: 812px) {
  .n6_mod-sns {
    float: none;
    margin: 30px 0 10px;
    text-align: center;
  }
}
.n6_mod-sns li {
  float: left;
  margin-left: 8px;
}
@media screen and (max-width: 812px) {
  .n6_mod-sns li {
    display: inline-block;
    float: none;
    margin-right: 4px;
    margin-left: 4px;
  }
}
.n6_mod-sns li.fb {
  position: relative;
  top: -4px;
}
@media screen and (max-width: 812px) {
  .n6_mod-sns li.fb {
    position: relative;
    top: -3px;
  }
}

a.more-button_pt2 {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("../images/pickup-more.png");
  background-size: 70px 11.5px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 70px;
  height: 11.5px;
  display: block;
  position: relative;
  background-position: center;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  transition: transform .3s, opacity .3s;
}
a.more-button_pt2:hover {
  opacity: .65;
  transform: translateX(5px);
}
@media screen and (max-width: 812px) {
  a.more-button_pt2 {
    background-image: url("../images/pickup-more.png");
    background-size: 18.6666666667vw 3.0666666667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 18.6666666667vw;
    height: 3.0666666667vw;
    display: block;
    position: relative;
    background-position: center;
    padding: 10.6666666667vw 8vw;
  }
}
