@charset "UTF-8";
/* TOPページ検索ボックス */
.search_error_msg {
  display: none;
  font-size: 12px;
  text-align: center;
  color: #ff0000;
  padding: 10px;
}

.search_cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 101;
}

.search_cover.open {
  display: block;
}

.top_search {
  background-color: #1d428a;
  height: 50px;
  position: relative;
  z-index: 151;
}
.top_search p {
  color: #fff;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 40px;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 680px) {
  .top_search p {
    padding: 0 15px;
  }
}
.top_search p i {
  font-style: normal;
}
@media only screen and (max-width: 680px) {
  .top_search p i {
    display: none;
  }
}
.top_search span {
  display: inline-block;
  padding: 0 20px 0 25px;
  background-image: url(../img/icon_arrow3.png), url(../img/icon_filter_w.png);
  background-size: 7px 11px, 18px 18px;
  background-position: right center, left center;
  background-repeat: no-repeat, no-repeat;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.top_search span.open {
  background-image: url(../img/icon_arrow_down.png), url(../img/icon_filter_w.png);
  background-size: 11px 7px, 18px 18px;
}
.top_search span:hover {
  opacity: 0.8;
}

.top_search_body {
  display: none;
  position: absolute;
  left: 0;
  z-index: 150;
  width: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  border-bottom: solid 1px #ddd;
  background-color: #fff;
}
.top_search_body .select_category {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  .top_search_body .select_category {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 680px) {
  .top_search_body .select_category {
    padding: 0 10px;
  }
}
.top_search_body .select_item_inner {
  margin-bottom: 20px;
}

.top_search_body.open {
  display: block;
  top: 170px;
  animation: top_search_body_open 0.2s both;
}
@media only screen and (max-width: 1080px) {
  .top_search_body.open {
    top: 125px;
    animation: top_search_body_open_sp 0.2s both;
  }
}

.top_search_body.close {
  display: block;
  top: 0px;
  height: 0;
  overflow: hidden;
  animation: top_search_body_close 0.2s both;
}

@keyframes top_search_body_open {
  0% {
    top: -100px;
  }
  100% {
    top: 170px;
  }
}
@keyframes top_search_body_open_sp {
  0% {
    top: -100px;
  }
  100% {
    top: 125px;
  }
}
@keyframes top_search_body_close {
  0% {
    display: block;
    opacity: 1;
    top: 170px;
    height: auto;
    overflow: visible;
  }
  95% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.top_search_close {
  padding: 30px 0 0;
  text-align: center;
}
.top_search_close span {
  display: inline-block;
  font-size: 15px;
  padding: 5px 30px;
  border-radius: 3px;
  cursor: pointer;
}
.top_search_close span:hover {
  color: #009ed9;
}

/* ---------------------------------------------------------
▼スライダー
----------------------------------------------------------*/
.top_hero {
  max-width: 1280px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 680px) {
  .top_hero {
    margin: 0 auto 40px;
  }
}

.slide_item {
  position: relative;
  height: 400px;
  margin: 0 0 10px;
  padding: 0 80px;
  border-bottom: solid 1px #ddd;
}
@media only screen and (max-width: 680px) {
  .slide_item {
    padding: 0 20px 60px;
    border-bottom: none;
    height: auto;
  }
}
.slide_item .ttl {
  font-size: 32px;
  line-height: 1.4;
  color: #000;
  padding-top: 80px;
}
@media only screen and (max-width: 1080px) {
  .slide_item .ttl {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 680px) {
  .slide_item .ttl {
    padding-top: 34vw;
    font-size: 20px;
    text-align: center;
  }
}
.slide_item .text {
  font-size: 16px;
  line-height: 1.7;
  padding: 30px 0 0;
  max-width: 50%;
}
@media only screen and (max-width: 680px) {
  .slide_item .text {
    max-width: none;
    font-size: 14px;
    text-align: center;
    padding: 20px 0 0;
  }
}
.slide_item .text + .text {
  padding: 5px 0 0;
}
.slide_item .btn {
  margin: 30px 0 0;
}
@media only screen and (max-width: 680px) {
  .slide_item .btn {
    text-align: center;
    margin: 20px 0 0;
  }
}

.slide_item {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media only screen and (max-width: 1080px) {
  .slide_item {
    background-size: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .slide_item {
    background-position: right top;
  }
}

/* ---------------------------------------------------------
▼トップページ セミナー／イベント
----------------------------------------------------------*/
.top_seminar {
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .top_seminar {
    margin: 0 25px;
  }
}
.top_seminar .event_item {
  padding: 25px 0 20px;
  border-bottom: solid 1px #ddd;
}
.top_seminar h1 + .event_item {
  border-top: solid 1px #ddd;
}
.top_seminar .event_item_head {
  display: flex;
  align-items: center;
}
.top_seminar .event_item_head .label {
  margin-right: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 680px) {
  .top_seminar .event_item_head {
    display: block;
  }
}
.top_seminar .event_item_title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 680px) {
  .top_seminar .event_item_title {
    line-height: 1.5;
  }
}
.top_seminar .event_item_foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 680px) {
  .top_seminar .event_item_foot {
    display: block;
  }
}
.top_seminar .event_item_foot .label {
  margin-right: 5px;
}
.top_seminar .event_item_date {
  font-size: 14px;
  color: #565656;
  margin: 5px 0;
  white-space: nowrap;
}
.top_seminar .event_item_com {
  font-size: 14px;
  line-height: 1.5;
  color: #565656;
  margin: 5px 20px;
}
@media only screen and (max-width: 680px) {
  .top_seminar .event_item_com {
    margin: 5px 0px;
  }
}
.top_seminar .event_item_com span {
  margin: 0 10px 0 0;
}
.top_seminar .event_item_cat {
  margin: 0px 0 5px;
}

/* ---------------------------------------------------------
▼トップページ 見出し文字
----------------------------------------------------------*/
.top_block {
  margin: 0 0 50px;
}
@media only screen and (max-width: 1380px) {
  .top_block {
    margin: 0 50px 50px;
  }
}
@media only screen and (max-width: 1080px) {
  .top_block {
    margin: 0 40px 50px;
  }
}
@media only screen and (max-width: 680px) {
  .top_block {
    margin: 0 20px 30px;
  }
}
.top_block h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 23px;
  line-height: 1.2;
  font-weight: normal;
  color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px 30px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 680px) {
  .top_block h1 {
    margin: 0 0 15px;
    padding: 15px;
    display: block;
  }
  .top_block h1 span {
    display: block;
    padding-bottom: 10px;
  }
}
.top_block h1 a {
  font-size: 14px;
  color: #fff;
  background-image: url("../img/icon_arrow3.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 7px 11px;
  padding-right: 20px;
}
@media only screen and (max-width: 680px) {
  .top_block h1 a {
    display: block;
    text-align: right;
  }
}
.top_block h1 a:hover {
  opacity: 0.8;
}

.top_pickup h1 {
  background-color: #1d428a;
  background-image: url("../img/top_bar1.png");
}

.top_newdoc h1 {
  background-image: url("../img/top_bar1.png");
  background-color: #1d428a;
}

.top_seminar h1 {
  background-image: url("../img/top_bar1.png");
  background-color: #1d428a;
}

/* ---------------------------------------------------------
▼トップページ - about
----------------------------------------------------------*/
.top_about {
  margin: 100px 0 40px;
  color: #fff;
  background-image: url(../img/top_about_bg.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #7f35b2;
  padding: 60px 40px 40px 50px;
}
@media only screen and (max-width: 680px) {
  .top_about {
    margin: 50px 0 40px;
    padding: 40px 20px;
    background-image: none;
  }
}
.top_about h1 {
  color: #fff;
}
@media only screen and (max-width: 680px) {
  .top_about h1 {
    font-size: 26px;
  }
}
.top_about .text {
  line-height: 1.5;
  margin-top: 20px;
  max-width: 500px;
}
@media only screen and (max-width: 680px) {
  .top_about .text {
    max-width: none;
  }
}
@media only screen and (max-width: 680px) {
  .top_about .btn_mail {
    text-align: center;
  }
}
.top_about .btn_mail a {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 30px;
  border-radius: 3px;
  color: #fff;
  border: solid 1px #fff;
  transition: 0.4s;
}
.top_about .btn_mail a:hover {
  color: #1d428a;
  border: solid 1px #fff;
  background-color: #fff;
}

/* ---------------------------------------------------------
▼トップページ - 参加企業
----------------------------------------------------------*/
.top_company {
  padding: 100px 0;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 680px) {
  .top_company {
    padding: 40px 10px;
  }
}
.top_company h1 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 680px) {
  .top_company h1 {
    font-size: 26px;
  }
}
.top_company ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top_company li {
  margin-top: 20px;
  margin-left: 6px;
  margin-right: 6px;
}
@media only screen and (max-width: 680px) {
  .top_company li {
    width: 46%;
    max-width: 230px;
    margin: 1%;
  }
}
.top_company a {
  display: inline-block;
  border: solid 1px #ccc;
  transition: 0.2s;
}
.top_company a:hover {
  border: solid 1px #1d428a;
}
.top_company img {
  width: 230px;
  vertical-align: bottom;
}
@media only screen and (max-width: 680px) {
  .top_company img {
    max-width: 230px;
    width: 100%;
  }
}

/* ---------------------------------------------------------
▼トップページ - メルマガ登録
----------------------------------------------------------*/
.top_mailmagazine {
  max-width: 1100px;
  margin: 0 auto;
  background-image: url(../img/illust_mailmagazine.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 100px 50px 100px;
}
@media only screen and (max-width: 1080px) {
  .top_mailmagazine {
    background-position: right center;
    background-size: 50% auto;
  }
}
@media only screen and (max-width: 680px) {
  .top_mailmagazine {
    background-size: 40% auto;
    padding: 40px 20px 40px;
  }
  .top_mailmagazine h1 {
    font-size: 26px;
    text-align: center;
  }
}
.top_mailmagazine .text {
  line-height: 1.7;
  margin-top: 30px;
  max-width: 60%;
}
@media only screen and (max-width: 1080px) {
  .top_mailmagazine .text {
    max-width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .top_mailmagazine .text {
    max-width: 60%;
  }
}
.top_mailmagazine .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 680px) {
  .top_mailmagazine .btn {
    margin-top: 20px;
    text-align: center;
  }
}

/* 横長バナー */
.vmcv_banner {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 40px;
}
@media only screen and (max-width: 680px) {
  .vmcv_banner {
    padding: 0 20px;
  }
}
.vmcv_banner a {
  transition: 0.2s;
}
.vmcv_banner a:hover {
  opacity: 0.7;
}
.vmcv_banner img {
  max-width: 100%;
}

/* バナー２つ横並び */
.vmcv_banner_set {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto 50px;
  padding: 0 40px;
}
@media only screen and (max-width: 680px) {
  .vmcv_banner_set {
    display: block;
    padding: 0 20px;
    text-align: center;
  }
}
.vmcv_banner_set p {
  margin: 0 10px;
}
@media only screen and (max-width: 680px) {
  .vmcv_banner_set p {
    margin: 0 0 15px;
  }
}
.vmcv_banner_set img {
  max-width: 100%;
}
.vmcv_banner_set a {
  transition: 0.2s;
}
.vmcv_banner_set a:hover {
  opacity: 0.7;
}