@charset "utf-8";
/*------------------------------------------------------------
	two-minutes
------------------------------------------------------------*/
#main {
	background: url(../img/two-minutes/bg05.png) repeat left top / 4.8rem;
}
#main .fvBox {
	margin-bottom: 7.4rem;
	padding: 18.1rem 2.6rem 10rem 0;
	position: relative;
	border-radius: 0 0 30rem 30rem;
	background: #D80C18;
}
#main .fvBox h2 {
	text-align: center;
}
#main .fvBox h2 img {
	width: 39.8rem;
}
#main .fvBox .img01,
#main .fvBox .img02 {
	width: 20.7rem;
	position: absolute;
	bottom: -19.1rem;
}
#main .fvBox .img01 {
	left: calc(50% - 56.1rem);
}
#main .fvBox .img02 {
	right: calc(50% - 52.8rem);
	bottom: -20.9rem;
}
#main .cTxt {
	margin-bottom: 6.5rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: 3;
	letter-spacing: 0.05em;
}
#main .heading01 {
	margin-bottom: 1.4rem;
	text-align: center;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}
#main .heading01 .ttlInner {
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #000;
	box-decoration-break: clone;
}
#main .heading01 .sm {
	font-size: 2.4rem;
}
#main .heading01 .red {
	color: #D80C18;
	font-weight: 700;
}
#main .secBox {
	margin-bottom: 4rem;
	background: #fff;
	border-radius: 3rem;
}
#main .secBox p {
	text-align: justify;
	line-height: 2;
}
#main .sec01 {
	padding: 8.1rem 10rem 9.1rem 0;
	display: flex;
	justify-content: space-between;
}
#main .sec01 .photo {
	margin-top: 2.6rem;
	width: 45.1rem;
}
#main .sec01 .textBox {
	width: 35rem;
}
#main .sec01 .textBox p {
	margin-bottom: 3.2rem;
}
#main .sec01 .textBox p:last-child {
	margin-bottom: 0;
}
#main .sec02 {
	padding: 8.3rem 10rem 10rem;
}
#main .sec02 .text01 {
	margin-bottom: 6.7rem;
}
#main .sec02 .lineup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 4.7rem 0;
}
#main .sec02 .lineup .item {
	width: 38rem;
	padding: 2.7rem 5rem 5rem;
	position: relative;
	border-radius: 3rem;
	z-index: 1;
}
#main .sec02 .lineup .item::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: inherit;
	border: 1px dotted #000;
	box-sizing: border-box;
	pointer-events: none;
	user-select: none;
	z-index: 2;
}
#main .sec02 .lineup .item01 p,
#main .sec02 .lineup .item02 p {
	text-shadow: 0.1rem 0.1rem 0 #fff, 0.1rem 0.1rem 0 #fff, 0.1rem 0.1rem 0 #fff, 0.1rem 0.1rem 0 #fff;
}
#main .sec02 .lineup .ttl {
	margin-bottom: 1.2rem;
	position: relative;
	text-align: center;
	color: #D80C18;
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	z-index: 2;
}
#main .sec02 .lineup .ttl .num {
	padding: 0.5rem 1.5rem;
	width: fit-content;
	position: absolute;
	left: 50%;
	top: -4.2rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.46;
	letter-spacing: 0.15em;
	border-radius: 5rem;
	background: #D80C18;
	transform: translateX(-50%);
}
#main .sec02 .lineup .item .txtBox {
	margin-bottom: 3.2rem;
}
#main .sec02 .lineup .photo img {
	width: 100%;
	border-radius: 2rem;
}
#main .sec02 .lineup .photo01 img {
	border-radius: 0;
}
#main .sec02 .lineup .item .bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
#main .sec02 .lineup .item03 {
	padding: 3.6rem 0 5rem;
	width: 100%;
}
#main .sec02 .lineup .item03 .ttl {
	margin-bottom: 3.8rem;
}
#main .sec02 .lineup .item03 .ttl .num {
	top: -5.1rem;
}
#main .sec02 .lineup .item03 .imgList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 3rem 0;
}
#main .sec02 .lineup .item03 .imgList li {
	width: 50%;
	position: relative;
	z-index: 1;
}
#main .sec02 .lineup .item03 .imgList li:nth-child(2n)::before {
	content: '';
	width: 1px;
	height: calc(100% - 4rem);
	position: absolute;
	left: 0;
	top: 0;
	border-left: 1px dotted #000;
	box-sizing: border-box;
}
#main .sec02 .lineup .item03 .imgList li .bg {
	width: 40rem;
	position: absolute;
	left: 0;
	top: -11rem;
	z-index: -1;
}
#main .sec02 .lineup .item03 .imgList .sub02 .bg {
	left: auto;
	right: 0;
}
#main .sec02 .lineup .item03 .imgList li .innerBox {
	margin: 0 4rem 0 5rem;
	padding-bottom: 4rem;
	border-bottom: 1px dotted #000;
}
#main .sec02 .lineup .item03 .imgList .sub02 .innerBox {
	margin: 0 5rem 0 4rem;
}
#main .sec02 .lineup .item03 .imgList li .subTtl {
	margin-bottom: 1.3rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .sec02 .lineup .item03 .imgList .sub01 .subTtl,
#main .sec02 .lineup .item03 .imgList .sub02 .subTtl {
	text-shadow: 0.1rem 0.1rem 0 #fff, 0.1rem 0.1rem 0 #fff, 0.1rem 0.1rem 0 #fff, 0.1rem 0.1rem 0 #fff;
}
#main .sec02 .lineup .item03 .imgList .sub01 .text,
#main .sec02 .lineup .item03 .imgList .sub02 .text {
	text-shadow: 0.1rem 0.1rem 0 #fff, 0.1rem 0.1rem 0 #fff, 0.1rem 0.1rem 0 #fff, 0.1rem 0.1rem 0 #fff;
}
#main .sec02 .lineup .item03 .imgList .txtBox {
	margin-bottom: 2.2rem;
}
#main .sec02 .lineup .item03 .imgList .sub03 .innerBox {
	border-bottom: none;
	padding-bottom: 0;
}
#main .sec02 .lineup .item03 .imgList .sub03 .txtBox {
	margin-bottom: 3.1rem;
}
#main .sec02 .lineup .item03 .img {
	width: 45.2rem;
	position: absolute;
	right: -5.5rem;
	bottom: -10rem;
	z-index: 2;
}
#main .sec03 {
	padding: 7.1rem 10rem 10rem;
}
#main .sec03 .imgBox {
	margin-bottom: 4.9rem;
	display: flex;
	justify-content: space-between;
}
#main .sec03 .imgBox:last-child {
	margin-bottom: 0;
}
#main .sec03 .imgBox .textBox {
	width: 35rem;
	order: 1;
}
#main .sec03 .imgBox .textBox .heading01 {
	margin-bottom: 1.6rem;
}
#main .sec03 .imgBox .photoBox {
	width: 39rem;
}
#main .sec03 .imgBox .photoBox01 {
	margin: -1.1rem 0 0 -10rem;
	width: 44.8rem;
}
#main .sec03 .imgBox .photoBox02 {
	margin: 0.7rem 0.2rem 1.5rem 0;
	width: 38.4rem;
	order: 2;
}
#main .sec03 .imgBox .photoBox03 {
	margin: 1.8rem 0 0;
}
#main .sec03 .imgBox .photoBox03 img {
	width: 100%;
	border-radius: 2rem;
}
#main .sec04 {
	margin-bottom: 10rem;
	padding-bottom: 8.7rem;
}
#main .sec04 .txtList li {
	padding-left: 1.5em;
	position: relative;
	line-height: 1.75;
}
#main .sec04 .txtList li::before {
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 100%;
	background: currentColor;
	position: absolute;
	left: 1rem;
	top: 0.87em;
	content: '';
}
#main .sec04 .imgBox01 {
	margin: 0 8.2rem 5.6rem 10rem;
	display: flex;
	justify-content: space-between;
}
#main .sec04 .imgBox01 .photoBox {
	margin-top: -1rem;
	width: 39.8rem;
	order: 1;
}
#main .sec04 .imgBox01 .textBox {
	padding-top: 10.2rem;
	width: 35.2rem;
}
#main .sec04 .imgBox01 .textBox .heading01 {
	margin-bottom: 1.9rem;
}
#main .sec04 .imgBox01 .textBox .areaBox {
	margin-right: -3rem;
	display: flex;
	justify-content: space-between;
}
#main .sec04 .imgBox01 .textBox .areaBox .txtList {
	width: 46.4%;
}
#main .sec04 .imgBox02 {
	margin: 0 10rem 5.4rem;
}
#main .sec04 .imgBox02 .photoBox {
	width: 35.2rem;
}
#main .sec04 .imgBox02 .photoBox .heading01 {
	margin-bottom: 2.5rem;
}
#main .sec04 .imgBox02 .photoBox .pho {
	width: 29rem;
	margin: 0 auto;
}
#main .sec04 .imgBox02 .photoBox .pho img {
	width: 100%;
	border-radius: 100%;
}
#main .sec04 .imgBox02 .textBox {
	margin-top: 4.4rem;
	width: 36rem;
}
#main .sec04 .imgBox02 .textBox .ttl {
	margin-bottom: 0.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.55;
}
#main .sec04 .imgBox02 .textBox .txtList {
	margin-bottom: 1.7rem;
}
#main .sec04 .imgBox02 .textBox .text {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.75;
}
#main .sec04 .imgBox03 {
	margin-right: 13.5rem;
}
#main .sec04 .imgBox03 .textBox {
	width: 39rem;
	order: 1;
}
#main .sec04 .imgBox03 .textBox .heading01 {
	margin-bottom: 2.6rem;
}
#main .sec04 .imgBox03 .textBox .pho {
	text-align: center;
	margin-left: 4.8rem;
}
#main .sec04 .imgBox03 .textBox .pho img {
	width: 27rem;
}
#main .sec04 .imgBox03 .photoBox {
	margin-top: 2.6rem;
	width: 44rem;
}
#main .sec04 .imgBox03 .photoBox img {
	width: 100%;
}
#main .imgBox .btn {
	padding-top: 3.5rem;
}
#main .imgBox .btn a {
	padding: 0.5rem 4rem 0.5rem 1.9rem;
	width: 27rem;
	max-width: 100%;
	min-height: 4rem;
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	border-radius: 4rem;
	border: 0.1rem solid #000;
	background: url(../img/common/icon02.png) no-repeat right 1.9rem center / 1.4rem;
	position: relative;
	z-index: 1;
}
#main .imgBox .btn a:hover {
		color: #fff;
		background-color: #000;
		background-image: url(../img/common/icon03.png);
	}

@media all and (max-width: 896px) {
	#main .fvBox {
		margin-bottom: 2.9rem;
		padding: 8rem 1.9rem 8rem 0;
		border-radius: 0 0 10rem 10rem;
	}
	#main .fvBox h2 img {
		width: 21rem;
	}
	#main .fvBox .img01,
	#main .fvBox .img02 {
		width: 7.45rem;
		bottom: -1.9rem;
	}
	#main .fvBox .img01 {
		left: 0.7rem;
	}
	#main .fvBox .img02 {
		width: 7.5rem;
		right: 0.9rem;
		bottom: -2.6rem;
	}
	#main .headLine01 {
		margin: 0 -2rem 7.8rem;
		line-height: 1.2;
	}
	#main .headLine01::after {
		bottom: -4.1rem;
	}
	#main .cTxt {
		margin-bottom: 4.3rem;
		text-align: justify;
		font-size: 1.5rem;
		line-height: 2;
	}
	#main .heading01 {
		margin-bottom: 1.6rem;
		font-size: 2.1rem;
	}
	#main .heading01 .ttlInner {
		padding-bottom: 0.1rem;
	}
	#main .heading01 .sm {
		font-size: 1.68rem;
	}
	#main .secBox {
		margin-bottom: 2rem;
		border-radius: 1.5rem;
	}
	#main .sec01 {
		padding: 5.1rem 0 4.1rem;
		display: block;
	}
	#main .sec01 .photo {
		margin: 0 0 3rem;
		width: 77.6%;
	}
	#main .sec01 .photo img {
		width: 100%;
	}
	#main .sec01 .textBox {
		margin: 0 3rem;
		width: auto;
	}
	#main .sec01 .textBox p {
		margin-bottom: 1.3rem;
	}
	#main .sec01 .textBox p:last-child {
		margin-bottom: 0;
	}
	#main .sec02 {
		margin-bottom: 1.7rem;
		padding: 4rem 3rem 5rem;
	}
	#main .sec02 .text01 {
		margin-bottom: 3.5rem;
	}
	#main .sec02 .lineup {
		display: block;
	}
	#main .sec02 .lineup .item {
		margin-bottom: 3.4rem;
		width: auto;
		padding: 2.6rem 3rem 3rem;
		border-radius: 1.5rem;
	}
	#main .sec02 .lineup .ttl {
		margin-bottom: 0.7rem;
		font-size: 1.8rem;
	}
	#main .sec02 .lineup .ttl .num {
		padding: 0.4rem 1.2rem;
		top: -3.8rem;
		font-size: 1.12rem;
	}
	#main .sec02 .lineup .item .txtBox {
		margin-bottom: 2.4rem;
	}
	#main .sec02 .lineup .photo img {
		border-radius: 1rem;
	}
	#main .sec02 .lineup .item .bg {
		height: 100%;
	}
	#main .sec02 .lineup .item .bg img {
		width: 100%;
		max-height: 100%;
		object-fit: cover;
	}
	#main .sec02 .lineup .item03 {
		margin-bottom: 0;
		padding: 2.4rem 3rem 0.1rem;
		width: auto;
	}
	#main .sec02 .lineup .item03 .ttl {
		margin-bottom: 2.6rem;
	}
	#main .sec02 .lineup .item03 .ttl .num {
		top: -3.6rem;
	}
	#main .sec02 .lineup .item03 .imgList {
		margin-bottom: 1.4rem;
		display: block;
	}
	#main .sec02 .lineup .item03 .imgList li {
		width: auto;
	}
	#main .sec02 .lineup .item03 .imgList li:nth-child(2n)::before {
		display: none;
	}
	#main .sec02 .lineup .item03 .imgList li .bg {
		width: auto;
		top: -4.9rem;
		right: -3rem;
		left: -3rem;
	}
	#main .sec02 .lineup .item03 .imgList .sub02 .bg {
		right: -3rem;
		left: -3rem;
		top: -1.9rem;
	}
	#main .sec02 .lineup .item03 .imgList li .innerBox {
		margin: 0 0 2rem;
		padding-bottom: 3rem;
	}
	#main .sec02 .lineup .item03 .imgList .sub02 .innerBox {
		margin: 0;
	}
	#main .sec02 .lineup .item03 .imgList li .subTtl {
		margin-bottom: 1.4rem;
		font-size: 1.6rem;
	}
	#main .sec02 .lineup .item03 .imgList .txtBox {
		margin-bottom: 1.5rem;
	}
	#main .sec02 .lineup .item03 .imgList .sub02 {
		padding-bottom: 2rem;
	}
	#main .sec02 .lineup .item03 .imgList .sub02 .txtBox {
		margin-bottom: 2.3rem;
	}
	#main .sec02 .lineup .item03 .imgList .sub03 .txtBox {
		margin-bottom: 2.3rem;
	}
	#main .sec02 .lineup .item03 .imgList li .photo {
		margin: 0 0.6rem;
	}
	#main .sec02 .lineup .item03 .imgList .sub03 .innerBox {
		margin-bottom: 0;
	}
	#main .sec02 .lineup .item03 .imgList .sub03 .photo {
		margin: 0;
	}
	#main .sec02 .lineup .item03 .img {
		margin: 0 -4.5rem -5.1rem 0.3rem;
		width: auto;
		position: relative;
		right: auto;
		bottom: auto;
		z-index: 3;
	}
	#main .sec02 .lineup .item03 .img img {
		width: 100%;
	}
	#main .sec03 {
		padding: 4rem 3rem 5rem;
	}
	#main .sec03 .imgBox {
		margin-bottom: 2.4rem;
		display: block;
	}
	#main .sec03 .imgBox:last-child {
		margin-bottom: 0;
	}
	#main .sec03 .imgBox .textBox {
		margin-bottom: 3.1rem;
		width: auto;
	}
	#main .sec03 .imgBox .textBox .heading01 {
		margin-bottom: 1.9rem;
	}
	#main .sec03 .imgBox .photoBox {
		width: auto;
	}
	#main .sec03 .imgBox .photoBox01 {
		margin: 0 0 0 -3rem;
		width: 92.58%;
	}
	#main .sec03 .imgBox .photoBox01 img {
		width: 100%;
	}
	#main .sec03 .imgBox .photoBox02 {
		margin: -0.9rem 0 3rem;
		width: auto;
		text-align: center;
		margin-top: 2rem;
	}
	#main .sec03 .imgBox .photoBox03 {
		margin: -0.8rem 0 0;
	}
	#main .sec03 .imgBox .photoBox03 img {
		border-radius: 1rem;
	}
	#main .sec04 {
		margin-bottom: 5rem;
		padding: 3rem 2rem 1.2rem;
	}
	#main .sec04 .txtList li {
		line-height: 1.72;
	}
	#main .sec04 .txtList li::before {
		left: 0.6em;
		top: 0.87em;
	}
	#main .sec04 .imgBox01 {
		margin: 0 0 2.6rem;
		display: block;
	}
	#main .sec04 .imgBox01 .photoBox {
		margin: -4.1rem 3.2rem 1.7rem 3.9rem;
		width: auto;
		text-align: center;
	}
	#main .sec04 .imgBox01 .textBox {
		padding-top: 0;
		width: auto;
	}
	#main .sec04 .imgBox01 .textBox .heading01 {
		margin-bottom: 2.1rem;
	}
	#main .sec04 .imgBox01 .textBox .areaBox {
		margin-right: 0;
	}
	#main .sec04 .imgBox01 .textBox .areaBox .txtList {
		width: 54%;
	}
	#main .sec04 .imgBox01 .textBox .areaBox .txtList:nth-child(2n) {
		width: 44%;
	}
	#main .sec04 .imgBox02 {
		margin: 0 0 2.9rem;
		display: block;
	}
	#main .sec04 .imgBox02 .photoBox {
		margin-bottom: 2.3rem;
		width: auto;
	}
	#main .sec04 .imgBox02 .photoBox .heading01 {
		margin-bottom: 2.7rem;
	}
	#main .sec04 .imgBox02 .photoBox .pho {
		width: 56%;
	}
	#main .sec04 .imgBox02 .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .sec04 .imgBox02 .textBox .ttl {
		margin: 0 0 0.9rem;
		font-size: 1.6rem;
	}
	#main .sec04 .imgBox02 .textBox .txtList {
		margin-bottom: 1.8rem;
	}
	#main .sec04 .imgBox02 .textBox .text {
		line-height: 1.72;
	}
	#main .sec04 .imgBox03 {
		margin: 0;
		display: block;
	}
	#main .sec04 .imgBox03 .textBox {
		margin-bottom: 2.8rem;
		width: auto;
	}
	#main .sec04 .imgBox03 .textBox .pho {
		margin-left: 3.4rem;
	}
	#main .sec04 .imgBox03 .textBox .pho img {
		width: 69.2%;
		max-width: 38.2rem;
	}
	#main .sec04 .imgBox03 .photoBox {
		margin: 0 0 0 -2rem;
		width: calc(50% + 10.9rem);
	}
}