@charset "UTF-8";
.bg-lightblue {
  background-color: #F4F7FF;
}

/* フェードイン */
.fade-in {
  opacity: 0;
  transform: translateY(20rem);
  transition: 1s;
}

.fade-in.is-scrolled {
  opacity: 1;
  transform: translateY(0);
}

/* フェードイン */
.top-btn {
  width: 260rem;
  max-width: 100%;
  display: inline-block;
  border: 1px solid #0458A2;
  border-radius: 50rem;
  font-weight: 700;
  padding: 14rem 40rem 14rem 35rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20rem rgba(0, 86, 185, 0.2);
}

.top-btn-inner {
  display: block;
  position: relative;
  z-index: 10;
}

.top-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24rem;
  left: unset;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 8rem;
  height: 8rem;
  border-top: 2px solid #0458A2;
  border-right: 2px solid #0458A2;
  opacity: 1;
  background: unset;
  z-index: 10;
}

.top-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #34C1FF, #015EBA);
  opacity: 0;
  transition: opacity 500ms ease;
  z-index: 0;
  height: 100%;
}

.top-btn:hover {
  color: #fff;
}

.top-btn:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.top-btn:hover:after {
  opacity: 1;
}

/* トップ見出し */
.top-title-wrap {
  margin-bottom: 30rem;
}

.top-subtitle {
  color: #0458A2;
  font-size: 50rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8rem;
  line-height: 1.2;
}

.top-title {
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 1.44;
}

@media screen and (min-width: 992px) {
  .top-title-wrap {
    margin-bottom: 50rem;
  }
  .top-subtitle {
    font-size: 64rem;
  }
}
/* トップ見出し */
/* FV */
.splide-wrap {
  max-width: 100%;
  z-index: 10;
  width: 456rem;
  bottom: 93rem;
}

.splide-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -93rem;
  width: 616px;
  height: 93px;
  background: linear-gradient(to bottom, #ffffff 0%, #5cdaf1 52%, #0294ff 100%);
  clip-path: polygon(13% 0%, 87% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(13% 0%, 87% 0%, 100% 100%, 0% 100%);
  z-index: 2;
  opacity: 0.3;
}

#image-slider .splide__pagination {
  bottom: -54rem;
  z-index: 100;
}

.fv-wrap {
  overflow: hidden;
}

.fv-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 118rem;
  background: linear-gradient(to bottom, rgba(4, 88, 162, 0.57), rgba(255, 255, 255, 0.57));
  background: -webkit-linear-gradient(top, rgba(4, 88, 162, 0.57), rgba(255, 255, 255, 0.57));
  background: -moz-linear-gradient(top, rgba(4, 88, 162, 0.57), rgba(255, 255, 255, 0.57));
  mix-blend-mode: multiply;
  z-index: 10;
}

.fv-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 405rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.57), rgba(4, 88, 162, 0.57));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.57), rgba(4, 88, 162, 0.57));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.57), rgba(4, 88, 162, 0.57));
  mix-blend-mode: multiply;
  z-index: 0;
}

.fv-text1 {
  z-index: 20;
}

.fv-text2 {
  z-index: 20;
}

.scroll-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 40rem;
  left: 50rem;
  color: #fff;
  z-index: 100;
}

.scroll-text {
  color: #fff;
  font-size: 12rem;
  letter-spacing: 0.25em;
  writing-mode: vertical-lr;
  margin-bottom: 10rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.scroll-line {
  position: relative;
  width: 1px;
  height: 145rem;
  background: #fff;
}

.scroll-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #fff;
  animation: moveDown 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes moveDown {
  0% {
    top: 0;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@media (max-width: 1699px) {
  .fv-text1 {
    top: 12%;
    left: 3%;
  }
  .fv-text2 {
    right: 3%;
    bottom: 5%;
  }
}
@media (max-width: 1399px) {
  .fv-text1 .w-510 {
    width: 400rem;
  }
  .fv-text2 .w-508 {
    width: 300rem;
  }
}
@media (max-width: 1271px) {
  .fv-wrap {
    overflow: hidden;
  }
  .fv-wrap::before {
    height: 90rem;
  }
  .fv-wrap::after {
    height: 226rem;
  }
}
@media (max-width: 991px) {
  .fv-wrap {
    min-height: unset;
    height: 870rem;
  }
  .splide-wrap {
    width: 400rem;
  }
  .splide-wrap::after {
    width: 560px;
    clip-path: polygon(80px 0, 480px 0, 560px 93px, 0 93px);
    -webkit-clip-path: polygon(80px 0, 480px 0, 560px 93px, 0 93px); /* Safari 旧対応 */
  }
}
@media (max-width: 767px) {
  .fv-wrap {
    min-height: 900rem;
  }
  .splide-wrap {
    width: 360rem;
  }
  .splide-wrap::after {
    width: 520px;
    clip-path: polygon(80px 0, 440px 0, 520px 93px, 0 93px);
    -webkit-clip-path: polygon(80px 0, 440px 0, 520px 93px, 0 93px); /* Safari 旧対応 */
  }
  .fv-text1 {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .scroll-wrap {
    bottom: 20rem;
    left: 20rem;
  }
  .scroll-text {
    font-size: 10rem;
  }
  .scroll-text {
    margin-bottom: 16rem;
  }
  .scroll-line {
    height: 100rem;
  }
}
@media (max-width: 575px) {
  .fv-wrap {
    height: 770rem;
  }
  .min-h-980 {
    min-height: 770rem;
  }
  .splide-wrap {
    width: 213rem;
    bottom: unset;
    top: 234rem;
  }
  .splide-wrap::after {
    width: 504px;
    height: 176px;
    clip-path: polygon(145.5px 0, 358.5px 0, 504px 176px, 0 176px);
    -webkit-clip-path: polygon(145.5px 0, 358.5px 0, 504px 176px, 0 176px); /* Safari 旧対応 */
    bottom: -176rem;
  }
  #image-slider .splide__pagination {
    bottom: -160rem;
  }
  .fv-text1 {
    top: 70px;
  }
  .fv-text2 {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media (max-width: 500px) {
  .scroll-wrap {
    bottom: 10rem;
    left: 10rem;
  }
}
@media (max-width: 360px) {
  .fv-text1 .w-510 {
    width: 360rem;
  }
}
/* FV */
/* 楠本化成について */
.sec-concept {
  padding-top: 50rem;
  padding-bottom: 50rem;
}

.sec-concept-images-inner {
  text-align: right;
  position: relative;
  padding-bottom: 60rem;
}

.sec-concept-images img {
  max-width: 100%;
  border-radius: 10rem;
}

.sec-concept-img1 {
  width: 70%;
  margin-left: auto;
}

.sec-concept-img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 38%;
}

@media screen and (min-width: 768px) {
  .sec-concept {
    padding-top: 110rem;
    padding-bottom: 130rem;
  }
  .sec-concept-row {
    display: flex;
    align-items: center;
    margin-right: -12rem;
    margin-left: -12rem;
  }
  .sec-concept-row > * {
    padding-right: 12rem;
    padding-left: 12rem;
  }
  .sec-concept-text {
    width: 50%;
  }
  .top-btn {
    width: 265rem;
  }
  .sec-concept-images {
    width: 50%;
  }
  .sec-concept-images img {
    border-radius: 20rem;
  }
}
@media screen and (min-width: 992px) {
  .sec-concept-text {
    width: 39%;
  }
  .sec-concept-images {
    width: 61%;
  }
}
@media screen and (min-width: 1272px), print {
  .sec-concept-row {
    margin-right: -33rem;
    margin-left: -33rem;
  }
  .sec-concept-row > * {
    padding-right: 33rem;
    padding-left: 33rem;
  }
  .sec-concept-img1 {
    width: 67%;
  }
  .sec-concept-img2 {
    width: 35%;
    left: 12rem;
  }
}
/* 楠本化成について */
.sec-product {
  padding-top: 50rem;
  padding-bottom: 50rem;
  scroll-margin-top: 80rem;
}

.sec-product-search-headding {
  font-size: 20rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8rem;
  padding-left: 30rem;
}

.sec-product-search {
  margin-bottom: 30rem;
  width: 520rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.searchform {
  position: relative;
}

.searchform input {
  width: 100%;
  padding: 12rem 40rem 12rem 24rem;
  border-radius: 50rem;
  border: 1px solid #0458A2;
  box-shadow: 0 0 20rem rgba(0, 86, 185, 0.2);
  font-weight: 400;
  background-color: #fff;
}

.sec-product-search-btn {
  position: absolute;
  top: 50%;
  right: 16rem;
  transform: translateY(-50%);
  z-index: 10;
}

.sec-product-search-btn svg {
  width: 20rem;
}

.sec-product-row {
  row-gap: 20rem;
}

.sec-product-item {
  display: flex;
  position: relative;
  height: 100rem;
  color: #333;
  border-radius: 10rem;
  box-shadow: 0 0 20rem rgba(0, 86, 185, 0.2);
  width: 100%;
  overflow: hidden;
}

.sec-product-item:hover {
  opacity: 0.8;
}

.sec-product-item:not(.new-tab)::before {
  content: "";
  position: absolute;
  left: unset;
  right: 20rem;
  bottom: 37rem;
  width: 25rem;
  height: 25rem;
  border: 1px solid #0458A2;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition: 0.3s;
}

.sec-product-item.new-tab::before {
  content: "";
  position: absolute;
  left: unset;
  right: 20rem;
  bottom: 37rem;
  width: 20rem;
  height: 20rem;
  background: url(/media/images/common/icon-newtab.svg) no-repeat center center/contain;
  opacity: 1;
  transition: 0.3s;
}

.sec-product-item:not(.new-tab)::after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 30rem;
  bottom: 46rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-top: 1px solid #0458A2;
  border-right: 1px solid #0458A2;
  transition: 0.3s;
}

.sec-product-item:not(.new-tab):hover::before {
  content: "";
  background-color: #0458A2;
}

.sec-product-item:not(.new-tab):hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.sec-product-item:hover {
  color: #333;
}

.sec-product-img {
  width: 32%;
  overflow: hidden;
}

.sec-product-img img {
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.sec-product-item:hover .sec-product-img img {
  transform: scale(1.1);
}

.sec-product-info {
  width: 78%;
  background-color: #fff;
  padding: 15rem 52rem 15rem 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec-product-search-subtitle {
  color: #A5A5A5;
  font-size: 12rem;
}

.sec-product-search-title {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (min-width: 400px) {
  .searchform input {
    padding: 15rem 64rem 15rem 30rem;
    font-size: 18rem;
  }
  .sec-product-search-btn {
    right: 30rem;
  }
  .sec-product-search-btn svg {
    width: 24rem;
  }
  .sec-product-search-title {
    font-size: 20rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .sec-product {
    padding-top: 120rem;
    padding-bottom: 120rem;
  }
}
@media screen and (min-width: 992px) {
  .sec-product-search {
    margin-top: 10rem;
    margin-bottom: 50rem;
  }
  .sec-product-item {
    flex-direction: column;
    height: 100%;
  }
  .sec-product-img {
    width: 100%;
  }
  .sec-product-img img {
    height: auto;
    width: 100%;
  }
  .sec-product-info {
    width: 100%;
  }
  .sec-product-search-subtitle {
    font-size: 14rem;
  }
  .sec-product-item:not(.new-tab)::before {
    bottom: 20rem;
  }
  .sec-product-item.new-tab::before {
    bottom: 20rem;
    width: 25rem;
    height: 25rem;
  }
  .sec-product-item:not(.new-tab)::after {
    bottom: 29rem;
  }
  .sec-product-info {
    padding: 10rem 52rem 20rem 20rem;
  }
}
.sec-news {
  padding-top: 50rem;
  padding-bottom: 50rem;
}

.sec-news-tab-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30rem;
  row-gap: 15rem;
  margin-bottom: 10rem;
}

.sec-news-tab-btn {
  padding-bottom: 8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ACACAC;
}

.sec-news-tab-btn:not(.js-tab-active) {
  border-bottom: 1px solid #ACACAC;
}

.sec-news-tab-btn.js-tab-active {
  border-bottom: 1px solid #0458A2;
}

.tab-cont {
  opacity: 0;
  height: 0;
  transition: 0.3s;
  pointer-events: none;
}

.js-tab-cont-active.tab-cont {
  visibility: visible;
  height: auto;
  opacity: 1;
  pointer-events: all;
}

.news-splide .splide__track {
  padding-left: 10rem !important;
}

.news-splide .splide__slide {
  padding: 20rem 10rem;
}

.news-splide .splide__arrow--prev {
  left: 10rem;
}

.news-splide .splide__arrow--next {
  right: 10rem;
}

.news-splide .splide__arrow {
  width: 44rem;
  height: 44rem;
  background: #fff;
  opacity: 1;
  border: 1px solid #0458A2;
  top: 40%;
}

.news-splide .splide__arrow svg {
  fill: #0458A2;
  height: 12rem;
  width: 12rem;
}

.sec-news-item {
  box-shadow: 0 0 20rem rgba(0, 86, 185, 0.2);
  border-radius: 10rem;
}

.sec-news-item:hover {
  opacity: 0.7;
}

.sec-news-item::before {
  display: none;
}

.sec-news-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 10rem;
  overflow: hidden;
}

.sec-news-img {
  border-radius: 10rem 10rem 0 0;
  overflow: hidden;
}

.sec-news-img img {
  object-fit: cover;
  aspect-ratio: 14/9;
  transition: 0.3s;
}

.sec-news-item:hover .sec-news-img img {
  transform: scale(1.1);
}

.sec-news-info {
  padding: 10rem 15rem 50rem;
  position: relative;
}

.sec-news-info.icon-arrow::before {
  content: "";
  position: absolute;
  left: unset;
  right: 15rem;
  bottom: 15rem;
  width: 25rem;
  height: 25rem;
  border: 1px solid #0458A2;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition: 0.3s;
}

.sec-news-info.icon-arrow::after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 25rem;
  bottom: 25rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-top: 1px solid #0458A2;
  border-right: 1px solid #0458A2;
  transition: 0.3s;
}

.sec-news-info.icon-product::before {
  content: "";
  width: 19rem;
  height: 21rem;
  position: absolute;
  right: 20rem;
  bottom: 20rem;
  background: url(/media/images/common/icon-pdf.svg) no-repeat center center/contain;
}

.sec-news-info.icon-exhibition::before {
  content: "";
  width: 19rem;
  height: 19rem;
  position: absolute;
  right: 20rem;
  bottom: 20rem;
  background: url(/media/images/common/icon-newtab.svg) no-repeat center center/contain;
}

.sec-news-item:hover .sec-news-info.icon-arrow::before {
  background-color: #0458A2;
}

.sec-news-item:hover .sec-news-info.icon-arrow::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.sec-news-date {
  font-size: 12rem;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}

.sec-news-cat {
  display: inline-block;
  font-size: 12rem;
  font-weight: 700;
  border: 1px solid #0458A2;
  border-radius: 5px;
  padding: 0 8rem;
  text-align: center;
  margin-bottom: 8rem;
}

.sec-news-title {
  font-size: 14rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333;
}

@media screen and (min-width: 400px) {
  .news-splide .splide__arrow {
    top: 45%;
  }
}
@media screen and (min-width: 768px) {
  .sec-news {
    padding-top: 120rem;
    padding-bottom: 100rem;
  }
  .container-md {
    margin-inline: auto;
    width: 100%;
    max-width: 1344rem;
  }
  .sec-news-title-wrap {
    margin-bottom: 0;
  }
  .sec-news-headding {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 30rem;
  }
  .splide.is-initialized:not(.is-active) .splide__list.news-slider-list {
    display: flex;
    flex-wrap: wrap;
  }
  .news-splide .splide__track {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .splide__list.news-slider-list {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
    row-gap: 40rem;
  }
  .news-splide .splide__slide {
    width: 25%;
    padding-right: 8rem;
    padding-left: 8rem;
  }
  .sec-news-img img {
    aspect-ratio: 14/10;
  }
  .sec-news-date {
    font-size: 14rem;
  }
  .sec-news-cat {
    font-size: 14rem;
  }
  .sec-news-title {
    font-size: 16rem;
  }
}
@media screen and (min-width: 992px) {
  .sec-news-info {
    padding: 15rem 20rem 53rem;
  }
}
@media screen and (min-width: 1400px) {
  .splide__list.news-slider-list {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .news-splide .splide__slide {
    width: 25%;
    padding-right: 22rem;
    padding-left: 22rem;
  }
}
.sec-company {
  padding-top: 50rem;
  padding-bottom: 50rem;
}

.sec-company-link {
  position: relative;
  border-radius: 10rem;
  overflow: hidden;
}

.sec-company-link::before {
  display: none;
}

.sec-company-link, .sec-company-link:hover {
  color: #fff;
}

.sec-company-link:hover {
  opacity: 0.8;
}

.sec-company-img {
  transition: 0.3s;
}

.sec-company-link:hover .sec-company-img {
  transform: scale(1.1);
}

.sec-company-info {
  position: absolute;
  bottom: 20rem;
  left: 20rem;
}

.sec-company-info-subtitle {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 4rem;
}

.sec-company-info-title {
  font-weight: 700;
  font-size: 20rem;
}

@media screen and (min-width: 768px) {
  .sec-company {
    padding-top: 120rem;
    padding-bottom: 120rem;
  }
}
.sec-business {
  padding-top: 50rem;
  padding-bottom: 50rem;
}

.sec-business-item {
  border-radius: 10rem;
  box-shadow: 0 0 20rem rgba(0, 86, 185, 0.2);
  color: #333;
}

.sec-business-item:hover {
  color: #333;
  opacity: 0.8;
}

.sec-business-item-inner {
  display: flex;
  border-radius: 10rem;
  overflow: hidden;
  min-height: 222rem;
}

.sec-business-img {
  width: 45%;
  overflow: hidden;
}

.sec-business-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.sec-business-item:hover .sec-business-img img {
  transform: scale(1.1);
}

.sec-business-info {
  flex: 1;
  padding: 15rem;
}

.sec-business-subtitle {
  color: #A5A5A5;
  font-size: 12rem;
  line-height: 1.1;
}

.sec-business-title {
  font-size: 16rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 5rem;
}

.sec-business-desc {
  font-size: 14rem;
  line-height: 1.5;
  margin-bottom: 40rem;
}

.sec-business-item::before {
  content: "";
  position: absolute;
  left: unset;
  right: 15rem;
  bottom: 15rem;
  width: 25rem;
  height: 25rem;
  border: 1px solid #0458A2;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition: 0.3s;
}

.sec-business-item::after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 25rem;
  bottom: 25rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-top: 1px solid #0458A2;
  border-right: 1px solid #0458A2;
  transition: 0.3s;
}

.sec-business-item:hover::before {
  background-color: #0458A2;
}

.sec-business-item:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (min-width: 400px) {
  .sec-business-title {
    font-size: 20rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 576px) {
  .sec-business-img {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .sec-business {
    padding-top: 120rem;
    padding-bottom: 120rem;
  }
  .sec-business-item {
    height: 100%;
  }
  .sec-business-item-inner {
    flex-direction: column;
    height: 100%;
  }
  .sec-business-img {
    width: 100%;
  }
  .sec-business-info {
    padding: 20rem;
  }
  .sec-business-subtitle {
    font-size: 14rem;
  }
  .sec-business-title {
    margin-bottom: 10rem;
  }
  .sec-business-desc {
    font-size: 16rem;
    letter-spacing: 0.05em;
  }
  .sec-business-item::before {
    right: 20rem;
    bottom: 20rem;
  }
  .sec-business-item::after {
    right: 30rem;
    bottom: 30rem;
  }
}
.sec-recruit.lazyloaded {
  background: url(/media/images/home/home-012-sp.webp) no-repeat center center/cover;
}

.sec-recruit {
  padding-top: 80rem;
  padding-bottom: 80rem;
}

.sec-recruit-item {
  background-color: #fff;
  border-radius: 20rem;
  padding: 50rem 20rem;
  box-shadow: 10rem 10rem 30rem rgba(0, 0, 0, 0.16);
}

.sec-recruit-item-inner {
  border-radius: 20rem;
  overflow: hidden;
}

.sec-recruit-headding {
  font-size: 24rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20rem;
}

.sec-recruit-desc {
  padding-right: 10rem;
  padding-left: 10rem;
}

@media screen and (min-width: 400px) {
  .sec-recruit-headding {
    font-size: 26rem;
  }
}
@media screen and (min-width: 576px) {
  .sec-recruit-item {
    width: 570px;
    max-width: 100%;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .sec-recruit.lazyloaded {
    background: url(/media/images/home/home-012.webp) no-repeat center center/cover;
  }
  .sec-recruit {
    padding-top: 70rem;
    padding-bottom: 70rem;
  }
  .sec-recruit-item {
    padding: 90rem 80rem;
  }
  .sec-recruit-headding {
    font-size: 30rem;
    text-align: left;
  }
}
.sec-cta.lazyloaded {
  background: unset;
}

.sec-cta {
  position: relative;
  overflow: hidden;
}

.sec-cta__bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.sec-cta-inner {
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=style-top.css.map */

.sec-news-img > img + img {
	display: none;
}