body {
  font-family: 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;

  margin: 0;

  color: #333;
  border-left: none;
}
body.bluever_header {
  font-family: 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

header {
  border-bottom: 0;
}

.sp_only {
  display: none!important;
}

a {
  -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

a:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none!important;
  }

  .sp_only {
    display: block!important;
  }
}

.mobile_header {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile_header {
    position: fixed;
    z-index: 9;
    top: 0;

    display: flex;

    width: 100%;
    height: 54px;

    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .mobile_header > a {
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .mobile_header > a > img.logo {
    display: block;

    width: 110px;
    margin: auto;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mobile_header .header_menu_icon {
    position: absolute;
    top: 10px;
    right: 10px;

    width: 20px;
    height: 20px;
    padding: 10px;

    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .header_menu_icon .drawer_bar::before {
    background-color: #707070;
  }
}

section.tier.header_nav {
  padding: 0;
}

@media screen and (max-width: 767px) {
  section.tier.header_nav {
    position: fixed;
    z-index: 10;
    top: 0;
    left: -100vw;

    display: block;

    width: 80vw;
    min-width: 280px;
    max-width: 400px;
    height: 100vh;

    transition: left .7s;
  }

  .header_nav .nav_container {
    overflow: scroll;
    flex-direction: column;

    box-sizing: border-box;
    height: 100vh;
  }

  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .3);
  }
}

.nav_right .nav_category_link i.arrow_right {
  position: absolute;
  top: 16px;
  right: -8px;

  display: block;

  width: 3px;
  height: 3px;

  transform: rotate(-45deg);

  color: #3e3e3e;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

@media screen and (max-width: 767px) {
  .nav_right .nav_category_link i.arrow_right {
    position: inherit;

    margin: auto;
    margin-left: 10px;
  }
}

.hero {
  padding: inherit;
}

.container {
  position: relative;

  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
}

.hero_container {
  position: relative;

  max-width: 1280px;
  height: 100%;
  margin: auto;
  padding: 0 40px;
}

.header_card_left {
  font-size: 60px;

  position: absolute;
  z-index: 1;
  top: 50%;
  left: 30px;

  display: block;

  width: 9em;

  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .header_card_left {
    width: 100%;
  }
}

.header_card_left .text {
  line-height: 1.0;
}

.header_card_left .text .head {
  line-height: 1.3;

  display: block;

  color: #fff;
}

@media screen and (max-width: 767px) {
  .header_card_left .text .head {
    font-size: 30px;

    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .header_card_left .text .head .keyword {
    display: block;

    width: 100%;
  }
}

.header_card_left .text .caption {
  font-size: 20px;
  line-height: 1.6;

  display: block;

  margin-top: 12px;

  color: #fff;
}


@media screen and (max-width: 767px) {
  .header_card_left .text .caption {
    font-size: 12px;

    display: block;

    padding: 14px 20px;

    color: #3e3e3e;
    background-color: rgba(255, 255, 255, .7);
  }
}

.header_card_left .logo {
  display: block;

  width: 143px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .header_card_left {
    top: inherit;
    bottom: 0;
    left: 0;

    transform: inherit;
  }

  .header_card_left .logo {
    display: none;
  }
}

.hero_container_image {
  position: relative;

  width: 100%;
  height: 500px;

  background: no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .hero_container_image {
    height: 320px;
    margin-top: 54px;
  }
}

.header_nav {
  background-color: #fff;
}

.nav_container {
  top: 0;

  display: block;

  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 20px 40px;

  background-color: #fff;
}

.nav_container.fixed {
  position: fixed;
  z-index: 10;
  top: 0;

  max-width: inherit;

  animation: toggleNav .7s;
}

@keyframes toggleNav {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

.nav_container_bg {
  display: flex;

  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .nav_container_bg {
    display: block;
  }
}

.nav_left,
.nav_right {
  display: inline-flex;
  flex-grow: 1;
}

.nav_category_link:hover,
.nav_category_link:active,
.nav_category_link:visited {
  color: #3e3e3e;
}

.nav_left .nav_category {
  position: relative;

  display: inline-flex;

  margin-right: auto;
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .nav_left .nav_category {
    flex-direction: column;

    padding: 5px 0;
  }

  .nav_left .nav_category:nth-child(n+2) {
    margin-top: 14px;
  }
}

.nav_left .nav_category.active {
  border-bottom: solid 1px #588cb9;
}

@media screen and (max-width: 767px) {
  .nav_left .nav_category.active {
    border-bottom: inherit;
  }
}

.nav_left .nav_category_link {
  display: inline-flex;
  flex-direction: column;

  color: #3e3e3e;
}

@media screen and (max-width: 767px) {
  .nav_left .nav_category_link {
    flex-direction: row;
  }
}

.nav_left .nav_category_link_title,
.nav_left .nav_category_link_subtitle {
  display: block;
}

@media screen and (max-width: 767px) {
  .nav_left .nav_category_link_subtitle {
    margin-left: 20px;
  }
}

.nav_left .nav_category_link_title {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .nav_left .nav_category_link_title {
    font-size: 16px;
  }
}

.nav_left .nav_category_link_subtitle {
  font-size: 14px;

  margin-top: 4px;
}

.nav_right .nav_category {
  position: relative;

  display: inline-flex;
  align-items: center;

  margin-left: auto;
}

.nav_right .nav_category:nth-child(n+2) {
  margin-left: 25px;
}


@media screen and (max-width: 767px) {
  .nav_left,
  .nav_right {
    flex-direction: column;
    flex-grow: 0;

    width: 100%;
  }

  .nav_right .nav_category {
    margin-top: 16px;
    margin-right: auto;
    margin-left: inherit;
  }

  .nav_right .nav_category:nth-child(n+2) {
    margin-left: 0;
  }
}


.nav_right .nav_category_link {
  display: inline-flex;
  flex-direction: column;

  color: #3e3e3e;
}

@media screen and (max-width: 767px) {
  .nav_right .nav_category_link {
    font-size: 16px;

    flex-direction: row;

    padding: 5px 0;
  }
}

.nav_right .nav_category_link_title,
.nav_right .nav_category_link_subtitle {
  display: block;
}

.nav_right .nav_category_link_title {
  font-size: 20px;
}

.nav_right .nav_category_link_subtitle {
  font-size: 14px;

  margin-top: 4px;
}


.nav_category_sub_container {
  position: absolute;
  z-index: 10;
  top: 3em;

  display: none;

  box-sizing: border-box;
  padding: 28px 36px;

  border: solid 1px #588cb9;
  background-color: #f5f7fa;
}

.nav_category_sub_container.products {
  width: 75vw;
  min-width: 700px;
  max-width: 1040px;
}

.nav_category_sub_container.seminars {
  width: 50vw;
  min-width: 600px;
  max-width: 1040px;
}

@media screen and (max-width: 767px) {
  .nav_category_sub_container.products {
    position: static;

    width: auto;
    min-width: inherit;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0;

    border: inherit;
    background-color: inherit;
  }

  .nav_category_sub_container.seminars {
    position: static;

    width: auto;
    min-width: inherit;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0;

    border: inherit;
    background-color: inherit;
  }
}

.nav_category_sub_container .category_top {
  position: relative;

  display: flex;
}

.nav_category_sub_container .category_top i.arrow_right {
  position: absolute;
  top: 22px;
  right: 8px;

  display: block;

  width: 5px;
  height: 5px;

  transform: rotate(-45deg);

  color: #588cb9;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.nav_category_sub_container .category_top > a {
  font-size: 20px;

  display: flex;
  flex-basis: 100%;

  padding: 14px 12px;

  border-bottom: solid 1px #588cb9;
}

.nav_category_sub_container .category_top > a:hover,
.nav_category_sub_container .category_top > a:active,
.nav_category_sub_container .category_top > a:visited {
  color: #3e3e3e;
}

.subcategory_container {
  display: flex;

  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .subcategory_container {
    flex-direction: column;

    margin-top: 0;
    margin-left: 10px;
  }
}

.subcategory_container .subcategory {
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .subcategory_container .subcategory {
    margin-top: 14px;
  }
}

.subcategory_container .subcategory .subcategory_top {
  font-size: 20px;

  display: flex;

  width: 85%;
  padding: 4px 7px;

  border-bottom: 1px solid rgb(88, 140, 185);
}

.subcategory_container .subcategory .subcategory_top > a:hover,
.subcategory_container .subcategory .subcategory_top > a:active,
.subcategory_container .subcategory .subcategory_top > a:visited {
  color: #3e3e3e;
}


.subcategory_container .subcategory .subcategory_top i.arrow_right {
  position: absolute;
  top: 11px;
  right: 8px;

  display: block;

  width: 5px;
  height: 5px;

  transform: rotate(-45deg);

  color: #588cb9;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.subcategory_container .subcategory .subcategory_link {
  display: flex;
  align-items: center;
}

.subcategory_container .subcategory .subcategory_link {
  margin-top: 14px;
}

.subcategory_container .subcategory .subcategory_link > a {
  display: flex;
}

.subcategory_container .subcategory .subcategory_link > a:hover,
.subcategory_container .subcategory .subcategory_link > a:focus,
.subcategory_container .subcategory .subcategory_link > a:visited {
  color: #3e3e3e;
}

.subcategory_container .subcategory .subcategory_link .list_image {
  width: 33px;
  height: 33px;
}

.subcategory_container .subcategory .subcategory_link .list_image img {
  border-radius: 50%;
}

.subcategory_container .subcategory .subcategory_link .link_title {
  font-size: 14px;

  display: inline-flex;
  align-items: center;

  margin-left: 16px;
}

/* リニューアル2020版 */
.bluever_header_nav .head_menu_area {
  display: flex;

  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 40px;
}
@media screen and (max-width: 767px) {
  .bluever_header_nav .head_menu_area {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .bluever_header_nav .head_menu_area .logo {
    display: none;
  }
}/* SP only END */
.bluever_header_nav .head_menu_area .logo a {
  display: block;

  width: 200px;
}
.bluever_header_nav .head_menu_area .logo a img {
  width: 100%;
}
.bluever_header_nav .nav_right .nav_category_link i.arrow_right {
  top: 12px;
}
.bluever_header_nav .header_right .header_search_wrap {
  top: 0;
}
.bluever_header_nav .second_menu_area {
  background-color: #f8f8f8;
}
.bluever_header_nav .second_menu_area .nav_container {
  background-color: #f8f8f8;
}
.bluever_header_nav .nav_left .nav_category {
  float: left;

  margin: 0 40px 0 0;
}

.edit_header_preview {
  line-height: 40px;

  position: fixed;
  z-index: 999;
  top: 0;

  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 18px;

  color: #fff;
  background-color: #0f0f0f;
}

.edit_header_preview div {
  display: inline-block;
}

.edit_header_preview div:nth-child(1) {
  float: left;
}

.edit_header_preview div:nth-child(2) {
  float: right;
}

#header_preview_hidden:hover {
  cursor: pointer;

  opacity: .7;
}

@media screen and (max-width: 767px) {
  .bluever_header_nav .nav_left .nav_category:nth-child(n+2) {
    margin-top: 14px;
  }
}

.blueveer_company_information .company_menu {
  text-align: center;
}
.blueveer_company_information .company_menu ul {
  max-width: 1200px;
  margin: 0 auto;

  text-align: center;
}
@media screen and (max-width: 767px) {
  .blueveer_company_information .company_menu ul {
    text-align: left;
  }
  .blueveer_company_information .company_menu ul:after {
    display: block;
    clear: both;

    content: '';
  }
}/* SP only END */
.blueveer_company_information .company_menu ul li {
  display: inline-block;

  margin-right: 5%;
}
.blueveer_company_information .company_menu ul li a {
  display: block;

  padding: 16px 0;
}
.blueveer_company_information .company_menu ul li a:hover,
.company_info_wrapper .news_link ul li a:hover {
  opacity: .6;
  color: #333;
}
@media screen and (max-width: 767px) {
  .blueveer_company_information .company_menu ul li {
    font-size: 1.8rem;

    float: left;

    box-sizing: border-box;
    width: calc(100% / 2);
    margin: 0;

    border: solid 1px #e8e8e8;
    border-bottom: none;
  }
  .blueveer_company_information .company_menu ul li:nth-of-type(2n) {
    float: right;

    border-left: none;
  }
  .blueveer_company_information .company_menu ul li:nth-of-type(2n):after {
    display: block;
    clear: both;

    content: '';
  }
  .blueveer_company_information .company_menu_inner .active a {
    padding: 12px!important;
  }
  .blueveer_company_information .company_menu ul li:nth-of-type(5),
  .blueveer_company_information .company_menu ul li:nth-of-type(6) {
    border-bottom: solid 1px #e8e8e8;
  }
  .blueveer_company_information .company_menu ul li:nth-of-type(7) {
    border: transparent;
    border-right: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
  }
  .blueveer_company_information .company_menu ul li a {
    padding: 12px;
  }
}/* SP only END */
.blueveer_company_information .company_menu ul li:last-of-type {
  margin-right: 0;
}
.blueveer_company_information .bluetitle_area {
  position: relative;

  width: 100%;
  height: 120px;
  padding: 0;

  background-size: cover;
}
.blueveer_company_information .bluetitle_area .head_menu {
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.blueveer_company_information .bluetitle_area .head_menu {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .blueveer_company_information .bluetitle_area {
    margin-top: 54px;
  }
}/* SP only END */
.blueveer_company_information .bluetitle_area .head_menu h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: inherit;

  margin: 0 auto 8px auto;

  text-align: center;
}
.blueveer_company_information .bluetitle_area .head_menu span {
  font-size: 16px;
}

.nav_category_link_movie {
  border-bottom: 1px solid #588cb9;
}
