@charset "utf-8";

/* CSS Document */
@media all{
	
#firstview{
	padding: 80px 0;
	background: url("../../images/about_topbg.png") no-repeat;
	background-size: contain;
	background-position: top;
}
	#firstview h1{
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		margin-bottom: 200px;
	}
	#firstview h1 span{
		position: absolute;
		font-size: 1.66rem;
		bottom: -40px;
		left: calc(50% - 1.5em);
	}
	#firstview .logoicon{
		width: 174px;
		margin: 0 auto 80px;
	}
	#firstview .descript{
		font-size: 1.16rem;
		line-height: 2em;
		width: calc(100% - 40px);
		max-width: 738px;
		margin: 0 auto;
		text-align: justify;
	}
	
	#basicpolicy{
		background: #fff000;
		padding: 120px 0;
	}
	#basicpolicy h2{
		font-size: 2.5rem;
		text-align: center;
		margin-bottom: 80px;
	}
	#basicpolicy article h3{
		font-size: 2.5rem;
		margin-bottom: 1em;
	}
	#basicpolicy article p{
		width: 100%;
		max-width: 534px;
		margin-right: auto;
		font-size: 1.16rem;
		line-height: 2em;
		text-align: justify;
	}
	.gamagoriginallogo{
		width: 100%;
		max-width: 534px;
		margin-right: auto;
		margin-top: 20px;
		background: #fff;
		padding: 30px 60px;
		box-sizing: border-box;
		border-radius: 10px;
	}
	#basicpolicy .btnbp{
		font-family: A1 Gothic B, sans-serif;
		width: 100%;
		max-width: 374px;
		margin: 0 auto;
		display: block;
		text-align: center;
		font-size: 1.5rem;
		padding: 0.5em 1em 0.3em;
		box-sizing: border-box;
		background: #000;
		border-radius: 1.2em;
		color: #fff;
	}
	
	#greeting{
		padding: 120px 0;
	}
	#greeting h2{
		font-size: 2.5rem;
		text-align: center;
		margin-bottom: 40px;
	}
	#greeting .text{
		font-size: 1.16rem;
		line-height: 2em;
		width: calc(100% - 40px);
		max-width: 738px;
		margin: 0 auto 40px;
		text-align: justify;
	}
	#greeting .text span{
		word-break: keep-all;
	}
	
	#organization{
		padding: 80px 0 40px;
	}
	#organization h2{
		font-size: 1.66rem;
		text-align: center;
		margin-bottom: 1em;
	}
	#organization .h2sub{
		font-size: 0.9rem;
		width: 100%;
		max-width: 750px;
		margin: 0 auto 20px;
		text-align: right;
	}
	#organization .chart{
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
	}
	
}


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

#firstview{
	padding: 40px 0 80px;
	background: url("../../images/about_topbg.png") no-repeat;
	background-size: 220%;
	background-position: top;
}
	#firstview h1{
		font-size: 1.33rem;
		line-height: 1.3em;
		margin-bottom: 160px;
	}
	#firstview h1 span{
		position: absolute;
		font-size: 1rem;
		bottom: -25px;
		left: calc(50% - 1.5em);
	}
	#firstview .descript{
		font-size: 1rem;
	}
	
	#basicpolicy{
		padding: 60px 0;
	}
	#basicpolicy h2{
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	#basicpolicy article{
		width: 100%;
		padding: 100px 20px 80px;
		box-sizing: border-box;
		position: relative;
	}
	#basicpolicy article::before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 16vw;
	}
	#basicpolicy article#value::before{
		background: url("../images/bp_value_sp.png") no-repeat;
		background-size: contain;
	}
	#basicpolicy article#spirit::before{
		background: url("../images/bp_spirit_sp.png") no-repeat;
		background-size: contain;
	}
	#basicpolicy article#concept::before{
		background: url("../images/bp_concept_sp.png") no-repeat;
		background-size: contain;
	}
	#basicpolicy article#visual::before{
		background: url("../images/bp_visual_sp.png") no-repeat;
		background-size: contain;
	}
	#basicpolicy article h3{
		font-size: 1.5rem;
		text-align: center;
	}
	#basicpolicy article p{
		font-size: 1rem;
	}
	.gamagoriginallogo{
		padding: 30px;
	}
	#basicpolicy article#visual{
		padding: 100px 20px 60px;
	}
	#basicpolicy article#visual .box{
		width: 100%;
	}
	#basicpolicy article#visual p{
		width: 100%;
		padding-bottom: 20px;
		box-sizing: border-box;
	}
	#basicpolicy article#visual .gamagoriginalmark{
		width: 100%;
		background: #fffdf4;
		border-radius: 10px;
		padding: 10px;
		box-sizing: border-box;
	}
	#basicpolicy .btnbp{
		font-size: 1.33rem;
	}
	
	#greeting{
		padding: 80px 0 40px;
	}
	#greeting h2{
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	#greeting .text{
		font-size: 1rem;
	}
	#chairman{
		width: calc(100% - 40px);
		max-width: 738px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#chairman p{
		font-size: 1rem;
		width: 10.1em;
		margin: 0 auto;
		display: flex;
		align-items: flex-end;
	}
	#chairman p span{
		font-size: 1.8rem;
		line-height: 1em;
		display: inline-block;
		margin-left: 0.5rem;
		position: relative;
	}
	#chairman p span i{
		position: absolute;
		font-style: normal;
		font-size: 0.85rem;
		top: -2em;
		left: 0;
	}
	#chairman .photo{
		width: 40%;
		margin: 0 auto 40px;
	}
	
	#organization h2{
		font-size: 1.5rem;
		margin-bottom: 0;
	}
	#organization .h2sub{
		text-align: center;
	}
	#organization .chart{
		padding: 0 10px 40px;
		box-sizing: border-box;
	}
	
}

@media screen and (min-width: 568px) and (max-width: 1024px){

#firstview{
	padding: 40px 0 80px;
	background: url("../../images/about_topbg.png") no-repeat;
	background-size: 120%;
	background-position: top;
}
	
	#basicpolicy article{
		width: 100%;
		padding: 17px 0 80px 40%;
		box-sizing: border-box;
		position: relative;
	}
	#basicpolicy article::before{
		content: "";
		position: absolute;
		top: 0;
		right: 63%;
		width: 37%;
		height: 72px;
	}
	#basicpolicy article#value::before{
		background: url("../images/bp_value.png") no-repeat;
		background-size: contain;
	}
	#basicpolicy article#spirit::before{
		background: url("../images/bp_spirit.png") no-repeat;
		background-size: contain;
	}
	#basicpolicy article#concept::before{
		background: url("../images/bp_concept.png") no-repeat;
		background-size: contain;
	}
	#basicpolicy article#visual::before{
		background: url("../images/bp_visual.png") no-repeat;
		background-size: contain;
	}
	#basicpolicy article#visual .box{
		width: 100%;
		max-width: 534px;
		margin-right: auto;
		display: table;
	}
	#basicpolicy article#visual p{
		display: table-cell;
		width: 50%;
		vertical-align: top;
		padding-right: 40px;
		box-sizing: border-box;
	}
	#basicpolicy article#visual .gamagoriginalmark{
		display: table-cell;
		width: 50%;
		background: #fffdf4;
		border-radius: 10px;
		padding: 10px;
		box-sizing: border-box;
	}
	
	#chairman{
		width: calc(100% - 40px);
		max-width: 738px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	#chairman p{
		font-family: A1 Gothic M, sans-serif;
		font-size: 1.33rem;
		width: 170px;
		margin-right: 20px;
		display: flex;
		align-items: flex-end;
	}
	#chairman p span{
		font-family: A1 Gothic B, sans-serif;
		font-size: 2.5rem;
		line-height: 1em;
		display: inline-block;
		margin-left: 0.5rem;
		position: relative;
	}
	#chairman p span i{
		font-family: A1 Gothic R, sans-serif;
		position: absolute;
		font-style: normal;
		font-size: 1rem;
		top: -2.5em;
		left: 0;
	}
	#chairman .photo{
		width: 160px;
	}
	
}

@media screen and (min-width: 1025px), print{

	#basicpolicy article{
		width: 100%;
		padding: 17px 0 80px 40%;
		box-sizing: border-box;
		position: relative;
	}
	#basicpolicy article::before{
		content: "";
		position: absolute;
		top: 0;
		right: 63%;
		width: 37%;
		height: 72px;
	}
	#basicpolicy article#value::before{
		background: url("../images/bp_value.png") no-repeat;
		background-size: contain;
	}
	#basicpolicy article#spirit::before{
		background: url("../images/bp_spirit.png") no-repeat;
		background-size: contain;
	}
	#basicpolicy article#concept::before{
		background: url("../images/bp_concept.png") no-repeat;
		background-size: contain;
	}
	#basicpolicy article#visual::before{
		background: url("../images/bp_visual.png") no-repeat;
		background-size: contain;
	}
	#basicpolicy article#visual .box{
		width: 100%;
		max-width: 534px;
		margin-right: auto;
		display: table;
	}
	#basicpolicy article#visual p{
		display: table-cell;
		width: 50%;
		vertical-align: top;
		padding-right: 40px;
		box-sizing: border-box;
	}
	#basicpolicy article#visual .gamagoriginalmark{
		display: table-cell;
		width: 50%;
		background: #fffdf4;
		border-radius: 10px;
		padding: 10px;
		box-sizing: border-box;
	}
	
	#chairman{
		width: calc(100% - 40px);
		max-width: 738px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	#chairman p{
		font-family: A1 Gothic M, sans-serif;
		font-size: 1.33rem;
		width: 170px;
		margin-right: 20px;
		display: flex;
		align-items: flex-end;
	}
	#chairman p span{
		font-family: A1 Gothic B, sans-serif;
		font-size: 2.5rem;
		line-height: 1em;
		display: inline-block;
		margin-left: 0.5rem;
		position: relative;
	}
	#chairman p span i{
		font-family: A1 Gothic R, sans-serif;
		position: absolute;
		font-style: normal;
		font-size: 1rem;
		top: -2.5em;
		left: 0;
	}
	#chairman .photo{
		width: 160px;
	}
	
}
