@charset "UTF-8";
/* reset
========================================================================== */
body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, table, tr, thead, tbody, tfoot, th, td, header, footer, nav, article, aside, section, figure, figcaption {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

body {
  line-height: 1;
  background: #ffffff;
}

select, option, input, button, label, textarea {
  line-height: 1;
}

input {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

img,
a img {
  border: none;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

:root * {
  box-sizing: border-box;
}

/* base
========================================================================== */
body {
  font-family: "メイリオ" , "Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",Osaka,sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 1.57;
  color: #4c4c4c;
  -webkit-text-size-adjust: 100%;
}

html * {
  max-height: 9999px;
}

a {
  color: #4c4c4c;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

/* layout 1180px
========================================================================== */
.is_pc {
  padding-top: 114px;
}
.is_pc header {
  z-index: 100;
  position: fixed;
  top: 0;
}
.is_pc header nav .tit {
  display: none;
}

/* header
--------------------------------------------------------- */
header {
  background: #fff;
  width: 100%;
  opacity: 0.95;
}
header > div {
  width: 1180px;
  margin: 0 auto;
  height: 114px;
  padding-top: 28px;
}
header > div .logo {
  float: left;
}
header > div .link {
  float: right;
  position: relative;
}
header > div .link .utility {
  float: right;
  margin: 0 0 7px 0;
}
header > div .link .utility li {
  display: inline-block;
  padding-left: 30px;
}
header > div .link .utility li a {
  font-size: 0.75rem;
  padding-left: 14px;
  position: relative;
  color: #333333;
  line-height: 2.5;
}
header > div .link .utility li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header > div .link .utility li a:hover {
  opacity: 0.8;
}
header > div .link .utility .search {
  padding: 0 10px 0 48px;
  cursor: pointer;
}
header > div .link .utility .search img {
  vertical-align: top;
  margin-top: 7px;
}
header > div .link .utility .search img:hover {
  opacity: 0.8;
}
header > div .link .area_search {
  display: none;
  padding: 0 0 0 100px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
header > div .link .area_search > div {
  width: 400px;
  height: 32px;
  display: inline-block;
  border: 1px solid #808080;
}
header > div .link .area_search > div > input {
  display: inline-block;
  width: 360px;
  height: 30px;
  padding: 5px;
  border: none;
}
header > div .link .area_search > div > img {
  display: inline-block;
  margin: 9px 0 0 10px;
  vertical-align: top;
}
header > div .link .area_search > div > img:hover {
  opacity: 0.8;
}
header > div .link .area_search .close {
  vertical-align: top;
  margin: 9px 10px 0 16px;
  cursor: pointer;
}
header > div .link nav {
  clear: both;
  float: right;
}
header > div .link nav > ul {
  letter-spacing: -.4em;
}
header > div .link nav > ul > li {
  display: inline-block;
  position: relative;
  letter-spacing: normal;
}
header > div .link nav > ul > li > a {
  display: block;
  padding: 12px 18px 10px 18px;
  color: #4c4c4c;
  line-height: 2;
  font-size:15px;
}
header > div .link nav > ul > li > a:hover {
  color: #fff;
  background: #12b5b0;
}
header > div .link nav > ul > li.is_active > a {
  color: #fff;
  background: #12b5b0;
}
header > div .link nav > ul > li.is_current > a {
  color: #fff;
  background: #12b5b0;
}
header > div .link nav > ul > li div {
  display: none;
  position: absolute;
  top: 52px;
  background: #00a7a2;
}
header > div .link nav > ul > li div a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.14;
}
header > div .link nav > ul > li div a:hover {
  opacity: 0.8;
}
header > div .link nav > ul > li div .tit a {
  padding: 8px 18px 6px 30px;
  background: #10b7b2;
  display: block;
}
header > div .link nav > ul > li div ul {
  padding: 15px 18px 15px 30px;
}
header > div .link nav > ul .approach div {
  width: 220px;
  left: 0;
}
header > div .link nav > ul .target div {
  width: 245px;
  left: 0;
}
header > div .link nav > ul .aboutus div {
  width: 440px;
  left: -316px;
}
header > div .link nav > ul .aboutus div ul {
  float: left;
  width: 220px;
}
header.fixed {
  position: fixed;
}
header input.gsc-input, header .gsc-input-box, header .gsc-input-box-hover, header .gsc-input-box-focus {
  border-color: #D9D9D9;
  border: none;
  box-shadow: none;
}
header input.gsc-search-button, header input.gsc-search-button:hover, header input.gsc-search-button:focus {
  border-color: #666666;
  background-color: #CECECE;
  background-image: none;
  filter: none;
}
header .gsc-search-box-tools .gsc-search-box .gsc-input,
header .gsib_a {
  padding: 0;
}
header #gsc-i-id1 {
  display: inline-block !important;
  margin: 0 !important;
  width: 360px !important;
  height: 30px !important;
  padding: 5px !important;
  border: none !important;
}
header form.gsc-search-box {
  font-size: 11px;
}
header .gsc-search-button input {
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  position: relative;
  top: 3px;
  left: -25px;
}
header .gsc-search-button {
  position: relative;
}
header input.gsc-search-button, header input.gsc-search-button:hover, header input.gsc-search-button:focus {
  background-image: none;
  background: none;
  border: none;
}
header .gsst_a .gscb_a {
  display: none !important;
}
header input.gsc-input {
  font-size: 11px;
}

/* topicpath
--------------------------------------------------------- */
.topicpath {
  background: #f0f0f0;
}
.topicpath .content {
  padding-top: 0;
  padding-bottom: 0;
}
.topicpath .content ul {
  padding: 6px 0;
}
.topicpath .content ul li {
  display: inline-block;
  padding-right: 12px;
  font-size: 0.75rem;
  color: #333;
}
.topicpath .content ul li + li {
  padding-left: 100px;
  padding-left: 19px;
  position: relative;
}
.topicpath .content ul li + li:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  left: -3.5px;
  top: 50%;
  margin-top: -4.5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topicpath .content ul li a {
  color: #333;
}
.topicpath .content ul li a:hover {
  opacity: 0.8;
}

/* footer
--------------------------------------------------------- */
footer {
  background: #323a43;
  color: #fff;
  position: relative;
}

footer a {
  color: #fff;
}
footer a:hover {
  opacity: 0.8;
}

/* nav */
footer nav {
  width: 1180px;
  margin: 0 auto;
  font-size: 0.875rem;
  overflow: hidden;
  padding: 73px 0 57px 0;
}

footer nav > ul li {
  float: left;
  width: 236px;
  line-height: 2.14;
}

footer nav .first > li > a {
  padding-left: 14px;
  position: relative;
}
footer nav .first > li > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer nav .first > li + li {
  margin-top: 10px;
}

footer nav .second {
  padding: 0 0 0 15px;
}

footer nav .second dd {
  padding: 0 0 0 30px;
}

footer nav .second dd + dt {
  margin-top: 20px;
}

/* utility */
footer .utility {
  clear: both;
  padding: 17px 0 20px 0;
  background: #292929;
}

footer .utility > div {
  width: 1180px;
  margin: 0 auto;
  font-size: 0.75rem;
  text-align: center;
}

footer .utility ul li {
  display: inline;
  padding: 0 7px 0 7px;
}

footer .utility ul + ul {
  margin-top: 5px;
}

footer .utility p {
  margin-top: 12px;
}

/* module
========================================================================== */
/* section
--------------------------------------------------------- */
section.content, div.content {
  padding: 70px 0 80px 0;
  width: 1180px;
  margin: 0 auto;
}
section.content_s, div.content_s {
  padding: 70px 0 80px 0;
  width: 1050px;
  margin: 0 auto;
}
section.content_s > .column:first-child, div.content_s > .column:first-child {
  padding-top: 0;
}
section.content_ss, div.content_ss {
  padding: 70px 0 80px 0;
  width: 950px;
  margin: 0 auto;
}
section.column, div.column {
  padding: 60px 0 0 0;
  border-bottom: 1px solid #999;
}

/* hl
--------------------------------------------------------- */
.h1_base {
  background: #0f5fa9;
  text-align: center;
}
.h1_base .content {
  padding: 0;
  color: #fff;
}
.h1_base .content div {
  display: table-cell;
  padding: 64px 0 70px 0;
  width: 1180px;
  vertical-align: middle;
}
.h1_base .content h1 {
  display: inline-block;
  font-size: 3.375rem;
  letter-spacing: 0.025em;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: 0 12px;
}
.h1_base .content h1.icon_approach {
  padding: 0 0 0 75px;
  background-image: url(/common/img/h1_approach.gif);
}
.h1_base .content h1.icon_target {
  padding: 0 0 0 75px;
  background-image: url(/common/img/h1_target.gif);
}
.h1_base .content h1.icon_investment {
  padding: 0 0 0 75px;
  background-image: url(/common/img/h1_investment.gif);
}
.h1_base .content h1.icon_aboutus {
  padding: 0 0 0 75px;
  background-image: url(/common/img/h1_aboutus.gif);
}
.h1_base .content h1.icon_ir {
  padding: 0 0 0 75px;
  background-image: url(/common/img/h1_ir.gif);
}
.h1_base .content h1.icon_contact {
  padding: 0 0 0 75px;
  background-image: url(/common/img/h1_contact.gif);
}
.h1_base .content p {
  margin-top: 30px;
  font-size: 1.25rem;
  line-height: 1.8;
}

.h2_base {
  margin-bottom: 40px;
  font-weight: normal;
  text-align: center;
  color: #1d84c6;
  line-height: 1.2;
  font-size: 3rem;
  letter-spacing: 0.025em;
}
.h2_base span {
  display: block;
  font-size: 1.375rem;
  line-height: 1.81;
  letter-spacing: normal;
}
.h2_list {
  margin-top: 46px;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1.66;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
.h2_list + div {
  padding: 0 0 0 30px;
}
.h2_item {
  margin-top: 40px;
  margin-bottom: 28px;
  font-weight: normal;
  line-height: 1.66;
  color: #1d84c6;
  font-size: 2.25rem;
  letter-spacing: 0.025em;
  text-align: center;
}

.h3_base {
  margin-top: 52px;
  margin-bottom: 30px;
  font-weight: normal;
  line-height: 1.11;
  font-size: 2.25rem;
  letter-spacing: 0.025em;
}
.h3_base + .txt_lead {
  text-align: left;
}
.h3_tab {
  margin-bottom: 28px;
  font-weight: normal;
  text-align: center;
  line-height: 1.11;
  color: #1d84c6;
  font-size: 2.25rem;
  letter-spacing: 0.025em;
}
.h3_tab + .txt_lead {
  margin-bottom: 26px;
  font-size: 1rem;
  text-align: left;
}
.h3_list {
  margin-top: 46px;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1.66;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
.h3_list + div {
  padding: 0 0 0 30px;
}
.h3_item {
  margin-top: 46px;
  margin-bottom: 28px;
  font-weight: normal;
  line-height: 1.66;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}

.h4_base {
  margin-top: 46px;
  margin-bottom: 28px;
  font-weight: normal;
  line-height: 1.66;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
.h4_tab {
  margin-top: 26px;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
.h4_list {
  margin-top: 46px;
  margin-bottom: 28px;
  font-weight: normal;
  line-height: 1.66;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
.h4_list + div {
  padding: 0 0 0 30px;
}

.tit_column {
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.16;
}
.tit_special {
  margin-bottom: 16px;
  text-align: center;
}

/* block
--------------------------------------------------------- */
.block_btn {
  margin-top: 40px;
}
.block_btn > .tit {
  font-weight: bold;
  text-align: center;
}
.block_btn > .tit + .btn_base {
  margin-top: 12px;
}
.block_img {
  margin-top: 54px;
}
.block_column2 {
  overflow: hidden;
  margin-bottom: 40px;
}
.block_column2 > div > .tit {
  margin-bottom: 26px;
  font-weight: normal;
  text-align: left;
  line-height: 1.66;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
.block_column2 > div > .tit + .subtit {
  margin-top: -20px;
}
.block_column2 > div:first-child {
  float: left;
}
.block_column2 > div:last-child {
  padding-left: 30px;
  overflow: hidden;
}
.block_column2 .h4_base {
  margin: 0;
  margin-bottom: 26px;
  text-align: left;
}
.block_item {
  padding: 70px 0 80px 0;
}
.block_item .content_s {
  padding: 0;
}
.block_item .content_s + .content_s {
  margin-top: 50px;
}
.block_item .inner {
  padding: 4px 40px 40px 40px;
  background: #f5f5f5;
}
.block_item .inner_w {
  padding: 4px 40px 40px 40px;
  background: #fff;
  border: 1px solid #ccc;
}
.block_item .table {
  background: #fff;
  padding: 0 10px;
}
.block_item .table td, .block_item .table th {
  padding: 15px 0;
}
.block_item .list {
  overflow: hidden;
}
.block_item .list li {
  float: left;
  width: 302px;
  margin-left: 32px;
  background: #fff;
}
.block_item .list li:first-child {
  margin-left: 0;
}
.block_item .list li.column2 {
  width: 638px;
}
.block_item .list li.column2 .contents {
  padding-right: 10px;
}
.block_item .list li.column2 .contents + .contents {
  padding-right: 22px;
  padding-left: 10px;
  text-align: right;
}
.block_item .list li .tit {
  padding: 8px 0;
  color: #fff;
  background: #ffa628;
  text-align: center;
}
.block_item .list li .contents {
  display: table-cell;
  width: 302px;
  height: 170px;
  padding: 20px 22px;
  vertical-align: middle;
  text-align: center;
}
.block_item .list li .contents a {
  display: inline-block;
}
.block_item .list li .contents img:nth-child(even),
.block_item .list li .contents a:nth-child(even) {
  margin-left: 18px;
  float: right;
}
.block_item .list li .contents p {
  float: right;
  margin-left: 18px;
  width: 120px;
}
.block_item .list li .contents p a + a {
  margin-top: 20px;
}
.block_special {
  background: #34a4ed;
}
.block_special .content_s {
  color: #fff;
}
.block_special .content_s .h2_base {
  color: #fff;
}
.block_special .content_s > ul.column4 > li {
  width: 230px;
  margin-left: 42px;
}
.block_special .content_s > ul.column4 > li .img {
  margin: 0 auto;
}
.block_special .content_s > ul.column4 + .tab_contents section.is_current.company:before {
  left: 81px;
}
.block_special .content_s > ul.column4 + .tab_contents section.is_current.realestate:before {
  left: 353px;
}
.block_special .content_s > ul.column4 + .tab_contents section.is_current.lease:before {
  left: 625px;
}
.block_special .content_s > ul.column4 + .tab_contents section.is_current.infrastructure:before {
  left: 900px;
}
.block_special .content_s > ul {
  overflow: hidden;
}
.block_special .content_s > ul > li {
  float: left;
  width: 185px;
  height: 317px;
  margin-left: 30px;
  text-align: center;
  cursor: pointer;
}
.block_special .content_s > ul > li:hover {
  opacity: 0.8;
}
.block_special .content_s > ul > li:first-child {
  margin-left: 0;
}
.block_special .content_s > ul > li .tit {
  margin-bottom: 18px;
}
.block_special .content_s > ul > li .img {
  display: block;
  width: 185px;
  height: 185px;
  background: #fff;
  border-radius: 50%;
}
.block_special .content_s > ul > li .img span {
  display: table-cell;
  width: 185px;
  height: 185px;
  vertical-align: middle;
}
.block_special .content_s > ul > li .link_base {
  margin-top: 15px;
  text-align: center;
}
.block_special .content_s > ul > li .link_base span {
  color: #fff;
}
.block_special .content_s > ul > li .link_base span:before {
  border-color: #fff;
  top: 13px;
}
.block_special .content_s > ul > li:nth-child(5) span img {
  margin: 10px 0 0 -7px;
}
.block_special .content_s > ul > li.is_current {
  border-bottom: 6px solid #0d87d6;
}
.block_special .content_s .tab_contents .h2_base {
  color: #1d84c6;
}
.block_special .content_s .lead {
  margin-top: 42px;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}
.block_info {
  margin-top: 16px;
  padding: 30px 25px;
  background: #ededed;
}
.block_info .lead {
  margin-bottom: 8px;
  font-weight: bold;
}
.block_info dl {
  font-size: 0.875rem;
}
.block_info dl dt {
  width: 60px;
  float: left;
}
.block_info dl dd {
  overflow: hidden;
  padding: 0 0 0 10px;
  position: relative;
}
.block_info dl dd:before {
  content: ':';
  position: absolute;
  top: 0;
  left: 0;
}
.block_info .txt_note {
  margin-top: 0;
}

.block_investments {
  background: #34a4ed;
}
.block_investments .h2_base {
  color: #fff;
}
.block_investments ul {
  height: 185px;
}
.block_investments ul li {
  padding: 10px 14px;
  width: 185px;
  height: 185px;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.block_investments ul li img {
  -webkit-transform: transform 0.2s;
  transition: transform 0.2s;
}
.block_investments ul li img:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.block_investments ul li.is_exited {
  position: relative;
}
.block_investments ul li.is_exited:before {
  padding: 2px 9px;
  position: absolute;
  z-index: 50;
  right: 2px;
  bottom: 2px;
  content: 'exited';
  display: block;
  background: #ccc;
  color: #fff;
  font-size: 0.875rem;
}
.block_people {
  background: #12b5b0;
}
.block_people .h2_base {
  color: #fff;
}
.block_people .txt_lead {
  margin-bottom: 55px;
  color: #fff;
}
.block_people ul {
  overflow: hidden;
  margin-left: -30px;
  margin-top: -32px;
}
.block_people ul li {
  float: left;
  width: 271px;
  padding: 0 0 15px 0;
  background: #fff;
  margin-left: 30px;
  margin-top: 32px;
}
.block_people ul li p {
  padding: 0 20px;
}
.block_people ul li .img {
  padding: 0;
  width: 271px;
  height: 210px;
}
.block_people ul li .name {
  margin-top: 8px;
  padding: 0 20px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  font-size: 1.125rem;
}
.block_people ul li .position {
  margin-top: -5px;
  font-size: 0.75rem;
  text-align: center;
}
.block_people ul li .info {
  margin-top: 8px;
  font-size: 0.875rem;
}
.block_vision .content > ul {
  margin-top: 40px;
}
.block_vision .content > ul > li .link_special {
  margin-top: 12px;
  text-align: center;
}
.block_concept .h2_base {
  margin-bottom: 30px;
}
.block_concept .logo {
  margin: 0 0 78px 0;
  text-align: center;
}
.block_concept p + .h3_base {
  margin-top: 52px;
}
.block_approach {
  background: #0d87d6;
  color: #fff;
}
.block_approach .content_s {
  overflow: hidden;
}
.block_approach .lead {
  margin: 0 0 50px 0;
  text-align: center;
}
.block_approach .h2_base {
  color: #fff;
}
.block_approach .solution {
  width: 465px;
  float: left;
  margin: 0 40px 0 20px;
}
.block_approach .solution + .solution {
  margin: 0 20px 0 40px;
}
.block_approach .solution .tit {
  height: 68px;
  text-align: center;
}
.block_approach .solution .img {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  height: 245px;
  width: 525px;
  text-align: center;
}
.block_news dl {
  overflow: hidden;
  margin-top: -30px;
}
.block_news dl dt {
  width: 280px;
  float: left;
  padding-top: 30px;
  position: relative;
}
.block_news dl dt:after {
  display: block;
  padding: 4px 0 0 0;
  width: 90px;
  height: 22px;
  position: absolute;
  top: 30px;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
}
.block_news dl dt.investment:after {
  content: '投資';
  background: #f26724;
}
.block_news dl dt.info:after {
  content: 'お知らせ';
  background: #009e96;
}
.block_news dl dd {
  padding: 30px 0 0 330px;
}
.block_bnr {
  background: #67bcf4;
}
.block_bnr2 {
  background: #06145a;
}
.block_bnr .content,
.block_bnr2 .content {
  padding: 40px 0;
}
.block_bnr .content img:hover,
.block_bnr2 .content img:hover {
  opacity: 0.8;
}

.block_bnr3 {
  background: #67bcf4;
}

.block_bnr3 section.content {
    padding: 30px 0 30px 0;
}

.block_bnr3 section.content .left {
	width:750px;
	float:left;
}

.block_bnr3 section.content .right {
	width:400px;
	float:right;
}

.block_bnr3 section.content:after {
	content:" ";
	clear:both;
	display:block;
	line-height:0;
}

.block_bnr3 section.content .left p:first-child {
	padding-bottom:30px;
}

/* tab
--------------------------------------------------------- */
.tab_contents {
  color: #4c4c4c;
}
.tab_contents > section {
  display: none;
  margin-top: 75px;
  padding: 57px 31px 60px 31px;
  background: #fff;
  position: relative;
}
.tab_contents > section .h2_base {
  color: #1d84c6;
}
.tab_contents > section:before {
  content: "";
  position: absolute;
  margin-top: -45px;
  top: 0;
  border-bottom: 45px solid #fff;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
}
.tab_contents > section.growth:before {
  left: 65px;
}
.tab_contents > section.transform:before {
  left: 282px;
}
.tab_contents > section.succession:before {
  left: 498px;
}
.tab_contents > section.estate:before {
  left: 715px;
}
.tab_contents > section.flow:before {
  left: 931px;
}
.tab_contents > section.is_current {
  display: block;
}
.tab_contents > section.growth .list {
  overflow: hidden;
}
.tab_contents > section.growth .list li {
  float: left;
  width: 172px;
  margin-left: 31px;
}
.tab_contents > section.growth .list li:first-child {
  margin-left: 0;
}
.tab_contents > section .block_column2 .link_small {
  margin-top: 24px;
}
.tab_contents > section .block_column2 .block_column2 {
  margin-top: 30px;
  margin-bottom: 0;
}
.tab_contents > section .txt_lead {
  text-align: left;
  margin: 0 10px;
}
.tab_contents > section .column {
  padding: 160px 0 0 0;
  margin-top: -100px;
}

/* txt
--------------------------------------------------------- */
.txt_lead {
  text-align: center;
  line-height: 1.8;
}
.txt_bold {
  font-weight: bold;
}
.txt_copy {
  margin-bottom: 20px;
  line-height: 1;
  color: #ef6601;
  font-weight: bold;
  font-size: 1.5rem;
}
.txt_note {
  margin-top: 12px;
  padding-left: 15px;
  line-height: 1.69;
  font-size: 0.8125rem;
  position: relative;
}
.txt_note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.txt_underconstruction {
  padding: 0 0 50px 0;
  text-align: center;
  font-size: 1.75rem;
  color: #999;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}

/* link
--------------------------------------------------------- */
.link_small > li a {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  color: #4c4c4c;
  font-size: 0.8125rem;
}
.link_small > li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-top: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_small > li a:hover {
  opacity: 0.8;
}
.link_small > li a:before {
  top: 10px;
}
.link_base > li a {
  display: inline-block;
  padding-left: 17px;
  position: relative;
  color: #4c4c4c;
  font-size: 1.125rem;
}
.link_base > li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_base > li a:hover {
  opacity: 0.8;
}
.link_base > li span {
  color: #4c4c4c;
  display: inline-block;
  padding-left: 17px;
  position: relative;
  font-size: 1.125rem;
}
.link_base > li span:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_special a {
  padding-left: 23px;
  position: relative;
  font-size: 1.375rem;
  line-height: 1.8;
  letter-spacing: 0.075em;
}
.link_special a:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_special span {
  padding-left: 23px;
  position: relative;
  font-size: 1.375rem;
  line-height: 1.8;
  letter-spacing: 0.075em;
}
.link_special span:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_block {
  display: block;
}
.link_block:hover {
  opacity: 0.8;
}

/* link icon
--------------------------------------------------------- */
.icon_blank {
  position: relative;
}
.icon_blank:after {
  position: relative;
  top: 0;
  left: 3px;
  content: url("/common/img/icon_link_blank.png");
}
.icon_pdf {
  position: relative;
}
.icon_pdf:after {
  position: relative;
  top: 3px;
  left: 6px;
  content: url("/common/img/icon_link_pdf.png");
}

.btn_base .icon_blank {
  padding-right: 5px;
}
.btn_base .icon_blank:after {
  right: 0;
  content: url("/common/img/icon_btn_blank.png");
}

/* list
--------------------------------------------------------- */
.list_img {
  overflow: hidden;
}
.list_img > li {
  float: left;
  margin-left: 32px;
  text-align: center;
}
.list_img > li:first-child {
  margin-left: 0;
}
.list_img > li .link_special {
  margin-top: 6px;
}
.list_img > li > .tit {
  margin-top: 12px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.list_img > li > .txt {
  margin-top: 3px;
  font-size: 0.75rem;
}
.list_img.column3 {
  display: table;
  margin: 0 auto;
}
.list_img.column3 > li {
  width: 372px;
}
.list_img.column4 > li {
  width: 271px;
}
.list_img.column5 > li {
  width: 210px;
}
.list_img .link_base {
  margin-top: 14px;
}
.list_img .link_base span:before {
  top: 13px;
}
.list_investments {
  overflow: hidden;
  display: table;
  margin: 0 auto;
}
.list_investments li {
  float: left;
  width: 172px;
  margin-left: 32px;
}
.list_investments li:first-child {
  margin-left: 0;
}
.list_investments li.is_exited {
  position: relative;
}
.list_investments li.is_exited:before {
  padding: 2px 9px;
  position: absolute;
  z-index: 50;
  right: 2px;
  bottom: 2px;
  content: 'exited';
  display: block;
  background: #ccc;
  color: #fff;
  font-size: 0.875rem;
}
.list_investments li span {
  display: block;
  font-size: 0.875rem;
  margin: 10px 0 0 0;
}
.list_base li {
  padding-left: 13px;
  position: relative;
  line-height: 1.714;
  font-size: 0.875rem;
}
.list_base li:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef6601;
}
.list_number {
  margin-top: 15px;
}
.list_number li + li {
  margin-top: 0.8em;
}
.list_number li {
  padding-left: 26px;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.714;
}
.list_number li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #ef6601;
  font-weight: bold;
}
.list_number li:nth-child(1):before {
  content: "1.";
}
.list_number li:nth-child(2):before {
  content: "2.";
}
.list_number li:nth-child(3):before {
  content: "3.";
}
.list_number li:nth-child(4):before {
  content: "4.";
}
.list_number li:nth-child(5):before {
  content: "5.";
}
.list_number li:nth-child(6):before {
  content: "6.";
}
.list_number li:nth-child(7):before {
  content: "7.";
}
.list_number li:nth-child(8):before {
  content: "8.";
}
.list_number li:nth-child(9):before {
  content: "9.";
}
.list_number li:nth-child(10):before {
  content: "10.";
}
.list_number li:nth-child(11):before {
  content: "11.";
}
.list_note {
  margin-top: 10px;
}
.list_note li:nth-child(1) {
  padding-left: 34px;
  position: relative;
  line-height: 1.69;
  font-size: 0.8125rem;
}
.list_note li:nth-child(1):before {
  display: block;
  position: absolute;
  content: "※1";
  left: 0;
  top: 0;
}
.list_note li:nth-child(1) + li {
  margin-top: 5px;
}
.list_note li:nth-child(2) {
  padding-left: 34px;
  position: relative;
  line-height: 1.69;
  font-size: 0.8125rem;
}
.list_note li:nth-child(2):before {
  display: block;
  position: absolute;
  content: "※2";
  left: 0;
  top: 0;
}
.list_note li:nth-child(2) + li {
  margin-top: 5px;
}
.list_note li:nth-child(3) {
  padding-left: 34px;
  position: relative;
  line-height: 1.69;
  font-size: 0.8125rem;
}
.list_note li:nth-child(3):before {
  display: block;
  position: absolute;
  content: "※3";
  left: 0;
  top: 0;
}
.list_note li:nth-child(3) + li {
  margin-top: 5px;
}
.list_note li:nth-child(4) {
  padding-left: 34px;
  position: relative;
  line-height: 1.69;
  font-size: 0.8125rem;
}
.list_note li:nth-child(4):before {
  display: block;
  position: absolute;
  content: "※4";
  left: 0;
  top: 0;
}
.list_note li:nth-child(4) + li {
  margin-top: 5px;
}
.list_note li:nth-child(5) {
  padding-left: 34px;
  position: relative;
  line-height: 1.69;
  font-size: 0.8125rem;
}
.list_note li:nth-child(5):before {
  display: block;
  position: absolute;
  content: "※5";
  left: 0;
  top: 0;
}
.list_note li:nth-child(5) + li {
  margin-top: 5px;
}
.list_note li:nth-child(6) {
  padding-left: 34px;
  position: relative;
  line-height: 1.69;
  font-size: 0.8125rem;
}
.list_note li:nth-child(6):before {
  display: block;
  position: absolute;
  content: "※6";
  left: 0;
  top: 0;
}
.list_note li:nth-child(6) + li {
  margin-top: 5px;
}
.list_note li:nth-child(7) {
  padding-left: 34px;
  position: relative;
  line-height: 1.69;
  font-size: 0.8125rem;
}
.list_note li:nth-child(7):before {
  display: block;
  position: absolute;
  content: "※7";
  left: 0;
  top: 0;
}
.list_note li:nth-child(7) + li {
  margin-top: 5px;
}
.list_note li:nth-child(8) {
  padding-left: 34px;
  position: relative;
  line-height: 1.69;
  font-size: 0.8125rem;
}
.list_note li:nth-child(8):before {
  display: block;
  position: absolute;
  content: "※8";
  left: 0;
  top: 0;
}
.list_note li:nth-child(8) + li {
  margin-top: 5px;
}
.list_note li:nth-child(9) {
  padding-left: 34px;
  position: relative;
  line-height: 1.69;
  font-size: 0.8125rem;
}
.list_note li:nth-child(9):before {
  display: block;
  position: absolute;
  content: "※9";
  left: 0;
  top: 0;
}
.list_note li:nth-child(9) + li {
  margin-top: 5px;
}
.list_note li:nth-child(10) {
  padding-left: 34px;
  position: relative;
  line-height: 1.69;
  font-size: 0.8125rem;
}
.list_note li:nth-child(10):before {
  display: block;
  position: absolute;
  content: "※10";
  left: 0;
  top: 0;
}
.list_note li:nth-child(10) + li {
  margin-top: 5px;
}
.list_note li:nth-child(11) {
  padding-left: 34px;
  position: relative;
  line-height: 1.69;
  font-size: 0.8125rem;
}
.list_note li:nth-child(11):before {
  display: block;
  position: absolute;
  content: "※11";
  left: 0;
  top: 0;
}
.list_note li:nth-child(11) + li {
  margin-top: 5px;
}
.list_inline dt {
  float: left;
}
.list_inline dd {
  overflow: hidden;
}
.list_indent > li {
  padding-left: 36px;
  text-indent: -36px;
}

.list_normal {
	margin-left:20px;
}

.list_normal li {
	list-style:disc outside;
	padding-bottom:8px;
}

/* btn
--------------------------------------------------------- */
.btn_base {
  margin-top: 40px;
  text-align: center;
}
.btn_base a {
  padding: 8px 0 8px 0;
  display: inline-block;
  width: 294px;
  border: 1px solid #1d84c6;
  text-align: center;
  color: #1d84c6;
}
.btn_base a:hover {
  opacity: 0.8;
}
.btn_base span {
  padding-left: 18px;
  position: relative;
  letter-spacing: 0.075em;
}
.btn_base span:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  margin-top: -4.5px;
  border-top: 1px solid #1d84c6;
  border-right: 1px solid #1d84c6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_bg {
  clear: both;
  margin-top: 40px;
  text-align: center;
}
.btn_bg a {
  padding: 8px 0 8px 0;
  display: inline-block;
  width: 294px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}
.btn_bg a:hover {
  opacity: 0.8;
}
.btn_bg span {
  padding-left: 18px;
  position: relative;
  letter-spacing: 0.075em;
}
.btn_bg span:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_pagetop {
  position: absolute;
  top: -70px;
  right: 0;
  width: 60px;
  height: 60px;
  background: #45505c;
  cursor: pointer;
  margin-right: 10px;
}
.btn_pagetop:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn_pagetop.move {
  position: fixed;
  top: auto;
  bottom: 10px;
}
.btn_pagetop:hover {
  opacity: 0.8;
}

/* table
--------------------------------------------------------- */
.tbl_base {
  font-size: 0.875rem;
  text-align: left;
}
.tbl_base tr:first-child th, .tbl_base tr:first-child td {
  border: none;
}
.tbl_base td, .tbl_base th {
  padding: 25px 0 26px 0;
  border-top: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}
.tbl_base th {
  color: #1d84c6;
  font-weight: bold;
}
.tbl_base td > .list dt {
  float: left;
  font-weight: bold;
  width: 110px;
}
.tbl_base td > .list dd {
  overflow: hidden;
}
.tbl_padding {
  font-size: 1rem;
  text-align: left;
}
.tbl_padding td, .tbl_padding th {
  padding: 35px 40px 35px 40px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}
.tbl_padding th {
  color: #1d84c6;
  font-weight: bold;
}
.tbl_noborder td, .tbl_noborder th {
  padding: 28px 0 0 0;
  border-bottom: none;
}
.tbl_noborder td {
  padding-left: 40px;
}
.tbl_noborder tr:first-child td, .tbl_noborder tr:first-child th {
  padding-top: 0;
}
.tbl_fund {
  font-size: 0.875rem;
  background: #fff;
}
.tbl_fund tr:last-child td {
  border-bottom: none;
}
.tbl_fund td, .tbl_fund th {
  padding: 10px;
  border: solid 1px #e6e6e6;
  border-left: none;
  border-top: none;
}
.tbl_fund td:last-child, .tbl_fund th:last-child {
  border-right: none;
}
.tbl_fund th {
  background: #ffa628;
  color: #fff;
  font-weight: normal;
  border: none;
  border-right: solid 1px #f5f5f5;
}

.th_right th {
  text-align: right;
}

/* img
--------------------------------------------------------- */
figcaption {
  margin-top: 14px;
  font-weight: bold;
  letter-spacing: 0.075em;
}

/* slider
--------------------------------------------------------- */
.js-slider {
  width: 1085px;
  margin: 0 auto;
  padding: 0 0 0 0;
}
.js-slider li {
  float: left;
  width: 193px;
  padding: 0;
  margin: 0;
  margin: 0 12px;
}
.js-slider button {
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
}
.js-slider button:hover {
  opacity: 0.8;
}
.js-slider button:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.js-slider .slick-prev {
  left: -32px;
}
.js-slider .slick-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 5px;
  left: 5px;
}
.js-slider .slick-next {
  right: -32px;
}
.js-slider .slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
  left: 5px;
}

/* animation
--------------------------------------------------------- */
.is_hidden {
  visibility: hidden;
}

.is_zoomin {
  -webkit-animation: move 0.5s ease;
  animation: move 0.5s ease;
}

@-webkit-keyframes move {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes move {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.is_slideup {
  -webkit-animation: slideup 0.3s ease;
  animation: slideup 0.3s ease;
}

@-webkit-keyframes slideup {
  from {
    -webkit-transform: translateY(10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideup {
  from {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* map
--------------------------------------------------------- */
.block_map {
  position: relative;
}

#map_canvas {
  width: 100%;
  height: 400px;
}

.map_detail {
  width: 470px;
  padding: 30px 25px;
  position: absolute;
  right: 50px;
  top: 40px;
  background: #fff;
  opacity: 0.96;
  z-index: 10;
}
.map_detail dt {
  color: #1d84c6;
  font-weight: bold;
}
.map_detail dd {
  font-size: 0.875rem;
  line-height: 1.7;
}
.map_detail dd + dt {
  margin-top: 10px;
}

/* width
--------------------------------------------------------- */
.w65 {
  width: 65px !important;
}

.w110 {
  width: 110px !important;
}

.w150 {
  width: 150px !important;
}

.w185 {
  width: 185px;
}

.w200 {
  width: 200px;
}

.w229 {
  width: 229px;
}

.w240 {
  width: 240px;
}

.w271 {
  width: 271px;
}

.w290 {
  width: 300px;
}

.w360 {
  width: 360px !important;
}

.w372 {
  width: 372px;
}

.w460 {
  width: 460px;
}

.w510 {
  width: 510px;
}

.w550 {
  width: 550px;
}

.w638 {
  width: 638px;
}

/* margin
--------------------------------------------------------- */
.mb26 {
  margin-bottom: 26px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt26 {
  margin-top: 26px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt46 {
  margin-top: 46px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

/* padding */
.pr100 {
  padding-right: 80px !important;
}

/* anchor
--------------------------------------------------------- */
#member01 {
  margin-top: -117px;
  padding-top: 117px;
}

#member02,
#member03,
#member04,
#member05,
#member06,
#member07,
#member08 {
  margin-top: -117px;
  padding-top: 177px;
}

#tab {
  padding-top: 187px;
  margin-top: -187px;
}

#equity,
#cashflow {
  margin-top: -137px;
  padding-top: 137px;
}



/* way
--------------------------------------------------------- */
/* リスト ---------------------------- */
.wayLibrary dl{
	display:table;
	margin:0;
	width:100%;
	border-bottom:1px solid #e5e5e5;
}
.wayLibrary dt,
.wayLibrary dd {
    display: table-cell;
    vertical-align: top;
    padding: 1em 0;
	margin:0;
}
.wayLibrary dt{
	padding-right:1em;
	width:1px;
	white-space:nowrap;
}
.wayLibrary dt{
	min-width:150px;
}

.wayDetail .number {
	font-size:22px;
	font-weight:bold;
}

.wayDetail h2 {
	color:#1d84c6;
	font-size:22px;
}

.wayDetail .ex {
	padding-top:20px;
}

.wayDetail h3 {
	font-size:20px;
	padding-top:50px;
}

.wayInterview dl{
	display:table;
	margin:0;
	width:100%;
}

.wayInterview dt,
.wayInterview dd {
    display: table-cell;
    vertical-align: top;
    padding: 20px 0 0 0;
	margin:0;
}

.wayInterview dt {
	width:60px;
}

.wayInterview .photo {
	float:right;
	padding:0 0 10px 20px;
}

.wayInterview .b_photo {
	text-align:center;
}

.wayInterview .b_photo p {
	padding-top:5px;
}

.fs_14 {
	font-size:14px;
}
