@charset "UTF-8";
/* CSS Document */


.main-wrap .top-wrap{
	position: relative
	
}

.main-wrap .top-txt{
	position: absolute;
	content:'';
	top:10px;
	right:0;
	/*background-color:rgba(255,255,255,0.60);
	border-radius: var(--radius-10);*/
	font-size:1.8rem;
	font-weight: 700;
	width:42%;
	height:100%;
	display: flex;
	align-items: center;
	line-height: 1.8
}
.main-wrap .top-img{
	width:100%;
	border-radius: var(--radius-10);
	overflow: hidden;
	position: relative
}
.main-wrap .top-img::after{
	position: absolute;
	content:'';
	width:65%;
	height:100%;
	top:0;
	right:0;
	background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.60));
}

.main-wrap .normal-txt{
	margin-top: 60px;
	font-size:1.5rem;
	line-height: 2.5;
	letter-spacing: 0.05em
}
.main-wrap .ul{
	text-decoration: underline
}
.main-wrap .name-wrap{
	text-align: right;
	margin-top: 70px;
}
.main-wrap .name-wrap p{
	margin-top: 0.5em
}
.main-wrap .name-wrap p.name{
	font-weight: 600;
	font-size:2.8rem;
	line-height: 1
}
.main-wrap .name-wrap .signature{
	width:30%;
	max-width: 200px;
	margin: 50px 0 0 auto
}

.smail-logo{
	display: inline-block;
	width:10em;
	height:1em;
	background-image: url("../../assets/images/common/smail-logo_name.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}

@media screen and (max-width: 768px) {
.main-wrap .top-wrap{

	}
	
.main-wrap .top-txt{
	font-size:3.3vw;
	font-weight: 700;
	width:61%;
	line-height: 1.6;
}
.main-wrap .top-img{
	border-radius: var(--radius-10_sp);
}
.main-wrap .top-img img{
		width:120%;
		margin-left: -9vw
	}
.main-wrap .top-img::after{
	position: absolute;
	content:'';
	width:70%;
	height:100%;
	top:0;
	right:0;
	background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.70) 20%, rgba(255,255,255,0.80));
}	
.main-wrap .normal-txt{
	margin-top: 8vw;
	font-size:3.2vw;
	line-height: 2;
	letter-spacing: 0
}
.main-wrap .name-wrap{
	text-align: right;
	margin-top: 10vw;
}
.main-wrap .name-wrap p{
	margin-top: 0.5em
}
.main-wrap .name-wrap p.name{
	font-weight: 600;
	font-size:4.8vw;
	line-height: 1
}
.main-wrap .name-wrap .signature{
	width:40%;
	max-width: inherit;
	margin: 5vw 0 3vw auto
}
}





