.blue-heading-ttl, .black-heading-ttl, .white-heading-ttl {
	margin: 0 0 20px;
	font-size: clamp(22px, 2.2vw, 34px);
	font-weight: bold;
}
.blue-lead-ttl, .black-lead-ttl, .white-lead-ttl {
	margin: 0 0 15px;
	font-size: clamp(16px, 1.8vw, 24px);
	font-weight: bold;
}
.blue-lead-txt, .white-lead-txt, .black-lead-txt {
	margin: 0 0 15px;
	font-size: clamp(14px, 1.3vw, 16px);
	line-height: 1.4;
}
.blue-heading-ttl, .blue-lead-ttl, .blue-lead-txt { color: #0080ff; }
.black-heading-ttl, .black-lead-ttl, .black-lead-txt { color: #000; }
.white-heading-ttl, .white-lead-ttl, .white-lead-txt { 	color: #fff; }
@media screen and (max-width: 1199px) {
	.blue-heading-ttl, .black-heading-ttl, .white-heading-ttl {
		margin: 0 0 15px;
	}
	.blue-lead-ttl, .black-lead-ttl, .white-lead-ttl ,
	.blue-lead-txt, .white-lead-txt, .black-lead-txt {
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.blue-heading-ttl, .black-heading-ttl, .white-heading-ttl ,
	.blue-lead-ttl, .black-lead-ttl, .white-lead-ttl ,
	.blue-lead-txt, .white-lead-txt, .black-lead-txt {
		margin: 0 0 8px;
	}
}

.main-container {
	margin-bottom: 120px;
}
.main-wrap {
	width: 100%;
	padding-top: 50%;
	position: relative;
}
.main-video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	aspect-ratio: 2 / 1;
	overflow: hidden;
	filter: drop-shadow(0px 0px rgba(0,0,0,0));
	outline: none;
	border: none;
}
.main-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.main-box {
	text-align: center;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
}
.main-lead {
	margin-bottom: 5px;
	font-size: clamp(18px, 1.8vw, 20px);
	color: #eee;
}
.main-logo {
	width: 30vw;
	margin-bottom: 20px;
}
.main-txt {
	margin-bottom: 40px;
	font-size: clamp(20px, 2vw, 32px);
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}
.main-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 410px;
	margin: 0 auto 40px;
}
.main-btn a {
	width: 200px;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: clamp(14px, 1.3vw, 16px);
	font-weight: bold;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 30px;
	background: rgba(0,0,0,0.7);
}
.main-btn a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}
.main-ad-img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-ad-img img {
	width: 110px;
	max-height: 80px;
	margin: 0 10px;
}
@media screen and (max-width: 1199px) {
	.main-container {
		margin-bottom: 80px;
	}
	.main-box {
		top: 10%;
		left: 5%;
	}
}
@media screen and (max-width: 1020px) {
	.main-box {
		top: 5%;
	}
	.main-logo {
		width: 40vw;
		margin-bottom: 5px;
	}
	.main-txt {
		margin-bottom: 10px;
	}
	.main-btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 310px;
		margin: 0 auto 40px;
	}
	.main-btn a {
		width: 150px;
	}
}
@media screen and (max-width: 767px) {
	.main-container {
		margin-bottom: 60px;
		background: #222;
	}
	.main-wrap {
    position: relative;
		padding: 20px 0;
	background:url(/wp-content/themes/scantech/img/kscan-e/7f21ce2304821ec296ad63ceb54bc3a2.png.webp) no-repeat center / cover;
	}
	.main-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
    border-radius: 0;
  }

	.main-box {
    position: relative;
    z-index: 2; 
		top: inherit;
		left: inherit;
		transform: inherit;
	}
	.main-logo {
		width: 80vw;
		margin-bottom: 15px;
	}
	.main-txt {
		margin-bottom: 25px;
	}
	.main-img {
		width: 30vw;
		margin-bottom: 25px;
	}
	.main-btn {
		width: 95%;
		margin: 0 auto 40px;
	}
	.main-btn a {
		width: 49%;
		margin: 5px 0;
		padding: 5px 10px;
		font-size: clamp(14px, 1.3vw, 16px);
		font-weight: bold;
		color: #0080ff;
		border: 2px solid #0080ff;
		border-radius: 30px;
	}
	.main-btn a:hover {
		color: #fff;
		background: #0080ff;
		text-decoration: none;
	}
	.main-ad-img {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.main-ad-img img {
		width: 110px;
		max-height: 80px;
		margin: 0 10px;
	}
}
.movie-container {
	margin-bottom: 140px;
}
.movie-container .movie-wrap {
	max-width: 1000px;
	width: 90vw;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
}
.movie-container .movie-wrap iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1199px) {
	.movie-container {
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 767px) {
	.movie-container {
		margin-bottom: 60px;
	}
}
.about-container {
	margin-bottom: 140px;
	padding: 80px 0;
	background: #eee;
}
.about-wrap {
	max-width: 95vw;
	width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-box {
	width: 65%;
}
@media screen and (max-width: 1199px) {
	.about-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.about-container {
		margin-bottom: 60px;
	}
}

.swiper {
	margin: 0;
	position: relative;
}
.swiper-pagination {
	padding: 0 15px;
	text-align: right;
}
.swiper-pagination-02, .swiper-pagination-03{
	text-align: center;
}
.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #0088ff;
}
.swiper-01 {
	width: 30%;
}
@media screen and (max-width: 1199px) {
	.center-container {
		margin: 0 auto 80px;
	}
}
@media screen and (max-width: 767px) {
	.center-container {
		margin: 0 auto 60px;
	}
	.swiper {
		margin: 0 0 10px;
	}	
	.about-container {
		margin-bottom: 60px;
		padding: 40px 0;
	}

	.about-wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;  
		justify-content: space-between;
		gap: 10px;
	}

	.about-box {
		width: 48%;
		padding: 0 10px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.swiper-01 {
		width: 48%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.about-box h2,
	.about-box p {
		font-size: 14px;
		line-height: 1.5;
	}
}
:root{
  --gap: 40px;
  --radius: 12px;
  --maxw: 1400px;
  --topH: 360px;
  --bottomH: 400px;
}

.mozaic-wrap{
  width: min(95vw, var(--maxw));
  margin: 0 auto 140px;
  box-sizing: border-box;
}

.mozaic-card{
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
}

.mozaic-top{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: var(--topH);
  gap: var(--gap);
  margin-bottom: var(--gap);
}

.mozaic-top-left{
  grid-row: span 2;
  height: 100%;
}

.mozaic-top .mozaic-card{
  height: 100%;
}

.mozaic-top .mozaic-card img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mozaic-bottom{
  display: grid;
  grid-template-columns: 33.29fr 41.14fr 25.57fr;
  gap: var(--gap);
  align-items: stretch;
}

.mozaic-bottom .mozaic-card{
  height: var(--bottomH);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0;
}

.mozaic-bottom .mozaic-card img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.mozaic-wrap figure,
.mozaic-card { margin: 0; }

.mozaic-top { gap: var(--gap); }
.mozaic-bottom { gap: var(--gap); }

@media (max-width: 767px){
  .mozaic-wrap{ margin-bottom: 60px; }

  .mozaic-top{
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .mozaic-top-left{ grid-row: auto; }

  .mozaic-top .mozaic-card{
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .mozaic-top .mozaic-card img{
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mozaic-bottom{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mozaic-bottom .mozaic-card{
    height: auto;
    width:100%;
  }
	.mozaic-bottom .mozaic-card img{
		width:100%;
	}
}
.sectiontit{
		text-align: center;
	}
	.txt{
		text-align: center;
	}
.wide-container {
	max-width: 95vw;
	width: 1400px;
	margin: 0 auto 160px;
}
	.widesec{
		display:flex;
		gap:20px;
		margin-top:50px;
	}
	.widebox{
		flex:1;
	}
	.widetit{
		font-weight:bold;
		font-size:20px;
	}
	.widebox .txtbox{
		margin-top:20px;
	}
@media screen and (max-width: 1020px) {
	.wide-container {
		margin: 0 auto 80px;
	}
}
@media screen and (max-width: 767px) {
	.wide-container {
		margin: 0 auto 60px;
	}

	.widesec {
		flex-direction: column;   /* 세로 정렬 */
		align-items: center;      /* 가운데 정렬 */
		gap: 40px;                /* 아이템 간 여백 */
		margin-top: 30px;
	}

	.widebox {
		width: 100%;
		max-width: 400px;         /* 너무 넓지 않게 제한 (선택 사항) */
		text-align: center;
	}

	.widebox img {
		width: 100%;
		height: auto;
		border-radius: 10px;      /* 선택 사항 – 모서리 부드럽게 */
	}

	.widetit {
		font-size: 18px;
		margin-top: 10px;
	}

	.widetxt {
		font-size: 14px;
		color: #333;
	}
}
.powerful-container {
	width: 100vw;;
	margin: 0 auto 160px;
}
.powerful-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center; 
  text-align: center;
  padding: 40px 20px;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 100%);
  border-radius: 20px;
  box-sizing: border-box;
  z-index: 2;
}

.powerful-wrap .tit {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
  max-width: 1200px;
	border-left:none;
	border-right:none;
}

.powerful-wrap .txt {
  font-size: 20px;
  line-height: 1.6;
  max-width: 1200px;
}
	.powerful-wrap .tit, .powerful-wrap .txt{
		color:white;
	}
.powerful-box {
	width: 48%;
	background: #fafafa;
	border-radius: 20px;
}
.powerful-txt {
	padding: 20px;
}
	.powerful-container .swiper{
		margin-top:30px;
	}
.swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15); /* 살짝 어둡게 */
  z-index: 1;
}
	.powerful-container .swiper-wrapper{
		width:100%;
	}
	.powerful-container .swiper-slide{
		aspect-ratio:1897/969;
		width:100%;
	}
	.powerful-container .pows1 {
  background: url(/wp-content/themes/scantech/img/kscan-e/kscan-e_07.webp) no-repeat center / cover;
}

.powerful-container .pows2 {
  background: url(/wp-content/themes/scantech/img/kscan-e/kscan-e_08.webp) no-repeat center / cover;
}

.powerful-container .pows3 {
  background: url(/wp-content/themes/scantech/img/kscan-e/kscan-e_09.webp) no-repeat center / cover;
}
@media screen and (max-width: 1020px) {
	.powerful-container {
		margin: 0 auto 80px;
	}
}
@media screen and (max-width: 767px) {
	  .powerful-container .swiper-slide,
  .powerful-container .swiper-slide.pows1,
  .powerful-container .swiper-slide.pows2,
  .powerful-container .swiper-slide.pows3 {
    background: none !important;
    background-image: none !important;
  }

  .powerful-container .swiper-slide::before {
    display: none !important;
  }

  .powerful-wrap {
    position: static;
    background: none;
    color: #000;
    padding: 16px 0 0;
    text-align: left;
  }
  .powerful-wrap .tit { font-size: 22px; color:#111; margin-top: 8px; }
  .powerful-wrap .txt { font-size: 15px; color:#333; line-height: 1.6; }

  .powerful-container .swiper-slide {
    aspect-ratio: auto;
  }
	
  .powerful-container {
    margin: 0 auto 160px;
  }

  .powerful-wrap .tit {
    font-size: 22px;
    font-weight: 600;
    color: #111;
    margin-top: 10px;
  }

  .powerful-wrap .txt {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
  }
	.powerful-container .swiper-slide{
		background:none;
	}

  .swiper-slide::before {
    display: none;
  }
}
.anyscan-container {
	width: 95vw;
	max-width:1400px;
	margin: 0 auto 160px;
}
.anyscan-wrap {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  width: calc(40% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 40px;
  color: #333;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  box-sizing: border-box;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.anyscan-wrap .tit {
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 16px;
	max-width: 600px;
	color: #111;
}

.anyscan-wrap .txt {
	font-size: 18px;
	line-height: 1.6;
	max-width: 600px;
	color: #333;
}
	.anyscan-container .swiper{
		margin-top:30px;
	}

.swiper-slide {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.swiper-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.05);
	z-index: 1;
}

.anyscan-container .swiper-wrapper {
	width: 100%;
}

.anyscan-container .swiper-slide {
	aspect-ratio: 30/13;
	width: 100%;
	background-position: center;
	background-size: cover;
}
.anyscan-wrap .tit {
		border-left:none;
		border-right:none;
}
	.anyscan-container .any1 {
  background: url(/wp-content/themes/scantech/img/kscan-e/kscan-e_10.webp) no-repeat center / cover;
}
	.anyscan-container .any2 {
  background: url(/wp-content/themes/scantech/img/kscan-e/kscan-e_11.webp) no-repeat center / cover;
}
	.anyscan-container .any3 {
  background: url(/wp-content/themes/scantech/img/kscan-e/kscan-e_12.webp) no-repeat center / cover;
}
	.anyscan-container .any4 {
  background: url(/wp-content/themes/scantech/img/kscan-e/kscan-e_13.webp) no-repeat center / cover;
}
@media screen and (max-width: 1020px) {
	.anyscan-container {
		margin: 0 auto 80px;
	}
	.anyscan-wrap {
		width: 50%;
		padding: 30px;
	}
}

@media screen and (max-width: 767px) {
	.anyscan-container {
		margin: 0 auto 40px;
	}
	.anyscan-container .swiper-slide{
    background: none !important;
    background-image: none !important;
    aspect-ratio: auto; 
  }
  .anyscan-container .swiper-slide::before{ display:none !important; }
	.anyscan-wrap{
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 0;
    background: none;
    backdrop-filter: none;
    box-shadow: none;
    border-radius: 0;
    align-items: center;
    text-align: center;
  }
  .anyscan-wrap .tit{ font-size:24px; }
  .anyscan-wrap .txt{ font-size:16px; }
}
.automate-container {
	width: 100vw;
	margin: 0 auto 160px;
	background: url(/wp-content/themes/scantech/img/kscan-e/kscan-e_14.webp) no-repeat center / cover;
	aspect-ratio: 12 / 5;
	position: relative; 
	display: flex;
	align-items: center;
}

.automate-wrap {
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translateY(-50%);
	width: 50vw;
	padding: 40px;
	box-sizing: border-box;
	backdrop-filter: blur(6px);
}

.automate-wrap .sectiontit {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 16px;
	color: #111;
	text-align: left;
}

.automate-wrap .txt {
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	text-align: left;
	max-width: 600px;
	text-align: left;
}

@media screen and (max-width: 1020px) {
	.automate-container {
		margin: 0 auto 80px;
	}
	.automate-wrap {
		width: 60vw;
		padding: 30px;
	}
}

@media screen and (max-width: 767px) {
	.automate-container {
		margin: 0 auto 40px;
		aspect-ratio: auto;
		display: block;
		background:none;
	}
	.automate-wrap {
		position: static;
		width: 100%;
		background: rgba(255,255,255,0.9);
		border-radius: 20px;
		padding: 20px;
		transform: none;
	}
	.automate-wrap .sectiontit {
		font-size: 24px;
		text-align: center;
	}
	.automate-wrap .txt {
		font-size: 16px;
		text-align: center;
	}
}
.step-bg {
	background: #f1f1f1;
}
.step-container {
	max-width: 95vw;
	width: 1400px;
	margin: 0 auto 160px;
	padding: 100px 0;
}

/* タブ切り替え用のスタイル */
.step-tabs {
	margin-top: 40px;
	text-align: center;
}
.step-tabs input[type="radio"] {
	display: none;
}
.step-tabs label {
	margin-right: 15px;
	padding: 10px 50px;
	font-size: clamp(14px, 1.6vw, 16px);
	color: #0080ff;
	border: 1px solid #0080ff;
	border-radius: 25px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.step-tabs label:hover {
	color: #fff;
	background-color: #3c9eff;
}
.step-tabs input[type="radio"]:checked + label {
	color: #fff;
	background-color: #0080ff;
}
.step-tabs .tab-box {
	margin-top: 30px;
	text-align: left;
}
.step-tabs .tab-box > div {
	display: none;
}
#step1:checked ~ .tab-box > .step1-content,
#step2:checked ~ .tab-box > .step2-content,
#step3:checked ~ .tab-box > .step3-content,
#step4:checked ~ .tab-box > .step4-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.step-img {
	width: 50%;
}
.step-box {
	width: 45%;
}
@media screen and (max-width: 1020px) {
	.step-container {
		margin: 0 auto 80px;
		padding: 50px 0;
	}
}
@media screen and (max-width: 767px) {
	.step-container {
		margin: 0 auto 60px;
		padding: 30px 0;
	}
	.step-tabs {
		margin-top: 20px;
	}
	.step-tabs label {
		margin-right: 5px;
		padding: 6px 12px;
	}
	#step1:checked ~ .tab-box > .step1-content,
  #step2:checked ~ .tab-box > .step2-content,
  #step3:checked ~ .tab-box > .step3-content,
  #step4:checked ~ .tab-box > .step4-content {
    display: block;
    text-align: center;
  }

  .step-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .step-box {
    width: 100%;
    text-align: center;
  }
}
.intuitive-container {
	width: 95vw;
	max-width:1400px;
	margin: 0 auto 160px;
}

.intuitive-wrap {
}

.intuitive-wrap .txt {
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	text-align: left;
	max-width: 600px;
	text-align: left;
}
.intuitive-wrap .iconwrap {
  display: flex;
  justify-content: center;  
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;                 
  margin: 60px auto 0;
  text-align: center;        
  width: 100%;
}

.intuitive-wrap .iconbox {
  flex: 0 0 auto;            
  text-align: center;
}

.intuitive-wrap .iconbox img {
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto 12px;      
}

.intuitive-wrap .icontxt {
  font-size: 16px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1020px) {
	.intuitive-container {
		margin: 0 auto 80px;
	}
	.intuitive-wrap {
		width: 60vw;
		padding: 30px;
	}
}

@media screen and (max-width: 767px) {
	.intuitive-container {
		margin: 0 auto 40px;
		aspect-ratio: auto;
		display: block;
	}
	.intuitive-wrap {
		position: static;
		width: 100%;
		background: rgba(255,255,255,0.9);
		border-radius: 20px;
		padding: 20px;
		transform: none;
	}
	.intuitive-wrap .sectiontit {
		font-size: 24px;
		text-align: center;
	}
	.intuitive-wrap .txt {
		font-size: 16px;
		text-align: center;
	}
}
.spec-container {
	max-width: 95vw;
	width: 1400px;
	margin: 0 auto 160px;
}
.spec-table {
	width: 100%;
	font-size: clamp(12px, 1.3vw, 16px);
	color: #000;
	border: 1px solid #b2b2b2;
}
.spec-table th,
.spec-table td {
	padding: 5px 10px;
	border: 1px solid #b2b2b2;
}
@media screen and (max-width: 1020px) {
	.spec-container {
		margin: 0 auto 60px;
	}
	.spec-table td {
		padding: 2px 5px;
	}
}
@media screen and (max-width: 767px) {
	.spec-container {
		margin: 0 auto 60px;
	}
}
.support-container {
	margin-bottom: 160px;
	padding: 120px 0 80px;
	background: #000;
}
.support-wrap {
	max-width: 1200px;
	width: 95vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.support-list {
	margin-bottom: 50px;
	display: flex;
}
.support-list li {
	margin: 0 3vw;
	text-align: center;
}
.support-list .list-icon {
	height: 85px;
	margin-bottom: 20px;
}
.support-list .list-txt {
	margin: 0;
	font-size: clamp(16px, 1.5vw, 20px);
	color: #fff;
}
.support-list .list-lead {
	font-size: clamp(14px, 1.3vw, 16px);
	margin: 0;
}
.support-list .lead-01 { color: #0dc7ff; }
.support-list .lead-02 { color: #5bf3fd; }
.support-list .lead-03 { color: #0f97ff; }
.support-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}
.support-icon {
	height: 85px;
	margin: 30px 0 10px;
}
.txt-red { color: #c51926; }
.support-img {
	max-width: 70vw;
	margin-top: 50px;
}
@media screen and (max-width: 1199px) {
	.support-container {
		margin-bottom: 80px;
		padding: 80px 0 40px;
	}
	.support-icon {
		height: 60px;
	}
}
@media screen and (max-width: 767px) {
	.support-container {
		margin-bottom: 40px;
		padding: 40px 0 30px;
	}
	.support-list {
		width: 100%;
		margin-bottom: 30px;
	}
	.support-list li {
		width: 33%;
		margin: 0;
		text-align: center;
	}
	.support-list .list-icon {
		max-width: 50px;
		max-height: 45px;
		margin-bottom: 15px;
	}
	.support-box {
		margin-bottom: 20px;
	}
	.support-icon {
		height: 45px;
		margin-top: 20px;
	}
	.support-img {
		margin-top: 20px;
	}
}
.footer-container {
	margin-bottom: 140px;
	text-align: center;
}
.footer-img {
	width: 20vw;
	margin-bottom: 30px;
}
.footer-container .scene-box .ttl {
	margin: 0;
	font-size: clamp(36px, 3vw, 54px);
	font-weight: bold;
}
.footer-container .scene-box .txt {
	margin-bottom: 20px;
	font-size: clamp(18px, 1.8vw, 26px);
	font-weight: bold;
	color: #0080ff;
	line-height: 1.2;
}
.footer-btn a {
	display: inline-block;
	width: 180px;
	margin: 0 5px;
	padding: 5px 10px;
	font-size: clamp(14px, 1.3vw, 16px);
	font-weight: bold;
	color: #000;
	border: 2px solid #000;
	border-radius: 30px;
}
.footer-btn a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
}
@media screen and (max-width: 1199px) {
	.footer-container {
		margin-bottom: 80px;
	}
	.footer-btn a {
		width: 160px;
	}
}
@media screen and (max-width: 767px) {
	.footer-container {
		margin-bottom: 60px;
	}
	.footer-img {
	width: 50vw;
		margin-bottom: 20px;
	}
	.footer-btn a {
		width: 46%;
		margin: 5px;
		padding: 5px 10px;
		font-size: clamp(14px, 1.3vw, 16px);
		font-weight: bold;
		color: #000;
		border: 2px solid #000;
		border-radius: 30px;
	}
}
