@charset "UTF-8";

.introduction_img .smp_hide{ display: block;}
.introduction_img .pc_hide{ display: none;}
.introduction_img .in_linkbox{ position: relative;}
.introduction_img .in_link{
	position: absolute;
	top: 39%;
	left: 26.5%;
	font-weight: bold;
	display: block;
	color: #fff;
}
.introduction_img .in_link span{ 
	position: relative;
	display: block;
	line-height: 1.4;
}
.introduction_img .in_link span::before,
.introduction_img .in_link span::after{
	position: absolute;
	content: "";
	top: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}
.introduction_img .in_link span::before{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 2px;
	right: -27px;
}
.introduction_img .in_link span::after{
    top: 2px;
    right: -19px;
    margin: auto;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
	.introduction_img .smp_hide{ display: none;}
	.introduction_img .pc_hide{ display: block;}
	.introduction_img .in_link {
		top: 35%;
		right: 0;
		left: -38vw;
		margin: auto;
		font-size: 120%;
	}
	.introduction_img .in_link span{ 
		padding-right: 0;
		display: inline-block;
	}
	.introduction_img .in_link span::before,
	.introduction_img .in_link span::after{
		top: auto;
		bottom: -25px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.introduction_img .in_link span::before{
		top: auto;
		right: 0;
	}
	.introduction_img .in_link span::after{
		top: auto;
		bottom: -18px;
    	right: 2px;
	}
}
@media screen and (max-width: 500px) {
	.introduction_img .in_link { 
		line-height: 1.2;
		font-size: 85%;
	}
}
