@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIw.ttf) format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPecZTIAOhVxoMyOr9n_E7fRMQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIw.ttf) format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIw.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6,
.button {
  font-family: "Titillium Web";
}
.breadcrumbs-container {
  margin-top: 0;
}
.breadcrumbs-container .breadcrumbs {
  margin-top: 0;
}
body {
  padding-top: 97px;
  font-family: "Titillium Web";
}
body header {
  font-family: "Titillium Web";
  background-color: #f9f9f9;
  box-shadow: 0px 0px 30px #ddd;
  border: none;
}
body header ul.nav li a {
  font-weight: 600;
  font-size: 0.9rem;
  color: #555;
}
@media(max-width: 990px){
	body header ul.nav li a {
		color: #fff;
	}
}
body header ul.nav li.cta a {
  background: #22954a;
  color: #fff;
  border-radius: 0.25rem;
  text-decoration: none;
}
body header ul.nav li.cta a:hover {
  color: #fff;
  background: #1d8040;
}
body header .container {
  max-width: 100%;
  width: 100%;
  padding: 0.5rem 2rem;
}
#multimedia {
  overflow: hidden;
  padding-bottom: 0;
}
.webinar {
  overflow: auto;
  padding-bottom: 30px;
}
.webinar::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #ccc;
}
.webinar::-webkit-scrollbar-thumb {
  background: #ababab;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
}
.webinar-container {
  display: flex;
}
.webinar-item {
  position: relative;
  box-shadow: 4px 4px 20px #e3e3e3;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 1rem;
  max-width: 200px;
  min-width: 200px;
  background: #fff;
  margin-right: 1rem;
}
.webinar-item.empty-item {
  visibility: hidden;
}
.webinar-item:last-child {
  margin-right: 30rem;
}
.webinar-item a {
  text-decoration: none;
}
.webinar-item:hover {
  background: #f9f9f9;
}
.webinar-item .description {
  padding: 1rem;
  color: #333;
  display: block;
}
.webinar-item .description .title {
  font-weight: 700;
}
.action-tooltip {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  transition: all 0.2s;
  opacity: 0;
}
.action-tooltip-wrapper {
  background: #fff;
  padding: 2rem;
  position: relative;
  width: 100%;
  transform: translateY(40%);
}
.action-tooltip.active {
  opacity: 1;
}
.action-tooltip.active .action-tooltip-wrapper {
  transform: translateY(0);
}
.action-tooltip-close {
  position: absolute;
  color: #232323;
  font-size: 2rem;
  font-weight: 300;
  right: 1.25rem;
  top: 0rem;
  text-decoration: none !important;
}
.action-tooltip-title {
  font-size: 1.75rem;
  font-weight: 600;
}
.action-tooltip-actions a {
  margin-right: 1rem;
  border: 1px solid #eee;
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #22954a;
  color: #fff;
}
.event-hp-timeline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
}
.event-hp-timeline-item {
  position: relative;
  background: #666;
  padding: 0.5rem;
  color: #fff;
  font-weight: 700;
  margin-right: 0.75rem;
}
.event-hp-timeline-item span {
  position: sticky;
  left: 0.75rem;
}
.webinar-container {
  position: relative;
  padding-top: 2.25rem;
}
.filter-bar .filter {
  padding: 0.25rem 1rem;
}
.job-position-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
}
.job-position-list .item:not(.hidden):nth-child(even) {
  background: #eee;
}
.job-position-list .item .info.type {
  order: 2;
  max-width: 200px;
  margin-left: 1rem;
}
.job-position-list .item .info.type img {
  max-width: 120px;
  max-height: 100px;
}
.job-position-list .item .info.name {
  order: 1;
  font-weight: 700;
}
.job-position-list .item img {
  width: 150px;
}
.heading-title {
  border-bottom: 2px solid #22954a;
}
.heading-title div {
  display: inline-block;
  background: #22954a;
  color: #fff;
  padding: 0.75rem 1rem;
  font-weight: 700;
}
.filter-wrapper {
  background: #f2f2f2;
  margin-bottom: 1.25rem;
}
.filter-wrapper-title {
  background: #ededed;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #cfcfcf;
}
.filter-wrapper-content {
  max-height: 300px;
  overflow: auto;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.homepage-news .big-news-prw {
  border-radius: 0.25rem;
  background: #fff;
  padding: 1rem;
  display: flex;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  align-items: center;
  border-bottom: 2px solid #ccc;
}
.homepage-news .big-news-prw img {
  width: 5rem;
  margin-right: 1rem;
}
.homepage-news .big-news-prw .title {
  font-weight: 700;
  color: #232323;
  font-size: 0.95rem;
  margin-right: 0.75rem;
  display: block;
}
.homepage-news .big-news-prw .btn-ja {
  background: #22954a;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.25rem;
  border-radius: 0.2rem;
}
