@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .bgWrap {
	position: relative;
	z-index: 1;
	background: url(../img/index/bg01.webp) no-repeat left top / 100%;
}
.mainVisual {
	padding-top: 14rem;
	position: relative;
	z-index: 2;
}
.mainVisual .videoBox {
	width: 56.607vw;
	height: 44.107vw;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.mainVisual .videoBox video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	mask: url(../img/index/bg02.webp);
	mask-size: 100% 100%;
}
.mainVisual .innerBox {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	max-width: 131.5rem;
}
.mainVisual .innerBox .lBox {
	margin: 4rem 4.2% 0 0;
	flex: 1;
	text-align: center;
}
.mainVisual .innerBox .lBox .title {
	margin-bottom: 2.5rem;
	font-size: 2.87rem;
	font-weight: 600;
	letter-spacing: 0.14rem;
	line-height: 1.6;
}
.mainVisual .innerBox .lBox .en {
	margin-bottom: 1.7rem;
	color: #2E90E5;
	font-size: 9.5rem;
	font-weight: 400;
	line-height: 1; 
	letter-spacing: 1rem;
}
.mainVisual .innerBox .lBox .en img {
	margin-right: -7rem;
}
.mainVisual .innerBox .lBox .sml {
	margin-bottom: 2.2rem;
	color: #2E90E5;
	font-weight: 700;
	font-size: 1.8rem;
}
.mainVisual .innerBox .lBox .img {
	margin-bottom: 4rem;
	text-align: center;
}
.mainVisual .innerBox .rBox {
	margin: 2.5rem 7.3% 0 0;
	max-width: 57.8rem;
}
.mainVisual .innerBox .rBox .topText {
	padding-left: 5rem;
	margin: 0 auto 1.2rem;
	width: fit-content;
	text-align: center;
}
.mainVisual .innerBox .slideBox {
	position: relative;
	z-index: 1;
}
.mainVisual .innerBox .slideBox .photoBox {
	position: relative;
	width: 61.1rem;
	height: 42.5rem;
}
.mainVisual .innerBox .slideBox .photoBox::before {
    content: '';
    position: absolute;
    top: -0.27rem;
    left: -0.27rem; 
    right: -0.27rem; 
    bottom: -0.27rem; 
    background: linear-gradient(to right, #d5d5d5 0%, #fff 100%);
	border-radius: 2.1rem;
    z-index: -1; 
	box-shadow: 3rem 2rem 4rem rgba(0, 0, 0, 0.2);
}
.mainVisual .innerBox .slideBox .slick-slide {
	line-height: 0;
}
.mainVisual .innerBox .slideBox .foo {
	height: inherit;
	border-radius: 2.1rem;
	overflow: hidden;
	border: 1.6rem solid #000;
}
.mainVisual .innerBox .slideBox .foo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .innerBox .slideBox .photoBox01 {
	width: 17.1rem;
	height: 33.9rem;
	position: absolute;
	right: -11rem;
	bottom: -2.7rem;
	transform: rotate(9.998deg);
}
.mainVisual .innerBox .slideBox .photoBox01::before {
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	border: 2px solid #fff;
	background: none;
}
.mainVisual .innerBox .slideBox .subFoo {
	height: inherit;
	border-radius: 2.0714rem;
	border: 0.9rem solid #000;
	overflow: hidden;
	background-color: #fff;
}
.mainVisual .innerBox .slideBox .subFoo img {
	width: 100%;
	height: 100%;
	aspect-ratio: 160/336;
	object-fit: cover;
}
@media all and (min-width: 897px) and (max-width: 1420px) {
	.mainVisual .innerBox .slideBox .photoBox01 {
		right: -6rem;
	}
}
#main .sec01 {
	margin: 10.7rem 0 7.7rem;
}
#main .sec01 .topText {
	padding: 0 3rem 0 4.5rem;
	margin: 0 auto 4rem;
	width: fit-content;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	background: url(../img/common/line01.webp) no-repeat left bottom 1.5rem / 2.3rem,url(../img/common/line02.webp) no-repeat right bottom 1.5rem / 2.3rem;
}
#main .sec01 .topText .lato {
	padding-right: 0.5rem;
	font-weight: 900;
	color: #2E90E5;
	font-size: 3.65rem;
	vertical-align: -0.5rem;
}
#main .sec01 .midImg {
	margin-bottom: 8.5rem;
	text-align: center;
}
#main .sec01 .slider {
	overflow: hidden;
}
#main .sec01 .infiniteslide {
	display:flex;
	padding-bottom: 4rem;
}
#main .infiniteslide_wrap {
	padding-top: 2.4rem;
	overflow: visible !important;
}
#main .sec01 .infiniteslide li {
	position: relative;
	z-index: 1;
	margin-right: 8.7rem;
}
#main .sec01 .infiniteslide .mark {
	position: absolute;
	z-index: 1;
	top: -2.4rem;
	left: -2.4rem;
}
#main .sec01 .infiniteslide .mark img {
	height: 6.9rem;
}
#main .sec01 .infiniteslide .pho {
	position: relative;
	width: 32rem;
	height: 22.4rem;
	border-radius: 1.3rem;
	border: 1.05rem solid #000;
	box-shadow: 2.8rem 2rem 2rem rgba(0, 0, 0, 0.2);
}
#main .sec01 .infiniteslide .pho::before {
    content: '';
    position: absolute;
    top: -1.2rem;
    left: -1.2rem; 
    right: -1.2rem; 
    bottom: -1.2rem; 
    background-color: #fff;
	border-radius: 1.3rem;
    z-index: -1; 
}
#main .sec01 .infiniteslide .pho img,
#main .sec01 .infiniteslide .pho iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.3rem;
	overflow: hidden;
}
#main .sec01 .subBox {
	margin-top: -14.5rem;
	mix-blend-mode: multiply;
}
#main .sec01 .subBox .subText {
	color: #F6FAFA;
	font-size: 17.3rem;
	font-weight: 300;
	letter-spacing: 1.7rem;
}
#main .sec02 {
	padding-bottom: 20.3rem;
	background: url(../img/index/sec02_bg.webp) no-repeat left bottom / 23.5rem auto;
}
#main .sec02 .content {
	max-width: 112rem;
}
#main .sec02 .textBox{
	margin: 0 1.7rem 5.3rem;
	align-items: center;
}
#main .sec02 .lBox {
	margin-right: 8.8rem;
	width: 54.7rem;
}
#main .sec02 .lBox .title {
	margin-bottom: 0.5rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 2.05;
}
#main .sec02 .lBox .title .orbitron {
	text-align: center;
	font-size: 6.3rem;
	color: #2E90E5;
	letter-spacing: 0.63rem;
	line-height: 1.55;
}
#main .sec02 .lBox .title .orbitron img {
	margin: 0 1.2rem 0.4rem 0;
	vertical-align: -2rem;
}
#main .sec02 .lBox .notes {
	color: #828080;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.75;
}
#main .sec02 .rBox .text {
	color: #000;
	font-weight: 400;
	line-height: 2.5;
}
#main .sec02 .rBox {
	flex: 1;
}
#main .sec02 .photoList {
	margin-top: -1.5rem;
}
#main .sec02 .photoList li {
	margin: 1.5rem 2.2rem 0;
	width: 21.1rem;
}
#main .sec02 .photoList .pho {
	margin: 0 auto 1rem;
	width: 14.3rem;
}
#main .sec02 .photoList p {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.65;
}
#main .sec02 .photoList p .blue {
	color: #2E90E5;
	font-weight: 700;
}
#main .challenge {
	padding: 15rem 0 22rem;
	background-color: #F6F9FA;
}
#main .challenge h2 {
	margin-bottom: 6.2rem;
	padding-bottom: 2.6rem;
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 3rem;
}
#main .challenge h2::after {
	width: 4.1rem;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	position: absolute;
	z-index: 1;
	content: "";
	background-color: #2E90E5;
}
#main .challenge .pho {
	text-align: center;
}
#main .solve {
	margin-top: -3.6rem;
	padding: 14.8rem 0 12rem;
	position: relative;
	z-index: 1;
	border-radius: 3.2rem;
	overflow: hidden;
}
#main .solve .videoBox {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3.2rem;
	overflow: hidden;
}
#main .solve video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .solve::before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: linear-gradient(83deg, #2E90E5 34.98%, #00CBD5 93.81%);
	opacity: 0.9;
	mix-blend-mode: multiply;
	pointer-events: none;
	isolation: isolate;
	border-radius: 3.2rem;
}
#main .solve::after {
	width: 9.6rem;
	height: 3.6rem;
	position: absolute;
	z-index: 2;
	content: "";
	left: 50%;
	top: -0.1rem;
	transform: translateX(-50%);
	background: url(../img/common/icon04.webp) no-repeat center top / 100%;
}
#main .solve .content {
	position: relative;
	z-index: 3;
}
#main .solve .imgBox {
	align-items: center;
	flex-direction: row-reverse;
}
#main .solve .imgBox .photoBox {
	width: 39rem;
}
#main .solve .imgBox .textBox {
	color: #fff;
	width: calc(100% - 51.5rem);
}
#main .solve .imgBox .textBox .title {
	margin-bottom: 1.1rem;
	font-size: 2.7rem;
	line-height: 1.2;
}
#main .solve .imgBox .textBox .title img {
	margin-right: 0.5rem;
	vertical-align: -1.5rem;
}
#main .solve .imgBox .textBox .title rt {
	padding-bottom: 0.5rem;
	font-size: 1.2rem;
	letter-spacing: 0.8rem;
}
#main .solve .imgBox .textBox .title .big {
	padding-left: 1rem;
	font-size: 3.3rem;
}
#main .solve .imgBox .textBox .text {
	margin-bottom: 3rem;
	line-height: 1.75;
}
#main .solve .imgBox .textBox .img {
	margin-bottom: 3.2rem;
}
#main .solve .imgBox .textBox .notes {
	padding-right: 3.9rem;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.4;
}
#main .feature {
	padding: 24rem 0 22.4rem;
	background: url(../img/index/feature_bg01.webp) no-repeat right top / 84rem,url(../img/index/feature_bg02.webp) no-repeat left top 35.5% / 58.5rem,url(../img/index/feature_bg03.webp) no-repeat right bottom 25% / 80.5rem,url(../img/index/feature_bg04.webp) no-repeat right bottom / 41rem ,#F8F8F8;
}
#main .feature .topText {
	margin: 0 2rem 16rem;
	text-align: center;
	line-height: 1.75;
}
#main .feature .imgBox {
	margin-bottom: 16rem;
	align-items: center;
}
#main .feature .imgBox:nth-of-type(2n-1) {
	flex-direction: row-reverse;
}
#main .feature .imgBox .photoBox {
	position: relative;
	width: calc(50% - 4rem);
	overflow: hidden;
	border-radius: 3.2rem 0 0 3.2rem;
	aspect-ratio: 800 / 447;
}
#main .feature .imgBox .photoBox > img {
	width: 100%;
}
#main .feature .mark {
	padding: 1rem 2.2rem;
	position: absolute;
	z-index: 2;
	top: 1.6rem;
	left: 1.6rem;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 1.5rem;
	border-radius: 2.4rem;
	background: #002828;
	box-shadow: 0.5rem 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}
#main .feature .imgBox .photoBox .img {
	width: 19.1rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.8rem;
	opacity: 1;
    visibility: visible;
	pointer-events: none;
}
#main .feature .imgBox .photoBox .img.hide {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s 2s;
}
#main .feature .imgBox .photoBox iframe,
#main .feature .imgBox .photoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .feature .imgBox .photoBox video {
	position: absolute;
	top: 0;
	left: 0;
}
#main .feature .imgBox .textBox {
	width: calc(50% - 8.5rem);
}
#main .feature .imgBox .textBox .subBox {
	width: 46.3rem;
}
#main .feature .imgBox .textBox .num {
	margin-bottom: 6rem;
	color: #2E90E5;
	font-size: 1.6rem;
	font-weight: 700;
}
#main .feature .imgBox .textBox .title {
	margin-bottom: 2.1rem;
	font-weight: 700;
	font-size: 2.9rem;
	line-height: 1.5;
}
#main .feature .imgBox .textBox .title .color {
	margin: 0 0.5rem 0.5rem 0;
	padding: 0 0.8rem;
	display: inline-block;
	color: #fff;
	background: linear-gradient(83deg, #2E90E5 34.98%, #00CBD5 93.81%);
	mix-blend-mode: multiply;
	line-height: 1.7;
}
#main .feature .imgBox .textBox  .text {
	color: rgba(0, 40, 40, 0.80);
	font-weight: 400;
	line-height: 2;
}
#main .feature .imgBox:nth-of-type(2n) .photoBox {
	border-radius: 0 3.2rem 3.2rem 0;
}
#main .feature .imgBox:nth-of-type(2n-1) .subBox {
	margin-left: auto;
}
#main .feature .imgBox02 {
	margin-bottom: 8rem;
}
#main .feature .imgBox02 .textBox {
	width: auto;
	text-align: center;
}
#main .feature .imgBox02 .textBox .title {
	margin-bottom: 1.2rem;
}
#main .feature .imgBox02 .textBox .title .color {
	margin-bottom: 1.5rem;
}
#main .feature .photoList {
	margin: -4rem 0 16rem;
}
#main .feature .photoList li {
	margin: 4rem 3% 0 0;
	width: 31.27%;
	border-radius: 3.2rem;
	overflow: hidden;
	background-color: #fff;
}
#main .feature .photoList li:nth-child(3n) {
	margin-right: 0;
}
#main .feature .photoList .pho {
	position: relative;
}
#main .feature .photoList .pho img {
	width: 100%;
}
#main .feature .photoList .textBox {
	padding: 4.8rem 3.2rem 5rem;
	text-align: center;
}
#main .feature .photoList .mark {
	top: 1.8rem;
	left: 1rem;
}
#main .feature .photoList .textBox .ttl {
	margin-bottom: 2rem;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.6;
}
#main .feature .photoList .textBox .txt {
	color: rgba(0, 40, 40, 0.80);
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.75;
}
#main .case {
	padding: 24rem 0;
	background-color: #F8F8F8;
}
#main .case .headLine01 {
	margin-bottom: 6rem;
}
#main .case .topText {
	margin-bottom: 2.5rem;
	text-align: center;
}
#main .case .topText .num {
	padding: 0 0.7rem;
	color: #2E90E5;
	font-weight: 900;
	font-size: 3.65rem;
	vertical-align: -0.5rem;
}
#main .case .midText {
	padding: 1.3rem 3.7rem;
	margin: 0 auto 12rem;
	width: fit-content;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.45;
	background-color: #fff;
	border-radius: 2.4rem;
}
#main .case .imgBox {
	margin-bottom: 8rem;
	align-items: center;
}
#main .case .imgBox:last-of-type {
	margin-bottom: 15rem;
}
#main .case .imgBox .photoBox {
	width: calc(50% - 10.2rem);
	border-radius: 1.6rem;
	overflow: hidden;
}
#main .case .imgBox .textBox {
	width: calc(50% + 0.5rem);
}
#main .case .imgBox .textBox .title {
	margin-bottom: 2rem;
	font-size: 2.1rem;
	line-height: 1.75;
}
#main .case .imgBox .textBox .title .grey {
	margin-top: 0.3rem;
	display: block;
	color: #A9A9A9;
	font-size: 1.4rem;
}
#main .case .imgBox .textBox .text {
	margin-bottom: 2.2rem;
	color: rgba(0, 40, 40, 0.80);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.75;
}
#main .case .imgBox01 .textBox .text {
	margin-bottom: 0;
}
#main .case .tag {
	margin-bottom: 1.6rem;
	padding: 0.5rem 1.6rem;
	width: fit-content;
	text-align: center;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.45;
	border-radius: 1.6rem;
	background-color: #F0F0F0;
}
#main .case .photoList {
	margin: -12rem -3.5rem 12rem;
}
#main .case .photoList li {
	margin: 12rem 3.5rem 0;
	width: 32rem;
}
#main .case .photoList a {
	display: block;
}
#main .case .photoList .pho {
	margin-bottom: 2.2rem;
	border-radius: 1.6rem;
	overflow: hidden;
	position: relative;
}
#main .case .photoList .pho .mark {
	width: fit-content;
	padding-right: 2rem;
	font-size: 1.4rem;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	background: url(../img/common/icon05.webp) no-repeat right center / 1.3rem;
	transition: .8s;
	display: none;
}
#main .case .photoList .pho::after {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	border-radius: 1.6rem;
	background-color: transparent;
	transition: .3s;
	mix-blend-mode: multiply;
}
#main .case .photoList .pho img {
	width: 100%;
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
@media all and (min-width: 897px) {
	#main .case .photoList a:hover .pho img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	#main .case .photoList a:hover .pho::after {
		background-color: rgba(153,169,169);
	}
	#main .case .photoList a:hover .pho .mark {
		display: block;
	}
}
#main .case .photoList .tag {
	margin: 0 auto 1.6rem;
	font-size: 1.2rem;
}
#main .case .photoList .txt {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.45;
}
#main .case .btnList li {
	margin: 0 1.2rem;
}
#main .case .btnList .comBtn02 a {
	padding: 0 4.2rem;
}
#main .price {
	padding: 24rem 0 23.6rem;
	background-color: #F8F8F8;
}
#main .price .topText {
	margin-bottom: 8rem;
	text-align: center;
}
#main .price .tableBox {
	margin-bottom: 2.5rem;
}
#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 0.8rem 0.8rem 0 0.8rem;
	overflow: hidden;
}
#main .tableBox th,
#main .tableBox td {
	text-align: left;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.2;
	border: 0.5rem solid #F8F8F8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	vertical-align: middle;
	word-break: break-all;
	background-color: #fff;
}
#main .tableBox th {
	width: 36.6rem;
	border-color: #fff;
	background-color: #F0F0F0;
	border-left: 0;
	border-right-color: #F8F8F8;
}
#main .tableBox tr td:first-of-type {
	width: 41.5rem;
}
#main .tableBox tr td:last-of-type {
	border-right: 0;
}
#main .tableBox tbody th,
#main .tableBox tbody td {
	padding: 3rem 2rem 2.9rem 7.8rem;
}
#main .tableBox tbody th {
	padding: 3rem 1rem 2.9rem 6.2rem;
}
#main .tableBox thead th {
	border: 0;
	background-color: transparent;
}
#main .tableBox tbody th .sml {
	font-size: 1.6rem;
}
#main .tableBox thead td {
	padding: 0 0.25rem 0.5rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	border: 0;
	background-color: transparent;
}
#main .tableBox tbody .txt {
	margin-bottom: 1.5rem;
}
#main .tableBox tbody .txt:last-of-type {
	margin-bottom: 0;
}
#main .tableBox tbody .bold {
	font-weight: 700;
}
#main .tableBox thead td span {
	padding: 2.1rem 2rem;
	display: block;
	background: #2E90E5;
	overflow: hidden;
	border-radius: 0.8rem 0.8rem 0 0;
}
#main .tableBox thead td:last-of-type span {
	background: #002828;
}
#main .tableBox tbody tr:first-child th {
	border-top: 0;
	border-radius: 0.8rem 0 0 0;
}
#main .tableBox tbody td:first-of-type {
	font-weight: 400;
	font-size: 1.5rem;
}
#main .tableBox tbody td:last-of-type {
	padding-left: 9.4rem;
}
#main .tableBox td .num {
	padding-right: 0.3rem;
	font-size: 3.18rem;
	font-weight: 700;
	line-height: 1;
	vertical-align: -0.5rem;
}
#main .tableBox td .special {
	font-size: 1.8rem;
	font-weight: 500;
}
#main .tableBox td .notes {
	margin-top: 0.6rem;
	font-size: 1.3rem;
	line-height: 1.2;
}
#main .price .content > .notes {
	margin-bottom: 8rem;
	color: #828080;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.75;
}
#main .price h3 {
	margin-bottom: 3.2rem;
	text-align: center;
	font-size: 2.2rem;
	color: #2E90E5;
}
#main .price .infoList {
	margin: -2rem 0 4.6rem;
}
#main .price .infoList > li {
	margin-top: 2rem;
	padding: 3.2rem 3.2rem 2.5rem;
	width: 48.3%;
	border-radius: 0.8rem;
	background-color: #fff;
}
#main .price .infoList h4 {
	margin-bottom: 2rem;
}
#main .price .infoList h4 .tag {
	margin-right: 1rem;
	padding: 0.5rem 1.1rem;
	display: inline-block;
	text-align: center;
	color: #2E90E5;
	font-size: 1.3rem;
	background-color: #F2F4F4;
	border-radius: 1.6rem;
}
#main .price .infoList .ttl {
	font-weight: 700;
	font-size: 1.3rem;
}
#main .price .infoList .txtList li {
	font-size: 1.3rem;
}
#main .price .infoList .txtList .green {
	padding: 0 0.3rem;
	color: #2E90E5;
}
#main .price .infoList .money {
	margin-top: -3.5rem;
	text-align: right;
	font-size: 1.4rem;
	font-weight: 400;
}
#main .price .infoList .money .num {
	padding-right: 0.2rem;
	font-size: 2.8rem;
	font-weight: 700;
	vertical-align: -0.5rem;
}
#main .price .infoList .money .green {
	padding: 0 0.6rem;
	color: #2E90E5;
	font-size: 1.8rem;
	vertical-align: -0.3rem;
}
#main .price .subText {
	text-align: center;
	font-size: 2.3rem;
}
#main .faq {
	padding: 24rem 0;
	background-color: #F8F8F8;
}
#main .faq .headLine01 {
	margin-bottom: 9rem;
}
#main .faq .dlBox dt {
	padding: 3.4rem 3rem 3rem 0.5rem;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	border-bottom: 1px solid #F0F0F0;
	cursor: pointer;
}
#main .faq .dlBox dt::after {
	width: 2.1rem;
	height: 2.1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: "";
	background: url(../img/common/icon06.webp) no-repeat center center / 100%;
}
#main .faq .dlBox dt .lato {
	margin-top: -1rem;
	padding-right: 1rem;
	font-size: 2.8rem;
	color: #2E90E5;
}
#main .faq .dlBox dd {
	padding: 3.2rem 0 3.2rem 3.8rem;
	display: none;
	color: #2E90E5;
	border-bottom: 1px solid #F0F0F0;
}
#main .faq .dlBox dt.on::after {
	background-image: url(../img/common/icon06_on.webp);
}
#main .discount {
	margin-bottom: 7rem;
	padding: 4.7rem 0 2.5rem;
	position: relative;
	z-index: 1;
	background: linear-gradient(97deg, #00D39C 12.88%, #01C3D5 84.65%);
	box-shadow: 1px 1px 0.8rem 0 rgba(0, 0, 0, 0.10);
	overflow: hidden;
}
#main .discount .subBox {
	padding: 1rem 0;
	position: absolute;
	z-index: 1;
	bottom: -3rem;
	left: 0;
	overflow: hidden;
	mix-blend-mode: multiply;
}
#main .discount .bgText {
	color: #F6FAFA;
	font-size: 17.36rem;
	font-weight: 300;
	letter-spacing: 1.736rem;
	line-height: 1;
}
#main .discount .inner {
	position: relative;
	z-index: 2;
}
#main .discount .inner h2 {
	text-align: center;
	font-size: 2.9rem;
	color: #FFF600;
	line-height: 2;
}
#main .discount .inner .photo {
	margin-bottom: 0.7rem;
	text-align: center;
}
#main .discount .inner .text {
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.75;
}
#main .comparison {
	padding: 24rem 0;
	background-color: #F8F8F8;
}
#main .comparison .headLine01 {
	margin-bottom: 12rem;
}
#main .comparison .tableBox td {
	width: 24rem !important;
}
#main .comparison .tableBox tbody td {
	padding: 3.1rem 2rem 3.5rem;
	text-align: center;
}
#main .comparison .tableBox td img {
	width: 2.4rem;
}
#main .comparison .tableBox {
	position: relative;
	z-index: 1;
}
#main .comparison .tableBox thead td span {
	background-color: #718989 !important;
}
#main .comparison .tableBox thead td:first-of-type span {
	background-color: #2E90E5 !important;
}
#main .comparison .tableBox tbody td:first-of-type {
	background-color: #FFFEEC;
}
#main .comparison .tableBox::after {
	position: absolute;
	top: 0;
	left: 37.2rem;
	width: 23.1rem;
	height: calc(100% - 0.8rem);
	content: "";
	border: 0.4rem solid #2E90E5;
	border-radius: 0.8rem;
	overflow: hidden;
	pointer-events: none;
}
#main .comparison .tableBox tbody th .sml {
	font-size: 1.3rem;
}
#main .comparison .tableBox tbody td {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
}
#main .devices {
	padding: 24rem 0;
}
#main .devices .topText {
	margin-bottom: 4rem;
	text-align: center;
	font-weight: 400;
	line-height: 1.75;
}
#main .devices .circleList li {
	margin: 0 0.7rem;
	width: 10.7rem;
	height: 10.7rem;
	color: #2E90E5;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.45;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	border: 0.2rem dotted #2E90E5;
}
#main .devices .photo {
	margin-top: -3.2rem;
	text-align: center;
}
#main .devices .tableBox {
	border: 1px solid #F0F0F0;
	border-radius: 0.8rem;
	overflow: hidden;
}
#main .devices .tableBox th,
#main .devices .tableBox td {
	border-width: 1px;
}
#main .devices .tableBox td {
	padding: 1.55rem 4rem !important;
	width: 36.5rem !important;
	font-size: 1.8rem !important;
	font-weight: 500 !important;
}
#main .devices .tableBox td .notes {
	margin-top: 0.8rem;
	font-size: 1.3rem;
	font-weight: 400;
}
#main .devices .tableBox tbody tr:first-child th {
	border-top: 1px solid #F0F0F0;
}
#main .devices .tableBox td:last-of-type {
	color: #666464;
	line-height: 1.3;
	font-size: 1.5rem !important;
}
#main .tableBox tbody tr:last-child th {
	border-bottom: 1px solid #F0F0F0;
	border-radius: 0 0 0 0.8rem;
}
#main .tableBox tbody tr:last-child td:last-of-type {
	border-radius: 0 0 0.8rem 0;
}
@media all and (max-width: 896px) {
	#main .bgWrap {
		background-image: url(../img/index/bg01_sp.webp);
	}
	.mainVisual {
		padding-top: 9.2rem;
	}
	.mainVisual .videoBox {
		width: 54.933vw;
		height: 86.933vw;
		top: 30.5rem;
		right: 0;
	}
	.mainVisual .videoBox video {
		mask-image: url(../img/index/bg02_sp.webp);
	}
	.mainVisual .innerBox {
		padding: 0 2.1rem;
		display: block;
	}
	.mainVisual .innerBox .lBox {
		margin: 0 0 3.7rem;
	}
	.mainVisual .innerBox .lBox .title {
		margin-bottom: 2.2rem;
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	.mainVisual .innerBox .lBox .en {
		margin-bottom: 1.4rem;
		font-size: 5.53rem;
		letter-spacing: 0.55rem;
	}
	.mainVisual .innerBox .lBox .en img {
		margin: 0.3rem 0 0 0;
	}
	.mainVisual .innerBox .lBox .sml {
		margin-bottom: 2.1rem;
		font-size: 1.2rem;
	}
	.mainVisual .innerBox .lBox .img {
		margin-bottom: 2.5rem;
	}
	.mainVisual .innerBox .lBox .img img {
		width: 19.2rem;
	}
	.mainVisual .innerBox .lBox .comBtn02 {
		width: 16.8rem;
	}
	.mainVisual .innerBox .rBox {
		margin: 0;
		max-width: 100%;
	}
	.mainVisual .innerBox .rBox .topText {
		padding-left: 1rem;
		margin-bottom: 1.4rem;
	}
	.mainVisual .innerBox .slideBox .photoBox {
		width: fit-content;
		width: 78.133vw;
		height: 54.4vw;
	}
	.mainVisual .innerBox .slideBox .photoBox::before {
		top: -1px;
		bottom: -1px;
		left: -1px;
		right: -1px;
		border-radius: 1.1rem;
		box-shadow: 1.5rem 1rem 2rem rgba(0, 0, 0, 0.2);
	}
	.mainVisual .innerBox .slideBox .foo {
		border-radius: 1.1rem;
		border: 0.8rem solid #000;
	}
	.mainVisual .innerBox .slideBox .photoBox01 {
		width: 21.867vw;
		height: 42.667vw;
		right: 0.3rem;
		bottom: -1.2rem;
	}
	.mainVisual .innerBox .slideBox .photoBox01::before {
		top: -1px;
		bottom: -1px;
		left: -1px;
		right: -1px;
		border-radius: 0.9rem;
	}
	.mainVisual .innerBox .slideBox .subFoo {
		border-radius: 0.9rem;
		border: 0.4rem solid #000;
	}
	#main .sec01 {
		margin: 9.8rem 0 4.9rem;
	}
	#main .sec01 .topText {
		padding: 0 2rem 0 3rem;
		margin-bottom: 2.8rem;
		font-size: 1.3rem;
		line-height: 1.4;
		background-size: 1.5rem, 1.5rem;
		background-position: left bottom 1rem, right bottom 1rem;
	}
	#main .sec01 .topText .lato {
		font-size: 2.4rem;
		vertical-align: -0.3rem;
		letter-spacing: 0;
	}
	#main .sec01 .midImg {
		margin: 0 1rem 6.5rem;
	}
	#main .sec01 .midImg img {
		width: 100%;
	}
	#main .sec01 .infiniteslide {
		padding-bottom: 2rem;
		align-items: flex-end !important;
	}
	#main .infiniteslide_wrap {
		padding-top: 0;
	}
	#main .sec01 .infiniteslide li {
		margin-right: 3.3rem;
	}
	#main .sec01 .infiniteslide .mark {
		padding-left: 1rem;
		position: static;
		display: inline-block;
	}
	#main .sec01 .infiniteslide .mark img {
		height: 4.2rem;
	}
	#main .sec01 .infiniteslide .li01 .mark img {
		width: 10rem;
	}
	#main .sec01 .infiniteslide .pho {
		width: 12.2rem;
		height: 8.5rem;
		border-radius: 0.5rem;
		border: 0.3rem solid #000;
		box-shadow: 1rem 0.5rem 0.7rem rgba(0, 0, 0, 0.2);
	}
	#main .sec01 .infiniteslide .pho::before {
		top: -0.2rem;
		left: -0.2rem; 
		right: -0.2rem; 
		bottom: -0.2rem; 
	}
	#main .sec01 .subBox {
		margin-top: -4.8rem;
	}
	#main .sec01 .subBox .subText {
		font-size: 6.6rem;
		letter-spacing: 0.6rem;
	}
	#main .sec02 {
		padding-bottom: 11rem;
		background: url(../img/index/sec02_bg.webp) no-repeat left bottom / 23.5rem auto;
		background-size: 9.3rem auto;
	}
	#main .sec02 .textBox{
		margin-bottom: 6.2rem;
		display: block;
	}
	#main .sec02 .lBox {
		margin-right: 0;
		text-align: center;
		width: auto;
	}
	#main .sec02 .lBox .title {
		margin: 0 -2rem 0.7rem;
		font-size: 2rem;
	}
	#main .sec02 .lBox .title .orbitron {
		font-size: 3.9rem;
		letter-spacing: 0.4rem;
		line-height: 1.4;
	}
	#main .sec02 .lBox .title .orbitron img {
		margin: 0 0.4rem 0;
		vertical-align: -0.7rem;
	}
	#main .sec02 .lBox .notes {
		margin-bottom: 4rem;
		font-size: 1.2rem;
	}
	#main .sec02 .rBox .text {
		text-align: center;
		color: #002828;
		font-size: 1.5rem;
		line-height: 2;
	}
	#main .sec02 .photoList {
		margin: -5.5rem auto 0;
		width: 31.5rem;
	}
	#main .sec02 .photoList li {
		margin: 5.5rem 1.9rem 0 0 !important;
		width: 14.8rem;
	}
	#main .sec02 .photoList li:nth-child(2n) {
		margin-right: 0 !important;
	}
	#main .sec02 .photoList .pho {
		margin: 0 auto 0.8rem;
		width: 11.2rem;
	}
	#main .sec02 .photoList p {
		font-size: 1.2rem;
		line-height: 1.6;
	}
	#main .challenge {
		padding: 12rem 0 14.5rem;
	}
	#main .challenge h2 {
		margin-bottom: 4.8rem;
		padding-bottom: 2.7rem;
		font-size: 1.8rem;
		line-height: 1.75;
	}
	#main .solve {
		margin-top: -2rem;
		padding: 14rem 0 14.2rem;
		border-radius: 3rem;
	}
	#main .solve::after {
		width: 5rem;
		height: 2rem;
	}
	#main .solve .videoBox {
		border-radius: 3rem;
	}
	#main .solve .imgBox {
		display: block;
	}
	#main .solve .imgBox .photoBox {
		margin: 0 auto 6.4rem;
		width: 26.5rem;
	}
	#main .solve .imgBox .textBox {
		width: auto;
		text-align: center;
	}
	#main .solve .imgBox .textBox .title {
		margin-bottom: 2rem;
		font-size: 1.68rem;
		line-height: 1.7;
	}
	#main .solve .imgBox .textBox .title img {
		vertical-align: -0.5rem;
	}
	#main .solve .imgBox .textBox .title .big {
		padding-left: 0;
		font-size: 2.1rem;
	}
	#main .solve .imgBox .textBox .text {
		margin-bottom: 6.4rem;
		font-size: 1.6rem;
		font-weight: 400;
	}
	#main .solve .imgBox .textBox .img {
		margin: 0 auto 2.4rem;
		width: 33.5rem;
	}
	#main .solve .imgBox .textBox .notes {
		padding-right: 0;
		text-align: left;
	}
	#main .feature {
		padding: 12rem 0 12.2rem;
		background: url(../img/index/feature_bg01.webp) no-repeat right -12rem top 15.5rem / 30rem,url(../img/index/feature_bg02_sp.webp) no-repeat left top 25.61% / 23.1rem,url(../img/index/feature_bg04_sp.webp) no-repeat right bottom -0.5rem / 13rem ,#F8F8F8;
	}
	#main .feature .topText {
		margin-bottom: 8.8rem;
		font-weight: 400;
		font-size: 1.5rem;
	}
	#main .feature .imgBox {
		margin-bottom: 8.8rem;
		display: block;
	}
	#main .feature .imgBox .photoBox {
		margin: 0 0 2.5rem 2rem;
		width: auto;
		border-radius: 1.6rem 0 0 1.6rem;
		aspect-ratio: 355/216;
	}
	#main .feature .imgBox .photoBox > img {
		height: 100%;
		object-fit: cover;
	}
	#main .feature .mark {
		padding: 0.9rem 1.4rem;
		top: 0.8rem;
		left: 0.8rem;
		font-weight: 500;
		font-size: 1rem;
		background-color: #002828;
		box-shadow: none;
	}
	#main .feature .imgBox .textBox {
		margin: 0 2rem;
		width: auto;
	}
	#main .feature .imgBox .textBox .subBox {
		width: auto;
	}
	#main .feature .imgBox .textBox .num {
		margin-bottom: 2.4rem;
	}
	#main .feature .imgBox .textBox .title {
		margin-bottom: 0.4rem;
		font-size: 2rem;
		line-height: 1.6;
	}
	#main .feature .imgBox .textBox .title .color {
		padding: 0 0.5rem;
	}
	#main .feature .imgBox .textBox  .text {
		font-size: 1.6rem;
	}
	#main .feature .imgBox:nth-of-type(2n) .photoBox {
		margin: 0 2rem 2.5rem 0;
		border-radius: 0 1.6rem 1.6rem 0;
	}
	#main .feature .imgBox:nth-of-type(2n-1) .subBox {
		margin-left: auto;
	}
	#main .feature .imgBox01 .photoBox {
		margin-left: 0;
		border-radius: 0;
		aspect-ratio: 375/355;
	}
	#main .feature .imgBox01 .photoBox > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .feature .imgBox .photoBox .img {
		width: 17rem;
		bottom: 0.3rem;
	}
	#main .feature .imgBox02 {
		margin-bottom: 6rem;
	}
	#main .feature .imgBox02 .textBox {
		margin: 0;
		text-align: left;
	}
	#main .feature .imgBox02 .textBox .title {
		margin-bottom: 1rem;
		line-height: 1;
	}
	#main .feature .imgBox02 .textBox .title .color {
		margin-bottom: 1rem;
	}
	#main .feature .imgBox03 .photoBox {
		margin: 0 0 2.5rem 2rem !important;
		border-radius: 1.6rem 0 0 1.6rem !important;
	}
	#main .feature .photoList {
		margin: 0 0 8.8rem;
		display: block;
	}
	#main .feature .photoList li {
		margin: 0 0 6.4rem;
		width: auto;
		border-radius: 1.6rem;
	}
	#main .feature .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .feature .photoList .textBox {
		padding: 3.3rem 3.2rem 4rem;
	}
	#main .feature .photoList .mark {
		top: 0.8rem;
		left: 0.8rem;
	}
	#main .feature .photoList .textBox .ttl {
		margin-bottom: 0.8rem;
		font-size: 1.6rem;
	}
	#main .feature .photoList .textBox .txt {
		font-size: 1.3rem;
	}
	#main .case {
		padding: 12rem 0;
	}
	#main .case .headLine01 {
		margin-bottom: 5.6rem;
	}
	#main .case .topText {
		margin-bottom: 1.5rem;
		line-height: 1.3;
	}
	#main .case .topText .num {
		padding: 0 0.3rem;
		font-size: 2.7rem;
	}
	#main .case .midText {
		padding: 1.6rem 1.2rem;
		margin-bottom: 7.2rem;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.75;
		border-radius: 1.6rem;
	}
	#main .case .imgBox {
		margin-bottom: 12rem;
		display: block;
	}
	#main .case .imgBox:last-of-type {
		margin-bottom: 12rem;
	}
	#main .case .imgBox .photoBox {
		margin-bottom: 2rem;
		width: auto;
		border-radius: 1.2rem;
	}
	#main .case .imgBox .photoBox img {
		width: 100%;
	}
	#main .case .imgBox .textBox {
		width: auto;
	}
	#main .case .imgBox .textBox .title {
		margin-bottom: 1.5rem;
		text-align: center;
		font-size: 1.58rem;
	}
	#main .case .imgBox .textBox .title .grey {
		font-size: 1rem;
		letter-spacing: 0.05em;
	}
	#main .case .imgBox .textBox .text {
		margin-bottom: 1.8rem;
		text-align: center;
		font-size: 1.4rem;
	}
	#main .case .tag {
		margin: 0 auto 0.8rem;
		width: fit-content;
		padding: 0.35rem 1.2rem;
		font-size: 1.05rem;
		border-radius: 1.6rem;
	}
	#main .case .photoList {
		margin: 0 3.8rem 7.2rem;
		display: block;
	}
	#main .case .photoList li {
		margin: 0 0 5.7rem;
		width: auto;
	}
	#main .case .photoList .pho {
		margin-bottom: 2rem;
		border-radius: 1.2rem;
	}
	#main .case .photoList .tag {
		margin-bottom: 0.8rem;
		font-size: 1.05rem;
	}
	#main .case .photoList .txt {
		margin-bottom: 1.8rem;
		font-size: 1.3rem;
		line-height: 1.75;
	}
	#main .case .comBtn02 {
		width: fit-content;
	}
	#main .case .btnList {
		display: block;
	}
	#main .case .btnList li {
		margin-bottom: 4rem;
	}
	#main .case .btnList li:last-child {
		margin-bottom: 0;
	}
	#main .case .btnList .comBtn02 a {
		padding: 0 2rem;
	}
	#main .price {
		padding: 12rem 0 6.5rem;
	}
	#main .price .topText {
		margin-bottom: 4.8rem;
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 1.75;
	}
	#main .price .tableBox {
		padding-bottom: 2.4rem;
		margin: 0 -2rem 3rem 0;
		overflow-x: scroll;
	}
	#main .price .tableBox table {
		margin: 0 auto;
	}
	#main .tableBox table {
		width: 56.4rem;
		border-radius: 0.7rem;
		overflow: hidden;
	}
	#main .tableBox th,
	#main .tableBox td {
		font-size: 1.2rem;
		line-height: 1.2;
		border-width: 1px;
	}
	#main .tableBox th {
		width: 21rem;
	}
	#main .tableBox tr td:first-of-type {
		width: 22.4rem;
	}
	#main .tableBox tbody th,
	#main .tableBox tbody td {
		padding: 1.4rem 1.5rem 1.4rem 2rem;
	}
	#main .tableBox tbody th {
		padding-left: 2rem;
	}
	#main .tableBox thead td {
		padding: 0 0.2rem 1px;
		font-size: 1.16rem;
	}
	#main .tableBox thead td span {
		padding: 1.4rem 2rem;
		border-radius: 0.5rem 0.5rem 0 0;
	}
	#main .tableBox tbody tr:last-child th {
		border-radius: 0 0 0 0.8rem;
		border-bottom-color: transparent;
	}
	#main .tableBox tbody tr:last-child td:last-of-type {
		border-radius: 0 0.5rem 0 0;
	}
	#main .tableBox tbody td:first-of-type {
		font-size: 0.97rem;
		border-radius: 0 0 0 0.8rem;
	}
	#main .tableBox tbody td:last-of-type {
		padding-left: 2rem;
	}
	#main .tableBox tbody .txt {
		margin-bottom: 1rem;
	}
	#main .tableBox td .num {
		font-size: 2.05rem;
	}
	#main .tableBox td .notes {
		margin-top: 0.4rem;
		font-size: 0.84rem;
		font-size: 400;
	}
	#main .tableBox tbody th .sml {
		display: block;
		font-size: 1rem;
	}
	#main .tableBox td .special {
		font-size: 1.16rem;
	}
	.simpleBar ::-webkit-scrollbar {
		display: none !important;
	}
	.simplebar-track.simplebar-horizontal {
		height: 0.3rem !important;
		background-color: #fff;
		border-radius: 1.6rem;
	}
	.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
		top: 0 !important;
		border-radius: 1.6rem;
		height: 0.3rem !important;
	}
	#main .price .content > .notes {
		margin-bottom: 12rem;
		font-size: 1.1rem;
	}
	#main .price h3 {
		font-size: 1.6rem;
	}
	#main .price .infoList {
		margin: 0 0 3.2rem;
		display: block;
	}
	#main .price .infoList > li {
		margin: 0 0 2.4rem;
		padding: 2.4rem 2.4rem 1.8rem;
		border-radius: 0.8rem;
		width: auto;
	}
	#main .price .infoList h4 {
		margin-bottom: 1.4rem;
	}
	#main .price .infoList h4 .tag {
		padding: 0.5rem 1rem;
		font-size: 1.2rem;
	}
	#main .price .infoList .ttl {
		font-size: 1.1rem;
	}
	#main .price .infoList .txtList li {
		font-size: 1.1rem;
	}
	#main .price .infoList .money {
		margin-top: 0.5rem;
		font-size: 1.1rem;
	}
	#main .price .infoList .money .num {
		font-size: 2.2rem;
	}
	#main .price .infoList .money .green {
		font-weight: 500;
	}
	#main .price .subText {
		font-size: 1.5rem;
		line-height: 1.7;
	}
	#main .faq {
		padding: 12rem 0 18rem;
	}
	#main .faq .headLine01 {
		margin-bottom: 3.2rem;
	}
	#main .faq .dlBox dt {
		padding: 2.4rem 3.3rem 1.8rem 0;
	}
	#main .faq .dlBox dt::after {
		width: 1.3rem;
		height: 1.3rem;
	}
	#main .faq .dlBox dt .lato {
		margin-top: -0.7rem;
		padding-right: 1rem;
		font-size: 2.3rem;
	}
	#main .faq .dlBox dd {
		padding: 2.4rem 0 2.4rem 3rem;
	}
	#main .discount {
		margin-bottom: 0;
		padding: 6.3rem 0 6.5rem;
	}
	#main .discount .subBox {
		bottom: -2rem;
	}
	#main .discount .bgText {
		font-size: 7.8rem;
		letter-spacing: 0.978rem;
	}
	#main .discount .inner h2 {
		margin-bottom: 1rem;
		font-size: 1.7rem;
		line-height: 1;
	}
	#main .discount .inner .photo {
		margin-bottom: 0.8rem;
	}
	#main .discount .inner .photo img {
		width: 100%;
	}
	#main .discount .inner .text {
		font-size: 1.2rem;
		font-weight: 400;
	}
	#main .comparison {
		padding: 12rem 0 18.5rem;
	}
	#main .comparison .headLine01 {
		margin-bottom: 5.2rem;
	}
	#main .comparison .innerBox {
		padding-bottom: 3.5rem;
		margin-right: -2rem;
	}
	#main .comparison .tableBox {
		margin: 0 auto;
		width: fit-content;
	}
	#main .comparison .tableBox table {
		width: 52.3rem !important;
	}
	#main .comparison .tableBox th {
		width: 24rem !important;
	}
	#main .comparison .tableBox td {
		width: 10.7rem !important;
		padding: 0 1px 1px;
	}
	#main .comparison .tableBox thead td span {
		padding: 2.3rem 1rem;
		font-size: 1.5rem;
		border-radius: 0.8rem 0.8rem 0 0;
	}
	#main .comparison .tableBox tbody td {
		padding: 1.8rem 1rem 2.3rem;
	}
	#main .comparison .tableBox td img {
		width: 2.4rem;
	}
	#main .comparison .tableBox::after {
		left: 22.3rem;
		width: 9.5rem;
		height: calc(100% - 0.5rem);
		border: 2px solid #2E90E5;
	}
	#main .comparison .tableBox tbody tr:last-child th {
		border-bottom: 0;
	}
	#main .comparison .tableBox tbody th .sml {
		font-size: 1rem;
	}
	#main .comparison .tableBox tbody td {
		font-size: 1.1rem;
	}
	#main .devices {
		padding: 12rem 0 15.8rem;
	}
	#main .devices .topText {
		margin-bottom: 2.6rem;
		font-size: 1.5rem;
	}
	#main .devices .circleList {
		margin: 0 -0.55rem 6.4rem;
	}
	#main .devices .circleList li {
		margin: 0 0.55rem;
		width: 7.5rem;
		height: 7.5rem;
		font-size: 1rem;
		border-width: 1.5px;
	}
	#main .devices .photo {
		margin: 0 -2rem;
	}
	#main .devices .innerBox {
		padding-bottom: 3.3rem;
		overflow-x: scroll;
	}
	#main .devices .tableBox {
		margin: 0 auto;
		width: 56.8rem;
	}
	#main .devices .tableBox table {
		width: auto;
	}
	#main .devices .tableBox tbody tr:first-child th {
		border-top: 1px solid #F0F0F0;
		border-radius: 0;
	}
	#main .devices .tableBox tbody tr:last-child th {
		border-bottom: 1px solid #F0F0F0;
	}
	#main .devices .tableBox th {
		font-size: 1.5rem;
		width: 12.6rem;
	}
	#main .tableBox tbody tr:last-child th {
		border-radius: 0;
	}
	#main .devices .tableBox td {
		padding: 0.8rem 0 0.8rem 2rem !important;
		width: 25rem !important;
		font-size: 1.5rem !important;
	}
	#main .devices .tableBox td .notes {
		margin-top: 0.2rem;
	}
	#main .devices .tableBox td:last-of-type {
		font-size: 1.3rem !important;
	}
	#main .devices .simplebar-track.simplebar-horizontal {
		background-color: #F0F0F0;
	}
}
@media all and (min-width: 650px) and (max-width: 896px)  {
	.mainVisual .innerBox .slideBox .photoBox01 {
		right: 2vw;
	}
}
@media all and (min-width: 544px) and (max-width: 896px) {
	#main .comparison .tableBox::after {
		width: 9.4rem;
	}
}