@charset "UTF-8";

.box_top{
	background: url(/investors/individual/figures/img/top_img.jpg) center center /cover no-repeat;
}

.h1_title{
	font-size: 30px;
}

.h1_title span{
	display: inline-block;
	position: relative;
	letter-spacing: 0.2em;
}

.h1_title span:last-of-type {
	letter-spacing: 0;
}

.h1_title span:first-of-type {
	top: 12px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.h1_title span:nth-of-type(2) {
	top: 6px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-8deg);
}

.h1_title span:nth-of-type(3) {
	top: 2px;
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

.h1_title span:nth-of-type(4) {
	top: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.h1_title span:nth-of-type(5) {
	top: 2px;
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
}

.h1_title span:nth-of-type(6) {
	top: 6px;
	-webkit-transform: rotate(8deg);
	transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	-o-transform: rotate(8deg);
}

.h1_title span:nth-of-type(7) {
	top: 12px;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
}

.logo{
	margin-top: 26px;
}

.pickup{
	padding: 40px 40px 0;
	background: #f6f4f0;
}

.sort{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	text-align: center;
}

.sort:nth-child(2){
	margin-top: 16px;
}

.num{
	border-bottom: solid #f6f4f0 40px;
	margin: 0;
	padding: 30px 16px 0;
	background: #fff;
}

.num_tit{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
    align-content: center;
    letter-spacing: 0.1em;
    font-family : "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 18px;
    font-weight: bold;
}

.sort_type01 .num_in{
	text-align: center;
}

.sort_type01 .num_in:nth-child(1){
	width: calc(48% - 16px);
	margin: 0 16px 0 0;
}

.sort_type01 .num_in:nth-child(2){
	width: 52%;
}

.sort_type01:first-of-type .num_in:nth-child(1){
	width: calc(44% - 16px);
	margin: 0 16px 0 0;
}

.sort_type01:first-of-type .num_in:nth-child(2){
	width: 56%;
}


.sort_type02{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.sort_type02 .num_in{
	text-align: center;
}

.sort_type02 .num_in:nth-child(1){
	width: calc(48% - 16px);
	margin: 0 0 0 16px;
}

.sort_type02 .num_in:nth-child(2){
	width: 52%;
}

.num_tit strong{
	display: block;
	width: 100%;
	line-height: 1.3;
    letter-spacing: 0.1em;
	font-size: 24px;
	font-weight: bold;
}

.num_tit small{
	display: block;
	width: 100%;
	line-height: 1.8;
    font-size: 13px;
}

.num_val{
	letter-spacing: 0.02em;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 28px;
	font-weight: bold;
	color: #7b9437;
}

.num_val strong{
	padding: 0 10px;
    letter-spacing: -0.02em;
	font-size: 70px;
	line-height: 1.2;
}

.sort_type01:first-of-type .num_val strong{
	padding: 0 5px;
    letter-spacing: -0.03em;
}

.area_link .list_link01 .item_link:first-child{
    margin-left: 308px;
}

@media only screen and (max-width:767px) {
.h1_title{
    font-size: 21px;
}

.logo img{
    width: 67%;
}

.pickup{
    padding: 30px 12px;
}

.num{
    padding: 30px 0 0;
    border-bottom: solid #f6f4f0 30px;
}

.num_in{
    line-height: 1.5;
    font-size: 14px;
}

figure.num_in{
    margin-top: 30px;
    padding: 0 40px;
}

.num_val{
    font-size: 40px;
}

.sort_type01 .num_in:nth-child(1),
.sort_type01:first-of-type .num_in:nth-child(1){
    width: 100%;
    margin: 0;
    padding: 0 16px;
}

.sort_type01:first-child .num_val strong{
    font-size: 66px;
}

.sort_type01 .num_in:nth-child(2),
.sort_type01:first-of-type .num_in:nth-child(2){
    width: 100%;
}

.sort_type02 .num_in:nth-child(1){
    width: 100%;
    margin: 0;
    padding: 0 16px;
}

.sort_type02 .num_in:nth-child(2){
    width: 100%;
}

.area_link .list_link01 .item_list{
    left: auto;
}

.area_link .list_link01 .item_link{
    left: auto;
}

.area_link .list_link01 .item_link:first-child {
    margin-left: 78px;
}
}