@charset "UTF-8";
html, body {
  font-family: Verdana, YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
}

/* グロナビ（ドロワーメニュー）出現 */
body.drowerbg-fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* メニュー用レイヤー（z-index: 9999;）のためにmainにもz-indexを指定 */
main {
  position: relative;
  z-index: 100;
}

/* PC・スマホブレイクポイント（960px） */
@media screen and (min-width: 960px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* pxを受け取ってremを返す（初期はPC） */
/* 文字列を削除する関数 */
.page-title {
  padding: 0 1.875rem;
  margin: 0 auto 1.875rem;
  max-width: 1016px;
  color: #D3B14E;
}
@media screen and (max-width: 959px) {
  .page-title {
    padding: 0 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.page-title h1 {
  margin-bottom: 1.4375rem;
  line-height: 1.4375rem;
  font-size: 1.4375rem;
  letter-spacing: 0.3125rem;
}
@media screen and (max-width: 959px) {
  .page-title h1 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.1875rem;
  }
}
.page-title p {
  line-height: 4.0625rem;
  font-size: 4.0625rem;
  font-family: "Rammetto One", cursive;
}
@media screen and (max-width: 959px) {
  .page-title p {
    line-height: 2.5rem;
    font-size: 2.5rem;
  }
}
.page-title p span {
  margin-left: 1.25rem;
  vertical-align: top;
  color: #ED4001;
  font-size: 1rem;
}
@media screen and (max-width: 959px) {
  .page-title p span {
    font-size: 0.75rem;
  }
}

.breadcrumb {
  padding: 0.3125rem 0;
  margin: 0 auto;
  max-width: 1080px;
  list-style: none;
  font-size: 0.875rem;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    padding: 0.3125rem 0.9375rem;
  }
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 0.2em 0 0.6em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  text-decoration: none;
  color: gray;
}
.breadcrumb li a:before {
  font-weight: normal;
  font-size: 1.1em;
  color: #2e7fea;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* header関連 */
header {
  position: relative;
  z-index: 101;
}
header a:link, header a:visited, header a:hover, header a:active {
  color: #fff;
}

.contact-form .input {
  overflow-x: hidden;
}

.site-header-container {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .site-header-container {
    padding: 10px 30px 0 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .site-header-container {
    margin-top: 30px;
    padding: 10px 10px 10px 15px;
  }
  .site-header-container.logo-pwsc, .site-header-container.logo-pcsc {
    background: #fff;
  }
}
@media screen and (max-width: 599px) {
  .site-header-container {
    padding: 10px 10px 10px 15px;
  }
  .site-header-container.logo-pwsc, .site-header-container.logo-pcsc {
    background: #fff;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .site-header:has(+ .st-Container) article.site-header-container.logo-pcsc {
    background: none;
  }
}
@media screen and (max-width: 599px) {
  .site-header:has(+ .st-Container) article.site-header-container.logo-pcsc {
    background: none;
  }
}

.menu-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-right: 1.875rem;
}
@media screen and (max-width: 959px) {
  .menu-container {
    display: flex;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-top: 0;
    margin-right: 0;
  }
}
.menu-container .header-entry-fresh { /* 新卒さん向けエントリーリンク */
  position: relative;
  display: block;
}
.menu-container .header-entry-fresh span {
  display: block;
  background: #e03c16;
  color: #fff;
  padding: 11px 30px;
  text-align: center;
  line-height: 1.3;
  z-index: 10;
  transition: 0.5s all;
  font-weight: 600;
}
.menu-container .header-entry-fresh:hover span {
  transform: translate(-7px, -7px);
}
.menu-container .header-entry-fresh:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #333;
  top: 0;
  left: 0;
  z-index: -1;
}
.menu-container .header-entry-career { /* 中途さん向けエントリーリンク */
  position: relative;
  display: block;
}
.menu-container .header-entry-career span {
  display: block;
  background: #1f8e2c;
  color: #fff;
  padding: 20px 30px;
  z-index: 10;
  transition: 0.5s all;
  font-weight: 600;
}
.menu-container .header-entry-career:hover span {
  transform: translate(-7px, -7px);
}
.menu-container .header-entry-career:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #333;
  top: 0;
  left: 0;
  z-index: -1;
}
.menu-container .header-entry-career small {
  font-size: 11px;
  font-weight: 400;
  display: block;
  padding-bottom: 3px;
}
.menu-container .header-menu { /* ハンバーガーメニュー */
  position: relative;
  display: block;
  margin-left: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .menu-container .header-menu .header-menu-content {
    font-family: "Rammetto One", cursive;
    position: absolute;
    display: block;
    top: 40px;
    right: 0;
    width: 100px;
    height: 100px;
  }
  .menu-container .header-menu .header-menu-content span {
    display: block;
    position: absolute;
    left: 35%;
    height: 4px;
    background: #fff;
    transition: 0.5s all;
  }
  .menu-container .header-menu .header-menu-content span:nth-of-type(1) {
    top: 0;
    width: 30%;
  }
  .menu-container .header-menu .header-menu-content span:nth-of-type(2) {
    top: 10px;
    width: 30%;
  }
  .menu-container .header-menu .header-menu-content p {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    font-size: 10px;
    color: #fff;
  }
  .menu-container .header-menu img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    transition: 0.5s all;
  }
}
@media screen and (max-width: 959px) {
  .menu-container .header-menu {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
  }
  .menu-container .header-menu .header-menu-content {
    font-family: "Rammetto One", cursive;
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    width: 70px;
    height: 50px;
  }
  .menu-container .header-menu .header-menu-content span {
    display: block;
    position: absolute;
    left: 35%;
    height: 4px;
    background: #fff;
    transition: 0.5s all;
  }
  .menu-container .header-menu .header-menu-content span:nth-of-type(1) {
    top: 0;
    width: 30%;
  }
  .menu-container .header-menu .header-menu-content span:nth-of-type(2) {
    top: 10px;
    width: 30%;
  }
  .menu-container .header-menu .header-menu-content p {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    line-height: 24px;
    font-size: 10px;
    color: #fff;
  }
  .menu-container .header-menu img {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    transition: 0.5s all;
  }
}
@media screen and (min-width: 960px) {
  .menu-container .header-menu:hover .header-menu-bg1 { /* 白地 */
    display: block;
    transform: rotate(-7deg);
  }
  .menu-container .header-menu:hover .header-menu-bg2 { /* 黒地 */
    display: block;
    transform: rotate(8deg);
  }
}
.menu-container .header-menu-toggle {
  display: none;
}
.menu-container .header-menu-toggle:checked ~ .header-menu .header-menu-content span:nth-of-type(1) {
  top: 3px;
  left: 35px;
  transform: rotate(-45deg);
  background: #D3B14E;
}
.menu-container .header-menu-toggle:checked ~ .header-menu .header-menu-content span:nth-of-type(2) {
  top: 3px;
  left: 35px;
  transform: rotate(45deg);
  background: #D3B14E;
}
.menu-container .header-menu-toggle:checked ~ .header-menu .header-menu-content p {
  color: #D3B14E;
}
@media screen and (max-width: 959px) {
  .menu-container .header-menu-toggle:checked ~ .header-menu .header-menu-content span:nth-of-type(1) {
    top: 3px;
    left: 25px;
  }
  .menu-container .header-menu-toggle:checked ~ .header-menu .header-menu-content span:nth-of-type(2) {
    top: 3px;
    left: 25px;
  }
}
.menu-container .header-menu-toggle:checked ~ .header-menu .header-menu-content {
  color: #D3B14E;
}
.menu-container .header-menu-toggle:checked:hover ~ .header-menu .header-menu-bg1 {
  display: block;
  transform: rotate(0deg);
}
.menu-container .header-menu-toggle:checked ~ .header-menu .header-menu-bg2 {
  display: none;
}
.menu-container .header-menu-toggle:checked:hover ~ .header-menu .header-menu-bg2 {
  display: none;
}
.menu-container .menu-layer {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 150vh;
  left: 0;
  background: #D3B14E;
  padding-top: calc(1vh + 30px);
  padding-left: 10vw;
  padding-right: 10vw;
  padding-bottom: 2vh;
  font-family: Verdana, YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  font-size: clamp(30px, 8vw, 54px);
  transition: 0.5s all;
  z-index: 200;
}
.menu-container .menu-layer .menu-layer-list {
  height: 100vh;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: space-evenly;
}
.menu-container .menu-layer .menu-layer-list a {
  display: inline-block;
  margin-right: 30px;
  line-height: 70%;
}
.menu-container .menu-layer .menu-layer-list span {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
}
.menu-container .menu-layer .menu-layer-sublist {
  display: flex;
  flex-wrap: wrap;
  margin-left: unset;
  font-size: 1.75rem;
  line-height: 2rem;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 959px) {
  .menu-container .menu-layer .menu-layer-sublist {
    flex-direction: column;
    font-size: 1.125rem;
    line-height: 1.25rem;
    row-gap: unset;
  }
}
.menu-container .menu-layer .menu-layer-sublist li {
  display: block;
  width: 50%;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 959px) {
  .menu-container .menu-layer .menu-layer-sublist li {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .menu-container .menu-layer {
    padding: 5vw;
  }
  .menu-container .menu-layer .menu-layer-list span {
    font-size: 0.75rem;
  }
}
.menu-container .header-menu-toggle:checked ~ .menu-layer {
  top: 0;
  transition: 0.5s ease;
}
.menu-container .header-menu-toggle:checked ~ .header-menu {
  position: relative;
  z-index: 300;
}

/* footer関連 */
/* PAGE TOP */
#page-top {
  position: fixed;
  right: 10px;
  opacity: 0;
  transform: translateY(50px);
  text-decoration: none;
  transition: all 1s;
  z-index: 100;
}

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(50px);
  }
}
.site-footer {
  background: #fff;
}

.footer-menu-toggle {
  display: none;
}

.footer-boldline {
  border: solid 2px #1b1b1b;
  margin-bottom: 3px;
}

.footer-social {
  display: flex;
  font-family: "Rammetto One", cursive;
  font-size: 1.25rem;
  color: #D3B14E;
  border-top: 3px solid #1b1b1b;
  background: #fff;
}
.footer-social a:link,
.footer-social a:visited,
.footer-social a:hover,
.footer-social a:active {
  color: #D3B14E;
}
.footer-social .social-btn {
  width: calc((100% - 15px) / 4);
  padding: 1.875rem;
  text-align: center;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  transition: ease 0.2s;
}
.footer-social .social-btn a {
  position: relative;
}
.footer-social .social-btn:hover a {
  color: #fff;
}
.footer-social .social-btn:hover svg path {
  fill: #fff;
}
.footer-social .social-btn + .social-btn {
  border-left: 5px solid #1b1b1b;
}

.social-btn-container {
  width: 100%;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  z-index: 10;
  transform: translateZ(1px);
}
.social-btn-container svg {
  display: block;
  width: 20px;
  height: 20px;
}

.bgcentery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #1b1b1b;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(1, 0);
  transform-origin: center;
}
.bgcentery:hover:before {
  transform: scale(1, 1);
}

.footer-menu {
  display: flex;
  justify-content: space-around;
  background-color: #1b1b1b;
  color: #fff;
  padding: 3.125rem;
}
.footer-menu div {
  width: 100%;
}
.footer-menu .footer-menu-list {
  font-size: 0.875rem;
  color: #fff;
}
.footer-menu .footer-menu-list a:link,
.footer-menu .footer-menu-list a:visited,
.footer-menu .footer-menu-list a:hover,
.footer-menu .footer-menu-list a:active {
  color: #fff;
}
.footer-menu .footer-menu-list li {
  margin-bottom: 0.6rem;
}
.footer-menu .footer-menu-title {
  display: block;
  font-family: "Rammetto One", cursive;
  color: #D3B14E;
  position: relative;
  margin-bottom: 20px;
}
.footer-menu .footer-menu-title img {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  top: -5px;
  left: -10px;
}
.footer-menu .footer-menu-title div {
  position: relative;
  font-size: 22px;
}
.footer-menu .footer-copyright {
  font-family: "Rammetto One", cursive;
  font-size: 0.625rem;
}

@media screen and (max-width: 959px) {
  .footer-social .social-btn {
    padding: 1.25rem;
  }
  .social-btn-container svg {
    width: 35px;
    height: 35px;
  }
  .footer-menu {
    flex-direction: column;
    row-gap: 20px;
    padding: 3.125rem 1.875rem;
  }
  .footer-menu .footer-logo-block {
    text-align: center;
  }
  .footer-menu .footer-menu-block {
    margin-left: 10px;
  }
  .footer-menu .footer-menu-title::before,
  .footer-menu .footer-menu-title::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #D3B14E;
    width: 5px;
    height: 23px;
    top: 0;
    right: 9px;
  }
  .footer-menu .footer-menu-title::before {
    width: 23px;
    height: 5px;
    top: 9px;
    right: 0;
  }
  .footer-menu .footer-menu-list {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    height: 0;
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden;
    font-size: 1.125rem;
  }
  .footer-menu .footer-menu-list li {
    margin-bottom: 1.8rem;
  }
  .footer-menu .footer-menu-toggle:checked + .footer-menu-title + .footer-menu-list {
    height: auto;
    padding: 20px 0;
    transition: all 0.3s;
  }
  .footer-menu .footer-menu-toggle:checked + .footer-menu-title::after {
    display: none;
  }
}
.navigation .page-numbers {
  font-family: "Rammetto One", cursive;
}
.navigation .page-numbers:visited {
  color: #1b1b1b;
}
.navigation.pagination .nav-links {
  gap: 2.25rem;
}

#wpadminbar {
  position: fixed;
}

.page-header__white-box p.works {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .page-header__white-box p.works {
    line-height: 1.625rem;
    font-size: 0.875rem;
  }
}
.page-header__white-box h2.works {
  margin-bottom: 1.25rem;
  color: #000;
  line-height: 4.25rem;
  font-size: 2.375rem;
  font-family: "ゴシックMB101 B";
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .page-header__white-box h2.works {
    line-height: 2.5rem;
    font-size: 1.5625rem;
    white-space: inherit;
  }
}
.page-header__white-box h2.works span {
  display: inline-block;
  padding: 0.625rem 0.625rem 0.3125rem;
  color: #fff;
  line-height: 3.75rem;
  font-size: 3.75rem;
  background-color: #F1590A;
}
.page-header__white-box h2.works span.works {
  font-size: 3.75rem;
}
@media screen and (max-width: 959px) {
  .page-header__white-box h2.works span.works {
    padding: 0.3125rem 0.3125rem 0.1875rem;
    line-height: 2rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .page-header__white-box h2.works span {
    padding: 0.3125rem 0.3125rem 0.1875rem;
    line-height: 2rem;
    font-size: 2rem;
  }
}
.page-header__white-box h2.works small {
  margin: 0 0.3125rem;
  font-size: 2.375rem;
}
@media screen and (max-width: 959px) {
  .page-header__white-box h2.works small {
    margin: 0 0.125rem;
    font-size: 1.25rem;
  }
}

.footer-menu .footer-menu-title div:hover {
  cursor: initial !important;
}
.footer-menu .footer-menu-title div a {
  color: #D3B04E;
}
.footer-menu .footer-menu-title div a:hover {
  cursor: pointer;
}

.footer-logo-block-link {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer-logo-block-link li a {
  color: #fff;
}
.footer-logo-block-link li a.footer-entry-fresh:hover span, .footer-logo-block-link li a.footer-entry-career:hover span {
  transform: translate(-7px, -7px);
}
.footer-logo-block-link li a.footer-entry-fresh span {
  background: #e03c16;
}
.footer-logo-block-link li a.footer-entry-career span {
  background: #1f8e2c;
}
.footer-logo-block-link li a.footer-entry-career span, .footer-logo-block-link li a.footer-entry-fresh span {
  font-size: 0.7rem !important;
  display: block;
  width: 131px;
  max-width: 75%;
  font-size: 1rem;
  color: #fff;
  padding: 11px 20px;
  text-align: center;
  line-height: 1.3;
  z-index: 10;
  transition: 0.5s all;
  font-weight: 600;
  min-height: 51px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer-logo-block-link li a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-logo-block-link.entry-link {
    flex-direction: row;
  }
  .footer-logo-block-link.entry-link li {
    flex-basis: 50%;
  }
  .footer-logo-block-link.entry-link li a span {
    max-width: none;
    width: 100%;
  }
}

.home-Mission_Btn {
  grid-area: 4/1;
}

.home-Mission_Content {
  grid-area: 3/1;
  margin-bottom: 2em;
  text-align: center;
  color: #000;
  padding-bottom: 2em;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .home-Mission_Content {
    color: #fff;
    line-height: 1.6;
  }
}
.home-Mission_Content b {
  color: rgba(213, 179, 93, 0.831372549);
}
@media screen and (max-width: 959px) {
  .home-Mission_Content b {
    color: #dae000;
  }
}

@media screen and (max-width: 959px) {
  .home-Mission_Copy {
    margin-bottom: 0.3em;
  }
}

@media screen and (max-width: 959px) {
  .home-Mission_Inner {
    grid-area: 1/1/span 4/1;
  }
}

.blog-Side_Unit .card-Wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-Side_Unit .card-Wrap .card {
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  gap: 1rem;
  padding: 0.3rem;
}
.blog-Side_Unit .card-Wrap .card .img-Wrap {
  flex-basis: 30%;
}
.blog-Side_Unit .card-Wrap .card .img-Wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-Side_Unit .card-Wrap .card .content {
  flex-basis: 70%;
}
.blog-Side_Unit .card-Wrap .card .content .date {
  color: #D3B04E;
  font-weight: bold;
  font-size: 0.7rem !important;
}
.blog-Side_Unit .card-Wrap .card .content .title {
  font-size: 0.7rem !important;
}
.blog-Side_Unit .card-Wrap .card .content .category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  justify-content: flex-end;
  align-items: flex-end;
}
.blog-Side_Unit .card-Wrap .card .content .category .category-Item {
  background-color: #D3B04E;
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  padding: 0.3rem 0.3rem;
  font-size: 0.5rem !important;
}

@media screen and (max-width: 768px) {
  .blog-Single_Title {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .blog-Single_Sns {
    gap: 0.3rem;
  }
}
.blog-Single_tag {
  grid-column: span 2;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.blog-Single_Container > .wp-block-nobitel-cta-1-block {
  margin-top: 5rem;
}

.cta-block {
  border: 1px dashed rgba(0, 0, 0, 0.34);
  background: rgba(218, 181, 78, 0.06);
  position: relative;
  margin-top: 5rem;
  margin-bottom: 3rem;
  padding: 3rem;
}
.cta-block.bg-white {
  background: none;
  border: none;
}
@media screen and (max-width: 1024px) {
  .cta-block {
    padding: 1rem;
  }
}
.cta-block .big-thorns {
  position: absolute;
  top: -2rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 1024px) {
  .cta-block .big-thorns {
    top: -2.5rem;
    right: 0rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.cta-block .small-thorns {
  position: absolute;
  top: 0.5rem;
  right: 5rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 1024px) {
  .cta-block .small-thorns {
    top: 0.5rem;
    right: 2.5rem;
    width: 2rem;
    height: 2rem;
  }
}
.cta-block .green-box-title {
  color: #ffffff;
  font-weight: bold;
  background: #8ABA28;
  text-align: center;
  position: absolute;
  padding: 1rem 3rem;
  font-weight: bold;
  top: -3rem;
  left: 1rem;
}
@media screen and (max-width: 1024px) {
  .cta-block .green-box-title {
    font-size: 0.7rem !important;
    padding: 0.3rem 0.3rem;
    top: -1rem;
    left: 0.5rem;
  }
}
.cta-block .cta-list ul {
  margin-top: 1rem;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  .cta-block .cta-list ul {
    margin-top: 1.4rem;
  }
}
.cta-block .cta-list ul li {
  display: flex;
  list-style-type: none;
  align-items: flex-start;
}
.cta-block .cta-list ul li::before {
  display: inline-block;
  content: "✔" !important;
  margin-right: 1rem;
}
.cta-block .cta-list ul li::marker {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cta-block .cta-list ul li {
    font-size: 0.7rem !important;
  }
}
.cta-block .img-title-box {
  position: relative;
  margin: 1rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 0rem;
}
.cta-block .img-title-box::before, .cta-block .img-title-box::after {
  content: "" !important;
  position: absolute;
  width: 2rem;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: black;
  transform: rotate(60deg) translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .cta-block .img-title-box::before, .cta-block .img-title-box::after {
    top: 85%;
    left: -1rem;
    transform: rotate(60deg) translate(0, -50%);
  }
}
.cta-block .img-title-box::after {
  top: 50%;
  left: 94%;
  transform: rotate(-60deg) translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .cta-block .img-title-box::after {
    top: 85%;
    left: 96%;
    transform: rotate(-60deg) translate(0, -50%);
  }
}
@media screen and (max-width: 1024px) {
  .cta-block .img-title-box {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
  }
}
.cta-block .img-title-box br {
  display: none;
}
.cta-block .img-title-box p {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .cta-block .img-title-box p {
    font-size: 0.8rem !important;
  }
}
.cta-block .img-title-box .orange-txt {
  color: #ffffff;
  font-weight: bold;
  background: linear-gradient(90deg, #EDB63E 0%, #F42D2D 100%);
  padding: 0rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-block .img-title-box .yellow-txt {
  color: #EDB63E;
}
@media screen and (max-width: 1024px) {
  .cta-block .img-title-box .yellow-txt {
    margin: 0;
    font-size: 0.8rem !important;
  }
}
.cta-block .components-button {
  margin-left: 3rem;
}
@media screen and (max-width: 1024px) {
  .cta-block .components-button {
    margin: 0;
    font-size: 0.7rem;
  }
}
.cta-block .img-wrap {
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #f2f2f2;
  margin: 0 3rem;
  aspect-ratio: 21/9;
}
.cta-block .img-wrap.square {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .cta-block .img-wrap {
    margin: 0;
  }
}
.cta-block .img-wrap img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-block .img-wrap .img-link {
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: none;
  -webkit-clip-path: polygon(3rem 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(3rem 0, 100% 0, 100% 100%, 0 100%);
  padding: 0.3rem 1rem;
  padding-left: 3rem;
  background: linear-gradient(90deg, #EDB63E 0%, #F42D2D 100%);
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .cta-block .img-wrap .img-link {
    -webkit-clip-path: polygon(2rem 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(2rem 0, 100% 0, 100% 100%, 0 100%);
    font-size: 0.5rem !important;
  }
}
.cta-block .input-img-link {
  border: 1px solid #007cba;
  background-color: #ffffff;
  margin: 0 3rem;
}
@media screen and (max-width: 1024px) {
  .cta-block .input-img-link {
    margin: 0;
    font-size: 0.7rem;
  }
}

.blog-Single_Container h3, .blog-Single_Container h3.wp-block-heading {
  position: relative;
  padding-left: 1rem;
}
.blog-Single_Container h3::before, .blog-Single_Container h3.wp-block-heading::before {
  content: "" !important;
  position: absolute;
  display: block;
  width: 0.2rem;
  height: 100%;
  background-color: #D3B04E;
  left: 0;
  top: 0;
}/*# sourceMappingURL=nobitel_add.css.map */