@charset "UTF-8";

/* =================================
   ヘッダー
   ================================= */
:root{
    --main_orange: #F5C79A;
    --main_blue: #94AACB;
    --main_pink: #E4B5BD;
    --main_green: #4A9996;
}

.h_upper {
    padding: 2rem 0 0;
}

#header_g{
    position: absolute;
    top: 0; left:0;
    display: block;
    width: 100vw;
    background: #fff;
    z-index: 9999;
}

#header_g .h_upper {
    display: block;
    width: 112rem;
    max-width: 100%;
}

.pnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pnav div {
    font-size: 1.4rem;
    padding: 0;
}

.pnav .whatswebmember, .pnav .webmemberlogin {
    background: #4A9996;
    border-radius: 9999px;
    transition: .3s;
}

.pnav .whatswebmember, .pnav .webmemberlogin:hover {
  background-color: #0d4240;
}

.pnav .whatswebmember, .pnav .webmemberlogin a {
    display: block;
    padding: 1rem 2rem;
    color: #fff;
}

.pnav .change {
  display: flex;
}

.pnav .change .font-size, .pnav .change .bg-color {
  display: flex;
  align-items: center;
}

.pnav .change p {
  margin: 0 1rem 0 2rem;
}

.pnav .change ul li {
  background: #D8D8D8;
  border-radius: 5px;
}

.pnav .change ul li.current {
  background: #4A9996;
  color: #fff;
}

#nav_g.innerbox{
    width: 112rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.h_bottom {
    background: #fff;
    box-shadow: 0px 4px 6px #00000029;
}

.h_bottom .logo {
    padding-bottom: 1rem;
    width: 266px;
    max-width: 100%;
}


#menu li span {
    padding: 20px 0 16px 45px;
    color: #333;
    font-size: 16px;
    border-right: none;
    font-weight: bold;
    line-height: 24px;
}

#menu {
    align-items: center;
    /* position: relative; */
    justify-content: space-between;
}

#menu img {
    width: auto;
}

#menu li ul li a {
  color: #333;
}

#menu li a {
  color: #333;
  transition: .3s;
}

#menu li a:hover img {
  /* opacity: .7; */
  filter: grayscale(0%);
}

#menu li span:before {
    margin: -2px 10px 0 0;
  content: '';
  display: inline-block;
  width: 30px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#menu li.company span:before{
    content: none;
}


#menu li.culture span:before {
  background-image: url(../img/renew2022/menu/ico_menu_culture.svg);
}

#menu li.business span:before {
  background-image: url(../img/renew2022/menu/ico_menu_business.svg);
}

#menu li.market span:before {
  background-image: url(../img/renew2022/menu/ico_menu_market.svg);
}

#menu li div.menu_sub {
  left: 0;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  position: absolute;
  top: 110px;
  transition: all 0.2s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 999;
  background: #fff;
}

.h_bottom.fixed  #menu li div.menu_sub {
  top: 56px;
}

#menu li div.menu_sub .maru_arrow::after {
  top: 7px;
}

#menu li div.menu_sub .maru_arrow::before {
  background-color: #333;
}

#menu li.culture div.menu_sub a:hover {
  color: #F09A45;
}

#menu li.culture div.menu_sub a:hover .maru_arrow::before {
  background-color: #F09A45;
}

#menu li.business div.menu_sub a:hover {
  color: #5C8D64;
}

#menu li.business div.menu_sub a:hover .maru_arrow::before {
  background-color: #5C8D64;
}

#menu li.market div.menu_sub a:hover {
  color: #5778A8;
}

#menu li.market div.menu_sub a:hover .maru_arrow::before {
  background-color: #5778A8;
}

#menu li.company div.menu_sub a:hover {
  color: #F06060;
}

#menu li.company div.menu_sub a:hover .maru_arrow::before {
  background-color: #F06060;
}

#menu li div.menu_sub .menu_sub_inner {
  max-width: 112rem;
  margin: 4rem auto;
  display: flex;
  padding: 0 2rem;
}

#menu li div.menu_sub .menu_sub_inner .menu_img {
  width: 50%;
}

#menu li div.menu_sub .menu_sub_inner .menu_img img {
  margin-bottom: 3rem;
}

#menu li div.menu_sub .menu_sub_inner .menu_img p {
  font-weight: bold;
}

#menu li div.menu_sub .menu_sub_inner .menu_list {
  display: flex;
  width: 50%;
  justify-content: space-between;
}

#menu li div.menu_sub .menu_sub_inner .menu_list ul {
  width: 49%;
}

#menu li div.menu_sub .menu_sub_inner .menu_list ul li a {
  display: block;
  border-bottom: 1px solid #E6E6E6;
  padding: 2rem 0;
  font-weight: bold;
  position: relative;
}

#menu li div.menu_sub .menu_sub_inner .menu_list ul li a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  transform: rotate(45deg);
}

#menu li.culture div.menu_sub .menu_sub_inner .menu_list ul li a:hover {
  border-bottom: 1px solid #F09A45;
  color: #F09A45;
}

#menu li.culture div.menu_sub .menu_sub_inner .menu_list ul li a:hover::after {
  border-top: 1px solid #F09A45;
  border-right: 1px solid #F09A45;
}

#menu li.business div.menu_sub .menu_sub_inner .menu_list ul li a:hover {
  border-bottom: 1px solid #5C8D64;
  color: #5C8D64;
}

#menu li.business div.menu_sub .menu_sub_inner .menu_list ul li a:hover::after {
  border-top: 1px solid #5C8D64;
  border-right: 1px solid #5C8D64;
}

#menu li.market div.menu_sub .menu_sub_inner .menu_list ul li a:hover {
  border-bottom: 1px solid #5778A8;
  color: #5778A8;
}

#menu li.market div.menu_sub .menu_sub_inner .menu_list ul li a:hover::after {
  border-top: 1px solid #5778A8;
  border-right: 1px solid #5778A8;
}

#menu li.company div.menu_sub .menu_sub_inner .menu_list ul li a:hover {
  border-bottom: 1px solid #F06060;
  color: #F06060;
}

#menu li.company div.menu_sub .menu_sub_inner .menu_list ul li a:hover::after {
  border-top: 1px solid #F06060;
  border-right: 1px solid #F06060;
}

#menu li:hover div.menu_sub {
  opacity: 1;
  visibility: visible;
}

/* font-size */
.font_s {
  font-size: 75%;
}

.font_m {
  font-size: 85%;
}

.font_l {
  font-size: 95%;
}

@media screen and (max-width: 1120px) {
  #nav_g.innerbox{
    padding: 0 2rem;
    box-sizing: border-box;
  }

  #header_g .h_upper {
    padding-right: 2rem;
    box-sizing: border-box;
  }
}

/* =================================
   ヘッダー　スマホ
   ================================= */
@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }

  .h_upper {
    padding: 0;
    margin: 0;
  }

  #mobile_menu {
    background: none;
  }

  #mobile_menu .pnav {
    justify-content: space-between;
    padding: 2rem;
  }

  #mobile_menu .pnav li {
    border-right: none;
  }

  #mobile_menu .pnav li.logo {
    width: 216px;
    max-width: 100%;
  }

  #mobile_menu .pnav .menu-btn {
    position: relative;
    background: #fff;
    color: #4A9996;
    padding: 2rem;
  }

  #mobile_menu .pnav .menu-btn span {
    display: inline-block;
    position: absolute;
    transition: all .4s;
    height: 2px;
    width: 3rem;
    background: #4A9996;
    right: 20px;
  }

  #mobile_menu .pnav .menu-btn span:nth-of-type(1) {
    top:15px;
  }

  #mobile_menu .pnav .menu-btn span:nth-of-type(2) {
    top:23px;
  }

  #mobile_menu .pnav .menu-btn span:nth-of-type(3) {
    top:31px;
  }

  /* バーガーメニュー開 */
  .pushy {
    width: 100%;
    background: #E7F4F3;
  }

  .pushy-submenu button {
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .pushy-submenu button:hover {
    color: #333;
  }

  .pushy-submenu > a::after, .pushy-submenu > button::after {
    display: block;
    content: '';
    background-color: #333;
    border-radius: 10px;
    position: absolute;
    width: 16px;
    height: 2px;
    top: 20px;
    right: 0;
  }

  .pushy-submenu > a::before, .pushy-submenu > button::before {
    width: 5px;
    height: 18px;
    top: 0;
    left: 7px;
  }

  .pushy.pushy-right {
    right: -70px;
  }

  .pushy-open-right .pushy.pushy-right {
    right: 0;
  }
}


/* =================================
   各部門トップ
   ================================= */
/* 共通 */
.container.sub_top {
    background: url(../img/renew2022/sub_top/bg@2x.jpg) repeat;
    background-size: 320px;
    position: relative;
    overflow: hidden;
}

.container.sub_top .slides {
  overflow: initial;
}

.container.sub_top a img {
  transition: .3s;
  position: relative;
  top: 0;
}

.container.sub_top section:not(.department_service) a:hover img {
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
}

.container.sub_top a:hover img {
  top: -5px;
}

.black_shade{
    position: fixed;
    top: 0 ; left: 0;
    content:"";
    display: none;
    width: 100vw; height: 100vh;
    background-color: rgba(0,0,0,0.7);
    z-index: 777;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container.sub_top .side_btn {
  position: fixed;
  top: calc(100vh - 170px);
  right: 0;
  z-index: 9999;
  text-align: right;
}

/* .container.sub_top .side_btn.scroll_down {
  right: -200px;
} */

.container.sub_top .side_btn a {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  background: #4A9996;
  padding: 2rem 3rem;
  display: block;
  border-radius: 999px 0 0 999px;
  text-align: left;
  width: 210px;
  margin-bottom: 1rem;
  transition: .5s;
}

.container.sub_top .side_btn a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 2rem;
}

.container.sub_top .side_btn a.side_btn_calendar::before {
  background: url(../img/renew2022/sub_top/ico_side_btn01.svg) no-repeat;
}

.container.sub_top .side_btn a.side_btn_search::before {
  background: url(../img/renew2022/sub_top/ico_side_btn02.svg) no-repeat;
}

.container.sub_top .side_btn a{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.container.sub_top .side_btn a:hover{
    margin-right: 0 !important;
    background-color: #0d4240;
}

.container.sub_top .side_btn .side_btn_search_in{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: auto;
}

.department_search.side_btn_search_in{
    width: auto;
    margin: auto;
    background:#fff;
    border-radius: 10px;
}

#searchbox #area-input dd {
  text-align: left;
}

.department_search.side_btn_search_in #searchbox h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.department_search.side_btn_search_in #searchbox form.keyword input {
  background: #F0F0F0;
}

.department_search.side_btn_search_in #searchbox{
  padding: 7rem;
}

.department_search.side_btn_search_in h3{
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 5rem;
}

/* ヘッダー 文化事業部 */
.container.sub_top .page-header {
  /* 背景色、背景画像、繰り返しの指定、位置、サイズの指定 */
  background: linear-gradient(0deg,rgba(255,255,255,0) 12%,rgba(245,199,154,1) 26%), url(../img/renew2022/common/bg_kv_culture@2x.png) no-repeat center bottom / 100%;
  /* height: 36rem; */
  margin: 116px auto 36px;
  padding: 7rem 0 20rem;
}

@media screen and (max-width: 1460px) {
  .container.sub_top .page-header {
    /* 背景色、背景画像、繰り返しの指定、位置、サイズの指定 */
    background: linear-gradient(0deg,rgba(255,255,255,0) 12%,rgba(245,199,154,1) 20%), url(../img/renew2022/common/bg_kv_culture@2x.png) no-repeat center bottom / 100%;
  }
}

@media screen and (max-width: 1080px) {
  .container.sub_top .page-header {
    /* 背景色、背景画像、繰り返しの指定、位置、サイズの指定 */
    background: linear-gradient(0deg,rgba(255,255,255,0) 12%,rgba(245,199,154,1) 13%), url(../img/renew2022/common/bg_kv_culture@2x.png) no-repeat center bottom / 100%;
  }
}

/* ヘッダー 人材開発部 */
#business.container.sub_top .page-header {
  /* 背景色、背景画像、繰り返しの指定、位置、サイズの指定 */
  background: linear-gradient(0deg,rgba(255,255,255,0) 12%,#99C3A0 26%), url(../img/renew2022/common/bg_kv_business@2x.png) no-repeat center bottom / 100%;
}

@media screen and (max-width: 1460px) {
  #business.container.sub_top .page-header {
    /* 背景色、背景画像、繰り返しの指定、位置、サイズの指定 */
    background: linear-gradient(0deg,rgba(255,255,255,0) 12%,#99C3A0 20%), url(../img/renew2022/common/bg_kv_business@2x.png) no-repeat center bottom / 100%;
  }
}

@media screen and (max-width: 1080px) {
  #business.container.sub_top .page-header {
    /* 背景色、背景画像、繰り返しの指定、位置、サイズの指定 */
    background: linear-gradient(0deg,rgba(255,255,255,0) 12%,#99C3A0 13%), url(../img/renew2022/common/bg_kv_business@2x.png) no-repeat center bottom / 100%;
  }
}

@media screen and (max-width: 786px) {
  #business.container.sub_top .page-header {
    /* 背景色、背景画像、繰り返しの指定、位置、サイズの指定 */
    background: linear-gradient(0deg,rgba(255,255,255,0) 4%,#99C3A0 5%), url(../img/renew2022/common/bg_kv_business@2x.png) no-repeat center bottom / 100%;
  }
}

/* ヘッダー 産業市場調査部 */
#market.container.sub_top .page-header {
  /* 背景色、背景画像、繰り返しの指定、位置、サイズの指定 */
  background: linear-gradient(0deg,rgba(255,255,255,0) 12%,#94AACB 26%), url(../img/renew2022/common/bg_kv_market@2x.png) no-repeat center bottom / 100%;
}

@media screen and (max-width: 1460px) {
  #market.container.sub_top .page-header {
    /* 背景色、背景画像、繰り返しの指定、位置、サイズの指定 */
    background: linear-gradient(0deg,rgba(255,255,255,0) 12%,#94AACB 20%), url(../img/renew2022/common/bg_kv_market@2x.png) no-repeat center bottom / 100%;
  }
}

@media screen and (max-width: 1080px) {
  #market.container.sub_top .page-header {
    /* 背景色、背景画像、繰り返しの指定、位置、サイズの指定 */
    background: linear-gradient(0deg,rgba(255,255,255,0) 12%,#94AACB 13%), url(../img/renew2022/common/bg_kv_market@2x.png) no-repeat center bottom / 100%;
  }
}

@media screen and (max-width: 786px) {
  #market.container.sub_top .page-header {
    /* 背景色、背景画像、繰り返しの指定、位置、サイズの指定 */
    background: linear-gradient(0deg,rgba(255,255,255,0) 4%,#94AACB 5%), url(../img/renew2022/common/bg_kv_market@2x.png) no-repeat center bottom / 100%;
  }
}

.container.sub_top .page-header + div {
  margin-top: -6em;
  margin-bottom: 7rem;
}

.container.sub_top .page-header .page-header_inner {
  display: flex;
  width: 1120px;
  margin: auto;
  align-items: center;
}

.container.sub_top .page-header .page-header_inner div {
  width: 50%;
}

.container.sub_top .page-header .page-header_inner div p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 3rem;
}

.container.sub_top main {
  max-width: 1120px;
  margin: auto;
  font-size: 1.6rem;
  padding: 0 2rem;
  line-height: 1.5;
}

.container.sub_top main .flex {
  display: flex;
  justify-content: space-between;
}

.container.sub_top main section {
  margin-bottom: 15rem;
  box-sizing: border-box;
}

.container.sub_top + .department_link {
  margin-top: 0;
}

.container.sub_top main section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 15rem;
}

.container.sub_top main h2 {
  color: #F5C79AB3;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 5rem;
}

.container.sub_top main h2 span {
  font-size: 2.2rem;
  display: block;
  color: #333;
  margin-top: 1rem;
}

.container.sub_top main h3 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 5rem;
}

.container.sub_top main a.btn {
  display: block;
  width: 300px;
  max-width: 100%;
  background: #F09A45;
  margin: auto;
  text-align: center;
  padding: 2rem;
  position: relative;
  transition: .3s;
  box-sizing: border-box;
}

.container.sub_top main a.btn:hover {
  color: #fff;
  background-color: #e37a12;
}

.container.sub_top main a.btn::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -9px;
  transition: .3s;
}

.container.sub_top main a.btn::after {
  background: none;
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #F09A45;
  border-right: solid 2px #F09A45;
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: .3s;
}

.container.sub_top main a.btn:hover::before {
  left: 30px;
}

.container.sub_top main a.btn:hover::after{
  left: 34px;
}

.container.sub_top main .subnav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 11rem;
  gap: 2rem;
}

.container.sub_top main .subnav ul li {
  width: 360px;
  max-width: 100%;
  margin-bottom: 4rem;
}

.container.sub_top main .subnav ul li a {
  color: #F06060;
  display: block;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 5px solid #FAE6E6;
  transition: .5s;
  position: relative;
}

.container.sub_top main .subnav ul li a:hover {
  border-bottom: 5px solid #F06060;
}

.container.sub_top main .subnav ul li a.nav_maru_arrow::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #F06060;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}

.container.sub_top main .subnav ul li a.nav_maru_arrow::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.department_notice {
  background: #fff;
  border-radius: 10px;
  padding: 5rem;
}

.department_notice h3::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/renew2022/sub_top/ico_notice.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1.5rem;
}

.department_notice ul {
  width: 930px;
  max-width: 100%;
  margin: auto;
}

.department_notice ul li {
  border: none;
  line-height: 1.6;
}

.department_notice ul li span {
  color: #E53535;
  font-size: 2.2rem;
  margin-bottom: 3rem;
  text-align: center;
  display: block;
  font-weight: bold;
}

.department_bnr .bnr-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

.department_bnr .bnr-inner .nav_r li img{
  width: 36rem;
  max-width: 100%;
}

.department_news {
  background: #fff;
  border-radius: 10px;
  padding: 5rem;
}

.department_news ul {
  width: 930px;
  max-width: 100%;
  margin: auto;
}

.department_news ul li, .department_blog ul li {
  padding-bottom: 3rem;
  border-bottom: 2px dotted #F5C79A;
  margin-bottom: 3rem;
  display: flex;
}

.department_news ul li:last-child, .department_blog ul li:last-child {
  margin-bottom: 5rem;
}

.department_news ul li span, .department_blog ul li span {
  display: inline-block;
}

.department_news ul li span.date, .department_blog ul li span.date {
  width: 190px;
}

.department_news ul li span.new_icon,
.department_blog ul li span.new_icon {
    margin-right: 10px;
  padding: 5px 10px;
  max-height: 24px;
  max-width: 50px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #F06060;
  border-radius: 5px;
}

.department_news ul li span.title {
  width: 100%;
}

.department_news ul li span.title a, .department_blog ul li span.title a {
  color: #333;
  transition: .5s;
}

.department_news ul li span.title a:hover, .department_blog ul li span.title a:hover {
  text-decoration: underline;
}

.department_link .innerbox {
    width: 116rem;
  max-width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
}

.department_link ul {
  flex-wrap: wrap;
}

.department_link ul li a:hover {
  color: #0d4240;
}

.department_link ul li a::before, .department_link ul li a::after {
  transition: .3s;
}

.department_link ul li a:hover::before {
  left: 30px;
  background-color: #0d4240;
}

.department_link ul li a:hover::after {
  left: 35px;
}

footer a, a.maru_arrow::before {
  transition: .3s;
}

footer a:hover {
  color: #0d4240;
}

footer a.maru_arrow:hover::before {
  background-color: #0d4240;
}

/* サイドボタン検索 */
.sub_top .department_search #searchbox {
  background: none;
  border: none;
  width: 930px;
  margin: auto;
  max-width: 100%;
}

.sub_top .department_search.side_btn_search_in {
  width: auto;
  margin: auto;
  background: #fff;
  border-radius: 10px;
}

.sub_top .department_search.side_btn_search_in #searchbox {
  padding: 5rem;
}

.sub_top #searchbox form {
  display: flex;
  flex-direction: column;
}

.sub_top #searchbox #area-input {
  width: 100%;
  padding: 0;
}

.sub_top #searchbox #area-input dt {
  color: #4A9996;
  font-weight: bold;
  margin-right: 2rem;
  width: 20%;
}

.sub_top #searchbox #area-input .keyword dt {
  width: 20%;
}

.sub_top #searchbox #area-input .keyword dt:last-of-type {
  margin: 0;
  margin-right: 2rem;
}

.sub_top #searchbox #area-input .keyword dd input {
  border: none;
  background: #F0F0F0;
  border-radius: 10px;
  padding: 1.5rem;
  width: 100%;
}

.sub_top #searchbox #area-input .date dd select {
  border: none;
  background: #F0F0F0;
  border-radius: 10px;
  padding: 1.5rem;
}

.sub_top #searchbox #area-input .date dd select:first-child {
  margin-right: 2rem;
}

.sub_top #searchbox #area-input .date dd select:last-child {
  margin-left: 2rem;
}

.sub_top #searchbox #area-input dd, #searchbox #area-input .keyword dd {
  width: 70%;
}

.sub_top #searchbox #area-input dl {
  padding: 0;
}

.sub_top #searchbox #area-input dl:not(:last-of-type) {
  margin-bottom: 3rem;
  border: none;
}

.sub_top #searchbox #area-input .category ul li, #searchbox #area-input .area ul li {
  line-height: 2.5;
  margin: 0 2rem 0 0;
}

.sub_top #searchbox #area-btn {
  width: 100%;
}

.sub_top #searchbox #area-btn button {
  width: 100%;
  cursor: pointer;
  margin-top: 3rem;
  background: #4A9996;
  color: #fff;
  padding: 2rem;
  border-radius: 999px;
  font-size: 1.6rem;
  font-weight: bold;
  border: none;
}

.sub_top #searchbox #area-btn button .fa {
  margin-right: 1rem;
}

#footernav li a:hover {
  text-decoration: none;
}

a[href="#main"]::before {
  content: "";
  display: inline-block;
  margin: 0 10px -5px 0;
  padding: 10px;
  background: #4A9996;
  border-radius: 50%;
}

a[href="#main"]::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  left: 5px;
  top: 10px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .container.sub_top main section {
    margin-bottom: 10rem;
  }

  .container.sub_top .page-header {
    margin: 0 auto 36px;
    /* padding: 10rem 0 50rem; */
    background: linear-gradient(0deg,rgba(255,255,255,0) 5%,rgba(245,199,154,1) 0%), url(../img/renew2022/common/bg_kv_culture@2x.png) no-repeat center bottom / 100%;
  }

  .department_link ul {
    flex-direction: column;
  }

  .container.sub_top .page-header .page-header_inner div {
    margin-bottom: 3rem;
    width: 90%;
  }

  .container.sub_top .page-header .page-header_inner {
    flex-direction: column;
  }

  .department_notice, .department_news {
    padding: 5rem 2rem;
  }

  .department_news ul li, .department_blog ul li {
    flex-direction: column;
  }

  .department_news ul li span.date, .department_blog ul li span.date {
    display: block;
    margin-bottom: 2rem;
  }

  .department_news ul li span.new_icon {
    margin-bottom: 1rem;
  }

  .department_link {
    background: var(--main_pink) url(../img/renew2022/im_service-link_keibun.png) no-repeat right bottom;
  }

  a[href="#main"] {
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 50%;
  }

  a[href="#main"]::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #4A9996;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 37px;
    margin: 0;
    padding: 0;
    margin-top: -9px;
  }

  a[href="#main"]::after {
    background: none;
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 53% !important;
    left: 42px !important;
    margin-top: -4px;
  }

  .department_bnr .bnr-inner {
    flex-direction: column;
    align-items: center;
  }

  .department_bnr .bnr-inner .slider {
    margin-bottom: 2rem;
  }

  .sub_top #searchbox #area-input dt {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .container.sub_top .page-header {
    /* padding: 10rem 0 35rem; */
    padding: 9rem 0 5rem;
  }
}

/* 文化事業部 */
#culture .department_culture {
  text-align: center;
}

#culture .department_culture p:first-of-type {
  margin-bottom: 3rem;
}

#culture .department_culture .culture_seminer_price {
  width: 930px;
  max-width: 100%;
  margin: 3rem auto 5rem;
}

#culture .department_culture .culture_seminer_price div {
  background: #fff;
  border-radius: 10px;
  padding: 0 0 2rem;
  max-width: 100%;
  width: 455px;
}

#culture .department_culture .culture_seminer_price div h4 {
  background: #F09A45;
  color: #fff;
  padding: 1rem;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 2rem;
}

#culture .department_culture .culture_seminer_price div .price {
  color: #F09A45;
  margin-bottom: 1rem;
}

#culture .department_culture .culture_seminer_price div .price span {
  font-weight: bold;
  font-size: 2.6rem;
  padding: 0 1rem;
}

#culture .department_service .service_inner > div {
  background: #fff;
  border-radius: 10px;
  padding: 1rem 2rem 3rem;
  text-align: center;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#culture .department_service .service_inner div:first-of-type {
  margin-left: 0;
}

#culture .department_service .service_inner div img {
  margin-bottom: 1rem;
}

#culture .department_service .service_inner div a {
  color: #F09A45;
  display: inline-block;
  margin-top: 1rem;
  transition: .3s;
  font-weight: bold;
}

#culture .department_service .service_inner div a.maru_arrow::before {
  background: #F09A45;
  margin: 0 20px -5px 0;
  transition: .3s;
}

#culture .department_service .service_inner div a:hover {
  color: #e37a12;
}

#culture .department_service .service_inner div a.maru_arrow:hover::before {
  background: #e37a12;
  margin: 0 10px -5px 0;
}

#culture .department_service .service_inner div a.maru_arrow::before {
  background: #F09A45;
}

#culture .department_about {
  margin: 0 calc(50% - 50vw);
  padding: 10rem 0;
  width: 100vw;
  background: #f5c79a63;
  box-sizing: border-box;
}

#culture .department_about .department_about_inner {
  width: 1120px;
  max-width: 100%;
  margin: auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

#culture .department_about ul {
  margin-bottom: 5rem;
}

#culture .department_about ul li {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  font-weight: bold;
  color: #F09A45;
  line-height: 1.5;
  margin-left: 2rem;
}

#culture .department_about ul li:first-of-type {
  margin-left: 0;
}

#culture .department_about ul li img {
  margin-bottom: 1rem;
}

#culture .department_search.in_page {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #f5c79a63;
  margin-bottom: 15rem;
  padding: 0;
  box-sizing: border-box;
}

#culture .department_search.in_page .department_search_inner {
  width: 93rem;
  max-width: 100%;
  margin: auto;
  padding: 7rem 2rem;
  box-sizing: border-box;
}

#culture .department_search.in_page h3::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/renew2022/sub_top/culture/ico_search.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 2rem;
}

#culture .department_search.in_page #searchbox #area-btn button {
  background: #F09A45;
  transition: .3s;
  border: none;
}

#culture .department_search.in_page #searchbox #area-btn button:hover {
  background: #e37a12;
}

#culture .department_search.in_page #searchbox #area-input dt {
  color: #F09A45;
  text-align: right;
}

#culture .department_search.in_page #searchbox #area-input .keyword dd input, #culture .department_search.in_page #searchbox #area-input .date dd select {
  background: #fff;
}

#culture .department_kakehashi h2 + p {
  text-align: center;
}

#culture .department_kakehashi .ico_new {
  height:84px;
  width:84px;
  border-radius:50%;
  line-height:84px;
  text-align:center;
  background: #F09A45;
  color: #fff;
  margin: 7rem auto 3rem;
  font-weight: 500;
}

#culture .department_kakehashi .new_kakehashi {
  background: #fff;
  padding: 5rem 10rem;
  border-radius: 10px;
  max-width: 930px;
  margin: auto;
  box-sizing: border-box;
  margin-bottom: 5rem;
}

#culture .department_kakehashi .new_kakehashi .new_kakehashi_inner {
  display: flex;
}

#culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_img {
  max-width: 210px;
  margin-right: 5rem;
}

#culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_topic {
  width: 100%;
}

#culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_topic .top_kakehashi_title {
  font-weight: bold;
  border-bottom: 2px solid #F09A45;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  color: #F09A45;
}

#culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_topic .top_kakehashi_ftitle {
  margin-bottom: 2rem;
  font-weight: bold;
}

#culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_topic .top_kakehashi_ftitle span {
  background: #F09A45;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  display: block;
  margin-right: 2rem;
  font-weight: normal;
}

#culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_topic .kakehashi_topic_inner {
  display: flex;
}

#culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_topic div:first-child {
  margin-right: 2rem;
}

#culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_topic div:last-of-type p {
  line-height: 1.5;
  white-space: break-spaces;
}

#culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_topic .top_kakehashi_fimage {
  width: 132px;
  /* height: 120px;
  object-fit: cover; */
  max-width: initial;
}

/* 人材開発部 */
#business.container.sub_top main h2 {
  color: #99C3A0B3;
}

#business.container.sub_top main a.btn {
  background: #5C8D64;
}

#business.container.sub_top main a.btn:hover {
  background: #2a5a32;
}

#business .department_news ul li, #business .department_blog ul li {
  border-bottom: 2px dotted #99C3A0;
}

#business.container.sub_top main a.btn::after {
  border-top: solid 2px #5C8D64;
  border-right: solid 2px #5C8D64;
}

#business .department_service ul li {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

#business .department_service ul li:not(:last-child) {
  margin-right: 2rem;
}

#business .department_service ul li a {
  color: #5C8D64;
  font-weight: bold;
  display: block;
}

#business .department_service ul li a p {
  margin-top: 1rem;
  display: inline-block;
  transition: .3s;
}

#business .department_service ul li a p.maru_arrow::before {
  background: #5C8D64;
  transition: .3s;
}

#business .department_service ul li a:hover p {
  color: #0d4240;
}

#business .department_service ul li a:hover p.maru_arrow::before {
  background: #0d4240;
}

/* 産業市場調査部 */
#market.container.sub_top main h2 {
  color: #94AACBB3;
}

#market.container.sub_top main a.btn {
  background: #5778A8;
}

#market.container.sub_top main a.btn:hover {
  background: #2d4e7d;
}

#market.container.sub_top main a.btn::after {
  border-top: solid 2px #5778A8;
  border-right: solid 2px #5778A8;
}

#market .department_news ul li, #market .department_blog ul li {
  border-bottom: 2px dotted #94AACB;
}

#market .department_consulting p {
  margin-bottom: 3rem;
}

#market .department_consulting ul li {
  background: #B3C1D6;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

#market .department_consulting ul li:not(:last-child) {
  margin-right: 2rem;
}

#market .department_consulting ul li p {
  font-weight: bold;
  margin: 1rem 0 0;
}

#market .department_report ul li {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#market .department_report ul li::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #94AACB;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -9px;
  transition: .3s;
}

#market .department_report ul li::after {
  background: none;
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: .3s;
}

#market .department_report ul li:hover::before {
  background: #2d4e7d;
  left: 30px;
}

#market .department_report ul li:hover::after {
  left: 34px;
}

#market .department_report ul li:not(:last-child) {
  margin-right: 2rem;
}

#market .department_report ul li a {
  text-align: center;
  color: #5778A8;
  font-weight: 500;
  display: block;
  padding: 2rem;
  transition: .3s;
}

#market .department_report ul li:hover a {
  color: #2d4e7d;
}

#market .department_business h3 {
  font-size: 1.6rem;
  color: #fff;
  background: #94AACB;
  padding: 1.3rem 3rem;
  text-align: left;
}

#market .department_business table {
  width: 100%;
  margin-bottom: 7rem;
}

#market .department_business table tr:first-child {
  color: #5778A8;
  border-bottom: 1px solid #5778A8;
  text-align: left;
}

#market .department_business table tr:first-child th {
  padding: 0 1rem 1rem;
}

#market .department_business table tr td {
  padding: 3rem 1rem;
  border-bottom: 1px solid #DBDBDB;
}

#market .department_business table tr td:nth-child(2) {
  width: 170px;
  max-width: 100%;
}


@media screen and (max-width: 768px) {
  #culture .department_culture .culture_seminer_price {
    flex-direction: column;
  }

  #culture .department_culture .culture_seminer_price div {
    width: 100%;
  }

  #culture .department_culture .culture_seminer_price div:not(:last-of-type) {
    margin-bottom: 2rem;
  }

  .container.sub_top main .flex.service_inner {
    flex-direction: column;
  }

  #culture .department_service .service_inner > div {
    margin-left: 0;
    margin-bottom: 2rem;
  }

  #culture .department_about ul {
    flex-direction: column;
  }

  #culture .department_about ul li {
    margin-left: 0;
    margin-bottom: 2rem;
  }

  #culture .department_search.in_page #searchbox #area-input dt {
    text-align: left;
    margin-bottom: 1rem;
  }

  #culture #searchbox #area-input .keyword dt, #culture #searchbox #area-input dd {
    width: 100%;
  }

  #culture #searchbox #area-input .keyword dd {
    width: 90%;
  }

  #culture .department_kakehashi .new_kakehashi {
    padding: 5rem;
  }

  #culture .department_kakehashi .new_kakehashi .new_kakehashi_inner {
    flex-direction: column;
    align-items: center;
  }

  #culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_img {
    margin-bottom: 3rem;
    margin-right: 0;
  }

  #business .department_service ul {
    flex-direction: column;
  }

  #business .department_service ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  #market .department_consulting ul {
    flex-direction: column;
  }

  #market .department_consulting ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  #market .department_business table tr td:nth-child(2) {
    width: 80px;
  }

  #market .department_report ul {
    flex-direction: column;
  }

  #market .department_report ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 425px) {
  #culture .department_kakehashi .new_kakehashi {
    padding: 5rem 3rem;
  }

  #culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_img {
    width: 100%;
  }

  #culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_topic .top_kakehashi_ftitle span {
    display: block;
    margin-bottom: 1rem;
  }

  #culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_topic .kakehashi_topic_inner {
    flex-direction: column;
  }

  #culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_topic div:first-child {
    margin-bottom: 1rem;
    text-align: center;
  }

  #culture .department_kakehashi .new_kakehashi .new_kakehashi_inner .kakehashi_topic .top_kakehashi_fimage {
    width: 80%;
    /* height: 200px; */
  }
}

/* =================================
   下層ページ
   ================================= */
/* -------------
   下層ヘッダー
   ------------- */
.page-header {
  margin: 116px auto 7rem;
  padding: 7rem 0 10rem;
}

/* 文化事業部 */

.events .page-header,
.cultures .page-header,
.b_culture-department .page-header,
.c_culture-department .page-header,
.longiv .page-header,
.tomo .page-header,
.webmember .page-header,
.line .page-header,
.periodicals .page-header {
  background: linear-gradient(0deg,rgba(255,255,255,0) 12%,rgba(245,199,154,1) 36%), url(../img/renew2022/common/bg_kv_culture@2x.png) no-repeat center bottom / 100%;
}

@media screen and (max-width: 1460px) {
  .events .page-header,
  .cultures .page-header,
  .b_culture-department .page-header,
  .c_culture-department .page-header,
  .longiv .page-header,
  .tomo .page-header,
  .webmember .page-header,
  .line .page-header,
  .periodicals .page-header  {
    background: linear-gradient(0deg,rgba(255,255,255,0) 12%,rgba(245,199,154,1) 26%), url(../img/renew2022/common/bg_kv_culture@2x.png) no-repeat center bottom / 100%;
  }
}

@media screen and (max-width: 1080px) {
  .events .page-header,
  .cultures .page-header,
  .b_culture-department .page-header,
  .c_culture-department .page-header,
  .longiv .page-header,
  .tomo .page-header,
  .webmember .page-header,
  .line .page-header,
  .periodicals .page-header  {
    background: linear-gradient(0deg,rgba(255,255,255,0) 10%,rgba(245,199,154,1) 6%), url(../img/renew2022/common/bg_kv_culture@2x.png) no-repeat center bottom / 100%;
  }
}

@media screen and (max-width: 768px) {
  .events .page-header,
  .cultures .page-header,
  .b_culture-department .page-header,
  .c_culture-department .page-header,
  .longiv .page-header,
  .tomo .page-header,
  .webmember .page-header,
  .line .page-header,
  .periodicals .page-header  {
    background: linear-gradient(0deg,rgba(255,255,255,0) 5%,rgba(245,199,154,1) 6%), url(../img/renew2022/common/bg_kv_culture@2x.png) no-repeat center bottom / 100%;
  }
}

.events .page-header h1::after,
  .cultures .page-header h1::after,
  .b_culture-department .page-header h1::after,
  .c_culture-department .page-header h1::after,
.b_culture-department .page-header h1::after ,
.c_culture-department .page-header h1::after,
.longiv .page-header h1::after,
.tomo .page-header h1::after,
.webmember .page-header h1::after,
.line .page-header h1::after,
.periodicals .page-header h1::after {
    background: url(../img/renew2022/sub_top/culture/im_kv_culture.svg) no-repeat;
    background-size: contain;
}

.page-header {
  justify-content: space-between;
  text-align: left;
}

.sub_top .page-header {
  text-align: center;
}

.page-header h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: none;
  width: 100%;
  max-width: 112rem;
  margin: auto;
  padding: 0 2rem;
  position: relative;
  line-height: 1.5;
  padding-right: 60rem;
  box-sizing: border-box;
}

.page-header h1::after {
  content: '';
  display: inline-block;
  width: 570px;
  height: 300px;
  background: url(../img/renew2022/sub_top/culture/im_kv_culture.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* 人材開発部 */
.business_seminar .page-header,
.b_business-department .page-header,
.c_business-department .page-header{
  background: linear-gradient(0deg,rgba(255,255,255,0) 12%,#99C3A0 36%), url(../img/renew2022/common/bg_kv_business@2x.png) no-repeat center bottom / 100%;
}

@media screen and (max-width: 1460px) {
  .business_seminar .page-header,
  .b_business-department .page-header,
  .c_business-department .page-header {
    background: linear-gradient(0deg,rgba(255,255,255,0) 12%,#99C3A0 26%), url(../img/renew2022/common/bg_kv_business@2x.png) no-repeat center bottom / 100%;
  }
}

@media screen and (max-width: 1080px) {
  .business_seminar .page-header,
  .b_business-department .page-header,
  .c_business-department .page-header {
    background: linear-gradient(0deg,rgba(255,255,255,0) 10%,#99C3A0 6%), url(../img/renew2022/common/bg_kv_business@2x.png) no-repeat center bottom / 100%;
  }
}

@media screen and (max-width: 768px) {
  .business_seminar .page-header,
  .b_business-department .page-header,
  .c_business-department .page-header{
    background: linear-gradient(0deg,rgba(255,255,255,0) 5%,#99C3A0 6%), url(../img/renew2022/common/bg_kv_business@2x.png) no-repeat center bottom / 100%;
  }
}

.business_seminar .page-header h1::after,
.b_business-department .page-header h1::after,
.c_business-department .page-header h1::after{
  background: url(../img/renew2022/sub_top/business/im_kv_business.svg) no-repeat;
  background-size: contain;
}

/* 産業市場調査部 */
.business_seminar.business_reports .page-header,
.business_reports .page-header,
.b_market-department .page-header,
.c_market-department .page-header {
  background: linear-gradient(0deg,rgba(255,255,255,0) 12%,#94AACB 36%), url(../img/renew2022/common/bg_kv_market@2x.png) no-repeat center bottom / 100%;
}

@media screen and (max-width: 1460px) {
  .business_seminar.business_reports .page-header,
  .business_reports .page-header,
  .b_market-department .page-header,
  .c_market-department .page-header {
    background: linear-gradient(0deg,rgba(255,255,255,0) 12%,#94AACB 26%), url(../img/renew2022/common/bg_kv_market@2x.png) no-repeat center bottom / 100%;
  }
}

@media screen and (max-width: 1080px) {
  .business_seminar.business_reports .page-header,
  .business_reports .page-header,
  .b_market-department .page-header,
  .c_market-department .page-header {
    background: linear-gradient(0deg,rgba(255,255,255,0) 10%,#94AACB 6%), url(../img/renew2022/common/bg_kv_market@2x.png) no-repeat center bottom / 100%;
  }
}

@media screen and (max-width: 768px) {
  .business_seminar.business_reports .page-header,
  .business_reports .page-header,
  .b_market-department .page-header,
  .c_market-department .page-header {
    background: linear-gradient(0deg,rgba(255,255,255,0) 5%,#94AACB 6%), url(../img/renew2022/common/bg_kv_market@2x.png) no-repeat center bottom / 100%;
  }
}

.business_seminar.business_reports .page-header h1::after,
.business_reports .page-header h1::after ,
.b_market-department .page-header h1::after,
.c_market-department .page-header h1::after{
  background: url(../img/renew2022/sub_top/market/im_kv_market.svg) no-repeat;
  background-size: contain;
}

/* 会社案内 */
.page-header,
.company .page-header,
.sitemap .page-header,
.aboutlink .page-header,
.privacy .page-header,
.policy .page-header,
.keibunblog .page-header{
  background: linear-gradient(0deg,rgba(255,255,255,0) 12%,#E4B5BD 36%), url(../img/renew2022/common/bg_kv_company@2x.png) no-repeat center bottom / 100%;
}

@media screen and (max-width: 1460px) {
    .page-header,
  .company .page-header,
  .sitemap .page-header,
  .aboutlink .page-header,
  .privacy .page-header,
  .policy .page-header,
  .keibunblog .page-header {
    background: linear-gradient(0deg,rgba(255,255,255,0) 12%,#E4B5BD 26%), url(../img/renew2022/common/bg_kv_company@2x.png) no-repeat center bottom / 100%;
  }
}

@media screen and (max-width: 1080px) {
    .page-header,
  .company .page-header,
  .sitemap .page-header,
  .aboutlink .page-header,
  .privacy .page-header,
  .policy .page-header,
  .keibunblog .page-header {
    background: linear-gradient(0deg,rgba(255,255,255,0) 10%,#E4B5BD 6%), url(../img/renew2022/common/bg_kv_company@2x.png) no-repeat center bottom / 100%;
  }
}

@media screen and (max-width: 768px) {
    .page-header,
  .company .page-header,
  .sitemap .page-header,
  .aboutlink .page-header,
  .privacy .page-header,
  .policy .page-header,
  .keibunblog .page-header {
    background: linear-gradient(0deg,rgba(255,255,255,0) 5%,#E4B5BD 6%), url(../img/renew2022/common/bg_kv_company@2x.png) no-repeat center bottom / 100%;
  }
}

.page-header h1::after,
.company .page-header h1::after,
.sitemap .page-header h1::after,
.aboutlink .page-header h1::after,
.privacy .page-header h1::after,
.policy .page-header h1::after,
.keibunblog .page-header h1::after{
  background: url(../img/renew2022/sub_top/company/im_kv_company.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1080px) {
    .page-header {
        padding: 9rem 0 5rem;
        display: block;
        height: auto;
    }

    .page-header h1 {
        text-align: center;
        padding-right: 2rem;
    }

    .page-header h1::after {
        margin: 4rem auto 0;
        position: initial;
        display: block;
        max-width: 100%;
        height: calc(100vw * (300 / 570));
        max-height: 300px;
        transform: none;
    }
    .container.sub_top .page-header{
        padding: 9rem 0 9rem;
    }
    .container.sub_top .page-header .page-header_inner{
        width: auto;
    }

}

@media screen and (max-width: 768px) {
  .page-header {
    margin: 0 auto 7rem;
  }
}

/* @media screen and (max-width: 425px) {
  .page-header {
    padding: 2rem 0 20rem;
  }
} */

/* 共通 */
.innerbox {
  width: 100%;
  max-width: 112rem;
}

#itemlist img {
  border-radius: 10px;
}

/* .events #sidebar .nav-page li:first-of-type, */
 .events #sidebar .nav-page li.current-menu-item, .cultures #sidebar .nav-page li:first-of-type, .cultures #sidebar .nav-page li.current-menu-item, .longiv #sidebar .nav-page li:first-of-type, .longiv #sidebar .nav-page li.current-menu-item, .events #sidebar .nav-page li:not(:first-of-type):hover, .cultures #sidebar .nav-page li:not(:first-of-type):hover, .longiv #sidebar .nav-page li:not(:first-of-type):hover, .periodicals #sidebar .nav-page li:first-of-type, .periodicals #sidebar .nav-page li.current-menu-item, .periodicals #sidebar .nav-page li:not(:first-of-type):hover {
  background-color: #F09A45;
}

.events #sidebar .nav-page, .cultures #sidebar .nav-page, .longiv #sidebar .nav-page, .periodicals #sidebar .nav-page {
  border-color: #F09A45;
}

.business_seminar #sidebar .nav-page li:first-of-type, .business_seminar #sidebar .nav-page li.current-menu-item, .business_seminar #sidebar .nav-page li:not(:first-of-type):hover {
  background-color: #5C8D64;
}

.business_seminar #sidebar .nav-page {
  border-color: #5C8D64;
}

.business_seminar.business_reports #sidebar .nav-page li:first-of-type, .business_seminar.business_reports #sidebar .nav-page li.current-menu-item, .business_seminar.business_reports #sidebar .nav-page li:not(:first-of-type):hover {
  background-color: #5778A8;
}

.business_seminar.business_reports #sidebar .nav-page {
  border-color: #5778A8;
}

.archive-events #calendarBtn a {
  background: #F09A45;
  border-radius: 5px;
}

.page #itemlist .btn .fordetail {
  background: #4A9996;
}

.page #itemlist .btn li, .archive-events .notes li.keibun span:first-of-type, .events.single .info .labels li.keibun span:first-of-type, .events.page .info .labels li.keibun span:first-of-type, .events.page .list .labels li.keibun span {
  background: #F09A45;
}

.archive-events .notes li.agelimit span:first-of-type, .events.single .info .labels li.agelimit span:first-of-type, .events.page .info .labels li.agelimit span:first-of-type {
  background: #F06060;
}

.archive-events .notes li.tel span:first-of-type, .events.single .info .labels li.tel span:first-of-type, .events.page .info .labels li.tel span:first-of-type {
  background: #F098A7;
}

.archive-events .notes li.seats span:first-of-type, .events.single .info .labels li.seats span:first-of-type, .events.page .info .labels li.seats span:first-of-type {
  background: #4A9996;
}

#sidebar .nav-page li:first-of-type, #sidebar .nav-page li:not(:first-of-type):hover, #sidebar .nav-page li.current-menu-item,#sidebar .nav-page #menu-common li:first-of-type:hover {
  background: #E4B5BD;
}


#sidebar .nav-page {
  border-left: 1px solid #E4B5BD;
}

.static #contents #wrapper-calendar h2.ttl-static {
  border-top: 3px solid #F09A45;
}

.static #contents #wrapper-calendar h2.ttl-static {
  border-top: 3px solid #F09A45;
}

.events #searchbox h2 .btn {
  background: #F09A45;
}

.tomo #sidebar .nav-page li:first-of-type, .tomo #sidebar .nav-page li.current-menu-item {
  background-color: #F09A45;
}

.tomo #sidebar .nav-page {
  border-color: #F09A45;
}

.tomo #sidebar .nav-page li:not(:first-of-type):hover {
  background-color: #F09A45;
}

.business_reports #sidebar .nav-page li:first-of-type {
  background: #5778A8;
}

.business_reports #sidebar .nav-page {
  border-left: 1px solid #5778A8;
}

.business_reports #sidebar .nav-page li:not(:first-of-type):hover {
  background: #5778A8;
}

.business_reports.page #contents .page-detail h3.ttl {
  background: #5778A8;
}

.page #itemlist .info {
  padding: 0 0 0 2rem;
}

.archive-events #calendarBtn h2 {
  margin: 0 0 3rem;
}

.page #contents .page-detail h4.ttl:not(:nth-child(2)) {
  margin: 0;
}

.page #contents .page-detail h4.ttl:not(:nth-child(1)) {
  margin: 4rem 0 0;
}

.page-events #contents .page-detail h4.ttl {
  border-left: 7px solid #F09A45;
}

.fc-calendar .fc-head > div:nth-of-type(6) {
  background: #2f6ecb;
}

.fc-calendar .fc-row > div:nth-of-type(6) > span.fc-date {
  color: #2f6ecb;
}

.fc-calendar .fc-head > div:nth-of-type(7) {
  background: #e83838;
}

.fc-calendar .fc-row > div:nth-of-type(7) > span.fc-date {
  color: #e83838;
}

.events.single .info .place .more a {
  background: #F09A45;
}

.events.single .info .pdf a {
  background: #E53535;
}

.events.single .info .entrybtn a, .events.single .info .entrybtn span {
  background: #F09A45;
}

.events.single .info .entrybtn span {
  background: #aaa;
}

.events.single #infotab nav li span.current {
  background: linear-gradient(250deg, transparent 1.1rem, #F09A45 1.2rem);
}

.events.single #infotab nav li:last-of-type span.current {
  background: linear-gradient(-250deg, transparent 1.1rem, #F09A45 1.2rem);
}

.page-cultures #contents .culture p.line.privilege {
  border: none;
  padding: 3rem;
  margin: 3rem 0;
  box-sizing: border-box;
  width: 100%;
  background: #FAF6ED;
  border-radius: 10px;
}

.page-cultures #blog .blog-inner {
  border: none;
  border-radius: 10px;
  padding: 2rem;
}

.page-cultures #contents .culture .btn li a, .page-cultures #contents .culture .btn li:nth-of-type(2) a {
  background: #4A9996;
}

.page-cultures #contents .page-detail h4.ttl {
  border-left: 7px solid #F09A45;
}

.page #contents .page-detail section.postscript {
  border: 2px solid #F09A45;
}

.page #contents .page-detail section.postscript h1 {
  background: #F09A45;
}

.static.cultures .contactInfo .entrybtn .pdf a {
  background: #4A9996;
}

.longiv.single .bloc-iv h3 {
  border-left: 6px solid #F09A45;
}

/* ねっとものご案内 */
.static #contents h2.ttl-static {
  border-top: 3px solid #F09A45;
}

.webmember.static .btn ul li a {
  background: #4A9996;
  padding: 2rem 1rem;
}

.webmember.static .btn ul li:last-of-type a {
  background: #F09A45;
}

.webmember.static #contents .offer .txt h3.ttl-static {
  color: #F09A45;
}

/* KEIBUNスタッフ日記 */
.single .entry-header, .static .entry-header {
  border-top: 3px solid #F06060;
}

/* 文化講座一覧 */
.cultures .pagelist .kusatsu li a:before {
  color: #4A9996;
}
.cultures .pagelist .kusatsu.minamikusatsu li a:before {
  color: #F09A45;
}
.cultures .pagelist .kusatsu.amikahall li a:before {
  color: #5778A8;
}
.cultures .pagelist .otsu li a:before {
  color: #F06060;
}
.cultures .pagelist .otsu.shigaginhall li a:before {
  color: #9684b8;
}
.cultures .box.kusatsu > h3 span {
  background-color: #4A9996;
}
.cultures #contents #wrapper-list .box.kusatsu {
  border-left: .5rem solid #4A9996;
}
.cultures .box.kusatsu.minamikusatsu > h3 span {
  background-color: #F09A45;
}
.cultures #contents #wrapper-list .box.kusatsu.minamikusatsu {
  border-left: .5rem solid #F09A45;
}
.cultures .box.kusatsu.amikahall > h3 span {
  background-color: #5778A8;
}
.cultures #contents #wrapper-list .box.kusatsu.amikahall {
  border-left: .5rem solid #5778A8;
}
.cultures .box.otsu > h3 span {
  background-color: #F06060;
}
.cultures #contents #wrapper-list .box.otsu {
  border-left: .5rem solid #F06060;
}
.cultures .box.otsu.shigaginhall > h3 span {
  background-color: #9684b8;
}
.cultures #contents #wrapper-list .box.otsu.shigaginhall {
  border-left: .5rem solid #9684b8;
}

/* KEIBUN友の会 提携店一覧 */
.tomo #itemlist .category li {
  background: #5778A8;
}

.tomo #itemlist .category .art {
  background: #F06060;
}

.tomo #itemlist .category .gourmet {
  background: #F09A45;
}

/* おすすめセミナー */
.business_seminar.static #contents h2.ttl-static {
  border-top: 3px solid #5C8D64;
}

.business_seminar.static #contents .hayawari h2.ttl-static {
  background: #5C8D64;
  color: #fff;
  font-size: 2.5rem;
  padding: 1rem 2rem;
}

.hayawari p.note {
  border: 2px solid #5C8D64;
}

.hayawari .hayawari_blue {
  color: #5C8D64;
}

/* セミナー一覧 */
.archive-business_seminar #wrapper-list article > h2 {
  border-top: 3px solid #5C8D64;
}

.business_seminar #searchbox h2 .btn {
  background: #5C8D64;
}

.business_seminar .labels .new {
  background: #F06060;
}

.business_seminar .labels .icon {
  background: #5778A8;
}

.business_seminar .labels .hybrid-v, .business_seminar .labels .visit {
  background: #F09A45;
}

.business_seminar .labels .multiple {
  background: #5C8D64;
}

.business_seminar .labels .hybrid-o, .business_seminar .labels .online {
  background: #F09A45;
}

.archive-business_seminar #itemlist li h2 span.quiet, .business_seminar.single h2.entry-title span.quiet {
  background: #E53535;
}

.archive-business_seminar #itemlist li h2 span.emphasis, .business_seminar.single h2.entry-title span.emphasis {
  color: #E53535;
}

/* セミナー詳細 */
.business_seminar .entry-header {
  border-top: 3px solid #5C8D64;
}

.business_seminar.single .info .place .more a, .business_seminar.single .info .pdf .forpdf a, .business_seminar.single .seminar-meta .more a {
  background: #F09A45;
}

/* セミナーお申し込みの流れ */
.business_seminar.static #flow dt span {
  background: #5C8D64;
}

.business_seminar.static #flow dd.arrow .fa {
  color: #5C8D64;
}

.business_seminar.single .info .pdf .forpdf a {
  background: #E53535;
}

.business_seminar.single .btn_print span {
  background: #4A9996;
}

.business_seminar.single .feature h3 {
  border-bottom: .3rem double #4A9996;
  color: #4A9996;
}

/* 講師派遣オリジナルプラン */
.page-business_seminar #contents .orijinalplan #strength ul.line li span {
  background: #F06060;
}

.page-business_seminar #contents .orijinalplan #strength ul.line li strong {
  color: #5C8D64;
}

.page-business_seminar #contents .orijinalplan #flow h4 {
  background: #d7e9da;
  color: #5C8D64;
}

.page-business_seminar #contents .orijinalplan #flow ul.line li {
  background: #d7e9da;
}

.page-business_seminar #contents .orijinalplan #flow ul.line li span {
  color: #5C8D64;
}

.page #contents .page-detail section.postscript h1 {
  background: #5C8D64;
}

.page #contents .page-detail section.postscript {
  border: 2px solid #5C8D64;
}

.page #contents .page-detail table th {
  border: 1px solid #d7e9da;
  background: #d7e9da;
}

.page #contents .page-detail h6.ttl::before {
  background-color: #5C8D64;
}

/* ビジネスレポート */
.business_seminar.business_reports #searchbox h2 .btn {
  background: #5778A8;
}

.business_reports #wrapper-list .box h2 {
  border-top: 3px solid #5778A8;
}

.business_reports .box .more a {
  background: #5778A8;
}

a {
  color: #5778A8;
}

/* アクセス */
.page #contents .page-detail h3.ttl {
  background-color: #E4B5BD;
}

.page-company p.map {
  text-align: center;
}

/* 個人情報の保護について */
.static.policy #contents h2.ttl-static {
  border-top: 3px solid #E4B5BD;
}

/* よくある質問 */
.faq.static dt:before, .faq.static dd:before {
  color: #F06060;
}

.faq.static dd:before {
  color: #F09A45;
}

.faq.static dd {
  background: #FAF6ED;
}

/* かけはし */
.periodicals #searchbox h2 .btn {
  background: #F09A45;
}

.archive-periodicals #wrapper-list h3 {
  border-top: 3px solid #F09A45;
}

.periodicals.single .feature dt {
  border-left: 5px solid #F09A45;
}

.periodicals #infotab .allpage a {
  background: #4A9996;
}

.periodicals #relative nav li.current span {
  background: #F09A45;
}

.periodicals.single #relative nav li.current:after {
  border-top: 10px solid #F09A45;
}

/* 定期刊行物 */
.periodicals.page h3 {
  border-top: 3px solid #E4B5BD;
}
.periodicals a.btn {
  background: #4A9996;
}
.periodicals a.btn:hover {
  color: #fff;
}
.periodicals a.btn:before, a.btn:after {
  background: #4A9996;
}

/* お知らせ一覧 */
#topics li .c_seminar, #topics li .c_businessreport, .commonentry.single .entry-meta .c_seminar, .commonentry.single .entry-meta .c_businessreport {
  background: #5C8D64;
}
#topics li .c_events, #topics li .c_cultures, .commonentry.single .entry-meta .c_events, .commonentry.single .entry-meta .c_cultures {
  background: #F09A45;
}
#topics li .c_members, #topics li .c_periodicals, .commonentry.single .entry-meta .c_members, .commonentry.single .entry-meta .c_periodicals {
  background: #F06060;
}

/* 部署のご案内 */
.page #contents .page-detail .blue {
  color: #4A9996;
}

/* 会場一覧 */
.place #searchbox h2 .btn {
  background: #F09A45;
}

/* 会社案内 */
.page-detail.company h2 {
  font-size: 2.6rem;
  color: #4A9996;
  border-bottom: 1px solid #4A9996;
  padding: 1rem 0;
  margin-top: 5rem;
}

.page-detail.company p {
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

.page-detail.company p a img{
  max-width: 191px;
  margin-bottom: 1rem;
}

/* .page-detail.company a.btn {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  background: #4A9996;
  margin: auto;
  text-align: center;
  padding: 2rem;
  position: relative;
  transition: .5s;
  box-sizing: border-box;
}

.page-detail.company a.btn:hover {
  background-color: #0d4240;
}

.page-detail.company a.btn:hover {
  color: #fff;
}

.page-detail.company a.btn::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -9px;
}

.page-detail.company a.btn::after {
  background: none;
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #4A9996;
  border-right: solid 2px #4A9996;
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -4px;
  transform: rotate(45deg);
} */

/* 新入社員研修 */

/* 部署のご案内 */
.company .page-detailInner p.company_ttl {
  border-bottom: 1px solid #4A9996;
  font-weight: bold;
  color: #4A9996;
}

.company .page-detailInner .eventbox li {
  margin-bottom: 1rem;
}

.company .page-detailInner .eventbox li span {
  font-weight: bold;
}

.company .page-detailInner .contact_txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #4a9a97;
  padding: 1rem;
  margin-top: 2rem;
}

/* ブログ */
.blog #sidebar li ul.children {
  text-indent: 1em;
}

.blog #sidebar li ul.children li {
  margin: 0;
}

/* LINE友だち募集 */
.line {
  font-size: 1.6rem;
}

.line .line_ttl {
  margin-bottom: 5rem;
}

.line h2 {
  font-size: 2.6rem;
  color: #fff;
  background-color: #06B43B;
  text-align: center;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 2rem;
}

.line p.read {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #06B43B;
  padding-bottom: 5rem;
}

.line .content .content-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.line .content dl {
  width: 41%;
  max-width: 100%;
  border: 2px solid #06B43B;
  border-radius: 5px;
  padding: 3rem;
  margin-bottom: 2rem;
}

.line .content dl dt {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
}

.line .content dl dt span {
  width: 60px;
  display: inline-block;
  margin-right: 1rem;
}

.line .line_add-friend {
  display: flex;
  gap: 2rem;
}

.line .line_add-friend dl {
  background: #DEF4E4;
  padding: 3rem 2rem;
}

.line .line_add-friend dl dt {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.line .line_add-friend dl dt span {
  width: 60px;
  display: inline-block;
  margin-right: 1rem;
}

.line .line_add-friend dl dd:first-of-type {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .line .line_add-friend {
    flex-direction: column;
  }

  .line .content dl {
    width: 100%;
  }
}

/* カレンダー */
.fc-calendar .fc-row > div > span.fc-date.shukujitsu_event_day,
.shukujitsu_event{
    color: #e83838;
    pointer-events: none;
}

/* 講師派遣オリジナルプラン 2023.01.18追記 */
.page #contents .page-detail table.ct_theme th {
  width: 10%;
}
