@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: bolder;
}

code,kbd,samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  line-height: 1.8;
  color: #222222;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

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

p,ul,ol,table {
  margin-top: 1em;
  margin-bottom: 1.5em;
}

a {
  color: #004894;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe {
  vertical-align: top;
}

.sp-link:hover {
  text-decoration: none;
  cursor: text;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}

.header.is-fixed {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 0 80px;
}

.header-logo {
  line-height: 1;
  margin: 0;
  font-size: inherit;
}

.header-logo img {
  height: 23px;
}

.header-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}

.header-nav-btn.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(-45deg);
}

.header-nav-btn.is-open span:nth-child(2) {
  opacity: 0;
}

.header-nav-btn.is-open span:nth-child(3) {
  width: 22px;
  transform: translateY(-7px) rotate(45deg);
}

.header-nav-guide {
  display: flex;
  align-items: center;
  list-style: none;
  line-height: 1;
  margin: 0 0 12px;
  padding: 0;
}

.header-nav-guide-item {
  margin: 0 16px 0 0;
}

.header-nav-guide-item a {
  display: block;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 14px;
  background: #F0F0F0;
}

.header-nav-guide-item a:hover {
  color: #fff;
  text-decoration: none;
  background: #004894;
}

.header-nav-lang {
  display: flex;
  align-items: center;
  padding: 0 0 0 16px;
  border-left: 1px solid #DFE1E2;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.header-nav-lang-label {
  margin: 0 8px 0 0;
}

.header-nav-lang-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav-lang-list-item {
  margin: 0 0 0 8px;
}

.header-nav-lang-list-item a {
  display: block;
  padding: 1px 4px;
  border: 1px solid #004894;
  border-radius: 20px;
}

.header-nav-lang-list-item a:hover {
  color: #fff;
  text-decoration: none;
  background: #004894;
}

.header-nav-lang-list-item.is-active a {
  color: #fff;
  background: #004894;
}

.header-nav-main {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav-main > li + li {
  margin: 0 0 0 40px;
}

.header-nav-main > li > a {
  padding: 0 0 26px;
  transform: translateY(26px);
  color: #222222;
  font-weight: bold;
  font-family: "Noto Serif Jp", serif;
}

.header-nav-main > li > a:hover {
  color: #004894;
  text-decoration: none;
}

.header-nav-sub {
  display: none;
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
}

.header-nav-sub-inner {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}

.header-nav-sub-img {
  position: relative;
  width: 340px;
  margin: 0 56px 0 0;
}

.header-nav-sub-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: #fff transparent transparent transparent;
}

.header-nav-sub-data {
  flex: 1;
}

.header-nav-sub-ttl {
  display: flex;
  align-items: flex-start;
  position: relative;
  line-height: 1;
  margin: 0 0 12px;
  padding: 0 0 0 64px;
  color: #004894;
  font-weight: 500;
}

.header-nav-sub-ttl span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #004894;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .3em;
  writing-mode: vertical-lr;
  white-space: nowrap;
}

.header-nav-sub-ttl:after {
  content: attr(data-en);
  font-size: 64px;
  font-family: "Roboto", sans-serif;
  transform: translateY(-8px);
}

.header-nav-sub-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 64px;
  padding: 0;
}

.header-nav-sub-nav li {
  width: 48%;
}

.header-nav-sub-nav li:nth-child(n+3) {
  margin-top: 8px;
}

.header-nav-sub-nav li .btn-more {
  display: block;
}

.header-nav-sp {
  display: none;
}

.footer {
  padding: 0 16px;
  color: #fff;
  background: #004894;
}

.footer-inner {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-col {
  padding: 120px 0 40px;
}

.footer-col + .footer-col {
  flex: 1;
  margin: 0 0 0 56px;
  padding-left: 56px;
  border-left: 1px solid #0C2559;
}

.footer-logo {
  line-height: 1;
  margin: 0 0 40px;
}

.footer-logo img {
  height: 23px;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 0 72px;
}

.footer-nav-main {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav-main-item {
  margin: 0 0 24px;
}

.footer-nav-main-item:last-child {
  margin: 0;
}

.footer-nav-main-item a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: bold;
}

.footer-nav-main-item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s;
}

.footer-nav-main-item a:hover {
  text-decoration: none;
}

.footer-nav-main-item a:hover:after {
  transform: scale(1, 1);
}

.footer-nav-main-item ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.footer-nav-main-item ul li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 24px;
}

.footer-nav-main-item ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #fff;
}

.footer-nav-main-item ul li a {
  font-size: 14px;
  font-weight: normal;
}

.footer-nav-contact-tel {
  margin: 0 0 32px;
  font-weight: bold;
}

.footer-nav-contact-tel a {
  color: #fff;
  font-size: 37px;
  font-family: "Roboto", sans-serif;
}

.footer-nav-contact-tel span {
  font-weight: normal;
}

.footer-nav-contact-form a {
  display: block;
  padding: 14px 16px;
  border: 2px solid #fff;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.footer-nav-contact-form a:hover {
  color: #004894;
  text-decoration: none;
  background: #fff;
}

.footer-guide {
  display: flex;
  justify-content: space-between;
}

.footer-guide-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-guide-nav-item + .footer-guide-nav-item {
  margin: 0 0 0 32px;
}

.footer-guide-nav-item a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 14px;
}

.footer-guide-nav-item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s;
}

.footer-guide-nav-item a:hover {
  text-decoration: none;
}

.footer-guide-nav-item a:hover:after {
  transform: scale(1, 1);
}

.footer-guide-copyright {
  font-size: 14px;
}

.main {
  margin: 100px 0 0;
  overflow: hidden;
}

.contents {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.breadcrumb {
  margin: 120px 0 0;
  padding: 16px;
  border-top: 1px solid #DFE1E2;
}

.breadcrumb ol {
  display: flex;
  align-items: center;
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.breadcrumb ol li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.breadcrumb ol li:after {
  content: "";
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: 0 16px;
}

.breadcrumb ol li:last-child:after {
  content: none;
}

.breadcrumb ol li:last-child a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb ol li a {
  color: #222222;
}

.cat-nav + .breadcrumb {
  margin: 0;
}

.cta {
  display: flex;
  align-items: center;
  background: #F2F4F5;
}

.cta-head {
  padding: 54px 60px;
  color: #fff;
  background: #004894;
  box-sizing: border-box;
}

.cta-head-label {
  display: flex;
  align-items: flex-start;
  position: relative;
  line-height: 1;
  margin: 0 0 16px;
  padding: 0 0 0 64px;
  font-weight: 500;
}

.cta-head-label:after {
  content: attr(data-en);
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  transform: translateY(-8px);
}

.cta-head-label span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #fff;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .3em;
  writing-mode: vertical-lr;
  white-space: nowrap;
}

.cta-head-txt {
  padding: 0 0 0 64px;
}

.cta-contets {
  flex: 1;
}

.cta-contets-label {
  margin: 0 0 24px;
  font-weight: bold;
  text-align: center;
}

.cta-contets-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-contets-tel {
  text-align: center;
}

.cta-contets-tel a {
  display: inline-block;
  line-height: 1;
  margin: 0 0 8px;
  padding: 0 0 0 28px;
  font-size: 32px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  background: url(https://www.shincron.co.jp/assets/img/common/icon-tel-bl.svg) no-repeat 0 50%;
  background-size: 20px auto;
}

.cta-contets-form a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border: 1px solid #004894;
  border-radius: 80px;
  color: #fff;
  font-weight: bold;
  background: #004894;
}

.cta-contets-form a:before {
  content: "";
  display: block;
  width: 23px;
  height: 17px;
  margin: 0 8px 0 0;
  background: url(https://www.shincron.co.jp/assets/img/common/icon-mail-wh.svg) no-repeat 0 0;
  background-size: 23px 17px;
  transition: .3s;
}

.cta-contets-form a:hover {
  text-decoration: none;
}

.cta-contets-tel + .cta-contets-form {
  margin: 0 0 0 32px;
}

.cta-contets-notes {
  margin: 24px 40px 0;
  font-size: 14px;
}

.btn-more {
  display: inline-block;
  min-width: 150px;
  font-weight: 500;
  text-align: left;
  background: url(https://www.shincron.co.jp/assets/img/common/icon-arrow-r-bl.svg) no-repeat 100% 50%;
  background-size: 25px 4px;
}

.btn-more span {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 8px 40px 8px 0;
}

.btn-more span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #004894;
  transform-origin: right top;
}

.btn-more span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #004894;
  transform-origin: left top;
  transform: scaleX(0);
}

.btn-more:hover {
  text-decoration: none;
}

.btn-more:hover span:before {
  animation: hover-anime01 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-more:hover span:after {
  animation: hover-anime02 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-back {
  display: inline-block;
  min-width: 150px;
  margin: 0;
  padding: 0;
  border: none;
  color: #004894;
  font-weight: 500;
  text-align: right;
  background: url(https://www.shincron.co.jp/assets/img/common/icon-arrow-l-bl.svg) no-repeat 0 50%;
  background-size: 25px 4px;
}

.btn-back span {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 8px 0 8px 40px;
}

.btn-back span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #004894;
  transform-origin: left top;
}

.btn-back span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #004894;
  transform-origin: right top;
  transform: scaleX(0);
}

.btn-back:hover {
  text-decoration: none;
}

.btn-back:hover span:before {
  animation: hover-anime01 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-back:hover span:after {
  animation: hover-anime02 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-pdf {
  display: inline-block;
  min-width: 150px;
  font-weight: 500;
  text-align: left;
  background: url(../png/icon-pdf-bl.png) no-repeat 100% 50%;
  background-size: 16px 14px;
}

.btn-pdf span {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 8px 40px 8px 0;
}

.btn-pdf span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #004894;
  transform-origin: right top;
}

.btn-pdf span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #004894;
  transform-origin: left top;
  transform: scaleX(0);
}

.btn-pdf:hover {
  text-decoration: none;
}

.btn-pdf:hover span:before {
  animation: hover-anime01 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-pdf:hover span:after {
  animation: hover-anime02 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-01 {
  display: inline-block;
  width: 280px;
  line-height: inherit;
  margin: 0;
  padding: 14px 16px;
  border: 2px solid #004894;
  border-radius: 50px;
  color: #fff;
  font-size: inherit;
  background: #004894;
  box-sizing: border-box;
}

.btn-01:hover {
  text-decoration: none;
}

.cat-index {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 -60px;
}

.cat-index:after {
  content: "";
  display: block;
  width: 30.90909090909091%;
}

.cat-index-item {
  width: 30.90909090909091%;
  margin: 0 0 60px;
}

.cat-index-item a {
  display: block;
  padding: 0 0 24px;
  color: inherit;
  box-shadow: 0 10px 20px rgba(196, 196, 196, 0.16);
}

.cat-index-item a:hover {
  text-decoration: none;
}

.cat-index-noimg .cat-index-item a {
  padding: 24px 0;
  border-top: 2px solid #004894;
  background: #F2F4F5;
}

.cat-index-col-2 .cat-index-item {
  width: 48.18181818181818%;
}

.cat-index-img {
  overflow: hidden;
  margin: 0 0 24px;
  text-align: center;
}

.cat-index-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 340 / 227;
  object-fit: cover;
  transition: .3s;
}

.cat-index-ttl {
  margin: 0 24px;
  color: #004894;
  font-weight: bold;
}

.cat-index-noimg .cat-index-ttl,.cat-index-product .cat-index-ttl {
  padding-right: 32px;
  font-size: 18px;
  background: url(https://www.shincron.co.jp/assets/img/common/icon-arrow-r-bl.svg) no-repeat 100% 13px;
  background-size: 23px 4px;
  transition: .3s;
}

.cat-index-ttl small {
  color: #222222;
  font-size: 16px;
  transition: .3s;
}

.cat-index-txt {
  margin: 16px 24px 0;
  padding: 24px 0 0;
  border-top: 1px solid #E6E6E6;
}

.cat-index-use {
  display: flex;
  margin: 16px 24px 0;
  padding: 24px 0 0;
  border-top: 1px solid #E6E6E6;
}

.cat-index-use dt {
  font-weight: bold;
}

.cat-index-use dd {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
  padding: 2px 0 0;
}

.cat-index-use dd span {
  display: block;
  margin: 0 0 0 8px;
  padding: 0 8px;
  border-radius: 16px;
  color: #222222 !important;
  font-size: 14px;
  background: #F0F0F0;
}

.cat-index-noimg-item a {
  border-top: 2px solid #004894;
}

.cat-nav {
  margin: 120px 0 0;
  padding: 80px 0;
  border-top: 1px solid #E6E6E6;
  background: #F2F4F5;
}

.cat-nav-inner {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}

.cat-nav-ttl {
  flex: 1;
  line-height: 1;
  color: #004894;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.cat-nav-ttl:before {
  content: attr(data-en);
  display: block;
  margin: 0 0 8px;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.cat-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  width: 74.09090909%;
  margin: 0 0 -16px;
  padding: 0;
}

.cat-nav-list:after {
  content: "";
  display: block;
  width: 30.061349693%;
}

.cat-nav-list li {
  width: 30.061349693%;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #E6E6E6;
}

.cat-nav-list li a {
  display: block;
  position: relative;
  padding: 0 24px 0 0;
  color: inherit;
  font-weight: bold;
}

.cat-nav-list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #004894;
}

.cat-nav-list li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 6px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.cat-nav-list li a:hover {
  text-decoration: none;
}

.cat-nav-list.cat-nav-list-col-2 li {
  width: 47.54601226993865%;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 56px 0 0;
}

.wp-pagenavi a,.wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  border: 1px solid #004894;
  box-sizing: border-box;
}

.wp-pagenavi a:hover {
  text-decoration: none;
}

.wp-pagenavi a.previouspostslink {
  width: auto;
  padding: 0 16px;
  border: none;
}

.wp-pagenavi a.previouspostslink:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 8px 0 0;
  border-top: 1px solid #004894;
  border-left: 1px solid #004894;
  transform: rotate(-45deg);
  transition: .3s;
}

.wp-pagenavi a.nextpostslink {
  width: auto;
  padding: 0 16px;
  border: none;
}

.wp-pagenavi a.nextpostslink:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 8px;
  border-top: 1px solid #004894;
  border-right: 1px solid #004894;
  transform: rotate(45deg);
  transition: .3s;
}

.wp-pagenavi span.current {
  color: #fff;
  text-decoration: none;
  background: #004894;
}

.list-01 {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
}

.list-01 li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}

.list-01 li:last-child {
  margin-bottom: 0;
}

.list-01 li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #222222;
}

.tbl-01,.tbl-02 {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-collapse: collapse;
  border-spacing: 0;
}

.tbl-01 caption,.tbl-02 caption {
  margin: 0 0 16px;
  font-weight: bold;
}

.tbl-01 th,.tbl-02 th {
  padding: 16px 24px;
  border: 1px solid #E6E6E6;
  text-align: left;
  vertical-align: top;
  background: #F2F4F5;
}

.tbl-01 td,.tbl-02 td {
  padding: 16px 24px;
  border: 1px solid #E6E6E6;
  background: #fff;
}

.tbl-02 {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.tbl-02 th {
  text-align: center;
}

.tbl-02 td {
  font-weight: bold;
  text-align: center;
}

.page-ttl {
  position: relative;
  margin: 0 0 80px;
  padding: 200px 0 0;
}

.page-ttl-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.page-ttl-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.page-ttl-inner {
  position: relative;
  max-width: 528px;
  padding: 80px 80px 80px 0;
  box-sizing: border-box;
  z-index: 10;
}

.page-ttl-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc((-100vw + 1100px) / 2);
  background: linear-gradient(90deg, #fefcf7 0%, #fef7f4 14.39%, #fae0e2 32.8%, #e7dce8 53.95%, #dedeed 79.25%, #e3f2f6 100%);
  opacity: .9;
  z-index: -1;
}

.page-ttl h1 {
  display: flex;
  align-items: flex-start;
  position: relative;
  line-height: 1;
  margin: 0 0 16px;
  padding: 0 0 0 64px;
  color: #004894;
  font-weight: 500;
}

.page-ttl h1:after {
  content: attr(data-en);
  font-size: 64px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  transform: translateY(-8px);
}

.page-ttl h1 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #004894;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .3em;
  writing-mode: vertical-lr;
  white-space: nowrap;
}

.page-ttl-txt {
  padding: 0 0 0 64px;
}

.page-ttl-simple {
  margin: 0 0 80px;
  padding: 48px 16px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  background: linear-gradient(90deg, #fefcf7 0%, #fef7f4 14.39%, #fae0e2 32.8%, #e7dce8 53.95%, #dedeed 79.25%, #e3f2f6 100%);
}

.page-ttl-simple-txt {
  line-height: 1;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
}

.page-ttl-simple-txt:before {
  content: attr(data-en);
  display: block;
  margin: 0 0 8px;
  color: #004894;
  font-size: 64px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.ttl-01 {
  position: relative;
  margin: 80px 0 32px;
  padding: 32px 0 0;
  border-top: 2px solid #DFE1E2;
  color: #004894;
  font-size: 24px;
}

.ttl-01:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 160px;
  height: 2px;
  background: #004894;
}

.ttl-02 {
  margin: 64px 0 32px;
  padding: 16px 24px;
  color: #004894;
  font-size: 18px;
  background: #F2F4F5;
}

.ttl-03 {
  position: relative;
  margin: 64px 0 32px;
  padding: 0 0 16px 24px;
  border-bottom: 2px solid #E6E6E6;
  color: #004894;
  font-size: 18px;
}

.ttl-03:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 16px;
  left: 0;
  width: 2px;
  background: #004894;
}

.ttl-04 {
  position: relative;
  margin: 80px 0 32px;
  padding: 0 0 24px;
  border-bottom: 2px solid #DFE1E2;
  color: #004894;
  font-size: 24px;
}

.ttl-04:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 160px;
  height: 2px;
  background: #004894;
}

.catch {
  line-height: 1.5;
  margin: 0 0 32px;
  color: #004894;
  font-size: 24px;
  font-weight: bold;
}

.row {
  display: flex;
  justify-content: space-between;
}

.row .col {
  flex: 1 0 0;
}

.row .col-2 {
  flex: 0 0 auto;
  width: 46.36363636363636%;
}

.row .col-3 {
  flex: 0 0 auto;
  width: 30.90909090909091%;
}

.row .col-4 {
  flex: 0 0 auto;
  width: 22.27272727272727%;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: .25rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.box {
  margin: 0 0 48px;
  padding: 40px;
  background: linear-gradient(90deg, rgba(254, 252, 247, 0.5) 0%, rgba(254, 247, 244, 0.5) 14.39%, rgba(250, 224, 226, 0.5) 32.8%, rgba(231, 220, 232, 0.5) 53.95%, rgba(222, 222, 237, 0.5) 79.25%, rgba(227, 242, 246, 0.5) 100%);
}

.top-kv {
  position: relative;
  z-index: 10;
}

.top-kv-copy {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

.top-kv-copy-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.top-kv-copy-txt {
  max-width: 715px;
  margin: 0 0 40px;
}

.top-kv-copy-logo {
  max-width: 550px;
}

.top-kv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 235px;
  height: 388px;
  background: url(../png/kv-03.png) no-repeat 0 0;
  background-size: 235px 388px;
  mix-blend-mode: multiply;
}

.top-kv:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 673px;
  height: 929px;
  background: url(../png/kv-04.png) no-repeat 0 0;
  background-size: 673px 929px;
  mix-blend-mode: multiply;
}

.top-kv-news {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 800px;
  background: #fff;
}

.top-kv-news-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  background: #004894;
}

.top-kv-news-item {
  flex: 1;
}

.top-kv-news-item a {
  display: block;
  padding: 24px 32px;
  color: inherit;
}

.top-kv-news-item a:hover {
  text-decoration: none;
}

.top-kv-news-item a:hover .top-kv-news-ttl span {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.top-kv-news-item a.icon-external .top-kv-news-ttl {
  position: relative;
  padding-right: 40px;
}

.top-kv-news-item a.icon-external .top-kv-news-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../png/icon-external-bl.png) no-repeat 100% 0;
  background-size: 16px 16px;
}

.top-kv-news-item a.icon-pdf .top-kv-news-ttl {
  position: relative;
  padding-right: 40px;
}

.top-kv-news-item a.icon-pdf .top-kv-news-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../png/icon-pdf-bl.png) no-repeat 100% 0;
  background-size: 16px 16px;
}

.top-kv-news-item > span {
  display: block;
  padding: 24px 24px 24px 32px;
}

.top-kv-news-date {
  margin: 0 0 16px;
  color: #888;
}

.top-kv-news-date span {
  display: inline-block;
  width: 120px;
  margin: 0 16px 0 0;
  border-radius: 20px;
  color: #222;
  font-size: 14px;
  text-align: center;
  background: #F2F4F5;
}

.top-kv-news-ttl span {
  background: url(../png/line-bk.png) no-repeat 0 100%;
  transition: background-size 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  background-size: 0 1px;
}

.top-bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 1100px;
  margin: 80px auto -40px;
  z-index: 10;
}

.top-bnr-item {
  width: 48.18181818181818%;
  margin: 0 0 16px;
}

.top-products {
  position: relative;
  margin: 0 0 120px;
  padding: 120px 0 0;
  z-index: 0;
}

.top-products:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 68.125vw;
  background: url(../jpg/products-01.jpg) no-repeat 50% 0;
  background-size: 100% auto;
  z-index: -1;
}

.top-products-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.top-products-ttl {
  display: flex;
  align-items: flex-start;
  position: relative;
  line-height: 1;
  margin: 0 0 16px;
  padding: 0 0 0 64px;
  color: #004894;
  font-weight: 500;
}

.top-products-ttl span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #004894;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .3em;
  writing-mode: vertical-lr;
  white-space: nowrap;
}

.top-products-ttl:after {
  content: attr(data-en);
  font-size: 64px;
  font-family: "Roboto", sans-serif;
  transform: translateY(-8px);
}

.top-products-lead-01 {
  max-width: 443px;
  margin: 0 0 40px 64px;
}

.top-products-lead-02 {
  margin: 0 0 56px 64px;
}

.top-products-list {
  display: flex;
  justify-content: space-between;
}

.top-products-list-item {
  width: 30.90909090909091%;
}

.top-products-list-item a {
  display: block;
}

.top-products-list-item a:hover .top-products-list-img img {
  transform: scale(1.064);
}

.top-products-list-img {
  position: relative;
  overflow: hidden;
}

.top-products-list-img img {
  transition: .3s;
}

.top-products-list-img span {
  position: absolute;
  bottom: -4px;
  left: 24px;
  line-height: 1;
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.top-products-list-txt {
  padding: 24px 24px 32px;
  color: #fff;
  background: #004894;
}

.top-products-list-ttl {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
}

.top-products-list-ttl:after {
  content: "";
  display: block;
  width: 25px;
  height: 4px;
  margin: 0 0 0 16px;
  background: url(https://www.shincron.co.jp/assets/img/common/icon-arrow-r-wh.svg) no-repeat 0 0;
  background-size: 25px 4px;
}

.top-brand {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  max-width: 1100px;
  margin: 0 auto 120px;
}

.top-brand-data {
  width: 50%;
}

.top-brand-ttl {
  display: flex;
  align-items: flex-start;
  position: relative;
  line-height: 1;
  margin: 0 0 16px;
  padding: 0 0 0 64px;
  color: #004894;
  font-weight: 500;
}

.top-brand-ttl span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #004894;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .3em;
  writing-mode: vertical-lr;
  white-space: nowrap;
}

.top-brand-ttl:after {
  content: attr(data-en);
  font-size: 64px;
  font-family: "Roboto", sans-serif;
  transform: translateY(-8px);
}

.top-brand-lead-01 {
  max-width: 350px;
  margin: 0 0 40px 64px;
}

.top-brand-lead-02 {
  margin: 0 0 32px 64px;
}

.top-brand-btn {
  margin: 0 0 0 64px;
}

.top-brand-img {
  position: relative;
  width: 42.72727272727273%;
}

.top-brand-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 720px;
  max-width: inherit;
}

.top-tech-support {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 120px;
  padding: 420px 0 0;
  color: #fff;
}

.top-tech-support-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1350px;
}

.top-tech-support-inner {
  position: relative;
  padding: 0 0 120px;
  z-index: 0;
}

.top-tech-support-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: -120px;
  right: 0;
  bottom: 0;
  left: -100vw;
  background: #004894;
  z-index: -1;
}

.top-tech,.top-support {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
  padding: 0 80px 0 0;
}

.top-tech-data,.top-support-data {
  width: 52.45098039215686%;
}

.top-tech-ttl,.top-support-ttl {
  display: flex;
  align-items: flex-start;
  position: relative;
  line-height: 1;
  margin: 0 0 16px;
  padding: 0 0 0 64px;
  font-weight: 500;
}

.top-tech-ttl span,.top-support-ttl span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #fff;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .3em;
  writing-mode: vertical-lr;
  white-space: nowrap;
}

.top-tech-ttl:after,.top-support-ttl:after {
  content: attr(data-en);
  font-size: 64px;
  font-family: "Roboto", sans-serif;
  transform: translateY(-8px);
}

.top-tech-lead-01,.top-support-lead-01 {
  max-width: 378px;
  margin: 0 0 40px 64px;
}

.top-tech-lead-02,.top-support-lead-02 {
  margin: 0 0 32px 64px;
}

.top-tech-btn,.top-support-btn {
  margin: 0 0 0 64px;
  filter: brightness(0) invert(1);
}

.top-tech-img,.top-support-img {
  width: 42.15686274509804%;
}

.top-support {
  flex-direction: row-reverse;
  margin: 0;
}

.top-support-lead-01 {
  max-width: 394px;
}

.top-news {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 120px;
}

.top-news-data {
  width: 37.09090909090909%;
}

.top-news-ttl {
  display: flex;
  align-items: flex-start;
  position: relative;
  line-height: 1;
  margin: 0 0 40px;
  padding: 0 0 0 64px;
  font-weight: 500;
}

.top-news-ttl span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #004894;
  color: #004894;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .3em;
  writing-mode: vertical-lr;
  white-space: nowrap;
}

.top-news-ttl:after {
  content: attr(data-en);
  color: #004894;
  font-size: 64px;
  font-family: "Roboto", sans-serif;
  transform: translateY(-8px);
}

.top-news-lead {
  margin: 0 0 80px 64px;
}

.top-news-btn {
  margin: 0 0 0 64px;
}

.top-news-list {
  width: 54.54545454545455%;
  border-top: 1px solid #E5E5E5;
}

.top-news-list-item {
  border-bottom: 1px solid #E5E5E5;
}

.top-news-list-item a {
  display: block;
  padding: 24px 0;
  color: inherit;
}

.top-news-list-item a:hover {
  text-decoration: none;
}

.top-news-list-item a:hover .top-news-list-ttl span {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.top-news-list-item a.icon-external .top-news-list-ttl {
  position: relative;
  padding-right: 40px;
}

.top-news-list-item a.icon-external .top-news-list-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../png/icon-external-bl.png) no-repeat 100% 0;
  background-size: 16px 16px;
}

.top-news-list-item a.icon-pdf .top-news-list-ttl {
  position: relative;
  padding-right: 40px;
}

.top-news-list-item a.icon-pdf .top-news-list-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../png/icon-pdf-bl.png) no-repeat 100% 0;
  background-size: 16px 16px;
}

.top-news-list-item > span {
  display: block;
  padding: 24px 0;
  color: inherit;
}

.top-news-list-date {
  margin: 0 0 16px;
  color: #888;
}

.top-news-list-date span {
  display: inline-block;
  width: 120px;
  margin: 0 16px 0 0;
  border-radius: 20px;
  color: #222;
  font-size: 14px;
  text-align: center;
  background: #F2F4F5;
}

.top-news-list-ttl span {
  background: url(../png/line-bk.png) no-repeat 0 100%;
  transition: background-size 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  background-size: 0 1px;
}

.top-recruit {
  position: relative;
  overflow: hidden;
  background: url(../jpg/recruit-04.jpg) no-repeat 50% 50%;
  background-size: cover;
  z-index: 0;
}

.top-recruit-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 80px;
}

.top-recruit-img img {
  width: 100%;
}

.top-recruit-ttl {
  max-width: 413px;
  margin: 0 0 40px;
}

.top-recruit-people {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 618px;
}

.top-recruit-btn {
  margin: 0;
}

.top-recruit-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 218px;
  padding: 16px 0;
  color: #fff;
  text-align: center;
  background: #2AAC3B;
}

.top-recruit-btn a:after {
  content: "";
  display: block;
  width: 25px;
  height: 4px;
  margin: 0 0 0 16px;
  background: url(https://www.shincron.co.jp/assets/img/common/icon-arrow-r-wh.svg) no-repeat 0 0;
  background-size: 25px 4px;
}

.top-recruit-btn a:hover {
  text-decoration: none;
  background: #004894;
}

.top-recruit-slide {
  display: flex;
  align-items: flex-start;
  position: absolute;
  bottom: 56px;
  left: 0;
  width: 4868px;
  z-index: -1;
}

.top-recruit-slide img {
  width: 2434px;
}

.top-recruit-slide img:first-child {
  animation: slide1 60s -30s linear infinite;
}

.top-recruit-slide img:last-child {
  animation: slide2 60s linear infinite;
}

.product-tab {
  display: flex;
  align-items: flex-end;
  margin: 0 0 80px;
}

.product-tab-item {
  flex: 1;
}

.product-tab-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  padding: 0 16px;
  border: 1px solid #E6E6E6;
  border-bottom: none;
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #F2F4F5;
  box-sizing: border-box;
  transition: none;
}

.product-tab-item a i {
  flex-shrink: 0;
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 0 0 16px;
  border-radius: 100%;
  background: #fff;
  transition: .3s;
}

.product-tab-item a i:after {
  content: "";
  display: block;
  position: absolute;
  top: 24%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #E6E6E6;
  border-bottom: 2px solid #E6E6E6;
  transform: translateX(-50%) rotate(45deg);
  transition: .3s;
}

.product-tab-item a:hover {
  text-decoration: none;
}

.product-tab-item.is-active a {
  height: 125px;
  border-top: 3px solid #004894;
  color: #004894;
  font-size: 22px;
  background: #fff;
}

.product-tab-item.is-active a i {
  background: #004894;
}

.product-tab-item.is-active a i:after {
  border-color: #fff;
}

.product-tab-contents {
  display: none;
}

.product-tab-contents.is-active {
  display: block;
}

.product-example-list-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin: 56px 0 -56px;
}

.product-example-list-01:after {
  content: "";
  display: block;
  width: 30.90909090909091%;
}

.product-example-list-01-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30.90909090909091%;
  transform: translateX(-50%);
}

.product-example-list-01-img-smartphone {
  transform: translate(-50%, -40px);
}

.product-example-list-01-img-energy {
  position: static;
  width: 65.45454545454545%;
  margin: 0 0 56px;
  transform: none;
}

.product-example-list-01-img-projector {
  position: static;
  width: 100%;
  margin: 0 0 56px;
  transform: none;
}

.product-example-list-01-item {
  width: 30.90909090909091%;
  min-height: 208px;
  margin: 0 0 56px;
  padding: 32px 32px 40px;
  border-top: 2px solid #004894;
  background: #F2F4F5;
  box-sizing: border-box;
}

.product-example-list-01-item dl {
  margin: 0;
}

.product-example-list-01-item dl dt {
  line-height: 1.5;
  margin: 0 0 24px;
  padding: 0 0 16px;
  border-bottom: 1px solid #004894;
  color: #004894;
  font-size: 18px;
  font-weight: bold;
}

.product-example-list-01-item dl dd {
  margin: 0;
}

.product-example-list-01-item dl dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-example-list-01-item dl dd ul li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 24px;
  color: #222222;
  font-weight: bold;
}

.product-example-list-01-item dl dd ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #004894;
}

.product-example-list-01-item dl dd ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.product-example-list-01-item dl dd ul li a:hover {
  text-decoration: none;
}

.product-example-list-01-item dl dd ul li a span {
  background: url(../png/line-bk.png) no-repeat 0 100%;
  background-size: 0 1px;
  transition: background-size 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.product-example-list-01-item dl dd ul li + li {
  margin-top: 8px;
}

.product-example-list-01-item.is-empty {
  border: none;
  background: none;
}

.page-ttl-optical {
  position: relative;
  background: linear-gradient(90deg, #fffefc 0%, #fdf5f5 11.81%, #fde4dc 70.85%, #feedd8 100%, #fdf0d8 100%);
}

.page-ttl-optical:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(250, 205, 153, 0.4) 12.58%, rgba(245, 151, 43, 0.83) 26.88%, #f38200 33.28%, #dc570e 49.69%, #c01f22 69.31%, #92101b 97.72%, #8f0f1b 100%);
  opacity: 0.5;
}

.page-ttl-optical .page-ttl-simple-txt:before {
  color: #E8380D;
}

.page-ttl-electronic {
  position: relative;
  background: linear-gradient(90deg, #f8fcf9 0%, #fcf4f1 25.45%, #f8f6e9 65.32%, #ddf2f2 100%, #fdf0d8 100%);
}

.page-ttl-electronic:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffec00 33.84%, #3ab4d0 67.65%, #51559c 84.95%, #650772 100%);
  opacity: 0.5;
}

.page-ttl-electronic .page-ttl-simple-txt:before {
  color: #3A6697;
}

.page-ttl-other {
  position: relative;
  background: linear-gradient(90deg, #fffff9 0%, #fffef2 26.7%, #fafbed 48.71%, #f0f9e5 100%, #fdf0d8 100%);
}

.page-ttl-other:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, rgba(255, 252, 234, 0.11) 0%, #fef9a5 40.39%, #6eb93e 78.33%, #00a040 100%, #fdf0d8 100%);
  opacity: 0.5;
}

.page-ttl-other .page-ttl-simple-txt:before {
  color: #2AAC3B;
}

.product-detail-main {
  display: flex;
  justify-content: space-between;
}

.product-detail-main-img {
  width: 55.81818181818182%;
}

.product-detail-main-txt {
  flex: 1;
  margin: 0 0 0 40px;
}

.product-detail-main-txt h2 {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #E6E6E6;
  color: #004894;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}

.product-detail-main-txt dl {
  display: flex;
  margin: 0 0 32px;
}

.product-detail-main-txt dl dt {
  line-height: 1.5;
  font-weight: bold;
}

.product-detail-main-txt dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
}

.product-detail-main-txt dl dd span {
  display: block;
  margin: 0 0 0 8px;
  padding: 0 8px;
  border-radius: 16px;
  color: #222222 !important;
  font-size: 14px;
  background: #F0F0F0;
}

.product-features {
  counter-reset: number;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-features:after {
  content: "";
  display: block;
  width: 30.90909090909091%;
}

.product-features li {
  width: 30.90909090909091%;
  margin: 0 0 40px;
  padding: 32px 24px;
  border: 1px solid #004894;
  border-top-width: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

.product-features li:before {
  counter-increment: number;
  content: "0" counter(number);
  display: block;
  line-height: 1;
  margin: 0 0 24px;
  color: #004894;
  font-size: 60px;
  font-family: "Roboto", sans-serif;
}

.product-free .wp-video {
  width: auto !important;
  text-align: center;
}

.product-free .wp-video video {
  vertical-align: top;
}

.product-use {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 -40px;
  padding: 0;
}

.product-use:after {
  content: "";
  display: block;
  width: 30.90909090909091%;
}

.product-use li {
  display: flex;
  align-items: center;
  position: relative;
  width: 30.90909090909091%;
  margin: 0 0 40px;
  padding: 16px 24px 16px 48px;
  background: #F2F4F5;
  box-sizing: border-box;
}

.product-use li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #004894;
  border-left: 2px solid #004894;
  transform: translateY(-100%) rotate(-45deg);
}

.product-spec {
  margin: 0 0 80px;
}

.product-spec table {
  width: 100%;
  margin: 0;
  border: 1px solid #E6E6E6;
  border-collapse: collapse;
  border-spacing: 0;
}

.product-spec table th {
  padding: 16px 24px;
  border: 1px solid #E6E6E6;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  background: #F2F4F5;
}

.product-spec table td {
  padding: 16px;
  border: 1px solid #E6E6E6;
  background: #fff;
}

.brand-wrap {
  position: relative;
  z-index: 0;
}

.brand-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: 50%;
  width: 100vw;
  height: 103.46875vw;
  background: url(../jpg/img-09.jpg) no-repeat 0 0;
  background-size: 100% auto;
  transform: translateX(-50%);
  z-index: -1;
}

.brand-copy {
  position: relative;
  margin: 0 0 88px;
  z-index: 0;
}

.brand-copy:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 600px;
  height: 253px;
  background: url(../png/img-08.png) no-repeat 0 0;
  background-size: 600px 253px;
  transform: translateY(-50%);
  z-index: -1;
}

.brand-copy img {
  width: 100%;
  max-width: 446px;
}

.brand-row {
  display: flex;
  position: relative;
}

.brand-row:nth-of-type(2) .brand-col {
  margin-left: auto;
}

.brand-row:nth-of-type(2) .brand-col:before {
  right: 0;
  left: auto;
  transform: scale(-1, 1);
}

.brand-row:nth-of-type(2) .brand-img {
  top: -64px;
  right: auto;
  left: 0;
}

.brand-row .brand-col {
  position: relative;
  width: 50.90909090909091%;
  min-height: 650px;
  padding: 80px;
  color: #fff;
  background: #004894;
  box-sizing: border-box;
}

.brand-row .brand-col:before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 80px;
  height: 100px;
  background: url(../png/img-07.png) no-repeat 0 0;
  background-size: 80px 100px;
}

.brand-row .brand-col-ttl {
  line-height: 1;
  margin: 0;
  font-size: 64px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.brand-row .brand-col-ttl-en {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.brand-row .brand-col-ttl-ja {
  margin: 0 0 32px;
  font-size: 18px;
  font-weight: bold;
}

.brand-row .brand-img {
  position: absolute;
  top: 80px;
  right: 0;
  width: 52.72727272727273%;
  box-shadow: 0 10px 20px rgba(196, 196, 196, 0.16);
}

.brand-row + .brand-row {
  margin-top: 160px;
}

.strength {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 40px;
  box-shadow: 0 10px 20px rgba(196, 196, 196, 0.16);
}

.strength:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
}

.strength-wrap {
  margin: 56px 0 0;
}

.strength:nth-child(1):before {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(250, 205, 153, 0.4) 12.58%, rgba(245, 151, 43, 0.83) 26.88%, #f38200 33.28%, #dc570e 49.69%, #c01f22 69.31%, #92101b 97.72%, #8f0f1b 100%);
}

.strength:nth-child(1) .strength-num {
  color: #FF1901;
}

.strength:nth-child(2):before {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #ffec00 33.84%, #3ab4d0 67.65%, #51559c 84.95%, #650772 100%);
}

.strength:nth-child(2) .strength-num {
  color: #42A72C;
}

.strength:nth-child(3):before {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(254, 251, 243, 0.1) 3.03%, rgba(252, 243, 215, 0.35) 9.47%, rgba(249, 230, 169, 0.75) 18.69%, #f8de8d 24.23%, #ea907d 50.32%, #9a66a0 74.91%, #644096 100%);
}

.strength:nth-child(3) .strength-num {
  color: #374A81;
}

.strength-num {
  flex: 1;
  line-height: 1;
  margin: 0 0 16px;
  padding: 0 0 0 48px;
  font-size: 32px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.strength-num span {
  display: block;
  margin: 0 0 8px;
  font-size: 84px;
}

.strength-txt {
  width: 28.18181818181818%;
  margin: 0 48px 0 0;
}

.strength-txt dt {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
}

.strength-txt dd {
  margin: 0;
}

.strength-img {
  width: 38.18181818181818%;
  margin: 0 0 0 auto;
}

.acc-trigger {
  position: relative;
  cursor: pointer;
}

.acc-trigger-icon {
  position: absolute;
  top: 36px;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #004894;
}

.acc-trigger-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.acc-trigger-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.is-open .acc-trigger-icon:after {
  content: none;
}

.acc-trigger .ttl-01 {
  padding-right: 56px;
}

.acc-contents {
  display: none;
}

#technical .contents ol,
.technical .contents ol {
  list-style-type: none;
  margin-left: 2em;
  padding-left: 1em;
}

#technical .contents ol > li,
.technical .contents ol > li {
  counter-increment: cnt;
}

#technical .contents ol > li:before,
.technical .contents ol > li:before {
  content: counter(cnt) "）";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}

.technical .contents ol > li:before {
  content: counter(cnt) ")";
}

#technical .contents ol > li > ul,
.technical .contents ol > li > ul {
  list-style: disc;
}

#technical .contents ol ol,
.technical .contents ol ol {
  list-style-type: lower-roman;
  margin-left: 0;
  padding-left: 2em;
}

#technical .contents ol ol:first-of-type,
.technical .contents ol ol:first-of-type {
  margin-top: 0;
}

#technical .contents ol ol:last-child,
.technical .contents ol ol:last-child {
  margin-bottom: 0;
}

#technical .contents ol ol ol,
.technical .contents ol ol ol {
  list-style-type: lower-latin;
}

#technical .contents ol ol li,
.technical .contents ol ol li {
  counter-increment: none;
}

#technical .contents ol ol li:before,
.technical .contents ol ol li:before {
  content: none;
}

#technical .contents ol ul:first-of-type,
.technical .contents ol ul:first-of-type {
  margin-top: 0;
}

#technical .contents ol ul:last-child,
.technical .contents ol ul:last-child {
  margin-bottom: 0;
}

#technical .contents ol.lower-alpha li,
.technical .contents ol.lower-alpha li {
  counter-increment: cnt;
}

#technical .contents ol.lower-alpha li:before,
.technical .contents ol.lower-alpha li:before {
  content: "（" counter(cnt, lower-alpha) "）";
  display: inline-block;
  margin-left: -3em;
  width: 3em;
}

.technical .contents ol.lower-alpha li:before {
  content: "(" counter(cnt, lower-alpha) ")";
}

.seminar-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}

.seminar-list-item {
  width: 46.36363636363636%;
  margin: 0 0 80px;
  padding: 0 0 40px;
  border-bottom: 3px solid #004894;
}

.seminar-list-img {
  margin: 0 0 24px;
}

.seminar-list-ttl {
  margin: 0 0 16px;
  padding: 0 24px 24px;
  border-bottom: 1px solid #E6E6E6;
  color: #004894;
  font-size: 18px;
  font-weight: bold;
}

.seminar-list-ttl:before {
  content: "COURSE";
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.seminar-list-description {
  margin: 0 0 24px;
  padding: 0 24px;
}

.seminar-list-contents {
  margin: 0;
  padding: 0 24px;
}

.seminar-list-contents dt {
  width: 86px;
  line-height: 1.5;
  margin: 0 0 16px;
  padding: 2px 0;
  border-radius: 24px;
  font-size: 14px;
  text-align: center;
  background: #F0F0F0;
}

.seminar-list-contents dd {
  margin: 0;
}

.discontinued-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.discontinued-list-item {
  width: 46.36363636363636%;
  margin: 0 0 40px;
}

.discontinued-list-item a {
  display: block;
  padding: 24px;
  color: inherit;
  font-weight: bold;
  box-shadow: 0 10px 20px rgba(196, 196, 196, 0.16);
}

.discontinued-list-item a:hover {
  text-decoration: none;
}

.discontinued-list-ttl {
  position: relative;
  padding: 0 32px 0 0;
}

.discontinued-list-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 14px;
  background: url(../png/icon-pdf-bl.png) no-repeat 0 0;
  background-size: 16px 14px;
  transform: translateY(-50%);
  transition: .3s;
}

.discontinued-list-description {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #E6E6E6;
  font-weight: normal;
}

.business-partners {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
  padding: 0;
}

.business-partners:after {
  content: "";
  display: block;
  width: 30.90909090909091%;
  font-size: 18px;
}

.business-partners li {
  width: 30.90909090909091%;
  padding: 16px 0;
  border-bottom: 1px solid #E6E6E6;
  font-weight: bold;
  text-align: center;
}

.gmap {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.rd-product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.rd-product-item {
  width: 22.27272727272727%;
  margin: 0 0 24px;
  padding: 24px;
  box-shadow: 0 10px 20px rgba(196, 196, 196, 0.16);
  box-sizing: border-box;
}

.rd-product-ttl {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #E6E6E6;
  color: #004894;
  font-size: 18px;
  font-weight: bold;
}

.rd-flow-experiment {
  display: flex;
}

.rd-flow-experiment-item {
  flex: 1;
  position: relative;
  padding: 24px;
  background: #F2F4F5;
}

.rd-flow-experiment-item + .rd-flow-experiment-item {
  margin: 0 0 0 32px;
}

.rd-flow-experiment-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #004894;
  transform: translateY(-50%);
}

.rd-flow-experiment-item:last-child:after {
  content: none;
}

.rd-flow-experiment-item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #004894;
  font-size: inherit;
  text-align: center;
}

.rd-flow-experiment-item p {
  margin: 0;
}

.target-head {
  position: relative;
  margin: 0 0 80px;
}

.target-head:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #fff transparent transparent transparent;
}

.target-head-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  color: #fff;
}

.target-head-num {
  line-height: 1;
  margin: 0 0 16px;
  font-size: 80px;
  font-family: "Noto Serif JP", serif;
}

.target-head-ttl {
  line-height: 1.5;
  margin: 0 0 24px;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
}

.target-head-name {
  margin: 0 0 40px;
  font-size: 14px;
}

.target-head-btn {
  position: relative;
  width: 320px;
  padding: 16px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-align: center;
  background: #2AAC3B;
  cursor: pointer;
  transition: .3s;
  box-sizing: border-box;
}

.target-head-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  height: 16px;
  background: url(https://www.shincron.co.jp/assets/img/recruit/icon-arrow.svg) no-repeat 0 0;
  background-size: 16px 16px;
  transform: translateY(-50%);
}

.target-head-02:before {
  right: 0;
  left: auto;
  border-width: 0 40px 40px 0;
  border-color: transparent #fff transparent transparent;
}

.target-head-02 .target-head-txt {
  right: 80px;
  left: auto;
  text-align: right;
}

.target-head-02 .target-head-btn {
  margin-left: auto;
}

.target-contents {
  display: none;
  margin: 0 0 120px;
}

.target-contents-chapter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 80px 0 40px;
}

.target-contents-chapter span {
  display: block;
}

.target-contents-chapter span:first-child {
  margin: 0 0 12px;
  padding: 0 8px 8px;
  border-bottom: 1px solid #161616;
  font-family: "Roboto", sans-serif;
}

.target-contents-chapter:first-child {
  margin-top: 0;
}

.target-contents h2 {
  margin: 0 0 40px;
  color: #004894;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}

.target-contents-close {
  position: relative;
  width: 320px;
  margin: 56px auto 0;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-align: center;
  background: #2AAC3B;
  cursor: pointer;
  transition: .3s;
  box-sizing: border-box;
}

.target-contents-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  height: 16px;
  background: url(https://www.shincron.co.jp/assets/img/recruit/icon-arrow.svg) no-repeat 0 0;
  background-size: 16px 16px;
  transform: translateY(-50%) rotate(180deg);
}

.work-intro {
  max-width: 940px;
  margin: 0 auto 56px;
}

.work-chapter-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.work-chapter-item {
  width: 48.18181818181818%;
  margin: 0 0 56px;
}

.work-chapter-item:last-child {
  margin: 0;
}

.work-chapter-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 32px;
}

.work-chapter-ttl div {
  margin: 0 0 16px;
  padding: 0 0 8px;
  border-bottom: 1px solid #161616;
  font-family: "Roboto", sans-serif;
}

.work-chapter-ttl h2 {
  margin: 0;
  font-size: 32px;
  text-align: left;
}

.work-chapter-answer {
  display: flex;
  align-items: center;
  margin: 0 0 32px;
}

.work-chapter-answer img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 24px 0 0;
  border-radius: 100%;
}

.work-chapter-answer span {
  flex: 1;
  display: block;
  line-height: 1.5;
  color: #004894;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.work-chapter-txt {
  position: relative;
  padding: 32px;
  border-radius: 4px;
  background: #F0F0F0;
}

.work-chapter-txt:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #F0F0F0 transparent;
}

.entry-mail a {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.entry-mail a img {
  display: inline-block;
  width: 20px;
  margin: 0 16px 0 0;
}

.entry-tel a {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.entry-tel a img {
  display: inline-block;
  width: 20px;
  margin: 0 16px 0 0;
}

.internship-box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
  padding: 40px;
  border: 2px solid #004894;
}

.internship-box-img {
  width: 29.332%;
  margin: 0;
}

.internship-box-inner {
  width: 66.733%;
}

.internship-box-ttl {
  margin: 0 0 16px;
  color: #004894;
  font-size: 20px;
}

.internship-box-txt {
  margin: 0 0 16px;
}

.internship-box-btn {
  margin: 0;
}

.recruit-info-nav {
  display: flex;
  list-style: none;
  margin: 0 0 80px;
  padding: 0;
}

.recruit-info-nav-item {
  flex: 1;
}

.recruit-info-nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 16px;
  border: 1px solid #E6E6E6;
  color: inherit;
  font-weight: bold;
  text-align: center;
  background: #F2F4F5;
  box-sizing: border-box;
}

.recruit-info-nav-item a i {
  flex-shrink: 0;
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 0 0 16px;
  border-radius: 100%;
  background: #fff;
  transition: .3s;
}

.recruit-info-nav-item a i:after {
  content: "";
  display: block;
  position: absolute;
  top: 24%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #E6E6E6;
  border-bottom: 2px solid #E6E6E6;
  transform: translateX(-50%) rotate(45deg);
  transition: .3s;
}

.emphasis {
  font-size: 18px;
  font-weight: bold;
}

.tbl-internship {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-collapse: collapse;
  border-spacing: 0;
}

.tbl-internship th {
  padding: 16px 24px;
  border: 1px solid #E6E6E6;
  text-align: center;
  vertical-align: middle;
  background: #F2F4F5;
}

.tbl-internship td {
  padding: 16px 24px;
  border: 1px solid #E6E6E6;
  background: #fff;
}

.news-list {
  border-top: 1px solid #E5E5E5;
}

.news-list-item {
  border-bottom: 1px solid #E5E5E5;
}

.news-list-item a {
  display: flex;
  padding: 24px 0;
  color: inherit;
}

.news-list-item a:hover {
  text-decoration: none;
}

.news-list-item a:hover .news-list-ttl span {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.news-list-item a.icon-external .news-list-ttl {
  position: relative;
  padding-right: 40px;
}

.news-list-item a.icon-external .news-list-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../png/icon-external-bl.png) no-repeat 100% 0;
  background-size: 16px 16px;
}

.news-list-item a.icon-pdf .news-list-ttl {
  position: relative;
  padding-right: 40px;
}

.news-list-item a.icon-pdf .news-list-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../png/icon-pdf-bl.png) no-repeat 100% 0;
  background-size: 16px 16px;
}

.news-list-item > span {
  display: flex;
  padding: 24px 0;
}

.news-list-date {
  margin: 0 40px 0 0;
  color: #888;
}

.news-list-date span {
  display: inline-block;
  width: 120px;
  margin: 0 16px 0 0;
  border-radius: 20px;
  color: #222;
  font-size: 14px;
  text-align: center;
  background: #F2F4F5;
}

.news-list-ttl {
  flex: 1;
}

.news-list-ttl span {
  background: url(../png/line-bk.png) no-repeat 0 100%;
  transition: background-size 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  background-size: 0 1px;
}

.news-post {
  margin: 0 0 56px;
}

.news-post h2 {
  margin: 64px 0 32px;
  padding: 16px 24px;
  color: #004894;
  font-size: 18px;
  background: #F2F4F5;
}

.news-post .wp-video {
  width: auto !important;
  margin-bottom: 1.5em;
  text-align: center;
}

.news-post .wp-video video {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

input[type="text"],input[type="email"],input[type="tel"],input[type="password"] {
  padding: 8px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  outline: none;
  background: #fff;
  box-sizing: border-box;
}

input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input[type="password"]:focus {
  border-color: #004894;
}

textarea {
  vertical-align: top;
  line-height: 1.5;
  padding: 8px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  outline: none;
  background: #fff;
  box-sizing: border-box;
}

textarea:focus {
  border-color: #004894;
}

select {
  position: relative;
  padding: 4px 40px 4px 16px;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
}

button {
  cursor: pointer;
  transition: .3s;
}

label {
  cursor: pointer;
}

input[type="checkbox"],input[type="radio"] {
  cursor: pointer;
}

.tbl-form th {
  position: relative;
  padding-left: 80px;
  white-space: nowrap;
}

.tbl-form th .required {
  display: block;
  position: absolute;
  top: 16px;
  left: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  background: #dc3545;
}

.tbl-form th .any {
  display: block;
  position: absolute;
  top: 16px;
  left: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  background: #6c757d;
}

.tbl-form td .form-example {
  margin: 8px 0 0;
  color: #6c757d;
}

.form-btn {
  display: flex;
  justify-content: center;
  position: relative;
}

.form-btn .btn-back {
  position: absolute;
  top: 0;
  left: 0;
}

.mw_wp_form_confirm .confirm-none {
  display: none;
}

.mw_wp_form_confirm .form-example {
  display: none;
}

.sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap-list-item {
  margin: 0 0 40px;
  padding: 0 0 16px;
  border-bottom: 1px solid #E6E6E6;
}

.sitemap-list-item > a {
  font-weight: bold;
}

.sitemap-list-item > a span {
  background: url(../png/line-bl.png) no-repeat 0 100%;
  background-size: 0 1px;
  transition: background-size 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.sitemap-list-item > a:hover {
  text-decoration: none;
}

.sitemap-list-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 16px 0 0 40px;
  padding: 0;
}

.sitemap-list-sub:after {
  content: "";
  display: block;
  width: 30.90909090909091%;
}

.sitemap-list-sub-item {
  position: relative;
  width: 30.90909090909091%;
  margin: 16px 0 0;
  padding: 0 0 0 24px;
  box-sizing: border-box;
}

.sitemap-list-sub-item:nth-child(-n+3) {
  margin: 0;
}

.sitemap-list-sub-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #222222;
}

.sitemap-list-sub-item > a {
  color: #222222;
}

.sitemap-list-sub-item > a span {
  background: url(../png/line-bk.png) no-repeat 0 100%;
  background-size: 0 1px;
  transition: background-size 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.sitemap-list-sub-item > a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .breadcrumb ol li:last-child {
    overflow: hidden;
  }

  .cta-contets-form a:hover {
    color: #004894;
    background: #fff;
  }

  .cta-contets-form a:hover:before {
    background-image: url(https://www.shincron.co.jp/assets/img/common/icon-mail-bl.svg);
  }

  .btn-01:hover {
    color: #004894;
    background: #fff;
  }

  .cat-index-item a:hover .cat-index-img img {
    transform: scale(1.05);
  }

  .cat-index-noimg .cat-index-item a:hover {
    color: #fff;
    background: #004894;
  }

  .cat-index-product .cat-index-item a:hover {
    color: #fff;
    background: #004894;
  }

  .cat-index-noimg a:hover .cat-index-ttl,.cat-index-product a:hover .cat-index-ttl {
    color: #fff;
    background-image: url(https://www.shincron.co.jp/assets/img/common/icon-arrow-r-wh.svg);
  }

  .cat-index-product a:hover .cat-index-ttl small {
    color: #fff;
  }

  .cat-nav-list li a:hover {
    color: #004894;
  }

  .wp-pagenavi a:hover {
    color: #fff;
    background: #004894;
  }

  .wp-pagenavi a.previouspostslink:hover:before {
    border-color: #fff;
  }

  .wp-pagenavi a.nextpostslink:hover:after {
    border-color: #fff;
  }

  .sp-only {
    display: none !important;
  }

  .product-tab-item a:hover {
    color: #004894;
    background: #fff;
  }

  .product-tab-item a:hover i {
    background: #004894;
  }

  .product-tab-item a:hover i:after {
    border-color: #fff;
  }

  .product-example-list-01-item dl dd ul li a:hover span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }

  .discontinued-list-item a:hover {
    color: #fff;
    background: #004894;
  }

  .discontinued-list-item a:hover .discontinued-list-ttl:after {
    filter: brightness(0) invert(1);
  }

  .target-head-btn:hover {
    background: #004894;
  }

  .target-contents-close:hover {
    background: #004894;
  }

  .sitemap-list-item > a:hover span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }

  .sitemap-list-sub-item > a:hover span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }

  .recruit-info-nav-item a:hover {
    color: #004894;
    text-decoration: none;
    background: #fff;
  }

  .recruit-info-nav-item a:hover i {
    background: #004894;
  }

  .recruit-info-nav-item a:hover i:after {
    border-color: #fff;
  }
}

@media screen and (max-width: 1280px) {
  .header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
  }

  .top-kv:before {
    width: 165px;
    height: 272px;
    background-size: 165px 272px;
  }

  .top-kv:after {
    width: 538px;
    height: 743px;
    background-size: 538px 743px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .header-inner {
    height: 56px;
  }

  .header-logo img {
    height: 20px;
  }

  .header-nav-btn {
    position: absolute;
    top: 8px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: #004894;
  }

  .header-nav-btn span {
    display: block;
    position: absolute;
    left: 9px;
    width: 22px;
    height: 2px;
    background: #fff;
    transition: .2s;
  }

  .header-nav-btn span:nth-child(1) {
    top: 12px;
  }

  .header-nav-btn span:nth-child(2) {
    top: 19px;
  }

  .header-nav-btn span:nth-child(3) {
    bottom: 12px;
    width: 16px;
  }

  .header-nav-guide {
    display: none;
  }

  .header-nav-lang {
    display: none;
  }

  .header-nav-main {
    display: none;
  }

  .header-nav-sp {
    position: absolute;
    top: 56px;
    right: 0;
    left: 0;
    height: calc(100vh - 56px);
    overflow: auto;
    padding: 16px 16px 40px;
    background: #fff;
    box-sizing: border-box;
  }

  .header-nav-sp .header-nav-lang {
    display: flex;
    line-height: 1;
    margin: 0 0 24px;
    padding: 0;
    border: none;
  }

  .header-nav-sp .header-nav-lang-list {
    justify-content: space-between;
    width: 100%;
  }

  .header-nav-sp .header-nav-lang-list-item {
    width: 100%;
  }

  .header-nav-sp .header-nav-lang-list-item a {
    padding: 4px;
    text-align: center;
  }

  .header-nav-sp-nav {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    border-top: 1px solid #004894;
  }

  .header-nav-sp-nav-item {
    border-bottom: 1px solid #004894;
  }

  .header-nav-sp-nav-item a {
    display: block;
    position: relative;
    padding: 16px 0;
    color: inherit;
  }

  .header-nav-sp-nav-item a:hover {
    text-decoration: none;
  }

  .header-nav-sp-nav-item a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 4px;
    background: url(https://www.shincron.co.jp/assets/img/common/icon-arrow-r-bl.svg) no-repeat 0 0;
    background-size: 25px 4px;
    transform: translateY(-50%);
  }

  .header-nav-sp-guide {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .header-nav-sp-guide-item {
    width: 47.8134110787172%;
  }

  .header-nav-sp-guide-item a {
    display: block;
    padding: 12px 16px;
    border-radius: 30px;
    font-size: 14px;
    text-align: center;
    background: #F0F0F0;
  }

  .header-nav-sp-guide-item a:hover {
    text-decoration: none;
  }

  .footer {
    padding: 32px 16px;
  }

  .footer-inner {
    display: block;
  }

  .footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .footer-col + .footer-col {
    display: block;
    margin: 24px 0 0;
    padding: 24px 0 0;
    border: none;
    border-top: 1px solid #0C2559;
  }

  .footer-logo {
    margin: 0 0 24px;
  }

  .footer-logo img {
    height: 20px;
  }

  .footer-nav {
    display: block;
    margin: 0 0 40px;
  }

  .footer-nav-main {
    display: none;
  }

  .footer-nav-contact {
    text-align: center;
  }

  .footer-guide {
    display: block;
  }

  .footer-guide-nav {
    justify-content: center;
    margin: 0 0 24px;
  }

  .footer-guide-nav-item + .footer-guide-nav-item {
    margin: 0 0 0 16px;
  }

  .footer-guide-copyright {
    font-size: 12px;
    text-align: center;
  }

  .main {
    margin: 56px 0 0;
  }

  .breadcrumb {
    margin: 40px 0 0;
    padding: 8px 16px;
    font-size: 14px;
  }

  .breadcrumb ol {
    overflow: auto;
  }

  .breadcrumb ol li:after {
    margin: 0 8px;
  }

  .cta {
    display: block;
  }

  .cta-head {
    padding: 16px;
  }

  .cta-head-label {
    flex-direction: column;
    padding: 0;
  }

  .cta-head-label:after {
    font-size: 48px;
    transform: none;
  }

  .cta-head-label span {
    display: inline-block;
    position: static;
    margin: 0 0 16px;
    padding: 0 0 8px;
    border: none;
    border-bottom: 1px solid #fff;
    letter-spacing: 0;
    writing-mode: inherit;
  }

  .cta-head-txt {
    padding: 0;
  }

  .cta-contets {
    padding: 16px;
  }

  .cta-contets-label {
    margin: 0 0 8px;
  }

  .cta-contets-inner {
    display: block;
  }

  .cta-contets-tel a {
    padding: 0 0 0 24px;
    font-size: 28px;
    background-size: 18px auto;
  }

  .cta-contets-tel + .cta-contets-form {
    margin: 16px 0 0;
  }

  .cta-contets-notes {
    margin: 16px 0 0;
    font-size: 12px;
  }

  .btn-01 {
    width: 100%;
  }

  .cat-index {
    display: block;
    margin: 0;
  }

  .cat-index:after {
    content: none;
  }

  .cat-index-item {
    width: auto;
    margin: 0 0 24px;
  }

  .cat-index-item a {
    padding: 0 0 16px;
    box-shadow: 0 5px 10px rgba(196, 196, 196, 0.16);
  }

  .cat-index-noimg .cat-index-item a {
    padding: 16px 0;
  }

  .cat-index-col-2 .cat-index-item {
    width: auto;
  }

  .cat-index-img {
    margin: 0 0 16px;
  }

  .cat-index-ttl {
    margin: 0 16px;
  }

  .cat-index-noimg .cat-index-ttl,.cat-index-product .cat-index-ttl {
    font-size: inherit;
  }

  .cat-index-ttl small {
    font-size: inherit;
  }

  .cat-index-txt {
    margin: 8px 16px 0;
    padding: 16px 0 0;
  }

  .cat-index-use {
    margin-right: 16px;
    margin-left: 16px;
    padding: 16px 0 0;
  }

  .cat-index-use dd {
    padding: 0;
  }

  .cat-nav {
    margin: 40px 0 0;
    padding: 24px 16px;
  }

  .cat-nav-inner {
    display: block;
  }

  .cat-nav-ttl {
    margin: 0 0 24px;
  }

  .cat-nav-list {
    display: block;
    width: auto;
    margin: 0;
    border-top: 1px solid #E6E6E6;
  }

  .cat-nav-list:after {
    content: none;
  }

  .cat-nav-list li {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .cat-nav-list li a {
    padding: 8px 24px 8px 0;
  }

  .cat-nav-list li a:before {
    top: 13px;
  }

  .cat-nav-list li a:after {
    top: 18px;
  }


  .cat-nav-list.cat-nav-list-col-2 li {
    width: auto;
  }

  .wp-pagenavi {
    margin: 32px 0 0;
  }

  .wp-pagenavi a,.wp-pagenavi span {
    width: 32px;
    height: 32px;
  }

  .wp-pagenavi a.previouspostslink {
    margin-right: 8px;
    padding: 0;
  }

  .wp-pagenavi a.previouspostslink:before {
    margin-right: 4px;
  }

  .wp-pagenavi a.nextpostslink {
    margin-left: 8px;
    padding: 0;
  }

  .wp-pagenavi a.nextpostslink:after {
    margin-left: 4px;
  }

  .list-01 li:before {
    top: 7px;
  }

  .tbl-01,.tbl-02 {
    border-bottom: none;
  }

  .tbl-01 th,.tbl-02 th {
    display: block;
    width: auto;
    padding: 8px 16px;
    border: none;
    border-bottom: 1px solid #E6E6E6;
  }

  .tbl-01 td,.tbl-02 td {
    display: block;
    padding: 8px 16px;
    border: none;
    border-bottom: 1px solid #E6E6E6;
  }

  .page-ttl {
    margin: 0 0 40px;
    padding: 0;
  }

  .page-ttl-img {
    position: static;
  }

  .page-ttl-img img {
    height: 96px;
  }

  .page-ttl-inner {
    padding: 24px 0;
  }

  .page-ttl-inner:before {
    right: -16px;
    left: -16px;
    opacity: 1;
  }

  .page-ttl h1 {
    flex-direction: column;
    margin: 0 0 16px;
    padding: 0;
  }

  .page-ttl h1:after {
    font-size: 48px;
    transform: none;
  }

  .page-ttl h1 span {
    display: inline-block;
    position: static;
    margin: 0 0 16px;
    padding: 0 0 8px;
    border: none;
    border-bottom: 1px solid #004894;
    letter-spacing: 0;
    writing-mode: inherit;
  }

  .page-ttl-txt {
    padding: 0;
  }

  .page-ttl-simple {
    margin: 0 0 40px;
    padding: 24px 16px;
  }

  .page-ttl-simple-txt:before {
    font-size: 10.13333vw;
  }

  .ttl-01 {
    margin: 40px 0 24px;
    padding: 24px 0 0;
    font-size: 20px;
  }

  .ttl-02 {
    margin: 32px 0 24px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .ttl-03 {
    margin: 32px 0 24px;
    padding: 0 0 8px 16px;
    font-size: 16px;
  }

  .ttl-03:before {
    bottom: 8px;
  }

  .ttl-04 {
    margin: 40px 0 24px;
    padding: 0 0 16px;
    font-size: 20px;
  }

  .catch {
    margin: 0 0 24px;
    font-size: 16px;
  }

  .row {
    display: block;
  }

  .row .col-2 {
    width: auto;
  }

  .row .col-3 {
    width: auto;
  }

  .row .col-4 {
    width: auto;
  }

  .pc-only {
    display: none !important;
  }

  .box {
    margin: 0 0 40px;
    padding: 16px;
  }

  .top-kv {
    margin: 0 0 40px;
  }

  .top-kv-copy {
    right: 16px;
    left: 16px;
  }

  .top-kv-copy-txt {
    max-width: 215px;
    margin: 0 0 24px;
  }

  .top-kv:before {
    width: 105px;
    height: 189px;
    background-size: 105px 189px;
  }

  .top-kv:after {
    top: auto;
    bottom: 24px;
    width: 130px;
    height: 212px;
    background: url(../png/kv-04-sp.png) no-repeat 0 0;
    background-size: 130px 212px;
  }

  .top-kv-news {
    display: none;
  }

  .top-bnr {
    display: block;
    margin: -16px 0 40px;
    padding: 0 16px;
  }

  .top-bnr-item {
    width: auto;
  }

  .top-products {
    margin: 0;
    padding: 0 16px 40px;
  }

  .top-products:before {
    bottom: 0;
    height: auto;
    background-size: cover;
  }

  .top-products-ttl {
    flex-direction: column;
    margin: 0 0 16px;
    padding: 0;
  }

  .top-products-ttl span {
    display: inline-block;
    position: static;
    margin: 0 0 16px;
    padding: 0 0 8px;
    border: none;
    border-bottom: 1px solid #004894;
    letter-spacing: 0;
    writing-mode: inherit;
  }

  .top-products-ttl:after {
    font-size: 48px;
    transform: none;
  }

  .top-products-lead-01 {
    max-width: 310px;
    margin: 0 0 32px;
  }

  .top-products-lead-02 {
    margin: 0 0 40px;
  }

  .top-products-list {
    display: block;
  }

  .top-products-list-item {
    width: auto;
    margin: 0 0 24px;
  }

  .top-products-list-item:last-child {
    margin: 0;
  }

  .top-products-list-img span {
    left: 16px;
    font-size: 64px;
  }

  .top-products-list-txt {
    padding: 16px;
  }

  .top-brand {
    flex-direction: column-reverse;
    margin: 0 16px 40px;
  }

  .top-brand-data {
    width: auto;
  }

  .top-brand-ttl {
    flex-direction: column;
    margin: 0 0 16px;
    padding: 0;
  }

  .top-brand-ttl span {
    display: inline-block;
    position: static;
    margin: 0 0 16px;
    padding: 0 0 8px;
    border: none;
    border-bottom: 1px solid #004894;
    letter-spacing: 0;
    writing-mode: inherit;
  }

  .top-brand-ttl:after {
    font-size: 48px;
    transform: none;
  }

  .top-brand-lead-01 {
    max-width: 245px;
    margin: 0 0 32px;
  }

  .top-brand-lead-02 {
    margin: 0 0 24px;
  }

  .top-brand-btn {
    margin: 0;
  }

  .top-brand-img {
    width: auto;
    margin: 0 0 32px;
  }

  .top-brand-img img {
    position: static;
    width: 100%;
  }

  .top-tech-support {
    margin: 0 0 40px;
    padding: 0;
  }

  .top-tech-support-img {
    position: static;
    width: 100%;
  }

  .top-tech-support-inner {
    padding: 40px 16px;
    background: #004894;
  }

  .top-tech-support-inner:before {
    content: none;
  }

  .top-tech,.top-support {
    flex-direction: column-reverse;
    margin: 0 0 40px;
    padding: 0;
  }

  .top-tech-data,.top-support-data {
    width: auto;
  }

  .top-tech-ttl,.top-support-ttl {
    flex-direction: column;
    margin: 0 0 16px;
    padding: 0;
  }

  .top-tech-ttl span,.top-support-ttl span {
    display: inline-block;
    position: static;
    margin: 0 0 16px;
    padding: 0 0 8px;
    border: none;
    border-bottom: 1px solid #fff;
    letter-spacing: 0;
    writing-mode: inherit;
  }

  .top-tech-ttl:after,.top-support-ttl:after {
    font-size: 48px;
    transform: none;
  }

  .top-tech-lead-01,.top-support-lead-01 {
    max-width: 265px;
    margin: 0 0 32px;
  }

  .top-tech-lead-02,.top-support-lead-02 {
    margin: 0 0 24px;
  }

  .top-tech-btn,.top-support-btn {
    margin: 0;
  }

  .top-tech-img,.top-support-img {
    width: auto;
    margin: 0 0 32px;
  }

  .top-support {
    flex-direction: column-reverse;
  }

  .top-support-lead-01 {
    max-width: 276px;
  }

  .top-news {
    display: block;
    margin: 0 16px 40px;
  }

  .top-news-data {
    width: auto;
  }

  .top-news-ttl {
    flex-direction: column;
    margin: 0 0 32px;
    padding: 0;
  }

  .top-news-ttl span {
    display: inline-block;
    position: static;
    margin: 0 0 16px;
    padding: 0 0 8px;
    border: none;
    border-bottom: 1px solid #004894;
    letter-spacing: 0;
    writing-mode: inherit;
  }

  .top-news-ttl:after {
    font-size: 48px;
    transform: none;
  }

  .top-news-lead {
    margin: 0 0 32px;
  }

  .top-news-btn {
    margin: 0;
  }

  .top-news-list {
    width: auto;
    margin: 0 0 24px;
  }

  .top-news-list-item a {
    padding: 16px 0;
  }

  .top-news-list-item a.icon-external .top-news-list-ttl {
    padding-right: 32px;
  }

  .top-news-list-item a.icon-pdf .top-news-list-ttl {
    padding-right: 32px;
  }

  .top-news-list-item > span {
    padding: 16px 0;
  }

  .top-recruit-inner {
    padding: 0 16px;
  }

  .top-recruit-img {
    margin: 0 0 24px;
  }

  .top-recruit-people {
    position: static;
  }

  .top-recruit-btn {
    margin: 0 0 24px;
  }

  .top-recruit-btn a {
    margin: 0 auto;
  }

  .top-recruit-slide {
    display: none;
  }

  .product-tab {
    margin: 0 0 24px;
  }

  .product-tab-item a {
    height: 56px;
    line-height: 1.5;
    padding: 0 8px;
    font-size: 3.47vw;
  }

  .product-tab-item a i {
    width: 4.8vw;
    height: 4.8vw;
    margin: 0 0 0 8px;
  }

  .product-tab-item a i:after {
    width: 1.33vw;
    height: 1.33vw;
  }

  .product-tab-item.is-active a {
    height: 64px;
    border-top-width: 2px;
    font-size: 3.47vw;
  }

  .product-example-list-01 {
    margin: 0 0 -24px;
  }

  .product-example-list-01:after {
    content: none;
  }

  .product-example-list-01-img {
    position: static;
    width: 48.18181818181818%;
    box-sizing: border-box;
    transform: none;
  }

  .product-example-list-01-img-car {
    width: 100%;
    margin: 0 0 24px;
  }

  .product-example-list-01-img-smartphone {
    padding: 0 10%;
  }

  .product-example-list-01-img-energy {
    width: auto;
  }

  .product-example-list-01-item {
    width: 48.18181818181818%;
    min-height: inherit;
    margin: 0 0 24px;
    padding: 16px;
  }

  .product-example-list-01-item dl dt {
    margin: 0 0 16px;
    padding: 0 0 8px;
    font-size: 16px;
  }

  .product-example-list-01-item dl dd ul li a:before {
    top: 4px;
  }

  .product-example-list-01-item dl dd ul li a:after {
    top: 9px;
  }

  .product-example-list-01-item.is-empty {
    display: none;
  }

  .page-ttl-optical:after {
    height: 3px;
  }

  .page-ttl-electronic:after {
    height: 3px;
  }

  .page-ttl-other:after {
    height: 3px;
  }

  .product-detail-main {
    display: block;
  }

  .product-detail-main-img {
    width: auto;
    margin: 0 0 24px;
  }

  .product-detail-main-txt {
    margin: 0;
  }

  .product-detail-main-txt h2 {
    margin: 0 0 16px;
    padding: 0 0 24px;
    font-size: 20px;
  }

  .product-detail-main-txt h2 br {
    display: none;
  }

  .product-detail-main-txt dl {
    margin: 0 0 24px;
  }

  .product-detail-main-txt dl dt {
    line-height: inherit;
  }

  .product-features:after {
    content: none;
  }

  .product-features li {
    width: 47.66763848396501%;
    margin: 0 0 24px;
    padding: 16px;
    font-size: inherit;
    text-align: left;
  }

  .product-features li:before {
    margin: 0 0 8px;
    font-size: 32px;
    text-align: center;
  }

  .product-features li br {
    display: none;
  }

  .product-free .wp-video video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .product-use {
    display: block;
    margin: 0;
  }

  .product-use:after {
    content: none;
  }

  .product-use li {
    width: auto;
    margin: 0 0 16px;
    padding: 8px 16px 8px 40px;
  }

  .product-use li:before {
    left: 16px;
  }

  .product-spec {
    margin: 0 0 40px;
    overflow: auto;
  }

  .product-spec table th {
    width: auto;
    padding: 8px 16px;
    white-space: nowrap;
  }

  .product-spec table td {
    padding: 8px 16px;
    white-space: nowrap;
  }

  .brand-wrap:before {
    content: none;
  }

  .brand-copy {
    margin: 0 0 40px;
  }

  .brand-row {
    display: block;
  }

  .brand-row .brand-col {
    width: auto;
    min-height: inherit;
    padding: 24px 16px;
  }

  .brand-row .brand-col:before {
    right: 0;
    left: auto;
    transform: scale(-1, 1);
  }

  .brand-row .brand-col-ttl {
    margin: 0 0 8px;
    font-size: 40px;
  }

  .brand-row .brand-col-ttl-en {
    font-size: inherit;
  }

  .brand-row .brand-col-ttl-ja {
    margin: 0 0 24px;
    font-size: inherit;
  }

  .brand-row .brand-img {
    position: static;
    width: auto;
    box-shadow: 0 5px 10px rgba(196, 196, 196, 0.16);
  }

  .brand-row + .brand-row {
    margin-top: 24px;
  }

  .strength {
    display: block;
    margin: 0 0 24px;
    padding: 16px 0 0 4px;
    box-shadow: 0 5px 10px rgba(196, 196, 196, 0.16);
  }

  .strength-wrap {
    margin: 0;
  }

  .strength-num {
    display: flex;
    align-items: center;
    padding: 0 0 0 16px;
    font-size: 20px;
  }

  .strength-num span {
    margin: 0 16px 0 0;
    font-size: 40px;
  }

  .strength-txt {
    width: auto;
    margin: 0 0 24px;
    padding: 0 16px;
  }

  .strength-txt dt {
    font-size: 16px;
  }

  .strength-img {
    width: auto;
  }

  .acc-trigger-icon {
    top: 29px;
    width: 24px;
    height: 24px;
  }

  .acc-trigger-icon:before {
    width: 10px;
  }

  .acc-trigger-icon:after {
    height: 10px;
  }

  .acc-trigger .ttl-01 {
    padding-right: 32px;
  }

  .seminar-list {
    display: block;
    margin: 0 0 40px;
  }

  .seminar-list-item {
    width: auto;
    margin: 0 0 24px;
  }

  .seminar-list-img {
    margin: 0 0 16px;
  }

  .seminar-list-ttl {
    padding: 0 0 16px;
    font-size: 16px;
  }

  .seminar-list-ttl:before {
    content: none;
  }

  .seminar-list-description {
    margin: 0 0 16px;
    padding: 0;
  }

  .seminar-list-contents {
    padding: 0;
  }

  .discontinued-list {
    display: block;
  }

  .discontinued-list-item {
    width: auto;
    margin: 0 0 16px;
  }

  .discontinued-list-item a {
    padding: 16px;
    box-shadow: 0 5px 10px rgba(196, 196, 196, 0.16);
  }

  .discontinued-list-description {
    font-size: 12px;
  }

  .business-partners:after {
    content: none;
  }

  .business-partners li {
    width: 47.66763848396501%;
    padding: 8px 0;
  }

  .rd-product {
    margin: 0 0 -24px;
  }

  .rd-product-item {
    width: 47.66763848396501%;
    padding: 16px;
    box-shadow: 0 5px 10px rgba(196, 196, 196, 0.16);
  }

  .rd-product-ttl {
    font-size: inherit;
  }

  .rd-flow-experiment {
    display: block;
  }

  .rd-flow-experiment-item {
    padding: 16px;
  }

  .rd-flow-experiment-item + .rd-flow-experiment-item {
    margin: 24px 0 0;
  }

  .rd-flow-experiment-item:after {
    top: auto;
    right: auto;
    bottom: -16px;
    left: 50%;
    border-width: 8px 4px 0 4px;
    border-color: #004894 transparent transparent transparent;
    transform: translateX(-50%);
  }

  .rd-flow-experiment-item p {
    text-align: center;
  }

  .target-head {
    margin: 0 0 40px;
  }

  .target-head:before {
    border-width: 32px 32px 0 0;
  }

  .target-head-txt {
    position: static;
    color: inherit;
  }

  .target-head-num {
    position: absolute;
    top: 24px;
    left: 24px;
    margin: 0;
    color: #fff;
    font-size: 40px;
  }

  .target-head-ttl {
    margin: 16px 0;
    font-size: 20px;
  }

  .target-head-name {
    position: absolute;
    top: 88px;
    left: 24px;
    margin: 0;
    color: #fff;
    font-size: inherit;
  }

  .target-head-btn {
    width: auto;
    color: #fff;
  }

  .target-head-02:before {
    border-width: 0 32px 32px 0;
  }

  .target-head-02 .target-head-txt {
    text-align: left;
  }

  .target-head-02 .target-head-num {
    right: 24px;
    left: auto;
  }

  .target-head-02 .target-head-name {
    right: 24px;
    left: auto;
  }

  .target-head-02 .target-head-btn {
    margin: 0;
  }

  .target-contents {
    margin: 0 0 56px;
  }

  .target-contents-chapter {
    margin: 48px 0 24px;
  }

  .target-contents h2 {
    font-size: 20px;
    text-align: left;
  }

  .target-contents-close {
    width: auto;
    margin: 40px 0 0;
  }

  .work-intro {
    margin: 0 0 40px;
  }

  .work-chapter-list {
    display: block;
  }

  .work-chapter-item {
    width: auto;
    margin: 0 0 40px;
  }

  .work-chapter-ttl {
    margin: 0 0 24px;
  }

  .work-chapter-ttl h2 {
    font-size: 20px;
  }

  .work-chapter-answer {
    margin: 0 0 24px;
  }

  .work-chapter-answer img {
    width: 56px;
    height: 56px;
    margin: 0 16px 0 0;
  }

  .work-chapter-answer span {
    font-size: 16px;
  }

  .work-chapter-txt {
    padding: 16px;
  }

  .internship-box {
    display: block;
    margin: 0 0 40px;
    padding: 16px;
  }

  .internship-box-img {
    width: auto;
    margin: 0 0 16px;
  }

  .internship-box-inner {
    width: auto;
  }

  .internship-box-ttl {
    font-size: 18px;
  }

  .recruit-info-nav {
    display: block;
    margin: 0 0 40px;
  }

  .recruit-info-nav-item a {
    justify-content: space-between;
    height: auto;
    padding: 16px;
    border-bottom: none;
  }

  .recruit-info-nav-item:last-child a {
    border-bottom: 1px solid #E6E6E6;
  }

  .recruit-info-nav-item a i {
    width: 18px;
    height: 18px;
    margin: 0 0 0 8px;
  }

  .recruit-info-nav-item a i:after {
    width: 5px;
    height: 5px;
  }

  .emphasis {
    font-size: 16px;
  }

  .tbl-internship {
    font-size: 12px;
  }

  .tbl-internship th {
    padding: 8px;
  }

  .tbl-internship td {
    padding: 8px;
  }

  .news-list {
    margin: 0 0 24px;
  }

  .news-list-item a {
    display: block;
    padding: 16px 0;
  }

  .news-list-item a.icon-external .news-list-ttl {
    padding-right: 32px;
  }

  .news-list-item a.icon-pdf .news-list-ttl {
    padding-right: 32px;
  }

  .news-list-item > span {
    display: block;
    padding: 16px 0;
  }

  .news-list-date {
    margin: 0 0 16px;
  }

  .news-post {
    margin: 0 0 24px;
  }

  .news-post h2 {
    margin: 32px 0 24px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .tbl-form th {
    padding-left: 64px;
    white-space: normal;
  }

  .tbl-form th .required {
    top: 9px;
    left: 16px;
    font-size: 11px;
  }

  .tbl-form th .any {
    top: 9px;
    left: 16px;
    font-size: 11px;
  }

  .form-btn {
    flex-direction: column;
    align-items: center;
  }

  .form-btn .btn-back {
    position: static;
    margin: 32px 0 0;
  }

  .sitemap-list-item {
    margin: 0 0 16px;
  }

  .sitemap-list-item > a {
    display: block;
  }

  .sitemap-list-sub {
    display: block;
    margin-left: 0;
  }

  .sitemap-list-sub:after {
    content: none;
  }

  .sitemap-list-sub-item {
    width: auto;
    margin: 0;
  }

  .sitemap-list-sub-item + .sitemap-list-sub-item {
    margin: 8px 0 0;
  }

  .sitemap-list-sub-item:before {
    top: 10px;
  }

  .sitemap-list-sub-item > a {
    display: block;
  }
}

@keyframes hover-anime01 {
  0% {
    transform: scaleX(1);
  }

  50% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(0);
  }
}

@keyframes hover-anime02 {
  0% {
    transform: scaleX(0);
  }

  20% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}
