/* =========================
Base
========================= */
html {
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
	font-size:1.6rem !important;
	line-height:1.6;
	/* letter-spacing: 0.04em; */
  overflow-x: hidden;
  color: #333;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
img {
	max-width: 100%;
}
.onlySp {
  display: none;
}
.onlyPc {
  display: block;
}
.wrap {
  max-width: 102rem;
  width: 90%;
  margin: 0 auto;
}
.fadeUp {
  opacity: 0;
  transform: translateY(3rem);
  transition:
  opacity 1.2s ease,
	transform 1.2s ease;
}
.fadeUp.is-active {
  opacity: 1;
  transform: translateY(0);
}
.black {
  color: #333;
}
.blue {
  color: #00b6ce;
}
.yellow {
  color: #ffff7f;
}
.orange  {
  color: #E57900;
}
.pink {
  color: #ea2b69;
}
.Ymarker {
  background-color: #fdf7b2;
}

/* =================================
   Section
================================= */
/* .section {
  padding-top: 4rem;
} */
/* Section Title */
.sectionTitle {
  margin-bottom: 4rem;
  text-align: center;
}
.sectionTitleMain {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
}
.sectionTitleSub {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  letter-spacing: 0.1em;
}
/* =========================
fv
========================= */
.top {
  padding-top: 3rem;
  background-color: #f0fbfc;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.top > .wrap {
  position: relative;
  z-index: 200;
}
.fvSubTitle {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #00b6cd;
  padding: 0.5rem 1rem 0.5rem 6rem;
  width: fit-content;
  position: relative;
  display: inline-block;
}
.fvSubTitle img {
  width: 6rem;
  position: absolute;
  top: -40%;
  left: 1rem;
  height: auto;
}
.fvH1 {
  color: #00b6cd;
  font-weight: bold;
  font-size: 3.6rem;
  padding-bottom: 3rem;
  padding-top: 1rem;
  font-family: "noto-sans-cjk-jp", sans-serif !important;
}
.fvH1 span {
  font-size: 3.2rem;
}
.fvMap {
  position:absolute;
  top:50%;
  top: -4rem;
  right: 0;
  /* transform:translateY(-50%); */
  z-index: -10;
  width: 14rem;
  height: auto;
}
.fvMap img{
  width:100%;
  height:100%;
  object-fit:contain; 
  padding: 1rem 0;
}
/* =========================
pickup
========================= */
.pickup {
  background-color: #00b6ce;
}
.pickupInner {
  display: flex;
  gap: 1rem;
  padding: 2rem 0;
  padding-top: 3rem;
}
.pickupTitle {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.68;
}
.pickupTitle span {
  color: #ffff7f;
  border-bottom: solid 2px #ffff7f;
  font-size: 2.6rem;
}
.pickupCheck {
  width: 20%;
  white-space: nowrap;
  position: relative;
}
.pickupCar {
  position: absolute;
  bottom: 0;
  left: 6%;
  width: 115%; 
  height: auto;
  max-width: 120%;
}
.pickupCards {
  width: 80%;
  display: flex;
  gap: 1rem;
} 
.pickupCard {
  padding: 2rem 1rem; 
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  width: 33.333%;
}
.pickupLabel {
  color: #008fae;
  background-color: #ffff7f;
  padding: 0.5rem 0;
  width: 65%;
  text-align: center; 
  font-weight: bold;
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  z-index: 100;
}
.pickupDetail {
  gap: 2rem;
  width: 100%;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}
.pickupDetail img {
  width: 90%;
  height: 60px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.pickupName h3 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.23;
  padding: 0.5rem 0;
}
.pickupName p {
  font-size: 1.3rem;
}
.pickupTelBtn {
  color: #ea2b69;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.5rem;
}
.compareTel i {
  margin-right: 1rem;
  font-size: 2rem;
}
.pickupSiteBtn {
  width: 100%;
  background-color: #f7a831;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 1.6rem;
  border: #f7a831 2px solid;
  box-shadow: 0 4px 0 #c08122; 
  box-sizing: border-box;
}
@media (hover: hover) {
  .pickupSiteBtn a:hover{
    color: #f7a831;
    background-color: #fff;
    border-radius: 20px;
    opacity: 1;
    cursor: pointer;
  }
}
.pickupSiteBtn a {
  display: block;
  padding: 0.5rem 0;
  transition: all 0.2s ease;
}
.pickupSiteBtn i {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}

/* =========================
danger
========================= */
.danger {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-image: url(../images/area-column/bg_danger.jpg);
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  color: #333;
}
.danger>.wrap {
  position: relative;
}
.dangerImage{
  position: absolute;
  top: -10%;
  right: 6%;
  width: 11%; 
}
.dangerImage img{
  width: 100%;
  height: auto;
}
.dangersectionTitle {
  font-weight: bold;
  font-size: 2.8rem;
  padding-bottom: 2.2rem;
  text-align: center;
}
.dangerSpan {
  font-size: 3.6rem;
}
.dangerWord {
  font-size: 3.6rem;
  color: #ea2b69;
  position: relative;
  display: inline-block;
}
.dangerWord .dangerdot:first-child {
  position: absolute;
  top: -6px;
  left: 20%;
}
.dangerWord .dangerdot:last-child {
  position: absolute;
  top: -6px;
  right: 20%;
}
.dangerdot {
  width: 8px;
  height: 8px;
  background: #ea2b69;
  border-radius: 50%;
}
.dangerIntro {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.87;
  padding-bottom: 2rem;
  text-align: center;
}
.dangerContent {
  width: 100%;
  display: flex;
  gap: 2rem;
}
.dangerCard {
  width: 25%;
  background-color: #fff;
  border: 3px solid #008fae;
  border-radius: 5px;
  padding: 2rem;
  position: relative;
  text-align: center;
}
.dangerNumber {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #008fae;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 1rem;
  border-radius:  0 0 5px 0;
  line-height: 1;
}
.dangerCard img {
  width: 55%;
}
.dangerCard .dangerImg .dangerImg04 {
  width: 40%;
}
.dangerImg {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.dangerText {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.dangerText span {
  color: #008fae;
}
.triangleWrap {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 0.3rem;
}
.areaTriangle {
  display: inline-block;
  border-style: solid;
  border-width: 22px 22px 0;
  border-color: #00b6cd transparent transparent;
}
.dangerSolution {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}
.solutionHighlight {
  font-size: 3rem;
  background-color: #ffff7f;
  color: #00b6ce;
  padding: 0.5rem 1rem;
}
.dangerIcon{
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
}
.dangerIcon img{
  width: 100%;
  height: auto;
}
/* =========================
vendorLists
========================= */
.vendorLists {
  background-color: #f0fbfc;
  border-top: 3px solid #00b6ce;
  padding: 4rem 0;
}
.vendorTitle {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3rem;
} 
.vendortitleMini {
  font-size: 3rem;
}
.vendorIntro {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.87;
  padding-bottom: 3rem;
}
/* =========================
vendorTable
========================= */
.vendorTable {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #ccc;
  cursor: grab;
}
.vendorTable:active {
  cursor: grabbing;
}
.vendorTable table {
  border-collapse: collapse;
  min-width: 1500px;
  table-layout: fixed;
  width: 100%;
}
.vendorTable tr:first-child th {
  background-color: #6fcbd6;
  color: #fff;
} 
.vendorTable tbody tr:first-child th:first-child {
  background-color: #00b6cc;
  color: #fff; 
}
tbody tr:first-child th {
  border: 1px solid #fff;
}
.vendorTable th {
  text-align: center;
  font-size: 1.6rem;
  word-wrap: normal;
  vertical-align: middle;
  padding: 0.5rem;
}
.vendorTable td {
  text-align: center;
  font-size: 1.6rem;
  word-wrap: normal;
  vertical-align: middle;
  padding: 1rem;
  background-color: #fff;
  border: #cccccc 1px solid;
}
.vendorTable table td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 20rem; 
  border-right: #cccccc 1px solid;
}
.vendorTable table th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 20rem; 
  border-right: #fff 1px solid;
}
.vendorTable th:nth-child(2),
.vendorTable td:nth-child(2) {
  width: 20rem; 
}
.vendorTable td:nth-child(2) {
  padding-bottom: 1.5rem;
}
.vendorTable th,
.vendorTable td {
  width: 13rem;
}
.tableTellink {
  color: #ea2b69;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
/* .vendorTableImg {
  width: 18rem;
  padding: 0.5rem;
} */
.vendorTableImg  img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
  width: 70%;
}
.vendorTableImg a {
  display: block;
  width: 100%;
}
.vendorTableImg p {
    font-size: 1.6rem; 
    padding-bottom: 0.5rem;
    font-weight: bold;
}
.tableSiteBtn {
  width: 100%;
  background-color: #f7a831;
  color: #fff;
  border-radius: 17px;
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 1.4rem;
  border: #f7a831 3px solid;
  box-shadow: 0 3px 0 #c08122;
  box-sizing: border-box;
} 
.tableSiteBtn i {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .tableSiteBtn a:hover {
  color: #f7a831;
  background-color: #fff;
  border-radius: 20px;
  opacity: 1;
  cursor: pointer;
}
}
.tableSiteBtn a {
  display: block;
  transition: all 0.4s ease;
}
/* スクロールガイド */
.vendorTable {
  position: relative;
  overflow-x: auto;
}

.vendorTable table {
  min-width: 1000px;
  border-collapse: separate;
  border-spacing: 0;
}

.scrollGuide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  text-align: center;
  z-index: 3;
  pointer-events: none;
  font-size: 1.4rem;
}

.scrollGuide span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.scrollGuide span::before,
.scrollGuide span::after {
  display: inline-block;
}

.scrollGuide span::before {
  content: "←";
  animation: arrowMoveLeft 1s infinite ease-in-out;
}

.scrollGuide span::after {
  content: "→";
  animation: arrowMoveRight 1s infinite ease-in-out;
}

@keyframes arrowMoveLeft {
  0% {
    transform: translateX(0);
    opacity: 0.5;
  }
  50% {
    transform: translateX(-8px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.5;
  }
}

@keyframes arrowMoveRight {
  0% {
    transform: translateX(0);
    opacity: 0.5;
  }
  50% {
    transform: translateX(8px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.5;
  }
}
/* =========================
select
========================= */
.select {
  border: #eeeeee 4px solid;
  border-radius: 5px;
  margin-bottom: 3rem;
  padding: 2.5rem 3rem;
  margin-top: 3rem;
  background-color: #fff;
}
.selectBtn {
  position: relative;
}
.selectTitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
/* アイコン */
.titleIcon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 26px;
  background: #f5a623;
  margin-right: 10px;
  
  vertical-align: middle;
  line-height: 1;
}
/* ▼の切り込み */
.titleIcon::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 6px solid #fff; 

  line-height: 0;
}
/* 星 */
.titleIcon::after {
  content: "★";
  position: absolute;
  top: 3px;
  left: 54%;
  transform: translateX(-54%);
  font-size: 12px;
  color: #fff;
}
/* ◯アイコン */
.selectCriteria .dot {
  width: 12px;
  height: 12px;
  background: #008fae;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.5rem;
}
.selectFlex {
  /* display: flex; */
  display: none;
  width: 100%;
  flex-wrap: wrap;
  gap: 2rem;
  display: none;
  padding-top: 2rem;
}
.select.active .selectFlex{
  display: block; /* ← flexじゃなくblock */
}
.selectCard {
  width: 50%;
  background-color: #fafafa;
  padding: 2rem;
  flex: 1;
}
.selectCriteria {
  color: #008fae;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 1.3rem;
}
.criteriaText {
  font-size: 1.4rem;
  line-height: 1.85;
}
/* =========================
vendorCard
========================= */
.vendorCard {
  width: 100%;
  border: #00b6cd 4px solid;
  border-radius: 5px;
  background-color: white;
  padding: 3rem;
  margin-bottom: 2rem;
}
.stickyTitle {
  display: flex;
  width: 100%;
}
.stickyLeft {
  display: flex;
  align-items: center;
  width: 70%;
}
.stickyLeft .serviceLogo img {
  width: 100%;
}
.stickyLeft .serviceLogo { 
  width: 17%;
  border: #ccc 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;

  height: fit-content;
  min-height: 80px;
}
.stickyRight {
  display: flex;
  width: 30%;
  gap: 1rem;
}
.icon {
  display: none;
}

.stickyCard.on .onIcon {
  display: block;
}

.stickyCard.on .offIcon {
  display: none;
}

.stickyCard:not(.on) .onIcon {
  display: none;
}

.stickyCard:not(.on) .offIcon {
  display: block;
}

.stickyCard {
  width: 33.333%;
  background: #eeeeee;
  border-radius: 5px;
  color: #bbbbbb;
  text-align: center;
  font-weight: bold;
  flex: 1;
  font-size: 1.4rem;
  padding: 1rem 0.5rem;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content: space-evenly;
}
.stickyCard.on {
  /* background: linear-gradient( 
    90deg,
    #5fdde6 0%,
    #3ec6d3 30%,
    #2bb8c8 60%,
    #008fae 100%
  ); */
  background: linear-gradient(90deg, #00b6cd 0%, #008fae 100%);
  color: #fff;
}

.stickyCard img {
  width: 70%;
  height: auto;
  margin-bottom: 0.5rem;
}
.stickyCardTimeImg {
  width: 42% !important;
  margin-bottom: 0 !important;
}
.vendorBadge {
  color: #008fae;
  background-color: #ffff7f;
  border: #008fae 1px solid;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 1.4rem;
  width: fit-content;
}
.vendorName {
  font-size: 3rem;
  font-weight: bold;
}
/* 業者ボックス */
.vendorDetail {
  padding-top: 2rem;
}
.vendorPoints {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3rem;
  border: 1px solid #cccc;
}
.vendorPoints .box01{
  width: 50%;
  display: flex;
  flex-wrap: wrap; 
  border-bottom: 1px solid #cccc;
}
.vendorPoints .box02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap; 
  border-bottom: 1px solid #cccc;
}
.vendorPoints .box01:nth-child(odd), .vendorPoints .box02:nth-child(odd) {
  border-right: 1px solid #ccc;
}
.vendorPoints .box02:last-child {
  border-bottom: none;
}
.vendorPoints .box01 .title01 {
  width: 40%;
  color: #00b6ce;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-right: 1px solid #ccc;
  background-color: #f0fbfc;
}
.vendorPoints .box02 .title02 {
  width: 20%;
  color: #00b6ce;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-right: 1px solid #ccc;
  background-color: #f0fbfc;
}
.vendorPoints .box01 .text01 {
  width: 60%;
  color: #333;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.vendorPoints .box02 .text02 {
  width: 80%;
  padding: 1rem 2rem;
}
.text02 .pays {
  width: 100%;
} 
.text02 .pays ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
}
.text02 .pays ul li.on {
  color: #fff;
  background-color: #00b6cd;
}
.text02 .pays ul li {
  width: calc(25% - 0.75rem);
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 5px;
  color: #bbbbbb;
  background-color: #eeeeee;
}

/* 業者リンク */
.vendorLinks {
  background-color: #f7f6eb;
  border-radius: 5px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 2rem 0;
  margin-bottom: 1.5rem;
}
.vendorLink01 {
  display: flex;
  width: 50%;
  justify-content: right;
  align-items: center;
}
.circleText {
  width: 75px;
  height: 75px;
  border: 2px solid #ea2b69;
  border-radius: 50%;
  background-color: #fff;
  color: #ea2b69;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  line-height: 1.14;
  font-size: 1.4rem;
  font-weight: bold;

  margin-right: 0.5rem;
}
.vendorLink01 .telLink {
  color: #ea2b69;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.vendorLink01 .telLink span {
  display: block;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
}
.vendorLink01 .telLink i {
  font-size: 3rem;
  padding-right: 0.2rem;
}
.vendorLink02 {
  width: 50%;
  text-align: center;
  font-weight: bold;
}
.vendorLink02 a {
  background-color: #f7a831;
  color: #fff;
  border-radius: 30px;
  width: 70%;
  display: block;
  padding: 1rem 0;
  position: relative;
  font-size: 2rem; 
  line-height: 1.4;
  transition: all 0.4s ease;
  border: #f7a831 2px solid;
}
@media (hover: hover) {
  .vendorLink02 a:hover {
    color: #f7a831;
    background-color: #fff;
    border-radius: 30px;
    opacity: 1;
    cursor: pointer;
  }
}
.vendorLink02 i {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
}
.vendorLink02 span {
  display: block;
  font-size: 1.4rem;
}
.vendorText {
  padding-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 1.85;
}
/* 業者の基本情報 */
.vendorInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.vendorInfo h4 {
  color: #00b6ce;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.vendorInfo h4::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #00b6ce;
  margin-right: 10px;
  vertical-align: middle;
}
.infoBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.5rem;
  border: 1px solid #ccc;
}
.infoBox .box03:nth-child(odd) {
  border-right: 1px solid #ccc;
}
.infoBox .box03:nth-last-child(-n+2) {
  border-bottom: none;
}
.infoBox .box03 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.infoBox .box03 .title03 {
  width: 40%;
  background-color: #fafafa;
  font-size: 1.4rem;
  padding: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-right: 1px solid #ccc;
}
.infoBox .box03 .text03 {
  width: 60%;
  background-color: #fff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.ps {
  font-size: 1.2rem;
}
/* =========================
vendorOthers
========================= */
.vendorOthers {
  background: #f0fbfc;
  padding-bottom: 8rem;
}
.vendorOthersTitle {
  font-size: 2.6rem;
  text-align: center;
  background-color:  #00b6ce;
  color: #fff;   
  font-weight: bold;
  padding: 2rem 0;
  position: relative;
}
.vendorOthersTitle::after{
content:"";
position:absolute;
left:50%;
transform:translateX(-50%);
bottom:-20px;
width:0;
height:0;
border-left:20px solid transparent;
border-right:20px solid transparent;
border-top:20px solid #1bb3c4;
}
.othersTitle {
  font-size: 2.4rem;
  font-weight: bold;
  border-left: #00b6ce 12px solid;
  padding: 0 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
/* othersList */
.othersList {
  border: #00b6ce 2px solid;
  border-radius: 10px;
  padding: 3rem;
  background-color: #fff;
  margin-bottom: 2rem;
}
.othersBtn {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
.othersLeft {
  width: 70%;
  display: flex;
}
.serviceLogo {
  width: 15%;
  padding: 0.5rem 1rem;
  border: #ccc 1px solid;
  margin-right: 2rem;

  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceLogo img {
  width: 90%;
}
.othersLeft .vendorName {
  font-size: 2rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.othersBox {
  padding-top: 3rem;
}
/* =========================
column
========================= */
.column {
  padding: 5rem 0 8rem 0;
}
.columnTitle {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5rem;
}
.columnTitle span {
  font-size: 2rem;
  color: #00b6ce;
}
.columnH3 {
  background: #00b6ce;
  padding: 2rem;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.columnText {
  font-size: 1.5rem;
  padding-bottom: 4rem;
  font-weight: 400;
  line-height: 2;
}
.columnH4 {
  background: #f5f5f5;
  padding: 2rem 3rem;
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
  border-bottom: #00b6ce 2px solid;
}
.columnHighlight {
  color: #00b6ce;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
/* =========================
FAQ
========================= */
.faq {
  background-color: #f0fbfc;
  border-top: 3px solid #00b6ce;
  padding: 6rem 0; 
}
.faqTitle {
  font-size: 3.6rem;
  font-weight: bold;
  padding-bottom: 3rem;
  text-align: center;
}
.faqRow {
  padding: 2rem 2rem 0 2rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.faqBtn {
  position: relative;
}
.faqQuestion span {
  color: #00b6ce;
  font-size: 2.4rem;
  padding-right: 1rem;
  font-weight: bold;
}
.faqQuestion {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 2rem;
}
.faqBox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
  border-top: #ccc 1px solid;
}
.faqAnswer {
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
}
/* FAQ△ */
.faqToggle, .othersToggle, .selectToggle {
  position: absolute;
  top: 40%;
  right: 16px;
  transform: translateY(-40%);
  width: 24px;
  height: 24px;
  background-color: #00b6cd;
  border-radius: 50%;
}
.faqToggle::after,.othersToggle::after, .selectToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: transform 0.3s ease;
}
/* 開いた時 */
.faqRow.active .faqToggle::after {
  transform: translate(-50%, -70%) rotate(180deg);
}
.othersList.active .othersToggle::after {
  transform: translate(-50%, -70%) rotate(180deg);
}
.select.active .selectToggle::after {
  transform: translate(-50%, -70%) rotate(180deg);
}
/* =========================
authorSection
========================= */
.authorSection {
  padding: 4rem 0;
}
#contents.column {
  justify-content: center !important;
}

/* ↓レスポンシブ */
@media (min-width: 768px) and (max-width: 1024px) {
.onlyTb {
  display: block;
}
.fvSubTitle {
  font-size: 1.8rem;
}
.fvH1 {
  font-size: 2.8rem;
}
.fvH1 span {
  font-size: 2.2rem;
} 
.fvMap {
  right: -15%;
}
.fvMap img {
  width: 50rem;
}
.pickupCar {
  width: 20%;
  left: 70%;
  bottom: 25%;
}
.pickupTelBtn {
  font-size: 2rem;
} 
.pickupName p {
  font-size: 1.2rem;
}
.pickupInner {
  display: block;
}
.pickupCheck {
  text-align: center;
  width: 100%;
  padding-bottom: 3rem;
}
.pickupCards {
  width: 100%;
}
/* =========================
danger
========================= */
.danger {
  background-size: cover;
}
.dangersectionTitle {
  text-align: center;
}
.dangerWord .dangerdot:first-child,.dangerWord .dangerdot:last-child {
  top: 0;
}
.dangerImage {
  width: 15%;
  top: -3%;
  right: 10%;
}
.dangersectionTitle {
  font-size: 2.5rem;
}
.dangerNumber {
  font-size: 3rem;
}
.dangerText {
  font-size: 1.8rem;
}
.dangerCard {
  width:  calc((100% - 1rem) / 2); ;
}
.dangerContent {
  flex-wrap: wrap;
  gap: 1rem;
}
.dangerSolution {
  font-size: 1.8rem;
}
.solutionHighlight {
  font-size: 2.2rem;
}
/* =========================
vendor
========================= */
.vendorTitle {
  font-size: 3rem;
}
.stickyTitle .stickyLeft .serviceLogo {
  width: 15%;
}
/* card */
.stickyLeft {
  width: 100%;
  padding-bottom: 1rem;
}
.stickyTitle {
  display: block;
}
.stickyRight {
  width: 100%;
}
.stickyCard {
  flex-direction: row;
  justify-content: center;
}
.stickyCard img {
  width: 30%;
  padding-right: 1rem;
}
.stickyCardTimeImg {
  width: 15% !important;
}
.text02 .pays ul {
  gap: 1rem;
}
.text02 .pays ul li {
  width: calc((100% - 1rem) / 2);
  font-size: 1rem;
}
.vendorLink01 .telLink {
  font-size: 2rem;
}
.vendorLink02 a {
  width: 80%;
}
/* =========================
FAQ
========================= */
.faqQuestion {
  display: flex;
  align-items: center;
  width: 90%;
}


}
 
@media (max-width:767px) {
.onlySp {
  display: block;
}
.onlyPc {
  display: none;
}
.wrap {
  width: 95%;
}
.faqToggle, .othersToggle, .selectToggle {
  width: 18px;
  height: 18px;
  right: 4px;
}
.faqToggle::after, .othersToggle::after, .selectToggle::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
}
/* =========================
FV
========================= */
.pickupInner {
  display: block;
  padding-top: 2rem;
}
.fvSubTitle {
  font-size:1.2rem ;
}
.top .wrap {
  text-align: center;
}
.fvH1 {
  font-size: 2.3rem;
  text-align: center;
  line-height: 1.3;
}
.fvH1 span {
  font-size: 2.1rem;
}
.top {
  position: relative;
}
.fvMap {
  top: -1rem;
}
.fvMap img {
  width: 15rem;
}
/* =========================
pickup
========================= */
.pickupTitle {
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 2.5rem;
}
.pickupTitle span{
  font-size: 2.1rem;
}
.pickupCheck {
  width: 100%;
}
.pickupCar {
  left: 73%;
  top: -90%;
  width: 25%;
}
.pickupCards {
  width: 100%;
  max-width: 100%;
  display: block;
}
.pickupCard {
  width: 100%;
  margin-right: 1rem;
  width: 300px;
}
.pickupLabel {
  font-size: 1.4rem;
  width: 55%;
}
.pickupDetail > * {
  min-width: 0; 
}
.pickupDetail {
  max-width: 310px;
  overflow: hidden;
}
.pickupDetail img {
  width: 100%;
}
.pickupCard * {
  word-break: break-word;
}
.pickupName {
  flex: 1;
  min-width: 0;
}
.pickupName p {
  word-break: break-word;
}
.pickupName h3 {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.pickupName p {
  font-size: 1.1rem;
  line-height: 1.22;
}
.pickupTelBtn {
  font-size: 2.2rem;
  border: 3px solid #ea2b69;
  border-radius: 40px;
  padding: 0.5rem 0;
  background: #fff;
  margin-bottom: 1rem;

  box-shadow: 0 1px 0 #ea2b69; 
}
.pickupSiteBtn {
  font-size: 1.5rem;
}
.slick-list{
  overflow: visible;
}
.slick-list{
  overflow: visible;
}

.slick-dots {
  display: block !important;
  bottom: -30px;
  text-align: center;
}
.slick-dots li button:before {
  font-size: 12px;
  color: #eee;
}
.slick-dots li.slick-active button:before {
  color: #eee !important;
  opacity: 1;
}
/* =========================
danger
========================= */
.danger {
  background-image: url(../images/area-column/bg_danger_sp.jpg);
  background-repeat: repeat;
  background-size: cover;
}
.dangersectionTitle {
  font-size: 2.1rem;
  padding-bottom: 2rem;
  padding-left: 3vw;
  text-align: left;
}
.dangerImage {
  top: 0%;
  right: 0%;
  width: 28%;
  padding-left: 5px;
}
.dangerSpan,.dangerWord {
  font-size: 2.7rem;
}
.dangerCard {
  width: 50%;
  padding: 1rem;
}
.dangerContent {
  flex-wrap: wrap;
  gap: 1rem;
}
.dangerCard{
  width: calc((100% - 1rem) / 2); 
} 
.dangerCard img {
  width: 70%;
  padding-left: 15px;
}
.dangerCard .dangerImg .dangerImg04 {
  width: 60%;
}
.dangerIntro {
  font-size: 1.3rem;
  line-height: 1.76;
  text-align: center;
  padding-bottom: 2.5rem;
}
.dangerNumber {
  font-size: 2rem;
}
.dangerText {
  font-size: 1.2rem;
}
.dangerSolution {
  font-size: 1.8rem;
  white-space: nowrap;
}
.solutionHighlight {
  font-size: 2.2rem;
  padding: 0 0.3rem;
}
.dangerWord .dangerdot:first-child {
  top: 1px;
}
.dangerWord .dangerdot:last-child {
  top: 1px;
}
.dangerdot {
  width: 5px;
  height: 5px;
}
/* =========================
vendorLists
========================= */
.vendorTitle {
  font-size: 2.7rem;
  line-height: 1.29;
  padding-bottom: 2.5rem;
}
.vendortitleMini {
  font-size: 2.1rem;
}
.vendorIntro {
  font-size: 1.3rem;
  padding-bottom: 2.5rem;
}
/* テーブル */
.vendorTable table {
  min-width: auto;
}
.vendorTable th {
  font-size: 1.5rem;
  padding: 1rem;
  line-height: 1.2;
}
.vendorTable td {
  font-size: 1.5rem;
  padding: 0.8rem;
}
.vendorTable table th:first-child,
.vendorTable table td:first-child {
  width: 14rem; 
}
.vendorTableImg img {
  width: 70%;
}
.vendorTable th:nth-child(2),
.vendorTable td:nth-child(2) {
  width: 16rem; 
}
.vendorTable th,
.vendorTable td {
  width: 11rem;
}
.vendorTableImg {
  width: 11rem;
}
.vendorTableImg p {
  font-size: 1.5rem;
}
.tableTellink {
  display: block;
  position: relative;
  border: 2px solid #ea2b69;
  border-radius: 8px;
  padding: 0.5rem;
  background: #fff;
  width: 100%;
  margin-bottom: 0.8rem;
  box-shadow: 0 2px 0 #ea2b69; 
  font-size: 1.5rem;
}
.onlySp.telLink {
  font-size: 2.5rem;
  letter-spacing: 0;
  text-align: center;
}
.onlyPc.tableTellink {
  display: none;
}
.tableSiteBtn {
  border-radius: 8px;
  box-shadow: 0 5px 0 #c08122; 
  font-size: 1.5rem;
  border: #f7a831 2px solid;
}

/* 基準 */
.select {
  padding: 1rem;
}
.selectTitle {
  font-size: 1.6rem;
}
.selectFlex {
  display: none;
  padding-top: 1.5rem;
  flex-direction: column;
  height: auto;
  gap: 1rem;
}
.selectCard {
  width: 100%;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.selectCriteria {
  font-size: 1.8rem;
}
.criteriaText {
  font-size: 1.2rem;
  line-height: 1.5;
}
/* 業者カード */
.vendorCard {
  padding: 1.5rem 1rem;
}
.stickyLeft .serviceLogo {
  width: 25%;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
}
.vendorBadge {
  font-size: 1rem;
}
.vendorName {
  font-size: 1.9rem;
  padding-top: 0;
}
.stickyCard {
  flex-direction: unset;
  font-size: 1.1rem;
}
.stickyCard img {
  margin-bottom: 0;
  width: 30%;
}
.stickyCardTimeImg {
  width: 20% !important;
}
.stickyTitle {
  display: block;
}
.stickyLeft {
  padding-bottom: 1rem;
}
.stickyLeft, .stickyRight {
  width: 100%;
}
.stickyRight {
  gap: 0.5rem;
}
.vendorPoints {
  display: block;
  margin-bottom: 1rem;
}
.vendorPoints .box01 {
  width: 100%;
}
.text02 .pays ul li {
  width: calc((100% - 0.5rem) / 2);
}
.vendorPoints .box01 .title01, .vendorPoints .box02 .title02 , .infoBox .box03 .title03 {
  width: 35%;
  font-size: 1.2rem;
}
.vendorPoints .box01 .text01,.vendorPoints .box02 .text02, .infoBox .box03 .text03 {
  width: 65%;
  font-size: 1.2rem;
  padding: 1rem;
}
.vendorPoints .box01:nth-child(odd), .vendorPoints .box02:nth-child(odd) {
  border-right: none;
}
.text02 .pays ul li {
  font-size: 1rem;
}
.text02 .pays ul {
  gap: 0.5rem;
}
.vendorLink01 .telLink {
  font-size: 2rem;
}
.onlySp.telLink {
  font-size: 2.4rem;
  letter-spacing: 0;
}
.vendorLink01 .telLink i {
  font-size: 1.8rem;
}
.vendorLink01 .telLink span {
  font-size: 1rem;
}
.vendorLink02 a {
  font-size: 1.8rem;
  border-radius: 10px;
  width: 100%;
  padding: 1rem 0;
}
.vendorLink02 span {
  font-size: 1.1rem;
  display: inline;
  vertical-align: middle;
}
.vendorLinks {
  padding: 2rem 1rem;
  margin-bottom: 1.5rem;
  gap: 0.5rem;
  display: block;
}
.vendorText {
  font-size: 1.3rem;
  line-height: 1.5;
  padding-bottom: 2rem;
}
.vendorInfo.hasBadge {
  gap: 0.5rem;
}
.vendorInfo h4 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.vendorInfo h4::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
}
.ps {
  font-size: 1rem;
}
.infoBox .box03:nth-child(odd) {
  border-right: none;
}
.infoBox .box03:nth-last-child(2) {
  border-bottom: 1px solid #ccc;
}
/* =========================
vendorLinks
========================= */
.vendorLink01 {
  display: block;
  position: relative;
  border: 3px solid #ea2b69;
  border-radius: 10px;
  padding: 0.5rem;
  background: #fff;
  width: 100%;
  padding-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 0 #ea2b69;
}
.vendorLink02 {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 0 #c08122;
}
.infoBox .box03 {
  width: 100%;
}
.circleText{
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ea2b69; 
  color: #fff;
  font-size: 1rem;
  padding: 0.2rem 1rem;
  border-radius: 15px;
  line-height: 1.2;
  width: max-content;
  height: auto;
}

/* =========================
vendorOthers
========================= */
.vendorOthersTitle {
  font-size: 1.7rem;
  padding: 1rem 0;
}
.vendorOthersTitle::after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #1bb3c4;
  bottom: -13px;
}
.sectionTitle{
  margin-bottom: 3rem;
}
.othersTitle {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.othersList {
  padding: 1.5rem 1rem;
}
.othersLeft {
  width: 100%;
}
.othersLeft .serviceLogo {
  margin-right: 1rem;
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.othersLeft .vendorName {
  font-size: 1.6rem;
  width: 64%;
}
.othersBox {
  padding-top: 1.2rem;
}
/* =========================
column
========================= */
.column {
  padding: 4rem 0  4rem 0;
}
.columnTitle {
  font-size: 2.7rem;
  line-height: 1.2;
  padding-bottom: 3rem;
}
.columnTitle span {
  font-size: 1.7rem;
}
.columnH3 {
  font-size: 1.7rem;
  padding: 1.5rem 1rem;
  margin-bottom: 1.5rem;
}
.columnText {
  font-size: 1.3rem;
  line-height: 1.76;
  padding-bottom: 2rem;
}
.columnH4 {
  font-size: 1.6rem;
  padding: 1.5rem 1rem;
  margin-bottom: 1.5rem;
}
.columnHighlight {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
/* =========================
faq
========================= */
.faq {
  padding: 4rem 0 ;
}
.faqTitle {
  font-size: 2.7rem;
} 
.faqRow {
  padding: 2.2rem 1.5rem;
  padding-bottom: 0;
}
.faqQuestion {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  width: 90%;
}
.faqQuestion span {
  font-size: 2.1rem;
  padding-right: 1.2rem;
}
.faqBox {
  padding: 1rem 0;
}
.faqAnswer {
  font-size: 1.3rem;
  line-height: 1.76;
}
/* =========================
authorSection
========================= */
.authorSection {
  padding: 3rem 0;
}
}