.sponly{ display:block; }
.pconly{ display:none; }

.amb_col{
margin-bottom:10vw;
}


.amb_colL{
width:100%;
margin:0 auto 4vw;
}
.amb_colR{
}

.amb_name{
font-size: 0.9375rem;
line-height: 1.4666666667;
margin-bottom:4vw;
font-weight:bold;
text-align:center;
}

.amb_profile{
margin-bottom:4vw;
font-size: 1rem;
line-height: 6vw;
letter-spacing:.05em;
}
.amb_profile dt{
font-weight:normal;
width:6em;
}
.amb_profile dd{
margin-left:6em;
margin-top:-6vw;
}

.amb-ttl{
font-size:3.6vw;
line-height:7.2vw;
margin-bottom:1.8vw;
font-weight:bold;
}

.amb_mov{
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.amb_mov iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*------------------------------------------------------------
	FOR PC LAYOUT CSS
------------------------------------------------------------*/
@media screen and (min-width:768px){

.sponly{ display:none; }
.pconly{ display:block; }

.amb_col{
display:flex;
justify-content:space-between;
margin-bottom:80px;
}


.amb_colL{
width:38%;
margin:0;
}
.amb_colR{
width:58%;
}

.amb_name{
font-size: 1.625rem;
line-height: 1;
margin-bottom:40px;
font-weight:bold;
text-align:center;
}

.amb_profile{
margin-bottom:30px;
font-size: 1rem;
line-height: 2;
letter-spacing:.05em;
}
.amb_profile dt{
font-weight:normal;
width:6em;
}
.amb_profile dd{
margin-left:6em;
margin-top:-32px;
}

.amb_mov_wrap{
width:800px;
margin:0 auto;
}

.amb-ttl{
font-size:18px;
line-height:36px;
margin-bottom:9px;
font-weight:bold;
}

.amb_mov{
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.amb_mov iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


}
