@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	padding: 2rem 0 5.3rem;
}
#main .mainVisual .mainImg {
	margin: 0 auto;
	padding-left: 21.2rem;
	max-width: 105.5rem;
	box-sizing: content-box;
}
#main .topBox {
	margin: 0 auto 6.3rem;
	max-width: 87rem;
}
#main .topBox .hTitle {
	margin: 0 auto 2.2rem;
	padding-right: 0.2rem;
	width: 27.3rem;
	box-sizing: content-box;
}
#main .topBox .photoList {
	gap: 2.3rem;
}
#main .topBox .photoList li {
	width: 20rem;
}
#main .topBox .photoList li a {
	display: block;
}
#main .topBox .photoList li a:hover {
	opacity: 0.7;
}
#main .topBox .photoList li .photo {
	margin-bottom: 0.3rem;
	position: relative;
	aspect-ratio: 1 / 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
#main .topBox .photoList li .photo::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	content: '';
	z-index: -1;
}
#main .topBox .photoList li .photo::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.2rem;
	width: 1.4rem;
	height: 1.8rem;
	background: #004098;
	clip-path: polygon(0 0,100% 50%,0 100%);
	content: '';
}
#main .topBox .photoList li .photo img {
	height: 19.3rem;
}
#main .topBox .photoList li .text {
	color: #231815;
	font-weight: 700;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: -0.05em;
}
#main .scan {
	margin-bottom: 3.8rem;
}
#main .scan .inner {
	padding: 5.7rem 5rem 5rem;
	background: #004098;
	border-radius: 1.5rem;
}
#main .scan .inner .hTitle {
	margin: 0 auto 3.9rem;
	width: 69.4rem;
}
#main .scan .inner .stepList {
	margin: 0 auto 4.3rem;
	width: 80.5rem;
	gap: 2rem;
}
#main .scan .inner .stepList li {
	width: calc((100% - 4rem) / 3);
}
#main .scan .inner .stepList li .enImg {
	margin: 0 auto 1rem;
	width: fit-content;
}
#main .scan .inner .stepList li .enImg img {
	height: 2.8rem;
}
#main .scan .inner .stepList li .photo {
	margin: 0 auto 2.3rem;
	width: 20rem;
	position: relative;
}
#main .scan .inner .stepList li .photo::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -6.2rem;
	width: 4.9rem;
	height: 5rem;
	background: url(../img/common/icon02.png) no-repeat left top / 100%;
	content: '';
}
#main .scan .inner .stepList li:last-child .photo::before {
	display: none;
}
#main .scan .inner .stepList li .text {
	color: #FFF;
	font-size: 1.7rem;
	text-align: center;
}
#main .scan .subInner h3 {
	margin-bottom: 2rem;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .scan .subInner .subBox {
	padding: 5.9rem 3.2rem 5.3rem;
	background: #FFF;
	border-radius: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .scan .subInner .subBox .lBox {
	width: calc(100% - 40rem);
}
#main .scan .subInner .subBox .lBox .photo {
	margin: -1.1rem 0 0 1.6rem;
	width: 33.1rem;
}
#main .scan .subInner .subBox .lBox .textList {
	padding: 1rem 0 0 2.1rem;
}
#main .scan .subInner .subBox .lBox .textList li {
	margin-bottom: 1.8rem;
	padding: 0.5rem 0 0.5rem 4.7rem;
	color: #000;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	background: url(../img/common/icon01.png) no-repeat left top 0.5rem / 3.2rem;
}
#main .scan .subInner .subBox .lBox .textList li small {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
}
#main .scan .subInner .subBox .textImg {
	width: 36.6rem;
}
#main .guideline {
	margin-bottom: 4.9rem;
}
#main .guideline .inner {
	padding: 2.9rem 0 5.7rem;
	background: #FFF;
	border-radius: 1.5rem;
	border: 0.2rem solid #004098;
}
#main .terms {
	margin: 12.7rem 0 3.6rem;
}
#main .terms .inner {
	padding: 3rem 0 6.5rem;
	border-radius: 1.5rem;
	background: #FFF;
}
#main .terms .inner .subBox {
	margin: 0 auto 3.4rem;
	width: 80.2rem;
}
#main .terms .inner .subBox .headLine01 {
	margin-bottom: 3rem;
}
#main .terms .inner .subBox .topText {
	line-height: 1.78;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding: 0 0 3.2rem;
		overflow: hidden;
	}
	#main .mainVisual .mainImg {
		margin: -1.2rem -0.5rem 0 0.3rem;
		padding-left: 0;
		max-width: inherit;
		box-sizing: content-box;
	}
	#main .mainVisual .mainImg img {
		width: 100%;
	}
	#main .topBox {
		margin: 0 auto 2.7rem;
		max-width: inherit;
	}
	#main .topBox .hTitle {
		margin: 0 auto 1.6rem;
		padding-right: 0.2rem;
		width: 18rem;
	}
	#main .topBox .photoList {
		margin: 0 auto;
		padding: 0 1.2rem;
		max-width: 32rem;
		gap: 3.2rem 1.5rem;
	}
	#main .topBox .photoList li {
		width: calc((100% - 1.5rem) / 2);
	}
	#main .topBox .photoList li .photo {
		margin-bottom: 0.2rem;
	}
	#main .topBox .photoList li .photo::after {
		right: 0.8rem;
		width: 1rem;
		height: 1.3rem;
	}
	#main .topBox .photoList li .photo img {
		height: 12.6rem;
	}
	#main .topBox .photoList li .text {
		font-size: 1.2rem;
	}
	#main .scan {
		margin-bottom: 2.2rem;
	}
	#main .scan .inner {
		padding: 3rem 1.2rem 1.2rem;
		border-radius: 0.8rem;
	}
	#main .scan .inner .hTitle {
		margin: 0 auto 4.1rem;
		width: 23.6rem;
	}
	#main .scan .inner .stepList {
		margin: 0 auto 0.2rem;
		width: auto;
		max-width: 27.6rem;
		display: block;
	}
	#main .scan .inner .stepList li {
		padding-bottom: 4.3rem;
		width: auto;
		position: relative;
	}
	#main .scan .inner .stepList li::before {
		position: absolute;
		bottom: 1rem;
		left: 50%;
		transform: translateX(-50%);
		width: 2.5rem;
		height: 2.5rem;
		background: url(../img/common/icon02_sp.png) no-repeat left top / 100%;
		content: '';
	}
	#main .scan .inner .stepList li:last-child::before {
		display: none;
	}
	#main .scan .inner .stepList li .enImg {
		margin: 0;
		width: fit-content;
		position: absolute;
		top: 4.1rem;
		left: 3.3rem;
	}
	#main .scan .inner .stepList li .enImg img {
		height: 1.8rem;
	}
	#main .scan .inner .stepList li .photo {
		margin: 0 auto 0.7rem;
		width: 10rem;
	}
	#main .scan .inner .stepList li .photo::before {
		display: none;
	}
	#main .scan .inner .stepList li:last-child .photo::before {
		display: none;
	}
	#main .scan .inner .stepList li .text {
		font-size: 1.2rem;
		line-height: 1.46;
	}
	#main .scan .subInner h3 {
		margin-bottom: 0.8rem;
		font-size: 1.5rem;
	}
	#main .scan .subInner .subBox {
		padding: 1.5rem 2.1rem 2rem;
		border-radius: 0.5rem;
		display: block;
	}
	#main .scan .subInner .subBox .lBox {
		margin-bottom: 4.8rem;
		width: auto;
	}
	#main .scan .subInner .subBox .lBox .photo {
		margin: -0.5rem 1.5rem 0 0.1rem;
		width: auto;
	}
	#main .scan .subInner .subBox .lBox .photo img {
		width: 100%;
	}
	#main .scan .subInner .subBox .lBox .textList {
		padding: 0;
	}
	#main .scan .subInner .subBox .lBox .textList li {
		margin: 0 -2rem 0.8rem 0;
		padding: 0.5rem 0 0.5rem 2.8rem;
		font-size: 1.25rem;
		background: url(../img/common/icon01.png) no-repeat left top 0.5rem / 2.1rem;
	}
	#main .scan .subInner .subBox .lBox .textList li small {
		font-size: 0.8rem;
	}
	#main .scan .subInner .subBox .textImg {
		margin: 0 0.2rem 0 -0.8rem;
		width: auto;
	}
	#main .scan .subInner .subBox .textImg img {
		width: 100%;
	}
	#main .guideline {
		margin-bottom: 2.7rem;
	}
	#main .guideline .inner {
		padding: 1.2rem 1.5rem 2.5rem;
		border-radius: 0.8rem;
		border: 0.1rem solid #004098;
	}
	#main .terms {
		margin: 4.1rem 0 3.6rem;
	}
	#main .terms .inner {
		padding: 1.5rem 1.5rem 3rem;
		border-radius: 0.8rem;
	}
	#main .terms .inner .subBox {
		margin: 0 0 0.9rem;
		width: auto;
	}
	#main .terms .inner .subBox .headLine01 {
		margin-bottom: 2rem;
	}
	#main .terms .inner .subBox .topText {
		font-size: 1.2rem;
	}
}