@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Emoji:wght@300&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Zen+Maru+Gothic&display=swap');
@font-face {
  font-family: "LINESeedJP_Bd";
  src: url("/wp-content/themes/AIdia06/fonto/LINESeedJP_OTF_Bd.woff2") format("woff2"),
  url("/wp-content/themes/AIdia06/fonto/LINESeedJP_TTF_Bd.eot") format("eot"),
       url("/wp-content/themes/AIdia06/fonto/LINESeedJP_OTF_Bd.woff") format("woff"); /* 可能であればwoff形式も提供 */
  font-weight: 700;
  font-style: normal;
  font-display: swap; /* フォント読み込み中の表示動作を改善 */
}

@font-face {
  font-family: "LINESeedJP_Rg";
  src: url("/wp-content/themes/AIdia06/fonto/LINESeedJP_OTF_Rg.woff2") format("woff2"),
       url("/wp-content/themes/AIdia06/fonto/LINESeedJP_OTF_Rg.woff") format("woff"); /* 可能であればwoff形式も提供 */
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* フォント読み込み中の表示動作を改善 */
}


/* ------------------------------ */
/* リセットCSS */
/* ------------------------------ */
html {
  color: #000;
  background: #fff;
  scroll-behavior: smooth;
  scroll-padding-top: 102px; // ヘッダーの高さ分設定
}

lottie-player {
  width: 100%;
  height: auto;
  display: block;
}

.service-image {
  width: 100%;
  overflow: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

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

svg {
  display: block;
}



* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}
/* ------------------------------ */
/* 全体共通のスタイル */
/* ------------------------------ */
html {
  background-color: #fff;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

body {
  line-height: 1.75;
  font-size: 16px;
  color: #333;
  overflow: auto;
  margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
  font-family: "LINESeedJP_Bd", "Noto Sans JP,Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.br-sp {
  display: none;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.e-v {
  animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY( 20px );
  }
  100% {
    opacity: 1;
    transform: translateY( 0 );
  }
}


.slideIn {
  opacity: 0;
}
.slideIn.e-v {
  animation: slideIn 1s ease forwards;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX( -20px );
  }
  100% {
    opacity: 1;
    transform: translateY( 0 );
  }
}


/* ------------------------------ */
/* ローディング */
/* ------------------------------ */



/* ------------------------------ */
/* header */
/* ------------------------------ */





.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease; /* スムーズな変化のためのトランジション */
}




.header01 {
  padding: 24px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
margin-left : auto;

}

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

.sp-menu-open{
  display:none;
}



.header01-logo {
  width: auto;
  height:40px;
}

.header01-logo-sp{
  display: none;
}

.header01-swich{
  width: 54px;
  padding-bottom: 10px;
}


.header01-list {
  display: flex;
  align-items: center;
  gap: 32px;

  
}

.header01-item {
  transition: 0.5s;
}

.header01-item a {
  font-size: 14px;
  color:#fff;
  font-family: "LINESeedJP_Bd";
    font-weight: 700;
}


.header01-item--contact {
  margin-left: 16px;
}

/* スクロール前のホバー効果 (デフォルト状態) */
.header01-item a:hover {
  color: #D6D900 !important;
  transition: color 0.3s ease;
}

.langage-btn:hover {
  border-color: #D6D900 !important;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}

.langage-btn:hover .text-wrapper {
  color: #D6D900 !important;
  transition: color 0.3s ease;
}

/* スクロール後用のクラス */
.scrolled-header .header01-item a:hover {
  background: linear-gradient(93deg, #CD3D3C 1.49%, #E29D42 94.42%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  transition: all 0.3s ease;
}

.scrolled-header .langage-btn:hover {
  border-radius: 4px;
  border: 1px solid transparent;
  border-image: linear-gradient(93deg, #CD3D3C 1.49%, #E29D42 94.42%) 1;
  transition: all 0.3s ease;
}

.scrolled-header .langage-btn:hover .text-wrapper {
  background: linear-gradient(93deg, #CD3D3C 1.49%, #E29D42 94.42%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  transition: all 0.3s ease;
}


/* 問い合わせボタン */


/* グラデーションアニメーションのキーフレーム */
@keyframes gradientShift {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 問い合わせボタン */
.contact-btn {
  position: relative;
  background: linear-gradient(93deg, #CD3D3C 1.49%, #E29D42 94.42%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* グラデーション切り替え用の擬似要素 */
.contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(93deg, #E29D42 1.49%, #CD3D3C 94.42%);
  opacity: 0;
  z-index: -1;
}

/* ホバー時のエフェクト */
.contact-btn:hover {
  box-shadow: 0px 0px 12px 0px #ffdf0e, 
              0px 0px 20px 0px rgba(255, 135, 14, 0.3);
  transform: scale(1.02); /* わずかに拡大 */
}

/* ホバー時のグラデーションアニメーション */
.contact-btn:hover::before {
  animation: gradientShift 3s ease infinite;
}

.contact-btn .div {
  overflow-x: hidden;
  width: 180px;
  height: 54px;
  position: relative;
}

.contact-btn .group {
  position: absolute;
  width: 98px;
  height: 26px;
  top: 13px;
  left: 60px;
  /* グループ全体にトランスフォームオリジンを設定して位置を維持 */
  transform-origin: center center;
}

.contact-btn .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "LINESeedJP_Bd";
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  /* テキストの位置変更アニメーションを削除 */
}

.contact-btn .overlap-group {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

/* ホバー時の白背景の色変化 */
.contact-btn:hover .overlap-group {
  background-color: #f0f8ff;
}

.contact-btn .img {
  position: absolute;
  width: 20px;
  height: 16px;
  top: 9px;
  left: 7px;
}

/* 画像変更アニメーションを削除 */
.img-hover {
  display: none;
}



/* 言語切り替え */

.langage-btn {
  display:flex;
  width:72px;
  height:30px;
  align-items:center;
  justify-content: center;
  gap: 8px;
  padding: 8px 24px;
  position: relative;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ffffff;
}
  
  .langage-btn .text-wrapper {
    position:relative;
    width: fit-content;
    color: #ffffff;
    font-size: 14px; 
    line-height: 100%; 
    white-space:nowrap;
    font-family: "LINESeedJP_Bd";
    font-weight: 700;
  }




/* ------------------------------ */
/* FV */
/* ------------------------------ */

/* kv */

.cover {
  width: 100%;
  height: 810px;
  position: relative;
  background-image: url(https://aidia.co.jp/wp-content/themes/AIdia06/images/cover-bg.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: -1;
}

.cover-content {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.cover-shape {
  position: absolute;
  width: 997px;
  height: 810px;
  top: -100px;
  right: 0;
  mix-blend-mode: overlay;
  object-fit: cover;
  filter: contrast(1.2) brightness(0.9);
}

.cover-title {
  position: absolute;
  width: 897px;
  height: 395px;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
}


.main-contents{
    top: -68px;
    margin: 0 auto -68px;
    position: relative;
    z-index: 1;
}

.cover-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.5;
  overflow: hidden;
}

.cover-bg-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.8;
  overflow: hidden;
}

.cover-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.cover-video-shape{
}

.cover-video-shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15%; /* 左側のぼかし幅 */
  height: 100%;
  background: linear-gradient(to left, rgba(0,0,0,0.8), transparent);
  filter: blur(10px);
  z-index: 2;
}

/* ------------------------------ */
/* about */
/* ------------------------------ */

.section-about {
  display: flex;
  width: 1200px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 80px 90px;
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
}

.section-about .about-image {
  height: 70px;
  width: auto;
  margin-right: 80px;
  position: relative;
  margin-top:-6px;
}



.section-about .text-content {
  width: 750px;
  display: flex;
  flex-direction: column;
}

.section-about .text-wrapper {
  width: 100%;
  font-family: "LINESeedJP_Bd";
  font-weight: 700;
  color: #1B0000;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-feature-settings: 'palt' on;
}

.section-about .aideidoha-2 {
  width: 100%;
  font-family: "LINESeedJP_Rg";
  font-weight: 400;
  color: #1B0000;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 200%;
  font-feature-settings: 'palt' on;
}

/* テキストを2つに分ける部分 */
.section-about .text-paragraph {
  margin-bottom: 20px;
}



/* ------------------------------ */
/* company */
/* ------------------------------ */



.section-company {
  display: flex;
  width: 1200px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 120px 90px;
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
}

.section-company .company-image {
  height: 70px;
  width: auto;
  margin-right: 80px;
  position: relative;
  margin-top: -6px;
}

.section-company .company-info {
  width: 750px;
  background-color: #FFF5F5;
}

.section-company table {
  width: 100%;
  border-collapse: collapse;
}

.section-company th {
  width: 180px;
  text-align: left;
  padding: 24px 24px 24px 40px;
  font-weight: normal;
  vertical-align: top;
  font-family: "LINESeedJP_Bd", sans-serif;
  font-weight: 700;
  color: #5E6175;
  font-size: 14px;
  letter-spacing: 1px;
  font-feature-settings: 'palt' on;
}

.section-company td {
  padding: 24px 24px 24px 20px;
  line-height: 175%;
  font-family: "LINESeedJP_Rg", sans-serif;
  font-weight: 400;
  color: #1B0000;
  font-size: 14px;
  letter-spacing: 1px;
  font-feature-settings: 'palt' on;
}

.section-company tr {

}

.section-company tr:last-child {
  border-bottom: none;
}

/* ------------------------------ */
/* service */
/* ------------------------------ */



.section-service {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
  background-image: url("https://aidia.co.jp/wp-content/themes/AIdia06/images/section_service_bg.png");
}

.section-service .SERVICE {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 64px;

}

.service-h2-image{
  width:1020px;
  margin-top:-30px;
  mix-blend-mode: overlay;
  opacity: 0.8;
}
.service-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  width: 1020px;
}

.service-card {
  width: 324px;
  background-color: white;
  padding: 32px;
}

.service-card-groupe{
  height: auto;

}


.service-image {
  text-align: center;
  margin-bottom: 20px;
}

.service-image img {
  max-width: 260px;
  height: auto;
}

.service-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  color: #1B0000;
  font-family: "LINESeedJP_Bd";
  font-feature-settings: 'palt' on;
  line-height: 150%;
}

.service-description {
  font-size: 14px;
  line-height: 200%;
  color: #1B0000;
  font-family: "LINESeedJP_Rg";
  font-feature-settings: 'palt' on;
}


/* ------------------------------ */
/* NEWS */
/* ------------------------------ */


.section-news {
  display: flex;
  width: 1200px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px 90px 40px;
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
}



.section-news .news-image-container {
  margin-right: 180px;
  position: relative;
  margin-top: -6px;
}

.section-news .news-image {
  height: 70px;
  width: auto;
}

.section-news .news-container {
  width: 750px;
}

.section-news .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.section-news .news-item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
    transition: opacity 0.2s;
}



  /* 奇数/偶数の背景色 */
  .news-item:nth-child(odd) {
    background-color: #FFF5F5;
  }
  .news-item:nth-child(even) {
    background-color: #fff;
  }
  
  
  .news-item:hover {
    opacity: 0.8;
  }
  
  .news-item a.item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 1;
  }

.section-news .news-date-tag-container {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.section-news .news-date {
  width: 128px;
  font-family: "LINESeedJP_Bd", sans-serif;
  font-weight: 700;
  color: #5E6175;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 20px;
  flex-shrink: 0;
}

.section-news .news-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 24px;
  background-color: #1B0000;
  color: #ffffff;
  font-family: "LINESeedJP_Bd", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-right: 24px;
  padding: 4px 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.section-news .news-title {
  flex: 1;
  font-family: "LINESeedJP_Rg", sans-serif;
  font-weight: 400;
  color: #1B0000;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
  padding-right: 20px;
  font-feature-settings: 'palt' on;
}

.news-more-button {
  display: flex;
  justify-content: center;
  padding: 16px 0 120px;
  background-color: #ffffff;
  width: 1200px;
  margin: 0 auto;
}

.more-button {
  display: inline-block;
  padding: 16px 60px;
  background: linear-gradient(90deg, #CD3D3C 0%, #E29D42 100%);
  color: #ffffff;
  font-family: "LINESeedJP_Bd", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s;
}

.more-button:hover {
  opacity: 0.9;
}






/* ------------------------------ */
/* contact */
/* ------------------------------ */

.contact-section {
  margin-top:40px;
  width: 100%;
  background-image: url("https://aidia.co.jp/wp-content/themes/AIdia06/images/section_contact-bg.png");
  background-size: cover;  /* 横幅を100%に保ちながら、アスペクト比を維持 */
  background-position: center;  /* 画像を中央に配置 */
  background-repeat: no-repeat;  /* 画像の繰り返しを防止 */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.contact-container {
  width: 1020px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-text {
  color: white;
  width: 520px;
  font-size: 24px;
  line-height: 1.6;
  font-family: "LINESeedJP_Bd";
  font-weight: 700;
}


.contact-button {
  display: inline-flex;
  align-items: center;
  width: 450px;
  height: 80px;
  background-color: white;
  border-radius: 4px;
  text-decoration: none;
  transition: transform 0.2s ease;
  position: relative;
  z-index: 1;
}

/* ホバーエフェクト */
.contact-button:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 12px 0px #e3ff0e, 
    0px 0px 20px 0px rgba(219, 255, 14, 0.3);
}

/* 外周に光る枠を追加 */
.contact-button::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 5px;
  border: 1px solid rgba(255, 245, 203, 0.6),
  z-index: -1;
}

/* 外周を走る光のエフェクト */
.contact-button::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 5px;
  background: linear-gradient(90deg, 
             transparent, 
             transparent,
             rgba(14, 225, 255, 0.1),
             rgba(203, 228, 255, 0.6),
             rgba(14, 225, 255, 0.1),
             transparent,
             transparent);
  background-size: 200% 100%;
  animation: borderLight 4s linear infinite;
  z-index: -1;
}

@keyframes borderLight {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.contact-button-text {
  background: linear-gradient(93deg, #CD3D3C 1.49%, #E29D42 94.42%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  font-size: 22px;
}

.contact-button img {
  margin-right: 24px;
  margin-left: 16px;
  width: 50px;
  height: 50px;
}

/* ------------------------------ */
/* ここからfooter */
/* ------------------------------ */

footer {
  background-color: #1B0000;
  color: white;
  padding: 120px 64px 40px 64px;
}

.footer-mobile {
  display: none;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}

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

.footer-copyright {
  font-size: 12px;
  opacity: 0.5;
  font-family: "LINESeedJP_Rg";
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 56px;
}

.footer-menu ul {
  display: flex;
  list-style-type: none;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.footer-menu a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  opacity: 1;
  transition:0.5s;
  
}

.footer-menu a:hover {
  opacity: 0.5;
  transition:0.5s;
}


.footer-top-btn{
  opacity: 1;
  transition:0.5s;
}

.footer-top-btn:hover{
  opacity: 0.5;
  transition:0.5s;
}


.top-btn {
  background-color: white;
  width: 140px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-btn .polygon {
  width: 21px;
  height: 14px;
}




	/*-----------------------------------------------------------------------------------------------------------*/



/*-------------1439px以下-------------1*/



  @media screen and (max-width: 1439px) {

  
    /* Cover */
    .cover {
      height: calc(810 / 1440 * 100vw);
    }
  
    .cover-shape {
      width: calc(997 / 1440 * 100vw);
      height: calc(810 / 1440 * 100vw);
    }
  
    .cover-title {
      width: calc(897 / 1440 * 100vw);
      height: calc(395 / 1440 * 100vw);
      left: calc(120 / 1440 * 100vw);
    }
  
    /* About Section */
    .section-about {
      width: calc(1200 / 1440 * 100vw);
      padding: calc(80 / 1440 * 100vw) calc(90 / 1440 * 100vw);
    }
  
    .section-about .about-image {
      height: calc(70 / 1440 * 100vw);
      margin-right: calc(80 / 1440 * 100vw);
    }
  
    .section-about .text-content {
      width: calc(750 / 1440 * 100vw);
    }
  
    .section-about .text-wrapper {
      font-size: calc(32 / 1440 * 100vw);
      margin-bottom: calc(30 / 1440 * 100vw);
    }
  
    /* Company Section */
    .section-company {
      width: calc(1200 / 1440 * 100vw);
      padding: calc(120 / 1440 * 100vw) calc(90 / 1440 * 100vw);
    }
  
    .section-company .company-image {
      height: calc(70 / 1440 * 100vw);
      margin-right: calc(80 / 1440 * 100vw);
    }
  
    .section-company th {
      width: calc(180 / 1440 * 100vw);

    }
  
 
  
    /* Service Section */
    .section-service {
      max-width: calc(1200 / 1440 * 100vw);
      padding-bottom: calc(120 / 1440 * 100vw);
    }
  
    .service-h2-image {
      width: calc(1020 / 1440 * 100vw);
      margin-top: calc(-30 / 1440 * 100vw);
    }
  
    .service-container {
      width: calc(1020 / 1440 * 100vw);
      gap: calc(24 / 1440 * 100vw);
    }
  
    .service-card {
      width: calc(324 / 1440 * 100vw);
      padding: calc(32 / 1440 * 100vw);
    }
  
    .service-image img {
      max-width: calc(260 / 1440 * 100vw);
    }
  
    .service-title {
      margin-bottom: calc(16 / 1440 * 100vw);
    }
  

        /* News Section */
        .section-news {
          width: calc(1200 / 1440 * 100vw);
          padding: calc(120 / 1440 * 100vw) calc(90 / 1440 * 100vw);
        }
      
        .section-news .news-image {
          height: calc(70 / 1440 * 100vw);
          margin-right: calc(80 / 1440 * 100vw);
        }
      
        .section-news th {
          width: calc(180 / 1440 * 100vw);
    
        }

        .section-news .news-image-container {
          margin-right: 6.5vw;
  
        }

        .news-more-button {
          padding: 2.78vw 0 8.33vw;
          background-color: #ffffff;
          width: 100%;
        }

  
    /* Contact Section */
    .contact-container {
      width: calc(1020 / 1440 * 100vw);
    }
  
    .contact-text {
      width: calc(520 / 1440 * 100vw);
      font-size: calc(24 / 1440 * 100vw);
    }
  
    .contact-button {
      width: calc(450 / 1440 * 100vw);
      height: calc(80 / 1440 * 100vw);
    }
  
    .contact-button-text {
      font-size: calc(22 / 1440 * 100vw);
    }
  
    .contact-button img {
      margin-right: calc(24 / 1440 * 100vw);
      margin-left: calc(16 / 1440 * 100vw);
      width: calc(50 / 1440 * 100vw);
      height: calc(50 / 1440 * 100vw);
    }
  
  }



/*-------------1199px以下-------------1*/



@media screen and (max-width: 1119px) {
  /* Header */
  .header01 {
    padding: calc(24 / 1440 * 100vw);
  }


  /* Footer */
  footer {
    padding: calc(120 / 1440 * 100vw) calc(64 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(64 / 1440 * 100vw);
  }

  .footer-left {
    gap: calc(80 / 1440 * 100vw);
  }

  .footer-right {
    gap: calc(56 / 1440 * 100vw);
  }

  .footer-menu ul {
    gap: calc(32 / 1440 * 100vw);
  }

  .top-btn {
    width: calc(140 / 1440 * 100vw);
    height: calc(48 / 1440 * 100vw);
  }

  .top-btn .polygon {
    width: calc(21 / 1440 * 100vw);
    height: calc(14 / 1440 * 100vw);
  }
}










@media screen and (max-width: 899px) {

  .br-sp {
    display: block;
}

/* ------------------------------ */
/* header-sp */
/* ------------------------------ */

.header {
   display: none;
}

body.menu-opened {
  overflow: hidden; /* メニュー展開時にスクロールを無効化 */
}
.sp-menu-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(93deg, #CD3D3C 1.49%, #E29D42 94.42%);
  opacity: 0;
  pointer-events: none;
  transition: 
      opacity 0.3s ease,
      visibility 0.3s ease;
  visibility: hidden;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.sp-menu-open.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

/* メニューコンテナのアニメーション */
.sp-header-menu {
  transition: 
      transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.4s ease;
  transform: translateX(50px);
  opacity: 0;
  width:100%;
  padding:0vw 11.73vw;
  margin-top: 25.60vw;
}
.sp-menu-open.active .sp-header-menu {
  transform: translateX(0);
  opacity: 1;
}
.sp-menu-open:not(.active) .sp-header-menu {
  transform: translateX(50px);
  opacity: 0;
}

/* メニュー項目のアニメーション */
.sp-header-menu-ul .img {
  opacity: 0;
  transform: translateX(30px);
  transition: 
      opacity 0.5s ease,
      transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.sp-menu-open.active .sp-header-menu-ul .img {
  opacity: 1;
  transform: translateX(0);
}
.sp-menu-open:not(.active) .sp-header-menu-ul .img {
  opacity: 0;
  transform: translateX(30px);
}

/* 遅延アニメーション（開く時） */
.sp-menu-open.active .sp-header-menu-ul .img:nth-child(1) { transition-delay: 0.1s; }
.sp-menu-open.active .sp-header-menu-ul .img:nth-child(2) { transition-delay: 0.2s; }
.sp-menu-open.active .sp-header-menu-ul .img:nth-child(3) { transition-delay: 0.3s; }
.sp-menu-open.active .sp-header-menu-ul .img:nth-child(4) { transition-delay: 0.4s; }
.sp-menu-open.active .sp-header-menu-ul .img:nth-child(5) { transition-delay: 0.5s; }

/* 遅延アニメーション（閉じる時） */
.sp-menu-open:not(.active) .sp-header-menu-ul .img:nth-child(1) { transition-delay: 0.5s; }
.sp-menu-open:not(.active) .sp-header-menu-ul .img:nth-child(2) { transition-delay: 0.4s; }
.sp-menu-open:not(.active) .sp-header-menu-ul .img:nth-child(3) { transition-delay: 0.3s; }
.sp-menu-open:not(.active) .sp-header-menu-ul .img:nth-child(4) { transition-delay: 0.2s; }
.sp-menu-open:not(.active) .sp-header-menu-ul .img:nth-child(5) { transition-delay: 0.1s; }


.sp-header-menu-ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8.53vw;
  margin-bottom: 10.67vw;
}
.sp-header-menu-ul .img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.sp-header-menu-ul .img:active {
  transform: scale(0.95);
}
.language-btn-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.language-btn-sp-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.40vw;
  height: 8vw;
  border: 1px solid white;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  font-size: 3vw;
  cursor: pointer;
}
.header-menu-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding: 5.60vw 5.87vw;
  box-sizing: border-box;
  z-index: 1000;
  transition: all 0.5s ease;
}
.header-menu-sp.scrolled {
  background-color: white;
  box-shadow: 0px 2.13vw 2.13vw 0px rgba(2, 36, 63, 0.10);
}
.header-menu-sp .header-logo img {
  width: auto;
  height: 6.40vw;
  transition: opacity 0.5s ease;
}
.header-menu-sp.scrolled .header-logo img {
  content: url('https://aidia.co.jp/wp-content/themes/AIdia06/images/heder_logo_aidea_bk.svg');
}
.header-right-sp {
  display: flex;
  align-items: center;
  gap: 2.13vw;
}
.header-right-sp .image {
  width: auto;
  height: 8.53vw;
}
.sp-menu-btn {
  width: 8.53vw;
  height: 8.53vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  background-color: white;
  border-radius: 1.07vw;
  transition: all 0.5s ease;
}
.sp-menu-btn.scrolled {
  background: linear-gradient(93deg, #CD3D3C 1.49%, #E29D42 94.42%);
  border: 1px solid white;
}
.sp-menu-btn.menu-open {
  background: white;
}
.sp-menu-btn .group {
  width: 4.27vw;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 2.5vw;
          position: relative;
}
.sp-menu-btn .rectangle,
.sp-menu-btn .div {
  height: 0.6vw;
  width: 100%;
  background: linear-gradient(93deg, #CD3D3C 1.49%, #E29D42 94.42%);
  position: absolute;
  transition: all 0.5s ease;
}
.sp-menu-btn.scrolled .rectangle,
.sp-menu-btn.scrolled .div {
  background: white;
}
.sp-menu-btn .rectangle {
  top: 0;
  transform-origin: center;
}
.sp-menu-btn .div {
  bottom: 0;
  transform-origin: center;
}
.sp-menu-btn.menu-open .rectangle,
.sp-menu-btn.menu-open .div {
  background: linear-gradient(93deg, #CD3D3C 1.49%, #E29D42 94.42%);
}
.sp-menu-btn.menu-open .rectangle {
  transform: rotate(45deg);
  top: 38%;
}
.sp-menu-btn.menu-open .div {
  transform: rotate(-45deg);
  bottom: 38%;
}
.contact-btn-sp {
  height: 8.53vw;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.contact-btn-sp img {
  height: 8.53vw;
  width: auto;
  transition: all 0.5s ease;
}
.contact-btn-sp.scrolled img {
  content: url('https://aidia.co.jp/wp-content/themes/AIdia06/images/header-contact-btn-sp-bk.svg');
}

/* ------------------------------ */
/* cover-sp */
/* ------------------------------ */
  .cover {
      background-image: url(https://aidia.co.jp/wp-content/themes/AIdia06/images/cover-bg-sp.png);
      height: 128vw;
  }

  .cover-shape {
      width: 142.93vw;
      height: 141.07vw;
      top: -6vw;
      left: -19vw;
  }

  .cover-title {
      content: url(https://aidia.co.jp/wp-content/themes/AIdia06/images/title_sp.svg);
      width: 67.47vw;
      height: auto;
      left: 6.40vw;
      transform: none;
      top: 50%;
      transform: translateY(-50%);
  }

  .cover-video-shape{
    width: 142.93vw;
    height: 141.07vw;
    top: 0;
    left: -4.27vw;

  }
  /* ------------------------------ */
/* about */
/* ------------------------------ */

  .section-about {
    flex-direction: column;
    width:88.27vw;
    align-items: center;
    padding:10.67vw 5.87vw 17.07vw 5.87vw;
}

.section-about .about-image-container {
    margin-right: 0;
    margin-bottom: 10.67vw;
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-about .about-image {
    height: 12.80vw;
    width: auto;
    margin-top: 0;
    margin-right: 0;
}

.section-about .text-content {

    width: 100%; /* 288px / 332px * 100 */
}

.section-about .text-wrapper {
    font-size: 5.33vw;
    text-align: center;
    margin-bottom: 4.27vw;
}

.section-about .aideidoha-2 {
    font-size: 3.20vw;
    line-height: 225%;
}


    /* ------------------------------ */
/* service */
/* ------------------------------ */


            .section-service {
                background-image: url("https://aidia.co.jp/wp-content/themes/AIdia06/images/section_service_bg-sp.png");
                width:100%;
                max-width: none;
                padding-bottom: 21.33vw;
            }

            .section-service .SERVICE {
                margin-bottom: 10.67vw;
            }

            .service-h2-image {
                width: 100%;
                margin-top: -3.20vw;

            }

            .service-container {
                width: 100%;
                flex-direction: column;
                align-items: center;
                gap: 3.20vw;
            }

            .service-card {
                width: 88.27vw; /* 331px / 375px * 100 */
                padding: 5.33vw 9.60vw 8.53vw;
                margin-bottom: 0vw;
            }


            .service-image {
              margin: auto auto 4.27vw auto ;
              width: 70%;
          }

            .service-image img {
                max-width: 100%;
                width:45.87vw;
                
            }

            .service-title {
                font-size: 4.27vw;
                margin-bottom: 2.67vw;
            }

            .service-description {
                font-size: 3.20vw;
                line-height: 200%;
            }
        

 /* ------------------------------ */
/* Company */
/* ------------------------------ */



.section-company {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 17.07vw 5.87vw 17.07vw 5.87vw;
  background-color: #ffffff;
}

.section-company .company-image-container {
  margin-right: 0;
  margin-bottom: 10.67vw;
  width: 100%;
  display: flex;
  justify-content: center;
}

.section-company .company-image {
  height: 12.80vw;
  margin-right: 0;
  width: auto;
}

.section-company .company-info {
  width: 100%;
  background-color: #FFF5F5;
}

.section-company table {
  width: 100%;
  border-collapse: separate;
  padding:0vw 5.87vw 0vw;
}

.section-company tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #A9AFC4;
  padding-top: 6.40vw;

  
}

.section-company th {
  width: 100%;
  text-align: left;
  padding: 0 0 2.13vw 0;
  font-weight: bold;
  color: #5E6175;
  font-size: 3.20vw;
}

.section-company td {
  width: 100%;
  padding: 0;
  line-height: 1.5;
  color: #1B0000;
  font-size: 3.20vw;
  
  padding-bottom: 6.40vw;}

  tr:last-child{
    border-bottom: 0px solid #A9AFC4;
  }
  


   /* ------------------------------ */
/* News-sp */
/* ------------------------------ */




.section-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 8vw 5.87vw 8vw;
  background-color: #ffffff;
}

.section-news .news-image-container {
  margin-right: 0;
  margin-bottom: 10.67vw;
  width: 100%;
  display: flex;
  justify-content: center;
}

.section-news .news-image {
  height: 12.80vw;
  margin-right: 0;
  width: auto;
}

.section-news .news-container {
  width: 100%;
}

.section-news .news-item {
  display: block;
  padding: 6vw 4vw;
  border:solid #FFF5F5 ;
  border-width:0px 2px 2px 2px;
}

.section-news .news-date-tag-container {
  display: flex;s
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2vw;
  width: 100%;
}

.section-news .news-date {
  width: auto;
  font-size: 3.20vw;
  padding-left: 0;
  margin-right: 3vw;
}

.section-news .news-tag {
  width: auto;
  padding: 0vw 1vw;
  height: auto;
  font-size: 3vw;
  margin-right: 0;
}

.section-news .news-title {
  display: block;
  width: 100%;
  font-size: 3.20vw;
  line-height: 1.5;
  padding-right: 0;
}

.news-more-button {
  width: 100%;
  padding: 0vw 5.87vw 17.07vw;
}

.more-button {
  padding: 3.20vw 8vw;
  font-size: 3.20vw;
  width: 70%;
  text-align: center;
}

 /* ------------------------------ */
/* Contact */
/* ------------------------------ */
 
    .contact-section {
      margin-top: 0;
      background-image: url("https://aidia.co.jp/wp-content/themes/AIdia06/images/section_contact-bg-sp.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 17.07vw 5.87vw;
    }
  
    .contact-container {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0 0;
      box-sizing: border-box;
    }
  
    .contact-text {
      color: white;
      width: 100%;
      font-size: 5.33vw;
      line-height: 1.6;
      text-align: left;
      margin-bottom: 8.53vw;
      
    }
  
    .contact-button {
      display: inline-flex;
      align-items: center;
      width: 88.27vw;
      height: 16.00vw;
      background-color: white;
      border-radius: 4px;
      text-decoration: none;
      transition: transform 0.2s ease;
      padding: 0 2.67vw;
    }
  
    .contact-button img {
      margin-right: 2.67vw;
      width: 10.67vw;
      height: 10.67vw;
    }
  
    .contact-button-text {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
      font-weight: bold;
      font-size: 4.26vw;
      text-align: left;
      flex-grow: 1;
      margin-top:0.1vw;
    }
  
     /* ------------------------------ */
/* footer */
/* ------------------------------ */      


    .footer-desktop {
      display: none;
  }

  .footer-mobile {
      display: block;
      padding: 17.07vw 5.87vw 8.53vw;
  }

  .footer-mobile-container {
      display: grid;
      grid-template-areas: 
          "logo topbtn"
          "menu menu"
          "copyright copyright";
  }

  .footer-mobile-logo {
      grid-area: logo;
      justify-self: start;
  }

  .footer-mobile-logo img {
      height: 10.67vw;
  }

  .footer-mobile-topbtn {
      grid-area: topbtn;
      justify-self: end;
  }

  .footer-mobile-topbtn .top-btn {
      background-color: white;
      width: 32vw;
      height: 10.67vw;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .footer-mobile-topbtn .top-btn .polygon {
      width: 21px;
      height: 14px;
  }

  .footer-mobile-menu {
      grid-area: menu;
  }

  .footer-mobile-menu ul {
      list-style-type: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      column-gap: 8.53vw;
      row-gap: 4.27vw;
      width: 100%;
      margin:10.6vw 0px
  }

  .footer-mobile-menu a {
      color: white;
      text-decoration: none;
      font-size: 3.5vw;
      opacity: 1;
      transition: 0.5s;
      line-height:1;
  }

  .footer-mobile-menu a:hover {
      opacity: 0.5;
  }

  .footer-mobile-copyright {
      grid-area: copyright;
      text-align: center;
      font-size: 2.67vw;
      opacity: 0.5;
      font-family: "LINESeedJP_Rg";
  }



        }