body {
  line-height: 1.4em;
}

.primary-color {
  color: #1C2B55;
}

.wp-block-heading {
  margin-bottom: 28px;
  margin-top: 28px;
}

a {
  color: blue;
  text-decoration: underline;
}

.single-post blockquote,
.page blockquote {
  border-left: 5px solid #ccc;
  padding: 1em;
  margin: 1em 0;
  font-style: italic;
}

.wp-block-table table thead th,
.wp-block-table table thead td {
  border: none;
  color: #1C2B55;
}

.head-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/1x/head-noimage.webp);
}

.entry-header {
  position: relative;
  margin-bottom: 28px;
  width: 100%;
  color: #ffffff;
}
.entry-header::after {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--primary);
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  z-index: -10;
}
.entry-header.not-bg {
  color: #1C2B55;
}
.entry-header.not-bg::after {
  content: none;
}
.entry-header .entry-title {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.entry-header-cild {
  position: relative;
  width: 100%;
  color: #1C2B55;
}
.entry-header-cild::after {
  content: "";
  position: absolute;
  left: -6%;
  top: 0;
  bottom: 0;
  width: 90%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  z-index: -10;
}
.entry-header-cild.not-bg {
  color: #ffffff;
}
.entry-header-cild.not-bg::after {
  content: none;
}
.entry-header-cild .entry-title {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  font-size: 14px;
}
.entry-header-cild .no {
  padding-right: 1.5rem;
  font-size: 45px;
}
.entry-header-cild h1 {
  font-size: 24px;
}

.entry-content {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  padding: 4%;
}

.pro-temp-wrap {
  gap: 1rem;
}
.pro-temp-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
}
.pro-temp-wrap .pro-temp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  color: #ffffff;
}
.pro-temp-wrap .pro-temp__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pro-temp__inner {
  position: relative;
}
.pro-temp__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 2rem;
  height: 2rem;
  background-color: #F7C700;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.pro-temp__image {
  position: relative;
  padding: 2rem 0;
}
.pro-temp__image::before {
  content: "";
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-image-set(url(../img/1x/processing-temp-img_1.png) 1x, url(../img/2x/processing-temp-img_1@2x.png) 2x, url(../img/4x/processing-temp-img_1@4x.png) 4x);
  background-image: image-set(url(../img/1x/processing-temp-img_1.png) 1x, url(../img/2x/processing-temp-img_1@2x.png) 2x, url(../img/4x/processing-temp-img_1@4x.png) 4x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pro-temp__image::after {
  content: "";
  z-index: -9;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--primary);
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pro-temp-wrap #pro-01 .pro-temp__image::before {
  background-image: url(../img/metal_ban_01.jpg);
}
.pro-temp-wrap #pro-02 .pro-temp__image::before {
  background-image: url(../img/metal_ban_02.jpg);
}
.pro-temp-wrap #pro-03 .pro-temp__image::before {
  background-image: url(../img/metal_ban_03.jpg);
}
.pro-temp-wrap #pro-04 .pro-temp__image::before {
  background-image: url(../img/metal_ban_04.jpg);
}
.pro-temp-wrap #pro-05 .pro-temp__image::before {
  background-image: url(../img/metal_ban_05.jpg);
}

.pro-temp__no {
  font-size: 45px;
  letter-spacing: 0.05em;
}
.pro-temp__title {
  font-size: 20px;
}
.pro-temp__text {
  font-size: 12px;
}
.pro-temp:hover .pro-temp__image::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pro-temp:hover .pro-temp__image::after {
  opacity: 0.2;
}

.head-image {
  position: relative;
  height: 45vh;
  z-index: -20;
}
.head-image .entry-header-cild {
  position: absolute;
  bottom: 0;
}

.container-wrap .processing-hr {
  border-color: #1C2B55 !important;
  opacity: 1;
}

.main-contents {
  padding-top: 4rem;
  background-image: url(../img/processing-bg.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.pageunder {
  position: relative;
}
.pageunder::before {
  content: "";
  z-index: -20;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/1x/processing-links-bg.webp);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 55% 100%);
}

.head-discription {
  color: #ffffff;
  background-color: var(--wp--preset--color--primary);
}

.contact-us {
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #ffffff;
  background-image: url(../img/1x/contact-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-us .contact-text {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0px !important;
          flex: 1 1 0 !important;
}
.contact-us .contact-text h4 {
  font-size: 50px;
  letter-spacing: 0.05em;
}
.contact-us .contact-text-subtitle {
  padding-left: 3em;
  font-size: calc(30px - 0.4vw);
  background-image: -webkit-image-set(url(../img/1x/heading-wh.webp) 1x, url(../img/2x/heading-wh@2x.webp) 2x, url(../img/4x/heading-wh@4x.webp) 4x);
  background-image: image-set(url(../img/1x/heading-wh.webp) 1x, url(../img/2x/heading-wh@2x.webp) 2x, url(../img/4x/heading-wh@4x.webp) 4x);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto calc(100% - 0.2vw);
}
.contact-us .contact-access {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0px !important;
          flex: 1 1 0 !important;
  text-align: center;
}
.contact-us .contact-access .contact-access-title {
  font-size: 20px;
}
.contact-us .contact-access a.contact-link {
  position: relative;
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2rem;
  width: 80%;
  color: #1C2B55;
  text-decoration: none;
  background-color: #F7C700;
  border-radius: 5rem;
}
.contact-us .contact-access a.contact-link::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  -webkit-transform: translate(20px);
          transform: translate(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-us .contact-access a.contact-link:hover::after {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}

@media (min-width: 576px) {
  .entry-header .entry-title,
  .entry-header-cild .entry-title {
    max-width: 540px;
    padding-right: 7em;
  }
  .entry-header-cild::after {
    left: -6%;
  }
}
@media (min-width: 768px) {
  .entry-header .entry-title,
  .entry-header-cild .entry-title {
    max-width: 720px;
    padding-right: 8em;
  }
}
@media (min-width: 992px) {
  .entry-header .entry-title,
  .entry-header-cild .entry-title {
    max-width: 960px;
    padding-right: 10em;
  }
  .entry-header-cild::after {
    left: -20%;
    width: 75%;
  }
  .pro-temp-wrap {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
    -ms-grid-rows: 1fr 1rem 1fr;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
        grid-template: "a a b b c c" 1fr "d d d e e e" 1fr/1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .pro-temp-wrap #pro-01 {
    grid-area: a;
  }
  .pro-temp-wrap #pro-02 {
    grid-area: b;
  }
  .pro-temp-wrap #pro-03 {
    grid-area: c;
  }
  .pro-temp-wrap #pro-04 {
    grid-area: d;
  }
  .pro-temp-wrap #pro-05 {
    grid-area: e;
  }
  .pro-temp-wrap .pro-temp {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .pro-temp-wrap #pro-01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .pro-temp-wrap #pro-02 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .pro-temp-wrap #pro-03 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
  .pro-temp-wrap #pro-04 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .pro-temp-wrap #pro-05 {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
  }
}
@media (min-width: 1200px) {
  .entry-header .entry-title,
  .entry-header-cild .entry-title {
    max-width: 1140px;
    padding-right: 12em;
  }
}
@media (min-width: 1400px) {
  .entry-header .entry-title,
  .entry-header-cild .entry-title {
    max-width: 1320px;
    padding-right: 14em;
  }
}
.wp-block-image.parallelogram,
img.parallelogram {
  clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
}

.wp-block-image.hexagon {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.wp-block-image.octagon {
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.wp-block-button .wp-block-button__link {
  position: relative;
  padding-left: 4em;
  padding-right: 4em;
}
.wp-block-button .wp-block-button__link::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-button .wp-block-button__link:hover::after {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

@media (min-width: 576px) {
  main .scroll-table {
    white-space: nowrap;
  }
  main .scroll-table .has-fixed-layout {
    width: auto;
  }
}
@media (min-width: 992px) {
  main .scroll-table {
    white-space: wrap;
  }
  main .scroll-table .has-fixed-layout {
    width: 100%;
  }
}