@charset "UTF-8";

body,h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
html{
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}
body{
    font-family: sans-serif;
}

a:hover{
    opacity: 60%;
}
a{
    text-decoration: none;
    color: #f3f3f3;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
}
ul{
    padding: 0;
}
ul li{
    list-style: none;
}
.inner{
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
* {
  box-sizing: border-box;
}

/*flex-box*/
.flex-box{
display: flex;
}
.flex-wr{
    flex-wrap: wrap;
}
/*justify-content*/
.jsct-c{
justify-content: center;
}
.jsct-sb{
    justify-content: space-between;
}
/*align-items*/
.ai-c{
align-items: center;
}

.sp-br{
    display: none;
}

#mv{
  min-height: 100svh;
  background-color: #F0FDFF;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  overflow: hidden;
  position: relative;
}
header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 29px;
  box-sizing: border-box; 
  background-color: #FDFDFD;
  min-height: 100px;
  position: fixed;
  top:0;
  z-index: 9999;
}
#mv h1 {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

#mv h1 span {
  display: block;
  width: 50%;
}

#mv h1 span.logo-text {
  display: none;
}

.mv-ph{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  vertical-align: middle;
    max-width: 257px;
  flex-wrap: wrap;
}
.mv-ph p{
  color: #000;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
.mv-ph img {
  height: auto;
  max-height: 100%;
  display: block;
}
.mv-ph-wrapper {
  display: flex;
  align-items: center; /* 縦中央揃え */
  justify-content: center; /* 横中央揃え（必要なら） */
  height: 100px; /* 親要素の高さを指定 */
}

#mv-container{
  padding: 0 7vw;
}

#mv-container img{
  width: 100%;
  max-width: 500px;
}
.box-red-glow {

  animation: red-glow 3s ease-in-out infinite;
}

@keyframes red-glow {
  0% {
    filter:
      drop-shadow(0 0 6px rgba(255, 60, 60, 0.4))
      drop-shadow(0 0 12px rgba(255, 60, 60, 0.2));
  }
  50% {
    filter:
      drop-shadow(0 0 10px rgba(255, 100, 100, 0.9))
      drop-shadow(0 0 20px rgba(255, 100, 100, 0.6));
  }
  100% {
    filter:
      drop-shadow(0 0 6px rgba(255, 60, 60, 0.4))
      drop-shadow(0 0 12px rgba(255, 60, 60, 0.2));
  }
}


#mv-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px; /* 左右の余白 */
  list-style: none;
  margin-top:  clamp(160px, 20vw, 170px);
}

#mv-container > li {
  flex: 1; /* 左右を均等に */
}
.mv-text{
  margin-top: clamp(24px, 4vw, 64px);
}
#mv-container form {
    margin-top: 50px;
}
#mv-container button {
    margin-top: 30px;
}
.mv-contact {
  max-width: 420px; /* 右側のフォーム幅を固定したい場合 */
}


.mv-contact-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  max-width: 420px;
  margin: auto;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  font-family: "Helvetica Neue", sans-serif;
}

/* 見出し部分 */
.mv-contact-header {
  text-align: center;
  margin-bottom: 20px;
}

.mv-lead {
  font-size: 1.4em;
  font-weight: bold;
  color: #e60012;
  margin-bottom: 4px;
}

.mv-lead .big-num {
  font-size: 1.8em;
  font-weight: 900;
}

.mv-sublead {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
}

/* フォーム */
.mv-form .form-group {
  margin-bottom: 16px;
}

.mv-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 0.95em;
}

.mv-form input,
.mv-form select {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

/* ボタン */
.mv-btn {
  display: block;
  width: 100%;
  background: #e60012;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.mv-btn:hover {
  background: #c40010;
}



.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}


#mail_btn{
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
}

#pageTopBtn {
  position: fixed;
  bottom: 5%;
  right: 0.5%;
  width: 48px;
  height: 48px;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  border-radius: 50%;
  text-decoration: none;
  z-index: 999;
  opacity: 0.7;
  transition: opacity 0.3s;
}
#pageTopBtn:hover {
  opacity: 1;
}



#reasons{
  padding: 8vw 0;
}
#reasons h2{
  text-align: center;
  font-size: 2.8rem;
  color: #000633;
  font-weight: bold;
}
#reasons ul{
  display: flex;
  margin-top: 4vw;
}
#reasons ul li{
  margin:  0 1vw;
  width: 33.33%;
  border: 1px solid #333; /* 枠線の色と太さ */
  padding: 1.5vw;           /* 内側の余白 */
  padding-top: 2vw;
}
#reasons h3{
text-align: center;
  font-size: 1.4rem;
  color: #000633;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #047CDB;
}
#reasons p{
  font-size: 1rem;
  margin-top: 1vw;
  line-height: 1.6;
  color: #000633;
}


#vehicle-list {
  padding: 8vw 0;
    color: #000633;
}
#vehicle-list h2{
  font-size: 2.8rem;
  text-align: center;
  color: #000633;
}
#vehicle-list h3{
  font-size: 1.5rem;
  margin-top: 4vw;
}
#vehicle-list ul{
  display: flex;
  flex-wrap: wrap;
    margin: 0;
}
#vehicle-list ul li{
  margin-right: 10px;
  font-size: 1.1rem;
    margin-top: 10px;
}
#vehicle-list p{
}
#records {
  padding: 8vw 0;
  background: #F0FDFF;
}

#records h2 {
  font-size: 2.8rem;
  text-align: center;
  color: #047CDB;
}

.money {
  font-size: 1.2rem;
  color: #FF1C21;
  font-weight: bold;
}

/* ----------------------- スライダー ----------------------- */

.records-slider-container {
  position: relative;
  max-width: 954px;
  margin: 50px auto 0;
  padding: 0 48px; /* ← ボタンは常に背景内に収まる */
  box-sizing: border-box;
}

.records-slider-wrapper {
  overflow: hidden;
}

.records-slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s ease;
}

.record-card {
  flex: 0 0 calc((100% - 48px) / 3);
  background: #fff;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.record-card img {
  width: 100%;
  border-radius: 6px;
}

/* ----------------------- 矢印ボタン ----------------------- */

.records-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #047CDB;
  color: white;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  font-size: 22px;
}

/* PC 標準位置 */
.records-prev { left: 0; }
.records-next { right: 0; }

/* 画面幅が狭くなるほど内側へ */
@media (max-width: 1024px) {
  .records-slider-container { padding: 0 36px; }
}
@media (max-width: 860px) {
  .records-slider-container { padding: 0 26px; }
}

/* ----------------------- SP（画像の上に重ねてOK） ----------------------- */
@media (max-width: 520px) {
  .records-slider-container {
    padding: 0 10px; /* はみ出し防止 */
  }
  .records-slider-btn {
    top: 40%;
    width: 38px;
    height: 38px;
  }
  .records-prev { left: -4%; }
  .records-next { right: -4%; }
}

/* 380px以下 */
@media (max-width: 380px) {
  .records-slider-btn {
    width: 32px;
    height: 32px;
  }
  .records-prev { left: -4%; }
  .records-next { right: -4%; }
}

/* 300px以下（雑でOK） */
@media (max-width: 300px) {
  .records-prev { left: 2%; }
  .records-next { right: 2%; }
}

/* ----------------------- ドット ----------------------- */

.records-slider-indicators {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 2em;
}

.records-slider-indicators button {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}

.records-slider-indicators .active {
  width: 40px;
  border-radius: 6px;
  background: #047CDB;
}

/* SP は1枚表示する */
@media (max-width: 768px) {
  .record-card {
    flex: 0 0 100%;
  }
}

.note {
  font-size: 0.7rem;
  color: #555;
  margin-top: 2em;
  display: flex;
  justify-content: flex-end;
  text-align: left;
  max-width: 954px;
  margin-inline: auto;
}

#voice{
  padding: 4vw 0;
}

#voice h2{
  font-size: 2.8rem;
  text-align: center;
  color: #000633;
}
#voice .panel span{
  display: flex;
  justify-content: right;
  margin-top: 1vw;
}
.slider {
  position: relative;
  height: 310px;
  overflow: hidden;
  margin-top: 3vw;
}

.slides {
  display: flex;
  transition: transform 0.6s ease;
}

.slide {
  flex: 0 0 33.333%;
  padding: 10px;
  box-sizing: border-box;
}

.panel {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.panel p {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

/* ドット中央下 */
.controls {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}

.dot.active {
  background: #333;
}

/* ボタン右下 */
.navigation {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  justify-content: flex-end;
  margin-right: 60px;
}

.prev, .next {
  background: #047CDB;
  color: #fff;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 4px;
}




#flow {
    background-color: #F0FDFF;
    padding: 5vw 0;
}
#flow .inner{
  max-width: 1000px;
}
#flow h2{
  text-align: center;
  font-size: 2.8rem;
  color: #000633;
  font-weight: bold;
  margin-bottom: 2.5vw;
}
#flow ul{
  display: flex;
  border: 1px solid #333; /* 枠線の色と太さ */
  padding: 3vw 2vw;           /* 内側の余白 */
 justify-content: center;
 background-color: #FDFDFD;
}
#flow ul li{
margin-right: 3vw;
}
#flow h3{
  font-size: 2.5rem;
  line-height: 1;
  color: #047CDB;
}
#flow h4{
  font-size: 1.5rem;
  margin-top: 1vw;
}
#flow p{
  font-size: 1.1rem;
margin-top: 0.5vw;
  line-height: 1.8;
}

#flow .ob{
  display: flex;
  justify-content: center;
}



#question{
  margin: 7vw 0;
}
#question h2{
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #000633;
}

.accordion {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.accordion-trigger {
  width: 100%;
  padding: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #047CDB;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}
.accordion-trigger span{
  color: #EFEFEF;
  font-size: 1.5rem;
}

.accordion-trigger:hover {
  opacity: 70%;
}
.accordion-icon {
  transition: transform 0.2s;
}

.accordion-trigger[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.accordion-content.open {
  max-height: 200px;
}

.accordion-body {
  padding: 2vw;
  font-size: 1.5rem;
  background-color: #ffffff;
  color: #047CDB;
  line-height: 1.4;
}
#top-contact{
    padding: 3vw;
    background-color: #F0FDFF;
}
#top-contact h2{
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #000633;
}
#contact h2{
   font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #000633;
  margin-top: 150px;
}

#top-contact ul{
  display: flex;
  justify-content: space-around;
  margin-top: 2vw;
  text-align: center;
}
#top-contact ul li p{
  font-size: 1.5rem;
  margin-bottom: 0.5vw;
  color: #000633;
}

form {
  max-width: 700px;
    margin: auto;
    border-radius: 8px;
    margin-top: 5vw;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}


label {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 20px;
}

label span{
    font-size: 1rem;
    margin-left: 10px;
    font-weight: 500;
}
.radio-group label {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
  margin: 0;
  margin-top: 20px;
  
}
legend {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000633;
}

input{
    width: 100%;
    padding: 8px 0 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
}
input[type="radio"] {
  width: auto;
  margin-right: 0.5em;
}
input:not([type="radio"]) {
  width: 100%;
  padding: 8px 0;
}



#contact button {
    padding: 5px 10px 5px 10px;
    background: #047CDB;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}


#privacy,#terms,#license{
margin: 5vw 0;
}
#privacy h2,#terms h2,#license h2{
   font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #000633;
  margin-bottom: 4vw;
  margin-top: 150px;
}
#privacy h3,#terms h3{
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2vw;
}
#privacy p,#terms p{
  margin-top: 0.5vw;
  font-size: 1rem;
}

footer p{
  text-align: center;
  margin-bottom: 1vw;
  font-size: 0.7rem;
}
.f-navi{
display: flex;
justify-content: right;
font-size: 0.7rem;
flex-wrap: wrap;
margin-top: 5vw;
}
.f-navi li{
  margin-right: 1vw;
}
.f-navi a{
color: #000633;
}
#license p{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
#license p.li-small{
  font-size: 1.1rem;
  font-weight: 400;
}


.column-inner{
  max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
#column-all h1{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #000633;
  margin-bottom: 4vw;
  margin-top: 150px;
  position: static;
}
#column-all a{
  color: #000;
}
#column-all h3{
  font-weight: 500;
}
.c-a-item {
  display: flex;              /* 横並び */
  align-items: flex-start;    /* 上揃え */
  margin-bottom: 1em;
  text-decoration: none;
  color: inherit;
}

.c-a-text {
  display: flex;
  flex-direction: column;     /* h3とpを縦並び */
}
.c-a-text h3 {
  margin: 0 0 0.3em 0;        /* 下に少し余白 */
  font-size: 1.1em;
}
.c-a-text p {
  margin: 0;
  font-size: 0.9em;
  color: #555;
}


.c-a-item img {
  width: 180px;       /* サムネ横幅 */
  aspect-ratio: 16/9; /* 比率を統一 */
  object-fit: cover;  /* 枠に合わせて切り抜き */
  margin-right: 30px;
}
#column-all h2 {
  position: relative;
  padding-bottom: 0.3em;
  margin-bottom: 20px;
  margin-top: 40px;
}

#column-all h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;              /* 横幅いっぱい */
  height: 2px;              /* 線の太さ */
  background: #000;      /* 線の色 */
}
#column h1{
  position: static;
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 0.3em;
  margin-bottom: 20px;
  margin-top: 40px;
}
#column h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;              /* 横幅いっぱい */
  height: 2px;              /* 線の太さ */
  background: #000;      /* 線の色 */
}
#column img{
  margin-top: 150px;
}
#column p{
  line-height: 3;
}
#column h2{
  font-size: 1.3rem;
  margin-top: 20px;
    padding-left: 12px;        /* 文字と線の間の余白 */
  border-left: 7px solid #047CDB; /* 線の太さ・色 */
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
#column h3{
  margin-top: 20px;
}
#column a{
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  z-index: 99999;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.banner {
  background: #fff;
  max-width: 60%;
  position: relative;
}

.close {
  border: none;
  background: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
  z-index: 10; /* ← 画像より前面に */
}



.pref-area{
  background-color:   #F0FDFF;
  padding: 4vw 0;
}
.pref-area h2{
  text-align: center;
  font-size: 2.8rem;
  color: #047CDB;
  font-weight: bold;
}
.area-city-list{
  display: flex;
  flex-wrap: wrap;
}
.area-city-list li{
  margin: 0 5px;
  font-size: 1.1rem;
  line-height: 1.8;
}

.pref-area p{
  margin-top: 30px;
  text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}


#about{
  padding-top: 180px;
  padding-bottom: 50px;
  background-color:   #F0FDFF;
}
#about h1{
  font-size: 2.4rem;
    color: #047CDB;
    margin-bottom: 20px;
}
#about p{
line-height: 3.5;
}

.color-fill {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
}

/* 青文字（マスクで伸ばす） */
.color-fill::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: #047CDB;
  mask-image: linear-gradient(to right, black 100%, transparent 100%);
  mask-size: 0% 100%;
  mask-repeat: no-repeat;
  mask-position: left;
}
.color-fill-break {
  color: #F0FDFF; /* ← 最初の文字色をここで指定 */
}


/* 改行が必要な要素だけ */
.color-fill-break::after {
  white-space: nowrap;

}

/* 見えたら発火 */
.color-fill.play::after {
  animation: fill 1.8s ease forwards;
}

@keyframes fill {
  from { mask-size: 0% 100%; }
  to   { mask-size: 100% 100%; }
}


.mv-lo-img{
width: 100%;
margin-top: 145px;
}
#mv-local ul{
  margin: 0 auto;
  padding-top: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mv-local ul li{
  margin: 0 30px;
}
#lo-flow{
  margin-top: 50px;
  padding-bottom: 50px;
}
#local{
  margin-top: 75px;
  margin-bottom: 20px;
}
#local h1{
  margin-bottom: 10px;
}
#local h2{
  margin-top: 30px;
    margin-bottom: 10px;
}
.lo-text{
  line-height: 2.5;
}
#local ul{
  display: flex;
  flex-wrap: wrap;
    line-height: 2.5;
}
#local ul li{
  margin-right: 5px;
  line-height: 2;
  font-size: 0.8rem;
}
#local a {
  color: #0000EE;      /* 昔ながらのリンク色（青） */
  text-decoration: underline; /* 下線を付ける */
}

.area-list{
  padding: 40px 0;
  margin-top: 50px;
  background-color:   #F0FDFF;
}

.lo-big{
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  line-height: 1.8;
}
.lo-flow-box{
  display: flex;
  justify-content: center;
  justify-content: space-between;
  text-align: center;
  margin-top: 60px;
}
#lo-flow h2{
  text-align: center;
  font-size: 2rem;
  width: 100%;
}
.lo-flow-box img{
  margin: 0 auto;
}
.lo-flow-box p{
  margin-top: 10px;
}
#lo-contact p{
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #047CDB;
}
.lo-contact_banner {
  width: 100%;
  margin-top: 30px;
  opacity: 0;
  transform: scale(0.8);
  transition: none;
}

.lo-contact_banner a {
  display: flex;
  justify-content: center;
  width: 100%;
}

.lo-contact_banner img {
  display: block;          /* ← 重要 */
  width: 80%;              /* ← 出ない原因No.1 */
  height: auto;
}

/* =========================
   スクロール発火後
========================= */
.lo_banner-anim-target.lo_banner-zoom-in.lo_banner-animated {
  animation: lo_bannerZoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* =========================
   アニメーション定義
========================= */
@keyframes lo_bannerZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


#local-links h2{
  font-size: 1rem;
  margin: 0;
  margin-top: 20px;
}
#local-links a{
  font-size: 0.7rem;
  color: #0000EE;
}
#hokkaido-links {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#hokkaido-links li{
width: 50%;
}

.hokkaido-magin{
  margin-top: 1vw;
}


/* フッター専用アコーディオン */
.footer-acc-wrapper {
  margin-top: 20px;
}

.footer-acc-toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 8px 0;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
  color: #333;
}

.footer-acc-toggle:hover {
  opacity: 0.8;
}

/* ＋/−アイコンを削除 → 何も表示しない */
.footer-acc-toggle::after {
  content: "";
}

.footer-acc-content {
  list-style: none;
  padding-left: 12px;
  margin-top: 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}

.footer-acc-content li {
  margin-bottom: 6px;
}

.footer-acc-content a {
  font-size: 13px;
  color: #444;
}


.pcv {
  display: block;
}

.spv {
  display: none;
}


@media (max-width: 1200px) {

  .mv-contact {
    max-width: 100%;
  }
  .mv-contact-wrapper{
    max-width: 350px;
  }
      .sp-br {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
  }
}

/* --------------------------------------------
タブレット対応*/

/*--------------------------------------------*/
/* タブレット以下でのスタイル */
@media (max-width: 1024px) {
  li.spv {
  display: block;
   margin-top:  clamp(30px, 10vw, 120px);
   margin-bottom: clamp(40px, 15vw, 200px);
}
  
  #mv h1{
    font-size: 4vw;
  }
  #mv-container .sp-br{
    display: none;
  }
  #logo{
    width: 100%;
  }
  .mv-ma{
    padding: 1.6vw 2vw;
    top:50%;
  }
    .mv-ph{
      flex-direction: column;
      max-width: 247px;
    }
  .mv-ph p{
    font-size: 0.8rem;
    margin-top: 1vw;
  }
  picture.car{
    top:61%;
    right:9%;
  }
  picture.car img{
    max-width: none;
    width: 110%;
  }
  #mv-container{
    display: block;
  }

  #mv-container img{
  width: 100%;
  max-width: 500px;
}
 #mv-container li.spv img{
  width: 100%;
  max-width: 700px;
}
#mv-container{
  align-items: center;
}
.mv-contact-wrapper{
  max-width: 100%;
  width: 600px;
}

 #reasons h2{
  font-size: 6vw;
 }
 #reasons ul{
  display: block;
  padding: 0 13vw;
 }
  #reasons ul li{
    width: 100%;
    padding: 5vw;
    margin-top: 8vw;
  }
   #reasons p{
    margin-top: 2vw;
   }
   #reasons h3{
    font-size: 4vw;
   }
   #vehicle-list h2{
    font-size: 6vw;
   }

   #flow {
    padding: 10vw 0;
   }
   #flow .inner{
    padding: 0 35px;
   }
  #flow h2{
    font-size: 5vw;
    margin-bottom: 4.5vw;
  }
  #flow h3{
    font-size: 4.2vw;
  }
  #flow h4{
    font-size: 2.5vw;
    margin-top: 2vw;
  }
  #flow p{
    font-size: 2vw;
  }
  .flow-text{
  width: 70%;
}
.flow-img{
  width: 30%;
}
#flow .ob img{
  width: 20%;
}
#records h2{
      font-size: 6vw;
     }
#voice h2{
      font-size: 6vw;
     }
.accordion-trigger span{
  font-size: 2.5vw;
}
.accordion-body {
  font-size: 2.5vw;
}
#question{
  padding: 5vw;
}
  #question h2{
    font-size: 5vw;
  }
  #contact{
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  #top-contact h2{
    font-size: 4.5vw;
  }
  
  #top-contact ul li p{
    font-size: 2.3vw;
  }
  #top-contact ul li{
    width: 45%;
  }


.f-navi{
  font-size: 1.5vw;
}
#privacy h2,#terms h2{
   font-size: 2rem;
}
#column-all h1{
  font-size: 3.5vw;
}
.pref-area h2{
  font-size: 6vw;
}



#local h1{
  margin-bottom: 10px;
}


  /* 改行したい要素だけ content を差し替え */
 .color-fill-break::after {
    content: "北海道全域（市・郡・町・村すべて）で出張買取に対応しています。\A以下は対応エリアの一覧です。";
    white-space: pre-wrap;
  }

  .lo-flow-box li{
    width: 200px;
  }
.lo-flow-box p{
  font-size: 0.8rem;
}
#lo-contact p{
  font-size: 2.8vw;
}
.lo-contact_banner img{
  width: 70%;
}

#mv-container {
    flex-direction: column;
  }

  .mv-contact {
    max-width: 100%;
  }
  



}
@media (max-width: 987px){
  .record-card{
    width: 250px;
  }
}
@media (max-width: 860px){
  .lo-flow-box li{
    width: 190px;
  }
  .lo-flow-box img{
    height: 150px;
  }
.lo-flow-box p{
  font-size: 0.8rem;
}
.lo-contact_banner img{
  width: 80%;
}
}

@media (max-width: 838px){
  .record-card{
    width: 210px;
  }
}
@media (max-width: 819px){
  .lo-flow-box li{
    width: 160px;
  }
  .lo-flow-box img{
    height: 150px;
  }
.lo-flow-box p{
  font-size: 0.7rem;
}
}
@media (max-width: 808px){
  .slider{
    height: 360px;
  }
}
@media (max-width: 729px){
  #local h1{
    font-size: 1.5rem;
  }
.lo-big{
  font-size: 3vw;
}
}

@media (max-width: 718px){
  .record-card{
    width: 450px;
  }
  .slide {
    flex: 0 0 100%; /* 1枚分の幅にする */
  }
  .slider{
    height: 210px;
    margin-bottom: 20px;
  }
  .navigation{
    margin: 0;
    justify-content: center;
  }

}
@media (max-width: 700px){
  .lo-flow-box {
    display: block;
  }
.lo-flow-box li{
    width: 140px;
  }
  .lo-flow-box img{
    height: 150px;
  }
.lo-flow-box p{
  font-size: 0.6rem;
}
}
@media (max-width: 700px){
.lo-flow-box li{
    width: 100%;
    margin-top: 40px;
  }
  .lo-flow-box img{
    height: 200px;
  }
.lo-flow-box p{
  font-size: 1.2rem;
  margin-top: 20px;
}
}
@media (max-width: 535px){
  .slider{
    height: 240px;
  }
}

@media screen and (max-width: 669px){
  .mv-ph p{
    font-size: 0.7rem;
  }
  header{
    padding: 5px 29px;
  }
  .mv-lo-img{
    margin-top: 111px;
  }
  #local{
    margin: 55px 0;
  }
}


/* スマホ以上タブレット以下でのスタイル */
@media screen and (min-width: 481px) and (max-width: 768px)  {
    #privacy h2,#terms h2,#license h2{
    font-size: 5vw;
  }
  #license p{
    font-size: 4vw;
  }
  #license p.li-small{
    font-size: 2.5vw;
  }
}
@media (max-width: 768px){

  .records-slider-container {
  margin-top: 20px;
}
}
/* スマホ以下でのスタイル */
@media screen and (max-width: 480px) {
  .pcv {
    display: none;
  }
  .spv {
    display: block;
    margin-top: 50px;
  }

   .sp-br {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
  }
  .mail_btn_sp{
  position: fixed;
  bottom: 0%;
  right: 0%;
  width: 100%;
  z-index: 999;
}
  header{
    min-height: 0;
  }
  .mv-ph-wrapper {
  height: 70px; /* 親要素の高さを指定 */
}
#mv-container .sp-br {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
  }
  #mv h1{
    font-size: 6vw;
    top:20%;
    line-height: 1.6;
  }
  #mv h1 span{
    margin-top: 2vw;
    width: 65%;
  }
  
  .mv-ma{
    padding: 2vw 5vw;
    top: 55%;
  }
  .mv-ph p{
    font-size: 2.2vw;
    font-weight: 500;
  }
  .mv-ph-wrapper{
    justify-content: right;
  }
  #mv-container{
    display: block;
  }
  .mv-text{

  }
  picture.car{
    top:72%;
  }
  #pageTopBtn{
    bottom: 10%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
  }
  #reasons{
    padding: 20vw 0;
  }
     #reasons h2{
      font-size: 6vw;
     }
     #reasons h2 span{
      font-size: 10vw;
      color: #047CDB;
     }
     #reasons h3{
      font-size: 5vw;
     }
     #reasons p{
      font-size: 3.5vw;
     }
     #reasons ul{
      padding: 0 6vw;
     }
     #vehicle-list h3{
      margin-top: 7vw;
      font-size: 5vw;
     }
     #vehicle-list ul li{
      font-size: 4vw;
     }
     #records h2{
      font-size: 8vw;
     }
     .record-list{
      margin-top: 6vw;
     }
     .record-card{
    width: 330px;
  }
  #voice{
    padding: 12vw 0;
  }
  #voice h2{
    font-size: 7vw;
  }
  
     
     #flow{
      padding: 15vw 0;
     }
     #flow h2{
      font-size: 7vw;
     }
     #flow h3{
      font-size: 6vw;
      margin-top: 5vw;
     }
     #flow h4{
      font-size: 3.5vw;
     }
     #flow p{
      font-size: 3vw;
     }
     #flow ul{
      display: block;
      padding: 8vw 8vw;
     }
     #flow ul li{
      width: 100%;
      margin: 0;
     }
      .flow-img {
    max-width: 600px;
      }
     .flow-img img{
      display: block;
    width: 100%;
    height: auto;
     }
     .flow-text {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
  }

  .flow-text h3,
  .flow-text h4,
  .flow-text p {
    text-align: left;
    margin-left: 0;
  }
  #lo-flow h2{
    font-size: 5vw;
  }
   #question {
    padding: 5vw 0;
   }
  #question h2{
    font-size: 8vw;
  }
  .accordion{
    margin-top: 6vw;
    margin-bottom: 0;
  }
  .accordion-trigger{
    padding: 5vw 3vw
  }
  .accordion-trigger span{
    font-size: 3vw;
    font-weight: bold;
  }
  .accordion-body{
    font-size: 3vw;
    font-weight: bold;
  }
  .accordion-icon{
    width:20px;
    height: 20px;
  }
  #contact{
    padding: 0;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #contact h2{
    font-size: 6vw;
    letter-spacing: 0.02em;
    margin-top: 80px;
  }

     #contact ul{
      display: block;
     }
     #contact ul li{
      width: 100%;
      margin-top: 5vw;
     }
     #contact ul li p{
      font-size: 4.5vw;
     }
     #contact img{
      width: 90%;
      margin: 0 auto;
     }
     #top-contact{
      padding: 6vw 0;
     }
     #top-contact ul{
      display: block;
     }
      #top-contact ul li{
      width:90%;
      margin: 0 auto;
      margin-top: 20px;
     }
     #top-contact ul li p{
      font-size: 4.3vw;
     }
     #top-contact h2{
      font-size: 5.4vw;
     }
     .f-navi{
      font-size: 2.5vw;
      justify-content: center;
     }
     #privacy h2,#terms h2,#license h2{
   font-size: 7vw;
  margin-bottom: 4vw;
  margin-top: 150px;
}
#privacy h3,#terms h3{
  font-size: 5.5vw;
  margin-top: 10vw;
}
#privacy p,#terms p,#license p{
  font-size: 4vw;
}
  #license p.li-small{
    font-size: 2.7vw;
  }

  #column-all h1{
    margin-top: 120px;
    font-size: 6vw;
    margin-bottom: 50px;
  }
footer p{
  font-size: 2vw;
  margin-top: 7vw;
  margin-bottom: 5vw;
}
.f-navi{
  margin-top: 8vw;
}
       .sp-br {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
  }
  .c-a-item img{
    width: 140px;
  }
  .banner{
    max-width: 85%;
  }
  .pref-area{
    padding: 7vw 0;
  }
  .pref-area p{
  margin-top: 20px;
  text-align: center;
    font-size: 3.5vw;
    font-weight: bold;
}

#about{
  padding-top: 150px;
  padding-bottom: 30px;
  background-color:   #F0FDFF;
}
#about h1{
  font-size: 2rem;
    color: #047CDB;
    margin-bottom: 15px;
}
#about p{
  line-height: 2.5;
}


#local{
  margin: 45px 0;
}
.mv-lo-img{
  margin-top: 84px;
}
#local h1{
  font-size: 5vw;
}
#local h2{
  font-size: 5vw;
}
.lo-big .sp-br{
  display: none;
}
.lo-big{
  font-size: 5vw;
}
.lo-contact_banner{
  margin: 0;
}
.lo-flow-box{
  margin: 0;
}
#lo-contact p{
  line-height: 2;
}
.lo-contact_banner{
  margin-top: 15px;
}
.lo-text{
  font-size: 0.8rem;
}
#hokkaido-links {
  display: block;
}
#hokkaido-links li{
  width: 100%;
}
}
@media screen and (max-width: 480px) and (min-height: 806px) {
  
}

@media screen and (max-width: 437px){
  .slider{
    height: 230px;
  }
}
@media (max-width: 438px){
  .slider{
    height: 265px;
  }
}
@media (max-width: 375px){
  .slider{
    height: 280px;
  }
}
@media (max-width: 328px){
  .slider{
    height: 310px;
  }
}
@media screen and (max-width: 420px){
  #column h1{
    font-size: 4.5vw;
  }
  #column h2{
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 400px){
  .c-a-item{
    display: block;
  }
  .c-a-item img{
    width: 340px;
  }
  #column-all h3{
    margin-top: 10px;
  }
}

@media screen and (min-width: 350px) and (max-width: 480px){
  #pageTopBtn{
    bottom: 14%;
  }
}
@media screen and (min-width: 350px) and (max-width: 390px){
  #pageTopBtn{
    bottom: 11%;
  }
}
@media screen and (max-width: 670px){

  header a img,#logo{
    width: 80%;
  }
  .mv-ph{
  }
}
@media screen and (max-width:1440px) and (max-height:650px){
  header{
    min-height: 0;
  }
  .mv-ph-wrapper{
    height: 70px;
  }
}

@media screen and (min-width: 1024px) and (max-width:1440px) and (max-height:650px){
  .mv-ma{
    font-size: 1.5rem;
    top:65%;
  }
  picture.car{
    top: 55%;
  }
}
@media screen and (min-width: 1024px) and (max-width:1200px) and (max-height:650px){
  picture.car{
    display: flex;
    justify-content: flex-end;
    top:60%;
  }
  picture.car img{
    width: 80%;
  }
}
@media screen and (min-width: 1024px) and (max-width:1100px) and (max-height:650px){
  .mv-ma{
    font-size: 1.3rem;
    padding: 1.3vw 2vw;
  }
}
@media screen and (min-width: 480px) and (max-width:1024px) and (max-height:650px){
  h1{
    font-size: 4vw;
  }
  .mv-ma{
    top:54%;
  }
  picture.car{
    right: 5%;
  }
  picture.car img{
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width:780px) and (max-height:650px){
  picture.car{
    display: flex;
    justify-content: flex-end;
    right: 3%;
    top: 67%;
  }
  picture.car img{
    width: 80%;
  }
}
@media screen and (min-width: 480px) and (max-width:700px) and (max-height:650px){
  #mv h1{
    font-size: 5.5vw;
  }
}
@media screen and (min-width: 480px) and (max-width:600px) and (max-height:700px){}

@media screen and (max-width: 480px) and (min-height:568px) and (max-height:650px){
  .mv-ma{
    top:55%;
  }


@media screen and (min-width: 480px) and (max-width: 1300px) and (max-height:700px){
  .mv-ma{
    padding: 1vw 2vw;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) and (max-height:700px){
  .mv-ma{
    top:60%;
  }
  picture.car{
    right: 4%;
  }
  picture.car img{
    width: 100%;
  }
}
@media screen and (max-width: 870px) and (max-height:700px){
  .mv-ma{
    top:52%;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) and (max-height:700px){

  .mv-ma{
    top:60%;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) and (max-height:750px){

  .mv-ma{
    top:50%;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) and (max-height:750px){
  picture.car{
    top: 65%;
    right: 0;
  }
  picture.car img{
    width: 90%;
  }
  .mv-ma{
    top:56%;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) and (max-height:800px){
.mv-ma{
    top:54%;
  }
  picture.car{
    display: flex;
    justify-content: flex-end;
    top:70%;
    right: 4%;
  }
  picture.car img{
    width:80%;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) and (max-height:800px){
  .mv-ma{
    top:49%;
  }
}
@media screen and (min-width: 480px) and (max-width: 1440px) and (min-height:850px){
.mv-ma{
    font-size: 2vw;
  }
}
}
@media screen and (min-width: 480px) and (max-width:1024px) and (max-height:850px){
  .mv-ma{
    top: 55%;
  }
}
@media screen and (min-width: 480px) and (max-width:1024px) and (max-height:900px){
  .mv-ma{
    top: 54%;
  }
}
@media screen and (min-width: 920px) and (max-width: 1024px) and (max-height:725px){
.mv-ma{
  top:57%;
}
}
@media screen and (min-width: 480px) and (max-width: 919px) and (max-height:725px){
  picture.car{
  top:66%;
}
}