        .topServiceArea {
            width: 100%;
            position: relative;
            overflow: hidden;
        }

        .topServiceArea .container {
            max-width: 100%;
        }

        .container {
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
        }

        /* 横スクロールコンテナ */
        .topServiceWrap {
            display: flex;
            gap: 30px;
            overflow-x: auto;
            overflow-y: hidden;
            padding: 20px 0 40px 0;
            scroll-behavior: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .topServiceWrap::-webkit-scrollbar {
            display: none;
        }

        /* 無限スクロール用のクローン */
        .topServiceWrap .clone {
            opacity: 1;
        }

        /* サービスボックス */
        .topSeviceBox {
            padding: 4px 0 0 0;
            flex-shrink: 0;
        }

        .topSeviceBox:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
        }

        .topSeviceBox:nth-of-type(2n) h3 span {
            color: #000;
        }

        .topSeviceBox::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #00509f, #b4e4ff);
            border-radius: 20px 20px 0 0;
        }

        /* タイトルスタイル */
        .topSeviceBox h3 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 25px;
            line-height: 1.4;
            position: relative;
        }

        .txt-bg.whspan {
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            background-clip: text;
        }

        .txt-bg.blspan {
            background: linear-gradient(135deg, #f093fb, #f5576c);
            -webkit-background-clip: text;
            background-clip: text;
        }

        /* 画像エリア */
        .topSeviceBox .img {
            margin: 0;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .topSeviceBox:hover .img {
            background: linear-gradient(135deg, #e8edff, #d8e5ff);
        }

        .topSeviceBox .img img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            transition: transform 0.3s ease;
        }

        .topSeviceBox:hover .img img {
            transform: scale(1.1);
        }

        /* スクロールインジケーター */
        .scroll-indicator {
            position: relative;
            margin-top: 20px;
            height: 4px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 2px;
            overflow: hidden;
        }

        .scroll-progress {
            height: 100%;
            background: linear-gradient(90deg, #b4e4ff, #00509f);
            border-radius: 2px;
            transition: width 0.2s ease;
            width: 0%;
        }

        /* ナビゲーションボタン */
        .scroll-nav {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }

        .scroll-btn {
            width: 50px;
            height: 50px;
            border: none;
            border-radius: 50%;
            background: #00509f;
            backdrop-filter: blur(10px);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .scroll-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }

        .scroll-btn::before {
            content: '';
            width: 12px;
            height: 12px;
            border: 2px solid #fff;
            border-left: none;
            border-bottom: none;
            transform: rotate(45deg);
        }

        .scroll-btn.prev::before {
            transform: rotate(-135deg);
        }

        /* ボタン */
        .btn {
            text-align: center;
            margin-top: 40px;
        }

        .btn a {
            display: inline-block;
            padding: 15px 40px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: bold;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 15px 30px rgba(102, 126, 234, 0.3);
        }

        .btn a:hover {
            transform: translateY(-3px);
            box-shadow: 0 20px 40px rgba(102, 126, 234, 0.4);
        }

        /* アニメーション */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .wow.fadeInUp {
            animation: fadeInUp 0.8s ease forwards;
        }

        .footer-bottom__items {
	list-style: none;
	padding: 0;
}

        .ip_only {display: none;}

        /* レスポンシブ */
        @media (max-width: 670px) {
            .ip_only {
                display:  block !important;
            }
            .topSeviceBox {
                min-width: 280px;
                padding: 20px;
            }

            .topSeviceBox h3 {
                font-size: 16px;
            }

            .topSeviceBox .img {
                height: 150px;
            }

            .container {
                padding: 0 15px;
            }

.tabs_area {
	width: 95% !important;
}
.tabs {
	gap: 5px !important;
	margin-bottom: 0 !important;
}
.tab-button {
	padding: 10px 5px !important;
	font-size: 4vw !important;
}
#lineup01 {
	background-position-y: -15% !important;
}
.tabs_area ul li {
	width: 100% !important;
}
#lineup015 {
	padding-top: 0 !important;
}
.lnArea.d-flex.jc-between {
	margin-top: 0em !important;
}
.slider-wrap, .lnContWrap.d-flex.jc-between.ai-start div, .line_text span {
	width: 100% !important;
}
.arrow.left, .arrow.right {
	left: 0;
}
.line_text p {
	font-size: 4vw !important;
}

.license_area {
	width: 100% !important;
}
.license_img img {
  width: 100% !important;
}

.eigyousyo1 {
	width: 100% !important;
	margin: 0 auto !important;
}

.license_area table td {
	padding: 10px 0px !important;
}
.license_area {
  padding: 0 !important;
}
.license_area table ul {
	width: 70% !important;
}
}

@media (min-width: 670px) {
.license_img_flex1 {
	display: flex;
	justify-content: space-around;
}
.license_img_flex {
	display: flex;
	justify-content: center;
}
}


.license_img_flex span {
	font-size: 1.2em;
	margin: 15px 0;
	display: block;
}
.license_img_flex1 .license_img img {
	width: 90%;
}

.license_area p {
margin: 5px 15px;
}
.flexslider .slides > li {
	margin-top: 3em;
}
.license_area table ul {
	width: fit-content;
	margin: 0 auto;
	text-align: left;
}

.map iframe {
	max-width: 100%;
}
.license_area table {
	border-collapse: collapse;
	margin: 0 auto;
}

.license_area table tr{
  border-bottom: solid 2px white;
}

.license_area table tr:last-child{
  border-bottom: none;
}

.license_area table th {
	position: relative;
	text-align: left;
	width: 30%;
	background-color: #00509f;
	color: white;
	text-align: center;
	padding: 15px 0;
}

.license_area table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #00509f;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.license_area table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #fff;
  padding: 10px 50px;
}

.eigyousyo1 {
	width: 60%;
	margin: 0 auto;
}

.eigyousyo1 h3 {
	margin: 3em 0 1em;
}

.eigyousyo1 span {
	display: block;
	line-height: 1.5em;
	margin: 1em;
}
.eigyousyo2 {
	width: fit-content;
	padding: 5px 15px;
	background-color: #000;
	color: #fff;
}
        /* スクロールヒント */
        .scroll-hint {
            text-align: center;
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
            margin-bottom: 20px;
            opacity: 1;
            transition: opacity 0.3s ease;
        }

        .scroll-hint.hidden {
            opacity: 0;
        }




            .tabs {
      display: flex;
      gap: 10px;
      margin-bottom: 20px;
    }

    .tab-button {
      padding: 10px 20px;
      background: #e0e0e0;
      border: none;
      cursor: pointer;
      border-radius: 8px 8px 0 0;
      transition: background 0.3s;
      font-family: 'Noto Sans JP', sans-serif ,"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS P Gothic", Verdana;
      width: 25%;
      font-size: 1.2em;
    }

    .tab-button.active {
      background: #2196f3;
      color: white;
    }

    .tab-content {
      display: none;
      background: white;
      padding: 20px;
      border-top: none;
      animation: fadeIn 0.4s ease-in-out;
    }

    .tab-content.active {
      display: block;
    }

.container .btn a {
	width: fit-content;
	background: #00509f;
	max-width: 100%;
}

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .tabs_area {
      width: 60%;
      margin: 10em auto 0 auto;
    }

.tabs_area ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.tabs_area ul li {
	display: flex;
	align-items: center;
	border: 2px solid #2196f3;
	margin: 3px 6px;
	padding: 10px 0;
    width: 30%;
}
.tabs_area ul a {
	display: flex;
	align-items: center;
}
.tabs_area ul img {
	width: 50%;
	margin: 0;
}

.tabs_area ul li:hover {
background-color: #cbe8ff;
}
.lnArea.d-flex.jc-between {
	margin-top: 8em;
}
.lnTxtCont {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	display: flex;
	align-items: center;
}
.line_category {
	background-color: #00509f;
	padding: 5px 10px;
	border-radius: 15px;
	color: #fff;
}
.line_name {
	margin-left: 10px;
	font-size: 1.3em;
}

.lnContWrap.d-flex.jc-between.ai-start table {
	margin: 0 auto;
	font-size: 1.1em;
	border-spacing: 5px 5px;
	border-collapse: separate;
}
.lnContWrap.d-flex.jc-between.ai-start th {
	background-color: #00509f;
	color: #fff;
	text-align: center;
	border: 2px solid #00509f;
	padding: 5px 0;
}
.lnContWrap.d-flex.jc-between.ai-start td {
	text-align: center;
	border: 2px solid #00509f;
}

.lnContWrap.d-flex.jc-between.ai-start div {
    width: 49%;
}

.line_text p {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 2px solid;
	width: fit-content;
	padding: 0 3px 3px 3px;
}
.line_text span {
	padding: 10px;
	display: block;
	width: 90%;
}


html {
    scroll-behavior: smooth;
}

.sp-nav__items {
	list-style: none;
	padding: 0;
}

.slider-wrap {
	position: relative;
	width: 50%;
	overflow: hidden;
	box-shadow: 0 5px 15px rgb(162, 162, 162);
	height: fit-content;
    background-color: #fff;
    border-radius: 10px;
}

        .slider {
            display: flex;
            transition: transform 0.3s ease;
            width: 100%;
        }

        .slider figure {
            min-width: 100%;
        }

        .slider img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
        }

        .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.9);
            border: none;
            font-size: 20px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }

        .arrow:hover {
            background: white;
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        }

        .arrow.left {
            left: 10px;
        }

        .arrow.right {
            right: 10px;
        }

        .slider-indicator {
            display: flex;
            justify-content: center;
            padding: 15px;
            gap: 8px;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .dot.active {
            background: #4ecdc4;
        }

        h2 {
            color: #333;
            margin-bottom: 10px;
        }

        .demo-content {
            text-align: center;
            margin: 20px 0;
            color: #666;
        }




.license_area {
	width: 80%;
	margin: 0 auto;
	padding: 3em;
	background-color: #f0f4ff;
	margin-bottom: 3em;
}
.license_area h3 {
	font-size: 1.5em;
	margin-bottom: 10px;
	background: #d8ebff;
	color: #000;
	width: fit-content;
	padding: 5px 10px;
	border-radius: 10px;
}
.license_img img {
	width: 40%;
}
.license_img {
	text-align: center;
	margin: 25px;
}

.license_img_flex .license_img img {
	width: 100%;
}
