@charset "UTF-8";
/*-----------------------------------------------------------------------------------

	Theme Name: ASKA CORPORATION 2024重松

-------------------------------------------------------------------------------------*/
#curtain {
  z-index: 800;
  position: fixed;
  top: 0;
}

.curtain {
  background-color: black;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}

.gradient-text {
  font-size: 24px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #fc9805), color-stop(50%, #e81c2f));
  background: -webkit-linear-gradient(left, #fc9805 5%, #e81c2f 50%);
  background: linear-gradient(90deg, #fc9805 5%, #e81c2f 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ############################## */
/* btn_menu */
/* ############################## */
.menu-btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  padding: 5;
  margin: 0;
}
@media (min-width: 929px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
}
.menu-btn span:nth-child(1) {
  top: 4px;
}
.menu-btn span:nth-child(2) {
  top: 14px;
}
.menu-btn span:nth-child(3) {
  bottom: 4px;
}

nav.sp-menu {
  position: fixed;
  top: 80;
  left: -200px;
  width: 200px;
  height: 100%;
  /* background-color: #3498db; */
  background-color: #3498db;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0);
          transform: translate(0);
  z-index: 2000;
}
@media (min-width: 929px) {
  nav.sp-menu {
    display: none;
  }
}
nav.sp-menu.open {
  -webkit-transform: translate(200px);
          transform: translate(200px);
}
nav.sp-menu ul {
  margin: 0;
  padding: 1em;
  list-style-type: none;
}
nav.sp-menu ul li {
  padding: 1em 0;
  border-bottom: 1px solid #fff;
}
nav.sp-menu ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

/* ############################## */
/* SPECIAL SET .special-set-banner */
/* ############################## */
.special-set-banner {
  display: block;
  margin-bottom: 40px;
  position: relative;
  top: 0%;
  width: 100%;
  max-width: 980px; /* 最大サイズを980pxに制限 */
  height: auto; /* アスペクト比を保つ */
}
@media (max-width: 979px) {
  .special-set-banner {
    width: 100%;
  }
}
.special-set-banner img {
  width: 100%;
  height: auto; /* アスペクト比を保ちながらリサイズ */
  display: block; /* 不要な余白を防ぐ */
}
.special-set-banner #confetti-canvas {
  max-width: 980px;
  max-height: 338px;
  width: 100%;
  aspect-ratio: 980/338;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.special-set-banner .fuwafuwa {
  background-image: url(../library/img2024/special-set-icon.png);
  position: absolute;
  top: 176px;
  left: 820px;
  width: 138px;
  height: 138px;
  -webkit-animation: fuwafuwa 3s infinite linear alternate;
  animation: fuwafuwa 3s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
  }
}
@media (max-width: 979px) {
  .special-set-banner .fuwafuwa {
    position: absolute;
    top: -10px;
    left: 20px;
    width: 100%;
    aspect-ratio: 138/138;
    max-width: 138px;
    background-repeat: norepeat;
    z-index: 500;
  }
}
@media (max-width: 584px) {
  .special-set-banner .fuwafuwa {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 90%;
    height: auto;
    background-size: contain;
    background-repeat: norepeat;
    z-index: 500;
  }
}
@media (max-width: 510px) {
  .special-set-banner .fuwafuwa {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 25%;
    height: auto;
    background-size: contain;
    background-repeat: norepeat;
    z-index: 500;
  }
}

#page-title.special {
  height: 600px;
  margin-bottom: 80px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
#page-title.special .overlay {
  height: 600px;
}
@media (max-width: 925px) {
  #page-title.special .overlay {
    height: auto;
  }
}

div#special {
  /* ************* */
  /* SECTION */
  /* ************* */
}
div#special section h3 {
  color: #FCD510;
  margin-top: 30px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}
div#special section h4 {
  width: 30%;
  margin: 10px 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 20px; /* 適宜調整 */
  color: #333; /* テキストの色 */
  font-weight: bold; /* 太字 */
}
@media (max-width: 980px) {
  div#special section h4 {
    text-wrap: nowrap;
    font-size: 1rem;
  }
}
div#special section h4::before, div#special section h4::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #000000; /* 横棒の色 */
}
div#special section h4::before {
  margin-right: 40px; /* テキストとの間隔 */
}
@media (max-width: 980px) {
  div#special section h4::before {
    margin-right: 20px;
  }
}
div#special section h4::after {
  margin-left: 40px; /* テキストとの間隔 */
}
@media (max-width: 980px) {
  div#special section h4::after {
    margin-right: 20px;
  }
}
div#special section h5 {
  width: 30%;
  margin: 10px auto;
  text-align: center;
  font-size: 20px; /* 適宜調整 */
  color: #333; /* テキストの色 */
  font-weight: bold; /* 太字 */
}
@media (max-width: 980px) {
  div#special section h5 {
    text-wrap: nowrap;
    font-size: 1rem;
  }
}
@media (max-width: 980px) {
  div#special section img {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }
}
div#special section.business-content .presentation-board-1 {
  margin: 40px 0;
}
div#special section.electonic-parts-plating {
  position: relative;
  width: 100vw; /* ビューポート幅を使用 */
  left: 50%; /* 左端を中央に合わせる */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 真ん中から全幅に広げる */
  background-color: #FCD510;
  padding: 20px; /* 任意の余白 */
}
div#special section.electonic-parts-plating h3 {
  color: #fff;
}
div#special section.electonic-parts-plating .presentation-board-1, div#special section.electonic-parts-plating .presentation-board-2 {
  width: 980px;
  margin: 40px auto;
}
@media (max-width: 979px) {
  div#special section.electonic-parts-plating .presentation-board-1, div#special section.electonic-parts-plating .presentation-board-2 {
    width: 100%;
    margin: 10px auto;
  }
}
div#special section.semiconductor-wafer-plating h4 {
  width: 50%;
}
div#special section.semiconductor-wafer-plating .presentation-board-1, div#special section.semiconductor-wafer-plating .presentation-board-2, div#special section.semiconductor-wafer-plating .presentation-board-3, div#special section.semiconductor-wafer-plating .presentation-board-4, div#special section.semiconductor-wafer-plating .presentation-board-5, div#special section.semiconductor-wafer-plating .presentation-board-6 {
  margin: 40px auto;
}
div#special section.quality-improvement {
  position: relative;
  width: 100vw; /* ビューポート幅を使用 */
  left: 50%; /* 左端を中央に合わせる */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 真ん中から全幅に広げる */
  background-color: #25C4E2;
  padding: 20px; /* 任意の余白 */
}
div#special section.quality-improvement h3 {
  color: #fff;
}
div#special section.quality-improvement .presentation-board-1 {
  width: 980px;
  margin: 40px auto;
}
@media (max-width: 979px) {
  div#special section.quality-improvement .presentation-board-1 {
    width: 100%;
    margin: 10px auto;
  }
}
div#special section.future-technology h4 {
  width: 40%;
}
div#special section.future-technology .presentation-board-1 {
  margin: 40px 0;
}
@media (max-width: 979px) {
  div#special section.future-technology .presentation-board-1 {
    width: 100%;
    margin: 10px auto;
  }
}
div#special section.future-technology2 {
  position: relative;
  width: 100vw; /* ビューポート幅を使用 */
  left: 50%; /* 左端を中央に合わせる */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 真ん中から全幅に広げる */
  background-color: #FCD510;
  padding: 20px; /* 任意の余白 */
}
div#special section.future-technology2 h3 {
  color: #fff;
}
div#special section.future-technology2 h4 {
  width: 30%;
}
div#special section.future-technology2 .presentation-board-1, div#special section.future-technology2 .presentation-board-2 {
  width: 980px;
  margin: 40px auto;
}
@media (max-width: 979px) {
  div#special section.future-technology2 .presentation-board-1, div#special section.future-technology2 .presentation-board-2 {
    width: 100%;
    margin: 10px auto;
  }
}
div#special section.future-technology3 h4 {
  width: 45%;
}
div#special section.future-technology3 .presentation-board-1 {
  margin: 40px 0;
}
@media (max-width: 979px) {
  div#special section.future-technology3 .presentation-board-1 {
    width: 100%;
    margin: 10px auto;
  }
}
div#special section.future-technology4 {
  position: relative;
  width: 100vw; /* ビューポート幅を使用 */
  left: 50%; /* 左端を中央に合わせる */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 真ん中から全幅に広げる */
  background-color: #25C4E2;
  padding: 20px; /* 任意の余白 */
}
div#special section.future-technology4 h3 {
  color: #fff;
}
div#special section.future-technology4 .presentation-board-1, div#special section.future-technology4 .presentation-board-2, div#special section.future-technology4 .presentation-board-3, div#special section.future-technology4 .presentation-board-4 {
  width: 980px;
  margin: 40px auto;
}
@media (max-width: 979px) {
  div#special section.future-technology4 .presentation-board-1, div#special section.future-technology4 .presentation-board-2, div#special section.future-technology4 .presentation-board-3, div#special section.future-technology4 .presentation-board-4 {
    width: 100%;
    margin: 10px auto;
  }
}

/* スペシャルページ用 */
#page-title.special #confetti-canvas {
  width: 100%;
  max-height: 600px;
  aspect-ratio: 980/338;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* ############################## */
/* NEWS SECTION .news-section */
/* ############################## */
.news-section h2 {
  margin-bottom: 0.1em;
}
@media (max-width: 979px) {
  .news-section h2 {
    text-align: center;
  }
}
.news-section h3 {
  font-size: 13px;
  margin-bottom: 10px;
  font-style: italic;
}
@media (max-width: 979px) {
  .news-section h3 {
    text-align: center;
  }
}

.news-grid-container {
  display: grid;
  grid-template-columns: 500px 460px; /* サムネイルとニュースリストの幅を指定 */
  gap: 20px; /* ガターを20pxに設定 */
  max-width: 980px; /* 最大幅を980pxに設定 */
  margin: 0 auto; /* コンテナを中央揃え */
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start; /* 上揃えにする */
}
@media (max-width: 979px) {
  .news-grid-container {
    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: 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; /* 垂直方向の中央揃え */
  }
}
.news-grid-container .thumbnail {
  padding: 0; /* パディングを0に */
  margin: 0; /* マージンを0に */
  max-width: 500px; /* 最大幅500px */
  max-height: 340px; /* 最大高さ340px */
  width: 100%; /* 幅を100%に設定 */
  height: auto; /* 高さは自動 */
}
@media (max-width: 979px) {
  .news-grid-container .thumbnail {
    width: 90%;
    margin: 0 auto;
  }
}
.news-grid-container .thumbnail img {
  width: 100%; /* 幅を親要素に合わせる */
  height: auto; /* 高さは自動 */
  -o-object-fit: cover;
     object-fit: cover; /* 画像をトリミングして枠に収める */
}
.news-grid-container .news-list {
  width: 980px;
}
.news-grid-container .news-list ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
@media (max-width: 979px) {
  .news-grid-container .news-list ul {
    width: 100%;
  }
}
.news-grid-container .news-list ul li {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0; /* 上下に余白を追加 */
  font-size: 1.3rem;
}
@media (max-width: 979px) {
  .news-grid-container .news-list ul li {
    border-bottom: none;
  }
  .news-grid-container .news-list ul li:nth-child(2), .news-grid-container .news-list ul li:last-child {
    display: none;
  }
}
.news-grid-container .news-list ul li:last-child {
  border-bottom: none; /* 最後のリストアイテムの罫線を削除 */
}
.news-grid-container .news-list ul li a {
  color: #595757;
  font-weight: 900;
}
.news-grid-container .news-list ul li time {
  margin-right: 15px;
}

.home-contact-button,
.home-contact-button {
  display: block; /* インラインブロックにして、テキストの周りに余白を持たせる */
  width: 360px; /* ボタンの幅を360pxに設定 */
  height: 60px; /* ボタンの高さを60pxに設定 */
  background: -webkit-linear-gradient(315deg, #fc9805, #e81c2f);
  background: linear-gradient(135deg, #fc9805, #e81c2f); /* オレンジのグラデーション */
  color: white; /* テキストの色を白に設定 */
  font-size: 1.3rem; /* フォントサイズを設定 */
  font-weight: bold; /* フォントを太字に */
  border: none; /* ボーダーなし */
  border-radius: 30px; /* 角を丸くする */
  text-decoration: none; /* 下線を削除 */
  cursor: pointer; /* カーソルをポインターに変更 */
  text-align: center; /* テキストを中央揃えに */
  line-height: 60px; /* ボタンの高さに合わせてテキストを縦中央揃え */
  -webkit-transition: background 0.3s;
  transition: background 0.3s; /* ホバー時の背景色変更をスムーズにする */
  margin: 40px auto; /* 上下にマージンを追加し、中央に配置 */
}
@media (max-width: 412px) {
  .home-contact-button,
  .home-contact-button {
    width: 90%;
    height: auto;
  }
}

.home-contact-button:hover {
  background: -webkit-linear-gradient(315deg, #fc9805, #e81c2f);
  background: linear-gradient(135deg, #fc9805, #e81c2f); /* ホバー時にグラデーションの方向を反転 */
  cursor: -webkit-grab;
  cursor: grab;
}

/* ABOUT ASKA */
/*  */
.buruburu {
  position: absolute;
  top: 176px;
  left: 820px;
  width: 138px;
  height: 138px;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: buruburu 4s infinite linear alternate;
  animation: buruburu 4s infinite linear alternate;
  background-image: url(../library/img2024/special-set-icon.png);
}

@-webkit-keyframes buruburu {
  0% {
    opacity: 100;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 100;
  }
}
@keyframes buruburu {
  0% {
    opacity: 100;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 100;
  }
}
/* ############################## */
/* CORPORATE

/* ############################## */
@media (max-width: 925px) {
  .corporate-table {
    margin: 0 auto;
    width: 90%;
  }
}/*# sourceMappingURL=style2024.css.map */