@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;
}
/*=======*/
/* 用語集 */
/*=======*/
.glossary {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .glossary {
    margin-bottom: 40px;
  }
}
.glossary .sticky-wrap .l-cts h2.heading02 {
  margin: 0 0 28px;
}
.glossary .sticky-wrap .l-cts p {
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .glossary .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 (max-width: 1024px) and (max-width: 767px) {
  .glossary .sticky-wrap .l-cts .ac-ttl {
    padding: 8px 16px;
    padding-right: 42px;
  }
}
@media (max-width: 1024px) {
  .glossary .sticky-wrap .l-cts .ac-ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 10px;
    height: 7px;
    background: url(/images/common/com_ic04.svg) no-repeat;
    background-size: 100% auto;
    transition: 0.5s all;
  }
}
@media (max-width: 1024px) {
  .glossary .sticky-wrap .l-cts .ac-ttl.open::before {
    transform: rotate(180deg) translateY(-50%);
    transform-origin: top center;
  }
}
@media (min-width: 1025px) {
  .glossary .sticky-wrap .l-cts .bt-wrap {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .glossary .sticky-wrap .l-cts .bt-wrap {
    display: none;
    padding-top: 32px;
    padding: 16px 16px 0;
    border: 1px solid #DDD;
    border-top: none;
  }
}
.glossary .sticky-wrap .l-cts .bt-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 350px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .glossary .sticky-wrap .l-cts .bt-list {
    justify-content: flex-start;
    max-width: 100%;
  }
}
.glossary .sticky-wrap .l-cts .bt-list li {
  width: 48%;
  position: relative;
  margin-bottom: 16px;
  font-size: clamp(16px, 1.092vw, 18px); /*18/1648*/
  line-height: 1;
}
@media (max-width: 1024px) {
  .glossary .sticky-wrap .l-cts .bt-list li {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 16px;
  }
}
.glossary .sticky-wrap .l-cts .bt-list li a {
  display: inline-block;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .glossary .sticky-wrap .l-cts .bt-list li a {
    padding-left: 20px;
  }
}
.glossary .sticky-wrap .l-cts .bt-list li a::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #DDD;
  border-radius: 3px;
  background: #F4F4F4;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .glossary .sticky-wrap .l-cts .bt-list li a::before {
    width: 12px;
    height: 12px;
  }
}
.glossary .sticky-wrap .l-cts .bt-list li a:hover::before {
  background: #1D4293;
}
@media (max-width: 767px) {
  .glossary .sticky-wrap .r-cts {
    padding-left: 24px;
  }
}
.glossary .sticky-wrap .r-cts h2.heading02 {
  margin-bottom: 16px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .glossary .sticky-wrap .r-cts h2.heading02 {
    font-size: 21px;
  }
}
.glossary .sticky-wrap .r-cts h2.heading02:first-of-type {
  margin-top: 0;
}
.glossary .sticky-wrap .r-cts .glossary-list dt {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid #DDD;
  font-size: 24px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .glossary .sticky-wrap .r-cts .glossary-list dt {
    font-size: 18px;
  }
}
.glossary .sticky-wrap .r-cts .glossary-list dt span {
  display: block;
  margin-top: 8px;
  color: #57647A;
  font-size: 19px;
}
@media (max-width: 767px) {
  .glossary .sticky-wrap .r-cts .glossary-list dt span {
    margin-top: 4px;
    font-size: 15px;
  }
}

/*===============================*/
/* 半導体パッケージ基板製造プロセス */
/*===============================*/
.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(/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(/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;
  }
}

/*=======================*/
/* 知的財産に関する取り組み */
/*=======================*/
.ip {
  overflow: hidden;
}
.ip .note {
  font-size: 14px;
}
@media (max-width: 767px) {
  .ip .note {
    font-size: 12px;
  }
}
.ip .heading01 {
  margin-bottom: 18px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .ip .heading01 {
    margin-bottom: 14px;
    font-size: 24px;
  }
}
.ip .heading01 span {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .ip .heading01 span {
    margin-top: 12px;
  }
}
.ip .num-item {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .ip .num-item {
    margin-bottom: 32px;
  }
}
.ip .sec-wrap section.patent {
  position: relative;
  padding: 56px 0;
}
@media (max-width: 767px) {
  .ip .sec-wrap section.patent {
    padding: 32px 0;
  }
}
.ip .sec-wrap section.patent:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #F2F2F2;
}
.ip .sec-wrap section.patent:nth-of-type(odd) dl dt .ic {
  background: #FFF;
}
.ip .sec-wrap section.patent:nth-of-type(odd) dl dd .wrap .point-area {
  background: #FFF;
}
.ip .sec-wrap section.patent:nth-of-type(even) dl dt .ic {
  background: #F2F2F2;
}
.ip .sec-wrap section.patent:nth-of-type(even) dl dd .wrap .point-area {
  background: #F2F2F2;
}
.ip .sec-wrap .heading02 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .ip .sec-wrap .heading02 {
    font-size: 21px;
  }
}
.ip .sec-wrap .heading02:first-of-type {
  margin-top: 0;
}
.ip .sec-wrap .heading03 {
  margin-bottom: 0;
}
.ip .sec-wrap dl {
  border-bottom: 1px solid #DDD;
  color: #193342;
}
.ip .sec-wrap dl dt {
  position: relative;
  padding: 24px 72px 24px 16px;
  border-top: 1px solid #DDD;
  cursor: pointer;
  font-size: 24px;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .ip .sec-wrap dl dt {
    padding: 16px 36px 16px 8px;
    font-size: 18px;
  }
}
.ip .sec-wrap dl dt:first-of-type {
  border-top: 0;
}
.ip .sec-wrap dl dt .ttl {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ip .sec-wrap dl dt .ttl {
    display: block;
  }
}
.ip .sec-wrap dl dt .ttl .ttl-txt {
  flex: 1;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.ip .sec-wrap dl dt .ttl .category-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 150px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .ip .sec-wrap dl dt .ttl .category-wrap {
    margin-left: 0;
    margin-top: 8px;
    max-width: 134px;
  }
}
.ip .sec-wrap dl dt .ttl .category {
  display: inline-block;
  width: 72px;
  padding: 6px 0;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .ip .sec-wrap dl dt .ttl .category {
    display: block;
    width: 64px;
    font-size: 12px;
  }
}
.ip .sec-wrap dl dt .ttl .category.type01 {
  background: #009B94;
}
.ip .sec-wrap dl dt .ttl .category.type02 {
  background: #CC000E;
}
.ip .sec-wrap dl dt .ttl .category.type03 {
  background: #1D4293;
}
.ip .sec-wrap dl dt .ic {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .ip .sec-wrap dl dt .ic {
    right: 8px;
    width: 20px;
    height: 20px;
  }
}
.ip .sec-wrap dl dt .ic::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 16px;
  margin: auto;
  background: #1D4293;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .ip .sec-wrap dl dt .ic::before {
    height: 10px;
  }
}
.ip .sec-wrap dl dt .ic::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background: #1D4293;
}
@media (max-width: 767px) {
  .ip .sec-wrap dl dt .ic::after {
    width: 10px;
  }
}
.ip .sec-wrap dl dt.open .ic::before {
  opacity: 0;
  transform: rotate(90deg);
}
.ip .sec-wrap dl dd {
  display: none;
  padding: 0 16px 24px;
}
@media (max-width: 767px) {
  .ip .sec-wrap dl dd {
    padding: 0 8px 16px;
  }
}
.ip .sec-wrap dl dd .wrap {
  display: flex;
  justify-content: space-between;
}
.ip .sec-wrap dl dd .wrap .img {
  width: 200px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .ip .sec-wrap dl dd .wrap .img {
    width: 100px;
    margin-right: 12px;
  }
}
.ip .sec-wrap dl dd .wrap .img figcaption {
  margin-top: 0.5em;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .ip .sec-wrap dl dd .wrap .img figcaption {
    font-size: 12px;
  }
}
.ip .sec-wrap dl dd .wrap .txt {
  flex: 1;
}
.ip .sec-wrap dl dd .wrap .point-area {
  margin-top: 32px;
  padding: 24px;
}
@media (max-width: 767px) {
  .ip .sec-wrap dl dd .wrap .point-area {
    margin-top: 16px;
    padding: 16px;
  }
}
.ip .sec-wrap dl dd .wrap .point-area .point-ttl {
  margin-bottom: 8px;
  color: #009B94;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .ip .sec-wrap dl dd .wrap .point-area .point-ttl {
    margin-bottom: 4px;
  }
}
.ip .sec-wrap dl dd .wrap .point-area .point-txt p {
  margin-bottom: 0;
}
.ip .sec-wrap dl dd .link-bt {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .ip .sec-wrap dl dd .link-bt {
    margin-top: 16px;
  }
}
.ip .sec-wrap dl dd .link-bt .link {
  display: inline-block;
  color: #193342;
}
.ip .sec-wrap dl dd .link-bt .link.other-link span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background: url(/images/common/link_ic01.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .ip .sec-wrap dl dd .link-bt .link.other-link span::after {
    width: 10px;
    height: 10px;
  }
}

/*=============*/
/* 新着情報一覧 */
/*=============*/
.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(/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 */