@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	padding: 5rem 2rem 0; 
	position: relative;
	z-index: 2;
}
#main .mainVisual::after {
	height: 25rem;
	position: absolute;
	top: 92.8%;
	left: 0;
	right: 0;
	content: "";
	z-index: 1;
	background: url(../img/index/main_bg01.png) no-repeat left top / 100% 100%;
}
#main .mainVisual .bgBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	overflow: hidden;
	pointer-events: none;
}
#main .mainVisual .bgBox .image {
	position: absolute;
	z-index: 1;
	transition-delay: 0s;
}
#main .mainVisual .bgBox .image01 {
	width: 19.3rem;
	top: 46%;
	left: -9rem;
}
#main .mainVisual .bgBox .image02 {
	width: 19.3rem;
	top: 44%;
	left: 32.3rem;
}
#main .mainVisual .bgBox .image03 {
	width: 38.6rem;
	top: 61%;
	left: 3rem;
}
#main .mainVisual .bgBox .image04 {
	width: 31.9rem;
	top: 55%;
	right: -14rem;
}
#main .mainVisual .bgBox .image05 {
	width: 22.6rem;
	top: 79%;
	right: 18rem;
}
#main .mainVisual .innerBox {
	position: relative;
	z-index: 3;
	margin: 0 auto 15.5rem;
	max-width: 150rem;
	align-items: center;
}
#main .mainVisual .innerBox .imgtext {
	margin-left: 5.2rem;
	width: 33.9rem;
}
#main .mainVisual .innerBox .photo {
	width: calc(100% - 50rem);
	border-radius: 8rem;
	overflow: hidden;
}
#main .mainVisual .textBox {
	position: relative;
	z-index: 3;
}
#main .mainVisual .textBox .title {
	margin-bottom: 3.3rem;
	text-align: center;
	color: #19579E;
	font-weight: 600;
	font-size: 3rem;
}
#main .mainVisual .textBox .text {
	margin-bottom: 3rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
}
#main .mainVisual .textBox .text:last-of-type {
	margin-bottom: 0;
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	#main .mainVisual .bgBox .image03 {
		width: 30rem;
	}
	#main .mainVisual .bgBox .image05 {
		width: 19rem;
	}
}
#main .product {
	padding: 27.7rem 0 12.5rem;
	position: relative;
	z-index: 1;
	background: #F4FBFF url(../img/index/product_bg.png) no-repeat left bottom / 100% auto;
}
#main .product .content {
	padding: 0 2rem;
	margin: 0 auto;
	max-width: 134rem;
}
#main .product .imgBox {
	margin-bottom: 15rem;
	align-items: center;
}
#main .product .imgBox .photoBox {
	width: 53.8%;
	border-radius: 4rem;
	overflow: hidden;
}
#main .product .imgBox .textBox {
	position: relative;
	z-index: 1;
	flex: 1;
}
#main .product .imgBox01 .textBox {
	margin-top: 3.4rem;
}
#main .product .imgBox h2 {
	margin-bottom: 2.1rem;
	padding-left: 5rem;
	position: relative;
	font-size: 2.8rem;
	font-weight: 400;
	color: #AEC4D9;
	line-height: 1.6;
}
#main .product .imgBox h2::after {
	position: absolute;
	z-index: 1;
	content: "";
	top: 2rem;
	left: 0;
	width: 4rem;
	height: 0.2rem;
	background-color: #AEC4D9;
}
#main .product .imgBox h2 img {
	margin: -0.3rem 1.2rem 0;
	display: inline-block;
	width: 5.2rem;
}
#main .product .imgBox .textBox .bg {
	margin-left: -5rem;
	background-color: #fff;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.10);
	border-radius: 4rem;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#main .product .imgBox .textBox .sub {
	padding: 6rem 7.5rem;

	display: block;
	background-color: #fff;
}
#main .product .imgBox .textBox .sub:hover {
	opacity: 0.7;
}
#main .product .imgBox .textBox .comLink01 {
	margin-bottom: 1.3rem;
}
#main .product .imgBox .textBox .text {
	font-weight: 500;
	line-height: 1.6;
}
#main .product .imgBox:nth-of-type(2n) {
	flex-direction: row-reverse;
}
#main .product .imgBox:nth-of-type(2n) h2 {
	margin-bottom: 3.5rem;
	padding: 0 5rem 0 0;
	text-align: right;
}
#main .product .imgBox:nth-of-type(2n) h2::after {
	left: auto;
	right: 0;
}
#main .product .imgBox:nth-of-type(2n) .textBox {
	margin-top: 2rem;
}
#main .product .imgBox:nth-of-type(2n) .textBox .bg {
	margin: 0 -5rem 0 0;
}
#main .company {
	padding: 2.8rem 0;
}
#main .company .sub {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}
#main .company .sub .tableBox {
	width: calc(100% - 64rem);
}
#main .company .photoBox {
	margin-top: -9.4rem;
	float: right;
	width: 56rem;
	border-radius: 2rem;
	overflow: hidden;
}
#main .company table {
	width: 100%;
	border-collapse: collapse;
}
#main .company table th,
#main .company table td {
	padding: 3rem 0 2.9rem;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	border-top: 1px solid #AEC4D9;
	vertical-align: top;
	word-break: break-all;
}
#main .company table th {
	width: 28.15%;
}
#main .company .tableBox01 table tr:last-child th,
#main .company .tableBox01 table tr:last-child td {
	border-bottom: 1px solid #AEC4D9;
}
#main .company .tableBox02 th,
#main .company .tableBox02 td {
	line-height: 1.77;
}
#main .company .tableBox02 tr:first-child th,
#main .company .tableBox02 tr:first-child td {
	border-top: 0;
}
#main .company .tableBox02 th {
	padding-top: 2.5rem;
	width: 13.2%;
}
#main .company .tableBox02 .text {
	display: block;
	margin-bottom: 3.3rem;
}
#main .company .tableBox .link {
	margin: 1rem 0;
	text-align: left;
}
#main .company .tableBox .link a {
	text-decoration: underline;
	font-weight: 500;
	color: #19579E;
}
#main .company .tableBox .link a:hover {
	opacity: 0.7;
}
#main .company .tableBox .mapBox {
	width: 100%;
	height: 47.9rem;
	border-radius: 2rem;
	overflow: hidden;
}
#main .company .tableBox .mapBox iframe {
	width: 100%;
	vertical-align: top;
	margin-top: -15rem;
	height: calc(100% + 30rem);
}
#main .history {
	padding: 3.5rem 0;
}
#main .history dl {
	padding: 2.1rem 0;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	border-top: 1px solid #AEC4D9;
}
#main .history dt {
	padding: 0.75rem 0;
	float: left;
}
#main .history dd {
	padding: 0.75rem 0 0.75rem 11.4rem;
}
#main .trade {
	padding: 2.5rem 0 3.5rem;
}
#main .trade .text {
	margin-bottom: 6rem;
	padding-top: 3rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	border-top: 1px solid #AEC4D9;
}
#main .trade .imgtext img {
	width: 100%;
}
#main .trace {
	padding: 23.8rem 0 6rem;
	background: #F4FBFF url(../img/index/trace_bg.png) no-repeat left top / 100% auto;
}
#main .trace .content {
	max-width: 100rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#main .trace .lBox {
	margin-bottom: 4rem;
	width: calc(100% - 45rem);
}
#main .trace .lBox .textBox {
	margin-bottom: 1.4rem;
	padding: 0 0 1.5rem 2rem;
	position: relative;
}
#main .trace .lBox .textBox::after {
	width: 1px;
	position: absolute;
	top: 2rem;
	left: 0;
	bottom: 0;
	background-color: #AEC4D9;
	content: "";
	z-index: 2;
}
#main .trace .lBox .textBox .headLine01 {
	margin-bottom: 1rem;
}
#main .trace .lBox .textBox .text {
	font-weight: 500;
	line-height: 1.6;
}
#main .trace .rBox {
	margin-right: -5rem;
	width: 48.7rem;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding: 7.9rem 2rem 1.3rem; 
	}
	#main .mainVisual::after {
		height: 7.5rem;
		top: 99.9%;
		background-image: url(../img/index/main_bg01_sp.png);
	}
	#main .mainVisual .bgBox {
		z-index: -1;
	}
	#main .mainVisual .bgBox .image01 {
		width: 9.8rem;
		top: -1.5rem;
		left: -2.5rem;
	}
	#main .mainVisual .bgBox .image02 {
		width: 8.2rem;
		top: 50.5%;
		left: 10rem;
	}
	#main .mainVisual .bgBox .image03 {
		width: 14.6rem;
		top: 54%;
		left: -5rem;
	}
	#main .mainVisual .bgBox .image04 {
		width: 9.9rem;
		top: 19%;
		right: -1rem;
	}
	#main .mainVisual .bgBox .image05 {
		width: 8.2rem;
		top: 72%;
		right: -3rem;
	}
	#main .mainVisual .innerBox {
		margin: 0 auto 10.5rem;
		max-width: 100%;
		display: block;
		z-index: 5;
	}
	#main .mainVisual .innerBox .imgtext {
		margin: 0 auto 7.5rem;
		width: 29.4rem;
	}
	#main .mainVisual .innerBox .photo {
		margin: 0 auto;
		width: 29.5rem;
		border-radius: 4rem;
	}
	#main .mainVisual .textBox .title {
		margin-bottom: 2rem;
		text-align: left;
		font-size: 2rem;
		line-height: 1.6;
	}
	#main .mainVisual .textBox .text {
		margin-bottom: 2.2rem;
		text-align: left;
		font-size: 1.4rem;
	}
	#main .product {
		padding: 13.7rem 0 8.8rem;
		background-image: url(../img/index/product_bg_sp.png);
	}
	#main .product .content {
		padding: 0;
	}
	#main .product .imgBox {
		margin-bottom: 6.5rem;
		display: block;
	}
	#main .product .imgBox .photoBox {
		width: 86.7%;
		border-radius: 0 2rem 2rem 0;
	}
	#main .product .imgBox .photoBox img {
		width: 100%;
	}
	#main .product .imgBox .textBox {
		margin: -2rem 2rem 0 !important;
		flex: none;
	}
	#main .product .imgBox h2 {
		margin-bottom: 0.8rem;
		padding-left: 4rem;
		font-size: 1.8rem;
	}
	#main .product .imgBox h2::after {
		width: 3rem;
		top: 1.2rem;
	}
	#main .product .imgBox h2 img {
		margin: 0 0.9rem 0;
		width: 3.3rem;
	}
	#main .product .imgBox .textBox .bg {
		margin: 0 !important;
		border-radius: 2rem;
	}
	#main .product .imgBox .textBox .sub {
		padding: 3rem 4rem;
	}
	#main .product .imgBox .textBox .comLink01 {
		margin-bottom: 1rem;
	}
	#main .product .imgBox:nth-of-type(2n) .photoBox {
		margin-left: auto;
		border-radius: 2rem 0 0 2rem;
	}
	#main .product .imgBox:nth-of-type(2n) h2 {
		margin-bottom: 1.4rem;
		padding: 0 4.1rem 0 0;
	}
	#main .product .imgBox:nth-of-type(2n) h2 img {
		margin-top: -0.2rem;
	}
	#main .company {
		padding: 3.9rem 0 1.5rem;
	}
	#main .company .sub {
		display: block;
	}
	#main .company .sub .tableBox {
		width: auto;
	}
	#main .company .photoBox {
		margin: 0 0 5rem;
		float: none;
		width: auto;
	}
	#main .company .photoBox img {
		width: 100%;
	}
	#main .company table th,
	#main .company table td {
		padding: 2rem 0 1rem;
		display: block;
		width: 100% !important;
		font-size: 1.4rem;
		border-top: 0 !important;
	}
	#main .company table th {
		width: 28%;
		border-top: 1px solid #AEC4D9 !important;
	}
	#main .company table td {
		padding: 0 0 2rem;
		font-weight: 400;
	}
	#main .company .tableBox01 table tr:last-child th,
	#main .company .tableBox01 table tr:last-child td {
		border-bottom: 0;
	}
	#main .company .tableBox02 tr:first-child th,
	#main .company .tableBox02 tr:first-child td {
		border-top: 0;
	}
	#main .company .tableBox02 th {
		padding-top: 2rem;
	}
	#main .company .tableBox02 .text {
		margin-bottom: 2.4rem;
	}
	#main .company .tableBox .mapBox {
		padding-bottom: 0;
		height: 33.2rem;
	}
	#main .company .tableBox .mapBox iframe {
		border-radius: 2rem;
		overflow: hidden;
		border: none;
		display: block;
	}
	#main .history {
		padding: 1.5rem 0;
	}
	#main .history dl {
		padding: 1rem 0;
		font-size: 1.4rem;
		font-weight: 400;
	}
	#main .history dt {
		padding: 0.8rem 0;
	}
	#main .history dd {
		padding: 0.8rem 0 0.8rem 6.5rem;
	}
	#main .trade {
		padding: 1.7rem 0 2.2rem;
	}
	#main .trade .text {
		margin-bottom: 2rem;
		padding-top: 2rem;
		font-size: 1.4rem;
		font-weight: 400;
	}
	#main .trade .imgtext {
		margin: 0 auto;
		width: 33.5rem;
	}
	#main .trace {
		padding: 7.6rem 0 9.8rem;
		background-image: url(../img/index/trace_bg_sp.png);
	}
	#main .trace .content {
		display: block;
		position: relative;
	}
	#main .trace .lBox {
		margin: 0;
		padding-top: 8.5rem;
		width: 90%;
	}
	#main .trace .lBox .textBox {
		margin-bottom: 1.4rem;
		padding: 1rem 0 0;
	}
	#main .trace .lBox .textBox::after {
		width: 7rem;
		height: 1px;
		top: 0;
		left: 0;
		bottom: auto;
	}
	#main .trace .lBox .textBox .headLine01 {
		margin-bottom: 1rem;
	}
	#main .trace .lBox .textBox .text {
		margin-bottom: 2.7rem;
		line-height: 1.4;
	}
	#main .trace .rBox {
		position: absolute;
		z-index: 3;
		top: 0;
		right: 0;
		margin-right: 0;
		width: 17.3rem;
	}
}