@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
/*===============================*/
/* 半導体パッケージ基板製造プロセス */
/*===============================*/
.dual-damascene {
  overflow: hidden;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .dual-damascene {
    margin-bottom: 40px;
  }
}
.dual-damascene .first-area .com-row01 {
  margin-top: 0;
}
.dual-damascene .first-area .com-row01 .txt {
  width: 63.472%; /*914/1440*/
}
@media (max-width: 767px) {
  .dual-damascene .first-area .com-row01 .txt {
    width: 100%;
  }
}
.dual-damascene .first-area .com-row01 .img {
  width: 28.75%; /*414/1440*/
}
@media (max-width: 767px) {
  .dual-damascene .first-area .com-row01 .img {
    width: 100%;
  }
}
.dual-damascene .first-area .movie-area {
  max-width: 780px;
  margin: 0 auto;
  padding: 32px;
  background: #E9F4CE;
}
@media (max-width: 767px) {
  .dual-damascene .first-area .movie-area {
    padding: 24px;
  }
}
.dual-damascene .first-area .movie-area .ttl {
  margin-top: 0;
}
.dual-damascene .movie {
  position: relative;
  max-width: 716px;
  padding-bottom: 48.603%; /*348/716*/
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.dual-damascene .movie .mov-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.dual-damascene .movie .mov-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 16.759%; /*120/716*/
  height: 34.482%; /*120/348*/
  background: url(/en_assets/images/dual-damascene/dual-damascene_ic01.svg) no-repeat;
  background-size: 100% auto;
}
.dual-damascene .movie .mov-thumbnail:hover {
  opacity: 0.7;
}
.dual-damascene .movie .mov-thumbnail:hover img {
  opacity: 1;
}
.dual-damascene .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dual-damascene .border {
  margin: 64px 0;
}
@media (max-width: 767px) {
  .dual-damascene .border {
    margin: 32px 0;
  }
}
.dual-damascene .heading01 {
  margin-top: 0;
}
.dual-damascene .feature-area .img-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .dual-damascene .feature-area .img-list {
    display: block;
  }
}
.dual-damascene .feature-area .img-list > li {
  width: 48.75%; /*702/1440*/
  padding: 32px;
  background: #F2F2F2;
}
@media (max-width: 1024px) {
  .dual-damascene .feature-area .img-list > li {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .dual-damascene .feature-area .img-list > li {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.dual-damascene .feature-area .img-list > li:last-child {
  margin-bottom: 0;
}
.dual-damascene .feature-area .img-list > li .txt {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .dual-damascene .feature-area .img-list > li .txt {
    margin-bottom: 16px;
  }
}
.dual-damascene .feature-area .img-list > li .heading03 {
  margin-top: 0;
}
.dual-damascene .feature-area .area01 .img-list li:nth-of-type(1) {
  background: #E9F4CE;
}
.dual-damascene .feature-area .area02 .heading02 + p {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .dual-damascene .feature-area .area02 .heading02 + p {
    margin-bottom: 20px;
  }
}
.dual-damascene .feature-area .area02 .img-list li:nth-of-type(1) {
  background: #E9F4CE;
}
.dual-damascene .feature-area .area02 .img-list li .img {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .dual-damascene .feature-area .area02 .img-list li .img {
    margin-bottom: 16px;
  }
}
.dual-damascene .feature-area .area02 .img-list li .p-wrap p {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .dual-damascene .feature-area .area02 .img-list li .p-wrap p {
    margin-bottom: 16px;
  }
}
.dual-damascene .feature-area .area02 .img-list li .p-wrap p:last-of-type {
  margin-bottom: 0;
}
.dual-damascene .feature-area .area03 .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .dual-damascene .feature-area .area03 .wrap {
    display: block;
  }
}
.dual-damascene .feature-area .area03 .wrap .txt {
  width: 37.569%; /*541/1440*/
}
@media (max-width: 767px) {
  .dual-damascene .feature-area .area03 .wrap .txt {
    width: 100%;
    margin-bottom: 24px;
  }
}
.dual-damascene .feature-area .area03 .wrap .img {
  width: 57.43%; /*827/1440*/
}
@media (max-width: 767px) {
  .dual-damascene .feature-area .area03 .wrap .img {
    width: 100%;
  }
}
.dual-damascene .feature-area .area03 .dot-list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .dual-damascene .feature-area .area03 .dot-list li {
    margin-bottom: 14px;
    padding-left: 12px;
  }
}
.dual-damascene .feature-area .area03 .dot-list li:last-child {
  margin-bottom: 0;
}
.dual-damascene .feature-area .area03 .dot-list li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 6px;
  height: 2px;
  background: #009B94;
}

/*==================*/
/* 微小チップ高速実装 */
/*==================*/
.micro-device {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .micro-device {
    margin-bottom: 40px;
  }
}
.micro-device .first-area .com-row01 {
  margin-top: 0;
}
.micro-device .first-area .com-row01 .txt {
  width: 63.68%; /*917/1440*/
}
@media (max-width: 767px) {
  .micro-device .first-area .com-row01 .txt {
    width: 100%;
  }
}
.micro-device .first-area .com-row01 .img {
  width: 28.75%; /*414/1440*/
}
@media (max-width: 767px) {
  .micro-device .first-area .com-row01 .img {
    width: 100%;
  }
}
.micro-device .first-area .type-list {
  margin-top: 24px;
  margin-bottom: 0;
}
.micro-device .first-area .type-list li {
  margin-bottom: 24px;
}
.micro-device .first-area .type-list li:last-child {
  margin-bottom: 0;
}
.micro-device .first-area .type-list li .ttl {
  margin-top: 0;
  margin-bottom: 8px;
}
.micro-device .first-area .type-list li .txt {
  width: 100%;
  padding-left: 1em;
  margin-bottom: 0;
}
.micro-device .first-area .movie-area {
  max-width: 780px;
  margin: 0 auto;
  padding: 32px;
  background: #E9F4CE;
}
@media (max-width: 767px) {
  .micro-device .first-area .movie-area {
    padding: 24px;
  }
}
.micro-device .first-area .movie-area .ttl {
  margin-top: 0;
}
.micro-device .first-area .movie-area .movie {
  position: relative;
  max-width: 716px;
  padding-bottom: 48.603%; /*348/716*/
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.micro-device .first-area .movie-area .movie .mov-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.micro-device .first-area .movie-area .movie .mov-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 16.759%; /*120/716*/
  height: 34.482%; /*120/348*/
  background: url(/en_assets/images/micro-device/micro-device_ic01.svg) no-repeat;
  background-size: 100% auto;
}
.micro-device .first-area .movie-area .movie .mov-thumbnail:hover {
  opacity: 0.7;
}
.micro-device .first-area .movie-area .movie .mov-thumbnail:hover img {
  opacity: 1;
}
.micro-device .first-area .movie-area .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.micro-device .second-area .note-box {
  margin: 0;
  background: #E9F4CE;
}
@media (max-width: 767px) {
  .micro-device .second-area .note-box .inner {
    padding: 24px;
  }
}
.micro-device .second-area .note-box .ttl {
  margin-bottom: 24px;
  color: #009B94;
}
@media (max-width: 767px) {
  .micro-device .second-area .note-box .ttl {
    margin-bottom: 18px;
  }
}
.micro-device .second-area .note-box .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .micro-device .second-area .note-box .wrap {
    flex-direction: column-reverse;
  }
}
.micro-device .second-area .note-box .wrap .img {
  width: 29.941%; /*412/1376*/
  margin-right: 32px;
}
@media (max-width: 767px) {
  .micro-device .second-area .note-box .wrap .img {
    width: 100%;
    margin-right: 0;
  }
}
.micro-device .second-area .note-box .wrap .txt {
  flex: 1;
}
@media (max-width: 767px) {
  .micro-device .second-area .note-box .wrap .txt {
    margin-bottom: 16px;
  }
}

/*=============*/
/* 新着情報一覧 */
/*=============*/
.information {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .information {
    margin-bottom: 80px;
  }
}
.information .sticky-wrap .l-cts h2.heading03 {
  margin: 80px 0 32px;
}
@media (max-width: 1024px) {
  .information .sticky-wrap .l-cts h2.heading03 {
    margin: 32px 0 16px;
  }
}
.information .sticky-wrap .l-cts h2.heading03:first-of-type {
  margin-top: 0;
}
.information .sticky-wrap .l-cts .ac-ttl {
  position: relative;
  margin-bottom: 0;
  padding: 16px;
  padding-right: 45px;
  border: 1px solid #DDD;
  background: #F4F4F4;
  font-size: 14px;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .information .sticky-wrap .l-cts .ac-ttl {
    display: none;
  }
}
@media (max-width: 767px) {
  .information .sticky-wrap .l-cts .ac-ttl {
    padding: 8px 16px;
    padding-right: 42px;
    font-size: 12px;
  }
}
.information .sticky-wrap .l-cts .ac-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 10px;
  height: 7px;
  background: url(/en_assets/images/common/com_ic04.svg) no-repeat;
  background-size: 100% auto;
  transition: 0.5s all;
}
.information .sticky-wrap .l-cts .ac-ttl.open::before {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top center;
}
.information .sticky-wrap .l-cts .item-list {
  margin-bottom: 0;
  border: 1px solid #DDD;
  border-bottom: none;
}
@media (min-width: 1025px) {
  .information .sticky-wrap .l-cts .item-list {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .information .sticky-wrap .l-cts .item-list {
    display: none;
    border-top: none;
  }
}
.information .sticky-wrap .l-cts .item-list li a {
  position: relative;
  display: block;
  padding: 16px;
  border-bottom: 1px solid #DDD;
  color: #193342;
  font-size: 14px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .information .sticky-wrap .l-cts .item-list li a {
    padding: 8px 16px;
    font-size: 12px;
  }
}
.information .sticky-wrap .l-cts .item-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 0px;
  height: 1px;
  background: #009B94;
  transition: 0.5s all;
}
.information .sticky-wrap .l-cts .item-list li a.current {
  padding-left: 40px;
  font-family: "NotoSansJP-Bold", sans-serif;
}
.information .sticky-wrap .l-cts .item-list li a.current::before {
  width: 12px;
}
.information .sticky-wrap .l-cts .item-list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.information .sticky-wrap .r-cts .news-tab.disnon {
  display: none;
}

/*===============*/
/* 404エラーページ */
/*===============*/
.container.error .btn {
  margin: 80px 0 160px;
}
@media (max-width: 767px) {
  .container.error .btn {
    margin: 40px 0 80px;
  }
}
.container.error .btn .com-bt {
  margin: 0 auto;
}
/*# sourceMappingURL=contents.css.map */