@charset "utf-8";

/* CSS Document */
.bg1 {
	background: url(../images/about/bg1.jpg) no-repeat 50% 52%;
	background-size: cover;
}

section {
	height: 100%;
}

.top_head {
	height: 50vh;
}

.content {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.subtitle {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 15%;
}

.subtitle img {
	height: 30px;
	margin-top: 30px;
	float: left;
}

.subtext {
	position: relative;
	display: inline-block;
	color: #555;
	padding-left: 20px;
	padding-bottom: 5px;
}

.subtext::before {
	position: absolute;
	content: '';
	left: 0;
	width: 2px;
	top: 0;
	bottom: 0;
	background: #838c74;
}

.subtext span {
	display: block;
}

.subtext .en {
	font-size: 1.5em;
	line-height: 1.5em;
	font-family: 'Raleway', sans-serif;
}

.subtext .tw {
	font-size: 1.2em;
}

.context {
	width: 40%;
	box-sizing: border-box;
	/* padding-right: 30px;
	margin-right: -5px; */
	display: inline-block;
	vertical-align: middle;
	line-height: 1.8em;
	text-align: justify;
}

.context span {
	display: block;
	color: #999;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.company{
	width: 33%;
}
.pb .context {
	width: 79%;
}

/*.fotorama{
	display:inline-block;
}*/
.fotorama__dot {
	width: 6px;
	height: 6px;
	border: none;
	background: rgba(131, 140, 116, 0.5);
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
	width: 6px;
	height: 6px;
	border: none;
	background: rgba(131, 140, 116, 1);
}

.bline {
	border-bottom: rgba(131, 140, 116, 0.3) solid 1px;
	padding-bottom: 100px;
}

.biography li {
	position: relative;
	padding-left: 15px;
	height: 25px;
	line-height: 25px;
}

.biography li::before {
	position: absolute;
	content: '';
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #838c74;
}


.box {
	margin-bottom: 100px;
	display: flex;
	align-items: center;
	background: rgba(131, 140, 116, 0.1);
	border: solid 1px rgba(131, 140, 116, 0.3);
}

.box:last-child {
	margin-bottom: 0;
}

.box:hover {
	border: unset;
	background: transparent;
}

.box:hover .box-img {
	width: calc(65%);
	padding: 0;
	filter: unset;
}

.box:hover .box-title {
	transform: translateY(-10px);
}

.box:hover .note:before {
	width: calc(100% + 1px + 30px);
	left: -60px;
	transform: translateY(55px);
}

.box:hover .note:after {
	opacity: 1;
	transform: scaleX(1);
}

.box-img {
	position: relative;
	width: calc(65% - 20px);
	padding: 10px;
	background: #FFF;
	overflow: hidden;
	filter: saturate(0.5) grayscale(0.3);
	transition: all .6s;
}

.box-img img {
	width: 100%;
}

.box-prize {
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	height: 120px
}

.box-prize img {
	height: 100%
}

.box-award {
	position: relative;
	margin-top: 30px;
}

.box-award p {
	line-height: 1.3;
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
}

.box-award p:last-child {
	margin-bottom: 0;
}

.prize {
	margin-top: 120px
}

.note {
	position: relative;
	width: calc(35% - 70px);
	padding: 15px 35px 15px 5px;
	margin-left: 30px;
}

.note:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 1px);
	height: 5px;
	background: #838c74;
	z-index: 1;
	transition: width .6s .2s, transform .6s, left .6s .4s;
}

.note:after {
	content: '';
	position: absolute;
	width: calc(100% + 0px);
	height: calc(100% + 30px);
	top: -25px;
	left: -15px;
	border: solid 1px #d1d4cb;
	opacity: 0;
	transform: scaleX(0);
	transition: all .6s .3s;
}

.box-title {
	font-size: 16px;
	letter-spacing: 1px;
	color: #838c74;
	line-height: 1.5;
	transition: transform .6s;
}

.box-title span {
	display: block;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}

.more {
	position: relative;
	margin-top: 30px;
}

.more p {
	position: absolute;
	top: 0;
	padding: 10px 20px;
	left: 0;
	border: #838c74 solid 1px;
	/*transform: translateX(-50%);*/
	/*-webkit-transform: translateX(-50%);*/
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	letter-spacing: 0.05em;
}

.more:hover p {
	background: #838c74;
	color: #fff;
}

/* award */
.award {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
	display:flex;
	justify-content: space-between;
}

.award-img {
	width: 80px;
	display: inline-flex;
	border: 1px solid rgba(131, 140, 116, 0.1);
	padding: 8px;
}

.award-img img {
	width: 100%;
}

.award-content{
	display: block;
}
/*-----------------------------------------------------------------*/

@media screen and (max-width:1100px) {

	.context {
		width: 100%;
		padding: 0;
		max-width: 365px;
		margin: 0 auto;
		display: block;
	}

	.context:nth-child(3n) {
		margin-top: 50px;
	}

	.biography li {
		height: auto;
	}

	.bg1 {
		background-attachment: scroll;
		background-position: 53% 30%;
	}

	.subtitle {
		width: 100%;
		max-width: 365px;
		margin: 0 auto 50px;
		display: block;
	}

	.subtitle span {
		display: inline-block;
	}

	.subtitle img {
		margin-top: 15px;
	}

	.content {
		padding: 100px 0;
		margin: 0 auto;
		max-width: 500px;
		display: flex;
		flex-direction: column;
	}
	.award {
		max-width: 500px;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	.award-img {
		width: 50px;
	}
	
	.box {
		flex-flow: column;
	}

	.box:hover .box-img {
		width: 100%;
	}

	.box:hover {
		background: rgba(131, 140, 116, 0.1);
		border: solid 1px rgba(131, 140, 116, 0.3);
	}

	.box:hover .box-title {
		transform: translateY(0px);
	}

	.box:hover .note:before {
		width: calc(100%);
		height: calc(100% + 30px);
		top: -15px;
		left: calc(100% - 8px);
		transform: translateX(10px);
	}

	.box:hover .note {
		width: calc(100% - 60px);
		margin: 30px;
	}

	.box-prize {
		right: 0;
		transform: translateX(-60%);
	}

	.box-img {
		width: 100%;
		padding: 0;
	}

	.note {
		width: calc(100% - 80px);
		margin: 30px 40px;
		padding: 0;
	}

	.note:before {
		left: -20px;
		width: 5px;
		height: 100%;
	}

	.note:after {
		top: -15px;
		height: calc(100% + 30px);
	}

	.pb .context {
		width: 100%;
	}


}

@media screen and (max-width:640px) {

	.box {
		margin-bottom: 30px;
	}
	.content {
		padding-top: 60px;
		margin: 0 30px;
		max-width: calc(100% - 60px);
	}
	.award {
		margin: 0 30px;
		padding: 50px 0 0 0;
	}
	.award-img {
		width: 40px;
	}

}

@media screen and (max-width:540px) {

	.context .fotorama {
		display: inline-block;
		width: 100%;
	}

	.context .fotorama {
		display: inline-block;
		width: 100%;
	}
	.box-prize{
		display: none;
	}

}

@media screen and (max-width:400px) {
	.award{
		justify-content: center;
	}
}