@charset "UTF-8";
@media all and (max-width: 1000px) {
	.pc-back-img{
		display:none;
	}
	img{
		width:100%;
		vertical-align: top;
	}
	a{
		display:block;
		text-decoration: none;
	}
	body{
		font-family: "Noto Sans JP", serif;
		margin:0;
		padding:0;
		background-color: #F5F5F5;
	}
.s-main{
	font-family: "Noto Sans JP", serif;
}
.common-width{
	width:86%;
	margin:0 auto;
}
.common-title{
	font-size:19px;
	letter-spacing: -0.02em;
}
header{
	height:66px;
	width:100%;
	margin:0 auto;
	background-color: white;
	display:flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top:0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 1000; /* ← これを追加 */
}
.logo{
	width:145px;
	margin-left:4%;
}
.dl-btn-header{
	background-color: #FF4800;
	color:white;
	font-size:13px;
	font-weight:500;
	padding:10px 0;
	width:120px;
	text-align: center;
	border-radius: 3px;
	margin-right:4%;
}
.dl-btn-header::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 16px;
    background-image: url(image/dl-btn.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 7px 0 0;
}
/* ここからスタート */
.top{
	padding-top:115px;
}
.dl-btn{
	background-color: #242424;
	color:white;
	border-radius: 40px;
	text-align: center;
	padding:18px 0;
	font-size:15px;
	font-weight:500;
	letter-spacing: -0.02em;
}
.dl-btn::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 18px;
    background-image: url(image/dl-btn.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 0 12px;
}
.top .dl-btn{
	margin-top:12px;
}
.thema{
	margin-top:60px;
	margin-bottom:70px;
}
.thema h2{
	font-size:16px;
	letter-spacing: -0.02em;
}
.thema-point{
	margin-top:15px;
	display:flex;
	flex-direction: column;
	gap:8px;
}
.thema-point p {
	font-size:14px;
	font-weight:500;
	color:#747474;
	display:flex;
	gap:8px;
}
.pkg-list{
	margin-top:18px;
	display:flex;
	flex-direction: column;
	gap:10px;
}
.support{
	margin-top:60px;
}
.support-list{
	display:flex;
	flex-direction: column;
	gap:15px;
	margin-top:20px;
}
.support-list div{
	display:flex;
	gap:15px;
	padding:0 0 18px 0;
	border-bottom: solid 1px #DCDCDC;
}
.support-list div p:nth-child(1){
	font-family: "Roboto", sans-serif;
	color:#FF4800;
	font-size:36px;
	font-weight:800;
	letter-spacing: -0.01em;
}
.support-list div p:nth-child(2){
	font-size:15px;
	font-weight:500;
	margin:3px 0 0 0;
}
.annotation{
	font-size:13px;
	color:#999999;
	margin-top:8px;
	font-weight:500;
}
.price{
	margin-top:70px;
}
.price .common-title{
	display:flex;
	justify-content: space-between;
}
.price .common-title div{
	width:41px;
}
.price-table{
	width:86%;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding: 0 0 20px 0;
	margin:17px auto 0 auto;
}
.price-table img{
	width:700px;
}
.price-table::-webkit-scrollbar {
  height: 6px; /* 横スクロールバーの高さ */
}
.price-table::-webkit-scrollbar-thumb {
  background-color: #888; /* スクロールバーの色 */
  border-radius: 3px;
}
.price-table::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* トラック部分 */
}
.orange-cta{
	padding:35px 0 38px 0;
	margin-top:70px;
	background-color: #FF4800;
	text-align: center;
	color:white;
}
.orange-cta p:nth-child(1){
	font-size:15px;
	font-weight:500;
	letter-spacing: -0.02em;
}
.orange-cta h3{
	font-size:23px;
	margin:5px 0 10px 0;
}
.orange-cta p:nth-child(3){
	font-size:14px;
	letter-spacing: -0.02em;
	line-height: 1.75;
}
.orange-cta p:nth-child(4){
	font-size:15px;
	font-weight:500;
	letter-spacing: -0.02em;
	margin:15px 0 25px 0;
}
.orange-cta .dl-btn{
	width:75%;
}
.ceo{
	margin-top:70px;
}
.ceo h2{
	font-size:18px;
	letter-spacing: -0.02em;
	line-height: 1.7;
}
.ceo h2 span{
	color:#FF4800;
}
.ceo-img{
	margin-top:30px;
}
.ceo .read{
	font-size:13px;
	font-weight:600;
	line-height: 1.7;
	text-align: center;
	margin-top:18px;
}
.ceo .name{
	font-size:18px;
	font-weight:600;
	color:#B9B9B9;
	text-align: center;
	margin-top:13px;
}
.ceo .name span{
	font-size:12px;
}
.company{
	margin-top:70px;
}
.company-list{
	margin-top:17px;
	display:flex;
	flex-direction: column;
	gap:13px;
}
.company-list div{
	display:flex;
	justify-content: space-between;
	border-bottom:1px solid #DCDCDC;
	padding:0 0 9px 0;
}
.company-list div p:nth-child(1){
	font-size:14px;
	color:#A8A8A8;
	letter-spacing: -0.02em;
	width:90px;
}
.company-list div p:nth-child(2){
	font-size:14px;
	letter-spacing: -0.02em;
	width:250px;
}



.main-cta{
	margin-top:70px;
}
.sub-contact p{
	font-size:14px;
	line-height: 1.7;
	margin-top:15px;
	margin-bottom:20px;
}
/* 下層ページ */
.kaso-contact{
	padding-top:115px;
}
.kaso-contact .read{
	font-size:14px;
	margin-top:15px;
	margin-bottom:20px;
}
.kaso-contact .dl-btn{
	width:100%;
	border-radius: 6px;
	background-color: #242424;
	color:white;
	padding:14px 0;
	text-align: center;
	font-size:17px;
	font-weight:500;
}
/* フッター */
footer{
	background-color:#242424;
	padding:45px 0 25px 0;
	margin-top:80px;
}
.logo-f{
	width:200px;
	margin:0 auto;
}
.f-link{
	display: flex;
	gap:10px;
	justify-content: center;
	margin:20px auto 0 auto;
}
.f-link a{
	color: white;
	text-decoration: underline;
	font-size:13px;
}
.sp-cta{
	background-color: #f5f5f5;
	padding:30px 0;
}
.sp-cta-width{
	margin-top:0;
	margin-bottom:0;
}
.sp-cta h3{
	font-size:18px;
	line-height: -0.02em;
}
.sp-cta p{
	font-size:14px;
	margin:10px 0 25px 0;
}
}