@charset "utf-8";



/***** TOPページ総称コンテンツ *****/

/***** gmap *****/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%!important;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/***** ボタン *****/
.ActArea {
    display: flex;
    justify-content: center;
    align-items: center;    
    text-align: center;
	margin-top: 48px;
}
.ActButton {
    background-image: linear-gradient(110deg, #C9A22A 0%, #FFD700 100%);
    border-radius: 9999px;
    display: inline-block;
    transition: transform 0.2s ease;
    width: 680px;
    height: 112px;
}
.ActButton a {
    color: #021538;
    text-decoration: none;
    padding: 16px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 24px;
    height: 100%;
	font-weight: 700;
}

.ActButton img {
    max-width: 100%;
    height: auto;
    transition: transform 0.2s ease;
}

.ActButton:hover img {
    transform: translateX(5px);
}
.Action2 {
	padding: 64px 0 96px;
}
.Action2 .ContentsHead {
	margin-bottom: 0; 
}
.Action2 .ActArea {
	margin-top: 0; 
}
.ActButton2 {
    background-image: linear-gradient(110deg, #FFD700 0%, #C9A22A 100%);
    border-radius: 9999px;
    display: inline-block;
    transition: transform 0.2s ease;
    width: 680px;
    height: 112px;
}
.ActButton2 a {
    color: #021538;
    text-decoration: none;
    padding: 16px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: clamp(0.8rem, 2vw, 24px);
    height: 100%;
    text-align: left;
    font-weight: 700;
}
.ActButton2 a p {
	margin: 0;
}
.ActButton2 a span {
	display: block;
    font-size: clamp(1.6rem, 2vw, 32px);
    font-family: "Montserrat", sans-serif;
}
.ActButton2 img {
    max-width: 100%;
    height: auto;
    transition: transform 0.2s ease;
}

.ActButton2:hover img {
    transform: translateX(5px);
}
@media (max-width: 767px) {
.Action2 {
	padding: 32px 0 48px;
}
}
@media (max-width: 680px) {
.ActButton,
.ActButton2 {
    width: 100%;
    height: auto;
}
.ActButton1 a {
    padding: 16px 24px;
}
.ActButton2 a {
    padding: 8px 24px;
}
.ActButton img,
.ActButton2 img {
    max-width: 40px;
}
}


<!-- TOP総称 -->
.Generic .ContentsHead p.SubTitle {
    background: #021538;
    color: #FFF;
}
.GenericContents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    align-items: stretch;
    border: solid 2px #021538;
	background: #FFFFFF;
}
.GenericContents .LeftImg img {
	border-radius: 8px;
}
.GenericContents .LeftImg {
	width: 38%;
}
.GenericContents .RightText {
	width: 62%;
    padding-left: 48px;
}
.ServiceContents ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 768px) {
.GenericContents {
    display: block;
}
.GenericContents .LeftImg {
	width: 100%;
}
.GenericContents .RightText {
	width: 100%;
    padding-left: 0;
}
}



/* 声スライド */
.Voice {

}


/***** 強みページコンテンツ *****/
.Strongths .ContentsHead p.SubTitle {
    background: #021538;
    color: #FFF;
}
.StrongthsContents {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}
.StrongthsContents li {
	margin-bottom: 48px;
	text-decoration: none;
	list-style: none;
	padding: 16px;
    border-radius: 8px;
    align-items: stretch;
    border: solid 2px #505050;
    background: #FFFFFF;
    flex: 0 0 calc(50% - 16px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.StrongthsContents li:last-child {
	margin-bottom: 0;
}
.StrongthsContents img {
	border-radius: 8px;
}
.StrongthsContents li .StrongthsHead h3 {
    margin: 0;
    font-size: clamp(1.2rem, 2vw, 24px);
    margin: 0 auto 8px;
	background: linear-gradient(110deg, #021538 0%, #0A2F70 100%);
    color: #FFF;
    padding: 0 16px;
}
.StrongthsContents li .StrongthsHead span {
    font-size: clamp(1.5rem, 4vw, 40px);
    padding: 0 0.5rem 0 0;
    font-family: "Montserrat", sans-serif;
}
.StrongthsContents li .StrongthsHead p {
    margin: 0 auto 16px;
    font-size: clamp(0.8rem, 2vw, 1.0rem);
}
@media screen and (max-width: 480px) {
.StrongthsContents li {
        padding: 8px;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}

/***** 買取ステップ *****/
.process-flow-sp {
  display: none;
}
/* 全体のフローエリア */
.process-flow-pc {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 16px;
  box-sizing: border-box;
  position: relative;
}

/* 各ステップ */
.process-step {
  display: flex;
  gap: 20px;
  position: relative;
}

/* ステップ番号 */
.step-number {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #F6E1C4; /* 外枠 */
  border-radius: 50%;
  background-color: #FFA726; /* 内側のオレンジ */
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* 縦の点線 */
.process-step::after {
    content: '';
    position: absolute;
    left: 40px;
    top: 80px;
    bottom: -120px;
    width: 2px;
    border-left: 2px dashed #FFA726;
    transform: translateX(-50%);
}

.process-step:last-child::after {
  display: none; /* 最後のステップは線を非表示 */
}

/* ステップの内容 */
.step-content {
  flex: 1;
}

.step-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.step-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* ステップ画像 */
.step-image img {
  max-width: 480px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* 横幅768px以下のデザインは無効化（PC専用） */
@media (max-width: 768px) {
  .process-flow-pc {
    display: none;
  }
/* 全体のフローエリア */
.process-flow-sp {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0px auto;
  padding: 16px;
  max-width: 600px;
  position: relative;
}

/* 各ステップ */
.process-step-sp {
  position: relative;
  padding-left: 50px; /* 点線の位置確保 */
  border-left: 2px dashed #FFA726;
}
/* ステップ番号 */
.step-number {
  position: absolute;
  top: 0;
  left: -30px; /* 点線に合わせる */
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFA726;
  color: #fff;
  border-radius: 50%;
  border: 4px solid #F6E1C4; /* 外枠の色 */
  font-size: 1.2rem;
  font-weight: bold;
}

/* ステップのヘッダー */
.step-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.step-header h3 {
  font-weight: bold;
        margin: 0;
}

.step-body p {
	font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* ステップ画像 */
.step-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

}


/***** Chishiki お役立ちコンテンツ *****/
.Chishiki {
	background-image: radial-gradient(#4BB5EB 2px, transparent 2px), radial-gradient(#4BB5EB 2px, #f1fcff 2px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}
.ChishikiInner {
  margin: 20px 0;
}

.ChishikiList {
	display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.ChishikiItem {
  width: calc(50% - 20px); /* 2列表示で、間にマージンをつけるために計算 */
  margin: 10px; /* 各アイテムの間にマージンを設定 */
  box-sizing: border-box;
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
	position: relative;
	overflow: hidden;
}
.ChishikiItem a {
	padding: 16px 40px 16px 16px;
    overflow: hidden;
    display: block;
	transition: background-color 0.3s ease, transform 0.3s ease;
	text-decoration: none;
	color: #333;
}
.ChishikiItem a:hover {
	background: #CAF6F7;
	color: #2644AC;
}
.ChishikiItem a h3 {
	font-size: clamp(1.0rem, 2vw, 1.3rem);
    margin: 0;
}
.ChishikiItem a h3:before {
    content: "";
    position: absolute;
    top: 50%; /* 垂直中央に配置 */
    right: 16px; /* 右側に配置 */
    transform: translateY(-50%); /* テキストの高さに合わせて位置調整 */
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 13px solid #333;
    transition: border-left-color 0.3s ease; /* ホバー時の色変化にスムーズなトランジション */
}

/* ホバー時の矢印色変更 */
.ChishikiItem a:hover h3:before {
    border-left-color: #2644AC;
}
/* 小さな画面では1列表示に変更 */
@media (max-width: 768px) {
  .ChishikiItem {
    width: 100%;
  }
}

/***** Covid ウイルス対策コンテンツ *****/

.Covid ul {
  display: flex;
  align-items: center; /* 画像とテキストの中央揃え */
  justify-content: space-between; /* コンテンツ間にスペースを追加 */
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}
.Covid ul li {
display: flex;
  justify-content: space-between;
  flex: 0 0 calc(33.333% - 16px); 
  background-color: #FFFFFF;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  border: solid 2px #505050;
}
/* 画像のスタイル */
.CovidImg {
	width: 35%;
}
.CovidTaxt {
	width: 65%;
	flex: 1;
	padding-left: 16px;
}
.CovidTaxt h3 {
	font-size: clamp(0.8rem, 1vw, 16px);
    margin: 0 auto 8px;
    position: relative;
    background: #505050;
    padding: 8px;
    border-radius: 8px;
    color: #FFF;
}
.CovidTaxt h3:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 16px;
    border: 8px solid transparent;
    border-top: 8px solid #505050;
    width: 0;
    height: 0;
}

.CovidTaxt p {
  font-size: clamp(0.8rem, 1vw, 0.8rem);
  margin: 0 auto 8px;
}

/* レスポンシブ対応: 画面が小さい場合に縦並びに */
@media screen and (max-width: 768px) {
.Covid ul {
    
  }

.Covid ul li {
    flex: 0 0 100%; /* 画面幅いっぱいを使う */
    margin-bottom: 20px; /* コンテンツ間のスペースを追加 */
  }
}
.ServiceContents {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
	list-style: none;
}
.ServiceContents li {
    align-items: center;
    flex: 0 0 calc(33.333% - 16px);
    background-color: white;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
	color: #505050;
}
.ServiceBox .BoxHead {
	text-align: center;
}
.ServiceBox .BoxHead p {
	font-size: clamp(0.8rem, 2vw, 1.0rem);
    margin: 0 auto;
    letter-spacing: 0.05em;
    line-height: 2.0;
    display: inline-block;
    padding: 4px 1rem;
	background: #021538;
    color: #FFF;
}
@media screen and (max-width: 768px) {
.ServiceContents li {
        padding: 16px;
        flex: 0 0 100%;
        margin-bottom: 48px;
    }
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.tab-wrap:after {
    content: '';
    width: 100%;
    height: 0;
    background: #d3d3d3;
    display: block;
    order: -1;
}

.tab-label {
    color: #fff;
    background: #d3d3d3;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
    padding: 1rem 0;
    font-size: clamp(.8rem,2.0vw,2.8rem);
}

.tab-label:not(:last-of-type) {
    margin-right: 3px;
}

.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.tab-switch:checked + .tab-label {
    color: #fff;
}

.tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 1rem;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    /* text-align: center; ← カード配置が崩れるので外す */
}

.tab-switch {
    display: none;
}

/* タブごとに色を変える（メーカー用は mk-tabXX を採用） */
/* 青タブ */
#tab01:checked + .tab-label,
#mk-tab01:checked + .tab-label {
    background: #3B82F6;
    color: #fff;
}

/* 緑タブ */
#tab02:checked + .tab-label,
#mk-tab02:checked + .tab-label {
    background: #22C55E;
    color: #fff;
}

/* オレンジタブ */
#tab03:checked + .tab-label,
#mk-tab03:checked + .tab-label {
    background: #F59E0B;
    color: #fff;
}



/* サービスカラー */
.Josetsuki .LpMv {
    background: #3B82F6; /* 青 */
}
.nouki .LpMv {
    background: #22C55E; /* 緑 */
}
.juuki .LpMv {
    background: #F59E0B; /* オレンジ */
}

/* ====== お客様の声：カードグリッド ====== */

/* グリッド：PC4列 / TB2列 / SP1列 */
.voice-group {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr); /* cols=4想定の理想形 */
  margin: 32px 0;
}

/* data-cols 属性にも追従（可変列対応） */
.voice-group[data-cols="1"] { grid-template-columns: 1fr; }
.voice-group[data-cols="2"] { grid-template-columns: repeat(2, 1fr); }
.voice-group[data-cols="3"] { grid-template-columns: repeat(3, 1fr); }
.voice-group[data-cols="4"] { grid-template-columns: repeat(4, 1fr); }
.voice-group[data-cols="5"] { grid-template-columns: repeat(5, 1fr); }
.voice-group[data-cols="6"] { grid-template-columns: repeat(6, 1fr); }

@media (max-width: 1024px){
  .voice-group { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 640px){
  .voice-group { grid-template-columns: 1fr !important; gap: 18px; }
}


/* カード本体 */
.voice-box {
  background: #fff;
  border: 1px solid #e9eef3;
  border-radius: 14px;
  padding: 18px 16px 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.voice-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
  border-color: #dfe7ee;
}

/* 画像（丸型アバター） */
.voice-box .t-c { text-align: center; }
.voice-box img {
  width: 120px; height: 120px; object-fit: cover;
  border-radius: 50%;
  border: 3px solid #f2f5f8;
}

/* お名前（見出し） */
.voice-box .box-title {
  font-size: clamp(1.02rem, 1.1vw + .5rem, 1.28rem);
  font-weight: 700;
  text-align: center;
  margin: 12px 0 8px;
  color: #222;
  letter-spacing: .2px;
}

/* 星評価 */
.voice-rating {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  user-select: none;
}
.voice-rating .star { opacity: .28; }
.voice-rating .star.on { opacity: 1; color: #FFD700;}

/* 本文（3～4行で適度に切る。全部出したいなら -webkit 行制限を削除） */
.voice-box .voice-text {
  color: #333;
  line-height: 1.8;
  font-size: .95rem;
  margin-top: 2px;
}
.voice-box .voice-text p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* アクセシビリティ（キーボードフォーカス見える化） */
.voice-box:focus-within {
  outline: 2px solid #0074d9;
  outline-offset: 2px;
}
/* === Voice card linkable === */
.voice-box { position: relative; }
.voice-box .voice-box-inner { position: relative; z-index: 2; }
.voice-box .voice-link {
  position: absolute;
  inset: 0;           /* 全面クリック */
  z-index: 3;         /* 中身のaより背面に置いてネスト衝突回避 */
  outline: none;
}
.voice-box .voice-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 120, 255, .35) inset;
  border-radius: 14px; /* カード角に合わせて調整してね */
}

/* ダークモード（任意） */
@media (prefers-color-scheme: dark){
  .voice-box {
    background: #16181b;
    border-color: #2a2f36;
    box-shadow: 0 6px 18px rgba(0,0,0,.4);
  }
  .voice-box .box-title { color: #f3f5f7; }
  .voice-box .voice-text { color: #d9dee3; }
  .voice-box img { border-color: #20252b; }
}

.service-buttons {
  margin: 20px 0;
}

.service-buttons a {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  background-color: #C9A22A;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  transition: background-color 0.3s;
}

.service-buttons a:hover {
    opacity: 0.7;
}

/* ====== 高価買取ポイント ====== */
/* グリッド：PC2列 / TB2列 / SP1列 */
.PointCards{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 8px 0 20px;
  padding: 0;
}
@media (max-width: 1024px){
  .PointCards{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px){
  .PointCards{ grid-template-columns: 1fr; }
}

/* カード本体 */
.PointCard{
  position: relative;
  background: #fff;
  border: 1px solid #e9eef3;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  padding: 18px 16px 16px 64px; /* 左に番号バッジ分の余白 */
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  min-height: 124px;
}
.PointCard:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
  border-color: #dfe7ee;
}

/* 番号バッジ（左丸アイコン） */
.PointCard .PointNum{
  position: absolute;
  left: 16px; top: 18px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #C9A22A;
  color: #0b1220;
  font-weight: 800;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  box-shadow: 0 0 0 6px color-mix(in srgb, #C9A22A 20%, transparent);
}

/* タイトルと本文 */
.PointTitle{
  margin: 0 0 6px;
  font-weight: 800;
  font-size: clamp(1.02rem, 1.1vw + .5rem, 1.18rem);
  color: #222;
}
.PointText{
  margin: 0;
  color: #333;
  line-height: 1.9;
  font-size: .98rem;
}
.PointText strong{
  font-weight: 700;
  background: linear-gradient(transparent 70%, color-mix(in srgb, #C9A22A 80%, #fff) 0);
  padding: 0 .06em;
}

/* ダークモード（任意） */
@media (prefers-color-scheme: dark){
  .PointCard{ background:#16181b; border-color:#2a2f36; box-shadow: 0 6px 18px rgba(0,0,0,.4); }
  .PointTitle{ color:#f3f5f7; }
  .PointText{ color:#d9dee3; }
}
