#page_business main #business .sectionBody .strongTitleBox >.contents ul,
#page_concept main #concept .sectionBody .strongTitleBox >.contents ul {
  padding-left: 30px;
  padding-right: 30px;
}
#page_concept main #concept .sectionBody .strongTitleBox >.title:before {
  width: calc(100% - 166px);
  max-width: 100%;
}
#page_president main #president .sectionBody >h3 {
  height: 36px;
}
#page_president main #president .sectionBody >h3:after {
  background-image: url("../img/presidentMessageTitle_pc.png");
}
#page_access main #access .sectionBody #mapCanvas {
  width: 100%;
  height: calc(485px / 3 * 2);
}
#globalFooter .inner {
  padding-top: 4em;
  padding: 4em 2em 0;
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
#globalFooter .inner .copy {
  width: 25%;
  text-align: right;
}
#globalFooter .inner .siteMap {
  display: block;
  color: #fff;
  display: flex;
  width: 75%;
  text-align: left;
}
#globalFooter .inner .siteMap >ul {
  width: 33.3333%;
}
#globalFooter .inner .siteMap >ul >li,
#globalFooter .inner .siteMap >ul >li >a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#globalFooter .inner .siteMap >ul a:hover {
  color: #b7a853;
}
#globalFooter .inner .siteMap >ul >li {
  margin-top: 1em;
}
#globalFooter .inner .siteMap >ul >li:first-child {
  margin-top: 0;
}
#globalFooter .inner .siteMap >ul >li ul li a {
  font-weight: normal;
  text-decoration: none;
  color: rgba(255,255,255,0.45);
}
#index #globalFooter {
  padding: 0 0 2em;
}
#index #globalFooter .inner {
  display: block;
  padding: 0 15px;
}
#index #globalFooter .inner .copy {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
#index #globalFooter .inner #siteNews {
  width: 100%;
  padding: 0;
  height: auto;
}
#index #globalFooter .inner #siteNews .sectionHeader {
  left: 0;
  padding: 0;
}
#index #globalFooter .inner #siteNews .sectionBody {
  padding-left: 2em;
}
#globalHeader .inner {
  padding-left: 2em;
  padding-right: 2em;
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
  min-height: 111px;
}
#globalHeader .inner h1 {
  width: auto;
  max-width: 162px;
}
#globalHeader .inner #navi {
  display: block;
  position: absolute;
  right: 2em;
  top: 30px;
  display: flex;
}
#globalHeader .inner #navi li {
  font-size: 1.5rem;
  margin-left: 3em;
  position: relative;
}
#globalHeader .inner #navi li:after {
  content: "";
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background-color: #b7a153;
  opacity: 0;
  transform: translateY(-1em);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#globalHeader .inner #navi li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0,0,0,0);
  font-size: 1px;
  height: 0;
  height: 30px;
}
#globalHeader .inner #navi li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/label_globalNavigation.png") left top/375px auto no-repeat;
}
#globalHeader .inner #navi li:first-child a {
  width: 48px;
}
#globalHeader .inner #navi li:first-child a:before {
  background-position: left top;
}
#globalHeader .inner #navi li:first-child a:hover:before {
  background-position: left -35px;
}
#globalHeader .inner #navi li.service a {
  width: calc(138px / 2);
}
#globalHeader .inner #navi li.service a:before {
  background-position: left -70px;
}
#globalHeader .inner #navi li.service a:hover:before {
  background-position: left -105px;
}
#globalHeader .inner #navi li.company a {
  width: calc(138px / 2);
}
#globalHeader .inner #navi li.company a:before {
  background-position: left -140px;
}
#globalHeader .inner #navi li.company a:hover:before {
  background-position: left -175px;
}
#globalHeader .inner #navi li.access a {
  width: calc(129px / 2);
}
#globalHeader .inner #navi li.access a:before {
  background-position: left -210px;
}
#globalHeader .inner #navi li.access a:hover:before {
  background-position: left -245px;
}
#globalHeader .inner #navi li.contact a {
  width: calc(206px / 2);
}
#globalHeader .inner #navi li.contact a:before {
  background-position: left -280px;
}
#globalHeader .inner #navi li.contact a:hover:before {
  background-position: left -315px;
}
#globalHeader .inner #navi li.here:first-child a:before {
  background-position: left -35px;
}
#globalHeader .inner #navi li.here.service a:before {
  background-position: left -105px;
}
#globalHeader .inner #navi li.here.company a:before {
  background-position: left -175px;
}
#globalHeader .inner #navi li.here.access a:before {
  background-position: left -245px;
}
#globalHeader .inner #navi li.here.contact a:before {
  background-position: left -315px;
}
body#index #globalHeader .inner h1 {
  margin-left: 2em;
}
body#index #globalHeader .inner #siteNews {
  padding: 12px 15px;
}
body#index #globalHeader .inner #siteNews .sectionHeader {
  padding-left: 0;
  left: 15px;
}
body#index #globalHeader .inner #siteNews .sectionBody {
  padding-left: 2em;
}
body#index #globalHeader .inner #siteNews .sectionBody #newsList .newsEntry a .newsTitle {
  width: 100%;
}
#globalHeader .inner #navi li.here:after,
#globalHeader .inner #navi li:hover:after {
  transform: translateY(-0.5em);
  opacity: 1;
}
#index main #concept {
  margin-bottom: 8em;
}
#index main #concept .sectionHeader .siteCatchArea {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}
#index main #concept .sectionHeader .siteCatchArea .siteCatch {
  height: 52px;
}
#index main #concept .sectionHeader .siteCatchArea .siteCatch:after {
  background-size: auto 100%;
}
#page_koukoku main #koukoku .sectionBody p a:hover,
#page_tokurei main #koukoku .sectionBody p a:hover,
#page_koukoku main #tokurei .sectionBody p a:hover,
#page_tokurei main #tokurei .sectionBody p a:hover {
  text-decoration: none;
  color: #b7a153;
}
.topPageLink {
  text-align: center;
  padding: 2em 0 4em;
}
.button:hover {
  background-color: #00242e;
}
.button.special:hover {
  background: #99853f;
}
#navigationControl {
  display: none;
}
#pageHeader {
  padding-left: 0;
  padding-right: 0;
}
#pageHeader .inner {
  width: 966px;
  padding: 0 91px;
  margin: 0 auto;
  position: relative;
}
#pageHeader .inner h1 {
  width: 299px;
}
#pageHeader .inner h1 img {
  width: 154px;
}
body:not(#index) main {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
}
body:not(#index) main .clickStream {
  padding: 15px 30px;
}
body:not(#index) main >section {
  display: flex;
  padding: 7em 91px;
}
body:not(#index) main >section .sectionHeader,
body:not(#index) main >section .sectionBody {
  padding: 0;
}
body:not(#index) main >section .sectionHeader {
  width: 299px;
  text-align: left;
}
body:not(#index) main >section .sectionHeader h2 strong {
  background-image: url("../img/label_sectionTitle_pc.png");
  background-position-x: left;
}
body:not(#index) main >section#tokurei .sectionHeader h2 strong {
  height: 108px;
}
body:not(#index) main >section .sectionBody {
  width: 485px;
  flex-grow: 1;
}
body:not(#index) main >section .sectionBody .button {
  width: 300px;
}
main >section#business .sectionBody img {
  width: 274px;
}
main >section#company .sectionBody ul li {
  display: flex;
}
main >section#company .sectionBody ul li .th {
  width: 93px;
}
main >section#company .sectionBody ul li .td {
  flex-grow: 1;
}
main >section#contact .sectionBody p br {
  display: block;
}
main >section#contact .sectionBody .button {
  margin-top: 4em;
}
main >section#access .sectionBody #mapCanvas {
  width: 100%;
  height: 307px;
}
main >section#access .sectionBody .button {
  margin-top: 4em;
}
.responsiveTable .tr {
  display: flex;
  margin-top: -1px;
}
.responsiveTable .tr .th,
.responsiveTable .tr .td {
  padding: 0.5em 1em;
}
.responsiveTable .tr .th {
  width: 25%;
}
.responsiveTable .tr .td {
  width: 75%;
}
.subNavigation {
  display: block;
}
.subNavigation:before {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background-color: #aaabab;
  margin: 3em 0 2em;
}
.subNavigation ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0,0,0,0);
  font-size: 1px;
  height: 0;
  width: 100px;
  height: 26px;
  position: relative;
}
.subNavigation ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/label_link.png") left top/375px auto no-repeat;
}
.subNavigation ul li.company a:before {
  background-position-y: -30px;
}
.subNavigation ul li.company.here a:before,
.subNavigation ul li.company a:hover:before {
  background-position-y: -60px;
}
.subNavigation ul li.business a:before {
  background-position-y: -90px;
}
.subNavigation ul li.business.here a:before,
.subNavigation ul li.business a:hover:before {
  background-position-y: -120px;
}
.subNavigation ul li.president a:before {
  background-position-y: -150px;
}
.subNavigation ul li.president.here a:before,
.subNavigation ul li.president a:hover:before {
  background-position-y: -180px;
}
.subNavigation ul li.recruit a:before {
  background-position-y: -210px;
}
.subNavigation ul li.recruit.here a:before,
.subNavigation ul li.recruit a:hover:before {
  background-position-y: -240px;
}
.subNavigation ul li.finance_service a:before {
  background-position-y: -270px;
}
.subNavigation ul li.finance_service.here a:before,
.subNavigation ul li.finance_service a:hover:before {
  background-position-y: -300px;
}
.subNavigation ul li.asset_management a:before {
  background-position-y: -330px;
}
.subNavigation ul li.asset_management.here a:before,
.subNavigation ul li.asset_management a:hover:before {
  background-position-y: -360px;
}
.subNavigation#aboutPageSubNavigation ul li a {
  width: 100px;
}
.subNavigation#servicePageSubNavigation ul li a {
  width: 100%;
}
#page_recruit main #recruit .sectionBody .entryFooter .button {
  margin-left: auto;
  margin-right: auto;
}
#index #globalFooter .inner #siteNews {
  padding: 0 0 2em 0;
  height: auto;
}
#index #globalFooter .inner #siteNews .sectionHeader {
  left: 0;
  padding: 0;
}
#index #globalFooter .inner #siteNews .sectionBody {
  padding-left: 3em;
}
#index {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  align-self: stretch;
}
#index main {
  width: 100%;
}
#index main #concept {
  width: 100%;
  height: auto;
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#index main #concept .sectionHeader .siteCatchArea {
  width: 100%;
  height: auto;
  max-width: 966px;
  max-height: 100%;
  padding-top: 4em;
  padding-bottom: 6em;
  display: block;
  margin: 0;
}
#index main #concept .sectionBody {
  width: 100%;
}
#index main #concept .sectionBody ul {
  display: flex;
  justify-content: space-between;
}
#index main #concept .sectionBody ul li {
  width: 222px;
  margin-top: 2em;
}
#index main #concept .sectionBody ul li:before {
  width: 1px;
  height: 100%;
  position: absolute;
  left: -2.5em;
  top: 0;
  margin-top: 0;
}
#index main #concept .sectionBody ul li strong {
  text-align: left;
  line-height: 1;
}
