@charset "utf-8";
/* CSS Document */
.h2-area {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

.h2 {
  margin: 15px 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 0.9;
}

.h2 span {
  font-size: 13px;
  font-weight: normal;
}

.all-view-topics {
  border: 1px solid #fff;
  color: #fff;
}

.all-view-topics:hover {
  background: #fff;
  color: #0080cc;
}

.all-view-seminar,
.all-view-case {
  border: 1px solid #0080cc;
  background: #fff;
  color: #0080cc;
}

.all-view-seminar:hover,
.all-view-case:hover {
  border: 1px solid #0080cc;
  background: #0080cc;
  color: #fff;
}

*[class*="all-view"] {
  padding: 5px 20px;
  font-size: 15px;
  text-decoration: none;
  transition: 0.2s;
  position: absolute;
  top: 15px;
  right: 30px;
}

/* ---------------------------------------------------------
	main-img
---------------------------------------------------------- */
.main-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.catch {
  position: absolute;
  top: 40%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 230px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}

.message1,
.message2,
.message3,
.message4,
.message5 {
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  opacity: 0;
  left: 10%;
}

.message1 {
  top: 10%;
  -webkit-animation: main-catch 0.8s ease 0.5s 1 forwards;
  animation: main-catch 0.8s ease 0.5s 1 forwards;
  font-size: 40px;
}
.message2 {
  top: 40%;
  -webkit-animation: main-catch 0.5s ease 2.5s 1 forwards;
  animation: main-catch 0.5s ease 2.5s 1 forwards;
}
.message3 {
  top: 50%;
  -webkit-animation: main-catch 0.5s ease 4.5s 1 forwards;
  animation: main-catch 0.5s ease 4.5s 1 forwards;
}
.message4 {
  top: 60%;
  -webkit-animation: main-catch 0.5s ease 5.5s 1 forwards;
  animation: main-catch 0.5s ease 5.5s 1 forwards;
}
.message5 {
  top: 70%;
  -webkit-animation: main-catch 0.5s ease 6.5s 1 forwards;
  animation: main-catch 0.5s ease 6.5s 1 forwards;
}

@-webkit-keyframes main-catch {
  100% {
    opacity: 1;
  }
}
@keyframes main-catch {
  100% {
    opacity: 1;
  }
}

.catch-small {
  font-size: 80%;
}

.main-img-sp {
  display: none;
}
/* ---------------------------------------------------------
	pick-up
---------------------------------------------------------- */
#carrer-bannar {
  width: 1000px;
  margin: 80px auto 0 auto;
}

#carrer-bannar img {
  width: 100%;
}

.hover-opacity:hover {
  opacity: 0.7;
}

/* ↓コロナ対応↓ */
/*#corona-box {
	margin: 3% auto;
	border: #ccc 2px solid;
	width: 50%;
	background: #fff;
}

#tbl-corona{
	margin: 0 auto;
	width: 90%;
}

#tbl-corona th{
	font-weight: normal;
	text-align: left;
}

#tbl-corona th, #tbl-corona td{
	padding: 20px 0;
	box-sizing: border-box;
}*/
/* ↑コロナ対応↑ */

.pick-up-en {
  margin: 0 0 30px 0;
  text-align: center;
}

.pick-up-en span {
  padding: 2px 5px;
  margin: 0 auto;
  background: #0080cc;
  color: #fff;
  font-size: 13px;
  display: inline-block;
}

.pick-up section {
  padding: 6%;
  box-sizing: border-box;
}

.pick-up {
  margin: 0 auto;
  width: 1000px;
}
.pick-up li {
  margin: 0 8px;
  background: url(../img/arrow_next.webp) right 3px bottom 3px no-repeat #fff;
  float: left;
  width: 230px;
  border: 1px #ccc solid;
}

.pick-up li a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  background: #0080cc;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.p-pickup01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 10px;
}

.p-pickup02 {
  line-height: 1.5em;
  margin: 10px 0;
}

.pick-up li a:hover {
  opacity: 0.7;
}

.search-area {
  padding: 60px 0;
  margin: 0 auto;
  width: 1000px;
}

a.btn_product {
  text-decoration: none;
}
.btn_product {
  margin: 10px 0 0 30px;
  padding: 20px 40px;
  background: #f39700;
  border: 1px solid #f39700;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  transition: 0.2s;
  text-align: center;
}
a.btn_product:hover {
  background: #fff;
  border: 1px solid #f39700;
  color: #f39700;
}

/* Googleカスタム検索 */
#kiyword {
  padding: 5px;
  float: right;
  width: 600px;
}
#kiyword input[type="text"] {
  font-size: 18px;
  width: 450px;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: transparent !important;
  border-color: transparent !important;
  padding: 0 !important;
}

#gsc .gsc-control-cse,
#gsc .gsc-control-cse-ja,
#gsc .gsib_a {
  margin: 0 !important;
  padding: 0 !important;
}

form.gsc-search-box {
  margin: 0 !important;
}
table.gsc-search-box {
  margin: 0 !important;
}

#kiyword .gsc-input-box {
  height: 45px !important;
}

#gsc table.gsc-search-box td,
#gsc table.gsc-search-box input {
  vertical-align: top !important;
}

#kiyword input.gsc-search-button {
  height: 30px;
  width: 50px;
}
#kiyword #gsc-i-id2 {
  background: none !important;
  font-size: 25px;
}

.gs-title {
  color: #0000cc !important;
  text-align: left !important;
  margin-left: 0 !important;
  font-size: 15px !important;
}

/* ---------------------------------------------------------
	topics
---------------------------------------------------------- */
.topics {
  padding: 30px 0 20px 0;
  background: linear-gradient(
    to bottom,
    #0080cc 0%,
    #0080cc 50%,
    #f0f9fd 50%,
    #f0f9fd 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: -moz-linear-gradient(top, #0080cc 0%, #0080cc 50%, #f0f9fd 50%, #f0f9fd);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0080cc),
    color-stop(0.5, #0080cc),
    color-stop(0.5, #f0f9fd),
    to(#f0f9fd)
  );
}

.topics-area {
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  line-height: 1.8;
  width: 920px;
}

.tbl-topics {
  margin: 0 20px;
  width: 860px;
}
.tbl-topics th,
.tbl-topics td {
  padding: 30px 10px;
  border-top: 1px dashed #ddd;
}

.tbl-topics th {
  font-weight: normal;
  width: 18%;
  text-align: left;
}
.tbl-topics tr:nth-child(1) td,
.tbl-topics tr:nth-child(1) th {
  border-top: none;
}

*[class*="category-topics"] {
  margin-right: 15px;
  color: #fff;
  display: block;
  float: left;
  font-size: 11px;
  height: 14px;
  padding: 2px 3px 5px 3px;
  text-align: center;
  width: 60px;
}
.category-topics-info {
  background: #002e73;
}
.category-topics-tenji {
  background: #008000;
}
.category-topics-seminar {
  background: #fb6400;
}
.category-topics-recruit {
  background: #2ab7ec;
}
.category-topics-release {
  background: #e60012;
}

/* ---------------------------------------------------------
	seminar
---------------------------------------------------------- */
.new {
  display: none;
}

.new.is-show {
  display: inline-block;
}

.seminar-area {
  padding: 0 0 50px 0;
}
.seminar {
  margin: 60px auto 0 auto;
  height: 330px;
  width: 1001px;
}

.seminar li:first-child {
  border-left: 1px solid #d9d9d9;
}
.seminar li a {
  background: url(../img/arrow_next.webp) right 3px bottom 3px no-repeat #fff;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
  color: #222;
  display: block;
  height: 250px;
  width: 250px;
  text-decoration: none;
}
.seminar li {
  background: #fff;
  float: left;
}

.seminar li h3 {
  margin: 5px 10px 10px 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.seminar-img {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 5px;
  overflow: hidden;
  height: 123px;
  width: 250px;
}
.seminar li img {
  border-bottom: 1px solid #d9d9d9;
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.seminar li a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.seminar li a:hover {
  opacity: 0.7;
}

.date {
  font-size: 13px;
}
*[class*="category-seminar"] {
  margin: 0 10px;
  display: inline-block;
  box-sizing: content-box;
  color: #ffffff;
  min-width: 55px;
  font-size: 11px;
  text-align: center;
}

.category-seminar-tenji {
  background: #008000;
}

.category-seminar-seminar {
  background: #fb6400;
}

.txtlink {
  text-align: right;
  width: 1000px;
  margin: 0 auto;
}

.txtlink a {
  text-decoration: none;
  color: blue;
}

.txtlink a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------
	case
---------------------------------------------------------- */
.case {
  padding-top: 50px;
  margin: 0 auto;
  height: 400px;
  width: 1000px;
}

.case-box a {
  margin: 0;
  background: url(../img/arrow_next.webp) right 3px bottom 3px no-repeat #fff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  color: #222;
  display: block;
  float: left;
  text-decoration: none;
  width: 470px;
  transition: 0.2s;
}
.case-box a:hover {
  opacity: 0.8;
}
.case-box img {
  float: left;
}
.case-box h3 {
  padding: 10px;
  background: #0080cc;
  color: #fff;
  font-weight: normal;
}
.case-box h4 {
  margin-bottom: 10px;
  color: #222;
  font-size: 19px;
}
.case-detail {
  margin: 15px;
  float: right;
  width: 258px;
}
.case-detail p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.6px;
}

/* ---------------------------------------------------------
	colunm
---------------------------------------------------------- */
/*.colunm {
	/*padding-top: 50px;*/
/*margin: 0 auto;*/
/*height: 400px;*/
/*width: 1000px;*/

/*height: auto;*/
/*padding: 100px 0 60px;

	padding: 100px 0 60px;
	box-sizing: border-box;*/
/*}*/

/*.column-box a{
	margin: 0 15px;
	background: url(../img/arrow_next.webp) right 3px bottom 3px no-repeat #fff;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	color: #222;
	display: block;
	float: left;
	text-decoration: none;
	width: 470px;
	transition: .2s;
}
.column-box a:hover{
	opacity: 0.8;
}
.column-box img{
	float: left;
}*/

/* ---------------------------------------------------------
	about-uis
---------------------------------------------------------- */
.about-uis {
  padding: 30px 0;
  margin: 0 auto;
  width: 1000px;
}

.about-box {
  float: left;
  width: 49%;
  margin-right: 1%;
}

.about-box img {
  width: 100%;
}

/*sitemap*/
.ul-sitemap {
  text-align: center;
  margin-top: 30px;
}

.ul-sitemap a {
  color: #0080cc;
  text-decoration: none;
}

.h2-sitemap a {
  text-decoration: none;
  color: #000;
}

.ul-sitemap li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  text-align: left;
}

.h2-sitemap {
  font-size: 20px;
}

.h3-sitemap {
  margin-top: 10px;
}

/*↓旧ニュースページより↓*/
#pub {
  margin: 10px 0 0 0;
  padding: 10px;
  border: #999 1px solid;
}

.font-big130 {
  font-size: 130% !important;
}

.pub-h2 {
  background: #eee;
  font-weight: bold;
  padding: 0 0 0 2%;
  color: #222;
  margin-top: 2%;
}

.tbl-seminar-outline {
  margin: 15px 0 10px 15px;
}
.tbl-seminar-outline th {
  padding: 3px 5px !important;
  background: #fef7de;
  border: #999999 1px solid;
  vertical-align: top;
  white-space: nowrap;
}
.tbl-seminar-outline td {
  padding: 3px 5px !important;
  border: #999999 1px solid;
  vertical-align: top;
}
.th-seminar-outline5em {
  width: 5em;
}

.pub-h3 {
  margin: 20px 10px 10px 15px !important;
  border-bottom: #06c 1px dotted;
  font-weight: bold;
  padding: 0 0 0 2%;
  box-sizing: border-box;
}

.pub-h4 {
  margin: 20px 0 5px 25px !important;
  color: #06c;
  line-height: 1;
  font-weight: bold;
}

.ul-seminar-indent {
  margin: 10px 20px 10px 70px !important;
}
.ul-seminar-indent li {
  margin-bottom: 5px !important;
  list-style-type: disc !important;
}

.dl-seminar-indent {
  margin: 10px 20px 20px 20px !important;
}
.dl-seminar-indent dt {
  margin-bottom: 5px;
  color: #06c;
  font-weight: bold;
}
.dl-seminar-indent dd {
  margin-left: 25px;
  margin-bottom: 15px !important;
}

.dl-news dt {
  font-weight: bold;
}
.dl-news dd {
  padding-left: 15px;
}

.ol-seminar-indent {
  margin: 20px 20px 20px 70px !important;
}
.ol-seminar-indent li {
  margin-bottom: 5px !important;
  list-style: decimal;
}
/*↑旧ニュースページより↑*/

.license-box {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5%;
}

.license-box div {
  margin-right: 3%;
}

.license-box figure {
  margin: 0;
  padding: 0;
}

.license-box figure figcaption {
  text-align: center;
}

/*個人情報保護　プライバシー証明書*/
.privacymark-box {
  width: 50%;
}

.privacymark-box img {
  width: 100%;
}

/*SP*/
@media (max-width: 767px) {
  #loader-bg {
    display: none;
  }
  .main-img {
    padding: 0;
    margin: 0;
    display: none;
  }
  .main-img-sp {
    display: block;
    height: auto;
  }
  .main-img-sp img {
    width: 100%;
    vertical-align: bottom;
  }
  .h2 {
    margin: 15px 0 15px 0;
    font-size: 17px;
  }
  .h2-area {
    width: 100%;
  }
  .all-view-topics {
    display: none;
  }
  .all-view-case {
    display: none;
  }

  #corona-box {
    margin: 3% auto;
    border: #ccc 3px solid;
    width: 95%;
    background: #fff;
  }

  #tbl-corona {
    margin: 0 auto;
    width: 90%;
  }

  #tbl-corona th,
  #tbl-corona td {
    padding: 5px 0;
    box-sizing: border-box;
    display: block;
  }

  #tbl-corona th {
    font-weight: normal;
    text-align: left;
  }

  .pick-up {
    margin: 2% 0;
    width: 100%;
  }

  #carrer-bannar {
    margin-top: 20px;
  }

  .pick-up li {
    margin: 2%;
    width: 46%;
    min-height: 270px;
  }
  .pick-up li a {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    background: #0080cc;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }

  .p-pickup01 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
  }

  .p-pickup02 {
    line-height: 1.5em;
    margin: 10px 0;
  }

  .search-area {
    padding: 30px 0;
    width: 90%;
  }
  .btn_product {
    margin: 0 5%;
    padding: 10px;
    display: block;
    font-size: 90%;
  }
  #kiyword {
    display: none;
  }
  .topics {
    padding: 10px 0 5px 0;
  }
  .topics-area {
    padding: 0 0 20px 0;
    width: 100%;
  }
  .tbl-topics {
    margin: 0;
    width: 90%;
    font-size: 13px;
    line-height: 1.4em;
  }
  .tbl-topics th,
  .tbl-topics td {
    width: 100%;
    display: block;
  }
  .tbl-topics th {
    padding: 2% 5%;
  }
  .tbl-topics td {
    padding: 0 5% 2% 5%;
    border-top: none;
    clear: both;
  }
  .tbl-topics tr:first-child th {
    border-top: 1px solid #ddd;
  }
  .seminar-area {
    padding: 10px 0 30px 0;
  }
  .seminar {
    margin: 15px auto;
    width: 100%;
  }
  .seminar li a {
    height: 230px;
    overflow: hidden;
    width: auto;
  }
  .seminar li {
    margin: 2%;
    border-left: 1px solid #ddd;
    width: 45%;
  }
  .seminar-img {
    margin: 0;
    width: 100%;
    height: auto;
    border-bottom: none;
  }
  .seminar-img img {
    width: 100%;
  }
  .seminar li:first-child {
    border-left: 1px solid #ddd;
  }
  .seminar li h3 {
    margin: 0px 10px 0px 10px;
    font-size: 85%;
  }
  *[class*="category-seminar"] {
    font-size: 10px;
  }

  .txtlink {
    width: 100%;
    padding-right: 2%;
    box-sizing: border-box;
    text-align: center;
  }

  .date {
    margin-left: 10px;
    font-size: 12px;
  }
  .case {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
  }
  .case-box a {
    margin: 0 5% 5% 5%;
    height: 160px;
    overflow: hidden;
    width: 90%;
  }
  .case-box img {
    width: 25%;
  }

  .case-detail {
    margin: 5px 5px 15px 0;
    width: 70%;
  }
  .case-box h4 {
    margin-bottom: 0;
    font-size: 90%;
  }
  .case-box p {
    font-size: 85%;
  }

  /*コラム*/
  .column {
    padding: 20px 0 50px !important;
    width: 100%;
  }

  .column-box {
    width: 100%;
  }

  .column-box img {
    width: 100%;
  }

  /*UISについて*/
  .about-uis {
    padding: 10px 0;
    width: 100%;
  }

  .about-box {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .about-box img {
    width: 100%;
  }

  /*sitemap*/
  .ul-sitemap {
    text-align: center;
    margin-top: 30px;
    margin: 0 auto;
    width: 90%;
  }

  .ul-sitemap li {
    display: block;
    width: 100%;
  }

  .h2-sitemap {
    font-size: 18px;
    margin-top: 15px;
  }
  /*↓旧ニュースページより↓*/
  #pub {
    margin: 0;
    padding: 10px;
    border: #999 1px solid;
  }

  #pub img {
    width: 100%;
  }

  .font-big130 {
    font-size: 130% !important;
  }

  .pub-h2 {
    background: #eee;
    font-weight: bold;
    padding: 2%;
    color: #222;
    margin-top: 2%;
    box-sizing: border-box;
  }

  .tbl-seminar-outline {
    margin: 15px 0 10px 15px;
  }

  .tbl-seminar-outline th {
    padding: 3px 5px !important;
    background: #fef7de;
    border: #999999 1px solid;
    vertical-align: top;
    white-space: nowrap;
  }
  .tbl-seminar-outline td {
    padding: 3px 5px !important;
    border: #999999 1px solid;
    vertical-align: top;
  }
  .th-seminar-outline5em {
    width: 5em;
  }

  .pub-h3 {
    margin: 20px 10px 10px 10px !important;
    border-bottom: #06c 1px dotted;
    font-weight: bold;
    padding: 0 0 0 2%;
    box-sizing: border-box;
  }

  .pub-h4 {
    margin: 20px 0 5px 10px !important;
    color: #06c;
    line-height: 1;
    font-weight: bold;
  }

  .ul-seminar-indent {
    margin: 10px 20px 10px 30px !important;
  }
  .ul-seminar-indent li {
    margin-bottom: 5px !important;
    list-style-type: disc !important;
  }

  .dl-seminar-indent {
    margin: 10px 20px 20px 20px !important;
  }
  .dl-seminar-indent dt {
    margin-bottom: 5px;
    color: #06c;
    font-weight: bold;
  }
  .dl-seminar-indent dd {
    margin-left: 25px;
    margin-bottom: 15px !important;
  }
  .dl-news {
    margin: 10px 30px;
  }
  .dl-news dt {
    font-weight: bold;
  }
  dl.dl-news dd {
    padding-left: 15px;
  }
  .ol-seminar-indent {
    margin: 20px 20px 20px 30px !important;
  }
  .ol-seminar-indent li {
    margin-bottom: 5px !important;
    list-style: decimal;
  }

  /*↑旧ニュースページより↑*/

  .license-box {
    margin-top: 5%;
  }

  .license-box div {
    width: 45%;
    margin-right: 2%;
  }

  .license-box figure img {
    width: 100%;
  }

  .license-box figure figcaption {
    font-size: 12px;
  }

  .privacymark-box {
    margin: auto;
    width: 40%;
  }
}
