@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  color: #2d2d2d;
  font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", "Crimson Text",
    system-ui, -apple-system, BlinkMacSystemFont,
    "メイリオ", Meiryo, sans-serif;
  background-image: url("../img/backgruound.png"); 
  background-size: cover;              /* 画面全体に拡大縮小 */
  background-repeat: no-repeat;        /* 繰り返さない */
  background-position: center center;  /* 中央寄せ */

}

html, body {
  overflow-x: hidden; /* 横スクロール禁止 */
}

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

ul {
  list-style: none;
}
a {
  color: #2d2d2d;
  text-decoration: none;
}

h2 {
  line-height: 1;
}

h4 {
	font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std W3', 游ゴシック,Meiryo, 'sans-serif';
}
.title01 img {
  width: 350px !important;      
  height: auto;     
  margin-top: 80px;
	margin-left: 100px;
}

.title02 img {
  width: 100px;      
  height: auto;     
  margin-top: 80px;
}

.title03 img {
  width: 250px;     
  height: auto;     
  margin-top: 200px;
}

.title04 img {
  width: 350px;        
  margin-left: 400px;   
  margin-top: 100px;
  display: block;      
}


.title06 img {
  width: 450px;         
  margin-left: 250px;   
  margin-top: 100px;
  display: block;       
}


.highlight-text {
  font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std W3', "游ゴシック", "Noto Sans JP", Meiryo, "Yu Gothic", sans-serif;
  font-weight: 700;      
  font-size: 18px;        
  color: #d44;           
}



/* mainとfooterのコンテンツ幅設定 */
.container {
  max-width: 1100px;
  margin: 0 auto;
}
.site-title {
  width: 110px;
  line-height: 1px;
  margin-right: 50px;
}
.site-title a {
  display: block;
}
.section-title {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 4px;
}


.full-width-banner {
  background-color: #007BFF; 
  color: white;              /* テキスト色 */
  text-align: center;        /* 横方向の中央揃え */
  padding: 40px 20px;        /* 上下40px・左右20pxの余白 */
  width: 100%;               /* 横幅いっぱいに */
}

.full-width-banner p {
  margin: 0;
  font-size: 1.5rem;         /* 文字サイズ（必要に応じて調整） */
}

/* mainのテキスト装飾を設定 */
.block .block-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #003894;
}

.block p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 24px;
  max-width: 800px;
}


/*-------------------------------------------
Header
-------------------------------------------*/
#header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 0 auto;
  font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std W3',游ゴシック,Meiryo,'Noto Sans JP', sans-serif;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9); /* 半透明白 */
  backdrop-filter: blur(10px); /* 背景ぼかし(対応ブラウザのみ) */
  z-index: 1000;  /* 他の要素より上に表示 */
  padding: 20px 30px;  /* 左右に30pxの余白 */
  box-sizing: border-box;  /* パディングを含めて幅100%に */
}

#header ul {
  display: flex;
}
#header li {
  font-size: 1rem;
  margin-right: 30px;
}

#header li:last-child {
  margin-right: 0;
}


header nav a {
  color: #333;   /* 通常時の文字色 */
  text-decoration: none;  /* 下線を消したい場合 */
  transition: color 0.3s; /* 色の変化をなめらかに */
}

header nav a:hover {
  color: #003894;   
}

.menu-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.menu-btn span {
  display: block;
  height: 4px;
  background: #003894;
  border-radius: 2px;
}

/*-------------------------------------------
TOPページ
-------------------------------------------*/


.toppage-img img {
  width: 400px !important;       /* お好みのサイズ */
  height: auto;
  display: block;

}

.toppage-category {
  flex: 1;
}

.toppage-img {
  flex-shrink: 0;      /* 縮まないように */
}



/* テキストの色と太さを変える */
.decorated-text {
  color: #333333;       
  font-weight: 700;    
	font-size: 23px;
	margin-top: 20px;

}



/*-------------------------------------------
固定ページ共通
-------------------------------------------*/

.btxt-text {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
  font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std W3', 游ゴシック,Meiryo, 'sans-serif';
  margin-top: 20px;
}



.title-block-img {
 width: 550px;
  height: auto;
  display: block;
}

.box {
  display:flex;
  flex-direction: row;
  justify-content: center; /* 中央寄せ */
  max-width: 1100px;       /* 横幅を固定したい場合 */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  padding: 0 50px;        /* 左右に50pxの余白 */
  gap: 70px;
  box-sizing: border-box; /* パディング込みで幅計算 */
}

.box:nth-child(odd) {
  flex-direction: row-reverse;
  justify-content: flex-end;  /* ←中央側に寄せる */
}



.box:nth-child(odd) .pict {
  margin-left: 0;
  margin-right: 3%;
}

.box-about {
  display:flex;
  flex-direction: row;
  justify-content: space-between; /* 中央寄せ */
  gap: 80px;               /* テキストと画像の間の余白 */
	max-width: 1100px;       /* 横幅を固定したい場合 */
	margin: 100px auto;
}


.box-about-text{
  display: inline-block;
	
}

.box-about-img {
	display: inline-block;
	max-width: 450px; 
}

/* 初期状態：スマホ用非表示 */
.sp-img {
  display: none;
}

/*-------------------------------------------
アニメーション
-------------------------------------------*/
.slide-in {
  opacity: 0;
  transform: translateY(50px);  /* 下から50pxスライドイン */
  transition: all 1s ease-out;
}

.slide-in.active {
  opacity: 1;
  transform: translateY(0);
}



  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/

.mainvisual {
  width: 100%;            /* 横幅は画面いっぱい */
  max-width: 1300px;      /* 最大1200pxまで広げる */
  margin: 100px auto;         /* 中央寄せ */
  padding: 0 50px;        /* 左右に50pxの余白 */
  box-sizing: border-box; /* パディング込みで幅計算 */
}

.mainvisual img {
  width: 100%;            /* 画像も親要素に合わせて幅いっぱい */
  max-width: 100%;
  height: auto;           /* 縦横比を保持 */
  display: block;         /* 下の余白を防ぐ */
}
	

.content {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.content .img {
  width: 50%;
}
.content .text {
  width: 50%;
  padding: 0 7%;
}


/*-------------------------------------------
EVENT（TOPページ）
-------------------------------------------*/

.event-button {
  display: block;
  width: 200px; 
  height: 60px; 
  margin: 20px auto 0 0px;
  background-image: url('../img/button_more.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.event-button:hover {
  background-image: url('../img/button_more_hover.png');
}

/*-------------------------------------------
EVENT固定ページ
-------------------------------------------*/
#event-page .container {
  max-width: 1800px; 
  width: 100%;
  margin: 0 auto;
}

	.img img {
  	max-width: 400px; 
  	width: 100%;
  	height: auto;
}

.event-block-img {
 width: 450px;
  height: auto;
  display: block;
}

.song-button {
  display: block;
  width: 350px; 
  height: 60px; 
  margin: 40px 0 0 0;
  background-image: url('../img/event/song_button.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.song-button:hover {
  background-image: url('../img/event/song_button_hover.png');
}


/*-------------------------------------------
よくある質問
-------------------------------------------*/
.question {
  text-align: center;         /* 中央揃え */
  padding: 20px;              /* 余白（任意） */
}

.question-text {
  font-size: 25px;      
  color: #003894;         
  font-weight: bold;     
  margin: 100px 0 0 0;         /* 上下に余白（任意） */
	
}

/* 画像のスタイル */
.question img {
  width: 350px;           /* 横幅 */
  height: auto;           /* 高さは自動調整 */
}


.accordion {
  max-width: 1000px;
  margin: 20px auto;   /* 中央配置 */
  font-family: sans-serif;
}

.accordion-header {
  width: 100%;
  padding: 10px 15px;
  background-color: transparent; /* ← 背景色なし */
  border: none;
  text-align: left;
  font-size: 18px; 
  font-weight: bold;
  color: #333;                  /* ← 文字色を黒に統一 */
  cursor: pointer;
  position: relative;
  margin: 5px 0;
}

.accordion-header::after {
  content: "+";                 
  position: absolute;
  right: 20px;                 
  font-size: 16px; 
  color: #000;                  /* ← ＋／− も黒に */
  transition: transform 0.3s;
}

.accordion-header.active::after {
  content: "−";       
}


.accordion-content {
  display: none;      /* 最初は非表示 */
  padding: 10px 15px;
  background-color: #fff;
}

/* 最後のpだけはボーダーを消す */
.accordion-content p:last-child {
  border-bottom: none;
}


.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
  display: flex;
  justify-content: space-between;   /* 左右に配置 */
  align-items: center;
  padding: 15px;
  padding-right: 40px;
  cursor: pointer;
  font-weight: bold;
  background-color: #f9f9f9;
}

.accordion-toggle {
  font-size: 1.5rem;
}



.accordion-content p {
  font-size: 1.1rem; 
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std W3',游ゴシック, Meiryo, 'sans-serif';
  color: #333;    
  padding: 8px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;  /* 下にラインを追加 */
}

/*-------------------------------------------
STREAMING（固定ページ）
-------------------------------------------*/


.streaming-button {
  display: block;
  width: 200px; /* ボタンのサイズ（画像サイズに合わせる） */
  height: 60px; /* ボタンの高さ（画像サイズに合わせる） */
  margin: 20px auto 0 0px;
  background-image: url('../img/button_more.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.streaming-button:hover {
  background-image: url('../img/button_more_hover.png');
}




/*-------------------------------------------
MOVIE固定ページ
-------------------------------------------*/

section {
  width: 100%;         /* 親要素の幅いっぱいにする */
  max-width: 1100px;    
  margin: 0 auto;      /* 中央寄せ */
  padding: 0 50px;     /* 左右に余白をつける（画面が小さいとき用） */
  box-sizing: border-box; /* padding込みで幅計算 */
}


.movie-button {
  display: block;
  width: 200px; /* ボタンのサイズ（画像サイズに合わせる） */
  height: 60px; /* ボタンの高さ（画像サイズに合わせる） */
  margin: 20px auto 0 0px;
  background-image: url('../img/button_more.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.movie-button:hover {
  background-image: url('../img/button_more_hover.png');
}

.three-column {
  display: flex;
  max-width: 1100px;      /* .box に合わせる */
  margin: 0 auto 100px; ;        /* 中央寄せ */
  gap: 30px;             /* カラム間の余白 */
  justify-content: space-between;
  box-sizing: border-box;
}

#movie .text p {
  color: #333333;
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
}


.column-item img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.column-item {
  flex: 1;    
  text-align: center;
}


.column-item p {
  font-size: 18px;
  color: #333;
  text-align: left;
}

.column-title {
  color: #003894;         
  margin-top: 20px;       
  margin-bottom: 10px; 
  text-align: left; 
  font-size: 1.25rem;        
  font-weight: bold;      
}


/*-------------------------------------------
MUSIC（TOPページ）
-------------------------------------------*/

.music-button {
  display: block;
  width: 200px; /* ボタンのサイズ（画像サイズに合わせる） */
  height: 60px; /* ボタンの高さ（画像サイズに合わせる） */
  margin: 20px auto 0 0px;
  background-image: url('../img/button_more.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.music-button:hover {
  background-image: url('../img/button_more_hover.png');
}

/*-------------------------------------------
MUSIC固定ページ
-------------------------------------------*/

.img-yanagiman {
  text-align: center;
  margin-top: 200px;
  margin-bottom: 200px;
}

.img-yanagiman img {
  width: 1100px;   /* お好みのサイズに調整 */
  height: auto;   /* 縦横比を保つ */
  margin: 0 auto;	
}

.music-flow img {
  display: block;          /* ブロック要素にする */
  margin: 200px auto;      /* 上下200px、左右は自動で中央配置 */
  width: 800px;            
  height: auto;            /* 縦横比を維持 */
}

.music-samples {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 40px;
}

.music-title {
  margin: 10px 0;
  font-size: 15px;
  font-weight: 600;
}

.music-item {
  flex: 1 1 calc(33.333% - 14px); /* 3列にするため33.333%、gapの分少しマイナス */
  min-width: 200px;               /* 必要に応じて調整 */
  padding: 15px;

}

/* デフォルトはスマホ画像を非表示 */
.img-yanagiman .img-sp {
  display: none;
}

.music-flow .img-sp {
  display: none;
}
/*-------------------------------------------
DESIGN（TOPページ）
-------------------------------------------*/

.design-button {
  display: block;
  width: 200px; /* ボタンのサイズ（画像サイズに合わせる） */
  height: 60px; /* ボタンの高さ（画像サイズに合わせる） */
  margin: 20px auto 0 0px;
  background-image: url('../img/button_more.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.design-button:hover {
  background-image: url('../img/button_more_hover.png');
}

/*-------------------------------------------
DESIGN（固定ページ）
-------------------------------------------*/


.two-column-section {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.two-column {
  display: flex;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto 80px auto;
  padding: 0; 
}

.pc-br {
  display: inline;  /* PCだけ改行あり */
}

.sp-only {
  display: none; /* PCだけ改行なし */
}
/*-------------------------------------------
ABOUT（TOPページ）
-------------------------------------------*/

#about img {
  width: 500px;      
  height: auto;      
  margin-top: 80px;
  margin-bottom: 100px;
}


.about-title {
  width: 250px;
  height: auto;
}


.about-index-text {
  margin: 30px 0;
  font-size: 1rem; 
  font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std W3', 游ゴシック,Meiryo, 'sans-serif';
  color: #333;
  line-height: 1.6;
  font-weight: bold;
 
}

.about-text {
  margin: 50px 0px 20px;
  font-size: 1.2rem; 
  font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std W3', 游ゴシック,Meiryo, 'sans-serif';
  color: #333;
  line-height: 1.6;
 
}

/*-------------------------------------------
ABOUT（固定ページ）
-------------------------------------------*/


/*-------------------------------------------
ABOUTのタイトル画像装飾
-------------------------------------------*/
.about-title-image {
  width: 350px;      /* 好きな幅に変更 */
  height: auto;      /* 縦横比を保持 */
  display: block;
  margin: 0;
}


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

.rinen-title {
	  font-size: 1.6rem;

}

.tagline {
  max-width: 500px;        
  height: auto;
  text-align: center;
  margin: 100px 0px 20px;
}

.title02 .text {
  text-align: center;     
  margin-top: 100px ;
}

.title02 .img img {
  max-width: 600px;       
  height: auto;
}

.title07 {
  text-align: left;      /* 左寄せ */
  margin-top: 150px;
  margin-bottom: 150px;
}

.title07 img {
  width: 400px;
  height: auto;
  display: block;
}

.img-about img {
  display: block;
  margin: 0px auto 200px auto;
  width: 600px;
  height: auto;
}


#rinen {
	margin-top: 100px;
  margin-bottom: 200px;
}

/* 企業理念画像のPC表示 */

.rinen-pc {
  width: 900px; /* 好きな幅に調整 */
  height: auto; /* 縦横比を保ったままリサイズ */
  display: block;
  margin: 0 auto;
}

.rinen-sp {
  display: none;
}


.company-profile {
  max-width: 900px;
  margin: 50px auto;
}

.profile-row {
  display: flex;
  padding: 20px 0;              
  border-bottom: 1px solid #ccc;
}

.profile-title {
  width: 150px;                 
  font-weight: bold;
  font-size: 1.2rem;         
  font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std W3', 游ゴシック,Meiryo, 'sans-serif';
  color: #333;                 
}

.profile-detail {
  flex: 1;
  font-size: 1.2rem;         
  font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std W3', 游ゴシック,Meiryo, 'sans-serif';
  color: #555;                
}



.company-map {
  max-width: 850px;
  margin: 40px auto;
}

.company-map iframe {
  width: 100%;
  height: 600px;
  border: 0;
}

/*-------------------------------------------
SECURITY
-------------------------------------------*/
.security {
  text-align: center;
  margin: 80px 0;
}

.security-icon {
  display: inline-block;     /* 横並び */
  position: relative;        /* 画像重ねるため */
  width: 250px;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.security-icon img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.security-icon img.hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.security-icon:hover img.hover {
  opacity: 1;
}

.security-icon:hover img.normal {
  opacity: 0;
}

.security-policy {
  max-width: 800px;       /* 読みやすい幅に制限 */
  margin: 0 auto;         /* 中央寄せ */
  padding: 100px 20px;     /* 上下左右余白 */
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
               "MS P明朝", "MS PMincho", serif;
}

.policy-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

.policy-subtitle {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.policy-text {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 20px;
}

.policy-sign {
  text-align: right;
  margin-top: 40px;
  font-size: 14px;
}

.iso-profile {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
               "MS P明朝", "MS PMincho", serif;
  max-width: 1000px;    /* 必要に応じて幅調整 */
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.iso-row {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;  /* 下線を入れる */
	font-size: 18px;
}

.iso-title {
  width: 250px;        /* 左側の固定幅（お好みで） */
  font-weight: bold;
}

.iso-detail {
  flex: 1;             /* 右側は可変幅 */
}

/*-------------------------------------------
RECRUIT（TOPページ）
-------------------------------------------*/
.recruit-section {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 900px;
  margin: 0 auto;
  background-image: url('../img/index_recruit.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  overflow: hidden;  /* 子要素がはみ出るのを防ぐ */
}

/* 子要素をまとめるコンテナ */
.recruit-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;        
  height: 900px;
  transform-origin: top left; 
}

/* 任意の位置に配置 */
.title-image {
  max-width: 350px;
  height: auto;
  margin-top: 80px;

}

.recruit-button {
  position: absolute;
  top: 60%;        
  left: 60%;
}

.recruit-button img {
  max-width: 350px;
  height: auto;
}


.recruit-button:hover img {
  content: url("../img/recruit-button_hover.png");
}

.container-wrapper {
  width: 100%;
  height: 500px;
  background: url('../img/index_recruit.png') no-repeat center center;
  background-size: cover;
}

/*-------------------------------------------
RECRUIT（固定ページ）
-------------------------------------------*/


.recruit-title {
  text-align: center;     /* 中央揃え */
  color: #003894;         
  font-size: 1.5rem;      /* お好みで大きさ調整 */
  margin: 100px 0 50px 0;         /* 上下に余白（任意） */
  font-weight: bold; 
}

.interest-list {
  max-width: 900px;          /* 全体の幅を制御 */
  margin: 0 auto;            /* 中央配置 */
}

.interest-list ul {
  display: flex;
  flex-wrap: wrap;           /* 折り返しあり */
  justify-content: center;   /* 横中央揃え */
  list-style: none;
  padding: 0;
  margin: 0;
}

.interest-list li {
  width: 45%;                /* 必ず2列になるよう固定幅（調整可能） */
  margin: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  padding-left: 30px;
  white-space: nowrap;       /* テキストを折り返さない */
}

.interest-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #333;
  font-size: 1.5rem;
  line-height: 1;
}

/* デフォルト（PC）はリスト表示、画像は非表示 */
.interest-sp {
  display: none;
}

.img_guidlines {
  text-align: center;    /* 中央配置 */
  margin: 150px 0px 0px 0px ;        /* 上下に余白（お好みで調整） */
}

.img_guidlines .guidlines {
  width: 300px;          /* 幅を変更（お好みで調整） */
  height: auto;          /* 縦横比を保つ */
}


.profile-heading {
  font-size: 23px;
  color: #003894;
}


/*-------------------------------------------
CONTACT（TOPページ）
-------------------------------------------*/
.contact-text {
  text-align: center;     /* 中央揃え */
  color: #003894;         
  font-size: 1.4rem;      /* お好みで大きさ調整 */
  margin: 100px 0 0 0;         /* 上下に余白（任意） */
  font-weight: bold; 
}

.contact-area {
  text-align: center;
  margin: 30px 0;
}

.contact-button {
  display: inline-block;
  width: 300px;
  height: 80px;
  background-image: url('../img/button_contact.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.contact-button:hover {
  background-image: url('../img/button_contact_hover.png');
}

/*-------------------------------------------
CONTACT（固定ページ）
-------------------------------------------*/
.info-text {
  padding: 15px 0;
	margin-top: 50px;
  margin-bottom: 40px;
  font-size: 1.2rem;
  color: #333333;
  line-height: 1.5;
  white-space: pre-wrap;
  text-align: center;
	font-weight:  bold;  
	font-family: 游ゴシック,'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std W3', Meiryo, 'sans-serif';
}

.text {
  font-size: 30px;     
  color: #003894;       
  font-weight: 900;   
  font-family: 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ Std W3',游ゴシック, Meiryo, 'sans-serif';
  text-align: center;
}

.contact-image {
  width: 500px;       
  height: auto;      
  display: block;  
  margin: 30px auto;
}

form {
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: center;   /* フォーム全体中央寄せ */
    }
    form > div {
      width: 100%;           /* 項目はフォーム幅いっぱい */
      max-width: 500px;      /* 最大幅 */
    }
    label {
      font-weight: bold;
      margin-bottom: 5px;
      display: block;
    }
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea {
      padding: 10px;
      font-size: 1rem;
      border: 1px solid #ccc;
      border-radius: 4px;
      width: 100%;
      box-sizing: border-box;
      resize: vertical;
    }
    textarea {
      min-height: 120px;
    }

button {
  width: 150px;
  padding: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  background-color: #003894;  
  border: 1px solid #003894;  
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: center;
  margin: 80px 0; 
}

button:hover {
  background-color: white;    
  color: #003894;             
  border-color: #003894;      
}

.contact-inner {
  width: 1100px;       /* 画像を収める親要素の幅を指定 */
  margin: 100px auto; 
}

.contact-inner img {
  width: 40%;        /* 親に合わせて画像を縮小 */
  display: block;   
}

/*-------------------------------------------
SNS
-------------------------------------------*/
.sns {
  text-align: center;      
  margin: 80px 0;          
}

.sns-icon {
  width: 40px;             /* アイコンの大きさ */
  margin: 0 10px;          /* 左右の間隔 */
  vertical-align: middle;  /* 高さ揃え */
  transition: 0.3s ease;   /* ホバーアニメーション（任意） */
}

/* ホバー時に少し拡大する（任意） */
.sns-icon:hover {
  transform: scale(1.1);
}

/*-------------------------------------------
WORKS(固定ページ)
-------------------------------------------*/
.work-maintitle {
  max-width: 1200px;      /* 最大幅を決める */
  width: 90%;             /* 画面幅の90%（画面が狭いときは縮む） */
  margin: 0 auto;         /* 中央寄せ */
  text-align: left;        
  margin-bottom: 50px;       /* 下にも余白を追加 */
}

.work-title01 {
  width: 280px;              /* 任意の幅に調整 */
  height: auto;              /* アスペクト比を保持 */
  padding-top: 100px;        /* 固定ヘッダーの高さぶん余白をとる */
  display: block;  

}
	
.work-title02 {
  width: 400px;
  height: auto;                   
  display: block; 

}

.works {
  display: flex;
  flex-wrap: wrap;              /* 折り返しありで横に並べる */
  justify-content: center;      /* 中央揃え */
  gap: 30px;                    /* アイテム間の間隔 */
  margin: 60px auto;            /* 上下余白＋中央配置 */
  max-width: 1200px;            /* ページ全体の幅を制御 */
}

.work-item {
  width: 30%;                   /* 3列分の幅 */
  text-align: left;           
}

.work-item img {
  width: 100%;                  
  height: auto;                 
  display: block;
  margin-bottom: 10px;
}


.work-title {
  font-weight: 700; 
   font-size: 20px;
}

.work-caption {
  font-weight: normal;
	font-size: 18px;
}


.work-button {
  display: block;
  width: 330px; /* ボタンのサイズ（画像サイズに合わせる） */
  height: 80px; /* ボタンの高さ（画像サイズに合わせる） */
  margin: 100px auto;
  background-image: url('../img/work_button.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1s ease;
}

.work-button:hover {
  background-image: url('../img/work_button_hover.webp');
}

.work-button.slide-in {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.2s ease-out; 
}

.work-button.slide-in.active {
  opacity: 1;
  transform: translateY(0);
}

.work-video-player {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 20px auto;
}

.show-controls {
   
}

.movie-content {
  text-align: left;  
  max-width: 500px;
  width: 100%;
	
}

.movie-item {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0;
	
}

#streaming-section {
  scroll-margin-top: 120px; /* 好きな高さに調整 */
}

#movie-section {
  scroll-margin-top: 120px; /* 好きな高さに調整 */
}

#design-section {
  scroll-margin-top: 120px; /* 好きな高さに調整 */
}

#music-section {
  scroll-margin-top: 120px; /* 好きな高さに調整 */
}
/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
  text-align: center; 
  padding: 20px 0;
}

#footer .footer picture {
  display: inline-block; /* 画像を中央に置くため */
}

#footer .footer img {
  display: inline-block;
  width: 1100px;
  max-width: 100%; 
  height: auto;
}



/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual {
    max-width: 100vw;
    margin: 50px 0;              /* 自動中央寄せも解除 */
    padding: 0;             /* 左右余白もなしに */
  }

  .mainvisual img {
    width: 100vw;           /* ビューポート幅にぴったり合わせる */
  }
	
	.container {
  max-width: 900px;
  margin: 0 16px;
	}
}


  /*-------------------------------------------
  Header
  -------------------------------------------*/
  @media (max-width: 1200px) {
  /* ヘッダー本体 */
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;           
    padding: 0 10px;
    position: fixed;       /* ページ上部に固定 */
    top: 0;
    left: 0;
    width: 100%;
    background:rgba(255, 255, 255, 0.8);
    z-index: 1000;         /* 最前面に */
  }

  .site-title img {
    height: 20px;          /* ロゴを小さく */
    width: auto;
  }
}

/* ハンバーガーメニュー部分 */
@media (max-width: 1200px) {
  .menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent;
    border: none;
	outline: none;
    padding: 0;
	margin-right: 10px; 
	z-index: 3000;
  }

  .menu-btn span {
    display: block;
	width: 30px;
    height: 3px;
    background: #003894; 
    border-radius: 2px;   /* 角丸 */
  }

  /* メニュー部分 */
  #header nav {
    display: none;          /* 初期は非表示 */
    position: absolute;    /* ヘッダーの下に重ねて表示 */
    top: 50px;             /* ヘッダーの高さ分だけ下に */
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);  
	padding: 10px 0;
    z-index: 2000;
  }

  #header nav.active {
    display: block;
  }

  #header ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  #header li {
    margin: 5px 0;
    font-size: 1.3rem;
    list-style: none;
    text-align: center;
  }
}



/*-------------------------------------------
 TOPページ
  -------------------------------------------*/

@media screen and (max-width: 768px) {
  .slider {
    width: 100vw;
    height: 50vh; 
    overflow: hidden;
    position: relative;
    margin-top: 50px; 
  }

  .slider img {
    width: 50%;
    height: 80%;
    object-fit: cover; /* 画像を枠内にトリミングしつつ全体に表示 */
    display: block;
  }
}


@media screen and (max-width: 767px) {
  .box:nth-child(odd) {
    flex-direction: column;  /* 偶数・奇数問わず縦並びにする */
  }

  .toppage-img {
    order: 1;  /* 画像を一番上に */
  }
  .toppage-category {
    order: 2;  /* テキストを次に */
	padding: 0;
    margin: 0;
    width: 100%;

  }

  .toppage-category img {
    display: block;           
    margin: 0;               
    max-width: 100%;         
    height: auto;
  }
	
	.decorated-text {   /* スマホの時テキストを改行させる */
  white-space: normal;          
  word-break: keep-all;        
  overflow-wrap: break-word;   
}

  .section-title {
    font-size: 35px;  
  }

}

/* サービス内容タイトル画像 */
@media screen and (max-width: 768px) {
  .toppage-category img {
	width: auto ;
    max-width: 330px ;
    height: auto ;
  }
	
}
	
	
/* 事業領域画像 PC用非表示・スマホ用表示 */
@media screen and (max-width: 767px) {
  .pc-img {
    display: none;
  }
  .sp-img {
    display: block;
    margin-top: 50px;
	margin-bottom: 80px;
  }
}


/* ABOUT  */
/* 会社画像  */
@media screen and (max-width: 900px) {
  .box-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
  }
	

  .box-about .toppage-category {
    display: flex;
    flex-direction: column;
    align-items: left;
    order: 1;  /* 先に表示 */
  }


  .box-about .box-about-img {
    order: 2;  /* 次に表示 */
  }


  .box-about .about-title-image {
    width: 300px;
    margin-bottom: 10px;
  }

  .box-about .decorated-text {
	order: 3;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }

  .box-about .event-button {
    order: 4;
	margin-top: 10px;
  }
	
	.about-title-image {
    width: 300px;
    margin-bottom: 10px;
  }
}


@media screen and (max-width: 768px) {
  .btxt-text {
    font-family: 'Noto Sans JP', sans-serif; /* ヒラギノが無い端末はNoto Sans JPへフォールバック */
    font-size: 16px;
    font-weight: 500; /* スマホでは細字 */
    margin-bottom: 30px;
  }
}

/* RECRUIT  */
  @media screen and (max-width: 768px) {
  .recruit-button {
    position: absolute !important;
    top: 70% !important; 
    left: 34% !important; 
    transform: translate(-50%, -50%) !important; 
    width: 230px !important; 
	}
}
	
  @media screen and (max-width: 768px) {
  .title-image {
    width: 280px;
    height: auto;
	display: flex;
	padding: 50px 5px;
  }
}
 
  @media screen and (max-width: 768px) {
  .content {
    flex-direction: column;
  }
  .content .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .content .text {
    width: 100%;
    padding: 0;
  }
}

 

/*-------------------------------------------
固定ページ共通
-------------------------------------------*/
@media screen and (max-width: 600px) {
  .btxt {
    width: 80%;       /* 親要素の幅を狭める */
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 600px) {
	.question-text {
  font-size: 25px;      
  color: #003894;         
  font-weight: bold;     
  margin: 30px 0 0 0;         /* 上下に余白（任意） */
	}
	
	.accordion-header {
   	font-size: 16px;
	}
	
	.accordion-content p {
  font-family: 'Noto Sans JP', sans-serif; /* ヒラギノが無い端末はNoto Sans JPへフォールバック */
  font-size: 16px;
  font-weight: 500; /* スマホでは細字 */
  padding: 8px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;  /* 下にラインを追加 */
	}
}
	
@media screen and (max-width: 768px) {  
  .box {
    flex-direction: column;
    align-items: center;
    max-width: 100%;    
    padding: 0 30px;      
    gap: 20px;          
  }
	
	.contact-text {
  text-align: center;     /* 中央揃え */
  color: #003894;         
  font-size: 1.2rem;      /* お好みで大きさ調整 */
  margin: 100px 0 0 0;         /* 上下に余白（任意） */
  font-weight: bold; 
}
}

/* 横並びを保つときに潰れすぎないよう調整 */
.box > div {
  min-width: 250px;  /* 必要に応じて調整 */
}

		
/* スマホ以下のタイトル画像サイズ */
@media screen and (max-width: 768px) {
  .title-block-img {
	  width: 100%;
  max-width: 330px;
  height: auto;
	display: block;
}
	
	.column-title {
  color: #003894;         
  margin-top: 10px;       
  margin-bottom: 10px; 
  text-align: left; 
  font-size: 18px;       
  font-weight: 700;      
	}
}

/*-------------------------------------------
EVENT
-------------------------------------------*/
@media screen and (max-width: 768px) {
  .song-button {
    margin-top: 20px;   /* 上の余白 */
    margin-bottom: 20px;/* 下の余白 */
    margin-left: auto;  /* 中央寄せを維持 */
    margin-right: auto; /* 中央寄せを維持 */
  }
}

/*-------------------------------------------
MOVIE
-------------------------------------------*/
@media screen and (max-width: 768px) {
  .three-column {
    flex-direction: column;
    align-items: center;
	  padding: 0;
  }
	 .three-column > .column-item {
    flex: none;                 /* 自動ではなく固定幅解除 */
    width: 100%;                /* 幅いっぱい */
    max-width: 100%;            
    box-sizing: border-box;
  }

  .three-column img {
    width: 100%;                /* 画像も幅いっぱい */
    height: auto;
    display: block;
  }

  .three-column .text {
    width: 100%;                /* テキストブロックも幅いっぱい */
  }
}



 @media screen and (max-width: 1000px) {
  .column-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
	.movie-item {
    padding: 0 20px;
 }
	
}
	
/*-------------------------------------------
MUSIC
-------------------------------------------*/
@media screen and (max-width: 600px) {
  .music-samples {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }
  .music-item {
    max-width: 400px; /* 最大幅を設定 */
  }
}

@media screen and (max-width: 768px) {
  .img-yanagiman .img-pc {
    display: none;
  }
  .img-yanagiman .img-sp {
    display: block;
	max-width: 350px;
  }
	.img-yanagiman {
    box-sizing: border-box;
  }
	.img-yanagiman {
  text-align: center;
  margin: 50px auto;
}
}


	@media (max-width: 768px) {

  .music-flow .img-sp {
    width: 100%;
    height: auto;
    display: block;
	margin: 80px auto;
  }

  .music-flow .img-pc {
    display: none;
  }
}


/*-------------------------------------------
DESIGN
-------------------------------------------*/
	@media screen and (max-width: 768px) {
  .two-column {
    flex-direction: column;     /* 縦並び */
    align-items: stretch;        /* 中央揃え */
    padding: 0;              /* 左右余白を画面幅の割合に変更 */
    max-width: 100%;            /* 幅制限を解除 */
    gap: 20px;                  /* 縦方向の間隔を少し狭く */
  }

  .two-column > .column-item {
    flex: none;                 /* 自動ではなく固定幅解除 */
    width: 100%;                /* 幅いっぱい */
    max-width: 100%;            
    box-sizing: border-box;
  }

  .two-column img {
    width: 100%;                /* 画像も幅いっぱい */
    height: auto;
    display: block;
  }

  .two-column .text {
    width: 100%;                /* テキストブロックも幅いっぱい */
  }
}
	
/* スマホ（768px以下）では改行を消す */
@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
}
		
/* Q&A スマホ（768px以下）だけ表示 */
@media screen and (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}
/*-------------------------------------------
ABOUT
-------------------------------------------*/
@media screen and (max-width: 768px) {

  #rinen {
	margin-top: 50px;
  margin-bottom: 60px;
}
	.rinen-title {
	  font-size: 1rem;
}
	.rinen-pc {
    display: none;
  }

  .rinen-sp {
    display: block;
    width: 100%;
    height: auto;
	padding-left: 20px;
    padding-right: 20px;
	margin: 0px auto 0px ;
  }


  .rinen-title,
  .about-text {
    display: none;
  }


.tagline {
  max-width: 300px;        
  height: auto;
  text-align: center;
  margin: 50px 0px 0px;
}

	.img-about img {
 	margin: 30px auto 80px ;
	padding-left: 10px;
    padding-right: 10px;
}
	}
/*-------------------------------------------
RECRUIT
-------------------------------------------*/
@media screen and (max-width: 768px) {
  .interest-list ul {
    display: none;        /* リスト非表示 */
  }

  .interest-sp {
    display: block;       /* 画像表示 */
    width: calc(100% - 32px); /* 左右16pxずつ余白 */
    margin: 0 auto;       /* 中央寄せ */
    height: auto;
  }

	.recruit-title {
  text-align: center;     
  color: #003894;         
  font-size: 18px;            
  margin:40px 0;  
}
}	
@media screen and (max-width: 768px) {
  .company-profile,
  .company-profile * {
    box-sizing: border-box; /* 子要素にも適用 */
  }

  .company-profile {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 50px;
  }

  .profile-row {
    display: flex;
    flex-direction: column;
  }

  .profile-heading {
    margin: 0 0 20px 0; /* 左右の余白なし */
    font-size: 18px;
    color: #003894;
  }

  .profile-title {
    width: 100%;
    margin: 0 0 10px 0; /* 左右の余白なし */
    font-weight: bold;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif, 游ゴシック, Meiryo;
    color: #333;
  }

  .profile-detail {
    width: 100%;
    margin: 0; /* 左右の余白なし */
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif, 游ゴシック, Meiryo;
    color: #555;
  }
}


/*-------------------------------------------
 実績一覧
  -------------------------------------------*/
  
@media screen and (max-width: 767px) {
  .work-button {
    display: block;         
    margin: 40px auto;         
    width: 100%;            
    max-width: 250px;     
  }
	
	.work-title01 {
  width: 200px;             
  height: auto;              
  padding-top: 100px;        
  display: block;  

}
}

/* スマホ用：左揃え */
@media (max-width: 768px) {
  .title05 img {
    margin-left: 30px;    
    width: 80%;        
    max-width: 300px;   
  }
}

@media screen and (max-width: 768px) {
	.title06 img {
    margin-left: 30px;     
    width: 100%;         
    max-width: 400px;  
  }
}
	
@media screen and (max-width: 768px) {
	.title07 img {
    margin-left: 30px;     
    width: 100%;        
    max-width: 400px;  
  }
}

/* スマホサイズ（例: 768px以下）の時に縦並びにする */
@media (max-width: 768px) {
  .works {
    flex-direction: column;
    align-items: center;       
  }

 .work-item {
    width: 100%;                    /* 画面幅の90% */
    max-width: 450px;              /* 必要に応じて最大幅 */
    margin-bottom: 20px;           /* 下に余白 */
	padding-left: 16px;
    padding-right: 16px;
  }

  .work-item img {
    width: 100%;                   /* 親要素の幅に合わせる */
  }

  .work-item p {
    font-size: 4vw;                /* 画面幅に応じて大きく可変 */
  }
}

/*-------------------------------------------
セキュリティ
-------------------------------------------*/
@media (max-width: 768px) {
  .security {
    flex-direction: column;
    align-items: center; /* 子要素を中央配置 */
  }

  .security-icon {
    margin-bottom: 80px; /* 下に余白（任意） */
  }
	.policy-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}
	.policy-subtitle {
  font-size: 18px;
}
	.iso-row {
    display: flex;
    flex-direction: column; /* 縦並びにする */
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
  }

  .iso-title {
    font-weight: bold;
    margin-bottom: 8px;
	font-size: 18px;
  }

  .iso-detail {
    line-height: 1;
	font-size: 16px;
  }
}

	
/*-------------------------------------------
CONTACT
-------------------------------------------*/	
@media screen and (max-width: 768px) {

	.contact-inner img {
    width: 50%;       /* ← スマホでは小さめに調整 */
    max-width: 300px;   
	padding-left: 16px;
}

}

	@media screen and (max-width: 768px) {
  .contact-image {
    width: 300px;  
	display: block;     
    margin: 20px auto;
  }
}
	
/*-------------------------------------------
Footer
-------------------------------------------*/
@media screen and (max-width: 768px) {
  #footer .footer img {
     max-width: 90%;   /* 画面幅の90%に縮める */
    margin: 0 auto;   /* 中央寄せ */
    display: block;   /* margin:auto を効かせる */
  }
 }