@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* loading */
.loading {
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 100;
	height: 100dvh;
}
.loading .photoBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.loading .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.loading::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #D6000F;
	clip-path: inset(0 100% 0 0);
	transition: .5s linear;
}
.loading.in::after {
	clip-path: inset(0 0 0 0);
}
.loading.out::after {
	clip-path: inset(0 0 0 50%);
}
.loading .content {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 105rem;
}
.loading .title {
	margin-top: 2.8rem;
	color: #fff;
	font-weight: 900;
	font-size: 7.5rem;
}
.loading .title span {
	border: 0.2rem solid #fff;
}
.loading .title img {
	margin-right: 1rem;
	display: inline-block;
	width: 21.4rem;
	vertical-align: -1.3rem;
}
@media all and (max-width: 896px) {
	.loading {
		align-items: flex-start;
	}
	.loading::after {
		clip-path: inset(0 0 100% 0);
	}
	.loading.in::after {
		clip-path: inset(0 0 0 0);
	}
	.loading.out::after {
		clip-path: inset(50% 0 0 0);
	}
	.loading .content {
		max-width: 100%;
	}
	.loading .title {
		margin: 11.7rem auto 0;
		width: fit-content;
		font-size: 3.7rem;
	}
	.loading .title img {
		margin-right: 0.7rem;
		width: 10.9rem;
		vertical-align: -0.5rem;
	}
}
/* mainVisual */
.mainVisual {
	margin-bottom: 2.5rem;
}
.mainVisual .sliderBox {
	position: relative;
	overflow: hidden;
}
.mainVisual .sliderBox::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
}
.mainVisual .sliderBox .foo li {
	display: flex !important;
	flex-wrap: wrap;
	position: relative;
}
.mainVisual .sliderBox .foo .lBox,
.mainVisual .sliderBox .foo .rBox {
	position: relative;
	width: 50%;
}
.mainVisual .sliderBox .foo .videoBox,
.mainVisual .sliderBox .foo .rBox {
	height: 100vh;
}
.mainVisual .sliderBox .foo .videoBox {
	position: relative;
}
.mainVisual .sliderBox .foo .lBox .en {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 800;
	z-index: 2;
	text-align: center;
}
.mainVisual .sliderBox .foo .videoBox::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	background-color: rgba(0,0,0,0.3);
}
.mainVisual .sliderBox .foo .rBox {
	background-color: #D6000F;
}
.mainVisual .sliderBox .foo .rBox::after {
	position: absolute;
	top: 4.5rem;
	left: 0;
	width: 60.5rem;
	height: 23.9rem;
	content: "";
	z-index: 1;
	background: url(../img/index/main_img01.png) no-repeat left top / 100%;
	opacity: 0.5;
}
.mainVisual .sliderBox .foo .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .sliderBox .foo .midText {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,-40%);
}
.mainVisual .sliderBox .foo .midText img {
	height: 30.8rem;
}
.mainVisual .sliderBox .rBox .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 800;
	z-index: 2;
	text-align: center;
}
.mainVisual .sliderBox .foo .image {
	position: absolute;
	left: 50%;
	width: 72.1rem;
	z-index: 1;
	bottom: 9.3rem;
	transform: translateX(-50%);
}
#main .scroll {
	margin: 0 0 5rem auto;
	width: fit-content;
}
#main .scroll a {
	display: block;
	color: #D6000F;
	font-weight: 400;
	letter-spacing: 0.064rem;
	animation: slowBlink 3s infinite;
}
@keyframes slowBlink {
    0% { opacity: 1; }
    50% { opacity: 0.2; }
    100% { opacity: 1; }
}
#main .content01 {
	max-width: 130rem;
}
.mainVisual .sliderBox .foo .li02 video,
.mainVisual .sliderBox .foo .li03 video {
	margin: -3.5rem 0;
	height: calc(100% + 7rem);
}
@media all and (min-width: 897px) {
	.mainVisual .sliderBox .foo .li02 .image {
		bottom: 7rem;
	}
	.mainVisual .sliderBox .foo .li03 .image {
		bottom: 0;
	}
	.mainVisual .sliderBox .foo .li04 .image {
		bottom: 6rem;
	}
	.mainVisual .sliderBox .foo .rBox::before {
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
		z-index: 1;
		height: 27rem;
		content: "";
		background-color: #005BAC;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 7.5rem;
	}
	.mainVisual .sliderBox .foo li {
		display: block !important;
	}
	.mainVisual .sliderBox .foo .lBox,
	.mainVisual .sliderBox .foo .rBox {
		width: auto;
	}
	.mainVisual .sliderBox .foo .videoBox,
	.mainVisual .sliderBox .foo .rBox {
		height: calc(100dvh / 2);
	}
	.mainVisual .sliderBox .foo .lBox .en {
		transform: translateY(-60%);
		font-size: 1.2rem;
	}
	.mainVisual .sliderBox .foo .rBox::after {
		top: auto;
		width: 32.6rem;
		height: 12.9rem;
		bottom: 0.7rem;
		background-image: url(../img/index/main_img01_sp.png);
	}
	.mainVisual .sliderBox .foo .midText {
		transform: translate(-50%,-50%);
	}
	.mainVisual .sliderBox .foo .midText img {
		height: 15.1rem;
	}
	.mainVisual .sliderBox .rBox .text {
		font-size: 1.2rem;
		transform: translateY(-290%);
	}
	.mainVisual .sliderBox .foo .image {
		width: 32.7rem;
		bottom: 50%;
		transform: translate(-50%,54%);
	}
	.mainVisual .sliderBox .li01 .image {
		width: 35rem;
	}
	.mainVisual .sliderBox .li02 .image {
		width: 32rem;
		transform: translate(-50%,65%);
	}
	.mainVisual .sliderBox .li03 .image {
		width: 37.5rem;
		transform: translate(-50%,65%);
	}
	.mainVisual .sliderBox .li04 .image {
		width: 29rem;
		transform: translate(-50%,65%);
	}
}
/* cables */
#main .cables .headLine01 {
	margin-bottom: 9.7rem;
	display: block;
}
#main .cables .headLine01 .en {
	margin-bottom: 10rem;
	display: block;
	background: linear-gradient(90deg, #D6000F 35.96%, #662D91 73.06%, #005BAC 99.16%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .cables .textBox {
	padding-bottom: 14.8rem;
	margin: -13.7rem 0 0 auto;
	width: 60.5rem;
}
#main .cables .textBox .comTitle {
	margin-right: -6rem;
}
#main .cables .textBox .text {
	margin-left: 1rem;
	font-size: 2.4rem;
	line-height: 2.16;
}
@media all and (max-width: 896px) {
	#main .cables .headLine01 {
		margin-bottom: 5.3rem;
	}
	#main .cables .headLine01 .en {
		margin-bottom: 1.5rem;
	}
	#main .cables .textBox {
		padding-bottom: 5.5rem;
		margin: 0;
		width: auto;
	}
	#main .cables .textBox .comTitle {
		margin-right: 0;
	}
	#main .cables .comTitle span {
		vertical-align: -0.4rem;
	}
	#main .cables .comTitle span img {
		margin-top: 2px;
	}
	#main .cables .textBox .text {
		margin: 0 0 1rem;
		font-size: 1.4rem;
		line-height: 1.74;
	}
}
/* connect */
#main .connect {
	position: relative;
}
#main .connect h2 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 1;
	transform: translate(-50%,-50%);
}
#main .connect h2 .jp {
	display: block;
	color: #fff;
	font-size: 7.6rem;
	font-weight: 700;
	letter-spacing: -0.532rem;
}
#main .connect h2 .en {
	margin-top: 3rem;
	display: block;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.096rem;
}
#main .connect .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 896px) {
	#main .connect h2 {
		width: 100%;
		max-width: 89.6rem;
	}
	#main .connect h2 .jp {
		font-size: 3.2rem;
		letter-spacing: -0.128rem;
	}
	#main .connect h2 .en {
		margin-top: 1rem;
		font-size: 1rem;
		letter-spacing: 0.04rem;
	}
}
/* black */
#main .black {
	position: relative;
	z-index: 2;
	padding: 19rem 0 26.7rem;
	background-color: #000;
}
#main .black  .headLine01 {
	margin-bottom: 8.5rem;
	align-items: center;
}
#main .black  .headLine01 .en {
	font-size: 11rem;
	background: linear-gradient(90deg, #D6000F 33.26%, #662D91 67.67%, #005BAC 91.88%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.05;
}
#main .black  .headLine01 .jp {
	margin: 0 0 9.5rem;
	color: #fff;
}
#main .black .imgBox .photoBox {
	width: 48rem;
}
#main .black .imgBox .photoBox img {
	width: 100%;
}
#main .black .imgBox .textBox {
	padding-bottom: 8.5rem;
	position: relative;
	margin-top: -1rem;
	width: calc(100% - 60rem);
	color: #fff;
}
#main .black .imgBox .textBox .title {
	margin-bottom: 4rem;
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1.63;
	letter-spacing: 0.036rem;
}
#main .black .imgBox .textBox  .text {
	line-height: 2.25;
}
#main .black .imgBox .textBox .comBtn01 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#main .black .business {
	margin-bottom: 12.7rem;
}
#main .black .routeBox {
	position: absolute;
	left: calc(50% - 39.2rem);
	bottom: -12rem;
	z-index: 1;
	width: 24.4rem;
	height: 24.4rem;
}
#main .black .routeBox .img01 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 5rem;
	transform: translate(-50%,-40%);
}
#main .black .routeBox .img02 {
	width: 100%;
	animation: rotate infinite linear;
	animation-duration: 20s;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@media all and (max-width: 896px) {
	#main .black {
		padding: 6rem 0 11rem;
	}
	#main .black  .headLine01 {
		margin-bottom: 2rem;
	}
	#main .black  .headLine01 .en {
		margin-bottom: 2rem;
		width: fit-content;
	}
	#main .black  .headLine01 .jp {
		margin: 0;
		padding-top: 0 !important;
	}
	#main .black .imgBox {
		display: block;
	}
	#main .black .imgBox .photoBox {
		margin-bottom: 2.1rem;
		width: auto;
	}
	#main .black .imgBox .textBox {
		padding-bottom: 0;
		margin-top: 0;
		width: auto;
	}
	#main .black .imgBox .textBox .title {
		margin-bottom: 1.5rem;
		font-size: 2rem;
		line-height: 1.65;
		letter-spacing: 0.02rem;
	}
	#main .black .imgBox .textBox  .text {
		margin-bottom: 2rem;
		line-height: 1.71;
		letter-spacing: 0.04rem;
	}
	#main .black .imgBox .textBox .comBtn01 {
		position: static;
	}
	#main .black .business {
		margin-bottom: 9rem;
	}
	#main .black .routeBox {
		right: 3rem;
		left: auto;
		bottom: -9rem;
		width: 11.5rem;
		height: 11.5rem;
	}
	#main .black .routeBox .img01 {
		width: 2.4rem;
	}
}
/* recruit */
#main .recruit {
	padding: 28rem 0 7.8rem;
	position: relative;
	z-index: 1;
	background-color: #D6000F;
}
#main .recruit::after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	content: "";
	z-index: -1;
	background-color: #AE0000;
	width: calc(50% - 26.8rem);
}
#main .recruit .headLine01 {
	margin-bottom: 10.7rem;
}
#main .recruit .headLine01 .en,
#main .recruit .headLine01 .jp {
	color: #fff;
}
#main .recruit .headLine01 .en {
	font-size: 11rem;
}
#main .recruit .headLine01 .jp {
	padding: 0 0 0.3rem 2.9rem;
	background-image: url(../img/common/icon02.png);
}
#main .recruit .imgBox {
	margin-bottom: 16rem;
	padding-right: 2rem;
	width: calc(50% + 55rem);
}
#main .recruit .imgBox .photoBox {
	width: calc(50% - 4rem);
}
#main .recruit .imgBox .photoBox img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#main .recruit .imgBox .textBox {
	width: calc(50% - 2.5rem);
}
#main .recruit .imgBox .textBox .h_title {
	margin-bottom: 4.5rem;
}
#main .recruit .imgBox .textBox .h_title .bg {
	padding: 6.5rem 4rem 2rem;
	background: -webkit-linear-gradient(#fff,#fff) repeat-x left bottom  / 100% 12rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .recruit .imgBox .textBox .h_title .sub {
	font-size: 7.2rem;
	font-weight: 700;
	letter-spacing: 0.288rem;
	background: linear-gradient(104deg, #D6000F 39.62%, #662D91 61.38%, #005BAC 81.61%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .recruit .imgBox .textBox .area {
	margin-left: auto;
	max-width: 48rem;
}
#main .recruit .imgBox .textBox .text {
	margin-bottom: 17.8rem;
	color: #fff;
	line-height: 2.25;
}
#main .recruit .imgBox .comBtn01 a {
	background: #fff;
	font-weight: 600;
	color: #D6000F;
}
#main .recruit .slideBox {
	align-items: center;
	display: flex;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	z-index: 1;
}
#main .recruit .slideText li {
	padding-right: 20rem;
	display: inline-block;
	color: #fff;
	font-weight: 100;
	font-size: 5.5rem;
	animation: flowing 10s linear infinite;
	transform:translateX(100%);
}
@keyframes flowing {
    0% { transform:translateX(0); }
    100% { transform:translateX(-100%); }
}
@media all and (min-width: 897px) {
	#main .recruit .imgBox .comBtn01 a:hover {
		color: #fff;
		background-color: #AE0000;
	}
}
@media all and (min-width: 897px) and (max-width: 1350px) {
	#main .recruit .imgBox .textBox .h_title .sub {
		font-size: 6.5rem;
	}
}
@media all and (max-width: 896px) {
	#main .recruit {
		padding: 6.5rem 0 8.8rem;
	}
	#main .recruit::after {
		width: 12.1rem;
	}
	#main .recruit .headLine01 {
		margin-bottom: 2.5rem;
	}
	#main .recruit .imgBox {
		margin-bottom: 0;
		padding: 0 3.8rem;
		width: auto;
		display: block;
	}
	#main .recruit .imgBox .photoBox {
		width: auto;
	}
	#main .recruit .imgBox .textBox {
		margin-top: -4.7rem;
		width: auto;
	}
	#main .recruit .imgBox .textBox .h_title {
		margin-bottom: 4.4rem;
		line-height: 1.45;
	}
	#main .recruit .imgBox .textBox .h_title .bg {
		padding: 2rem 1.8rem 1.5rem;
	}
	#main .recruit .imgBox .textBox .h_title .sub {
		font-size: 3.1rem;
		letter-spacing: 0.124rem;
	}
	#main .recruit .imgBox .textBox .area {
		max-width: 100%;
	}
	#main .recruit .imgBox .textBox .text {
		margin-bottom: 3.2rem;
		line-height: 1.71;
	}
	#main .recruit .imgBox .comBtn01 li {
		margin: 0;
	}
}
/* company */
#main .company {
	padding: 11.5rem 0 16.7rem;
}
#main .company .headLine01 {
	margin-bottom: 9.8rem;
}
#main .company .headLine01 .en {
	font-size: 11rem;
	line-height: 1.05;
}
#main .company .headLine01 .jp {
	margin-top: 3rem;
}
#main .company .imgBox {
	margin-bottom: 11.3rem;
}
#main .company .imgBox .photoBox {
	margin-top: 1.4rem;
	width: 46.3%;
}
#main .company .imgBox .photoBox img {
	width: 100%;
}
#main .company .imgBox .textBox {
	width: 42.4%;
}
#main .company .imgBox .textBox .title {
	margin-bottom: 4rem;
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1.63;
	letter-spacing: 0.036rem;
}
#main .company .imgBox .textBox .text {
	line-height: 2.25;
}
#main .company .textList {
	margin-bottom: 14rem;
}
#main .company .textList li {
	padding: 3.8rem 1rem 1rem;
	margin: 0 -2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 29.6rem;
	height: 29.6rem;
	border-radius: 50%;
	border: 0.2rem dashed #D6000F;
}
#main .company .textList p {
	letter-spacing: 0.044rem;
	font-size: 2.2rem;
}
#main .company .textList .en {
	font-weight: 600;
	display: block;
	line-height: 1.17;
}
#main .company .textList .red {
	background-color: #D6000F;
}
#main .company .textList .red p {
	color: #fff;
}
#main .company .comBtn01 li {
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	#main .company {
		padding: 5.2rem 0 5rem;
	}
	#main .company .headLine01 {
		margin-bottom: 2.2rem;
	}
	#main .company .headLine01 .jp {
		margin-top: 0;
	}
	#main .company .imgBox {
		margin-bottom: 3rem;
		display: block;
	}
	#main .company .imgBox .photoBox {
		margin: 0 0 3.3rem;
		width: auto;
	}
	#main .company .imgBox .textBox {
		width: auto;
	}
	#main .company .imgBox .textBox .title {
		margin-bottom: 1.5rem;
		font-size: 2rem;
		line-height: 1.65;
		letter-spacing: 0;
	}
	#main .company .imgBox .textBox .text {
		line-height: 1.71;
	}
	#main .company .textList {
		margin: 3.7rem auto 0;
		max-width: 29.3rem;
	}
	#main .company .textList li {
		padding: 3.8rem 1rem 1rem;
		margin: 1.3rem 0 0;
		width: 14rem;
		height: 14rem;
		border: 0.1rem dashed #D6000F;
	}
	#main .company .textList p {
		margin-bottom: 1rem;
		letter-spacing: 0.024rem;
		font-size: 1.2rem;
	}
}
/* news */
#main .news {
	padding: 17.6rem 0 6rem;
	background-color: #f5f5f5;
}
#main .news .headLine01 {
	margin-bottom: 11rem;
}
#main .news .headLine01 .en {
	font-size: 11rem;
}
#main .news .headLine01 .jp {
	margin-top: 4rem;
}
#main .news .comNewsUl {
	margin-bottom: 10rem;
}
#main .news .comNewsUl li {
	display:  block !important;
	padding: 0 !important;
	border: 0 !important;
}
#main .news .comBtn01 li {
	width: 30rem;
	margin-left: auto;
}
#main .news .comBtn01 a {
	color: #000;
	border: 1px solid #000;
	background: transparent;
}
@media all and (min-width: 897px) {
	#main .news .comBtn01 a:hover {
		color: #D6000F;
		border-color: #D6000F;
	}
}
@media all and (max-width: 896px) {
	#main .news {
		padding: 5rem 0 2.5rem;
		background-color: #fff;
	}
	#main .news .headLine01 {
		margin-bottom: 4.3rem;
	}
	#main .news .headLine01 .en {
		font-size: 11rem;
	}
	#main .news .headLine01 .jp {
		margin-top: 4rem;
	}
	#main .news .comNewsUl {
		margin-bottom: 4.5rem;
	}
	#main .news .comBtn01 li {
		width: 19.8rem;
	}
	#main .news .comBtn01 a {
		font-size: 1.4rem;
	}
	#main .news .comNewsUl a {
		padding: 0.9rem 0 1.6rem;
	}
	#main .news .comNewsUl .text {
		margin-top: 0;
	}
}
/* contactBox */
#main .contactBox {
	padding: 10rem 0 13.7rem;
	background-color: #f5f5f5;
}
#main .contactBox a {
	position: relative;
	z-index: 1;
	padding: 7.3rem 10.3rem 6.5rem;
	background-color: #D6000F;
	align-items: flex-start;
}
#main .contactBox a::after {
	pointer-events: none;
	background: #000;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}
#main .contactBox .lBox {
	position: relative;
	z-index: 3;
	flex: 1
}
#main .contactBox .headLine01 {
	display: block;
	color: #fff;
}
#main .contactBox .headLine01 .en {
	display: block;
	font-size: 5rem;
	color: #fff;
	letter-spacing: 0.25rem;
	font-weight: 600;
}
#main .contactBox .headLine01 .jp {
	margin: 2.3rem 0 0 0.5rem;
	padding: 0 0 0.3rem 3rem;
	letter-spacing: 0.072rem;
	background-image: url(../img/common/icon02.png);
}
#main .contactBox .rBox {
	position: relative;
	z-index: 3;
	margin-top: -0.5rem;
	width: 37rem;
}
#main .contactBox .rBox .text {
	margin-bottom: 2.3rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.66;
}
#main .contactBox .rBox .btn {
	width: 35.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4rem;
	text-align: center;
	min-height: 4.5rem;
	background: url(../img/common/icon03.png) no-repeat right 1.5rem center / 0.9rem;
}
@media all and (min-width: 897px) {
	#main .contactBox a:hover::after {
		-webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
	}
}
@media all and (max-width: 896px) {
	#main .contactBox {
		padding: 2.3rem 0 9rem;
		background-color: #fff;
	}
	#main .contactBox a {
		display: block;
		padding: 4.3rem 2rem 4rem;
	}
	#main .contactBox .headLine01 {
		margin-bottom: 2.8rem;
		text-align: center;
	}
	#main .contactBox .headLine01 .en {
		margin-bottom: 0.5rem;
		font-size: 2.4rem !important;
		letter-spacing: 0;
		font-weight: 700;
	}
	#main .contactBox .headLine01 .jp {
		width: fit-content;
		margin: 2.3rem auto 0.5rem;
		letter-spacing: 0;
	}
	#main .contactBox .rBox {
		margin-top: 0;
		width: auto;
	}
	#main .contactBox .rBox .text {
		margin-bottom: 1.2rem;
		font-size: 1.2rem;
		text-align: center;
		font-weight: 500;
		line-height: 1.5;
	}
	#main .contactBox .rBox .btn {
		margin: 0 auto;
		width: 18.3rem;
		font-size: 1.2rem;
		min-height: 2.9rem;
		background-position: right 0.9rem center;
		background-size: 0.72rem auto;
	}
}