@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}


a:active, a:focus,input:active, input:focus{outline:0;}



/* フッター
------------------------------------------------------------*/
#footer {
  padding: 50px 0;
  text-align: center;
  font-size: 12px;
  background: #f2f2f2;
  color: #333;
  line-height: 2.5;
}

#footer a {
  color: #333;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p {
  margin: 5px 0;
}

/* 前後に線を追加 */
.privacy a::before,
.privacy a::after {
  content: "|";       /* 縦線 */
  margin: 0 8px;      /* 文字との間隔 */
  color: #333;        /* 線の色 */
}


/* 共通
------------------------------------------------------------*/

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

section{
	clear:both;
	padding-top: 70px;
}

h2 {
  font-family: "A P-OTF A1ゴシック StdN", sans-serif;
  font-weight:bold;
  font-size: 30px;
  letter-spacing: 0.1em;
}

section h2{
	width: 60%;
	margin: 0 auto 40px;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
    text-align: center;
	max-width: 100%;
	margin: 0 auto;
    font-size: 20px;
	padding-bottom: 80px;
}








/* ===== ヘッダー ===== */
#site-header {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  padding: 0 15px;
  background-color: #fff;
  box-sizing: border-box;
}

#site-header {
  position: fixed;  /* ここで固定 */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;   /* 前面に表示 */
}


/* ===== ロゴ ===== */
#site-header .logo img {
  height: 25.5px;
  padding: 0;
  margin: 0;
}

#mainnav ul li a {
  text-decoration: none;
  color: #999;
  font-size: 13.5px;
  padding: 18px 5px;
  display: block;
}

/* ===== メニューリスト ===== */
#mainnav ul {
  display: flex;
  flex-wrap: wrap;       /* 折り返し許可 */
  gap: 15px; 
  list-style: none;
  flex-shrink: 1;
}

#mainnav ul li a {
  text-decoration: none;
  color: #999;
  font-size: 13.5px;
  padding: 18px 5px;
  display: inline-block;
}

/* ===== モバイルメニュー ===== */
#mainnav ul.open {
  display: flex;
  flex-direction: column;   /* 縦に並べる */
  align-items: stretch;     /* 幅揃え */
  position: absolute;       
  top: 60px;                
  left: 0;                  
  width: 100%;              
  background-color: #fff;
  z-index: 1000;   
}

#mainnav ul.open li {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 15px;       /* 左右だけ余白 */
  box-sizing: border-box;
}

#mainnav ul.open li a {
  display: block;
  width: 100%;
  line-height: 50px;     /* li 高さと同じ */
  padding: 0;   
} 

#mainnav ul.open li a::before {
  content: "▶︎";        
  margin-right: 8px;    
  color: #999;          /* 通常の矢印色 */
  font-size: 14px;      
  transition: color 0.2s ease; /* スムーズに色変化 */
}

#mainnav ul.open li a:hover::before {
  color: #ffeb3b;       /* ホバー時の矢印色 */
}


/* ===== ハンバーガー ===== */
#menu {
  display: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 60px;
  cursor: pointer;
}

#menuBtn {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #999;
  position: relative;
  transition: all 0.3s ease;
}

#menuBtn::before,
#menuBtn::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #999;
  transition: all 0.3s ease;
}

#menuBtn::before { top: -8px; }
#menuBtn::after { top: 8px; }

#menu.open #menuBtn {
  background-color: transparent;
}

#menu.open #menuBtn::before {
  transform: rotate(45deg) translate(5px,5px);
}

#menu.open #menuBtn::after  {
  transform: rotate(-45deg) translate(5px,-5px);
}

/* ===== モバイル切替 ===== */
@media (max-width: 768px) {
  #menu { 
	display: flex;
	margin-right: 15px;
}
	
  #mainnav ul { display: none; }
	
  #site-header { height: 60px; /* PCと同じ高さに固定 */ }
	
  #site-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0); /* 初期は透明 */
    transition: background-color 0.15s ease;
  }

  #site-header.scrolled::after {
    background-color: rgba(0,0,0,0.15); /* スクロール時グレー線 */
  }
}

@media (max-width: 600px) {
  #site-header {
   display: flex;
   justify-content: space-between;
   align-items: center;    /* ← 縦中央揃え */
   width: 100%;
  }
}


/* SEC01 MESSAGE
------------------------------------------------------------*/
.title_sc1 {
  display: flex;
  justify-content: center; /* 横並び中央配置 */
  gap: 300px;               /* 画像とテキストの間隔 */
  padding: 0 150px;        /* 両サイド余白 */
  align-items: center;     /* 高さ中央揃え */
}


.title_sc1 img {
  width: 586.9975px;    /* 固定幅 */
  height: 215.2077px;   /* 固定高さ */
  object-fit: cover;     /* 縦横比崩れ防止 */
  flex-shrink: 0;        /* 親のflexに引っ張られない */
  flex-grow: 0;          /* 親のflexで勝手に伸びない */
}

.title_sc1 .text_wrap {
  max-width: 700px;
  text-align: center;       /* 子要素を横中央揃えにする */
}

.title_sc1 .text_wrap .copy {
  display: block;
  margin-bottom: 30px;      /* コピーとボタンの間隔 */
}

.title_sc1 .text_wrap .Action_button {
  display: inline-block;    /* 横中央揃えを効かせるため */
  margin-top: 10px;            /* コピーとの間隔は .copy の margin-bottom でOK */
}

#sec01 {
 padding-top: 200px; /* ヘッダー高さ60px + 上余白60px */
  margin-bottom: 200px; /* 下に50px空ける */
}




/* -------- スマホ 767px以下 -------- */

@media (max-width: 768px) {
  .title_sc1 {
    flex-direction: column;
    gap: 20px;
    padding: 0 30px;
  }

  .title_sc1 img {
    width: 280px;   /* 固定幅 */
    height: auto;   /* 高さは自動で縦横比保持 */
    object-fit: cover;
  }

  .text_wrap h2 {
	white-space: nowrap;  /* 改行禁止 */
    font-size: 18px;
    line-height: 1.4;
    text-align: center; /* 中央寄せにするとバランスよし */
  }

  .title_sc1 h2 br {
    display: none; /* スマホ版で改行を消す */
  }
	
  .text_wrap .copy {
    font-size: 14px;
    line-height: 2.0;
    text-align: left;  /* 左揃え */
    padding-left: 0;   /* paddingは親の flex-direction で確保済み */
    padding-right: 0;
    box-sizing: border-box;
  }

  #sec01 {
    margin-bottom: 100px;
	padding-top: 100px; /* ヘッダー高さ + モバイル用余白 */
  }
}



/* SEC02 Gallery
------------------------------------------------------------*/

/* セクション全体の中央揃え */
#sec02 header {
  display: flex;
  flex-direction: column; /* タイトル行とコピーを縦並び */
  align-items: center;    /* 横中央揃え */
  width: 100%;            /* 横幅いっぱい */
  text-align: center;     /* コピーも中央 */
}

/* タイトル行（画像＋文字） */
.title_line_sc2 {
  display: flex;
  align-items: center;     /* 画像と文字縦中央 */
  justify-content: center; /* 横中央 */
  gap: 4px;                /* 画像と文字の距離 */
}

.title_line_sc2 img {
  height: 65px;           /* 文字より大きく */
  width: auto;            /* 縦横比維持 */
  flex-shrink: 0;         /* flexで縮まない */
}

.title_line_sc2 h2 {
  margin: 0;              /* デフォ余白リセット */
}

.features_sc2 {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}

/* コピーも中央揃え */
span.copy {
  text-align: center;
  max-width: 700px;       /* 好きな幅で調整 */
  display: block;
  margin-top: 20px; /* タイトル行との間に余白を追加 */
}

#sec02 {
  margin-bottom: 100px; /* 下に50px空ける */
}


/*----------リスト----------*/
/* セクション全体の横並び */
.features_sc2 {
  display: flex;
  gap: 150px;
  justify-content: center;
  margin: 40px 20px; /* ←左右に余白を追加 */
  flex-wrap: wrap;
}

/* 各記事ボックス */
.step {
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  padding: 30px;       /* ボックス内余白 */
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  margin-top: -30px;    /* タイトルとの間隔 */
  margin-bottom: 40px; /* 下の余白 */
}

/* タイトル */
.step_title {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: bold;
}

/* 手順リスト */
.step_list {
  list-style: decimal inside;
  text-align: left;
  margin-bottom: 15px;
  padding-left: 0;
}

.step_list li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0; /* 上下余白ちょい足し */
}

/* 最後のliだけ線を消す */
.step_list li:last-child {
  border-bottom: none;
}

/* 最初の手順の上に線を追加 */
.step_list li:first-child::after {
  content: "";
  position: absolute;
  top: 0;            /* liの上端に線 */
  left: 0;
  width: 100%;
  height: 1px;       /* 線の太さ */
  background: #ccc;  /* 線の色 */
}

/* ナンバー */
.step_list {
  counter-reset: step-counter;
  list-style: none; /* デフォルト番号を消す */
  padding-left: 0;
}

/* 各liに番号を付与 */
.step_list li {
  counter-increment: step-counter;
  position: relative;
}



/* モバイル向け */
/* 画面幅600px以下のスマホ向け */
@media (max-width: 600px) {
  span.copy {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;    /* コピー文字を少し小さく */
    line-height: 2.0;   /* 読みやすく */
    text-align: left;   /* 左揃えに変更 */
    box-sizing: border-box; /* パディング込みで幅調整 */
  }

  .title_line_sc2 img {
    height: 50px;       /* タイトル画像も少し小さく */
  }

  .title_line_sc2 h2 {
    font-size: 20px;    /* タイトル文字も調整 */
  }

  .features_sc2 {
    gap: 0px;  /* 小さい画面ではさらに狭く */
    margin: 0 20px; /* 端の余白を確保 */
  }

  .step {
	margin-top: 0;  /* マイナス値をリセットして重ならないように */
    padding: 20px; /* ボックス内余白も少し減らすとスッキリ */
  }
}



/* SEC03 PROJECT
------------------------------------------------------------*/
.title_sc3 {
  display: flex;
  flex-direction: column; /* 縦並び（タイトル＋コピー） */
  align-items: center;    /* 横中央揃え */
  text-align: center;     /* コピー文字も中央 */
  width: 100%;            /* 親幅いっぱい */
}

.title_sc3 h2 {
  margin: 0;              /* デフォ余白リセット */
}

.title_sc3 .copy {
  max-width: 700px;       /* 好きな幅で調整 */
  display: block;
  margin-top: 20px; /* タイトル行との間に余白を追加 */
  margin-bottom: 0; /* コピー側の余白をゼロに */
}

.how-to_sc3 {
  margin-top: 0; /* セクションの上余白をゼロ */
  display: flex;
  gap: 20px;
}

/* 600px以下のスマホでは非表示 */
@media (max-width: 600px) {
  .title_sc3 span.copy br {
    display: none !important;
  }
}

#sec03 {
  margin-bottom: 100px; /* 下に50px空ける */
}



/* SEC04 PROJECT
------------------------------------------------------------*/
.sbtitle_sc4 {
  display: flex;
  flex-direction: column; /* タイトル＋コピーを縦並び */
  align-items: center;    /* 横方向センター */
  text-align: center;     /* コピーの文字も中央 */
  width: 100%;
}

.sbtitle_sc4 h2 {
  font-size: 1.2rem; /* 元より小さく調整 */
  margin: 0 0 5px 0;
}

.sbtitle_sc4 .copy {
  text-align: center;
  max-width: 700px;
  display: block;
  margin: 0 0 10px 0;      /* タイトルとの間を少しだけ空ける */
  padding-bottom: 10px;    /* 下に線用のスペース */
  border-bottom: 1px solid #ccc; /* コピー下に棒線 */
  font-size: 0.9rem;       /* タイトルより小さく */
  margin-bottom: 40px; /* タイトル行との間に余白を追加 */
}

.note_copy {
  display: block; 
  text-align: left;
  max-width: 400px;         /* 表幅に合わせる */
  margin: 10px auto 20px auto;
  font-size: 0.7rem;       /* 表に添わせて小さめ */
  
}



/* 表の設定 */
.sc4_table {
  width: 100%;
  max-width: 400px;          /* 表の最大幅 */
  border-collapse: collapse; /* 線をくっつける */
  margin: 0 auto;            /* 表中央に配置 */
  text-align: center;        /* デフォルト中央揃え */
}

.sc4_table th,
.sc4_table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  text-align: center;        /* 個別にも中央揃え */
}

.sc4_table th {
  background-color: #f5f5f5;
  font-weight: bold;
}


.Action_button {
  font-weight: normal; /* 強調 */
  font-family: "A P-OTF A1ゴシック StdN", sans-serif; /* もし統一したいなら */
  display: inline-block;
  padding: 10px 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-decoration: none;
  background: yellow;       /* 中を黄色に */
  color: #000;              /* 文字を黒に */
   border: 1.5px solid rgb(180,180,180);
  border-radius: 9999px;    /* 楕円 */
  transition: 0.2s ease;
}

.Action_button:hover {
  background: #ffeb3b;      /* ホバー時少し明るく */
  color: #000;
  border-color: rgb(180,180,180);
}

#sec04 {
  margin-bottom: 100px; /* 下に50px空ける */
}



/* SEC05 PROJECT
------------------------------------------------------------*/
#sec05 header {
  text-align: center;
}


.sbtitle_sc5 {
  display: flex;
  flex-direction: column; /* タイトル＋コピーを縦並び */
  align-items: center;    /* 横方向センター */
  text-align: center;     /* コピーの文字も中央 */
  width: 100%;
}

.sbtitle_sc5 h2 {
  font-size: 1.2rem;                 /* タイトルサイズ */
  margin: 0 0 20px 0;                /* 下に余白を作る */
  padding-bottom: 10px;              /* 棒線と文字の間 */
  display: inline-block;
  border-bottom: 1px solid #ccc;     /* 下線 */
  max-width: fit-content;      /* 文字幅ピッタリ */
  margin-bottom: 40px; 
}



/* 表の設定 */
.sc5_table {
  width: 100%;
  max-width: 600px;          /* 表の最大幅 */
  border-collapse: collapse; /* 線をくっつける */
  margin: 0 auto;            /* 表中央に配置 */
  text-align: center;        /* デフォルト中央揃え */
  box-sizing: border-box;
}

.sc5_table th,
.sc5_table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  text-align: center;        /* 個別にも中央揃え */
}

.sc5_table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.sc5_table td {
  text-align: left;      /* 左揃えに変更 */
  padding: 10px 15px;    /* 余白そのまま */
  word-break: break-word; /* 長い文章も折り返す */
}

.small-text-2 {
  font-size: 0.7rem;
  white-space: nowrap;
}


.small-text {
  font-size: 0.7rem;
  display: block;
  line-height: 1.4;
  margin-top: 5px; /* 上に10pxの余白 */
}


#sec05 {
  margin-bottom: 100px; /* 下に50px空ける */
}

.Request-link {
  font-weight: normal; /* 強調 */
  font-family: "A P-OTF A1ゴシック StdN", sans-serif; /* もし統一したいなら */
  display: inline-block;
  padding: 10px 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  text-decoration: none;
  background: #fff;       /* 中を黄色に */
  color: #000;              /* 文字を黒に */
  border: 1.5px solid rgb(180,180,180);
  transition: 0.2s ease;
}

.Request-link:hover {
  background: #eee;
  color: #000;
  border-color: rgb(180,180,180);
}


@media (max-width: 600px) {
  .sc5_table {
    width: calc(100% - 40px); /* 左右20pxずつ分を引く */
    margin: 0 20px;
  }
}



/* SEC07 COMPANY
------------------------------------------------------------*/
.title_sc6 {
  display: flex;
  flex-direction: column;  /* h2とコピーを縦並び */
  align-items: center;     /* 横方向中央 */
  text-align: center;      /* コピーのテキスト中央 */
  width: 100%;
  margin-bottom: 30px;     /* 下に余白 */
}

.title_sc6 h2 {
  margin: 0 0 10px 0;      /* h2下に余白 */
}

.title_sc6 .copy {
  display: block;
  max-width: 700px;        /* 幅制限 */
  margin-bottom: 20px; /* コピーの下に余白を追加 */
}

/* 全体の中央寄せ＆幅制限 */
.sc6_table {
  width: 100%;
  max-width: 900px;
  margin: 20px auto 0;
}

/* 行（2カラム） */
.sc6_row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 120px;
  align-items: center;
  border-bottom: 1px solid #ccc; /* ここが直線 */
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sc6_row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* 左側（項目） */
.sc6_row .term {
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

/* 右側（詳細） */
.sc6_row .desc {
  text-align: left;
  line-height: 1.6;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .sc6_row {
    grid-template-columns: 1fr;
  }
  .sc6_row .term {
    margin-bottom: 6px;
  }
}

#sec06 {
  margin-bottom: 100px; /* 下に50px空ける */
}


@media (max-width: 600px) {
  /* テーブル全体の左右余白 */
  .sc6_table {
    padding: 0 20px;  
    box-sizing: border-box;
  }

  /* 行を縦並びに */
  .sc6_row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  /* term を一行に */
  .sc6_row .term {
    white-space: nowrap; 
    text-align: left;
    margin-bottom: 6px;
  }

  /* br を無効化 */
  .sc6_row .term br {
    display: none;
  }

  /* desc の文字サイズ調整 */
  .sc6_row .desc {
    font-size: 14px;
    line-height: 1.8;
  }

  /* コピー部分も左右余白＆左揃え */
  .title_sc6 .copy {
    padding: 0 20px;
    text-align: left;
    box-sizing: border-box;
  }
}




/* SEC07 COMPANY
------------------------------------------------------------*/
.title_sc7 {
  display: flex;
  flex-direction: column; /* タイトル＋コピーを縦並び */
  align-items: center;    /* 横方向センター */
  text-align: center;     /* コピーの文字も中央 */
  width: 100%;
}

.title_sc7 .Action-Copy {
  max-width: 700px;
  display: block;
  margin-bottom: 20px; /* タイトル行との間に余白を追加 */
}

#sec07 {
  margin-bottom: 100px; /* 下に50px空ける */
}



/* SEC08 MESSAGE
------------------------------------------------------------*/
#sec08 {
  padding-top: 50px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center; /* 子ブロックを中央寄せ */
}

#sec08 li {
  max-width: 600px;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: left;
  /* box-shadow削除 */
}

#sec08 dl {
  display: grid;
  grid-template-columns: 30% 65%;
  row-gap: 20px;
  column-gap: 10%;
  margin: 0;
}

#sec08 dt {
  text-align: right;
  font-weight: 600;
  line-height: 1.6em;
}

#sec08 dd {
  text-align: left;
  line-height: 1.6em;
  margin: 0;
}

#sec08 {
  margin-bottom: 100px; /* 下に50px空ける */
}

@media (max-width: 600px) {
  #sec08 li {
    width: 90%;         /* 画面幅に合わせて少し余白を残す */
    margin-left: auto;  /* 左右マージン自動で中央寄せ */
    margin-right: auto;
  }
}
