@charset "UTF-8";
/*
/* Mixin
/*
----------------------------------------------------------------- */
/*
/* Reset
/*
----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@layer legacy{
[data-static-html],
[data-static-body],
[data-static-html] div,
[data-static-html] span,
[data-static-html] applet,
[data-static-html] object,
[data-static-html] iframe,
[data-static-html] h1,
[data-static-html] h2,
[data-static-html] h3,
[data-static-html] h4,
[data-static-html] h5,
[data-static-html] h6,
[data-static-html] p,
[data-static-html] blockquote,
[data-static-html] pre,
[data-static-html] a,
[data-static-html] abbr,
[data-static-html] acronym,
[data-static-html] address,
[data-static-html] big,
[data-static-html] cite,
[data-static-html] code,
[data-static-html] del,
[data-static-html] dfn,
[data-static-html] em,
[data-static-html] img,
[data-static-html] ins,
[data-static-html] kbd,
[data-static-html] q,
[data-static-html] s,
[data-static-html] samp,
[data-static-html] small,
[data-static-html] strike,
[data-static-html] strong,
[data-static-html] sub,
[data-static-html] sup,
[data-static-html] tt,
[data-static-html] var,
[data-static-html] b,
[data-static-html] u,
[data-static-html] icenter,
[data-static-html] dl,
[data-static-html] dt,
[data-static-html] dd,
[data-static-html] ol,
[data-static-html] ul,
[data-static-html] li,
[data-static-html] fieldset,
[data-static-html] form,
[data-static-html] label,
[data-static-html] legend,
[data-static-html] table,
[data-static-html] caption,
[data-static-html] tbody,
[data-static-html] tfoot,
[data-static-html] thead,
[data-static-html] tr,
[data-static-html] th,
[data-static-html] td,
[data-static-html] article,
[data-static-html] aside,
[data-static-html] canvas,
[data-static-html] details,
[data-static-html] embed,
[data-static-html] figure,
[data-static-html] figcaption,
[data-static-html] footer,
[data-static-html] header,
[data-static-html] hgroup,
[data-static-html] menu,
[data-static-html] nav,
[data-static-html] output,
[data-static-html] ruby,
[data-static-html] section,
[data-static-html] summary,
[data-static-html] time,
[data-static-html] mark,
[data-static-html] audio,
[data-static-html] video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-break: strict;
}

[data-static-html] article,
[data-static-html] aside,
[data-static-html] details,
[data-static-html] figcaption,
[data-static-html] figure,
[data-static-html] footer,
[data-static-html] header,
[data-static-html] hgroup,
[data-static-html] menu,
[data-static-html] nav,
[data-static-html] section {
  display: block;
}

[data-static-html] ol,
[data-static-html] ul {
  list-style: none;
}

[data-static-html] blockquote,
[data-static-html] q {
  quotes: none;
}

[data-static-html] blockquote:before,
[data-static-html] blockquote:after,
[data-static-html] q:before,
[data-static-html] q:after {
  content: "";
  content: none;
}

[data-static-html] table {
  border-collapse: collapse;
  border-spacing: 0;
}

[data-static-html] img {
  line-height: 0;
  vertical-align: bottom;
}

@font-face {
  font-family: "icon";
  src: url("/files/user/contents/common/www.restar-ele.com/dcms_media/css/fonts/icon.eot");
  src: url("/files/user/contents/common/www.restar-ele.com/dcms_media/css/fonts/icon.eot") format("eot"),
  url("/files/user/contents/common/www.restar-ele.com/dcms_media/css/fonts/icon.woff") format("woff"),
  url("/files/user/contents/common/www.restar-ele.com/dcms_media/css/fonts/icon.ttf") format("truetype"),
  url("/files/user/contents/common/www.restar-ele.com/dcms_media/css/fonts/icon.svg") format("svg");
  font-style: normal;
  font-display: swipe;
}

/*
/* Base
/*
----------------------------------------------------------------- */
[data-static-html] * {
  box-sizing: border-box;
}

[data-static-html] {
  background: #fff;
}

[data-static-body] {
  color: #333;
  font-family: "Sawarabi Gothic", Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-static-html] #en {
  font-family: "Noto Sans JP", Verdana, Meiryo, "M+ 1p", sans-serif;
}
[data-static-body].-active {
  overflow: hidden;
}

[data-static-html] img {
  max-width: 100%;
  height: auto;
}

[data-static-html] a {
  color: #165ead;
}

[data-static-html] a:hover {
  text-decoration: none;
}

[data-static-html] a[href^="tel"].-disable {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

/*
/* Normarize
/*
----------------------------------------------------------------- */
[data-static-html] p {
  font-size: 0.875rem;
  line-height: 2;
  color: #333;
}

[data-static-html] p.-b {
  font-weight: bold;
  margin: 20px 0;
}

[data-static-html] p.-l {
  text-align: left;
  margin: 20px 0;
}

[data-static-html] p.-r {
  text-align: right;
  margin: 20px 0;
}

[data-static-html] p.-c {
  text-align: center;
  margin: 20px 0;
}

[data-static-html] p.-blue {
  color: #165ead;
  margin: 20px 0;
}

[data-static-html] p.-gray-dark {
  color: #666;
  margin: 20px 0;
}

[data-static-html] p:not([class]) {
  margin: 20px 0;
}

[data-static-html] p:not([class]):first-child {
  margin-top: 0;
}

[data-static-html] figure:not([class]) {
  margin: 24px 0;
}

[data-static-html] figure.-c {
  text-align: center;
}

[data-static-html] figure.-r {
  text-align: right;
}

[data-static-html] b,
[data-static-html] strong {
  font-weight: bold;
}

[data-static-html] sup {
  font-size: 75%;
  vertical-align: top;
  position: relative;
  top: 0;
}

[data-static-html] sub {
  font-size: 75%;
  vertical-align: bottom;
  position: relative;
  bottom: 0;
}

/* Slider */
[data-static-html] .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

[data-static-html] .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

[data-static-html] .slick-list:focus {
  outline: none;
}

[data-static-html] .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

[data-static-html] .slick-slider .slick-track,
[data-static-html] .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[data-static-html] .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

[data-static-html] .slick-track:before,
[data-static-html] .slick-track:after {
  content: "";
  display: table;
}

[data-static-html] .slick-track:after {
  clear: both;
}

[data-static-html] .slick-loading .slick-track {
  visibility: hidden;
}

[data-static-html] .slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}

[data-static-html] [dir="rtl"] .slick-slide {
  float: right;
}

[data-static-html] .slick-slide img {
  display: block;
}

[data-static-html] .slick-slide.slick-loading img {
  display: none;
}

[data-static-html] .slick-slide.dragging img {
  pointer-events: none;
}

[data-static-html] .slick-initialized .slick-slide {
  display: block;
}

[data-static-html] .slick-loading .slick-slide {
  visibility: hidden;
}

[data-static-html] .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

[data-static-html] .slick-arrow.slick-hidden {
  display: none;
}

[data-static-body].compensate-for-scrollbar {
  overflow: hidden;
}

[data-static-html] .fancybox-active {
  height: auto;
}

[data-static-html] .fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

[data-static-html] .fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

[data-static-html] .fancybox-container * {
  box-sizing: border-box;
}

[data-static-html] .fancybox-outer,
[data-static-html] .fancybox-inner,
[data-static-html] .fancybox-bg,
[data-static-html] .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

[data-static-html] .fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

[data-static-html] .fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

[data-static-html] .fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

[data-static-html] .fancybox-infobar,
[data-static-html] .fancybox-toolbar,
[data-static-html] .fancybox-caption,
[data-static-html] .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

[data-static-html] .fancybox-show-infobar .fancybox-infobar,
[data-static-html] .fancybox-show-toolbar .fancybox-toolbar,
[data-static-html] .fancybox-show-caption .fancybox-caption,
[data-static-html] .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

[data-static-html] .fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-static-html] .fancybox-toolbar {
  right: 0;
  top: 0;
}

[data-static-html] .fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

[data-static-html] .fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

[data-static-html] .fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

[data-static-html] .fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

[data-static-html] .fancybox-is-sliding .fancybox-slide,
[data-static-html] .fancybox-slide--previous,
[data-static-html] .fancybox-slide--current,
[data-static-html] .fancybox-slide--next {
  display: block;
}

[data-static-html] .fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

[data-static-html] .fancybox-slide--image::before {
  display: none;
}

[data-static-html] .fancybox-slide--html {
  padding: 6px;
}

[data-static-html] .fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[data-static-html] .fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

[data-static-html] .fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

[data-static-html] .fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

[data-static-html] .fancybox-can-swipe .fancybox-content,
[data-static-html] .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

[data-static-html] .fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-static-html] .fancybox-container [data-selectable="true"] {
  cursor: text;
}

[data-static-html] .fancybox-image,
[data-static-html] .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

[data-static-html] .fancybox-spaceball {
  z-index: 1;
}

[data-static-html] .fancybox-slide--video .fancybox-content,
[data-static-html] .fancybox-slide--map .fancybox-content,
[data-static-html] .fancybox-slide--pdf .fancybox-content,
[data-static-html] .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

[data-static-html] .fancybox-slide--video .fancybox-content {
  background: #000;
}

[data-static-html] .fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

[data-static-html] .fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

[data-static-html] .fancybox-video,
[data-static-html] .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
[data-static-html] .fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

[data-static-html] .fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

[data-static-html] .fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* ブレークポイント設定 */
[data-static-html] .pc_display,
[data-static-html] .pc_display.tab_display,
[data-static-html] .pc_display.sp_display {
  display: block;
}
[data-static-html] .tab_display,
[data-static-html] .sp_display,
[data-static-html] .tab_display.sp_display {
  display: none;
}
@media only screen and (max-width: 979px) {
  [data-static-html] .pc_display,
  [data-static-html] .pc_display.sp_display {
    display: none;
  }
  [data-static-html] .tab_display,
  [data-static-html] .pc_display.tab_display,
  [data-static-html] .tab_display.sp_display {
    display: block;
  }
}
@media only screen and (max-width: 690px) {
  [data-static-html] .tab_display,
  [data-static-html] .pc_display.tab_display {
    display: none;
  }
  [data-static-html] .sp_display,
  [data-static-html] .pc_display.sp_display,
  [data-static-html] .tab_display.sp_display {
    display: block;
  }
}

/* Buttons */
[data-static-html] .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

[data-static-html] .fancybox-button,
[data-static-html] .fancybox-button:visited,
[data-static-html] .fancybox-button:link {
  color: #ccc;
}

[data-static-html] .fancybox-button:hover {
  color: #fff;
}

[data-static-html] .fancybox-button:focus {
  outline: none;
}

[data-static-html] .fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

[data-static-html] .fancybox-button[disabled],
[data-static-html] .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
[data-static-html] .fancybox-button div {
  height: 100%;
}

[data-static-html] .fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

[data-static-html] .fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

[data-static-html] .fancybox-button--play svg:nth-child(2),
[data-static-html] .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

[data-static-html] .fancybox-button--pause svg:nth-child(1),
[data-static-html] .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

[data-static-html] .fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
[data-static-html] .fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

[data-static-html] .fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

[data-static-html] .fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

[data-static-html] .fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

[data-static-html] .fancybox-is-scaling .fancybox-close-small,
[data-static-html] .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
[data-static-html] .fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

[data-static-html] .fancybox-navigation .fancybox-button div {
  padding: 7px;
}

/* Caption */
[data-static-html] .fancybox-caption {
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

[data-static-html] .fancybox-caption--separate {
  margin-top: -50px;
}

[data-static-html] .fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

[data-static-html] .fancybox-caption a,
[data-static-html] .fancybox-caption a:link,
[data-static-html] .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

[data-static-html] .fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
[data-static-html] .fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
[data-static-html] .fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
[data-static-html] .fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

[data-static-html] .fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

[data-static-html] .fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
[data-static-html] .fancybox-fx-fade.fancybox-slide--previous,
[data-static-html] .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-static-html] .fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
[data-static-html] .fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

[data-static-html] .fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

[data-static-html] .fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
[data-static-html] .fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

[data-static-html] .fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

[data-static-html] .fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
[data-static-html] .fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

[data-static-html] .fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

[data-static-html] .fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
[data-static-html] .fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

[data-static-html] .fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

[data-static-html] .fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  [data-static-html] .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  [data-static-html] .fancybox-slide--image {
    padding: 6px 0;
  }
  [data-static-html] .fancybox-close-small {
    right: -6px;
  }
  [data-static-html] .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  [data-static-html] .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
[data-static-html] .fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

[data-static-html] .fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

[data-static-html] .fancybox-share p {
  margin: 0;
  padding: 0;
}

[data-static-html] .fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

[data-static-html] .fancybox-share__button:visited,
[data-static-html] .fancybox-share__button:link {
  color: #fff;
}

[data-static-html] .fancybox-share__button:hover {
  text-decoration: none;
}

[data-static-html] .fancybox-share__button--fb {
  background: #3b5998;
}

[data-static-html] .fancybox-share__button--fb:hover {
  background: #344e86;
}

[data-static-html] .fancybox-share__button--pt {
  background: #bd081d;
}

[data-static-html] .fancybox-share__button--pt:hover {
  background: #aa0719;
}

[data-static-html] .fancybox-share__button--tw {
  background: #1da1f2;
}

[data-static-html] .fancybox-share__button--tw:hover {
  background: #0d95e8;
}

[data-static-html] .fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

[data-static-html] .fancybox-share__button svg path {
  fill: #fff;
}

[data-static-html] .fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
[data-static-html] .fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

[data-static-html] .fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

[data-static-html] .fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

[data-static-html] .fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

[data-static-html] .fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

[data-static-html] .fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

[data-static-html] .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

[data-static-html] .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

[data-static-html] .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

[data-static-html] .fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

[data-static-html] .fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

[data-static-html] .fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

[data-static-html] .fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  [data-static-html] .fancybox-thumbs {
    width: 110px;
  }
  [data-static-html] .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  [data-static-html] .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

[data-static-html] .blog-archive {
  margin: 0 -6px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .blog-archive {
    margin: 0 -16px;
  }
}

[data-static-html] .blog-archive__list {
  position: relative;
}

[data-static-html] .blog-archive__list .slick-arrow {
  color: transparent;
  background-color: #165ead;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 48px;
  height: 48px;
  border: 2px solid #165ead;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: absolute;
  top: 35%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  [data-static-html] .blog-archive__list .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

[data-static-html] .blog-archive__list .slick-arrow::before {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-static-html] .blog-archive__list .slick-arrow:hover {
  background: #fff;
}

[data-static-html] .blog-archive__list .slick-arrow:hover::before {
  color: #165ead;
}

[data-static-html] .blog-archive__list .slick-prev {
  left: -20px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .blog-archive__list .slick-prev {
    left: 0;
  }
}

[data-static-html] .blog-archive__list .slick-prev::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

[data-static-html] .blog-archive__list .slick-prev::before {
  content: url("/files/user/contents/service/semicon/common/arrow_back_w.png");
}

[data-static-html] .blog-archive__list .slick-prev:hover::before {
  content: url("/files/user/contents/service/semicon/common/arrow_back_b.png");
}

[data-static-html] .blog-archive__list .slick-next {
  right: -20px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .blog-archive__list .slick-next {
    right: 0;
  }
}

[data-static-html] .blog-archive__list .slick-next::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

[data-static-html] .blog-archive__list .slick-next::before {
  content: url("/files/user/contents/service/semicon/common/arrow_w.png");
}

[data-static-html] .blog-archive__list .slick-next:hover::before {
  content: url("/files/user/contents/service/semicon/common/arrow_b.png");
}

[data-static-html] .blog-archive__item {
  padding: 0 6px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .blog-archive__item {
    padding: 0 10px;
  }
}

[data-static-html] .blog-archive__thumb {
  width: 100%;
  height: 0;
  padding-bottom: 59.25%;
  overflow: hidden;
  position: relative;
}

[data-static-html] .blog-archive__thumb img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

[data-static-html] .blog-archive__item:hover .blog-archive__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

[data-static-html] .blog-archive__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 7px 2px 2px 10px;
  background: #165ead;
  position: absolute;
  left: 0;
  top: 10px;
}

[data-static-html] .blog-archive__category__item {
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 8px 5px 0;
}

[data-static-html] .blog-archive__body {
  padding: 20px 10px;
}

[data-static-html] .blog-archive__date {
  color: #999;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-family: "Alata", sans-serif;
}

[data-static-html] .blog-archive__ttl {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 12px;
}

[data-static-html] .blog-archive__ttl a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}

[data-static-html] .blog-archive__ttl a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

[data-static-html] .blog-archive__item:hover .blog-archive__ttl a {
  color: #165ead;
}

[data-static-html] .blog-archive__desc {
  color: #666;
  font-size: 0.8125rem;
  line-height: 2;
  margin-top: 12px;
}

[data-static-html] .breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 100%;
  padding: 5px 48px;
  border-bottom: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 400px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .breadcrumb {
    display: block;
    height: auto;
    padding: 15px 32px;
    top: 300px;
    border-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .breadcrumb {
    top: 220px;
    padding: 10px 16px;
    overflow-x: auto;
  }
}

[data-static-html] .breadcrumb__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

[data-static-html] .breadcrumb .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .breadcrumb .inner {
    display: black;
    white-space: nowrap;
  }
}

[data-static-html] .breadcrumb .inner li {
  position: relative;
  padding: 0 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  [data-static-html] .breadcrumb .inner li {
    display: inline;
  }
}

[data-static-html] .breadcrumb .inner li::before {
  content: ">";
  color: #999;
  position: absolute;
  left: -4px;
  top: 0;
}

[data-static-html] .breadcrumb .inner li:first-child::before {
  content: none;
}

[data-static-html] .breadcrumb .inner li:last-child a {
  pointer-events: none;
  color: #165ead;
  font-weight: bold;
}

[data-static-html] .breadcrumb .inner li a {
  text-decoration: none;
  font-size: 0.75rem;
  color: #999;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

[data-static-html] .breadcrumb .inner li a:hover {
  color: #165ead;
}

[data-static-html] .btn {
  margin: 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

[data-static-html] .btn:first-child {
  margin-top: 0;
}

[data-static-html] .btn:last-child {
  margin-bottom: 0;
}

[data-static-html] .btn > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  max-width: 100%;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
  padding: 20px 34px 20px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  [data-static-html] .btn > a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

[data-static-html] .btn > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #165ead;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

[data-static-html] .btn > a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-static-html] .btn > a::after {
  content: url("/files/user/contents/service/semicon/common/arrow_w.png");
  display: inline-block;
}

[data-static-html] .btn > a:hover::after {
  content: url("/files/user/contents/service/semicon/common/arrow_b.png");
}

[data-static-html] .btn > a:hover {
  color: #165ead;
}

[data-static-html] .btn > a:hover::before {
  width: 0;
}

[data-static-html] .btn.-border > a {
  color: #165ead;
  border: 2px solid #165ead;
  background: #fff;
}

[data-static-html] .btn.-border > a:before {
  display: none;
}

[data-static-html] .btn.-border > a:hover {
  color: #fff;
  background: #165ead;
  border-color: #fff;
}

[data-static-html] .btn.-border > a::after {
  content: url("/files/user/contents/service/semicon/common/arrow_b.png");
  display: inline-block;
}

[data-static-html] .btn.-border > a:hover::after {
  content: url("/files/user/contents/service/semicon/common/arrow_w.png");
}

[data-static-html] .btn.-border-white > a {
  color: #fff;
  border: 2px solid #fff;
  background: 0;
}

[data-static-html] .btn.-border-white > a:before {
  display: none;
}

[data-static-html] .btn.-border-white > a:hover {
  color: #165ead;
  background: #fff;
}

[data-static-html] .btn.-hover-border > a {
  background: #165ead;
  color: #fff;
  border: 2px solid #165ead;
}

[data-static-html] .btn.-hover-border > a::before {
  display: none;
}

[data-static-html] .btn.-hover-border > a:hover {
  background: #fff;
  color: #165ead;
}

[data-static-html] .btn.-prev > a {
  border: 2px solid #165ead;
  background-color: #fff;
  color: #165ead;
  padding: 20px 12px 20px 34px;
}

[data-static-html] .btn.-prev > a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  right: auto;
  left: 15px;
}

[data-static-html] .btn.-prev > a::after {
  content: url("/files/user/contents/service/semicon/common/arrow_back_b.png");
  display: inline-block;
}

[data-static-html] .btn.-prev > a:hover::after {
  content: url("/files/user/contents/service/semicon/common/arrow_back_w.png");
}

[data-static-html] .btn.-prev > a::before {
  display: none;
}

[data-static-html] .btn.-prev > a:hover {
  background-color: #165ead;
  color: #fff;
}

[data-static-html] .btn.-liquid > a {
  width: 100% !important;
}

[data-static-html] .btn.-anchor > a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

[data-static-html] .btn.-blank > a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  right: 15px;
  font-size: 16px;
  font-size: 1rem;
}

[data-static-html] .btn.-anchor > a::after {
  content: url("/files/user/contents/service/semicon/common/arrow_-anchor_w.png");
  display: inline-block;
}

[data-static-html] .btn.-anchor > a:hover::after {
  content: url("/files/user/contents/service/semicon/common/arrow_-anchor_b.png");
}

[data-static-html] .btn.-blank > a::after {
  content: url("/files/user/contents/service/semicon/common/blank_w.png");
  display: inline-block;
}

[data-static-html] .btn.-blank > a:hover::after {
  content: url("/files/user/contents/service/semicon/common/blank_b.png");
  display: inline-block;
}

[data-static-html] .btn.-blank-lg > a {
  font-size: 0.9375rem;
  padding: 20px 50px 20px 12px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .btn.-blank-lg > a {
    font-size: 0.875rem;
  }
}

[data-static-html] .btn.-blank-lg > a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  right: 15px;
  font-size: 22px;
  font-size: 1.375rem;
}

[data-static-html] .btn.-blank-lg > a::after {
  content: url("/files/user/contents/service/semicon/common/blank_w.png");
}

[data-static-html] .btn.-blank-lg > a:hover::after {
  content: url("/files/user/contents/service/semicon/common/blank_b.png");
}

[data-static-html] .btn.-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[data-static-html] .btn.-r {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .btn.-tab-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .btn.-sp-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .btn.-sp-r {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

[data-static-html] .btn.-sm > a {
  width: 210px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .btn.-sp-sm > a {
    width: 210px;
  }
}

[data-static-html] .btn.-md > a {
  width: 360px;
}

[data-static-html] .btn.-lg > a {
  width: 620px;
}

[data-static-html] .btn.-fz-md > a {
  font-size: 1rem;
  padding-top: 16px;
  padding-bottom: 16px;
}

[data-static-html] .btn.-mail > a {
  width: 360px;
  background-color: #c74c81;
  border-color: #c74c81;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 56px;
  padding-right: 20px;
  border: 2px solid #c74c81;
  box-shadow: 0 3px 22px rgba(13, 39, 69, 0.21);
}

@media screen and (max-width: 767px) {
  [data-static-html] .btn.-mail > a {
    font-size: 1rem;
  }
}

[data-static-html] .btn.-mail > a:hover {
  background-color: #fff;
  color: #c74c81;
}

[data-static-html] .btn.-mail > a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  left: 20px;
  right: auto;
  font-size: 36px;
  font-size: 2.25rem;
}

[data-static-html] .btn.-mail > a::after {
  content: url("/files/user/contents/service/semicon/common/contact_f.png");
  display: inline-block;
}

[data-static-html] .btn.-mail > a:hover::after {
  content: url("/files/user/contents/service/semicon/common/contact_f_on.png");
}

@media screen and (max-width: 767px) {
  [data-static-html] .btn.-mail > a::after {
    font-size: 32px;
    font-size: 2rem;
  }
}

[data-static-html] .btn.-mail > a::before {
  display: none;
}

[data-static-html] .btn.-manufacture > a {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .btn.-manufacture > a {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .btn.-manufacture > a {
    width: 100%;
  }
}

[data-static-html] .btn.-no-icon > a {
  padding: 25px 20px;
  background: #fff;
  color: #165ead;
  border: 1px solid #9eb7d1;
  -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}

@media screen and (max-width: 767px) {
  [data-static-html] .btn.-no-icon > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

[data-static-html] .btn.-no-icon > a::after {
  display: none;
}

[data-static-html] .btn.-no-icon > a:hover {
  color: #fff;
  background: #165ead;
  border-color: #165ead;
}

[data-static-html] .btn.-underline {
  position: relative;
}

[data-static-html] .btn.-underline::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
}

[data-static-html] .btn.-underline::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #165ead;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
}

[data-static-html] .btn.-underline > a {
  border: 0;
  color: #165ead;
  background: transparent;
  position: relative;
  padding: 40px 45px 40px 15px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media screen and (max-width: 767px) {
  [data-static-html] .btn.-underline > a {
    padding: 28px 45px 28px 15px;
  }
}

[data-static-html] .btn.-underline > a::before {
  display: none;
}

[data-static-html] .btn.-underline:hover a {
  background: #f4f6f9;
}

[data-static-html] .btn.-underline:hover::after {
  width: 100%;
}

[data-static-html] .caption {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .caption {
    font-size: 0.875rem;
  }
}

[data-static-html] .contact {
  background: url("/files/user/contents/service/semicon/common/contact_bg_01.jpg") no-repeat 42%
  50% / cover;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .contact {
    background: url("/files/user/contents/service/semicon/common/contact_bg_01_tablet.jpg")
    no-repeat center center/cover;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .contact {
    background: url("/files/user/contents/service/semicon/common/contact_bg_01_sp.jpg") no-repeat
    center center/cover;
    padding: 16px;
  }
}

[data-static-html] .contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1120px;
  width: 58%;
  margin-left: auto;
  margin-right: auto;
  height: 44.5vw;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .contact__inner {
    height: 65.43vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    padding-top: 5.18vw;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .contact__inner {
    height: auto;
    padding-top: 0;
  }
}

[data-static-html] .contact__contents {
  background: #fff;
  width: 100%;
  margin: 0 auto 2.5vw;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .contact__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 35.16vw;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .contact__contents {
    height: auto;
    padding: 35px 25px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

[data-static-html] .contact__ttl {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 25px 4%;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .contact__ttl {
    height: 13.18vw;
    padding: 0.98vw 3.13vw;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .contact__ttl {
    height: auto;
    padding: 0;
    display: block;
    border-bottom: 0;
  }
}

[data-static-html] .contact__ttl__en {
  display: block;
  font-size: 3.125rem;
  /*font-family: "Poppins", sans-serif;*/
}

@media screen and (max-width: 767px) {
  [data-static-html] .contact__ttl__en {
    font-size: 1.75rem;
  }
}

[data-static-html] .contact__ttl__en::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 44px;
  background: #165ead;
  margin-left: 26px;
  position: relative;
  right: 0;
  top: 4px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

@media screen and (max-width: 767px) {
  [data-static-html] .contact__ttl__en::after {
    height: 28px;
    height: 1.75rem;
    top: 5px;
    margin-left: 20px;
  }
}

[data-static-html] .contact__ttl__jp {
  display: block;
  color: #999;
  font-size: 1rem;
  margin-left: 28px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .contact__ttl__jp {
    font-size: 0.9375rem;
    margin: 3px 0 0;
  }
}

[data-static-html] .contact__body {
  padding: 60px 4% 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1400px) {
  [data-static-html] .contact__body {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .contact__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.95vw 3.13vw 2.93vw;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .contact__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .contact__text-area {
    margin-top: 25px;
  }
}

[data-static-html] .contact__lead {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 1400px) {
  [data-static-html] .contact__lead {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .contact__lead {
    font-size: 1.125rem;
  }
}

[data-static-html] .contact__desc {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .contact__desc {
    margin-top: 10px;
  }
}

[data-static-html] .contact__btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 400px;
  max-width: 48%;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .contact__btn {
    width: auto;
    max-width: none;
    margin: 20px 0 0;
  }
}

[data-static-html] .contact__btn > a {
  display: block;
  background-color: #c74c81;
  border-color: #c74c81;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
  padding: 24px 15px 24px 55px;
  border: 2px solid #c74c81;
  box-shadow: 0 3px 22px rgba(13, 39, 69, 0.21);
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  position: relative;
}

@media screen and (max-width: 1400px) {
  [data-static-html] .contact__btn > a {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .contact__btn > a {
    font-size: 0.875rem;
  }
}

[data-static-html] .contact__btn > a:hover {
  background-color: #fff;
  color: #c74c81;
}

[data-static-html] .contact__btn > a::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  left: 20px;
  right: auto;
  font-size: 38px;
  font-size: 2.375rem;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-static-html] .contact__btn > a::before {
  content: url("/files/user/contents/service/semicon/common/contact_f.png");
  display: inline-block;
}

[data-static-html] .contact__btn > a:hover::before {
  content: url("/files/user/contents/service/semicon/common/contact_f_on.png");
}

@media screen and (max-width: 1400px) {
  [data-static-html] .contact__btn > a::before {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .contact__btn > a::before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

[data-static-html] .container {
  overflow: hidden;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .container {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .container {
    padding-top: 60px;
  }
}

[data-static-html] .contents {
  padding: 0 48px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .contents {
    padding: 0 32px 120px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .contents {
    padding: 0 16px 80px;
  }
}

[data-static-html] .contents__inner {
  max-width: 1120px;
  margin: 0 auto;
}

[data-static-html] .contents__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .contents__body {
    display: block;
  }
}

[data-static-html] .contents__main {
  width: calc(80% - 40px);
  max-width: 840px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .contents__main {
    width: auto;
    margin-bottom: 100px;
    margin-left:auto;
    margin-right:auto;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .contents__main {
    margin-bottom: 70px;
  }
}

[data-static-html] .contents__main #dcms_layoutPageBlock > *:first-child {
  margin-top: 0;
}

[data-static-html] .contents__sub {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 23.2%;
  margin-left: 20px;
}

@media screen and (min-width: 1220px) {
  [data-static-html] .side_fixed .contents__sub {
    position: fixed;
    width:260px;
    top:120px;
    left:-260px;
    margin-left:calc(50% + 560px);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1219px) {
  [data-static-html] .side_fixed .contents__sub {
    position: fixed;
    width:calc(23.2% - 24px);
    top:120px;
    right:48px;
    margin-left:auto;
  }
}

[data-static-html] .side_fixed.side_fixed_off .contents__sub {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .contents__sub {
    width: auto;
    margin: 40px 0 0;
  }
  [data-static-html] .side_fixed .contents__sub {
    display: none !important;
  }
}

[data-static-html] .contents__sub > *:first-child {
  margin-top: 0;
}

[data-static-html] .contents__sub > *:last-child {
  margin-bottom: 0;
}

[data-static-html] .-dcmsadm .dcms_reset_area,
[data-static-html] #tinymce .dcms_reset_area {
  letter-spacing: 0;
}

[data-static-html] .-dcmsadm .dcms_edit_title01 p,
[data-static-html] #tinymce .dcms_edit_title01 p {
  line-height: inherit;
  margin: 0;
}

[data-static-html] .-dcmsadm #dcms_editor_buttons p,
[data-static-html] #tinymce #dcms_editor_buttons p {
  line-height: inherit;
  margin: 0;
}

[data-static-html] .-dcmsadm .site-header {
  position: absolute;
  top: 94px;
}

[data-static-html] .-dcmsadm .common_breadcrumb {
  top: 488px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .-dcmsadm .common_breadcrumb {
    top: 390px;
  }
}

[data-static-html] .-dcmsadm .dcms_editor {
  margin-top: 130px;
}

[data-static-html] .-dcmsadm .dcms_editor .site-header {
  position: absolute;
  top: 130px;
}

[data-static-html] .faq-box {
  margin-top: -1px;
}

[data-static-html] .faq-box__header {
  position: relative;
}

[data-static-html] .faq-box__header a {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #165ead;
  padding: 16px 56px 16px 20px;
  text-decoration: none;
  background-color: #f4f6f9;
  border: 1px solid #ccc;
}

[data-static-html] .faq-box__header a.-active + .faq-box__toggle::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

[data-static-html] .faq-box__toggle {
  pointer-events: none;
}

[data-static-html] .faq-box__toggle::after {
  position: absolute;
  right: 20px;
  top: 24px;
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #165ead;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

[data-static-html] .faq-box__toggle::after {
  content: url("/files/user/contents/service/semicon/common/faq_high.png");
}

[data-static-html] .faq-box__body {
  padding: 20px;
}

[data-static-html] .faq-box__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .faq-box__title {
    font-size: 1.125rem;
  }
}

[data-static-html] .site-footer__cont-01 {
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 60px;
  padding-bottom: 22px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-footer__cont-01 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-footer__cont-01 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-footer__cont-01 {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

[data-static-html] .site-footer__cont-01__inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

[data-static-html] .site-footer__cont-02 {
  border-top: 1px solid #ddd;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-footer__cont-02 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-footer__cont-02 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 1400px) {
  [data-static-html] .site-footer__cont-02 {
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-footer__cont-02 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-footer__cont-02 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

[data-static-html] .site-footer__cont-02__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-footer__cont-02__inner {
    display: block;
  }
}

[data-static-html] .site-footer__logo-holdings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 55px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-footer__logo-holdings {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-footer__logo-holdings {
    margin-top: 20px;
  }
}

[data-static-html] .site-footer__logo-holdings a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #165ead;
  align-items: center;
  width: 200px;
  height: 45px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

[data-static-html] .site-footer__logo-holdings a:hover {
  opacity: 0.7;
}

[data-static-html] .site-footer__txt-holdings {
  margin: 60px 0 20px;
}

[data-static-html] .site-footer__txt-holdings a {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

[data-static-html] .site-footer__txt-holdings a::after {
  content: url("/files/user/contents/service/semicon/common/blank_k.png");
  padding-left: 10px;
  vertical-align: bottom;
}

[data-static-html] .site-footer__txt-holdings a:hover {
  color: #165ead;
}

[data-static-html] .site-footer__txt-holdings a:hover::after {
  content: url("/files/user/contents/service/semicon/common/blank_b.png");
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-footer__txt-holdings {
    margin: 0;
  }
  [data-static-html] .site-footer__txt-holdings a {
    display: block;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-footer__logo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

[data-static-html] .site-footer__related {
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-footer__related {
    margin: 20px 0 0;
  }
}

[data-static-html] .site-footer__other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-footer__other {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

[data-static-html] .site-footer__other > li {
  font-size: 0.8125rem;
  line-height: 1.2;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-footer__other > li {
    font-size: 0.75rem;
    padding-right: 15px;
  }
}

[data-static-html] .site-footer__other > li:not(:first-child) {
  padding-left: 20px;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-footer__other > li:not(:first-child) {
    padding-right: 15px;
    border-left: 0;
  }
}

@media screen and (max-width: 690px) {
  [data-static-html] .site-footer__other > li,
  [data-static-html] .site-footer__other > li:not(:first-child) {
    padding: 0 5px;
  }
}

[data-static-html] .site-footer__other > li a {
  color: #999;
  text-decoration: none;
}

[data-static-html] .site-footer__other > li a:hover {
  text-decoration: underline;
}

[data-static-html] .site-footer__copy {
  display: block;
  color: #999;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-footer__copy {
    font-size: 0.75rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-footer__copy {
    font-size: 0.625rem;
  }
}

[data-static-html] .site-footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-footer__sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}

[data-static-html] .site-footer__sns > li {
  width: 35px;
}

[data-static-html] .site-footer__sns > li:not(:first-child) {
  margin-left: 20px;
}

[data-static-html] .site-footer__sns > li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

[data-static-html] .site-footer__sns > li a:hover {
  opacity: 0.7;
}

[data-static-html] .site-sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

[data-static-html] .en .site-sitemap {
  justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-sitemap {
    display: block;
    margin: 0 -32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-sitemap {
    margin-left: -16px;
    margin-right: -16px;
  }
}

[data-static-html] .site-sitemap__col {
  margin: 0 15px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-sitemap__col {
    margin: 0;
  }
}

[data-static-html] .site-sitemap__item {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}

[data-static-html] .site-sitemap__item:not(:first-child) {
  margin-top: 35px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-sitemap__item:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-sitemap__item {
    border-bottom: 1px solid #ddd;
    position: relative;
  }
}

[data-static-html] .site-sitemap__item a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-sitemap__item a,
  [data-static-html] .site-footer.new .site-sitemap__item .__aa {
    display: block;
    padding: 22px 60px 22px 40px;
  }
}

@media screen and (min-width: 1025px) {
  [data-static-html] .site-sitemap__item a:hover {
    color: #165ead;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-sitemap__label {
    position: relative;
  }
  [data-static-html] .site-sitemap__label::before {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background: #165ead;
    position: absolute;
    right: 40px;
    top: 50%;
  }
  [data-static-html] .site-sitemap__label::after {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #165ead;
    position: absolute;
    right: 46px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [data-static-html] .site-sitemap__label.-active::after {
    display: none;
  }

  [data-static-html] .en .site-sitemap__label::after {
    content: none;
  }

  [data-static-html] .en .site-sitemap__label::before {
    content: none;
  }
}

[data-static-html] .site-sitemap__list-child-wrapper {
  margin-top: 20px;
}

@media screen and (min-width: 1025px) {
  [data-static-html] .site-sitemap__list-child-wrapper {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  /*20250120変更*/
  [data-static-html] .site-sitemap__list-child-wrapper {
    margin-top: 0;
    display: none;
    background: #418ae9;
  }
  [data-static-html] .site-sitemap__list-child-wrapper.__bb{
    display: block;
    background-color: transparent;
  }
  [data-static-html] .site-sitemap__list-child-wrapper.__bb .site-sitemap__list-child{
    background-color: transparent;
    padding-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-sitemap__list-child {
    /* background: #f4f6f9; */
    padding: 22px 40px;
  }
}

[data-static-html] .site-sitemap__list-child__item {
  font-size: 0.875rem;
  padding-left: 18px;
  position: relative;
}

[data-static-html] .site-sitemap__list-child__item:not(:first-child) {
  margin-top: 12px;
}

[data-static-html] .site-sitemap__list-child__item::before {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  position: absolute;
  left: 5px;
  top: 10px;
  /*background: #165ead;*/
  background: #fff;
}

[data-static-html] .site-sitemap__list-child__item a {
  font-weight: normal;
  color: #999999;
  font-weight: bold;
  padding: 0;
}

[data-static-html] .site-header {
  width: 100%;
  height: 110px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

@media screen and (max-width: 1770px) {
  [data-static-html] .site-header {
    height: 90px;
  }
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-header {
    height: 80px;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-header {
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-header {
    height: 60px;
  }
}

[data-static-html] .site-header.-scrolled {
  background: #fff;
}

[data-static-html] .site-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  height: 130px;
  background: #fff;
  padding: 0 20px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 20;
}

@media screen and (max-width: 1770px) {
  [data-static-html] .site-header__logo {
    width: 230px;
    height: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-header__logo {
    width: 212px;
    height: 92px;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-header__logo {
    background: none;
    height: 80px;
    width: 192px;
    padding: 0;
    top: 0;
    left: 32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-header__logo {
    width: 160px;
    height: 60px;
    left: 16px;
  }
}

[data-static-html] .site-header.-scrolled .site-header__logo {
  top: 0;
  height: 110px;
}

@media screen and (max-width: 1770px) {
  [data-static-html] .site-header.-scrolled .site-header__logo {
    height: 90px;
  }
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-header.-scrolled .site-header__logo {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-header.-scrolled .site-header__logo {
    height: 60px;
  }
}

[data-static-html] .site-header__logo img {
  width: 100%;
}

[data-static-html] .site-header__contact-sp {
  display: none;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-header__contact-sp {
    display: block;
    position: absolute;
    right: 82px;
    top: 18px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-header__contact-sp {
    right: 65px;
    top: 8px;
  }
}

[data-static-html] .site-header__contact-sp a {
  display: none;
  width: 44px;
  height: 44px;
  color: transparent;
}

[data-static-html] .site-header__contact-sp a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #165ead;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1240px) {
  [data-static-html] .menu {
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 18px;
    right: 32px;
    width: 35px;
    height: 44px;
    cursor: pointer;
  }
  [data-static-html] .menu__inner {
    height: 12px;
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .menu {
    right: 16px;
    top: 8px;
  }
}

[data-static-html] .menu__bar {
  display: block;
  background: #165ead;
  height: 3px;
  width: 100%;
  -webkit-transition: opacity 0.3s, top 0.3s, bottom 0.3s,
  -webkit-transform 0.3s;
  transition: opacity 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, top 0.3s, bottom 0.3s;
  transition: transform 0.3s, opacity 0.3s, top 0.3s, bottom 0.3s,
  -webkit-transform 0.3s;
  position: absolute;
  border-radius: 2px;
}

[data-static-html] .menu__bar.-top {
  right: 0;
  top: 0;
}

[data-static-html] .menu.-active .menu__bar.-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

[data-static-html] .menu__bar.-bottom {
  right: 0;
  bottom: 0;
}

[data-static-html] .menu.-active .menu__bar.-bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}

@media screen and (min-width: 1240px) {
  [data-static-html] .site-close {
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-close {
    position: fixed;
    top: 12px;
    right: 15px;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
  [data-static-html] .site-close__inner {
    height: 44px;
    position: relative;
  }
}

[data-static-html] .site-close__bar {
  display: block;
  background: #fff;
  height: 3px;
  width: 36px;
  position: absolute;
}

[data-static-html] .site-close__bar.-bar1 {
  left: 4px;
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

[data-static-html] .site-close__bar.-bar2 {
  left: 4px;
  bottom: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1240px) {
  [data-static-html] .menu-body {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 0 60px;
    background: #165ead;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

[data-static-html] .menu-body.-active {
  visibility: visible;
  display: block;
  -webkit-animation: menuOpen 0.3s linear 0s;
  animation: menuOpen 0.3s linear 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 1240px) {
  [data-static-html] .menu-body__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

[data-static-html] .site-gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 345px;
  z-index: 10;
}

@media screen and (max-width: 1770px) {
  [data-static-html] .site-gnav {
    padding-left: 250px;
  }
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-gnav {
    padding-left: 225px;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav {
    display: block;
    padding-left: 0;
  }
}

@media screen and (min-width: 1240px) {
  [data-static-html] .site-gnav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

[data-static-html] .site-gnav__item {
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: bold;
}

@media screen and (max-width: 1770px) {
  [data-static-html] .site-gnav__item {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-gnav__item {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav__item {
    font-size: 1rem;
    border-bottom: 1px solid #ddd;
  }
}

[data-static-html] .site-gnav__item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 15px 10px;
  position: relative;
  font-size: 18px;
}

@media screen and (max-width: 1770px) {
  [data-static-html] .site-gnav__item > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-gnav__item > a {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav__item > a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
    padding: 10px 70px 10px 40px;
    height: 70px;
  }
}

[data-static-html] .site-gnav__item > a:hover {
  opacity: 0.7;
}

[data-static-html] .site-gnav__item > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: -30px;
}

[data-static-html] .site-gnav__item.-current > a {
  color: #165ead;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-gnav__item.-current > a {
    color: rgba(255, 255, 255, 0.5);
  }
}

[data-static-html] .site-gnav__item.-has-mega > a {
  -webkit-transition: height 0.3s, color 0.3s, background 0.3s;
  transition: height 0.3s, color 0.3s, background 0.3s;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav__item.-has-mega > a {
    position: relative;
  }
  [data-static-html] .site-gnav__item.-has-mega > a::before {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: auto;
    right: 40px;
    top: 50%;
  }
  [data-static-html] .site-gnav__item.-has-mega > a::after {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #fff;
    position: absolute;
    right: 46px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

[data-static-html] .site-gnav__item.-has-mega:hover > a {
  opacity: 1;
}

@media screen and (min-width: 1240px) {
  [data-static-html] .site-gnav__item.-has-mega:hover > a {
    color: #165ead;
    background: #f4f6f9;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav__item.-has-mega.-active a::after {
    display: none;
  }
}

[data-static-html] .site-header.-scrolled .site-gnav__item > a {
  color: #165ead;
  height: 110px;
}

@media screen and (max-width: 1770px) {
  [data-static-html] .site-header.-scrolled .site-gnav__item > a {
    height: 90px;
  }
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-header.-scrolled .site-gnav__item > a {
    height: 80px;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-header.-scrolled .site-gnav__item > a {
    height: 70px;
    color: #fff;
  }
}

@media screen and (min-width: 1240px) {
  [data-static-html] .site-gnav-child {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    display: block !important;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
  }
  [data-static-html] .site-gnav-child:hover,
  [data-static-html] .site-gnav__item > a:hover + .site-gnav-child {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-child {
    display: none;
    background: #f4f6f9;
    position: static;
  }
}

[data-static-html] .site-header.-scrolled .site-gnav-child {
  top: 110px;
}

@media screen and (max-width: 1770px) {
  [data-static-html] .site-header.-scrolled .site-gnav-child {
    top: 90px;
  }
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-header.-scrolled .site-gnav-child {
    top: 80px;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-header.-scrolled .site-gnav-child {
    top: auto;
  }
}

[data-static-html] .site-gnav-child__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1240px) {
  [data-static-html] .site-gnav-child__inner {
    background: #fff;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-child__inner {
    display: block;
    padding: 25px 40px;
  }
}

[data-static-html] .site-gnav-child__header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 34.10714%;
  padding: 65px 40px 40px;
  background: #f4f6f9;
  position: relative;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-child__header {
    display: none;
  }
}

[data-static-html] .site-gnav-child__header__en {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5;
  /*font-family: "Poppins", sans-serif;*/
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-right: 16px;
  position: relative;
}

[data-static-html] .site-gnav-child__header__en::after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background: #165ead;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

[data-static-html] .site-gnav-child__header__jp {
  color: #999;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 2px;
}

[data-static-html] .site-gnav-child__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px 5%;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-child__body {
    padding: 0;
  }
}

[data-static-html] .site-gnav-child-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-child-list {
    display: block;
    margin: 0;
  }
}

[data-static-html] .site-gnav-child-list__item {
  width: 50%;
  padding: 0 20px;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-child-list__item {
    width: auto;
    padding: 30px 0;
  }
  [data-static-html] .site-gnav-child-list__item:not(:first-child) {
    margin-top: 12px;
  }
}

[data-static-html] .site-gnav-child-list__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  width: 100%;
  padding: 20px 22.58065% 20px 12.90323%;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-child-list__cont {
    display: block;
    height: auto;
    padding: 0;
  }
}

[data-static-html] .site-gnav-child-list__cont::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #165ead;
  font-size: 10px;
  font-size: 0.625rem;
  width: 23px;
  height: 23px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 12.90323%;
  top: 50%;
  -webkit-transform: scale(0.9) translateY(-50%);
  transform: scale(0.9) translateY(-50%);
}

[data-static-html] .site-gnav-child-list__cont::after {
  content: url("/files/user/contents/service/semicon/common/arrow_header_b.png");
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-child-list__cont::after {
    display: none;
  }
}

[data-static-html] .site-gnav-child-list__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-child-list__bg {
    display: none;
  }
}

[data-static-html] .site-gnav-child-list__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

[data-static-html] .site-gnav-child-list__label {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-child-list__label {
    text-align: left;
    font-weight: normal;
    font-size: 0.875rem;
    font-weight: bold;
  }
}

[data-static-html] .site-gnav-child-list__label > a {
  text-decoration: none;
  color: #165ead;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-child-list__label > a {
    padding: 0 0 0 18px;
    height: auto;
    background: 0;
    color: #333;
    position: relative;
  }
  [data-static-html] .site-gnav-child-list__label > a:visited {
    color: #333;
  }
  [data-static-html] .site-gnav-child-list__label > a::before {
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background: #165ead;
    position: absolute;
    left: 0;
    top: 10px;
  }
}

[data-static-html] .site-gnav-child-list__label.-current > a {
  color: #165ead;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-gnav-child-list__label.-current > a {
    color: rgba(255, 255, 255, 0.5);
  }
}

[data-static-html] .site-lang {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

@media screen and (max-width: 1770px) {
  [data-static-html] .site-lang {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-lang {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-lang {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-lang {
    height: auto;
  }
}

[data-static-html] .site-header.-scrolled .site-lang {
  height: 110px;
}

@media screen and (max-width: 1770px) {
  [data-static-html] .site-header.-scrolled .site-lang {
    height: 90px;
  }
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-header.-scrolled .site-lang {
    height: 80px;
  }
}

[data-static-html] .site-lang__item {
  font-size: 0.875rem;
  line-height: 1.2;
  /*font-family: "Poppins", sans-serif;*/
  padding: 0 10px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-lang__item {
    font-size: 0.8125rem;
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-lang__item {
    font-size: 1.25rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

[data-static-html] .site-lang__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-lang__item:not(:first-child)::before {
    top: 1px;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-lang__item:not(:first-child)::before {
    height: 22px;
  }
}

[data-static-html] .site-lang__item a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
  padding: 2px 0;
  -webkit-transition: color 0.3s, border 0.3s, opacity 0.3s;
  transition: color 0.3s, border 0.3s, opacity 0.3s;
  font-size: 18px;
}

@media screen and (min-width: 1440px) {
  [data-static-html] .site-lang__item a {
    font-size:16px;
  }
}

[data-static-html] .site-lang__item a:hover {
  opacity: 0.7;
}

[data-static-html] .site-header.-scrolled .site-lang__item:not(:first-child)::before {
  background: #ddd;
}

@media screen and (min-width: 1240px) {
  [data-static-html] .site-header.-scrolled .site-lang__item a {
    color: rgba(22, 94, 173, 0.4);
  }
}

[data-static-html] .site-lang__item.-current a {
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-lang__item.-current a {
    font-size: 16px;
  }

}

[data-static-html] .site-header.-scrolled .site-lang__item.-current a {
  border-bottom-color: #165ead;
}

@media screen and (min-width: 1240px) {
  [data-static-html] .site-header.-scrolled .site-lang__item.-current a {
    color: #165ead;
  }
}

[data-static-html] .site-related {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-related {
    position: static;
  }
}

[data-static-html] .site-related__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-related__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }
}

[data-static-html] .site-related__item {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 1770px) {
  [data-static-html] .site-related__item {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-related__item {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-related__item {
    font-size: 1rem;
    font-weight: bold;
  }
}

[data-static-html] .site-related__item a {
  color: #fff;
  text-decoration: none;
}

[data-static-html] .site-related__item.-bnr01,
[data-static-html] .site-related__item.-bnr02 {
  background: #fff;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-related__item.-bnr01,
  [data-static-html] .site-related__item.-bnr02 {
    width: 50%;
  }
}

[data-static-html] .site-related__item.-bnr01 img,
[data-static-html] .site-related__item.-bnr02 img {
  height: 110px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 1770px) {
  [data-static-html] .site-related__item.-bnr01 img,
  [data-static-html] .site-related__item.-bnr02 img {
    height: 90px;
  }
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-related__item.-bnr01 img,
  [data-static-html] .site-related__item.-bnr02 img {
    height: 80px;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-related__item.-bnr01 img,
  [data-static-html] .site-related__item.-bnr02 img {
    height: auto;
  }
}

[data-static-html] .site-related__item.-bnr01:hover img,
[data-static-html] .site-related__item.-bnr02:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 1240px) {
  /*
  .site-related__item.-bnr01 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  */
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-related__item.-bnr02 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

[data-static-html] .site-related__item.-contact,
[data-static-html] .site-related__item.-recruit,
[data-static-html] .site-related__item.-bnr01 {
  padding-top: 63px;
  width: 147px;
  height: 110px;
}

@media screen and (max-width: 1770px) {
  [data-static-html] .site-related__item.-contact,
  [data-static-html] .site-related__item.-recruit,
  [data-static-html] .site-related__item.-bnr01 {
    width: 115px;
    height: 90px;
    padding-top: 53px;
  }
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-related__item.-contact,
  [data-static-html] .site-related__item.-recruit,
  [data-static-html] .site-related__item.-bnr01 {
    width: 85px;
    height: 80px;
    padding-top: 47px;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-related__item.-contact,
  [data-static-html] .site-related__item.-recruit,
  [data-static-html] .site-related__item.-bnr01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 3);
    height: 120px;
    padding-top: 0;
  }
}

[data-static-html] .site-related__item.-contact {
  background: #c74c81;
  border: 2px solid #c74c81;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

[data-static-html] .site-related__item.-bnr01 {
  background: #2CD82C;
  border: 2px solid #2CD82C;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

[data-static-html] .site-related__item.-contact::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  top: 34%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-static-html] .site-related__item.-bnr01::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  top: 34%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-static-html] .site-related__item.-contact::before {
  content: url("/files/user/contents/service/semicon/common/contact_h.png");
  display: inline-block;
}

[data-static-html] .site-related__item.-bnr01::before {
  content: url("/files/user/contents/service/semicon/common/store_h.png");
  display: inline-block;
}


[data-static-html] .site-related__item.-contact:hover::before {
  content: url("/files/user/contents/service/semicon/common/contact_h_on.png");
}
[data-static-html] .site-related__item.-bnr01:hover::before {
  content: url("/files/user/contents/service/semicon/common/store_h_on.png");
  display: inline-block;
}


@media screen and (max-width: 1440px) {
  [data-static-html] .site-related__item.-contact::before {
    font-size: 13px;
    font-size: 0.8125rem;
    top: 36%;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-related__item.-contact,
  [data-static-html] .site-related__item.-recruit,
  [data-static-html] .site-related__item.-bnr01 {
    margin-top: 40px;
  }
  [data-static-html] .site-related__item.-contact::before,
  [data-static-html] .site-related__item.-bnr01::before,
  [data-static-html] .site-related__item.-bnr01:hover::before {
    display: none;
  }
}

[data-static-html] .site-related__item.-contact:hover {
  background: #fff;
  color: #c74c81;
}

[data-static-html] .site-related__item.-contact:hover a {
  color: #c74c81;
}

[data-static-html] .site-related__item.-bnr01:hover {
  background: #fff;
  color: #2CD82C;
}

[data-static-html] .site-related__item.-bnr01:hover a {
  color: #2CD82C;
}

[data-static-html] .site-related__item.-recruit {
  background: #218bff;
  border: 2px solid #218bff;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

[data-static-html] .site-related__item.-recruit::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  top: 34%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-static-html] .site-related__item.-recruit::before {
  content: url("/files/user/contents/service/semicon/common/recruit_h.png");
  display: inline-block;
}

[data-static-html] .site-related__item.-recruit:hover::before {
  content: url("/files/user/contents/service/semicon/common/recruit_h_on.png");
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-related__item.-recruit::before {
    font-size: 20px;
    font-size: 1.25rem;
    top: 36%;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-related__item.-recruit::before {
    display: none;
  }
}

[data-static-html] .site-related__item.-recruit:hover {
  color: #218bff;
  background: #fff;
}

[data-static-html] .site-related__item.-recruit:hover a {
  color: #218bff;
}

@-webkit-keyframes menuOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menuOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

[data-static-html] .lead {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 25px 0;
}

@media screen and (max-width: 767px) {
  [data-static-html] .lead {
    font-size: 1.0625rem;
    margin: 20px 0;
  }
}

[data-static-html] .lead:first-child {
  margin-top: 0;
}

[data-static-html] .list-disc {
  margin-top: 24px;
  margin-bottom: 24px;
}

[data-static-html] .list-disc:first-child {
  margin-top: 0;
}

[data-static-html] .list-disc:last-child {
  margin-bottom: 0;
}

[data-static-html] .list-disc.-sm li {
  font-size: 0.875rem;
}

[data-static-html] .list-disc.-sm li::after {
  top: 6px;
}

[data-static-html] .list-disc li {
  position: relative;
  padding-left: 16px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .list-disc li {
    font-size: 0.875rem;
  }
}

[data-static-html] .list-disc li:first-child {
  margin-top: 0;
}

[data-static-html] .list-disc li::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #165ead;
  position: absolute;
  left: 0;
  top: 9px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .list-disc li::after {
    top: 6px;
  }
}

[data-static-html] .list-square {
  margin-top: 24px;
  margin-bottom: 24px;
}

[data-static-html] .list-square:first-child {
  margin-top: 0;
}

[data-static-html] .list-square:last-child {
  margin-bottom: 0;
}

[data-static-html] .list-square__item {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}

[data-static-html] .list-square__item::before {
  content: "■";
  color: #165ead;
}

[data-static-html] .list-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 7px;
}

[data-static-html] .list-tag > li {
  color: #165ead;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: bold;
  border: 1px solid #165ead;
  padding: 6px 12px;
  margin: 0 5px 5px 0;
}

@media screen and (max-width: 767px) {
  [data-static-html] .list-tag > li {
    font-size: 0.8125rem;
    padding: 4px 8px;
  }
}

[data-static-html] .list > li {
  position: relative;
  padding-left: 12px;
  margin-top: 8px;
}

[data-static-html] .list > li:first-child {
  margin-top: 0;
}

[data-static-html] .list > li::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 10px;
}

[data-static-html] .list > li > ul {
  margin-bottom: 24px;
}

[data-static-html] .list > li > ul > li {
  margin-top: 4px;
  padding-left: 15px;
  position: relative;
}

[data-static-html] .list > li > ul > li::before {
  content: "：";
  position: absolute;
  left: 0;
  top: 0;
}

[data-static-html] .maker-bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 90px;
  border: 1px solid #165ead;
  padding: 10px 32px;
  margin: 30px 0;
  background: url("/files/user/contents/service/semicon/common/subnav_bnr_bg_01.jpg") no-repeat
  center center/cover;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .maker-bnr {
    margin: 20px 0;
    padding: 10px 20px;
  }
}

[data-static-html] .maker-bnr::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
}

[data-static-html] .maker-bnr::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #165ead;
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  border: 1px solid #165ead;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 3px 20px rgba(209, 209, 209, 0.8);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

[data-static-html] .maker-bnr::after {
  content: url("/files/user/contents/service/semicon/common/arrow_w.png");
}

[data-static-html] .maker-bnr:hover::after {
  content: url("/files/user/contents/service/semicon/common/arrow_b.png");
}

[data-static-html] .maker-bnr:hover::before {
  background: rgba(22, 94, 173, 0.85);
}

[data-static-html] .maker-bnr:hover::after {
  background-color: #fff;
  color: #165ead;
}

[data-static-html] .maker-bnr__lead {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
}

[data-static-html] .maker-bnr__lead a {
  text-decoration: none;
  color: #165ead;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

[data-static-html] .maker-bnr:hover .maker-bnr__lead a {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .maker-bnr__lead br {
    display: none;
  }
}

[data-static-html] .maker-initial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px 0 30px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .maker-initial {
    margin: 35px 0 20px;
  }
}

[data-static-html] .list_head .maker-initial {
  margin:0 0 60px;
}

[data-static-html] .maker-initial li {
  width: 14.28571%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

[data-static-html] .list_head .maker-initial li {
  width:35px;
}

[data-static-html] .maker-initial li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  height: 36px;
  background: #165ead;
  border: 1px solid #165ead;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

@media screen and (max-width: 767px) {
  [data-static-html] .maker-initial li a {
    font-size: 0.875rem;
  }
}

[data-static-html] .maker-initial li a:hover {
  background: #fff;
  color: #165ead;
}

[data-static-html] .maker-product {
  margin: 60px 0 30px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .maker-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .maker-product {
    display: block;
    margin-top: 35px;
    margin-bottom: 20px;
  }
}

[data-static-html] .maker-product__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  padding: 8px 15px 8px 35px;
  background: #064891;
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: relative;
}

@media screen and (min-width: 1025px) {
  [data-static-html] .maker-product__item:not(:first-child) {
    margin-top: 1px;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .maker-product__item {
    margin-right: 1px;
    margin-bottom: 1px;
    width: calc(50% - 1px);
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .maker-product__item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  [data-static-html] .maker-product__item:not(:first-child) {
    margin-top: 1px;
  }
}

[data-static-html] .maker-product__item:hover {
  opacity: 0.7;
}

[data-static-html] .maker-product__thumb {
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
}

[data-static-html] .maker-product__label {
  position: relative;
}

[data-static-html] .maker-product__label a {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-10 {
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-10 {
    margin-left: -16px;
    margin-right: -16px;
  }
}

[data-static-html] .mod-10__slider__item img {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

[data-static-html] .mod-10__slider__item:not(.slick-current) img {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-10__slider__item:not(.slick-current) img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

[data-static-html] .mod-10__controler {
  width: 140px;
  height: 50px;
  margin: -25px auto 0;
  background: #165ead;
  border: 2px solid #165ead;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-10__controler {
    width: 100px;
    height: 40px;
    margin-top: -20px;
  }
}

[data-static-html] .mod-10__controler::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #ddd;
  position: absolute;
  left: calc(50% - 1px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-static-html] .mod-10__controler .slick-arrow {
  color: transparent;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 68px;
  height: 46px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-10__controler .slick-arrow {
    width: 48px;
    height: 36px;
  }
}

[data-static-html] .mod-10__controler .slick-arrow::before {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-static-html] .mod-10__controler .slick-arrow:hover {
  background: #fff;
}

[data-static-html] .mod-10__controler .slick-arrow:hover::before {
  color: #165ead;
}

[data-static-html] .mod-10__controler .slick-prev {
  left: 0;
}

[data-static-html] .mod-10__controler .slick-prev::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

[data-static-html] .mod-10__controler .slick-prev::before {
  content: url("/files/user/contents/service/semicon/common/arrow_back_w.png");
}

[data-static-html] .mod-10__controler .slick-prev:hover::before {
  content: url("/files/user/contents/service/semicon/common/arrow_back_b.png");
}

[data-static-html] .mod-10__controler .slick-next {
  right: 0;
}

[data-static-html] .mod-10__controler .slick-next::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

[data-static-html] .mod-10__controler .slick-next::before {
  content: url("/files/user/contents/service/semicon/common/arrow_w.png");
}

[data-static-html] .mod-10__controler .slick-next:hover::before {
  content: url("/files/user/contents/service/semicon/common/arrow_b.png");
}

[data-static-html] .mod-102__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  border: 1px solid #9eb7d1;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ddd;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

@media screen and (max-width: 789px) {
  [data-static-html] .mod-102__item a {
    height: auto;
    min-height: 50px;
    font-size: 82%;
  }
  [data-static-html] .mod-102__item a span.font_size_tuning {
    font-size: 82%;
  }
}

[data-static-html] .mod-102__item a:hover {
  color: #165ead;
}

[data-static-html] .mod-102__item.-active a {
  background-color: #165ead;
  border-color: #165ead;
  color: #fff;
}

[data-static-html] .mod-102__body {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-102__body {
    margin-top: 20px;
  }
  [data-static-html] .mod-102__item a {
    padding: 0.3125rem;
    font-size: 82%;
  }
}

[data-static-html] .mod-104 {
  background-color: #f4f6f9;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-104 {
    padding: 20px;
  }
}

[data-static-html] .mod-104__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-104__title {
    font-size: 1rem;
  }
}

[data-static-html] .mod-104__title:first-child {
  margin-top: 0;
}

[data-static-html] .mod-104__body {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

[data-static-html] .mod-104__notes {
  font-size: 0.75rem;
  text-align: right;
}

[data-static-html] .mod-107__content {
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-107__content {
    border-left: none;
    border-top: 1px solid #ddd;
  }
}

[data-static-html] .mod-107__content:first-child {
  border-left: none;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-107__content:first-child {
    border-top: none;
  }
}

[data-static-html] .mod-107__thumb {
  text-align: center;
}

[data-static-html] .mod-108 {
  position: relative;
  cursor: pointer;
  background: url("/files/user/contents/service/semicon/common/mod-108_img_content_01.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 260px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-108 {
    height: 41.03vw;
    background: url("/files/user/contents/service/semicon/common/mod-108_img_content_01_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}

[data-static-html] .mod-108:hover {
  opacity: 0.8;
}

[data-static-html] .mod-108:hover::after {
  background-color: #fff;
  color: #165ead;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-static-html] .mod-108::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #165ead;
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  border: 2px solid #165ead;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 3px 20px rgba(209, 209, 209, 0.8);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
  -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease,
  -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease,
  -webkit-transform 0.3s ease;
}

[data-static-html] .mod-108::after {
  content: url("/files/user/contents/service/semicon/common/arrow_download_w.png");
}

[data-static-html] .mod-108:hover::after {
  content: url("/files/user/contents/service/semicon/common/arrow_download_b.png");
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-108::after {
    top: 50%;
    width: 20px;
    height: 20px;
    right: 20px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

[data-static-html] .mod-108__body {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  padding-right: 32%;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-108__body {
    left: 15px;
    padding-top: 0;
  }
}

[data-static-html] .mod-108__lead {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-108__lead {
    font-size: 0.8125rem;
    margin-top: 5px;
    line-height: 1.5;
    font-weight: normal;
  }
}

[data-static-html] .mod-108__title a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-108__title a {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 320px) {
  [data-static-html] .mod-108__title a {
    font-size: 0.9375rem;
  }
}

[data-static-html] .mod-109 {
  position: relative;
  cursor: pointer;
  margin-top: 80px;
  background: url("/files/user/contents/service/semicon/common/mod-109_img_content_01.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 260px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-109 {
    height: 48.72vw;
    margin-top: 40px;
    background: url("/files/user/contents/service/semicon/common/mod-109_img_content_01_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}

[data-static-html] .mod-109:hover {
  opacity: 0.8;
}

[data-static-html] .mod-109:hover::after {
  background-color: #fff;
  color: #165ead;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-static-html] .mod-109::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #165ead;
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  border: 2px solid #165ead;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 3px 20px rgba(209, 209, 209, 0.8);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
  -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease,
  -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease,
  -webkit-transform 0.3s ease;
}

[data-static-html] .mod-109::after {
  content: url("/files/user/contents/service/semicon/common/arrow_download_w.png");
}

[data-static-html] .mod-109:hover::after {
  content: url("/files/user/contents/service/semicon/common/arrow_download_b.png");
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-109::after {
    top: 50%;
    width: 30px;
    height: 30px;
    right: 20px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

[data-static-html] .mod-109__body {
  position: absolute;
  left: 40px;
  top: 43%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  padding-right: 32%;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-109__body {
    left: 15px;
    padding-top: 0;
  }
}

[data-static-html] .mod-109__lead {
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-109__lead {
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: normal;
    margin-top: 4px;
  }
}

@media screen and (max-width: 320px) {
  [data-static-html] .mod-109__lead {
    font-size: 0.6875rem;
  }
}

[data-static-html] .mod-109__title a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-109__title a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 320px) {
  [data-static-html] .mod-109__title a {
    font-size: 0.875rem;
  }
}

[data-static-html] .mod-11__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  color: #165ead;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: bold;
  border: 1px solid #9eb7d1;
  padding: 5px 15px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-11__box {
    height: 60px;
    font-size: 0.875rem;
  }
}

[data-static-html] .mod-111 {
  background: #f4f6f9;
  margin-left: calc(-50vw - -560px);
  margin-right: calc(-50vw - -560px);
  padding-bottom: 160px;
}

@media screen and (max-width: 1216px) {
  [data-static-html] .mod-111 {
    margin-left: -48px;
    margin-right: -48px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-111 {
    padding-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

[data-static-html] .mod-111__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-111__header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

[data-static-html] .mod-111__tab-btn {
  position: relative;
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 150px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-111__tab-btn {
    padding: 8px;
    width: 33.333%;
  }
}

[data-static-html] .mod-111__tab-btn::before {
  content: "";
  width: 30px;
  height: 4px;
  background-color: #165ead;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

[data-static-html] .mod-111__tab-btn:hover,
[data-static-html] .mod-111__tab-btn.-active {
  background-color: #f4f6f9;
}

[data-static-html] .mod-111__tab-btn.-active::before {
  opacity: 1;
}

[data-static-html] .mod-111__tab-btn.-active a {
  color: #165ead;
}

[data-static-html] .mod-111__tab-btn a {
  text-decoration: none;
  color: #999999;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-111__tab-btn a {
    font-size: 0.875rem;
  }
}

[data-static-html] .mod-111__tab-btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

[data-static-html] .mod-111__tab-btn__thumb {
  margin-top: 16px;
}

[data-static-html] .mod-111__body {
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-111__body {
    padding: 40px 20px 20px;
  }
}

[data-static-html] .mod-111__body__inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

[data-static-html] .mod-12__content__thumb {
  position: relative;
  text-align: center;
}

[data-static-html] .mod-12__content__thumb figcaption {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  padding: 40px 20px;
  background-color: rgba(2, 27, 54, 0.75);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-12__content__thumb figcaption {
    font-size: 1rem;
  }
}

[data-static-html] .mod-12__content__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-12__content__title {
    font-size: 1.125rem;
  }
}

[data-static-html] .mod-13 {
  position: relative;
  cursor: pointer;
  background: url("/files/user/contents/service/semicon/common/mod-13_img_content_01.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 25px;
  height: 200px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-13 {
    height: 41.03vw;
    background: url("/files/user/contents/service/semicon/common/mod-13_img_content_01_sp.jpg") 50% 100% no-repeat;
    background-size: cover;
  }
}

[data-static-html] .mod-13:hover {
  opacity: 0.8;
}

[data-static-html] .mod-13:hover::after {
  background-color: #fff;
  color: #165ead;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-static-html] .mod-13::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #165ead;
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  border: 2px solid #165ead;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 3px 20px rgba(209, 209, 209, 0.8);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
  -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease,
  -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease,
  -webkit-transform 0.3s ease;
}

[data-static-html] .mod-13::after {
  content: url("/files/user/contents/service/semicon/common/arrow_download_w.png");
}

[data-static-html] .mod-13:hover::after {
  content: url("/files/user/contents/service/semicon/common/arrow_download_b.png");
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-13::after {
    top: 50%;
    width: 30px;
    height: 30px;
    right: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

[data-static-html] .mod-13__body {
  position: absolute;
  left: 30px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  padding-right: 40%;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-13__body {
    padding-right: 30%;
    left: 15px;
    padding-top: 0;
  }
}

[data-static-html] .mod-13__title a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-13__title a {
    font-size: 1rem;
  }
}

[data-static-html] .mod-15__body {
  background: #f4f6f9;
  padding: 50px 35px 60px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-15__body {
    padding: 30px 20px 30px;
  }
}

[data-static-html] .mod-15__ttl {
  color: #165ead;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 35px 0 15px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-15__ttl {
    font-size: 1.25rem;
    margin-top: 30px;
    margin-bottom: 12px;
  }
}

[data-static-html] .mod-15__ttl:first-child {
  margin-top: 0;
}

[data-static-html] .mod-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 35px 120px 35px 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-17 {
    padding: 25px 60px 25px 20px;
  }
}

[data-static-html] .mod-17::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/files/user/contents/service/semicon/common/mod-17_bg_01.jpg") no-repeat center
  center/cover;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-17::before {
    background-position: left center;
  }
}

[data-static-html] .mod-17::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #165ead;
  font-size: 18px;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 3px 20px rgba(209, 209, 209, 0.8);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

[data-static-html] .mod-17::after {
  content: url("/files/user/contents/service/semicon/common/arrow_download_b.png");
}

[data-static-html] .mod-17:hover::after {
  content: url("/files/user/contents/service/semicon/common/arrow_download_w.png");
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-17::after {
    top: 50%;
    width: 30px;
    height: 30px;
    right: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

[data-static-html] .mod-17:hover::before {
  opacity: 0.7;
}

[data-static-html] .mod-17:hover::after {
  background-color: #165ead;
  color: #fff;
}

[data-static-html] .mod-17__body {
  position: relative;
}

[data-static-html] .mod-17__body > *:first-child {
  margin-top: 0;
}

[data-static-html] .mod-17__body > *:last-child {
  margin-bottom: 0;
}

[data-static-html] .mod-17__ttl {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-17__ttl {
    font-size: 1.25rem;
  }
}

[data-static-html] .mod-17__ttl a {
  color: #165ead;
  text-decoration: none;
}

[data-static-html] .mod-20__item {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 30px 30px;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

[data-static-html] .mod-22__item {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 30px 30px;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-20__item,
  [data-static-html] .mod-22__item {
    padding: 0 20px 20px;
  }
}

[data-static-html] .mod-20__item:not(:first-child),
[data-static-html] .mod-22__item:not(:first-child) {
  margin-top: 30px;
}

[data-static-html] .mod-20__item:hover {
  border-color: #fff;
  box-shadow: 0 4px 22px rgba(9, 42, 80, 0.22);
}

[data-static-html] .mod-20__header,
[data-static-html] .mod-22__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 45px 0;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-20__header,
  [data-static-html] .mod-22__header {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

[data-static-html] .mod-20__img,
[data-static-html] .mod-22__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 150px;
  margin: 0 auto;
}

[data-static-html] .mod-22__img img {
  transition: 0.3s ;
}

[data-static-html] .mod-22__img img:hover {
  opacity: 0.6 ;
}

[data-static-html] .mod-20__outline,
[data-static-html] .mod-22__outline {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-20__outline,
  [data-static-html] .mod-22__outline {
    margin: 25px 0 0;
  }
}

[data-static-html] .mod-20__ttl,
[data-static-html] .mod-22__ttl {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-20__ttl,
  [data-static-html] .mod-22__ttl {
    font-size: 1.125rem;
  }
}

[data-static-html] .mod-20__ttl a {
  text-decoration: none;
  color: #333;
}
[data-static-html] .mod-22__ttl a {
  text-decoration: none;
  color: #333;
}
[data-static-html] .mod-22__ttl a:hover {
  color: #165ead;
}



[data-static-html] .mod-20__desc,
[data-static-html] .mod-22__desc {
  color: #165ead;
  font-size: 1rem;
  line-height: 2;
  margin-top: 8px;
}

[data-static-html] .mod-20__body {
  margin-top: 20px;
}
[data-static-html] .mod-22__body {
  margin-top: 20px;
  cursor: pointer;
}
[data-static-html] .mod-22__body a {
  font-weight:bold;
  color: #3366ff;
  text-decoration: none;
}
[data-static-html] .mod-22__body a:hover {
  text-decoration: underline;
}

[data-static-html] .mod-20__body > *:first-child,
[data-static-html] .mod-22__body > *:first-child {
  margin-top: 0;
}

[data-static-html] .mod-20__body > *:first-child,
[data-static-html] .mod-20__body > *:first-child {
  margin-bottom: 0;
}

[data-static-html] .mod-21__img {
  margin-left: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-left: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-right: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-right: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  height: 500px;
}

@media all and (-ms-high-contrast: none) {
  [data-static-html] .mod-21__img {
    margin-left: calc((100vw - 17px - 100%) / 2 * -1);
    margin-right: calc((100vw - 17px - 100%) / 2 * -1);
  }
}

@media screen and (max-width: 1200px) {
  [data-static-html] .mod-21__img {
    margin-left: -48px;
    margin-right: -48px;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-21__img {
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-21__img {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media screen and (max-width: 1400px) {
  [data-static-html] .mod-21__img {
    height: 400px;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-21__img {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-21__img {
    height: 200px;
  }
}

[data-static-html] .mod-21__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

[data-static-html] .mod-21__body {
  margin-top: -100px;
  background: #fff;
  padding: 40px 40px 32px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-21__body {
    margin-top: -70px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-21__body {
    margin-top: -50px;
    padding: 24px 20px;
  }
}

[data-static-html] .mod-21__body > *:first-child {
  margin-top: 0;
}

[data-static-html] .mod-21__body > *:last-child {
  margin-bottom: 0;
}

[data-static-html] .mod-21__ttl {
  color: #165ead;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-21__ttl {
    font-size: 1.5rem;
  }
}

[data-static-html] .mod-23__body {
  cursor: pointer;
}

[data-static-html] .mod-23__thumb {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

[data-static-html] .mod-23__body:hover .mod-23__thumb {
  opacity: 0.7;
}

[data-static-html] .mod-23__ttl {
  font-size: 1.375rem;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-23__ttl {
    font-size: 1.25rem;
  }
}

[data-static-html] .mod-23__ttl::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background: #165ead;
  position: absolute;
  left: 0;
  bottom: 0;
}

[data-static-html] .mod-23__ttl a {
  text-decoration: none;
  color: #333;
}

[data-static-html] .mod-23__body:hover .mod-23__ttl a {
  color: #165ead;
}

[data-static-html] .mod-24__contents {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-24__contents {
    display: block;
    margin-top: 20px;
  }
}

[data-static-html] .mod-24__thumb {
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-24__thumb {
    width: auto;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

[data-static-html] .mod-24__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-24__body {
    margin: 20px 0 0;
  }
}

[data-static-html] .mod-24__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

[data-static-html] .mod-24__list__item:not(:first-child) {
  margin-top: 12px;
}

[data-static-html] .mod-24__list__ttl {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  width: 7em;
}

[data-static-html] .mod-24__list__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: 15px;
}

[data-static-html] .mod-25 .btn.-blank > a::after {
  content: url("/files/user/contents/service/semicon/common/blank_b.png");
  display: inline-block;
}

[data-static-html] .mod-25 .btn > a::after {
  content: url("/files/user/contents/service/semicon/common/arrow_b.png");
  display: inline-block;
}

[data-static-html] .mod-26__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-26__list {
    display: block;
  }
}

[data-static-html] .mod-26__list__item {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-26__list__item {
    width: auto;
  }
}

[data-static-html] .mod-26__list__item.-item-01 {
  background: #f2f2f2;
}

[data-static-html] .mod-26__list__item.-item-02 {
  background: #f4f6f9;
}

@media screen and (min-width: 768px) {
  [data-static-html] .mod-26__list__item.-item-02 {
    top: 50px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-26__list__item.-item-02 {
    margin-top: 30px;
  }
}

[data-static-html] .mod-26__list__thumb {
  width: 100%;
  height: 0;
  padding-bottom: 76.78571%;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-26__list__thumb {
    padding-bottom: 61.79775%;
  }
}

[data-static-html] .mod-26__list__thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

[data-static-html] .mod-26__list__body {
  padding: 32px 30px 30px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-26__list__body {
    padding: 25px 25px 25px;
  }
}

[data-static-html] .mod-26__list__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-26__list__ttl {
    display: block;
  }
}

[data-static-html] .mod-26__list__ttl__jp {
  font-size: 1.75rem;
  /*font-family: "Poppins", sans-serif;*/
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-26__list__ttl__jp {
    font-size: 1.5rem;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-26__list__ttl__jp {
    font-size: 1.25rem;
  }
}

[data-static-html] .mod-26__list__ttl__jp::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 28px;
  background: #165ead;
  margin-left: 18px;
  position: relative;
  right: 0;
  top: 3px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-26__list__ttl__jp::after {
    height: 24px;
    top: 2px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-26__list__ttl__jp::after {
    height: 20px;
    margin-left: 16px;
  }
}

[data-static-html] .mod-26__list__ttl__en {
  color: #999;
  font-size: 1rem;
  margin-left: 18px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-26__list__ttl__en {
    display: block;
    font-size: 0.75rem;
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-26__list__ttl__en {
    font-size: 0.875rem;
  }
}

[data-static-html] .mod-26__list__desc {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-26__list__desc {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-26__list__desc {
    font-size: 0.875rem;
  }
}

[data-static-html] .mod-27__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[data-static-html] .mod-27__map {
  height: 240px;
  position: relative;
}

[data-static-html] .mod-27__map iframe {
  width: 100%;
  height: 100%;
}

[data-static-html] .mod-27__link {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
}

[data-static-html] .mod-27__link a {
  color: #333;
  text-decoration: none;
}

[data-static-html] .mod-27__link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 789px) {
  [data-static-html] .mod-27__text-area .ttl-02 {
    word-break: break-all;
  }
  [data-static-html] .mod-30 .ttl-02 {
    word-break: break-all;
  }
}

[data-static-html] .mod-28__tab__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px 30px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-28__tab__list {
    display: block;
    margin: 0 0 25px;
  }
}

[data-static-html] .mod-28__tab__item {
  width: calc(50% - 16px);
  margin: 0 8px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-28__tab__item {
    width: auto;
    margin: 10px 0 0;
  }
}

[data-static-html] .mod-28__tab__item > a, [data-static-html] .mod-28__tab__item.-current.-Ncurrent > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #999;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
  padding: 25px 15px 25px 15px;
  background: #f4f6f9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 4px 18px rgba(29, 52, 75, 0.1);
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-28__tab__item > a, [data-static-html] .mod-28__tab__item.-current.-Ncurrent > a {
    font-size: 1rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

[data-static-html] .mod-28__tab__item.-current > a {
  background: #165ead;
  color: #fff;
}

[data-static-html] .mod-30__map {
  height: 350px;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-30__map {
    height: 240px;
  }
}

[data-static-html] .mod-30__map iframe {
  width: 100%;
  height: 100%;
}

[data-static-html] .mod-30__link {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 10px;
}

[data-static-html] .mod-30__link a {
  color: #000;
  text-decoration: none;
}

[data-static-html] .mod-30__link a:hover {
  text-decoration: underline;
}

[data-static-html] .mod-31 {
  margin-left: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-left: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-right: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-right: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
  background: url("/files/user/contents/service/semicon/common/mod-31_bg_01.jpg") no-repeat center
  center/cover;
}

@media all and (-ms-high-contrast: none) {
  [data-static-html] .mod-31 {
    margin-left: calc((100vw - 17px - 100%) / 2 * -1);
    margin-right: calc((100vw - 17px - 100%) / 2 * -1);
  }
}

@media screen and (max-width: 1200px) {
  [data-static-html] .mod-31 {
    margin-left: -48px;
    margin-right: -48px;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-31 {
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-31 {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-31 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-31 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-31 {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
}

[data-static-html] .mod-31__inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-31__inner {
    display: block;
  }
}

[data-static-html] .mod-31__body {
  width: 55%;
  padding-left: 4%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-31__body {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-31__body {
    width: auto;
    padding: 35px 16px 40px;
    background: url("/files/user/contents/service/semicon/common/mod-31_bg_01.jpg") no-repeat center
    center/cover;
  }
}

[data-static-html] .mod-31__body__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 540px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-31__body__inner {
    height: 480px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-31__body__inner {
    height: auto;
    padding: 0;
  }
}

[data-static-html] .mod-31__ttl {
  color: #fff;
}

[data-static-html] .mod-31__ttl__en {
  display: block;
  font-size: 0.9375rem;
  /*font-family: "Poppins", sans-serif;*/
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-31__ttl__en {
    font-size: 0.8125rem;
  }
}

[data-static-html] .mod-31__ttl__jp {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 12px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-31__ttl__jp {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-31__ttl__jp {
    font-size: 1.375rem;
  }
}

[data-static-html] .mod-31__desc {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  margin: 25px 0 35px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-31__desc {
    font-size: 0.875rem;
  }
}

[data-static-html] .mod-31__mv {
  margin-left: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-left: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  width: calc((100vw - var(--scroll-bar) - 100%) / 2 + 45%);
  width: calc((100vw - var(--scroll-bar) - 100%) / 2 + 45%);
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  background: #fff;
}

@media all and (-ms-high-contrast: none) {
  [data-static-html] .mod-31__mv {
    width: calc((100vw - 17px - 100%) / 2 + 45%);
    margin-left: calc((100vw - 17px - 100%) / 2 * -1);
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-31__mv {
    margin-left: -32px;
    width: calc(50% + 32px);
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-31__mv {
    display: none;
  }
}

[data-static-html] .mod-31__mv__inner {
  overflow: hidden;
  height: 540px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-31__mv__inner {
    height: 480px;
  }
}

[data-static-html] .mod-31__mv__inner img {
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

[data-static-html] .mod-32 {
  margin-left: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-left: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-right: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-right: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
  background: url("/files/user/contents/service/semicon/common/mod-32_bg_01.jpg") no-repeat center
  center/cover;
}

@media all and (-ms-high-contrast: none) {
  [data-static-html] .mod-32 {
    margin-left: calc((100vw - 17px - 100%) / 2 * -1);
    margin-right: calc((100vw - 17px - 100%) / 2 * -1);
  }
}

@media screen and (max-width: 1200px) {
  [data-static-html] .mod-32 {
    margin-left: -48px;
    margin-right: -48px;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-32 {
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-32 {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-32 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-32 {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
}

[data-static-html] .mod-32__inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-32__inner {
    display: block;
  }
}

[data-static-html] .mod-32__body {
  width: 55%;
  padding-right: 4%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-32__body {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-32__body {
    width: auto;
    background: url("/files/user/contents/service/semicon/common/mod-32_bg_01.jpg") no-repeat center
    center/cover;
    padding: 35px 16px 40px;
  }
}

[data-static-html] .mod-32__body__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 540px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-32__body__inner {
    height: 480px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-32__body__inner {
    height: auto;
    padding: 0;
  }
}

[data-static-html] .mod-32__ttl {
  color: #fff;
}

[data-static-html] .mod-32__ttl__en {
  display: block;
  font-size: 0.9375rem;
  /*font-family: "Poppins", sans-serif;*/
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-32__ttl__en {
    font-size: 0.8125rem;
  }
}

[data-static-html] .mod-32__ttl__jp {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 12px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-32__ttl__jp {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-32__ttl__jp {
    font-size: 1.375rem;
  }
}

[data-static-html] .mod-32__desc {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  margin: 25px 0 35px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-32__desc {
    font-size: 0.875rem;
  }
}

[data-static-html] .mod-32__mv {
  margin-right: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-right: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  width: calc((100vw - var(--scroll-bar) - 100%) / 2 + 45%);
  width: calc((100vw - var(--scroll-bar) - 100%) / 2 + 45%);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  background: #fff;
}

@media all and (-ms-high-contrast: none) {
  [data-static-html] .mod-32__mv {
    width: calc((100vw - 17px - 100%) / 2 + 45%);
    margin-right: calc((100vw - 17px - 100%) / 2 * -1);
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-32__mv {
    margin-right: -32px;
    width: calc(50% + 32px);
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-32__mv {
    display: none;
  }
}

[data-static-html] .mod-32__mv__inner {
  overflow: hidden;
  height: 540px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-32__mv__inner {
    height: 480px;
  }
}

[data-static-html] .mod-32__mv__inner img {
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

[data-static-html] .mod-35 {
  padding-left: 48px;
  padding-right: 48px;
  margin-left: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-left: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-right: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-right: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-35 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-35 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media all and (-ms-high-contrast: none) {
  [data-static-html] .mod-35 {
    margin-left: calc((100vw - 17px - 100%) / 2 * -1);
    margin-right: calc((100vw - 17px - 100%) / 2 * -1);
  }
}

@media screen and (max-width: 1200px) {
  [data-static-html] .mod-35 {
    margin-left: -48px;
    margin-right: -48px;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-35 {
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-35 {
    margin-left: -16px;
    margin-right: -16px;
  }
}

[data-static-html] .mod-35::before {
  content: "";
  display: block;
  width: 100%;
  height: 280px;
  background: #165ead;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-35::before {
    height: calc(100% - 60px);
  }
}

[data-static-html] .mod-35__inner {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-35__inner {
    padding-bottom: 40px;
  }
}

[data-static-html] .mod-35__inner::before {
  content: "";
  display: block;
  width: 684px;
  height: 335px;
  background: url("/files/user/contents/service/semicon/common/mod-35_bg_01.png") no-repeat center
  center/cover;
  position: absolute;
  left: -100px;
  top: -120px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-35__inner::before {
    width: 342px;
    height: 167.5px;
    left: -150px;
    top: -50px;
  }
}

[data-static-html] .mod-35__inner::after {
  content: "";
  display: block;
  width: 684px;
  height: 335px;
  background: url("/files/user/contents/service/semicon/common/mod-35_bg_02.png") no-repeat center
  center/cover;
  position: absolute;
  right: -100px;
  bottom: -200px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-35__inner::after {
    width: 342px;
    height: 167.5px;
    right: -150px;
    bottom: -50px;
  }
}

[data-static-html] .mod-35__body {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

[data-static-html] .mod-35__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-35__list {
    display: block;
    margin: 0;
  }
}

[data-static-html] .mod-35__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 20px);
  height: 214px;
  background: #fff;
  cursor: pointer;
  margin: 0 10px;
  padding: 10px 20px;
  box-shadow: 0 4px 18px rgba(29, 52, 75, 0.1);
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-35__item {
    width: auto;
    margin: 0;
    height: 120px;
  }
  [data-static-html] .mod-35__item:not(:first-child) {
    margin-top: 20px;
  }
}

[data-static-html] .mod-35__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 0;
  top: 0;
}

[data-static-html] .mod-35__item::after {
  content: "";
  display: block;
  width: 25px;
  height: 5px;
  background: #c74c81;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

[data-static-html] .mod-35__item:hover::before {
  background: rgba(22, 94, 173, 0.85);
}

[data-static-html] .mod-35__item.-item-01 {
  background: url("/files/user/contents/service/semicon/common/mod-35_img_content_01.jpg") no-repeat
  center center/cover;
}

[data-static-html] .mod-35__item.-item-02 {
  background: url("/files/user/contents/service/semicon/common/mod-35_img_content_02.jpg") no-repeat
  center center/cover;
}

[data-static-html] .mod-35__lead {
  color: #165ead;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-35__lead {
    font-size: 1.25rem;
  }
}

[data-static-html] .mod-35__item:hover .mod-35__lead {
  color: #fff;
}

[data-static-html] .mod-35__link {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  position: absolute;
  right: 15px;
  bottom: 18px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-35__link {
    right: 10px;
    bottom: 12px;
    font-size: 0.8125rem;
  }
}

[data-static-html] .mod-35__link > a {
  color: #165ead;
  text-decoration: none;
  padding-right: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-35__link > a {
    padding-right: 25px;
  }
}

[data-static-html] .mod-35__link > a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-static-html] .mod-35__item .mod-35__link > a::after {
  content: url("/files/user/contents/service/semicon/common/arrow_mid_b.png");
}

[data-static-html] .mod-35__item:hover .mod-35__link > a::after {
  content: url("/files/user/contents/service/semicon/common/arrow_mid_w.png");
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-35__link > a::after {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

[data-static-html] .mod-35__item:hover .mod-35__link > a {
  color: #fff;
}

[data-static-html] .mod-37__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-37__list {
    display: block;
  }
}

[data-static-html] .mod-37__list__item {
  width: 33.3333%;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-37__list__item {
    width: auto;
  }
}

[data-static-html] .mod-37__list__item.-item-01 {
  background: #f2f2f2;
}

[data-static-html] .mod-37__list__item.-item-02 {
  background: #f4f6f9;
}

@media screen and (min-width: 768px) {
  [data-static-html] .mod-37__list__item.-item-02 {
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-37__list__item.-item-02 {
    top: 0;
    margin-top: 30px;
  }
}

[data-static-html] .mod-37__list__item.-item-03 {
  background: #e5ecf5;
}

@media screen and (min-width: 768px) {
  [data-static-html] .mod-37__list__item.-item-03 {
    top: 60px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-37__list__item.-item-03 {
    top: 0;
    margin-top: 30px;
  }
}

[data-static-html] .mod-37__list__thumb {
  width: 100%;
  height: 0;
  padding-bottom: 76.78571%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-37__list__thumb {
    padding-bottom: 61.79775%;
  }
}

[data-static-html] .mod-37__list__thumb img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

[data-static-html] .mod-37__list__item:hover .mod-37__list__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

[data-static-html] .mod-37__list__body {
  padding: 24px 20px 20px;
}

[data-static-html] .mod-37__list__ttl {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-37__list__ttl {
    display: block;
  }
}

[data-static-html] .mod-37__list__ttl::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 22px;
  background: #165ead;
  margin-left: 18px;
  position: relative;
  right: 0;
  top: 3px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-37__list__ttl::after {
    height: 24px;
    top: 2px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-37__list__ttl::after {
    height: 22px;
    margin-left: 16px;
  }
}

[data-static-html] .mod-37__list__desc {
  font-size: 0.8125rem;
  line-height: 2;
  margin-top: 16px;
}

[data-static-html] .mod-37__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 18px;
}

[data-static-html] .mod-37__link > a {
  color: #165ead;
  text-decoration: none;
  padding-right: 30px;
  position: relative;
}

[data-static-html] .mod-37__link > a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-static-html] .mod-37__link > a::after {
  content: url("/files/user/contents/service/semicon/common/arrow_mid_b.png");
}

[data-static-html] .mod-38 {
  position: relative;
}

[data-static-html] .mod-38__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  /*font-family: "Poppins", sans-serif;*/
  font-weight: bold;
  letter-spacing: 0;
  position: absolute;
  background: #9dacbe;
}

@media screen and (min-width: 768px) {
  [data-static-html] .mod-38__item {
    height: 37.81513%;
  }
}

@media screen and (max-width: 1216px) {
  [data-static-html] .mod-38__item {
    font-size: 1.32vw;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-38__item {
    font-size: 3.08vw;
    height: 16.40625%;
  }
}

[data-static-html] .mod-38__item a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  [data-static-html] .mod-38__item.-item-01 {
    left: 0;
    top: 31.09244%;
    width: 8.48214%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-38__item.-item-01 {
    left: 0;
    top: 0;
    width: 22.30769%;
  }
}

@media screen and (min-width: 768px) {
  [data-static-html] .mod-38__item.-item-02 {
    left: 10.625%;
    top: 31.09244%;
    width: 8.48214%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-38__item.-item-02 {
    left: 28.20513%;
    top: 0;
    width: 24.87179%;
  }
}

[data-static-html] .mod-38__item.-item-03 {
  background: #165ead;
}

@media screen and (min-width: 768px) {
  [data-static-html] .mod-38__item.-item-03 {
    left: 21.42857%;
    top: 31.09244%;
    width: 10.08929%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-38__item.-item-03 {
    left: 58.46154%;
    top: 0;
    width: 33.07692%;
  }
}

[data-static-html] .mod-38__item.-item-04 {
  background: #165ead;
}

@media screen and (min-width: 768px) {
  [data-static-html] .mod-38__item.-item-04 {
    left: 33.75%;
    top: 31.09244%;
    width: 10.08929%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-38__item.-item-04 {
    left: 0;
    top: 41.79688%;
    width: 26.41026%;
  }
}

@media screen and (min-width: 768px) {
  [data-static-html] .mod-38__item.-item-05 {
    left: 46.51786%;
    top: 0;
    width: 19.91071%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-38__item.-item-05 {
    left: 38.71795%;
    top: 28.90625%;
    width: 52.5641%;
  }
}

[data-static-html] .mod-38__item.-item-06 {
  background: #218bff;
}

@media screen and (min-width: 768px) {
  [data-static-html] .mod-38__item.-item-06 {
    left: 46.51786%;
    bottom: 0;
    width: 19.91071%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-38__item.-item-06 {
    left: 38.71795%;
    top: 55.07812%;
    width: 52.5641%;
  }
}

[data-static-html] .mod-38__item.-item-07 {
  background: #c74c81;
}

@media screen and (min-width: 768px) {
  [data-static-html] .mod-38__item.-item-07 {
    left: 70%;
    top: 31.09244%;
    width: 22.5%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-38__item.-item-07 {
    left: 5.38462%;
    bottom: 0;
    width: 59.48718%;
  }
}

@media screen and (min-width: 768px) {
  [data-static-html] .mod-38__item.-item-08 {
    right: 0;
    top: 31.09244%;
    width: 5.35714%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-38__item.-item-08 {
    left: 70.25641%;
    bottom: 0;
    width: 21.28205%;
  }
}

[data-static-html] .mod-38__item.-link {
  cursor: pointer;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

[data-static-html] .mod-38__item.-link:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

[data-static-html] .mod-41 {
  position: relative;
  cursor: pointer;
  background: url("/files/user/contents/service/semicon/common/mod-41_img_content_01.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 25px;
  height: 200px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-41 {
    height: 41.03vw;
    background: url("/files/user/contents/service/semicon/common/mod-41_img_content_01_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}

[data-static-html] .mod-41:hover {
  opacity: 0.8;
}

[data-static-html] .mod-41:hover::after {
  background-color: #165ead;
  color: #fff;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-static-html] .mod-41::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #165ead;
  font-size: 18px;
  font-size: 1.125rem;
  border: 2px solid #165ead;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 3px 20px rgba(209, 209, 209, 0.8);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
  -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease,
  -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease,
  -webkit-transform 0.3s ease;
}

[data-static-html] .mod-41::after {
  content: url("/files/user/contents/service/semicon/common/arrow_download_b.png");
}

[data-static-html] .mod-41:hover::after {
  content: url("/files/user/contents/service/semicon/common/arrow_download_w.png");
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-41::after {
    top: 50%;
    width: 30px;
    height: 30px;
    right: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

[data-static-html] .mod-41__body {
  position: absolute;
  left: 30px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  padding-right: 35%;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-41__body {
    left: 15px;
    padding-top: 0;
    padding-right: 30%;
  }
}

[data-static-html] .mod-41__title a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-41__title a {
    font-size: 1rem;
  }
}

[data-static-html] .mod-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 230px;
  padding: 20px 50px 20px 35px;
  background: url("/files/user/contents/service/semicon/common/mod-44_bg_01.jpg") no-repeat center
  center/cover;
}

[data-static-html] .mod-44 .btn.-blank > a::after {
  content: url("/files/user/contents/service/semicon/common/blank_b.png");
}

[data-static-html] .mod-44 .btn.-blank > a:hover::after {
  content: url("/files/user/contents/service/semicon/common/blank_w.png");
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-44 {
    display: block;
    height: auto;
    padding: 32px 25px;
  }
}

[data-static-html] .mod-44__inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-44__inner {
    display: block;
  }
}

[data-static-html] .mod-44__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

[data-static-html] .mod-44__body > *:first-child {
  margin-top: 0;
}

[data-static-html] .mod-44__body > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-44__body br {
    display: none;
  }
}

[data-static-html] .mod-44__ttl {
  color: #165ead;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-44__ttl {
    font-size: 1.375rem;
  }
}

[data-static-html] .mod-44__btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 250px;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-44__btn {
    width: auto;
    margin: 25px 0 0;
  }
}

[data-static-html] .mod-45 {
  background: url("/files/user/contents/service/semicon/common/mod-45_bg_01.jpg") 50% 50% no-repeat;
  background-size: cover;
  margin-left: calc(-50vw - -560px);
  margin-right: calc(-50vw - -560px);
  padding-top: 80px;
  padding-bottom: 160px;
}

@media screen and (max-width: 1216px) {
  [data-static-html] .mod-45 {
    margin-left: -48px;
    margin-right: -48px;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45 {
    padding-top: 40px;
    padding-bottom: 80px;
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-45 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

[data-static-html] .mod-45__inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

[data-static-html] .mod-45__inner.sub {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}

[data-static-html] .mod-45__about {
  position: relative;
  padding: 80px 80px 120px;
  background: url("/files/user/contents/service/semicon/common/mod-45_bg_04.png") 50% 50% no-repeat;
  background-size: cover;
  margin-bottom: -40px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__about {
    padding: 30px 20px 60px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    background: #fff;
  }
}

[data-static-html] .mod-45__about::after {
  content: "";
  width: 1px;
  height: 100px;
  background: #165ead;
  position: absolute;
  left: 50%;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__about::after {
    height: 40px;
  }
}

[data-static-html] .mod-45__about__title {
  font-size: 2rem;
  text-align: center;
  color: #165ead;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__about__title {
    font-size: 1.5rem;
  }
}

[data-static-html] .mod-45__about__desc {
  margin-top: 32px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__about__desc {
    margin-top: 24px;
  }
}

[data-static-html] .mod-45__content {
  margin-top: 230px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

[data-static-html] .mod-45__content.-even .mod-45__content__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 10%;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content.-even .mod-45__content__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

[data-static-html] .mod-45__content.-even .mod-45__content__inner::before {
  background-image: url("/files/user/contents/service/semicon/common/mod-45_bg_02.png");
  -webkit-transform: translateX(90px);
  transform: translateX(90px);
}

[data-static-html] .mod-45__content.-even .mod-45__content__inner::after {
  -webkit-transform: skewX(-26deg);
  transform: skewX(-26deg);
}

[data-static-html] .mod-45__content.-even .mod-45__content__body {
  padding-left: 15%;
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content.-even .mod-45__content__body {
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content.-even .mod-45__content__body {
    padding-right: 20px;
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
  }
}

[data-static-html] .mod-45__content.-even .mod-45__content__number {
  left: 25%;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content.-even .mod-45__content__number {
    left: 20px;
  }
}

[data-static-html] .mod-45__content__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10%;
  margin-right: -10%;
  padding-left: 10%;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1216px) {
  [data-static-html] .mod-45__content__inner {
    margin-left: -5%;
    margin-right: -5%;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content__inner {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }
}

[data-static-html] .mod-45__content__inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1368px;
  height: 100%;
  background: url("/files/user/contents/service/semicon/common/mod-45_bg_03.png") 0 0 no-repeat;
  background-size: 1368px auto;
  -webkit-transform: translateX(-116px);
  transform: translateX(-116px);
  z-index: 1;
}

@media screen and (max-width: 1216px) {
  [data-static-html] .mod-45__content__inner::before {
    -webkit-transform: none;
    transform: none;
    left: -9%;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content__inner::before {
    content: none;
  }
}

[data-static-html] .mod-45__content__inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(26deg);
  transform: skewX(26deg);
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content__inner::after {
    display: none;
  }
}

[data-static-html] .mod-45__content__thumb {
  position: relative;
  z-index: 1;
  top: -20px;
  max-width: 855px;
  width: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
  width: 40%;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content__thumb {
    display: none;
  }
}

[data-static-html] .mod-45__content__body {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 60%;
  padding-right: 15%;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content__body {
    padding-right: 0;
    width: auto;
    background: #fff;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 80px;
  }
}

[data-static-html] .mod-45__content__number {
  position: absolute;
  left: 0;
  top: -50px;
  font-size: 6.875rem;
  color: rgba(22, 94, 173, 0.16);
  /*font-family: "Poppins", sans-serif;*/
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content__number {
    font-size: 6.875rem;
    top: 24px;
    left: 20px;
  }
}

[data-static-html] .mod-45__content__title {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content__title {
    font-size: 1.5rem;
    margin-right: 0;
    line-height: 1.8;
  }
}

[data-static-html] .mod-45__content__label {
  position: relative;
  top: -4px;
  font-size: 1rem;
  font-weight: bold;
  color: #999;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content__label {
    font-size: 1rem;
  }
}

[data-static-html] .mod-45__content__desc {
  line-height: 2.2;
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content__desc {
    line-height: 1.8;
  }
}

[data-static-html] .mod-45__content__btn {
  margin-top: 32px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-45__content__btn {
    margin-top: 24px;
  }
}

[data-static-html] .mod-47 {
  background: url("/files/user/contents/service/semicon/common/mod-47_bg_01.jpg");
  background-size: cover;
  padding: 50px 20px 55px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-47 {
    padding: 30px 20px 30px;
  }
}

[data-static-html] .mod-47__label {
  color: #fff;
  /*font-family: "Poppins", sans-serif;*/
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-47__label {
    font-size: 0.875rem;
  }
}

[data-static-html] .mod-47__title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-47__title {
    font-size: 1.5rem;
  }
}

[data-static-html] .mod-47__desc {
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  margin-top: 16px;
}

[data-static-html] .mod-47__btn {
  margin-top: 24px;
}

[data-static-html] .mod-49__content {
  position: relative;
  z-index: 1;
}

[data-static-html] .mod-49__content.-even {
  padding-top: 40px;
}

[data-static-html] .mod-49__content.-even .mod-49__content__body {
  background-color: #f4f6f9;
}

[data-static-html] .mod-49__content__body {
  padding: 30px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-49__content__body {
    padding: 20px;
  }
}

[data-static-html] .mod-49__content__label {
  display: inline-block;
  margin-left: 16px;
  /*font-family: "Poppins", sans-serif;*/
  font-size: 0.9375rem;
  color: #999;
  position: relative;
  top: -2px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-49__content__label {
    margin-left: 0;
    display: block;
    margin-bottom: 20px;
    margin-top: -10px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-49__content__label {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}

[data-static-html] .mod-49__content__desc {
  font-size: 0.875rem;
}

[data-static-html] .mod-49__content__btn {
  margin-top: 24px;
}

[data-static-html] .mod-50__content {
  position: relative;
  background-color: #498fdb;
  margin-bottom: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-50__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

[data-static-html] .mod-50__content::after {
  content: "";
  position: absolute;
  left: 100px;
  top: 100%;
  z-index: 1;
  border-top: 30px solid #498fdb;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 0 solid transparent;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-50__content::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 20px solid #498fdb;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}

[data-static-html] .mod-50__content:nth-child(2) {
  background-color: #3775ba;
}

[data-static-html] .mod-50__content:nth-child(2)::after {
  border-top-color: #3775ba;
}

[data-static-html] .mod-50__content:nth-child(3) {
  background-color: #205ca1;
}

[data-static-html] .mod-50__content:nth-child(3)::after {
  border-top-color: #205ca1;
}

[data-static-html] .mod-50__content:nth-child(4) {
  background-color: #004896;
}

[data-static-html] .mod-50__content:nth-child(4)::after {
  border-top-color: #004896;
}

[data-static-html] .mod-50__content:last-child::after {
  content: none;
}

[data-static-html] .mod-50__content__header {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 50px;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-50__content__header {
    padding-right: 0;
    padding-left: 0;
  }
}

[data-static-html] .mod-50__content__step {
  color: #fff;
  /*font-family: "Poppins", sans-serif;*/
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-50__content__step {
    font-size: 0.875rem;
  }
}

[data-static-html] .mod-50__content__number {
  font-size: 3.5rem;
  /*font-family: "Poppins", sans-serif;*/
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-50__content__number {
    font-size: 2rem;
  }
}

[data-static-html] .mod-50__content__body {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-50__content__body {
    height: auto;
    margin-top: 16px;
  }
}

[data-static-html] .mod-50__content__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-50__content__title {
    font-size: 1.25rem;
    text-align: center;
  }
}

[data-static-html] .mod-50__content__desc {
  font-size: 0.875rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-50__content__desc {
    font-weight: bold;
  }
}

[data-static-html] .mod-50__content__footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-50__content__footer {
    padding-left: 0;
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-50__content__footer img {
    width: 100%;
  }
}

[data-static-html] .mod-51 {
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

[data-static-html] .mod-51:hover {
  opacity: 0.8;
}

[data-static-html] .mod-51:hover::after {
  background-color: #fff;
  color: #165ead;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-static-html] .mod-51::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #165ead;
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  border: 2px solid #165ead;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 3px 20px rgba(209, 209, 209, 0.8);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
  -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease,
  -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease,
  -webkit-transform 0.3s ease;
}

[data-static-html] .mod-51::after {
  content: url("/files/user/contents/service/semicon/common/arrow_download_w.png");
}

[data-static-html] .mod-51:hover::after {
  content: url("/files/user/contents/service/semicon/common/arrow_download_b.png");
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-51::after {
    top: 50%;
    width: 20px;
    height: 20px;
    right: 20px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

[data-static-html] .mod-51__body {
  position: absolute;
  left: 40px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  padding-top: 5%;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-51__body {
    left: 20px;
    top: 8%;
    padding-top: 0;
    -webkit-transform: none;
    transform: none;
  }
}

[data-static-html] .mod-51__lead {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
}

@media screen and (max-width: 320px) {
  [data-static-html] .mod-51__lead {
    font-size: 0.6875rem;
  }
}

[data-static-html] .mod-51__title a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-51__title a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 320px) {
  [data-static-html] .mod-51__title a {
    font-size: 1.375rem;
  }
}

[data-static-html] .mod-52__tab-btn {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 85px;
  background: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-52__tab-btn {
    min-height: 60px;
  }
}

[data-static-html] .mod-52__tab-btn:hover {
  background-color: #f4f6f9;
}

[data-static-html] .mod-52__tab-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 60px;
  background-color: #165ead;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

[data-static-html] .mod-52__tab-btn a {
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  color: #165ead;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-52__tab-btn a {
    font-size: 0.8125rem;
  }
}

[data-static-html] .mod-52__tab-btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

[data-static-html] .mod-52__tab-btn__label {
  font-size: 0.8125rem;
  color: #165ead;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-52__tab-btn__label {
    font-size: 0.6875rem;
  }
}

[data-static-html] .mod-52__tab-btn.-active {
  background-color: #f4f6f9;
}

[data-static-html] .mod-52__tab-btn.-active::after {
  opacity: 1;
}

[data-static-html] .mod-52__body {
  margin-top: 40px;
}

[data-static-html] .mod-52__tab-content {
  background-color: #f4f6f9;
  padding: 40px 24px 24px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-52__tab-content {
    padding: 30px 20px 20px;
  }
}

[data-static-html] .mod-52__notes {
  font-size: 0.8125rem;
  margin-bottom: 16px;
  color: #666;
}

[data-static-html] .mod-53__thumb {
  position: relative;
  margin-left: calc(-50vw - -560px);
  margin-right: calc(-50vw - -560px);
}

@media screen and (max-width: 1216px) {
  [data-static-html] .mod-53__thumb {
    margin-left: -48px;
    margin-right: -48px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-53__thumb {
    margin-left: -20px;
    margin-right: -20px;
  }
}

[data-static-html] .mod-53__lead {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-bottom: 85px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-53__lead {
    padding-bottom: 0;
  }
}

[data-static-html] .mod-53__btn {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 170px;
  margin-top: -85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-53__btn {
    margin-top: -20px;
    height: 100px;
  }
}

[data-static-html] .mod-53__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(right, #165ead, #1fc6e5);
  background: linear-gradient(to left, #165ead, #1fc6e5);
}

[data-static-html] .mod-53__btn::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

[data-static-html] .mod-53__btn:hover::after {
  right: 0;
}

[data-static-html] .mod-53__btn:hover a,
[data-static-html] .mod-53__btn:hover .mod-53__btn__caption {
  color: #165ead;
}

[data-static-html] .mod-53__btn a {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-decoration: none;
  font-size: 2.25rem;
  color: #fff;
  /*font-family: "Poppins", sans-serif;*/
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-53__btn a {
    font-size: 1.5rem;
  }
}

[data-static-html] .mod-53__btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

[data-static-html] .mod-53__btn__caption {
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-53__btn__caption {
    font-weight: bold;
  }
}

[data-static-html] .mod-54__content__thumb {
  position: relative;
}

[data-static-html] .mod-54__content__thumb figcaption {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  padding: 40px 20px;
  background-color: rgba(2, 27, 54, 0.75);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-54__content__thumb figcaption {
    font-size: 1rem;
  }
}

[data-static-html] .mod-54__content__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-54__content__title {
    font-size: 1.125rem;
  }
}

[data-static-html] .mod-55__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-55__title {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}

[data-static-html] .mod-55__desc {
  font-size: 0.875rem;
  text-align: center;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-55__desc {
    line-height: 1.8;
  }
}

[data-static-html] .mod-55__btn {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-55__btn {
    margin-top: 24px;
  }
}

[data-static-html] .mod-56 {
  background-color: #f5f5f5;
  padding: 35px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-56 {
    padding: 20px;
  }
}

[data-static-html] .mod-56__desc {
  font-size: 0.875rem;
}

[data-static-html] .mod-67__icon {
  text-align: center;
}

[data-static-html] .mod-67__lead {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 1.375rem;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-67__lead {
    font-size: 1rem;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

[data-static-html] .mod-67__body {
  margin-top: 32px;
  /* background: url("/files/user/contents/service/semicon/common/mod-67_bg_01.png") 50% 50% no-repeat; */
  background: #f4f6f9;
  background-size: cover;
  padding: 50px 80px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-67__body {
    margin-top: 24px;
    padding: 30px 20px;
  }
}

[data-static-html] .mod-67__title {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-67__title {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}

[data-static-html] .mod-67__desc {
  line-height: 2;
  font-size: 0.875rem;
}

[data-static-html] .mod-68__desc {
  line-height: 2;
  font-size: 0.875rem;
}

[data-static-html] .mod-69__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #165ead;
  border: 1px solid #9eb7d1;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 20px;
  min-height: 80px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-69__item {
    min-height: 60px;
    font-size: 1rem;
  }
}

[data-static-html] .mod-70__content__body {
  margin-top: 12px;
}

[data-static-html] .mod-70__content__body .list-disc {
  margin-top: 12px;
}

[data-static-html] .mod-70__content__title {
  font-size: 1.25rem;
  font-weight: bold;
}

[data-static-html] .mod-70__content__lead {
  font-size: 1rem;
  font-weight: bold;
  color: #165ead;
}

[data-static-html] .mod-70__content__desc {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 8px;
}

[data-static-html] .mod-70__content__btn {
  margin-top: 20px;
}

[data-static-html] .mod-71__content__lead {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-71__content__lead {
    margin-top: 16px;
    font-size: 1.125rem;
  }
}

[data-static-html] .mod-71__content__desc {
  font-size: 0.875rem;
  text-align: center;
}

[data-static-html] .mod-72__content__lead {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-72__content__lead {
    margin-top: 16px;
    font-size: 1.125rem;
  }
}

[data-static-html] .mod-72__content__desc {
  font-size: 0.875rem;
  margin-top: 8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-72__content__desc {
    margin-top: 0;
  }
}

[data-static-html] .mod-73__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}

[data-static-html] .mod-73__list__item {
  font-size: 1rem;
  color: #fff;
  background-color: #165ead;
  font-weight: bold;
  padding: 8px 24px;
  margin: 8px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-73__list__item {
    font-size: 0.875rem;
    padding: 4px 16px;
  }
}

[data-static-html] .mod-81__content__body {
  margin-top: 20px;
}

[data-static-html] .mod-81__content__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-81__content__title {
    font-size: 1.125rem;
  }
}

[data-static-html] .mod-81__content__notes {
  font-size: 1rem;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mod-81__content__notes {
    font-size: 0.875rem;
  }
}

[data-static-html] .page-header {
  margin-left: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-left: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-right: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-right: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  padding: 0 48px;
  margin-bottom: 150px;
  background: url("/files/user/contents/service/semicon/common/page-header_bg.jpg") no-repeat
  center center/cover;
  position: relative;
}

[data-static-html] .page-header.sub {
  margin-bottom: 60px;
}

@media all and (-ms-high-contrast: none) {
  [data-static-html] .page-header {
    margin-left: calc((100vw - 17px - 100%) / 2 * -1);
    margin-right: calc((100vw - 17px - 100%) / 2 * -1);
  }
}

@media screen and (max-width: 1200px) {
  [data-static-html] .page-header {
    margin-left: -48px;
    margin-right: -48px;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .page-header {
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .page-header {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .page-header {
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .page-header {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 70px;
  }
}

[data-static-html] .page-header__inner {
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .page-header__inner {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .page-header__inner {
    height: 220px;
  }
}

[data-static-html] .page-header__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75%;
}

@media screen and (max-width: 767px) {
  [data-static-html] .page-header__body {
    width: 100%;
    z-index: 2;
  }
}

[data-static-html] .page-header__body__inner {
  padding: 90px 30px 20px 0;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .page-header__body__inner {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .page-header__body__inner {
    padding: 15px 0;
  }
}

[data-static-html] .page-header__en {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  /*font-family: "Poppins", sans-serif;*/
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  [data-static-html] .page-header__en {
    font-size: 0.6875rem;
  }
}

[data-static-html] .page-header__ttl {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .page-header__ttl {
    font-size: 1.75rem;
    margin-top: 6px;
  }
}

[data-static-html] .page-header__desc {
  color: #fff;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 16px;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  [data-static-html] .page-header__desc {
    font-size: 0.75rem;
    margin-top: 10px;
    line-height: 1.6;
  }
}

[data-static-html] .page-header__mv {
  height: 460px;
  overflow: hidden;
  margin-right: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  margin-right: calc((100vw - var(--scroll-bar) - 100%) / 2 * -1);
  width: calc((100vw - var(--scroll-bar) - 100%) / 2 + 25%);
  width: calc((100vw - var(--scroll-bar) - 100%) / 2 + 25%);
  position: relative;
  z-index: 1;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@media all and (-ms-high-contrast: none) {
  [data-static-html] .page-header__mv {
    margin-right: calc((100vw - 17px - 100%) / 2 * -1);
    width: calc((100vw - 17px - 100%) / 2 + 25%);
  }
}

@media screen and (max-width: 1600px) {
  [data-static-html] .page-header__mv {
    width: calc((100vw - var(--scroll-bar) - 100%) / 2 + 50%);
    width: calc((100vw - var(--scroll-bar) - 100%) / 2 + 50%);
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .page-header__mv {
    width: calc((100vw - var(--scroll-bar) - 100%) / 2 + 70%);
    width: calc((100vw - var(--scroll-bar) - 100%) / 2 + 70%);
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .page-header__mv {
    width: calc(50% + 32px);
    margin-right: -32px;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .page-header__mv {
    height: 220px;
    width: calc(100% + 16px);
    margin-right: -16px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .page-header__mv {
    -webkit-transform: skew(0);
    transform: skew(0);
    margin-left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  [data-static-html] .page-header__mv::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.8;
    left: 0;
    top: 0;
    background: #165ead;
  }
}

[data-static-html] .page-header__mv__inner {
  overflow: hidden;
  height: 460px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .page-header__mv__inner {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .page-header__mv__inner {
    height: 220px;
  }
}

[data-static-html] .page-header__mv__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@media screen and (max-width: 767px) {
  [data-static-html] .page-header__mv__inner img {
    -webkit-transform: skew(0) scaleX(1.1);
    transform: skew(0) scaleX(1.1);
  }
}

[data-static-html] .site-pagetop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 3vw;
  bottom: 30px;
  z-index: 20;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-pagetop {
    bottom: 20px;
  }
}

[data-static-html] .site-pagetop.-scrolled {
  opacity: 1;
  visibility: visible;
}

[data-static-html] .site-pagetop:hover {
  opacity: 0.7;
}

[data-static-html] .site-pagetop a {
  display: block;
  width: 55px;
  height: 55px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #165ead;
  text-decoration: none;
  color: transparent;
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-pagetop a {
    width: 40px;
    height: 40px;
  }
}

[data-static-html] .site-pagetop a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-static-html] .site-pagetop a::after {
  content: url("/files/user/contents/service/semicon/common/pagetop.png");
  display: inline-block;
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-pagetop a::after {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

[data-static-html] #subnav_title {
  background: url("/files/user/contents/service/semicon/common/subnav_title_bg_01.jpg") no-repeat
  center center/cover;
  overflow: hidden;
  position: relative;
}

[data-static-html] #subnav_title::before {
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(6, 72, 145, 0.65);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

[data-static-html] #subnav_title > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}

[data-static-html] #subnav_title > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

[data-static-html] #subnav ul li {
  border-bottom: 1px solid #ddd;
}

[data-static-html] #subnav ul li a {
  display: block;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: #666;
  text-decoration: none;
  padding: 14px 20px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

[data-static-html] #subnav ul li.current > a,
[data-static-html] #subnav ul li:hover > a {
  background: #165ead;
  color: #fff;
  font-weight: bold;
}

[data-static-html] #subnav ul li ul li:first-child {
  border-top: 1px solid #ddd;
}

[data-static-html] #subnav ul li ul li:last-child {
  border-bottom: 0;
}

[data-static-html] #subnav ul li ul li a {
  padding-left: 32px;
}

[data-static-html] .swipe {
  margin: 32px 0;
}

/* 20260312 @media screen and (max-width: 767px) {
  [data-static-html] .swipe {
    overflow-x: auto;
  }
} */

/* 20260312追記 */

[data-static-html] .swipe {
  overflow-x: auto;
}

@media screen and (max-width: 1099px) {
  [data-static-html] .swipe {
    overflow-x: auto;
  }
}

/* / 20260312追記 */


[data-static-html] .swipe:first-child {
  margin-top: 0;
}

[data-static-html] .swipe:last-child {
  margin-bottom: 0;
}

[data-static-html] .swipe.-pc {
  overflow-x: auto;
}

[data-static-html] .swipe.-pc .swipe__inner {
  width: 1600px;
}

[data-static-html] .swipe.-pc .swipe__inner.-md {
  width: 1200px;
}
[data-static-html] .swipe.-pc .swipe__inner.-md.w1120 {
  width: 1120px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .swipe.-pc .swipe__inner.-md,
  [data-static-html] .swipe.-pc .swipe__inner.-md.w1120 {
    width: 800px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .swipe__inner {
    min-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .swipe__inner.-md {
    min-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .swipe__inner.-lg {
    min-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .swipe.-wid400 .swipe__inner {
    min-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .swipe.-wid500 .swipe__inner {
    min-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .swipe.-wid600 .swipe__inner {
    min-width: 600px;
  }
}

[data-static-html] .swipe__inner > :first-child {
  margin-top: 0;
}

[data-static-html] .swipe__inner > :last-child {
  margin-bottom: 0;
}

[data-static-html] .title-5 + .swipe {
  margin-top: 0;
}

[data-static-html] .swipe-note + .swipe {
  margin-top: 0;
}

[data-static-html] .swipe-note {
  display: none;
  margin: 32px 0 15px;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  [data-static-html] .swipe-note {
    display: block;
  }
}

[data-static-html] .table-border {
  width: 100%;
  margin: 32px 0;
  border-top: 1px solid #ddd;
}

[data-static-html] .table-border th,
[data-static-html] .table-border td {
  vertical-align: middle;
  line-height: 1.8;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  [data-static-html] .table-border th,
  [data-static-html] .table-border td {
    font-size: 0.9375rem;
  }
}

[data-static-html] .table-border th > *:first-child,
[data-static-html] .table-border td > *:first-child {
  margin-top: 0 !important;
}

[data-static-html] .table-border th > *:last-child,
[data-static-html] .table-border td > *:last-child {
  margin-bottom: 0 !important;
}

[data-static-html] .table-border th {
  color: #165ead;
  font-weight: bold;
  text-align: center;
  padding: 28px 20px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .table-border th {
    padding: 18px 10px 4px;
    text-align: left;
  }
}

[data-static-html] .table-border td {
  padding: 28px 20px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .table-border td {
    padding: 4px 10px 18px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .table-border tr,
  [data-static-html] .table-border th,
  [data-static-html] .table-border td,
  [data-static-html] .table-border thead,
  [data-static-html] .table-border tbody,
  [data-static-html] .table-border tfoot {
    display: block;
    width: 100%;
  }
  [data-static-html] .table-border th {
    border-bottom: 0;
  }
}

[data-static-html] .table-underline {
  border-collapse: separate;
  border-spacing: 3px;
}

[data-static-html] .table-underline tr:first-child th {
  border-top: 1px solid #165ead;
}

[data-static-html] .table-underline tr:first-child td {
  border-top: 1px solid #333;
}

[data-static-html] .table-underline th,
[data-static-html] .table-underline td {
  font-size: 0.875rem;
  padding: 8px 4px;
}

[data-static-html] .table-underline th {
  width: 40%;
  border-bottom: 1px solid #165ead;
  text-align: left;
  font-weight: bold;
}

[data-static-html] .table-underline td {
  border-bottom: 1px solid #333;
  vertical-align: middle;
}

[data-static-html] .table-white {
  width: 100%;
}

[data-static-html] .table-white th,
[data-static-html] .table-white td {
  border-right: 2px solid #f4f6f9;
  border-bottom: 2px solid #f4f6f9;
  padding: 16px 30px;
  vertical-align: middle;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  [data-static-html] .table-white th,
  [data-static-html] .table-white td {
    padding: 12px;
  }
}

[data-static-html] .table-white th > *:first-child,
[data-static-html] .table-white td > *:first-child {
  margin-top: 0 !important;
}

[data-static-html] .table-white th > *:last-child,
[data-static-html] .table-white td > *:last-child {
  margin-bottom: 0 !important;
}

[data-static-html] .table-white th {
  font-size: 1rem;
  color: #165ead;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background: #fff;
  width: 25%;
}

[data-static-html] .table-white td {
  font-size: 0.875rem;
  background: #fff;
  line-height: 2;
}

[data-static-html] .table-white td.-b {
  font-weight: bold;
}

[data-static-html] .table-white td.-c {
  text-align: center;
}

[data-static-html] .table-white td .-blue {
  color: #165ead;
}

[data-static-html] .table-white tr td:last-child:not(.-border),
[data-static-html] .table-white tr th:last-child:not(.-border) {
  border-right: 0;
}

@media screen and (max-width: 767px) {
  [data-static-html] .table-white.-sp-col tr,
  [data-static-html] .table-white.-sp-col th,
  [data-static-html] .table-white.-sp-col td,
  [data-static-html] .table-white.-sp-col thead,
  [data-static-html] .table-white.-sp-col tbody,
  [data-static-html] .table-white.-sp-col tfoot {
    display: block;
    width: 100%;
  }
  [data-static-html] .table-white.-sp-col th {
    border-bottom: 0;
    padding-bottom: 0;
    border-right: none;
  }
  [data-static-html] .table-white.-sp-col td {
    padding-top: 8px;
    border-bottom: 0;
  }
  [data-static-html] .table-white.-sp-col tr:not(:first-child) {
    margin-top: 2px;
  }
}

[data-static-html] .table-white__icon {
  display: inline-block;
  margin-bottom: 16px;
}

[data-static-html] .table {
  width: 100%;
  margin: 32px 0;
}

[data-static-html] .table:first-child {
  margin-top: 0;
}

[data-static-html] .table:last-child {
  margin-bottom: 0;
}

[data-static-html] .table th,
[data-static-html] .table td {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 12px 20px;
  vertical-align: middle;
  line-height: 1.5;
}

[data-static-html] .table.sub th {
  text-align: left;
}

[data-static-html] th.ws_no {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  [data-static-html] .table th,
  [data-static-html] .table td {
    padding: 12px;
  }
}

[data-static-html] .table th > *:first-child,
[data-static-html] .table td > *:first-child {
  margin-top: 0 !important;
}

[data-static-html] .table th > *:last-child,
[data-static-html] .table td > *:last-child {
  margin-bottom: 0 !important;
}

[data-static-html] .table th.-v-top,
[data-static-html] .table td.-v-top {
  vertical-align: top;
}

[data-static-html] .table th.-sm,
[data-static-html] .table td.-sm {
  font-size: 0.875rem;
}

[data-static-html] .table th.-p-8,
[data-static-html] .table td.-p-8 {
  padding: 8px;
}

[data-static-html] .table th.-p-16,
[data-static-html] .table td.-p-16 {
  padding: 16px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .table th.-p-16,
  [data-static-html] .table td.-p-16 {
    padding: 12px;
  }
}

[data-static-html] .table th.-p-24,
[data-static-html] .table td.-p-24 {
  padding: 24px 20px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .table th.-p-24,
  [data-static-html] .table td.-p-24 {
    padding: 16px 20px;
  }
}

[data-static-html] .table th.-w-200,
[data-static-html] .table td.-w-200 {
  width: 200px;
}

[data-static-html] .table th.-red,
[data-static-html] .table td.-red {
  color: #ff0000;
}

[data-static-html] .table th.-bold,
[data-static-html] .table td.-bold {
  font-weight: bold;
}

[data-static-html] .table th.-bd-b,
[data-static-html] .table td.-bd-b {
  border-right-color: #f4f6f9;
  border-bottom-color: #f4f6f9;
}

[data-static-html] .table th {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #165ead;
}

[data-static-html] .table th.-l {
  text-align: left;
}

[data-static-html] .table th.-cell-red {
  background-color: #ad1616;
}

[data-static-html] .table td {
  font-size: 0.875rem;
  background: #f4f6f9;
}

[data-static-html] .table td.-b {
  font-weight: bold;
}

[data-static-html] .table td.-c {
  text-align: center;
}

[data-static-html] .table td.-cell-red {
  background-color: #ffe5e5;
}

[data-static-html] .table td.-cell-white {
  background-color: #fff;
}

/*.table tr td:last-child:not(.-border), .table tr th:last-child:not(.-border) {
  border-right: 0;
}*/

@media screen and (max-width: 767px) {
  [data-static-html] .table.-sp-col tr,
  [data-static-html] .table.-sp-col th,
  [data-static-html] .table.-sp-col td,
  [data-static-html] .table.-sp-col thead,
  [data-static-html] .table.-sp-col tbody,
  [data-static-html] .table.-sp-col tfoot {
    display: block;
    width: 100%;
  }
  [data-static-html] .table.-sp-col th {
    border-bottom: 0;
  }
  [data-static-html] .table.-sp-col td {
    border-bottom: 0;
  }
  [data-static-html] .table.-sp-col tr:not(:first-child) {
    margin-top: 5px;
  }
  [data-static-html] .sp_table_scroll table {
    width: 100%;
  }
  [data-static-html] .sp_table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
  [data-static-html] .sp_table_scroll::-webkit-scrollbar {
    height: 5px;
  }
  [data-static-html] .sp_table_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  [data-static-html] .sp_table_scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .table.-tab-col tr,
  [data-static-html] .table.-tab-col th,
  [data-static-html] .table.-tab-col td,
  [data-static-html] .table.-tab-col thead,
  [data-static-html] .table.-tab-col tbody,
  [data-static-html] .table.-tab-col tfoot {
    display: block;
    width: 100%;
  }
  [data-static-html] .table.-tab-col th {
    border-bottom: 0;
  }
  [data-static-html] .table.-tab-col td {
    border-bottom: 0;
  }
  [data-static-html] .table.-tab-col tr:not(:first-child) {
    margin-top: 10px;
  }
}

[data-static-html] .table__icon {
  display: inline-block;
  margin-bottom: 16px;
}

[data-static-html] .text {
  font-size: 0.875rem;
  line-height: 2;
  margin: 20px 0;
}

[data-static-html] .text.-b {
  font-weight: bold;
}

[data-static-html] .text.-l {
  text-align: left;
}

[data-static-html] .text.-r {
  text-align: right;
}

[data-static-html] .text.-c {
  text-align: center;
}

[data-static-html] .thumb {
  text-align: center;
}

[data-static-html] .ttl-01 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 100px 0 30px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-01 {
    font-size: 1.5rem;
    margin: 72px 0 24px;
  }
}

[data-static-html] .ttl-01:first-child {
  margin-top: 0;
}

[data-static-html] .ttl-01::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 30px;
  background: #165ead;
  margin-left: 24px;
  position: relative;
  right: 0;
  top: 2px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-01::after {
    height: 22px;
    margin-left: 16px;
  }
}

[data-static-html] .ttl-01.-md {
  font-size: 1.625rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-01.-md {
    font-size: 1.125rem;
  }
}

[data-static-html] .ttl-01.-md::after {
  height: 26px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-01.-md::after {
    height: 20px;
  }
}

[data-static-html] .ttl-01.-inline {
  display: inline-block;
}

[data-static-html] .ttl-02 {
  color: #165ead;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  background: #f4f6f9;
  margin: 40px 0 20px;
  padding: 8px 15px 8px 35px;
  position: relative;
}

[data-static-html] .ttl-02.sub {
  background: #fff;
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-02 {
    margin: 32px 0 16px;
    padding: 6px 10px 6px 25px;
    font-size: 1.125rem;
  }
}

[data-static-html] .ttl-02:first-child {
  margin-top: 0;
}

[data-static-html] .ttl-02::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 5px;
  background: #165ead;
  position: absolute;
  left: 0;
  top: 24px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-02::before {
    width: 15px;
    height: 4px;
    top: 18px;
  }
}

[data-static-html] .ttl-03 {
  color: #165ead;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 32px 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-03 {
    font-size: 1.0625rem;
    padding-bottom: 12px;
    margin: 24px 0 15px;
  }
}

[data-static-html] .ttl-03:first-child {
  margin-top: 0;
}

[data-static-html] .ttl-04 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 25px 0 12px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-04 {
    font-size: 1rem;
    margin: 20px 0 10px;
  }
}

[data-static-html] .ttl-04:first-child {
  margin-top: 0;
}

[data-static-html] .ttl-04.-lg {
  font-size: 2.25rem;
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-04.-lg {
    font-size: 1.5rem;
  }
}

[data-static-html] .ttl-04.-md {
  font-size: 1.375rem;
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-04.-md {
    font-size: 1.125rem;
  }
}

[data-static-html] .ttl-04.-sm {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-04.-sm {
    font-size: 1.125rem;
    margin-bottom: -10px;
  }
}

[data-static-html] .ttl-04.-c {
  text-align: center;
}

[data-static-html] .ttl-05 {
  text-align: center;
  position: relative;
  min-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-05 {
    min-height: 80px;
  }
}

[data-static-html] .ttl-05__title {
  font-size: 2rem;
  font-weight: bold;
  color: #165ead;
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-05__title {
    font-size: 1.5rem;
  }
}

[data-static-html] .ttl-05__label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 6.25rem;
  opacity: 0.12;
  color: #165ead;
  /*font-family: "Poppins", sans-serif;*/
  line-height: 1;
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-05__label {
    top: 50%;
    font-size: 3.75rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

[data-static-html] .ttl-06 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 25px 0 12px;
  color: #165ead;
}

@media screen and (max-width: 767px) {
  [data-static-html] .ttl-06 {
    font-size: 1.125rem;
    margin: 20px 0 10px;
  }
}

[data-static-html] .ttl-06:first-child {
  margin-top: 0;
}

[data-static-html] .ttl-07 {
  font-size: 20px;
  color: #165ead;
  font-weight: bold;
}

/*　お知らせ　*/

[data-static-html] .top-news__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  [data-static-html] .top-news__tab {
    display: block;
  }
}

[data-static-html] .top-news__tab__list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 21%;
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .top-news__tab__list {
    width: 25%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .top-news__tab__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .top-news__tab__item {
    width: 50%;
  }
}

[data-static-html] .top-news__tab__item > a {
  display: block;
  color: #ccc;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  padding: 18px 10px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-static-html] .top-news__tab__item > a {
    font-size: 3.85vw;
    padding: 14px 10px;
  }
}

[data-static-html] .top-news__tab__item.-current > a,
[data-static-html] .top-news__tab__item > a:hover {
  color: #fff;
  background: #165ead;
}

[data-static-html] .top-news__tab__item.-current > a::before,
[data-static-html] .top-news__tab__item > a:hover::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  [data-static-html] .top-news__tab__item.-current > a::before,
  [data-static-html] .top-news__tab__item > a:hover::before {
    display: none;
  }
}

[data-static-html] .top-news__tab__contents-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
  [data-static-html] .top-news__tab__contents-wrapper {
    margin-top: 10px;
  }
}

[data-static-html] .top-news__tab__contents dl {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  position: relative;
  width: calc(100% - 80px);
}


@media screen and (max-width: 767px) {
  [data-static-html] .top-news__tab__contents dl {
    width: 100%;
  }
}

[data-static-html] .top-news__tab__contents dl .rss_date {
  color: #999;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Alata", sans-serif;
  width: 80px;
}

[data-static-html] .top-news__tab__contents dl .rss_title {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 10px;
}

[data-static-html] .top-news__tab__contents dl .rss_title > a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-image: -webkit-linear-gradient(#333, #333);
  background-image: linear-gradient(#333, #333);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
  padding-bottom: 2px;
}

[data-static-html] .top-news__tab__contents dl .rss_title > a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

[data-static-html] .top-news__tab__contents dl .rss_title .category {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #165ead;
  font-weight: bold;
  position: absolute;
  left: 120px;
  top: 20px;
}

[data-static-html] .top-news__tab__contents dl .rss_contents {
  display: none;
}

[data-static-html] .top-news__tab__contents.con_display dl .rss_contents {
  display: block;
}

[data-static-html] .top-news__footer {
  position: absolute;
  right: 0;
  bottom: -32px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .top-news__footer {
    right: 12px;
  }
}

/* プライバシーポリシー */
[data-static-html] .privacy01 li {
  list-style-type: decimal;
  margin-left: 1.25rem;
}
[data-static-html] .privacy01 p {
  margin: 0;
}
[data-static-html] ol.privacy02 li {
  font-size: 0.875rem;
  line-height: 2;
  list-style-type: none;
  counter-increment: cnt;
}
[data-static-html] ol.privacy02 li::before {
  content: "(" counter(cnt) ") ";
  }

/*　サイトマップ　*/

[data-static-html] #sitemap li {
  margin: 10px 0;
  list-style-type: none;
}

[data-static-html] #sitemap a {
  color: #333333;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}

[data-static-html] #sitemap a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: -15px;
}

[data-static-html] #sitemap ul {
  padding: 0 0 5px 25px;
}

[data-static-html] #sitemap ul li a {
  color: #000;
}

[data-static-html] #sitemap ul li > ul li a {
  color: #777;
}

[data-static-html] #sitemap ul li > ul li a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: -15px;
}

[data-static-html] #sitemap a:hover {
  text-decoration: underline;
}

/*　404エラー　*/

[data-static-html] .fc_blue {
  color: #165ead;
}

[data-static-html] .bttn.blue_btn a {
  position: relative;
  background-color: #165ead;
  color: #fff;
  padding: 20px 50px;
  text-decoration: none;
}

[data-static-html] .bttn.blue_btn a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #fff;
  right: 10px;
  top: calc(50% - 2px);
}

[data-static-html] .bttn.blue_btn a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  top: calc(50% - 5px);
}

/*追記*/
[data-static-html] .dlb_c44_img {
  float: left;
  width: 300px;
  margin-left: 0;
  margin-right: 32px;
  margin-bottom: 32px;
}

[data-static-html] .dlb_c44_txt .ttl-03 {
  border-bottom: none;
  padding-bottom: 0;
}

[data-static-html] .leicesterBox .col-3 {
  max-width: 24%;
  margin: 0 1.33% 1.33% 0;
  border: solid 1px #ddd;
}

[data-static-html] .leicesterBox .col-3:nth-child(4n) {
  margin-right: 0;
}

[data-static-html] .leicesterBox h3 {
  color: #165ead;
}

[data-static-html] .leicesterBox p {
  color: #666;
}

@media screen and (max-width: 767px) {
  [data-static-html] .leicesterBox .col-3 {
    max-width: 96%;
    margin: 0 2% 2%;
  }
  [data-static-html] .leicesterBox h3 {
    text-align: center;
  }
}

[data-static-html] .row.row-gap-5.sub .col-3 {
  -webkit-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}

@media screen and (max-width: 767px) {
  [data-static-html] .row.row-gap-5.sub .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 980px){
  [data-static-html] .youtube-cm {
    width: 100%;
  }
}

@media screen and (max-width: 690px){
  [data-static-html] .youtube-cm {
    height: 100%;
  }
}

@media screen and (max-width: 789px) {
  [data-static-html] .contents__sub {
    display: none;
  }
}

/* header改修 */
[data-static-html] .gnav_mega_bg_01,
[data-static-html] .gnav_mega_bg_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

[data-static-html] .gnav_mega_bg_01 {
  align-items: center;
  background-image: url("/files/user/contents/service/semicon/common/gnav_mega_bg_01_off.png");
}

[data-static-html] .gnav_mega_bg_02 {
  background-image: url("/files/user/contents/service/semicon/common/gnav_mega_bg_02_off.png");
}

[data-static-html] .gnav_mega_bg_01:hover {
  background-image: url("/files/user/contents/service/semicon/common/gnav_mega_bg_01.png");
}

[data-static-html] .gnav_mega_bg_02:hover {
  background-image: url("/files/user/contents/service/semicon/common/gnav_mega_bg_02.png");
}

[data-static-html] .site-gnav-child-list__bg:hover a {
  color: #fff;
}
@media screen and (min-width: 690px) and (max-width: 789px) {
  [data-static-html] .btn.tab_width_tuning {
    width: 250px;
  }
  [data-static-html] table.table_padding_tuning th,
  [data-static-html] table.table_padding_tuning tD {
    padding: 12px;
  }
}
@media screen and (max-width: 690px) {
  /*.mod-67 img,*/
  [data-static-html] .mod-70__content__thumb img,
  [data-static-html] .mod-71__content__thumb img,
  [data-static-html] .mod-73__thumb img {
    width: 100%;
  }
  [data-static-html] .ttl-01.sp_font_size_tuning {
    font-size: 1.375rem;
  }
  [data-static-html] table th.table_width120_tuning_sp {
    width: 120px;
  }
}
[data-static-html] .mod-93 table.tab_table_tuning_sp,
[data-static-html] .mod-94 table.tab_table_tuning_sp {
  width: 100%;
}
[data-static-html] .mod-94 table.tab_table_tuning_sp th {
  width: 240px;
}

[data-static-html] .mod-95 table.tab_table_tuning_sp th {
  width: 240px;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .mod-94 table.tab_table_tuning_sp th,
  [data-static-html] .mod-94 table.tab_table_tuning_sp td {
    display: block;
    width: 100%;
  }
}

/* イメージセンシング・AI */
[data-static-html] .ai_phase_area {
    position: relative;
    padding: 40px 120px;
    text-align: center;
    background-color: #F7E7EE;
}

[data-static-html] .ai_phase_area::before{
    content: "";
    position: absolute;
    top: -56px;
    left: 180px;
    border: 24px solid transparent;
    border-bottom: 32px solid #F7E7EE;
}

[data-static-html] .ai_phase_area p {
    margin: 0;
    font-weight: bold;
}

[data-static-html] .ai_column h3 {
    position: relative;
    font-size: 1.25rem;
    font-weight: bold;
}

[data-static-html] .ai_column h3::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 20px;
    height: 4px;
    background-color: #165EAD;
}

[data-static-html] .ai_partner {
    display: flex;
}

[data-static-html] .ai_partner .col {
    position: relative;
    width: calc(33.3333% - 10px);
    margin-left: 15px;
    padding: 70px 30px 30px;
    text-align: center;
    background-color: #F4F6F9;
}

[data-static-html] .ai_partner .col:nth-child(3n-2) {
    margin-left: 0;
}

[data-static-html] .ai_partner .image {
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

[data-static-html] .ai_partner h3 {
    font-size: 1.125rem;
    font-weight: bold;
}

[data-static-html] .ai_partner_in {
    min-height: 230px;
    margin-top: 15px;
    padding: 10px;
    background-color: #fff;
}

[data-static-html] .ai_partner_in p {
    margin: 0;
    text-align: center;
}

[data-static-html] .ai_partner_in p a {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    [data-static-html] .ai_phase_area {
        padding: 20px;
    }

    [data-static-html] .ai_partner {
        display: block;
    }

    [data-static-html] .ai_partner .col {
        position: relative;
        width: 100%;
        margin-left: 0;
        margin-bottom: 80px;
    }

    [data-static-html] .ai_partner_in {
        min-height: inherit;
    }

    [data-static-html] .ai_column figure {
        text-align: center;
    }

    [data-static-html] .ai_column figure img {
        margin: 0 auto;
    }
}

/* slick */
[data-static-html] .slick-dots {
    display: none !important;
}

[data-static-html] .slick-prev,
[data-static-html] .slick-next {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: calc(50% - 10px);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[data-static-html] .dlb_interactive-7_area .slick-prev {
    left: -20px;
}

[data-static-html] .dlb_interactive-7_area .slick-next {
    right: -20px;
}

[data-static-html] .slick-prev:hover,
[data-static-html] .slick-next:hover {
    opacity: 0.85;
}

[data-static-html] .slick-next::before,
[data-static-html] .slick-prev::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #165EAD;
}

[data-static-html] .slick-next::after,
[data-static-html] .slick-prev::after {
    position: absolute;
    top: 20px;
    right: calc(50% - 6px);
    content: url("/files/user/contents/service/semicon/common/arrow_mid_w.png");
}

[data-static-html] .slick-prev::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 16px;
    left: calc(50% - 6px);
}

@media screen and (max-width: 979px) {
    [data-static-html] .slick-prev,
    [data-static-html] .slick-next {
        top: calc(50% - 30px);
    }

    [data-static-html] .dlb_interactive-7_area .slick-prev {
        left: -20px;
    }

    [data-static-html] .dlb_interactive-7_area .slick-next {
        right: -20px;
    }
}

@media screen and (max-width: 767px) {
    [data-static-html] .dlb_interactive-7_area .slick-prev {
        left: 0;
    }

    [data-static-html] .dlb_interactive-7_area .slick-next {
        right: 0;
    }
}
}
