.site-body {
  padding-top: 120px !important;
}
@media (width <= 781px) {
  .site-body {
    padding-top: 60px !important;
  }
}

h2.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px !important;
  padding: 0;
  line-height: 1;
  color: #FF6666;
  font-size: clamp(1.75rem, 1.1818181818rem + 2.4242424242vw, 3rem) !important;
  font-weight: 900;
}
h2.icon::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  margin-right: 0.15em;
  width: 100%;
  max-width: 55px;
  height: auto;
  background-color: #FF6666;
  -webkit-mask-image: url("../img/icon/icon-owlchan.svg");
          mask-image: url("../img/icon/icon-owlchan.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (width <= 991px) {
  h2.icon::before {
    max-width: 45px;
  }
}
@media (width <= 781px) {
  h2.icon::before {
    max-width: 40px;
  }
}
@media (width <= 576px) {
  h2.icon::before {
    max-width: 30px;
  }
}
h2.icon.search::before {
  background-color: unset;
  -webkit-mask: unset;
          mask: unset;
  width: auto;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
h2.icon.video::before {
  -webkit-mask-image: url("../img/icon/icon-display.svg");
          mask-image: url("../img/icon/icon-display.svg");
}
h2.icon.video::after {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  margin-left: -0.15em;
  width: 100%;
  max-width: 55px;
  height: auto;
  background-color: #FF6666;
  -webkit-mask-image: url("../img/icon/icon-mobile.svg");
          mask-image: url("../img/icon/icon-mobile.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (width <= 991px) {
  h2.icon.video::after {
    max-width: 45px;
  }
}
@media (width <= 781px) {
  h2.icon.video::after {
    max-width: 40px;
  }
}
@media (width <= 576px) {
  h2.icon.video::after {
    max-width: 30px;
  }
}

.sec-job_info .sec-body {
  max-width: 1220px;
}
.sec-job_info .sec-body .block-sigoto {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.sec-job_info .sec-body .block-sigoto .list-sigoto {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.sec-job_info .sec-body .block-sigoto .list-sigoto .sigoto-item {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: dashed 1px #222;
}
@media (width <= 576px) {
  .sec-job_info .sec-body .block-sigoto .list-sigoto .sigoto-item {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
}
.sec-job_info .sec-body .block-sigoto .list-sigoto .sigoto-item a {
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.sec-job_info .sec-body .block-sigoto .list-sigoto .sigoto-item a:hover .category {
  opacity: 0.5;
  transition: all 0.2s ease-out;
}
.sec-job_info .sec-body .block-sigoto .list-sigoto .sigoto-item a:hover .title {
  transition: all 0.2s ease-out;
  color: #FF9C66;
}
.sec-job_info .sec-body .block-sigoto .list-sigoto .sigoto-item h3 {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 400;
}
.sec-job_info .sec-body .block-sigoto .list-sigoto .sigoto-item h3::after {
  content: none;
  display: inline;
  position: relative;
  bottom: auto;
  overflow: visible;
  width: auto;
  border-bottom: none;
}
@media (width <= 576px) {
  .sec-job_info .sec-body .block-sigoto .list-sigoto .sigoto-item h3 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sec-job_info .sec-body .block-sigoto .list-sigoto .sigoto-item h3 .category {
  transition: all 0.2s ease-out;
  flex-shrink: 0;
  display: inline-block;
  padding: 5px;
  width: 100%;
  max-width: 150px;
  border-radius: 2px;
  background-color: #FF9C66;
  color: #fff;
  text-align: center;
}
@media (width <= 576px) {
  .sec-job_info .sec-body .block-sigoto .list-sigoto .sigoto-item h3 .category {
    max-width: 100px;
    font-size: 0.875rem;
  }
}
.sec-job_info .sec-body .block-sigoto .list-sigoto .sigoto-item h3 .title {
  transition: all 0.2s ease-out;
  flex-grow: 1;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sec-job_info .sec-body .block-sigoto .link-more {
  display: inline-block;
  margin: 0 0 0 auto;
  transition: all 0.2s ease-out;
}
.sec-job_info .sec-body .block-sigoto .link-more::before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.sec-job_info .sec-body .block-sigoto .link-more:hover {
  color: #FF9C66;
  border-color: #FF9C66;
  transition: all 0.2s ease-out;
}

.sec-buttons .sec-body {
  max-width: 1020px;
}
.sec-buttons .sec-body .wp-block-cover {
  aspect-ratio: 466/200;
  width: 100%;
  height: auto;
  min-height: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.sec-buttons .sec-body .wp-block-cover .wp-block-cover__background {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 10px;
}
.sec-buttons .sec-body .wp-block-cover .wp-block-cover__inner-container p {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.75), 0 0 4px rgba(0, 0, 0, 0.75);
  font-weight: 900;
}
.sec-buttons .sec-body .wp-block-cover:focus {
  outline: none;
}
.sec-buttons .sec-body .wp-block-cover:hover {
  transition: all 0.2s ease-out;
  opacity: 0.5;
}

.sec-video {
  background-image: url(../img/home/home-bg-video.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec-video .sec-body {
  max-width: 1020px;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.sec-video .sec-body h2 {
  margin-bottom: 30px !important;
}

.sec-news .sec-body {
  max-width: 1020px;
}
.sec-news .sec-body .wp-block-heading {
  padding: 10px !important;
  line-height: 1;
  font-size: 1.25rem !important;
}
.sec-news .sec-body .block-information {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.sec-news .sec-body .block-information .list-information {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.sec-news .sec-body .block-information .list-information .information-item {
  margin: 0;
  padding: 0 0 10px;
}
@media (width <= 576px) {
  .sec-news .sec-body .block-information .list-information .information-item {
    padding: 0 0 20px;
  }
}
.sec-news .sec-body .block-information .list-information .information-item a {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px 10px;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.sec-news .sec-body .block-information .list-information .information-item a::after {
  content: none;
  display: inline;
  position: relative;
  bottom: auto;
  overflow: visible;
  width: auto;
  border-bottom: none;
}
@media (width <= 576px) {
  .sec-news .sec-body .block-information .list-information .information-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sec-news .sec-body .block-information .list-information .information-item a .title {
  border: none;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sec-news .sec-body .block-information .list-information .information-item a .title::after {
  content: none;
  display: inline;
  position: relative;
  bottom: auto;
  overflow: visible;
  width: auto;
  border-bottom: none;
}
.sec-news .sec-body .block-information .list-information .information-item a:hover {
  color: #FF9C66;
  border-color: #FF9C66;
  transition: all 0.2s ease-out;
}
.sec-news .sec-body .block-information .link-more {
  display: inline-block;
  margin: 0 0 0 auto;
  transition: all 0.2s ease-out;
}
.sec-news .sec-body .block-information .link-more::before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.sec-news .sec-body .block-information .link-more:hover {
  color: #FF9C66;
  border-color: #FF9C66;
  transition: all 0.2s ease-out;
}/*# sourceMappingURL=home.css.map */