.blue-heading-ttl, .black-heading-ttl, .white-heading-ttl {
	margin: 0 0 40px;
	font-size: clamp(22px, 2.2vw, 36px);
	font-weight: bold;
}
.blue-lead-ttl, .black-lead-ttl, .white-lead-ttl {
	margin: 0 0 10px;
	font-size: clamp(18px, 1.6vw, 24px);
	font-weight: bold;
}
.blue-lead-txt, .white-lead-txt, .black-lead-txt {
	margin: 0 0 15px;
	font-size: clamp(14px, 1.3vw, 16px);
}
.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 {
		margin: 0 0 16px;
	}
	.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: 140px;
}
.main-wrap {
	background: url(/wp-content/themes/scantech/img/3devok-mq/main_bg.jpg) no-repeat center / cover;
}
.main-box {
	max-width: 95vw;
	width: 1500px;
	margin: 0 auto;
	padding: 160px 0 280px;
	display: flex;
	flex-direction: column;
}
.main-box .ttl {
	margin: 25px 0 10px;
	font-size: clamp(28px, 4.2vw, 80px);
	font-weight: bold;
	color: #000;
}
.main-box .lead {
	margin: 0 0 50px;
	font-size: clamp(18px, 2vw, 30px);
	font-weight: bold;
	color: #000;
}
.main-btn {
	display: flex;
	flex-wrap: wrap;
}
.main-btn a {
	display: inline-block;
	max-width: 22vw;
	width: 200px;
	margin: 0 10px 10px 0;
	padding: 8px 0;
	font-size: clamp(14px, 1vw, 16px);
	text-align: center;
	color: #fff;
	border: 1px solid #209cff;
	border-radius: 30px;
	background: #209cff;
}
.main-btn a:hover {
	text-decoration: none;
	color: #209cff;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.main-container {
		margin-bottom: 60px;
		text-align: center;
	}
	.main-wrap {
		margin-bottom: 20px;
		text-align: left;
	}
	.main-box {
		padding: 20px 0 60px;
	}
	.main-box .lead {
		margin: 0 0 20px;
		text-align: left;
	}
	.main-btn {
		width: 95%;
		justify-content: center;
	}
	.main-btn a {
		max-width: inherit;
		width: 46%;
	}
}

.about-container {
	max-width: 95vw;
	width: 1400px;
	margin: 0 auto 140px;
}
.about-txt {
	margin-bottom: 60px;
	text-align: center;
}
.about-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.about-box {
	width: 49%;
}
.about-re {
	position: relative;
}
.about-img {
	margin-bottom: 14px;
}
.about-txt-bottom {
	position: absolute;
	width: calc(100% - 80px);
	left: 40px;
	bottom: 40px;
	color: #fff;
}
.about-txt-top {
	position: absolute;
	width: calc(100% - 60px);
	left: 30px;
	top: 30px;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1199px) {
	.about-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.about-container {
		margin-bottom: 60px;
	}
	.about-txt {
		margin-bottom: 20px;
	}
	.about-wrap {
		flex-direction: column;
	}
	.about-box {
		width: 100%;
	}
	.about-txt-bottom {
		width: calc(100% - 40px);
		left: 20px;
		bottom: 20px;
		line-height: 1.4;
	}
	.about-txt-top {
		width: calc(100% - 20px);
		left: 10px;
		top: 15px;
		line-height: 1.4;
	}
}

.movie-container {
	margin-bottom: 140px;
}
.movie-container .movie-wrap {
	max-width: 1000px;
	width: 80vw;
	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: 80px;
	}
}

.exterior-container {
	width: 100%;
	margin: 0 auto 140px;
}
@media screen and (max-width: 1199px) {
	.exterior-container {
		margin: 0 auto 80px;
	}
}
@media screen and (max-width: 767px) {
	.exterior-container {
		margin: 0 auto 60px;
	}
}

.wide-container {
	max-width: 95vw;
	width: 1400px;
	margin: 0 auto 160px;
}

.wide-tabs {
	margin-top: 40px;
	text-align: center;
}
.wide-tabs input[type="radio"] {
	display: none;
}
.wide-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;
}
.wide-tabs label:hover {
	color: #fff;
	background-color: #3c9eff;
}
.wide-tabs input[type="radio"]:checked + label {
	color: #fff;
	background-color: #0080ff;
}
.wide-tabs .tab-box {
	margin-top: 30px;
	text-align: left;
}
.wide-tabs .tab-box > div {
	display: none;
}
#tab-01:checked ~ .tab-box > .wide-01,
#tab-02:checked ~ .tab-box > .wide-02,
#tab-03:checked ~ .tab-box > .wide-03 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.wide-img {
	width: 50%;
}
.wide-box {
	width: 45%;
}
@media screen and (max-width: 1020px) {
	.wide-container {
		margin: 0 auto 80px;
	}
}
@media screen and (max-width: 767px) {
	.wide-conta03{
		margin: 0 auto 60px;
	}
	.wide-tabs {
		margin-top: 20px;
	}
	.wide-tabs label {
		margin-right: 5px;
		padding: 6px 12px;
	}
}

.versatile-container {
	max-width: 95vw;
	width: 1400px;
	margin: 0 auto 160px;
}
.versatile-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.versatile-box {
	width: 32%;
	background: #fafafa;
	border-radius: 20px;
}
.versatile-txt {
	padding: 20px;
}
@media screen and (max-width: 1020px) {
	.versatile-container {
		margin: 0 auto 80px;
	}
}
@media screen and (max-width: 767px) {
	.versatile-container {
		margin: 0 auto 40px;
	}
	.versatile-wrap {
		flex-direction: column;
		margin-top: 20px;
	}
	.versatile-box {
		width: 100%;
		margin-bottom: 20px;
	}
}

.mesh-container {
	max-width: 100vw;
	width: 1000px;
	margin: 0 auto 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mesh-list {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-around;
}
.mesh-list li {
	width: 33%;
	text-align: center;
}
.mesh-list li .blue-heading-ttl {
	margin: 0;
}
#slider .beer-reveal {
	white-space: nowrap;
	border-right: solid 2px hsla(0, 0%, 100%, .5);
}
@media screen and (max-width: 1199px) {
	.mesh-container {
		margin: 0 auto 80px;
	}
}
@media screen and (max-width: 767px) {
	.mesh-container {
		margin: 0 auto 80px;
	}
}

.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;
	}
}

.spec-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 160px;
}
.spec-table {
	width: 100%;
	font-size: clamp(12px, 1vw, 14px);
	color: #000;
	border: 1px solid #b2b2b2;
}
.spec-table th,
.spec-table td {
	padding: 3px 8px;
	border: 1px solid #b2b2b2;
	text-align: center;
}
@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;
	line-height: 1.4;
}
.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 {
	max-width: 150px;
	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 {
		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;
	}
}