@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.mv340 {
    background: url(../img/introduction/mv.jpg) no-repeat top center / cover;
}

#box-01 {
	
	padding: 12rem 0;
}

#box-01 .item .q {
	font-size: min(2.8vw, 3.6rem);
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: var(--primary-color);
	text-underline-offset: 30px;
	text-decoration-style: dashed;
	margin-bottom: 4rem;
}

#box-01 .item .q::before {
	content: 'Q. ';
	font-family: 'Barlow', sans-serif;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	color: var(--primary-color);
}

#box-01 .item-01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 9rem;
}

#box-01 .item-01 .txt {
	width: 40%;
}

#box-01 .item-01 .img {
	width: 57.42%;
}

#box-01 .item-02 .q {
	text-align: center;
}

#box-01 .item-02 .txt {
	margin-bottom: 5rem;
}

#box-01 .item-02 .img figure {
	text-align: center;
}

#box-02 {
	padding: 10rem 0;
	background: var(--primary-color-bg);
}

#box-02 .img{
	text-align: center;
}
#box-02 .list {
	margin-top: 4rem;
}

#box-02 .list .item {
	border: 2px solid var(--primary-color);
	padding: 3rem;
	margin-bottom: 2rem;
}

#box-02 .list .item:last-of-type {
	margin-bottom: 0;
}

#box-02 .list .item .item-tit {
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;	
	align-items: center;
	margin-bottom: 2rem;
}

#box-02 .list .item .item-tit .num {
	width: 80px;
	color: var(--primary-color);
	font-weight: bold;
	border-right: 1px solid #ccc;
	margin-right: 35px;
}

#box-02 .list .item .item-tit .num span {
	display: block;
	line-height: 1;	
}

#box-02 .list .item .item-tit .num span:nth-child(1) {
	font-size: 1.8rem;
	padding-left: 5px;
	letter-spacing: 0.1em;
}

#box-02 .list .item .item-tit .num span:nth-child(2) {
	font-family: 'Barlow', sans-serif;
	font-size: 4.6rem;
	letter-spacing: 0.06em;
}

#box-02 .list .item .item-tit h4 {
	font-size: min(2.3vw, 2.6rem);
	width: calc(100% - 115px);
}


@media (max-width: 767px){
	#box-01 {
		padding: 6rem 0;
	}

	#box-01 .item .q {
		text-align: left !important;
		font-size: min(5vw, 3.6rem);
		text-underline-offset: 20px;
		margin-bottom: 20px;
	}

	#box-01 .item .txt {
		margin-bottom: 2rem !important;
	}

	#box-01 .item-01 .txt {
		width: 100%;
	}

	#box-01 .item-01 .img {
		width: 100%;
		text-align: center;
	}

	

	#box-01 .item .q::before {
		font-size: 3rem;
	}

	#box-02 {
		padding: 6rem 0;
	}

	#box-02 .list .item {
		padding: 2rem;
	}

	#box-02 .list .item .item-tit {
		margin-bottom: 1rem;
	}

	#box-02 .list .item .item-tit .num {
		width: 50px;
		margin-right: 20px;
	}

	#box-02 .list .item .item-tit .num span:nth-child(1) {
		font-size: 1.4rem;
		padding-left: 0;
	}

	#box-02 .list .item .item-tit .num span:nth-child(2) {
		font-size: 3rem;
	}

	#box-02 .list .item .item-tit h4 {
		font-size: min(4.5vw, 2.6rem);
		width: calc(100% - 70px);
	}
}