@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .fixImg {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 54.4%;
	max-width: 78.3rem;
	transform: translate(-50%,-50%);
	animation: fade 12s infinite ease;
	z-index: 3;
}
@keyframes fade {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#main .content {
	position: relative;
	z-index: 4;
}
#main .mainVisual {
	padding-bottom: 9rem;
	position: relative;
	background: url(/assets/img/index/mv_bg.jpg) no-repeat center bottom/cover;
}
#main .mainVisual .movie {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -5rem;
	width: 100%;
	max-width: 144rem;
	mix-blend-mode: plus-lighter;
	z-index: 3;
}
#main .mainVisual .movie video {
	width: 100%;
}
#main .mainVisual .mainImg {
	margin-bottom: 3rem;
	width: calc(50% + 58.9rem);
	position: relative;
	z-index: 1;
}
#main .mainVisual .mainImg img {
	width: 100%;
}
#main .mainVisual .txtBox {
	flex: 1;
}
#main .mainVisual p {
	font-size: 2rem;
	line-height: 1.55;
	letter-spacing: 0.18rem;
}
#main .mainVisual .ttl {
	margin-bottom: 2rem;
	width: 57rem;
}
#main .mainVisual .comBtn {
	margin-right: 11.5rem;
}
#main .sec01 {
	padding: 13rem 0 14.9rem;
	background: #1B1B1C;
}
#main .sec01 h2 {
	margin-bottom: 6.8rem;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.39rem;
	text-align: center;
}
#main .sec01 .listUl {
	gap: 2.8rem;
}
#main .sec01 .listUl li {
	padding: 4rem 2rem;
	width: calc((100% - 8.4rem)/4);
	border-radius: 1.6rem;
	border: 1px solid #FFF;
	background: #1B1B1C;
}
#main .sec01 .listUl .listImg {
	margin: 0 auto 3rem;
	width: 6.4rem;
}
#main .sec01 .listUl p {
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.12rem;
	text-align: center;
}
#main .sec02 {
	padding: 24.1rem 0 22.4rem;
	position: relative;
	background: url(/assets/img/index/sec02_bg.jpg) no-repeat center top/cover;
}
#main .sec02:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -0.4rem;
	width: 19rem;
	height: 4.6rem;
	z-index: 2;
	background: url(/assets/img/index/arrow01.png) no-repeat left top/100%;
	content: "";
}
#main .sec02 .content {
	z-index: inherit;
}
#main .sec02 .txtBox {
	margin: 0 auto;
	max-width: 84rem;
	padding: 5rem 2rem 5.3rem;
	border-radius: 1.6rem;
	background: rgba(255, 255, 255, 0.81);
}
#main .sec02 h2 {
	margin-bottom: 3rem;
	position: relative;
	z-index: 4;
	color: #1B1B1C;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.14rem;
	text-align: center;
}
#main .sec02 h2 .light {
	font-weight: 300;
}
#main .sec02 p {
	position: relative;
	z-index: 4;
	color: #1B1B1C;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.14rem;
}
#main .sec03 {
	padding: 10.2rem 0 14.2rem;
	background-color: #fff;
}
#main .sec04 {
	padding: 11.8rem 0 11.7rem;
	background: url(/assets/img/index/sec04_bg.png) no-repeat center top/cover;
}
#main .sec04 .content {
	z-index: inherit;
}
#main .sec04 .bgBox {
	padding: 0 10rem 5.4rem;
	border-radius: 1.6rem;
	background: rgba(255, 255, 255, 0.80);
}
#main .sec04 .bgBox .subBox {
	position: relative;
	z-index: 4;
}
#main .sec04 h2 {
	margin-bottom: 2.1rem;
	text-align: center;
	transform: translateY(-1.7rem);
}
#main .sec04 h2 img {
	width: 20.3rem;
}
#main .sec04 .midTxt {
	margin-bottom: 4.1rem;
	color: #1B1B1C;
	font-size: 2.4rem;
	line-height: 1.88;
	letter-spacing: 0.096rem;
	text-align: center;
}
#main .sec04 .imgBox:not(:last-child) {
	margin-bottom: 3.7rem;
}
#main .sec04 .imgBox .txtBox {
	padding: 0.2rem 2rem 0 10.5rem;
	flex: 1;
	position: relative;
}
#main .sec04 .imgBox .txtBox .ico {
	position: absolute;
	left: 2.2rem;
	top: 1.1rem;
	width: 6.7rem;
}
#main .sec04 .imgBox .txtBox h3 {
	margin-bottom: 1.3rem;
}
#main .sec04 .imgBox .txtBox h3 {
	color: #1B1B1C;
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: 500;
	letter-spacing: 0.072rem;
}
#main .sec04 .imgBox .txtBox h3 .large {
	padding-bottom: 0.2rem;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.096rem;
	border-bottom: 2px solid #2563EB;
}
#main .sec04 .imgBox .txtBox p {
	color: #1B1B1C;
	font-size: 1.8rem;
	line-height: 1.66;
	letter-spacing: 0.072rem;
}
#main .sec04 .imgBox .phoBox {
	width: 30.6rem;
}
#main .sec04 .imgBox .phoBox img {
	width: 100%;
	border-radius: 1.6rem;
}
#main .sec05 {
	padding: 10.2rem 0 13.5rem;
	background: #F0F0F0;
}
#main .sec05 h2 {
	margin-bottom: 7.2rem;
}
#main .sec05 .caseList {
	gap: 3.1rem;
}
#main .sec05 .caseList li {
	width: calc((100% - 6.2rem)/3);
}
#main .sec05 .caseList .pho {
	margin-bottom: 1.5rem;
}
#main .sec05 .caseList .pho img {
	width: 100%;
	border-radius: 1.6rem;
}
#main .sec05 .caseList h3 {
	margin-bottom: 1.6rem;
	color: #000;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.088rem;
}
#main .sec05 .caseList p {
	color: #000;
	line-height: 1.75;
	letter-spacing: 0.064rem;
}
#main .sec05 .caseList .txt01 {
	margin-bottom: 0.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: 0.072rem;
}
#main .sec06 {
	padding: 10.2rem 0 15rem;
	background: #E9E9E9;
}
#main .sec06 h2 {
	margin-bottom: 4.2rem;
}
#main .sec06 .flow {
	margin: 0 1.3rem;
	gap: 0 2.6rem;
}
#main .sec06 .flow li {
	min-height: 20.3rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	width: calc((100% - 10.4rem)/5);
	border-radius: 10.15rem;
	background: #FFF;
	border-radius: 50%;
}
#main .sec06 .flow li:not(:last-child):after {
	margin-top: -1.6rem;
	position: absolute;
	right: -2rem;
	top: 50%;
	width: 1.1rem;
	height: 4.8rem;
	background: url(/assets/img/index/arrow02.png) no-repeat left top/100%;
	content: "";
}
#main .sec06 .flow .listImg {
	margin: 0 auto 0.7rem;
	width: 5.5rem;
}
#main .sec06 .flow p {
	width: 100%;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.072rem;
	text-align: center;
}
#main .contact {
	padding-bottom: 19rem;
	position: relative;
	z-index: 4;
	background: #F6F6F6;
}
#main .contact .content {
	max-width: 109.3rem;
}
#main .contact .bgBox {
	margin-bottom: -9.6rem;
	padding: 8.7rem 0 18rem;
	background: url(/assets/img/index/contact_photo.jpg) no-repeat center bottom/cover;
}
#main .contact .bgBox h2 {
	margin-bottom: 1.8rem;
	color: #333;
	font-weight: 600;
	letter-spacing: 0.36rem;
}
#main .contact .bgBox .midTxt {
	margin-bottom: 7.3rem;
	font-weight: 700;
	letter-spacing: 0.16rem;
	text-align: center;
}
#main .contact .bgBox .checkList {
	gap: 3rem;
}
#main .contact .bgBox .checkList li {
	width: calc((100% - 6rem)/3);
	min-height: 14rem;
	font-weight: 700;
	line-height: 1.55;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	border-radius: 1.6rem;
	border: 1px solid #333;
	background: #FFF;
}
#main .contact .bgBox .checkList li:before {
	position: absolute;
	left: 50%;
	aspect-ratio: 1/1;
	width: 3.4rem;
	top: -1.5rem;
	transform: translateX(-50%);
	background: url(/assets/img/common/icon01.png) no-repeat left top/100%;
	content: "";
}
#main .contact .bgWhite {
	padding: 8.5rem 11.7rem 7.5rem;
	background-color: #fff;
}
#main .contact .bgWhite .midTxt {
	margin-bottom: 2.5rem;
	letter-spacing: 0.064rem;
	line-height: 1.75;
	text-align: center;
}
#main .contact .bgWhite table {
	margin-bottom: 3rem;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px dashed #CCC;
}
#main .contact .bgWhite th,
#main .contact .bgWhite td {
	padding: 1.15rem 0.4rem;
	text-align: left;
	vertical-align: top;
	border-top: 1px dashed #CCC;
}
#main .contact .bgWhite th {
	padding: 1.5rem 0 1.5rem 0;
	position: relative;
	width: 31.2%;
	font-weight: 400;
}
#main .contact .bgWhite th .required {
	position: absolute;
	padding: 0.3rem 0.389rem 0.3rem 0.391rem;
	right: 2rem;
	top: 1.8rem;
	color: #fff;
	font-size: 1.28rem;
	line-height: 1;
	border-radius: 0.3rem;
	background: #B00000;
}
#main .contact .bgWhite th .notes {
	margin-top: 0.3rem;
	display: block;
	font-size: 1.2rem;
}
#main .contact td input[type="text"], #main .contact td input[type="tel"], #main .contact td input[type="email"], #main .contact td textarea {
	padding: 1rem;
	width: 100%;
	height: 3.4rem;
	color: #333;
	font-size: 1.6rem;
	border-radius: 0.3rem;
	border: 1px solid #CCC;
	background: #F0F1F2;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
#main .contact input[type="checkbox"] {
	display: none;
}
#main .contact input[type="checkbox"] ~ span {
	display: inline-block;
	padding-left: 2rem;
	cursor: pointer;
	background: url(/assets/img/common/check_bg.png) no-repeat left 0.6rem/1.5rem;
}
#main .contact input[type="checkbox"]:checked ~ span {
	background-image: url(/assets/img/common/check_on_bg.png);
}
#main .contact .checkUl {
	padding: 0.2rem 0;
}
#main .contact .checkUl li:not(:last-child) {
	margin-bottom: 0.9rem;
}
#main .contact td textarea {
	height: 18.7rem;
}
#main .contact .bgWhite .linkList {
	margin-bottom: 7.6rem;
}
#main .contact .bgWhite .linkList li:not(:last-child) {
	margin-bottom: 0.4rem;
}
#main .contact .bgWhite .linkList a {
	padding-right: 3.6rem;
	display: inline-block;
	color: #3E55FF;
	font-size: 1.6rem;
	line-height: 1.6;
	background: url(/assets/img/common/icon02.png) no-repeat right 0.3rem/2.2rem;
}
#main .contact .bgWhite .linkList a:hover {
	opacity: 0.7;
}
#main .contact .bgWhite .submit input {
	width: 100%;
	height: 7.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0.6rem;
	border: none;
	background: #3E55FF;
	transition: .3s;
}
#main .contact .errorTxt {
    text-align: left;
    color: #ff3d71;
    margin-top: 0.5rem;
}
.grecaptcha-badge {
	z-index: 100;
}
@media all and (min-width: 897px) {
	#main .contact .bgWhite .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main {
		overflow: hidden;
	}
	#main .fixImg {
		width: 51rem;
	}
	#main .mainVisual {
		padding-bottom: 3.8rem;
		background-image: url(/assets/img/index/mv_bg_sp.jpg);
		background-size: 100%;
	}
	#main .mainVisual .movie {
		top: -2rem;
		max-width: 70rem;
	}
	#main .mainVisual .movie video {
		width: 240%;
		margin: 0 -70%;
	}
	#main .mainVisual .mainImg {
		margin-bottom: 2.6rem;
		width: auto;
	}
	#main .mainVisual .content {
		margin: 0 3.2rem;
		display: block;
	}
	#main .mainVisual .txtBox {
		margin-bottom: 2.4rem;
	}
	#main .mainVisual p {
		margin-right: -1.5rem;
		font-size: 1.6rem;
		line-height: 1.8;
	}
	#main .mainVisual .ttl {
		margin-bottom: 1.1rem;
		width: 27.5rem;
	}
	#main .mainVisual .comBtn {
		margin: 0 auto;
	}
	#main .sec01 {
		padding: 6.2rem 0 6rem;
	}
	#main .sec01 h2 {
		margin-bottom: 2.6rem;
		font-size: 1.8rem;
		letter-spacing: 0.073rem;
	}
	#main .sec01 .listUl {
		gap: 0.8rem 0.7rem;
	}
	#main .sec01 .listUl li {
		padding: 1.7rem 0.5rem 0.9rem;
		width: calc((100% - 0.7rem)/2);
		border-radius: 0.8rem;
	}
	#main .sec01 .listUl .listImg {
		margin-bottom: 1.5rem;
		width: 4.8rem;
	}
	#main .sec01 .listUl p {
		font-size: 1.4rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
	#main .sec02 {
		padding: 0;
		background: none;
	}
	#main .sec02:before {
		top: 0.7rem;
		width: 5rem;
		height: 1.6rem;
		z-index: 5;
	}
	#main .sec02 .content {
		margin: 0;
	}
	#main .sec02 .txtBox {
		max-width: inherit;
		padding: 6.8rem 2rem 5.1rem;
		border-radius: 0;
		background: rgba(255, 255, 255, 1);
	}
	#main .sec02 h2 {
		margin-bottom: 1.6rem;
		font-size: 2.2rem;
		font-weight: 500;
		line-height: 1.27;
		letter-spacing: 0.038rem;
	}
	#main .sec02 p {
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 1.7;
		letter-spacing: 0;
	}
	#main .sec02 .photo img {
		width: 100%;
	}
	#main .sec03 {
		padding: 4.8rem 0 6rem;
	}
	#main .sec03 .midImg img {
		width: 100%;
	}
	#main .sec04 {
		padding: 7.4rem 0 5.4rem;
		background-image: url(/assets/img/index/sec04_bg_sp.png);
	}
	#main .sec04 .bgBox {
		padding: 0 1.5rem 3.6rem;
		border-radius: 0.4rem;
	}
	#main .sec04 h2 {
		margin-bottom: 3.1rem;
		transform: translateY(-1.2rem);
	}
	#main .sec04 h2 img {
		width: 13.4rem;
	}
	#main .sec04 .midTxt {
		margin-bottom: 4.5rem;
		font-size: 1.6rem;
		line-height: 1.65;
		letter-spacing: 0.064rem;
	}
	#main .sec04 .imgBox:not(:last-child) {
		margin-bottom: 5.6rem;
	}
	#main .sec04 .imgBox .txtBox {
		padding: 2rem 0 0;
		width: 100%;
		flex: inherit;
		order: 2;
	}
	#main .sec04 .imgBox .txtBox .ico {
		position: static;
		width: 3.4rem;
		margin: 0 auto 0.7rem;
	}
	#main .sec04 .imgBox .txtBox .ico03 {
		width: 4rem;
		margin-top: -0.7rem;
	}
	#main .sec04 .imgBox .txtBox h3 {
		margin-bottom: 0.6rem;
		position: relative;
		padding-bottom: 0.8rem;
		font-size: 1.5rem;
		letter-spacing: 0.06rem;
		text-align: center;
	}
	#main .sec04 .imgBox .txtBox h3:after {
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 7.4rem;
		height: 1px;
		transform: translateX(-50%);
		background-color: #2563EB;
		content: "";
	}
	#main .sec04 .imgBox .txtBox h3 .large {
		padding-bottom: 0;
		font-size: 1.8rem;
		letter-spacing: 0.073rem;
		border-bottom: none;
	}
	#main .sec04 .imgBox .txtBox p {
		font-size: 1.6rem;
	}
	#main .sec04 .imgBox .phoBox {
		width: 100%;
		order: 0;
	}
	#main .sec04 .imgBox .phoBox img {
		border-radius: 0.8rem;
	}
	#main .sec05 {
		padding: 6rem 0;
	}
	#main .sec05 h2 {
		margin-bottom: 4rem;
	}
	#main .sec05 .caseList {
		display: block;
	}
	#main .sec05 .caseList li {
		width: auto;
		text-align: center;
	}
	#main .sec05 .caseList li:not(:last-child) {
		margin-bottom: 4.5rem;
	}
	#main .sec05 .caseList .pho {
		margin: 0 auto 1.6rem;
		width: 64.8%;
	}
	#main .sec05 .caseList .pho img {
		border-radius: 0.8rem;
	}
	#main .sec05 .caseList h3 {
		margin-bottom: 0.5rem;
		font-size: 1.6rem;
	}
	#main .sec05 .caseList .txt01 {
		margin-bottom: 1.1rem;
		font-size: 1.5rem;
		font-weight: 400;
		letter-spacing: 0.06rem;
	}
	#main .sec05 .caseList .btn {
		margin: 0 auto;
		width: 1.9rem;
	}
	#main .sec05 .caseList .btn.on {
		display: none;
	}
	#main .sec05 .caseList .txt02 {
		display: none;
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.86;
		letter-spacing: 0.056rem;
	}
	#main .sec06 {
		padding: 6rem 1.5rem;
	}
	#main .sec06 h2 {
		margin-bottom: 2.2rem;
	}
	#main .sec06 .flow {
		margin: 0 1.3rem;
		display: block;
	}
	#main .sec06 .flow li {
		min-height: 5rem;
		width: auto;
		padding: 0.5rem 5.5rem 0.5rem 1.8rem;
		border-radius: 0.8rem;
	}
	#main .sec06 .flow li:not(:last-child) {
		margin-bottom: 2.8rem;
	}
	#main .sec06 .flow li:not(:last-child):after {
		margin: 0 0 0 -1.9rem;
		right: auto;
		left: 50%;
		top: auto;
		bottom: -2rem;
		width: 3.9rem;
		height: 1.2rem;
		background-image: url(/assets/img/index/arrow02_sp.png);
	}
	#main .sec06 .flow .listImg {
		margin: 0;
		width: 4rem;
	}
	#main .sec06 .flow .listImg02 {
		width: 3.9rem;
	}
	#main .sec06 .flow .listImg04 {
		width: 3.7rem;
		margin-left: 0.1rem;
	}
	#main .sec06 .flow .listImg05 {
		margin-left: -0.2rem;
		width: 4.2rem;
	}
	#main .sec06 .flow p {
		width: auto;
		flex: 1;
		color: #333;
		font-size: 1.6rem;
		letter-spacing: 0.064rem;
	}
	#main .contact {
		padding-bottom: 11rem;
	}
	#main .contact .content {
		max-width: 109.3rem;
	}
	#main .contact .bgBox {
		margin-bottom: 0;
		padding: 6.2rem 1.3rem 8.1rem;
		background-image: url(/assets/img/index/contact_photo_sp.png);
	}
	#main .contact .bgBox h2 {
		margin-bottom: 1.2rem;
		letter-spacing: 0.088rem;
	}
	#main .contact .bgBox .midTxt {
		margin-bottom: 2.2rem;
		font-weight: 400;
		letter-spacing: 0.1rem;
	}
	#main .contact .bgBox .checkList {
		display: block;
	}
	#main .contact .bgBox .checkList li {
		padding: 0.5rem 0.5rem 0.5rem 4.9rem;
		width: auto;
		min-height: 5.55rem;
		font-weight: 600;
		line-height: 1.3;
		text-align: left;
		justify-content: flex-start;
		border-radius: 0.8rem;
		border-color: #C0C0C0;
	}
	#main .contact .bgBox .checkList li:not(:last-child) {
		margin-bottom: 0.8rem;
	}
	#main .contact .bgBox .checkList li:before {
		left: 1.5rem;
		width: 2.2rem;
		top: 50%;
		transform: translate(0,-50%);
	}
	#main .contact .bgWhite {
		padding: 3rem 0 0;
		background: none;
	}
	#main .contact .bgWhite .midTxt {
		margin-bottom: 1.5rem;
		letter-spacing: 0;
		line-height: 1.67;
		text-align: left;
	}
	#main .contact .bgWhite table {
		margin-bottom: 1.5rem;
	}
	#main .contact .bgWhite th,
	#main .contact .bgWhite td {
		width: 100%;
		float: left;
		letter-spacing: 0.06rem;
		padding: 0.5rem 0 1.3rem;
	}
	#main .contact .bgWhite th {
		padding: 0.7rem 0 0 4.4rem;
		width: 100%;
	}
	#main .contact .bgWhite th .required {
		padding: 0.3rem 0.3rem;
		right: auto;
		left: 0;
		top: 0.9rem;
	}
	#main .contact .bgWhite th .notes {
		margin: 0 0 0 1rem;
		display: inline-block;
	}
	#main .contact .bgWhite td {
		border-top: none;
	}
	#main .contact td input[type="text"], #main .contact td input[type="tel"], #main .contact td input[type="email"], #main .contact td textarea {
		padding: 0.5rem;
		height: 3rem;
		font-size: 1.5rem;
	}
	#main .contact input[type="checkbox"] ~ span {
		padding-left: 2.2rem;
		line-height: 1.33;
		background-position: left 0.4rem;
		background-size: 1.7rem;
	}
	#main .contact .checkUl {
		padding: 1.2rem 0 0;
	}
	#main .contact .checkUl li:not(:last-child) {
		margin-bottom: 0.8rem;
	}
	#main .contact td textarea {
		height: 14.2rem;
	}
	#main .contact .bgWhite .trStyle th,
	#main .contact .bgWhite .trStyle td {
		padding-top: 1.4rem;
		padding-bottom: 0;
	}
	#main .contact .bgWhite .trStyle th .required {
		top: 1.6rem;
	}
	#main .contact .bgWhite .trStyle td {
		padding: 0.6rem 0 1.9rem;
	}
	#main .contact .bgWhite .linkList {
		margin: 0 0 3rem;
	}
	#main .contact .bgWhite .linkList a {
		padding-right: 2.2rem;
		font-size: 1.4rem;
		background-position: right 0.5rem;
		background-size: 1.6rem;
	}
	#main .contact .bgWhite .submit input {
		height: 6rem;
		font-size: 1.6rem;
	}
	#main .request .errorTxt {
		text-align: left;
		color: #ff3d71;
		margin-top: 0.5rem;
	}
}
