@charset "utf-8";

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}
li{
  list-style: none !important;
}
a{
  text-decoration: none !important;
}

/* ========================
共通項目
======================== */
html[data-sticky-footer=true] .l-container{
  min-height: unset;
}
.page_title{
  position: relative;
  font-size: 34px;
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.page_title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 2px;
  background-color: #4780b5;
}

/* パンくず */
.p-breadcrumbs-wrapper{
  padding: 10px 20px;
  margin: 0;
  margin-bottom: 45px;
}

/* ========================
ヘッダー
======================== */
.header_logo_pc{
  display: block;
}
.header_logo_sp{
  display: none;
}

.head_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 1080px;
}
.c-site-branding.c-site-branding--has-logo{
  position: unset;
  left: unset;
  top: unset;
}
.l-header .c-container{
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.head_wrap .c-navbar li a:hover{
  text-decoration: underline !important;
}
.head_wrap .c-navbar li.contact  a:hover{
  text-decoration: none !important;
}
.p-header-sub-nav.c-sub-nav::after{
  width: 100%;
  left: 0;
  transform: unset;
}
[data-has-global-nav=true] .l-2row-header__row:last-child,
[data-has-global-nav=true] .l-center-header__row:last-child{
  width: 100%;
  margin-top: 0;
}

.p-global-nav .c-navbar__item>a{
  font-size: 16px;
}
.l-2row-header .p-global-nav .c-navbar__item>a{
  padding-top: 24px;
  padding-bottom: 26px;
}

@media screen and (max-width: 1024px) {
  .header_logo_pc{
    display: none;
  }
  .header_logo_sp{
    display: block;
  }
  .top_page .fv_slider_area{
    padding-top: 0;
  }
  .l-header__content{
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 20px!important;
  }
}

/* 検索ボックス */
.search_btn img{
  width: 25px;
}
.hrmos-search-and-tags{
  top: 170px;
}
.searchform_box input[type="search"]{
  border: 1px solid #dadcdd !important;
  border-radius: 0 !important;
  padding: 0.9375rem !important;
  font-size: 16px !important;
}
.searchform_box .c-input-group__btn{
  border-radius: 0px !important;
  background-color: #05578e;
}
/* スマホ用 */
.c-dropdown__item, .c-dropdown__subitem{
  overflow: visible;
}
.c-dropdown__item.sp_searchform_box{
  overflow: visible;
}
input[type="search"]{
  border-radius: 0 !important;
  padding: .9375rem !important;
}
button.c-input-group__btn {
  background-color: #05578e;
  border-radius: 0 !important;
}
.drawer-tags.c-dropdown__item{
  padding: 20px;
}

/* ========================
フッター
======================== */
footer .menu li a:hover,
ul#menu-footer li a:hover{
  text-decoration: underline !important;
}
ul#menu-footer {
  justify-content: flex-end;
  padding: 30px 0;
}


/* ========================
記事一覧用スタイル
======================== */
.article_list{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -20px;
}
.article_list > li{
  position: relative;
  width: calc(100% / 3);
  margin-bottom: 60px;
}
.article_list > li a{
  display: block;
  height: 100%;
  padding: 20px;
  padding-bottom: 40px;
  box-shadow: 0 0 0px #e0e0e0;
}
.article_list > li a::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 30px;
  border-right: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
  transition: .3s;
}
.article_list > li a::after{
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  border-color: transparent #05578e #05578e transparent;
  border-style: solid;
  border-width: 7px;
  margin: auto;
  width: 0;
  transition: .3s;
}

.article_img_box{
  aspect-ratio: 3/1.88;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #d8d8d8;
}
.article_img_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.cat_date {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.cat_date .a_cat_list{
  width: fit-content;
  padding: 0;
}
.cat_date .a_cat_list li{
  display: inline-block;
  width: fit-content;
  background-color: #e4edf3;
  padding: 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #05578e;
  font-size: 12px;
  font-weight: 600;
}
.cat_date .a_date {
  margin-left: 7px;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.15em;
}

.article_txt_box .a_ttl {
  margin-top: 20px;
  color: #000;
  letter-spacing: 0.18em;
  font-size: 16px;
  font-weight: 700;
}
.article_txt_box .a_tag_list{
  padding: 0;
  margin-top: 15px;
}
.article_txt_box .a_tag_list li{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #999;
}

.article_list > li a:hover{
  box-shadow: 0 0 100px #e0e0e0;
  transition: .3s;
}
.article_list > li a:hover .article_txt_box{
  opacity: .9;
  transition: .3s;
}
.article_list > li a:hover .article_txt_box .a_ttl {
  color: #05578e;
  transition: .3s;
}
.article_list > li a:hover::before{
  width: 100%;
}
.article_list > li a:hover::after{
  right: 0;
}

.article_list > li a:hover .article_img_box img {
  transform: scale(1.1);
  filter: brightness(80%);
}

@media screen and (max-width: 640px) {
  .article_list{
    margin: 0;
  }
  .article_list > li{
    width: 100%;
    margin-bottom: 30px;
  }
  .article_list > li a{
    display: flex;
    align-items: flex-start;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .article_list > li a::before{
    width: 100%;
  }
  .article_list > li a::after{
    right: 0;
  }
  .article_img_box{
    width: 110px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .cat_date {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .cat_date .a_date{
    margin-left: 0;
  }
  .article_txt_box .a_ttl{
    margin-top: 10px;
  }
  .article_txt_box .a_tag_list{
    margin-top: 5px;
  }
}


/* ========================
ページャー
======================== */
.nav-links{
  display: flex;
  justify-content: center;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #eee;
  margin: 0 3px;
  color: #666;
}
.page-numbers:hover{
  background-color: #ccc;
  color: #fff;
}
.page-numbers.current {
  background-color: #005782;
  color: #fff;
}
.page-numbers.current:hover {
  background-color: #005782;
  color: #fff;
}

/* フッター */
@media screen and (max-width: 1024px) {
  .c-sub-nav .c-navbar{
    justify-content: center;
    margin: 10px 0;
  }
}

/* ========================
トップページ
======================== */
/* FVスライダー */
.smb-section{
  padding-top: 50px;
  padding-bottom: 10px;
}
.smb-section__inner::before{
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: calc(100% + 15px);
  background-color: #f3f5f6;
}
.c-container.fv_sec {
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
.fv_sec .fv_pickup_slider_wrap{
  position: relative;
}
.fv_sec .fv_pickup_slider{
  position: relative;
  max-width: 1130px;
  margin: auto;
}
.fv_sec .swiper-slide a{
  display: flex;
  padding-right: 50px;
}

.ps_txt_box{
  flex-shrink: 0;
  width: 315px;
  margin-right: 45px;
}
.ps_txt_box .fv_ps_sec_ttl{
  position: relative;
  padding-bottom: 15px;
  color: #05578e;
  font-size: 18px;
  font-weight: 700;
}
.ps_txt_box .fv_ps_sec_ttl::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 2px;
  background-color: #bfbfbf;
}
.ps_txt_box .fv_ps_column_ttl{
  margin-top: 15px;
  color: #000;
  font-size: 30px;
  line-height: 1.55em;
  transition: .3s;
}
.fv_sec .swiper-slide a:hover .ps_txt_box .fv_ps_column_ttl{
  color: #05578e;
}

.fv_sec .ps_cat_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fv_sec .ps_cat_list{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 18px;
}
.fv_sec .ps_cat_list li{
  width: fit-content;
  line-height: 1.4em;
  background-color: #fff;
  padding: 5px 9px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}
.fv_sec .ps_date{
  margin-top: 18px;
  color: #000;
  font-size: 15px;
  letter-spacing: 0.09em;
}

.fv_sec .ps_tag_list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-left: 0;
  color: #999;
  font-weight: 700;
  letter-spacing: .06rem;
}
.fv_sec .ps_tag_list li{
  font-size: 14px;
  margin-right: 10px;
}

.fv_sec .ps_img_box{
  display: block;
  aspect-ratio: 359/226;
  width: 100%;
  border: 1px solid #d8d8d8;
}
.fv_sec .ps_img_box img{
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .3s;
}
.fv_sec .swiper-slide a:hover .ps_img_box img{
  filter: brightness(80%);
}

.pickup-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
  position: absolute;
  left: 25px;
  bottom: -7px;
  z-index: 10;
}
span.swiper-pagination-bullet{
  position: relative;
  width: 10px;
  height: 10px;
  padding: 15px;
  margin: 0 !important;
  background-color: transparent;
  opacity: 1 !important;
}
span.swiper-pagination-bullet::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #0d5c91;
}
.swiper-pagination-bullet-active::before{
  background-color: #0d5c91;
}

@media screen and (max-width: 1024px) {
  .smb-section__inner::before{
    top: -60px;
  }
  .fv_sec .swiper-wrapper{
    padding-left: 0;
  }
  .fv_sec .swiper-slide a{
    padding-right: 0;
    flex-direction: column-reverse;
  }
  .fv_sec .ps_img_box{
    aspect-ratio: 3/2;
    width: 100%;
    height: auto;
  }
  .fv_sec .ps_txt_box{
    width: 100%;
    margin-right: 0;
    padding: 26px 20px;
  }
  .fv_sec .ps_tag_list{
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .pickup-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
@media screen and (max-width: 640px) {
  .ps_txt_box .fv_ps_sec_ttl{
    font-size: 16px;
  }
  .ps_txt_box .fv_ps_column_ttl{
    font-size: 16px;
  }
  .fv_sec .ps_cat_list li{
    font-size: 12px;
  }
  .fv_sec .ps_date{
    font-size: 12px;
  }
  .fv_sec .ps_tag_list{
    margin-top: 20px;
  }
}


/* おすすめの特集 */
.top_page .wp-block-group.home-title-with-button.is-layout-flow{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
.top_page .btn-gray,
.top_page .btn-white{
  margin: unset;
}

.recomendo_article_area .article_list > li {
  margin-bottom: 30px;
}

.top_page .separate_content{
  background-color: #f3f5f6;
  max-width: unset;
  width: 100%;
  height: 60px;
  margin-top: 80px !important;
  margin-bottom: 60px !important;
}

@media screen and (max-width: 1024px) {
  .top_page .separate_content{
    margin-top: 30px !important;
    margin-bottom: 40px !important;
    height: 80px;
  }
}


/* 新着記事 */
.top_page .new_column_area {
  margin-bottom: 80px;
}
.top_page .wp-block-column.is-layout-flow.right_content{
  margin-right: 25px;
}

.top_page .new_column_area .wp-block-heading{
  margin-bottom: 70px;
}

.top_page .new_column_list li{
  width: calc(100% / 2);
  max-width: unset;
  flex: unset;
}
.top_page .new_column_list .new_column_img{
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
}
.top_page .new_column_list .new_column_cat_list li,
.top_page .new_column_list .new_column_tag_list li{
  width: fit-content;
}

@media screen and (max-width: 1024px) {
  .top_page .wp-block-column.is-layout-flow.right_content{
    margin-right: 0;
  }
  .top_page .new_column_area{
    margin-bottom: 30px;
  }
  .top_page .document_ttl_area{
    padding-top: 40px;
    padding-bottom: 20px !important;
  }
  .top_page .smb-section__subtitle{
    font-size: 16px;
  }
  .top_page .smb-section__title{
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top_page .new_column_list li a{
    display: flex;
    align-items: flex-start;
  }
  .top_page .new_column_list .new_column_img{
    width: 110px;
    height: auto;
  }
}


/* 人事のためのお役立ち資料 */
.top_page .document_ttl_area{
  background-color: #f3f5f6;
  padding-bottom: 30px !important;
}

/* イベントレポート */
.top_page .event_report_area{
  margin-bottom: 120px;
}
.top_page .event_report_body{
  width: 100%;
}
.top_page .event_report_list{

}
.top_page .event_report_list .event_report_img{
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px){
  .top_page .event_report_area{
    margin-top: 0;
    margin-bottom: 80px;
  }
}


/* ========================
ハーモスについて
======================== */
.about_container{
  width: 100%;
  max-width: 100%;
  padding: 0;
}
#breadcrumbs{
  margin: auto;
}
.about_bread{
  margin-bottom: 0;
}
.about_container .about_area{
  padding: 0 20px;
}
.about_content_box h2{
  position: relative;
  margin: 0 -20px;
  margin-bottom: 107px;
  padding: 80px 0 125px;
  background-color: #f3f5f6;
  font-weight: 500;
  text-align: center;
  font-size: 39px;
  letter-spacing: 0.2em;
}
.about_content_box h2::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%);
  width: 1px;
  height: 80px;
  background-color: #333;
}
.about_content_box p{
  text-align: center;
  font-size: 22px;
  margin-bottom: 49px;
  line-height: 2.3em;
}
.about_content_box .about_img_list{
  display: flex;
  margin: 0 auto;
  margin-top: 62px;
  margin-bottom: 80px;
  max-width: 1080px;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .about_content_box h2{
    margin-bottom: 77px;
    padding: 70px 0 95px;
    font-size: 24px;
  }
  .about_content_box p{
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 620px){
  .about_content_box .about_img_list{
    margin: 50px -20px 60px;
  }
}


/* ========================
メルマガ登録
======================== */
.mail_magazine_cont_area {
  max-width: 735px;
  margin: 40px auto;
}
@media screen and (max-width: 1024px){
  .mail_magazine_cont_area {
    padding: 0 20px;
  }
  .mail_magazine_cont_area .form__section.single{
    width: 100%;
  }
}


/* ========================
検索結果ページ
======================== */
.search_bread{
  margin-bottom: 0;
}