@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css@*/
/*==================================================================*/
/* -------------------------------------------- */
/* slideshow */
/* -------------------------------------------- */
#slideshow {
  position: relative;
  width: 100%;
  height: 680px;
}
#slideshow div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0;
  z-index: 8;
}
#slideshow div h1 {
  position: absolute;
  top: 50%;
  left: 3em;
  transform: translateY(-50%);
  padding: .5em;
  font-size: 2.5em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}
#slideshow div.active {
  opacity: 1;
  z-index: 10;
}
#slideshow div.last-active {
  z-index: 9;
}
#slideshow div.main01 {
  background-image: url("/image/front/main_catch01.jpg");
}
#slideshow div.main02 {
  background-image: url("/image/front/main_catch02.jpg");
}
#slideshow div.main03 {
  background-image: url("/image/front/main_catch03.jpg");
}
#slideshow div.main04 {
  background-image: url("/image/front/main_catch04.jpg");
}
#slideshow div.main05 {
  background-image: url("/image/front/main_catch05.jpg");
}
#slideshow div img {
  position: absolute;
  bottom: 6em;
  left: 5vw;
  animation-name: fadeIn;
  animation-duration: 2s;
}

/* -------------------------------------------- */
/* topmenu */
/* -------------------------------------------- */
.topmenu {
  position: relative;
  vertical-align: top;
}
.topmenu .topmenu-in {
  margin-top: -4em;
  display: flex;
}
.topmenu .topmenu-in a {
  display: block;
  position: relative;
  padding: 1em;
  background: #e9ebe7;
  box-shadow: 0px 0px 4px #d3d3d3;
  margin: 0 1%;
  width: 23%;
  z-index: 444;
  transition: all 0.2s linear;
}
.topmenu .topmenu-in a:after {
  content: url(/image/front/top-arr.png);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.topmenu .topmenu-in a:hover {
  opacity: .8;
  text-decoration: none;
}
.topmenu .topmenu-in a .box {
  margin: 0 auto;
}
.topmenu .topmenu-in a .box h2 {
  margin: 0 auto 0.5em;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #333;
}
.topmenu .topmenu-in a .box h2.ic-seminar:before {
  content: url(/image/front/ic_seminar.png);
  display: block;
}
.topmenu .topmenu-in a .box h2.ic-electron:before {
  content: url(/image/front/ic_electron.png);
  display: block;
}
.topmenu .topmenu-in a .box h2.ic-book:before {
  content: url(/image/front/ic_book.png);
  display: block;
}
.topmenu .topmenu-in a .box h2.ic-support:before {
  content: url(/image/front/ic_support.png);
  display: block;
}

/* -------------------------------------------- */
/* bn-area */
/* -------------------------------------------- */
.top-banner {
  margin: 4em auto;
  width: 95%;
}
.top-banner p {
  margin: 0 auto 0.3em;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.6em;
}
.top-banner img {
  width: 100%;
}
.top-banner ul li {
  margin-bottom: 1em;
}
.top-banner ul li:last-child {
  margin-bottom: 0;
}

#bn-area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7vh auto 2em;
}
#bn-area ul li {
  text-align: center;
}
#bn-area ul li:last-child {
  margin-left: 2em;
}

/* -------------------------------------------- */
/* news */
/* -------------------------------------------- */
#news {
  margin: 3em auto 4em;
  width: 95%;
}
#news h2 {
  margin: 0 auto;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  font-size: 1.4em;
  font-weight: bold;
}
#news h2:before {
  content: "\f1ea";
  font-family: "FontAwesome";
  padding: 0 5px 0 0;
  font-weight: normal;
}
#news .list {
  padding: 0.7em;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
#news .list:nth-child(even) {
  background: #f3f7fa;
}
#news .list .date {
  width: 13%;
  min-width: 120px;
  margin-right: 1%;
  line-height: 33px;
}
#news .list .title {
  width: 86%;
  position: relative;
}
#news .list .title span.new {
  margin-right: 5px;
  padding: 0 2px;
  background: #d43132;
  color: #fff;
  font-size: 0.8em;
}
#news .list .title img {
  position: absolute;
  bottom: 1px;
  padding: 0 0 0 10px;
}
#news .list .title a {
  text-decoration: underline;
}
#news .list .title a:hover {
  text-decoration: none;
}

/* -------------------------------------------- */
/* info */
/* -------------------------------------------- */
#info {
  margin: 0 auto;
  padding: 2em 0;
  background: url("/image/front/info_bg.jpg") 0 0 no-repeat;
  background-size: cover;
}
#info h2 {
  margin: 0 auto 2em;
  text-align: center;
  color: #1d5f98;
  font-size: 1.7em;
  font-weight: bold;
}
#info ul {
  display: flex;
}
#info ul li {
  margin: 0 1% 0.5em;
  width: 31.3%;
  text-align: center;
}
#info ul li h3 {
  font-size: 1.2em;
  font-weight: bold;
}
#info ul li h3 span {
  font-size: 0.7em;
}
#info ul li p {
  margin: 0 auto 0.5em;
}
#info ul li p.infotxt {
  margin: 0 auto;
  width: 90%;
  text-align: left;
}
#info ul li p.infotxt em {
  font-weight: bold;
}
#info ul li p.infotxt a {
  text-decoration: underline;
  font-weight: bold;
}
#info ul li p.infotxt a:hover {
  text-decoration: none;
}

@media screen and (orientation: landscape) {
  #slideshow {
    height: 600px;
  }
  #slideshow div {
    background-attachment: scroll;
  }
}
/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  /* -------------------------------------------- */
  /* slideshow */
  /* -------------------------------------------- */
  #slideshow {
    height: 600px;
  }
  #slideshow div {
    background-attachment: scroll;
  }
  #slideshow div img {
    bottom: 4em;
    left: 3vw;
    width: 70%;
    min-width: 300px;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  /* -------------------------------------------- */
  /* slideshow */
  /* -------------------------------------------- */
  #slideshow {
    height: 240px;
  }
  #slideshow div h1 {
    left: 1em;
    top: 0;
    transform: translateY(50%);
    font-size: 1.5em;
  }
  #slideshow div img {
    bottom: 1.5em;
    left: 2vw;
    width: 55%;
    max-width: 320px;
    min-width: 260px;
  }

  /* -------------------------------------------- */
  /* topmenu */
  /* -------------------------------------------- */
  .topmenu {
    position: relative;
    vertical-align: top;
  }
  .topmenu .topmenu-in {
    margin-top: 1.5em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .topmenu .topmenu-in a {
    width: 48%;
    margin: 0 0 .5em 0;
  }

  .top-banner {
    margin: 2em auto;
    width: 100%;
  }
  .top-banner p {
    font-size: 1.3em;
  }

  /* -------------------------------------------- */
  /* bn-area */
  /* -------------------------------------------- */
  #bn-area ul {
    display: block;
  }
  #bn-area ul li {
    width: 100%;
    text-align: center;
  }
  #bn-area ul li:first-child {
    margin: 0em;
  }

  #bn-area ul li:last-child {
    margin-left: 0;
  }

  /* -------------------------------------------- */
  /* news */
  /* -------------------------------------------- */
  #news {
    margin: 0 auto 3em;
  }
  #news .list {
    display: block;
  }
  #news .list .date {
    margin-bottom: .5em;
    margin-right: 0;
    width: 100%;
  }
  #news .list .title {
    width: 100%;
  }

  /* -------------------------------------------- */
  /* info */
  /* -------------------------------------------- */
  #info h2 {
    font-size: 1.3em;
  }
  #info ul {
    display: block;
    width: 98%;
    margin: 0 auto;
  }
  #info ul li {
    margin: 0 1% 1.5em;
    width: 100%;
    text-align: center;
  }
  #info ul li:last-child {
    margin-bottom: 0;
  }
  #info ul li h3 {
    font-size: 1.3em;
  }
  #info ul li p {
    margin: 0 auto 0.5em;
  }
  #info ul li p a img {
    max-width: 250px;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  #slideshow div h1 {
    left: 0;
    right: 0;
    font-size: 1.3em;
    text-align: center;
  }

  /* -------------------------------------------- */
  /* info */
  /* -------------------------------------------- */
  #info h2 {
    font-size: 1.3em;
  }

  /* -------------------------------------------- */
  /* topmenu */
  /* -------------------------------------------- */
  .topmenu .topmenu-in a {
    font-size: .8em;
  }

  .top-banner p {
    font-size: 1.1em;
  }

  /* -------------------------------------------- */
  /* news */
  /* -------------------------------------------- */
  #news .list .title img {
    position: static;
    padding: 0 0 0 5px;
    height: 18px;
  }
}
