@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none;
  vertical-align: top
}

table {
  border-collapse: collapse
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

textarea {
  overflow: auto;
  resize: vertical
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation
}

@media screen and (max-width:800px) {
  article section .cs_ico li {
    display: inline-block;
    padding-right: 8px;
    width: 32%
  }

  article section .cs_ico li img {
    width: 100%
  }

  html {
    font-size: 62.5%
  }

  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.3rem
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2
  }

  li {
    list-style: none
  }

  .common_list li {
    padding-left: 15px;
    position: relative
  }

  .common_list li::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #3556e7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 0
  }

  a {
    color: #000;
    text-decoration: none
  }

  .inner {
    padding: 0 20px
  }

  .commonBt {
    display: inline-block;
    justify-content: center;
    align-items: center;
    background-color: #f3ee45;
    margin: 0 auto;
    color: #3556e7;
    width: 100%;
    position: relative;
    transition: all .4s
  }

  .commonBt:before {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 10px;
    background-color: #f3ee45;
    position: absolute;
    bottom: -10px;
    left: 0
  }

  .commonBt:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 8px solid #3556e7;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    right: -3px;
    bottom: -10px
  }

  .commonBt span {
    display: block;
    padding: 10px 10px 0 10px;
    margin: 0 auto;
    text-align: center
  }

  .page-link {
    color: #3556e7;
    display: inline-block;
    position: relative;
    word-break: break-all
  }

  .tab-link {
    color: #3556e7;
    display: inline-block;
    position: relative;
    word-break: break-all
  }

  .tab-link::after {
    content: "";
    background: url(../images/icon/tab.webp) no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 5px
  }

  .pdf-link {
    color: #3556e7;
    display: inline-block;
    position: relative;
    word-break: break-all
  }

  .pdf-link::after {
    content: "";
    background: url(../images/icon/pdf.webp) no-repeat;
    background-size: cover;
    width: 13px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 8px
  }

  .align_center {
    text-align: center
  }

  .align_right {
    text-align: right
  }

  header {
    width: 100%;
    background: #3556e7
  }

  header a {
    color: #fff
  }

  header #navOpen {
    position: absolute;
    top: 30px;
    right: 20px
  }

  header #navOpen img {
    width: 24px
  }

  header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    background: #3556e7;
    width: 100%;
    padding: 20px 20px 40px
  }

  header nav>img {
    width: 90px
  }

  header nav #navClose {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 20px;
    height: 20px
  }

  header nav #navClose img {
    width: 100%
  }

  header nav>ul {
    margin-top: 50px
  }

  header nav>ul>li {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center
  }

  header nav>ul>li a {
    display: block;
    padding: min(2.2vh, 20px) 0;
  }

  header #subNav {
    margin-top: 40px;
    --subnav-label-size: clamp(1.3rem, 0.9rem + 1vw, 1.6rem);
    --subnav-icon-multiplier: 1.85;
    --subnav-icon-size: calc(var(--subnav-label-size) * var(--subnav-icon-multiplier));
    font-size: 1.4rem
  }

  header #subNav ul {
    display: flex;
    justify-content: center
  }

  header #subNav ul li {
    position: relative
  }

  header #subNav ul li img {
    width: var(--subnav-icon-size);
    height: auto
  }

  header #subNav ul li:last-of-type img {
    margin-top: 4px
  }

  header #subNav ul li a {
    padding: 0 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
  }

  header #subNav ul li span {
    margin-top: 15px;
    font-size: var(--subnav-label-size);
    display: block
  }

  .en footer {
    text-align: center;
    color: #fff
  }

  .en .contactArea {
    text-align: center;
    margin: -10px auto 60px;
    width: 70%
  }

  .en .commonBt .c {
    background: url(../images/products/products_bt1.webp)no-repeat center;
    height: 35px
  }

  .btn .commonBt:hover .c {
    background-image: url(../images/products/products_bt1_on.webp);
    height: 35px
  }

  .en .commonBt .d {
    background: url(../images/products/products_bt2.webp)no-repeat center;
    height: 28px
  }

  .en .commonBt:hover .d {
    background: url(../images/products/products_bt2_on.webp)no-repeat center;
    height: 28px
  }

  .en .btn ul li span {
    text-align: center !important
  }

  .zh footer {
    text-align: center;
    color: #fff
  }

  .zh .contactArea {
    text-align: center;
    margin: -10px auto 60px;
    width: 70%
  }

  .zh .commonBt .c {
    background: url(../images/products/products_bt1.webp)no-repeat center;
    height: 35px
  }

  .btn .commonBt:hover .c {
    background-image: url(../images/products/products_bt1_on.webp);
    height: 35px
  }

  .zh .commonBt .d {
    background: url(../images/products/products_bt2.webp)no-repeat center;
    height: 28px
  }

  .zh .commonBt:hover .d {
    background: url(../images/products/products_bt2_on.webp)no-repeat center;
    height: 28px
  }

  .zh .btn ul li span {
    text-align: center !important
  }

  footer {
    background: #3556e7;
    padding: 30px 20px
  }

  footer a {
    color: #fff;
    text-decoration: none
  }

  footer .inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 0
  }

  footer .left {
    margin-top: 40px
  }

  footer .left ul {
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: -0.4em
  }

  footer .left ul li {
    font-size: 1.2rem;
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal
  }

  footer .left ul li::before {
    content: "|";
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    color: #fff
  }

  footer .left ul li:first-of-type::before {
    content: none;
    margin: 0
  }

  footer .left p {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    margin-top: 15px
  }

  footer .right {
    overflow: hidden;
    text-align: center
  }

  footer .right .iso-img {
    float: left
  }

  footer .right .iso-txt {
    padding: 10px 0 0 15px;
    float: left;
    font-size: 1.3rem
  }

  footer .right .iso-txt p {
    color: #fff
  }

  footer .right .bnrs {
    padding-top: 20px;
    clear: both
  }

  #home #splash {
    display: none
  }

  #home section h2 .en {
    font-size: 3rem;
    display: block;
    font-family: "Poppins", sans-serif
  }

  #home section h2 .ja {
    font-size: 1.2rem;
    letter-spacing: .1em;
    margin-top: 10px
  }

  #home header {
    position: absolute;
    top: 0;
    left: 0
  }

  #home header #h1 {
    position: absolute;
    top: 20px;
    left: 20px
  }

  #home header #h1 img {
    width: 90px
  }

  #home #mainImg {
    width: 100%;
    height: 80vh;
  }

  #home #mainImg img {
    aspect-ratio: 75 / 94;
    width: 100%;
    height: auto
  }

  #home #company {
    background: #fff;
    padding: 45px 0 120px
  }

  #home #company ul {
    margin-top: 30px
  }

  #home #company ul li {
    margin-top: 15px;
    height: 200px;
    overflow: hidden
  }

  #home #company ul li:first-of-type {
    margin-top: 0
  }

  #home #company ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
  }

  #home #company ul li a::before {
    content: "";
    width: auto;
    height: auto;
    border: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
  }

  #home #company ul li img {
    width: 100%;
    height: auto
  }

  #home #company ul li.philosophy a::before {
    border-top-color: #f3ee45;
    border-left-color: #f3ee45
  }

  #home #company ul li.story a::before,
  #home #company ul li.history a::before {
    border-top-color: #29b3ec;
    border-left-color: #29b3ec
  }

  #home #company ul li.award a::before,
  #home #company ul li.greeting a::before {
    border-top-color: #3556e7;
    border-left-color: #3556e7
  }

  #home #company ul li.about {
    height: 135px
  }

  #home #company ul li.about a::before {
    border-top-color: #6333ad;
    border-left-color: #6333ad
  }

  #home #company ul li.csr {
    height: 135px
  }

  #home #company ul li.csr h3 {
    color: #3457e7
  }

  #home #company ul li.csr a::before {
    border-top-color: #1b9468;
    border-left-color: #1b9468
  }

  #home #company ul li.info {
    height: 135px
  }

  #home #company ul li.info a h3 {
    display: none
  }

  #home #company ul li.info a:hover h3 {
    color: #fff;
    transition: color .1s .1s
  }

  #home #company ul li.info a::before {
    border-top-color: #ede842;
    border-left-color: #ede842
  }

  #home #company ul li h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 20
  }

  #home #company ul li h3 .en {
    font-size: 2.3rem
  }

  #home #company ul li h3 .ja {
    font-size: 1.5rem;
    letter-spacing: .1em;
    margin-top: 10px
  }

  #home #products {
    background-color: #2ab2ed;
    position: relative;
    padding: 0 0 50px
  }

  #home #products::before {
    content: "";
    background: url(../images/home/bg_products-sp.webp) no-repeat left bottom;
    background-size: 100% 100%;
    width: 100%;
    height: 68px;
    position: absolute;
    top: -68px;
    left: 0
  }

  #home #products h2 {
    color: #fff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  #home #products .tabLink {
    display: flex;
    justify-content: space-between;
    margin-top: 25px
  }

  #home #products .tabLink li {
    flex-basis: 49%;
    width: 49%;
    padding: 15px 0;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    letter-spacing: .1em;
    border-bottom: 3px solid #ff0;
    position: relative
  }

  #home #products .tabLink li.on {
    background: #3556e7;
    border-bottom: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
  }

  #home #products .tabLink li.on::after {
    content: "";
    width: auto;
    height: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #3556e7
  }

  #home #products .productsLinks .tabCon {
    display: none
  }

  #home #products .productsLinks .tabCon.active {
    display: block
  }

  #home #products .productsLinks ul {
    margin: 0 15px;
    padding: 10% 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  #home #products .productsLinks ul.active {
    display: block
  }

  #home #products .productsLinks ul li {
    width: 41%;
    margin-top: 16%;
    position: relative;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    text-align: center;
    z-index: 1
  }

  #home #products .productsLinks ul li:nth-child(1) {
    order: 1;
    margin-top: 0
  }

  #home #products .productsLinks ul li:nth-child(2) {
    order: 2;
    margin-top: 0
  }

  #home #products .productsLinks ul li:nth-child(3) {
    order: 3
  }

  #home #products .productsLinks ul li:nth-child(4) {
    order: 4;
    -webkit-transform: scale(1.1) translateX(-46%) translateY(-63%) scale(0.9);
    transform: scale(1.1) translateX(-46%) translateY(-63%) scale(0.9);
    margin-right: -41%
  }

  #home #products .productsLinks ul li:nth-child(4) h3 span {
    font-size: 14px
  }

  #home #products .productsLinks ul li:nth-child(5) {
    order: 5
  }

  #home #products .productsLinks ul li:nth-child(6) {
    display: none
  }

  #home #products .productsLinks ul li:nth-child(7) {
    order: 7;
    -webkit-transform: translateX(-49.5%) translateY(-69%) scale(0.9);
    transform: translateX(-49.5%) translateY(-69%) scale(0.9);
    margin-right: -41%
  }

  #home #products .productsLinks ul li:nth-child(8) {
    order: 6
  }

  #home #products .productsLinks ul li:nth-child(9) {
    order: 8;
    position: relative;
    left: 1%
  }

  #home #products .productsLinks ul li:nth-child(10) {
    order: 11;
    -webkit-transform: translateX(-49.5%) translateY(-69%) scale(0.9);
    transform: translateX(-49.5%) translateY(-69%) scale(0.9);
    margin-right: -41%
  }

  #home #products .productsLinks ul li:nth-child(11) {
    order: 10
  }

  #home #products .productsLinks ul li:nth-child(12) {
    order: 12
  }

  #home #products .productsLinks ul li:nth-child(13) {
    order: 13
  }

  #home #products .productsLinks ul li:nth-child(14) {
    order: 14
  }

  #home #products .productsLinks ul li:nth-child(15) {
    order: 15;
    -webkit-transform: scale(1.3) translateX(-4%) translateY(-1%);
    transform: scale(1.3) translateX(-4%) translateY(-1%)
  }

  #home #products .productsLinks ul li:nth-child(15) h3 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }

  #home #products .productsLinks ul li:nth-child(15) h3 span {
    font-size: 10px
  }

  #home #products .productsLinks ul li.blank {
    display: none
  }

  #home #products .productsLinks ul li.txtOnly {
    position: relative
  }

  #home #products .productsLinks ul li.txtOnly::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #3556e7;
    position: relative;
    -webkit-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8)
  }

  #home #products .productsLinks ul li.txtOnly span {
    color: #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  #home #products .productsLinks ul li.link {
    position: relative
  }

  #home #products .productsLinks ul li.link a {
    background: #f3ee45;
    color: #3556e7;
    -webkit-transform: rotate(-45deg) scale(0.6);
    transform: rotate(-45deg) scale(0.6)
  }

  #home #products .productsLinks ul li.link h3::after {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    border-left-color: #3556e7;
    width: auto;
    height: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 8px;
    left: 25px
  }

  #home #products .productsLinks ul li.link span {
    -webkit-transform: rotate(45deg) scale(1.7);
    transform: rotate(45deg) scale(1.7)
  }

  #home #products .productsLinks ul li a {
    color: #fff;
    display: block;
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    overflow: hidden;
    background: #000
  }

  #home #products .productsLinks ul li img {
    aspect-ratio: 1 / 1;
    width: 100%
  }

  #home #products .productsLinks ul li h3 {
    font-size: 1.5rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20
  }

  #home #products .productsLinks ul li h3 span {
    line-height: 1.4;
    letter-spacing: .1em;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  #home #news {
    background: #fff;
    /*padding: 60px 0;*/
    padding: 45px 0;
    position: relative
  }

  #home #news::before {
    content: "";
    width: 100%;
    height: 80px;
    background: url(../images/home/bg_news-sp.webp) no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    top: -80px;
    left: 0
  }

  #home #news ul {
    margin-top: 15px
  }

  #home #news ul li a {
    display: block;
    padding: 15px 0
  }

  #home #news ul li .time {
    display: block
  }

  #home #news ul li .title {
    margin-top: 10px;
    padding-right: 20px;
    display: block;
    position: relative
  }

  #home #news ul li .title::after {
    content: "";
    width: auto;
    height: auto;
    border: 6px solid transparent;
    border-left-color: #3556e7;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px
  }

  #home #news .commonBt {
    margin-top: 50px;
    z-index: 1
  }

  #home #news .commonBt span::after {
    content: "";
    width: 88px;
    height: 53px;
    background: url(../images/common/character.webp) no-repeat;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: -2
  }

  #home #recruit {
    background: url(../images/home/bg_recruit_sp.webp) no-repeat center;
    background-size: cover;
    padding: 70px 0 60px
  }

  #home #recruit .inner {
    text-align: center
  }

  #home #recruit h2 {
    text-align: center;
    flex-direction: column;
    align-items: stretch
  }

  #home #recruit h2 span {
    display: block
  }

  #home #recruit h2 .en {
    color: #fff;
    font-size: 2.6rem
  }

  #home #recruit h2 .ja {
    color: #f3ee45;
    margin: 10px 0 0;
    font-size: 1.2rem;
    letter-spacing: .1em
  }

  #home #recruit {
    background: url(../images/home/bg_recruit_sp_new.webp) no-repeat center top;
    background-size: cover;
    padding: 70px 0 90px
  }

  #home #recruit .recruitTitBox img {
    max-width: 100%
  }

  #home #recruit a {
    margin: 35px auto 0
  }

  #second header {
    padding: 20px 0
  }

  #second header #h1 img {
    width: 90px
  }

  #cat_title.privacy {
    background: url(../images/about/cat_main5.webp) no-repeat center top;
    background-size: cover
  }

  #cat_title.contact {
    background: url(../images/about/cat_main4.webp) no-repeat center top;
    background-size: cover
  }

  #cat_title.news {
    background: url(../images/about/cat_main3.webp) no-repeat center top;
    background-size: cover
  }

  #cat_title.faq {
    background: url(../images/about/cat_main4.webp) no-repeat center top;
    background-size: cover
  }

  #cat_title.products,
  #cat_title.latest-technology {
    background: url(../images/about/cat_main2.webp) no-repeat center top;
    background-size: cover
  }

  #cat_title.company {
    background: url(../images/about/cat_main.webp) no-repeat center top;
    background-size: cover
  }

  #cat_title .inner {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
  }

  #cat_title .inner .en {
    color: #fff;
    font-size: 2.4rem;
    font-family: "Poppins", sans-serif
  }

  #cat_title .inner .ja {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .1em
  }

  #pankuz {
    display: none
  }

  #pankuz .breadcrumb>div a {
    color: #3556e7
  }

  #pankuz .breadcrumb>div:first-of-type::before {
    content: none;
    margin: 0
  }

  article {
    margin-top: 40px;
    padding-bottom: 80px
  }

  article h1 {
    font-size: 2.1rem
  }

  article .commonH2 {
    font-size: 1.7rem;
    color: #3556e7;
    padding-bottom: 15px;
    border-bottom: 3px solid #3556e7;
    line-height: 1.5
  }

  article .commonH3 {
    font-size: 1.4rem;
    padding-left: 15px;
    border-left: 8px solid #3556e7
  }

  article .commonH4 {
    color: #3556e7;
    font-size: 1.3rem
  }

  article section,
  article .section {
    margin-top: 40px
  }

  article section ul,
  article .section ul {
    margin-top: 20px
  }

  article section ul li,
  article .section ul li {
    margin-top: 10px
  }

  article section ul li:first-of-type,
  article .section ul li:first-of-type {
    margin-top: 0
  }

  article section p,
  article .section p {
    margin-top: 15px;
    line-height: 1.8
  }

  article section .sec_imgs,
  article .section .sec_imgs {
    margin-top: 20px
  }

  article section .sec_imgs figure,
  article .section .sec_imgs figure {
    display: block;
    text-align: center;
    margin-top: 15px
  }

  article section .sec_imgs figure img,
  article .section .sec_imgs figure img {
    width: auto;
    max-width: 100%
  }

  article section .sec_imgs figure figcaption,
  article .section .sec_imgs figure figcaption {
    display: block;
    padding-top: 5px;
    font-size: 1.2rem
  }

  article .supplement {
    background: #f0f0f0;
    padding: 0 25px 20px;
    margin-top: 30px
  }

  article .supplement .title {
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  article .supplement>*:first-of-type {
    margin-top: 0
  }

  article .table {
    margin-top: 30px;
    border-top: 1px solid #e6e6e6
  }

  article .table dl {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6
  }

  article .table dl dt {
    display: block
  }

  article .table dl dd {
    padding-left: 20px;
    margin-top: 15px
  }

  article .access .map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
  }

  article .access .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  article .access .address {
    margin-top: 20px
  }

  .inner .img_comp {
    margin: 0 10px 0 0;
    display: inline-block;
    float: left
  }

  article .access {
    border-bottom: 1px dotted #ccc;
    clear: both;
    padding-bottom: 30px;
    overflow: hidden;
    margin-top: 20px
  }

  article .access:last-child {
    border-bottom: 0
  }

  .hearfImg img {
    width: 100%;
    margin: 0 auto
  }

  .forPC {
    display: none !important
  }
}

@media screen and (min-width:800px) {
  article section .cs_ico li {
    display: inline-block;
    padding-right: 8px
  }

  .floartL {
    width: 49%;
    float: left
  }

  article section .cs_ico {
    width: 49%;
    float: right
  }

  .hearfImg {
    text-align: center;
    margin-top: 45px
  }

  .hearfImg img {
    width: 784px;
    margin: 0 auto
  }

  .inner .img_comp {
    display: inline-block;
    float: right;
    padding: 0 0 0 75px;
    margin: -55px 0 0
  }

  article .access {
    clear: both;
    padding-bottom: 30px
  }

  html {
    font-size: 62.5%
  }

  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2
  }

  li {
    list-style: none
  }

  a {
    color: #000;
    text-decoration: none
  }

  .align_center {
    text-align: center
  }

  .align_right {
    text-align: right
  }

  header a {
    color: #fff
  }

  footer {
    background: #3556e7
  }

  footer a {
    color: #fff;
    text-decoration: none
  }

  #home #company {
    background: #fff
  }

  #home #company ul li.philosophy a::before {
    border-top-color: #f3ee45;
    border-left-color: #f3ee45
  }

  #home #company ul li.story a::before,
  #home #company ul li.history a::before {
    border-top-color: #29b3ec;
    border-left-color: #29b3ec
  }

  #home #company ul li.award a::before,
  #home #company ul li.greeting a::before {
    border-top-color: #3556e7;
    border-left-color: #3556e7
  }

  #home #company ul li.about a::before {
    border-top-color: #6333ad;
    border-left-color: #6333ad
  }

  #home #company ul li.csr a::before {
    border-top-color: #1b9468;
    border-left-color: #1b9468
  }

  #home #company ul li.info a:hover h3 {
    color: #fff;
    transition: color .1s .1s
  }

  #home #company ul li.info a::before {
    border-top-color: #ede842;
    border-left-color: #ede842
  }

  #home #products .productsLinks .tabCon.active {
    display: block
  }

  #home #news {
    background: #fff
  }

  #home #recruit h2 .en {
    color: #fff
  }

  #home #recruit h2 .ja {
    color: #f3ee45
  }

  #cat_title.privacy {
    background: url(../images/about/cat_main5.webp) no-repeat center top;
    background-size: cover
  }

  #cat_title.contact {
    background: url(../images/about/cat_main4.webp) no-repeat center top;
    background-size: cover
  }

  #cat_title.news {
    background: url(../images/about/cat_main3.webp) no-repeat center top;
    background-size: cover
  }

  #cat_title.faq {
    background: url(../images/about/cat_main4.webp) no-repeat center top;
    background-size: cover
  }

  #cat_title.products,
  #cat_title.latest-technology {
    background: url(../images/about/cat_main2.webp) no-repeat center top;
    background-size: cover
  }

  #cat_title.company {
    background: url(../images/about/cat_main.webp) no-repeat center top;
    background-size: cover
  }

  #pankuz .breadcrumb>div a {
    color: #3556e7
  }

  #pankuz .breadcrumb>div:first-of-type::before {
    content: none;
    margin: 0
  }

  article section ul li:first-of-type,
  article .section ul li:first-of-type {
    margin-top: 0
  }

  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
  }

  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
  }

  .slick-list:focus {
    outline: 0
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
  }

  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table
  }

  .slick-track:after {
    clear: both
  }

  .slick-loading .slick-track {
    visibility: hidden
  }

  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
  }

  [dir="rtl"] .slick-slide {
    float: right
  }

  .slick-slide img {
    display: block
  }

  .slick-slide.slick-loading img {
    display: none
  }

  .slick-slide.dragging img {
    pointer-events: none
  }

  .slick-initialized .slick-slide {
    display: block
  }

  .slick-loading .slick-slide {
    visibility: hidden
  }

  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
  }

  .slick-arrow.slick-hidden {
    display: none
  }

  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 0;
    outline: 0
  }

  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: 0;
    background: transparent;
    color: transparent
  }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .25
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .slick-prev {
    left: -25px
  }

  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
  }

  .slick-next {
    right: -25px
  }

  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto
  }

  .slick-dotted.slick-slider {
    margin-bottom: 30px
  }

  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
  }

  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
  }

  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
  }

  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: 0
  }

  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

@media print,
screen and (min-width:801px) {
  html {
    font-size: 62.5%
  }

  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.4rem
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2
  }

  li {
    list-style: none
  }

  .common_list li {
    padding-left: 20px;
    position: relative
  }

  .common_list li::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #3556e7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 0
  }

  a {
    color: #000;
    text-decoration: none
  }

  .inner {
    max-width: 1150px;
    padding: 0 15px;
    margin: 0 auto
  }

  .commonBt {
    display: inline-block;
    justify-content: center;
    align-items: center;
    background-color: #f3ee45;
    margin: 0 auto;
    color: #3556e7;
    font-size: 1.8rem;
    min-width: 225px;
    position: relative;
    transition: all .4s
  }

  .commonBt:before {
    content: "";
    display: block;
    width: calc(100% - 18px);
    height: 18px;
    background-color: #f3ee45;
    position: absolute;
    bottom: -18px;
    left: 0;
    transition: all .4s
  }

  .commonBt:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 13px solid #3556e7;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    right: -4px;
    bottom: -16px;
    transition: all .4s
  }

  .commonBt span {
    display: block;
    padding: 15px 18px 0 18px;
    margin: 0 auto
  }

  .commonBt:hover {
    background-color: #3556e7;
    color: #f3ee45
  }

  .commonBt:hover:before {
    background-color: #3556e7
  }

  .commonBt:hover:after {
    border-right-color: #f3ee45
  }

  .page-link {
    color: #3556e7;
    display: inline-block;
    position: relative;
    word-break: break-all
  }

  .page-link:hover {
    text-decoration: underline;
    color: #000
  }

  .tab-link {
    color: #3556e7;
    display: inline-block;
    position: relative;
    word-break: break-all
  }

  .tab-link:hover {
    text-decoration: underline;
    color: #000
  }

  .tab-link::after {
    content: "";
    background: url(../images/icon/tab.webp) no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 5px
  }

  .pdf-link {
    color: #3556e7;
    display: inline-block;
    position: relative;
    word-break: break-all
  }

  .pdf-link:hover {
    text-decoration: underline;
    color: #000
  }

  .pdf-link::after {
    content: "";
    background: url(../images/icon/pdf.webp) no-repeat;
    background-size: cover;
    width: 13px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 8px
  }

  .align_center {
    text-align: center
  }

  .align_right {
    text-align: right
  }

  header {
    padding: 30px 0;
    background: #3556e7
  }

  header a {
    color: #fff
  }

  header>.inner>h1>a>img {
    display: block;
    width: 100%;
  }

  header .inner {
    display: flex;
    align-items: center;
    max-width: 1600px;
    width: 100%;
    justify-content: center;
    column-gap: 10px;
    padding: 0 40px;
  }

  header #h1 {
    max-width: 170px;
    width: 15vw;
  }

  header #navOpen {
    display: none
  }

  header nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  header nav>img {
    display: none
  }

  header nav #navClose {
    display: none
  }

  header nav>ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }

  header nav>ul>li {
    font-size: 1.6rem;
    font-weight: bold;
    /* margin-right: 55px */
  }

  header nav>ul>li:last-child {
    margin-right: 0
  }

  header nav>ul>li a {
    position: relative;
    font-size: min(1.3vw, 18px);
  }

  header nav>ul>li a::after {
    content: "";
    width: 105%;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    transition: all .4s
  }

  header nav>ul>li a:hover::after {
    background: #3fbde2
  }

  header #suvNav {
    width: 190px;
    margin-left: auto;
    --subnav-label-size: 1rem;
    --subnav-icon-multiplier: 1.85;
    --subnav-icon-size: calc(var(--subnav-label-size) * var(--subnav-icon-multiplier));
    font-size: 1rem
  }

  header #subNav ul {
    display: flex;
    position: relative
  }

  header #subNav ul::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 35px;
    margin-top: -17px;
    background: #000
  }

  header #subNav ul li {
    width: 50%;
    position: relative
  }

  header #subNav ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 35px;
    margin-top: -17px;
    background: #000
  }

  header #subNav ul li:last-of-type img {
    margin-top: 4px
  }

  header #subNav ul li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%
  }

  header #subNav ul li img {
    margin-bottom: 4px;
    width: var(--subnav-icon-size);
    height: auto
  }

  header #subNav ul li span {
    font-size: var(--subnav-label-size);
    display: block
  }

  .en footer {
    color: #fff;
    text-align: center;
    padding: 34px 0
  }

  .en .contactArea {
    text-align: center;
    margin: -30px auto 70px
  }

  .en .commonBt {
    width: 350px
  }

  .en .commonBt .c {
    background: url(../images/products/products_bt1.webp)no-repeat center;
    height: 35px
  }

  .btn .commonBt:hover .c {
    background-image: url(../images/products/products_bt1_on.webp);
    height: 35px
  }

  .en .commonBt .d {
    background: url(../images/products/products_bt2.webp)no-repeat center;
    height: 28px
  }

  .en .commonBt:hover .d {
    background: url(../images/products/products_bt2_on.webp)no-repeat center;
    height: 28px
  }

  .zh footer {
    color: #fff;
    text-align: center;
    padding: 34px 0
  }

  .zh .contactArea {
    text-align: center;
    margin: -30px auto 70px
  }

  .zh .commonBt {
    width: 350px
  }

  .zh .commonBt .c {
    background: url(../images/products/products_bt1.webp)no-repeat center;
    height: 35px
  }

  .btn .commonBt:hover .c {
    background-image: url(../images/products/products_bt1_on.webp);
    height: 35px
  }

  .zh .commonBt .d {
    background: url(../images/products/products_bt2.webp)no-repeat center;
    height: 28px
  }

  .zh .commonBt:hover .d {
    background: url(../images/products/products_bt2_on.webp)no-repeat center;
    height: 28px
  }

  footer {
    background: #3556e7;
    padding: 60px 0 120px /*32px 0 32px*/
  }

  footer a {
    color: #fff;
    text-decoration: none
  }

  footer a:hover {
    text-decoration: underline
  }

  footer .inner {
    overflow: hidden
  }

  footer .left {
    min-width: 455px;
    float: left
  }

  footer .left ul {
    letter-spacing: -0.4em
  }

  footer .left ul li {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal
  }

  footer .left ul li::before {
    content: "|";
    display: inline-block;
    vertical-align: top;
    margin: 0 18px;
    color: #fff
  }

  footer .left ul li:first-of-type::before {
    content: none;
    margin: 0
  }

  footer .left p {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: .1em
  }

  footer .right {
    min-width: 455px;
    float: right;
    padding-left: 15px;
    display: flex;
    align-items: flex-end
  }

  footer .right .iso-img img {
    margin-right: 5px;
    display: inline-block;
    vertical-align: top
  }

  footer .right .iso-txt {
    padding-left: 17px
  }

  footer .right .iso-txt p {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 5px
  }

  footer .right .iso-txt p:first-of-type {
    margin-top: 0
  }

  footer .right .bnrs {
    margin-left: 35px
  }

  #home #loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: all 1s
  }

  #home #loading svg#chameleon {
    width: 300px;
    height: 300px;
    position: relative;
    z-index: 10;
    -webkit-animation: colorRotate 3s infinite;
    animation: colorRotate 3s infinite
  }

  #home #loading svg#chameleon .st0 {
    fill: #4b9fb3
  }

  #home #loading svg#chameleon .st1 {
    fill: #8bc7cf
  }

  #home #loading svg#chameleon .st2 {
    fill: #d9ecef
  }

  #home #loading svg#chameleon .st3 {
    fill: #6dbac7
  }

  #home #loading svg#chameleon .st4 {
    fill: #bde2e9
  }

  #home #loading svg#chameleon .st5 {
    fill: #ddf0f4
  }

  #home #loading svg#chameleon .st6 {
    fill: #a9d6dc
  }

  #home #loading svg#chameleon .st7 {
    fill: #aadadf
  }

  #home #loading svg#chameleon .st8 {
    fill: #fff
  }

  #home #loading svg#chameleon .st9 {
    fill: #34919d
  }

  #home #loading svg#chameleon .st10 {
    fill: #97cdd4
  }

  #home #loading svg#chameleon .st11 {
    fill: #60b4c2
  }

  #home #loading svg#chameleon .st12 {
    fill: #50a350
  }

  @-webkit-keyframes colorRotate {
    50% {
      -webkit-filter: hue-rotate(-90deg);
      filter: hue-rotate(-90deg)
    }

    100% {
      -webkit-filter: hue-rotate(-90deg);
      filter: hue-rotate(-90deg)
    }
  }

  @keyframes colorRotate {
    50% {
      -webkit-filter: hue-rotate(-90deg);
      filter: hue-rotate(-90deg)
    }

    100% {
      -webkit-filter: hue-rotate(-90deg);
      filter: hue-rotate(-90deg)
    }
  }

  #home #loading.wasView {
    opacity: 0
  }

  #home #splash {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100vh
  }

  #home #splash .splashItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 1s ease-in-out
  }

  #home #splash .splashItem img {
    width: 100%;
    height: auto
  }

  #home #splash .splashItem.isView {
    opacity: 1
  }

  #home #splash #splash1 {
    z-index: 10
  }

  #home #splash #splash2 {
    z-index: 9
  }

  #home #splash #splash3 {
    z-index: 7
  }

  #home #splash #splash4 {
    z-index: 6
  }

  #home #splash #splash5 {
    z-index: 8
  }

  #home #splash #splash6 {
    position: relative;
    z-index: 5;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    height: 100%
  }

  #home #splash #splash6.wasView {
    -webkit-animation: splEnd 2s forwards;
    animation: splEnd 2s forwards
  }

  @-webkit-keyframes splEnd {
    30% {
      opacity: .1
    }

    100% {
      opacity: 0
    }
  }

  @keyframes splEnd {
    30% {
      opacity: .1
    }

    100% {
      opacity: 0
    }
  }

  #home main {
    position: relative;
    z-index: 30
  }

  #home main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/home/bg_left.webp) no-repeat;
    width: 239px;
    height: 100%;
    z-index: 10
  }

  #home main::after {
    content: "";
    position: absolute;
    top: 100px;
    right: 0;
    background: url(../images/home/bg_right.webp) no-repeat;
    width: 241px;
    height: 100%;
    z-index: 10
  }

  #home section .inner {
    position: relative;
    z-index: 20;
  }

  #home #news .inner {
    background: rgba(255, 255, 255, 0.5);
  }

  #home section h2 {
    display: flex;
    align-items: flex-end
  }

  #home section h2 .en {
    font-size: 5.6rem;
    font-family: "Poppins", sans-serif
  }

  #home section h2 .ja {
    font-size: 2.6rem;
    letter-spacing: .1em;
    margin: 0 0 8px 40px
  }

  #home header {
    padding: 30px 0;
    /*
    background: transparent;*/
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 1s;
  }

  #home header.isView {
    top: 0
  }

  /*
  #home header a {
    color: #000
  }*/

  #home #mainImg {
    aspect-ratio: 192 / 68;
    width: 100%;
    height: 80vh;
  }

  #home #mainImg img {
    aspect-ratio: 192 / 68;
    width: 100%;
    height: auto
  }

  #home #company {
    background: #fff;
    padding: 100px 0 345px
  }

  #home #company h2 {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }

  #home #company ul {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }

  #home #company ul li {
    overflow: hidden;
    width: 31%;
    max-width: 340px;
    margin-top: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
  }

  #home #company ul li:nth-child(-n+2) {
    margin-top: 0;
    width: 48%;
    max-width: 535px
  }

  #home section#company.company_en .inner ul {
    row-gap: 50px;
    column-gap: 5%;
    justify-content: flex-start;
  }

  #home section#company.company_en .inner ul>li {
    width: 30%;
    margin-top: 0;
  }

  #home #company ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%
  }

  #home #company ul li a:hover::before {
    border-width: 535px
  }

  #home #company ul li a::before {
    content: "";
    width: auto;
    height: auto;
    border: 17px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all .6s
  }

  #home #company ul li.philosophy a::before {
    border-top-color: #f3ee45;
    border-left-color: #f3ee45
  }

  #home #company ul li.story a::before,
  #home #company ul li.history a::before {
    border-top-color: #29b3ec;
    border-left-color: #29b3ec
  }

  #home #company ul li.award a::before,
  #home #company ul li.greeting a::before {
    border-top-color: #3556e7;
    border-left-color: #3556e7
  }

  #home #company ul li.about a::before {
    border-top-color: #6333ad;
    border-left-color: #6333ad
  }

  #home #company ul li.csr a::before {
    border-top-color: #1b9468;
    border-left-color: #1b9468
  }

  #home #company ul li.info a h3 {
    color: #2dabdb;
    transition: color .1s .2s;
    line-height: 1.2;
    font-size: 2.4rem;
    padding-bottom: 10px
  }

  #home #company ul li.info a:hover h3 {
    color: #fff;
    transition: color .1s .1s
  }

  #home #company ul li.info a::before {
    border-top-color: #ede842;
    border-left-color: #ede842
  }

  #home #company ul li h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 20
  }

  #home #company ul li h3 span {
    display: inline-block
  }

  #home #company ul li h3 .en {
    display: inline-block;
    font-size: 3.8rem;
    margin-bottom: 15px
  }

  #home #company ul li h3 .ja {
    display: inline-block;
    font-size: 2.4rem;
    letter-spacing: .1em
  }

  #home #products {
    background-color: #2ab2ed;
    position: relative;
    padding: 0 0 50px
  }

  #home #products::before {
    content: "";
    background: url(../images/home/bg_products.webp) no-repeat center top;
    width: 100%;
    height: 238px;
    position: absolute;
    top: -238px;
    left: 0
  }

  #home #products h2 {
    color: #fff;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }

  #home #products .tabLink {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
  }

  #home #products .tabLink li {
    flex-basis: 49%;
    width: 49%;
    max-width: 550px;
    padding: 30px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    letter-spacing: .1em;
    border-bottom: 3px solid #ff0;
    position: relative;
    cursor: pointer;
    transition: all .3s ease
  }

  #home #products .tabLink li:not(.on):hover {
    background-color: rgba(255, 255, 0, .4)
  }

  #home #products .tabLink li.on {
    background: #3556e7;
    border-bottom: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    cursor: default
  }

  #home #products .tabLink li.on::after {
    content: "";
    width: auto;
    height: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #3556e7
  }

  #home #products .productsLinks .tabCon {
    display: none
  }

  #home #products .productsLinks .tabCon.active {
    display: block
  }

  #home #products .productsLinks ul {
    padding: 100px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  #home #products .productsLinks ul.active {
    display: block
  }

  #home #products .productsLinks ul li {
    width: 26%;
    margin-top: calc(-20% / 3);
    position: relative;
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }

  #home #products .productsLinks ul li.pcEve {
    -webkit-transform: translateX(71%) scale(0.9);
    transform: translateX(71%) scale(0.9)
  }

  #home #products .productsLinks ul li.txtOnly {
    position: relative
  }

  #home #products .productsLinks ul li.txtOnly::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #3556e7;
    position: relative;
    -webkit-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8)
  }

  #home #products .productsLinks ul li.txtOnly span {
    color: #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  #home #products .productsLinks ul li.link {
    position: relative;
    margin-top: calc(-42% / 3)
  }

  #home #products .productsLinks ul li.link a {
    background: #f3ee45;
    color: #3556e7;
    -webkit-transform: rotate(-45deg) scale(0.6);
    transform: rotate(-45deg) scale(0.6)
  }

  #home #products .productsLinks ul li.link h3::after {
    content: "";
    position: absolute;
    border: 20px solid transparent;
    border-left-color: #3556e7;
    width: auto;
    height: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 15px;
    left: 40px
  }

  #home #products .productsLinks ul li.link span {
    -webkit-transform: rotate(45deg) scale(1.7);
    transform: rotate(45deg) scale(1.7)
  }

  #home #products .productsLinks ul li a {
    color: #fff;
    display: block;
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    overflow: hidden;
    background: #000
  }

  #home #products .productsLinks ul li a:hover h3 {
    color: #fff
  }

  #home #products .productsLinks ul li a:hover img {
    opacity: 0
  }

  #home #products .productsLinks ul li img {
    aspect-ratio: 1 / 1;
    width: 100%;
    transition: all .4s
  }

  #home #products .productsLinks ul li h3 {
    font-size: 2.2rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20
  }

  #home #products .productsLinks ul li h3 span {
    letter-spacing: .1em;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  #home #news {
    background: #fff;
    padding-bottom: 130px;
    position: relative
  }

  #home #news::before {
    content: "";
    width: 100%;
    height: 265px;
    background: url(../images/home/bg_news.webp) no-repeat center top;
    position: absolute;
    top: -264px;
    left: 0
  }

  #home #news .newsCon {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  #home #news h2 {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }

  #home #news ul {
    width: 100%;
    max-width: 835px
  }

  #home #news ul li {
    padding: 15px 0;
    overflow: hidden
  }

  #home #news ul li a:hover .title {
    text-decoration: underline
  }

  #home #news ul li .time {
    display: inline-block;
    width: 75px;
    margin-right: 50px;
    float: left;
    padding-top: 1px
  }

  #home #news ul li .title {
    display: inline-block;
    width: calc(100% - 125px);
    float: left;
    font-size: 1.5rem;
    position: relative;
    padding-right: 40px
  }

  #home #news ul li .title::after {
    content: "";
    width: auto;
    height: auto;
    border: 8px solid transparent;
    border-left-color: #3556e7;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px
  }

  #home #news .commonBt {
    z-index: 1
  }

  #home #news .commonBt span::after {
    content: "";
    width: 88px;
    height: 53px;
    background: url(../images/common/character.webp) no-repeat;
    position: absolute;
    top: -40px;
    right: -11px;
    z-index: -2
  }

  /*新着情報が一番上のブロックの時用*/
  .news-upper {
    padding-top: 100px !important;
    padding-bottom: 30px !important;
  }

  #home #recruit {
    background: url(../images/home/bg_recruit_new.webp) no-repeat center top;
    background-size: cover;
    padding: 120px 0 90px
  }

  #home #recruit .inner {
    text-align: center
  }

  #home #recruit .inner .recruitTitBox img {
    aspect-ratio: 713 / 130;
    max-width: 713px;
    width: 100%;
    height: auto
  }

  #home #recruit h2 {
    text-align: center;
    flex-direction: column;
    align-items: stretch
  }

  #home #recruit h2 span {
    display: block
  }

  #home #recruit h2 .en {
    color: #fff;
    font-size: 5.6rem
  }

  #home #recruit h2 .ja {
    color: #f3ee45;
    margin: 20px 0 0;
    font-size: 2.4rem;
    letter-spacing: .1em
  }

  #home #recruit a {
    margin: 70px auto 0
  }

  #second #subNav ul::after,
  #home #subNav ul::after {
    background: #fff
  }

  #second #subNav ul li::after,
  #home #subNav ul li::after {
    background: #fff
  }

  #cat_title.products,
  #cat_title.latest-technology {
    background: url(../images/products/cat_main.webp) no-repeat center top;
    background-size: cover
  }

  #cat_title.company {
    background: url(../images/about/cat_main.webp) no-repeat center top;
    background-size: cover
  }

  #cat_title .inner {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
  }

  #cat_title .inner .en {
    color: #fff;
    font-size: 5.6rem;
    font-family: "Poppins", sans-serif
  }

  #cat_title .inner .ja {
    color: #fff;
    font-size: 2.8rem;
    letter-spacing: .1em
  }

  #pankuz {
    margin-top: 20px
  }

  #pankuz .breadcrumb {
    letter-spacing: -0.4em
  }

  #pankuz .breadcrumb>div {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #3556e7
  }

  #pankuz .breadcrumb>div a {
    color: #3556e7
  }

  #pankuz .breadcrumb>div a:hover {
    text-decoration: underline
  }

  #pankuz .breadcrumb>div::before {
    content: ">";
    font-size: 1.2rem;
    padding: 0 5px;
    vertical-align: top;
    margin-top: 2px;
    display: inline-block
  }

  #pankuz .breadcrumb>div:first-of-type::before {
    content: none;
    margin: 0
  }

  article {
    margin-top: 80px;
    padding-bottom: 180px
  }

  #blog article {
    padding-bottom: 0;
  }

  #blog article:last-of-type {
    padding-bottom: 180px;
  }

  article h1 {
    font-size: 3.8rem
  }

  article .commonH2 {
    font-size: 2.2rem;
    color: #3556e7;
    padding-bottom: 15px;
    border-bottom: 3px solid #3556e7
  }

  article .commonH3 {
    font-size: 1.8rem;
    padding-left: 17px;
    border-left: 8px solid #3556e7
  }

  article .commonH4 {
    color: #3556e7;
    font-size: 1.6rem
  }

  article section,
  article .section {
    margin-top: 80px
  }

  article section ul,
  article .section ul {
    margin-top: 30px
  }

  article section ul li,
  article .section ul li {
    margin-top: 15px
  }

  article section ul li:first-of-type,
  article .section ul li:first-of-type {
    margin-top: 0
  }

  article section .sec_lv3,
  article .section .sec_lv3 {
    margin-top: 50px
  }

  article section .sec_lv4,
  article .section .sec_lv4 {
    margin-top: 40px
  }

  article section p,
  article .section p {
    margin-top: 30px;
    line-height: 1.8
  }

  article section .sec_imgs,
  article .section .sec_imgs {
    letter-spacing: -0.4em;
    margin-top: 40px
  }

  article section .sec_imgs figure,
  article .section .sec_imgs figure {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal
  }

  article section .sec_imgs figure img,
  article .section .sec_imgs figure img {
    width: 100%
  }

  article section .sec_imgs figure figcaption,
  article .section .sec_imgs figure figcaption {
    display: block;
    padding-top: 5px;
    font-size: 1.3rem
  }

  article section .item_count2,
  article .section .item_count2 {
    display: flex;
    justify-content: space-between
  }

  article section .item_count2 figure,
  article .section .item_count2 figure {
    width: 49%;
    max-width: 540px
  }

  article section .item_count2 figure:nth-child(2n),
  article .section .item_count2 figure:nth-child(2n) {
    margin-right: 0
  }

  article section .item_count2 figure:nth-child(n+3),
  article .section .item_count2 figure:nth-child(n+3) {
    margin-top: 30px
  }

  article section .item_count3 figure,
  article .section .item_count3 figure {
    width: 32%;
    margin-right: 2%
  }

  article section .item_count3 figure:nth-child(3n),
  article .section .item_count3 figure:nth-child(3n) {
    margin-right: 0
  }

  article section .item_count3 figure:nth-child(n+4),
  article .section .item_count3 figure:nth-child(n+4) {
    margin-top: 30px
  }

  article .supplement {
    background: #f0f0f0;
    padding: 0 25px 40px;
    margin-top: 75px
  }

  article .supplement .title {
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }

  article .supplement>*:first-of-type {
    margin-top: 10px
  }

  article .table {
    margin-top: 60px;
    border-top: 1px solid #e6e6e6
  }

  article .table dl {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #e6e6e6
  }

  article .table dl dt {
    display: table-cell;
    vertical-align: top;
    width: 215px;
    padding: 20px 15px 20px 0
  }

  article .table dl dd {
    display: table-cell;
    vertical-align: top;
    max-width: calc(100% - 215px);
    padding-right: 15px;
    padding: 20px 15px 20px 0
  }

  article .access {
    margin-top: 40px;
    display: flex
  }

  article .access .map {
    width: 375px;
    height: 260px
  }

  article .access .address {
    padding: 35px 0 0 50px
  }

  .forSP {
    display: none !important
  }

  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
  }

  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
  }

  .slick-list:focus {
    outline: 0
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
  }

  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table
  }

  .slick-track:after {
    clear: both
  }

  .slick-loading .slick-track {
    visibility: hidden
  }

  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
  }

  [dir="rtl"] .slick-slide {
    float: right
  }

  .slick-slide img {
    display: block
  }

  .slick-slide.slick-loading img {
    display: none
  }

  .slick-slide.dragging img {
    pointer-events: none
  }

  .slick-initialized .slick-slide {
    display: block
  }

  .slick-loading .slick-slide {
    visibility: hidden
  }

  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
  }

  .slick-arrow.slick-hidden {
    display: none
  }

  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 0;
    outline: 0
  }

  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: 0;
    background: transparent;
    color: transparent
  }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .25
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .slick-prev {
    left: -25px
  }

  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
  }

  .slick-next {
    right: -25px
  }

  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto
  }

  .slick-dotted.slick-slider {
    margin-bottom: 30px
  }

  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
  }

  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
  }

  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
  }

  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: 0
  }

  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

@media screen and (max-width:800px) {

  body#second,
  body#home {
    padding-top: 72px
  }

  header,
  #home header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 20px 0;
    height: 72px;
  }

  #latest_tech.bnr_area {
    padding: 40px 0;
    position: relative
  }

  #home #news::before {
    content: none
  }

  #home #news-upper::before {
    content: none
  }

  /* #latest_tech.bnr_area:before {
    content: "";
    width: 100%;
    height: 265px;
    background: url(../images/home/bg_news.webp) no-repeat center top;
    position: absolute;
    top: -264px;
    left: 0
  } */

  #latest_tech.bnr_area .btn_wrap>div {
    width: 100%
  }

  #latest_tech.bnr_area .btn_wrap>div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 85px;
    font-size: 15px;
    padding: 0 35px;
    color: #fff;
    font-weight: bold;
    position: relative;
    background: url(../images/common/btn_chameleon.webp) no-repeat right bottom #3556e7
  }

  #latest_tech.bnr_area .btn_wrap>div a:after {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: calc(50% - 6px);
    right: 15px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff
  }

  #latest_tech.bnr_area .btn_wrap>div a span {
    position: relative;
    z-index: 2
  }

  #latest_tech.bnr_area .btn_wrap>div a.nano:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #3556e7;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s
  }

  #latest_tech.bnr_area .btn_wrap>div a.ronbun:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #3556e7;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s
  }

  #latest_tech.bnr_area .btn_wrap>div:not(:first-of-type) {
    margin-top: 15px
  }
}

@media screen and (min-width:800px) {

  body#second,
  body#home {
    padding-top: 106px
  }

  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
  }

  #home header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }

  #latest_tech.bnr_area {
    padding: 120px 0;
    position: relative
  }

  #home #news::before {
    content: none
  }

  #home #news-upper::before {
    content: none
  }

  /* #latest_tech.bnr_area:before {
    content: "";
    width: 100%;
    height: 265px;
    background: url(../images/home/bg_news.webp) no-repeat center top;
    position: absolute;
    top: -264px;
    left: 0
  } */

  #latest_tech.bnr_area .btn_wrap {
    display: flex;
    justify-content: center;
  }

  #latest_tech.bnr_area .btn_wrap>div {
    width: calc(50% - 15px);
    position: relative;
    overflow: hidden;
  }

  #latest_tech.bnr_area .btn_wrap>div::after {
    animation: 4s 0s shine linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
    content: '';
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
  }

  @keyframes shine {
    20% {
      left: 150%;
    }

    100% {
      left: 150%;
    }
  }

  #latest_tech.bnr_area .btn_wrap>div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
    font-size: 24px;
    padding: 0 55px;
    color: #fff;
    font-weight: bold;
    position: relative;
    background: url(../images/common/btn_chameleon.webp) no-repeat right bottom #3556e7
  }

  #latest_tech.bnr_area .btn_wrap>div a:after {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: calc(50% - 8px);
    right: 25px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #fff
  }

  #latest_tech.bnr_area .btn_wrap>div a span {
    position: relative;
    z-index: 2
  }

  #latest_tech.bnr_area .btn_wrap>div a.nano:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #3556e7;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s
  }

  #latest_tech.bnr_area .btn_wrap>div a.ronbun:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #3556e7;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s
  }

  #latest_tech.bnr_area .btn_wrap>div:nth-of-type(odd) {
    margin-right: 30px
  }

  #latest_tech.bnr_area .btn_wrap>div a.nano:hover:before,
  #latest_tech.bnr_area .btn_wrap>div a.ronbun:hover:before {
    opacity: 0
  }
}

@media screen and (min-width:800px) {
  .footer_sns {
    display: flex;
    align-items: center;
    margin-bottom: 20px
  }

  .footer_sns a:not(:first-of-type) {
    margin-left: 20px
  }

  .footer_sns a:hover {
    opacity: .8
  }
}

@media screen and (max-width:800px) {
  .footer_sns {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center
  }

  .footer_sns a:not(:first-of-type) {
    margin-left: 20px
  }
}

@media screen and (min-width:800px) {
  .menu_sns {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: flex-end
  }

  .menu_sns a:not(:first-of-type) {
    margin-left: 20px
  }

  .menu_sns a:hover {
    opacity: .8
  }
}

@media screen and (max-width:800px) {
  .menu_sns {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center
  }

  .menu_sns a:not(:first-of-type) {
    margin-left: 20px
  }
}

article#material section .tablescl .table ul {
  margin-top: 0 !important;
  text-align: left !important;
}

#contact .form_container {
  margin-top: 3rem;
  text-align: center;
}

#contact .form_container>.loader {
  display: inline-block;
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #329bd2;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  transition: opacity .1s linear .3s;
}

#contact .form_container>iframe~.loader {
  opacity: 0;
}

@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}

#cookie-settings-btn {
  background-color: #1032CF;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", "Liberation Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

#cookie-settings-btn:hover,
#cookie-settings-btn:focus {
  filter: brightness(.7);
}

#cookie-settings-btn:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

#cookie-settings-btn:active {
  filter: brightness(.7);
  box-shadow: none;
}

/* hero-slider */
.hero-slider {
  position: relative;
  overflow: hidden;
}

.slide {
  position: relative;
}

.slide-caption {
  position: absolute;
  bottom: 15%;
  left: 5%;
  color: white;
  z-index: 2;
}

.slide-caption h2 {
  font-weight: inherit;
  font-size: 48px;
}

a.hero-button {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 10px;
  max-width: 280px;
  display: flex;
  border-radius: 20px;
  justify-content: center;
  background: transparent;
  color: #fff;
  border: solid 1px #ffffff;
}

a.hero-button:hover {
  background: #132987;
  transition: ease-in 0.3s;
  transition: ease-out 0;
}

.hero-slider .slide-caption,
.hero-slider picture,
.hero-slider img {
  margin: 0;
  padding: 0;
}

.hero-slider {
  position: relative;
  height: 600px;
  /* 適宜調整、例: 600px でもOK */
  overflow: hidden;
}

.hero-slider .slick-list,
.hero-slider .slick-track {
  height: 100%;
}

.hero-slider .slide {
  height: 100%;
  position: relative;
}

.hero-slider .slide picture,
.hero-slider .slide img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  display: block;
}

.slide-caption p {
  font-size: 26px;
  margin: 10px 0 30px;
  border-top: 2px solid;
  padding: 10px 0;
}

.slick-prev {
  left: 0;
  z-index: 1;
}

.slick-next {
  right: 25px;
}

.slick-prev:before {
  content: "";
  width: 22px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px;
  background: url(../images/home/arrow-left-blue.png);
  background-size: contain;
  opacity: 80%;
}

.slick-next:before {
  content: "";
  width: 22px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px;
  background: url(../images/home/arrow-right-blue.png);
  background-size: contain;
  opacity: 80%;
}

@media screen and (max-width:800px) {
  .slide-caption h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  .hero-slider .slide picture,
  .hero-slider .slide img {
    object-position: left center;
  }

  .slide-caption p {
    font-size: 18px;
  }

  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }
}

aside#usercentrics-cmp-ui {
  --uc-typography-scale: 1.2;
}

#faq .faq_category { position: relative; }

#faq .faq_category_tags {
  display:flex; flex-wrap:wrap; justify-content:space-around/*space-between or space-evenly*/; 
  row-gap:30px; margin-bottom:40px;
}
#faq .faq_category_tags > a {
  border:1px solid; padding:6px 20px; font-size:14px;
  transition:opacity .3s ease; text-decoration:none;
}
#faq .faq_category_tags > a:hover { opacity:.6; }

#faq article > section > .inner {
  display:flex; flex-direction:column; row-gap:50px;
}

#faq .scroll_target { position:absolute; top:-130px; }

#faq .answer a {
  text-decoration:underline; text-underline-offset:2px;
  transition:opacity .3s ease;
}
#faq .answer a:hover { opacity:.6; }
