/* CSS Document */

/*==============================	
figures/index.html
==============================*/

/*----------------------------------------
contentsArea
----------------------------------------*/
#contentsArea {
	background:url(../../company/figures/img/figures_body_bg.jpg) center top;
}
/*----------------------------------------
h1
----------------------------------------*/
#figures_h1_title {
	padding-top:72px;
}
#figures_h1_title h1 {
	background:url(../../company/figures/img/figures_h1_pc.png) center top no-repeat;
	height:103px;
	text-indent:-10000px;
}
#figures_h1_title p {
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:1.65;
	margin-top:30px;
	letter-spacing:4px;
}

/*----------------------------------------
boxArea
----------------------------------------*/
#boxArea {
	width:960px;
	margin:60px auto 0px auto;
	padding-bottom:70px;
}
#boxArea>div {
	float:left;
	position:relative;
	margin-bottom:30px;
	background-color:#fff;
	box-sizing:border-box;
	box-shadow:0 0 0 3px #fff inset, 0 0 0 4px #214454 inset;
	background-repeat:no-repeat;
}
#boxArea>div:nth-child(odd) {
	margin-right:30px;
}

/*h2*/
#boxArea>div h2 {
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	color: #214454;
	font-weight: normal;
}

/*p*/
#boxArea>div p {
	position:absolute;
	left:30px;
	font-size:15px;
	line-height:1.67;
	letter-spacing:1px;
}

/*01*/
#boxArea>div:nth-child(1) {
	width:630px;
	height:500px;
	background-image:url(../../company/figures/img/figures_01_pc.png);
	background-position:center top 32px;
}
#boxArea>div:nth-child(1) p {
	top:358px;
	width:570px;
}
#boxArea>div:nth-child(1) p a {
	display:block;
	width:275px;
	margin:15px auto 0 auto;
	transition:all 0.3s ease-out;
}
#boxArea>div:nth-child(1) p a:hover {
	opacity:0.7;
}
#boxArea>div:nth-child(1) h2{
	font-size: 38pt;
	margin-top: 20px;
}
#boxArea>div:nth-child(1) h2 .sizeS{
	font-size: 25pt;
}
#boxArea>div:nth-child(1) h2 .sizeL{
	font-size: 80pt;
}
#boxArea>div:nth-child(1) ul{
	margin-top: 110px;
	margin-left:30px;
	width:570px;
	display: flex;
	flex-wrap: wrap;
	
}
#boxArea>div:nth-child(1) li{
	width: 20%;
	line-height: 1.3em;
	font-family: 'Shippori Mincho', serif;
	color: #baa977;
	font-size: 18px;
	text-align: center;
}
#boxArea>div:nth-child(1) li .year{
	font-size: 16px;

}
/*02*/
#boxArea>div:nth-child(2) {
	width:300px;
	height:500px;
	background-image:url(../../company/figures/img/figures_02_pc.png);
	background-position:center top 39px;
}
#boxArea>div:nth-child(2) p {
	bottom:15px;
	width:240px;
}
#boxArea>div:nth-child(2) h2{
	font-size: 22pt;
	line-height: 1;
	margin-top: 40px;
}
#boxArea>div:nth-child(2) h2 .sizeS{
	font-size: 11pt;
}
#boxArea>div:nth-child(2) h2 .sizeL{
	font-size: 70pt;
}
/*03*/
#boxArea>div:nth-child(3) {
	width:300px;
	height:500px;
	background-image:url(../../company/figures/img/figures_03_pc.png);
	background-position:center top 34px;
}
#boxArea>div:nth-child(3) p {
	bottom:30px;
	width:240px;
}
#boxArea>div:nth-child(3) h2{
	font-size: 22pt;
	line-height: 1;
	margin-top: 35px;
}
#boxArea>div:nth-child(3) h2 .sizeL{
	font-size: 70pt;
}
/*04*/
#boxArea>div:nth-child(4) {
	width:630px;
	height:500px;
	background-image:url(../../company/figures/img/figures_04.png);
	background-position:right 50px top 100px;
}
#boxArea>div:nth-child(4) p {
	bottom:30px;
	width:570px;
}
#boxArea>div:nth-child(4) h2{
	font-size: 22pt;
	margin-top: 35px;
}
#boxArea>div:nth-child(4) p.catch{
	top:80px;
	bottom: 280px;
	width:570px;
	font-family: 'Shippori Mincho', serif;
	color: #214454;
	font-size: 25px;
	font-weight: 500;
	letter-spacing:normal;
	border-bottom: solid 1px;
}
#boxArea>div:nth-child(4) span.sizeS{
	font-size: 20px;
	font-weight: 500;
}
#boxArea>div:nth-child(4) span.sizeL{
	font-size: 60px;
	font-weight: 500;
}
#boxArea>div:nth-child(4) span.sizeLL{
	font-size: 100px;
	font-weight: 500;
}
#boxArea>div:nth-child(4) ul{
	margin-top: 150px;
	margin-left:30px;
	width:570px;
	display: flex;
	flex-wrap: wrap;
}

#boxArea>div:nth-child(4) li{
	width: 33%;
	height: 2em;
	font-family: 'Shippori Mincho', serif;
	color: #214454;
	font-size: 35px;
	font-weight: 500;
}
/*05*/
#boxArea>div:nth-child(5) {
	width:465px;
	height:330px;
	background-image:url(../../company/figures/img/figures_05_pc.png);
	background-position:center top 36px;
}
#boxArea>div:nth-child(5) p {
	top:208px;
	width:405px;
}
#boxArea>div:nth-child(5) h2{
	font-size: 22pt;
	line-height: 1;
	margin-top: 35px;
}
#boxArea>div:nth-child(5) h2 .sizeS{
	font-size: 12pt;
	line-height: 1;
}
#boxArea>div:nth-child(5) h2 .sizeL{
	font-size: 70pt;
}
/*06*/
#boxArea>div:nth-child(6) {
	width:465px;
	height:330px;
	background-image:url(../../company/figures/img/figures_06_pc.png);
	background-position:center top 49px;
}
#boxArea>div:nth-child(6) p {
	top:208px;
	width:405px;
}
#boxArea>div:nth-child(6) h2{
	text-align: left;
	margin-left: 55px;
	font-size: 22pt;
	line-height: 1;
	margin-top: 45px;
}
#boxArea>div:nth-child(6) h2 .sizeL{
	font-size: 70pt;
}
/*07*/
#boxArea>div:nth-child(7) {
	width:465px;
	height:372px;
	background-image:url(../../company/figures/img/figures_07_pc.png);
	background-position:right 5px top 5px;
}
#boxArea>div:nth-child(7) p {
	top:265px;
	width:405px;
}
#boxArea>div:nth-child(7) h2{
	font-size: 22pt;
	margin-top: 70px;
	margin-left: 55px;
	text-align: left;
	line-height: 1;
}
#boxArea>div:nth-child(7) h2 .sizeS{
	font-size: 12pt;
	line-height: 1;
}
#boxArea>div:nth-child(7) h2 .sizeL{
	font-size: 70pt;
}
/*08*/
#boxArea>div:nth-child(8) {
	width:465px;
	height:372px;
	background-image:url(../../company/figures/img/figures_08_pc.png);
	background-position:left 5px top 56px;
}
#boxArea>div:nth-child(8) p {
	top:265px;
	width:405px;
}
#boxArea>div:nth-child(8) h2{
	font-size: 22pt;
	margin-top: 70px;
	margin-left: 250px;
	text-align: left;
	line-height: 1;
}
#boxArea>div:nth-child(8) h2 .sizeS{
	font-size: 12pt;
	line-height: 1;
}
#boxArea>div:nth-child(8) h2 .sizeL{
	font-size: 70pt;
}

@media screen and (min-width: 481px) {
#boxArea>div h2 .sp{
	display: none;	
}
}
/*==========================================================================================	
for SMARTPHONE
==========================================================================================*/

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


/*==============================	
figures/index.html
==============================*/
/*----------------------------------------
contentsArea
----------------------------------------*/
#contentsArea {
	background:url(../../company/figures/img/figures_body_bg.jpg) center top 36px;
	background-size:135% auto;
}
/*----------------------------------------
h1
----------------------------------------*/
#figures_h1_title {
	padding-top:36px;
}
#figures_h1_title h1 {
	background:url(../../company/figures/img/figures_h1_sp.png) center top no-repeat;
	height:130px;
	text-indent:-10000px;
	background-size:auto 100%;
}
#figures_h1_title p {
	color:#fff;
	font-size:18px;
	text-align:center;
	line-height:1.65;
	margin-top:22px;
	letter-spacing:4px;
}

/*----------------------------------------
boxArea
----------------------------------------*/
#boxArea {
	width:90%;
	margin:35px auto 0px auto;
	padding-bottom:45px;
}
#boxArea>div {
	float:none;
	position:relative;
	margin-bottom:30px;
	background-color:#fff;
	box-sizing:border-box;
	box-shadow:0 0 0 3px #fff inset, 0 0 0 4px #214454 inset;
	background-repeat:no-repeat;
	width:100% !important;
	height:auto !important;
	padding-bottom:7.5%;
	background-size:296px auto;
}
#boxArea>div:nth-child(odd) {
	margin-right:0px;
}

/*h2*/
#boxArea>div h2 {
	position:absolute;
}

/*p*/
#boxArea>div p {
	position:static;
	left:30px;
	font-size:13px;
	line-height:1.67;
	letter-spacing:1px;
	width:85% !important;
	margin:0 auto 0 auto;
}

/*01*/
#boxArea>div:nth-child(1) {
	background-image:url(../../company/figures/img/figures_01_sp.png);
	padding-top:400px;
	background-position:center top 27px;
}
#boxArea>div:nth-child(1) h2{
	font-size: 20pt;
	left: 0;
  	right: 0;
 	margin: auto;
	margin-top: -380px;
}
#boxArea>div:nth-child(1) h2 .sizeS{
	font-size: 13pt;
}
#boxArea>div:nth-child(1) h2 .sizeL{
	font-size: 30pt;
}
#boxArea>div:nth-child(1) ul{
	width: 90%;
	margin: -290px 0 30px 0;
	justify-content: center;
	padding: 0 5% 0 5%;
	
}
#boxArea>div:nth-child(1) li{
	width: 30%;
	font-size: 15px;
	margin-top: 80px;
}
#boxArea>div:nth-child(1) li .year{
	font-size: 13px;

}
/*02*/
#boxArea>div:nth-child(2) {
	background-image:url(../../company/figures/img/figures_02_sp.png);
	background-position:center top 26px;
	padding-top:160px;
}
#boxArea>div:nth-child(2) h2{
	font-size: 15pt;
	line-height: 1.1;
	left: 0;
  	right: 0;
 	margin: auto;
	margin-top: -130px;
}
#boxArea>div:nth-child(2) h2 .sizeS{
	font-size: 12pt;
}
#boxArea>div:nth-child(2) h2 .sizeL{
	font-size: 45pt;
}
/*03*/
#boxArea>div:nth-child(3) {
	background-image:url(../../company/figures/img/figures_03_sp.png);
	background-position:center top 34px;
	padding-top:160px;
}
#boxArea>div:nth-child(3) h2{
	font-size: 13pt;
	margin-left: 30px;
	margin-top: -125px;
}
#boxArea>div:nth-child(3) h2 .sizeS{
	font-size: 12pt;
}
#boxArea>div:nth-child(3) h2 .sizeL{
	font-size: 55pt;
}
/*04*/
#boxArea>div:nth-child(4) {
	background-image:url(../../company/figures/img/figures_04.png);
	background-size:40%; 
	background-position:right 20px top 60px;
	padding-top:265px;
}
#boxArea>div:nth-child(4) h2{
	font-size: 15pt;
	left: 0;
  	right: 0;
 	margin: auto;
	margin-top: -240px;
}
#boxArea>div:nth-child(4) p.catch{
	top:0;
	bottom: 0;
	width: 100%;
	font-size: 18px;
	margin-top: -200px;
	line-height: 1.2;
}
#boxArea>div:nth-child(4) span.sizeS{
	font-size: 15px;
}
#boxArea>div:nth-child(4) span.sizeL{
	font-size: 45px;
}
#boxArea>div:nth-child(4) span.sizeLL{
	font-size: 60px;
}
#boxArea>div:nth-child(4) ul{
	width: 85%;
	margin: 10px 0 30px 10%;
}
#boxArea>div:nth-child(4) li{
	width: 48%;
	height: 3em;
	font-size: 20px;
}
/*05*/
#boxArea>div:nth-child(5) {
	background-image:url(../../company/figures/img/figures_05_sp.png);
	background-position:center top 32px;
	padding-top:162px;
}
#boxArea>div:nth-child(5) h2{
	font-size: 15pt;
	line-height: 1.1;
	left: 0;
  	right: 0;
 	margin: auto;
	margin-top: -130px;
}
#boxArea>div:nth-child(5) h2 .sizeS{
	font-size: 11pt;
}
#boxArea>div:nth-child(5) h2 .sizeL{
	font-size: 45pt;
}
/*06*/
#boxArea>div:nth-child(6) {
	background-image:url(../../company/figures/img/figures_06_sp.png);
	background-position:center top 37px;
	padding-top:145px;
}
#boxArea>div:nth-child(6) h2{
	font-size: 13pt;
	margin-left: 30px;
	margin-top: -110px;
}
#boxArea>div:nth-child(6) h2 .sizeS{
	font-size: 12pt;
}
#boxArea>div:nth-child(6) h2 .sizeL{
	font-size: 55pt;
}
/*07*/
#boxArea>div:nth-child(7) {
	background-image:url(../../company/figures/img/figures_07_sp.png);
	background-position:center top 0px;
	padding-top:140px;
}
#boxArea>div:nth-child(7) h2{
	font-size: 13pt;
	margin-left: 50px;
	margin-top: -110px;
}
#boxArea>div:nth-child(7) h2 .sizeL{
	font-size: 55pt;
}
/*08*/
#boxArea>div:nth-child(8) {
	background-image:url(../../company/figures/img/figures_08_sp.png);
	background-position:center top 30px;
	padding-top:140px;
}
#boxArea>div:nth-child(8) h2{
	font-size: 13pt;
	margin-left: 50px;
	margin-top: -110px;
}
#boxArea>div:nth-child(8) h2 .sizeL{
	font-size: 55pt;
}




}




