﻿@charset "utf-8";
/* CSS Document */

.menu{
	position: fixed;
	top: 0;
	left: 0;
}

.bio__content{
	width: 90%;
	max-width: 1000px;
	margin: 130px auto 0;
}

.bio__inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 70px 0 0;
}

.bio__img{
	width: 45%;
	background: url(/img/bio/hosomi.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.bio__img:after{
	content: "";
	display: block;
	padding-top: 140%;
}

.bio__info{
	position: relative;
	width: 50%;
	letter-spacing: 0.1em;
	color: #717171;
}

.bio__lang{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
}
.bio__lang a{
	color: #717171;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
.bio__lang a.is_current{
	border-bottom: 1px solid #717171;
}

.bio__name{
	font-weight: bold;
	font-size: 30px;
}
.bio__name span{
	display: block;
	font-weight: normal;
	font-size: 16px;
	margin: 8px 0 0 2px;
}

.bio__link{
	font-size: 16px;
	line-height: 19px;
	margin: 28px 0 34px;
}
.bio__link a{
	color: #717171;
	display: inline-block;
	border-bottom: 1px solid #717171;
	padding-bottom: 3px;
	margin: 0 24px 0 0;
}
.bio__title{
	font-weight: bold;
	font-size: 12px;
	line-height: 180%;
	margin: 30px 0 10px;
}
.bio__text{
	font-size: 12px;
	line-height: 150%;
}
.bio__text dl{
	display: flex;
	flex-wrap: wrap;
}
.bio__text dl dt{
	width: 60px;
	margin: 5px 0 0;
}
.bio__text dl dd{
	width: calc(100% - 60px);
	margin: 5px 0 0;
}
.bio__text dl dd p{
	margin: 0 0 10px;
}

.bio__text-adovertiging,
.bio__text-magazine{
	line-height: 200%;
}

.jp{ display: none; }
.en{ display: none; }
.jp.is_show{ display: inline-block; }
.en.is_show{ display: inline-block; }

@media print, screen and (max-width: 640px) {
	.bio__inner{
		display: block;
	}
	.bio__img,
	.bio__info{
		width: 100%;
	}
	.bio__img:after{
		padding-top: 60%;
	}
	.bio__info{
		margin: 30px 0 0;
	}
}