/* ///////////////////////////////////// */
/* 基本構造*/
/* 上書き */

/* INCREO_AIZAW-70 モック作成：ベースの調整：顧客確認後要望（行間の調整） で本サイトにも反映されるスタイルを先行* */
p,
th,
td,
caption,
ul,
ol,
dt,
dd,
.wm-border,
.wm-background,
.wm-border-background {
  font-size: 1.5rem;
  line-height: 1.7;
}

/* INCREO_AIZAW-74 モック作成：ベースの調整：顧客確認後要望（リンクアイコンの変更） で本サイトにも反映されるスタイルを先行* */
.icon a:before {
  background: url(../img/icon_common.png) -1530px center no-repeat;
}

@media screen and (min-width: 768px) {
  #container {
    position: relative;
    min-width: 980px;
    max-width: 1220px;
    margin-top: 75px;
    margin-bottom: 50px;
  }
}

#container article {
  z-index: 10000;
  float: right;
  width: 100%;
  margin-left: 0;
  clear: right;
}

#tPath {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
}

#tPath ol {
  margin: 0;
}

@media screen and (max-width: 767px) {
  /* INCREO_AIZAW-44 モック作成：ベースの調整：顧客確認後要望（スマホ用見出しサイズの調整） で本サイトにも反映されるスタイルを先行* */
  #container header h1 {
    font-size: 2rem;
    font-weight: bold;
  }
}
/* ////////////////////////////////////// */
/* ヘッダー部分 */
/* 上書き */
@media screen and (min-width: 768px) {
  #pageTop header h1,
  #pageTop header h2 {
    position: absolute;
    top: 12px;
    left: 20px;
    width: 260px;
  }

  #pageTop header {
    position: absolute;
    top: 0;
    z-index: 9900;
    min-width: 1000px;
    height: 65px;
    background: none;
    border-bottom: 2px solid #026eb6;
  }

  #toppage #pageTop header {
    border-bottom: none;
  }

  /* 新メニュー */
  #mainmenu {
    position: absolute;
    top: 18px;
    right: 30px;
    /*width: 30em;*/
    display: flex;
    text-align: left;
  }

  #mainmenu > li {
    position: relative;
    display: block;
    margin-right: 1em;
    margin-left: 1em;
  }

  #mainmenu > li > a {
    position: relative;
    padding: 10px 10px 13px 10px;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
  }

  #mainmenu > li > a:hover {
    color: #27a3dc;
  }

  #mainmenu > li > a:after {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 4px;
    margin: 0 auto;
    content: "";
    background-color: #7fd7ff;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  #toppage #mainmenu > li > a:after {
    background-color: #006db8;
  }

  #mainmenu > li > a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  #mainmenu > li > ul {
    position: absolute;
    display: block;
    width: 100%;
    margin-top: 10px;
    visibility: hidden;
  }

  #mainmenu > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }

  #mainmenu > li > ul > li > a {
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: #026eb6;
  }

  #mainmenu > li > ul > li > a:hover {
    background: #038ec8;
  }
}

@media screen and (max-width: 767px) {
  #pageTop {
    position: absolute;
    top: 0;
  }

  #pageTop header h1,
  #pageTop header h2 {
    width: 45%;
    width: 45%;
    min-width: 185px;
    height: 30px;
    padding: 15px 10px;
    margin: 0;
    text-align: left;
  }
  #pageTop header h1 img {
    height: 100%;
  }

  #pageTop header {
    position: fixed;
    width: 100%;
    height: 60px;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #3175b9;
  }
  #toppage #pageTop header {
    border-bottom: none;
  }

  /* ハンバーガー　基本、本サイトと同じ */
  .gHeader .sp_humburgerBtn span {
    background-color: #3175b9;
  }

  input[name="humburger"]:checked ~ label .sp_humburgerBtn span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  input[name="humburger"]:checked ~ label .sp_humburgerBtn span:nth-of-type(2) {
    opacity: 0;
  }

  input[name="humburger"]:checked ~ label .sp_humburgerBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .gHeader .sp_humburgerBtn {
    height: 60px;
    background: none;
  }
  .gHeader .sp_humburgerBtn::before,
  .gHeader .sp_humburgerBtn::after {
    top: 35px;
    color: #3175b9;
  }
  .sp_humburgerBtn::before {
    content: "メニュー";
    opacity: 1;
  }

  .sp_humburgerBtn::after {
    content: "閉じる";
    opacity: 0;
  }

  input[name="humburger"]:checked ~ label .sp_humburgerBtn::before {
    opacity: 0;
  }

  input[name="humburger"]:checked ~ label .sp_humburgerBtn::after {
    opacity: 1;
  }

  /* スマホ用メニュー */
  #mainmenu {
    position: absolute;
    top: 60px;
    display: block;
    width: 100%;
    visibility: hidden;
    background: rgba(49, 117, 185, 0.9);
    opacity: 0;
  }

  input[name="humburger"]:checked ~ #mainmenu {
    visibility: visible;
    opacity: 1;
  }

  #mainmenu > li {
    padding-left: 1.5em;
    border-bottom: 1px solid #fff;
  }
  #mainmenu > li li a {
    padding-left: 2em;
    border-top: 1px solid #fff;
  }

  #mainmenu a {
    display: block;
    padding: 10px 1em;
    color: #fff;
    text-decoration: none;
  }

  #mainmenu a:before {
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-left: -15px;
    vertical-align: middle;
    content: "";
    background: url(../img/icon_common.png) -1410px center no-repeat;
  }
}

/* フッター部分 */
/* 上書き */
@media screen and (min-width: 768px) {
  footer ul,
  footer p {
    width: auto;
    min-width: 950px;
    max-width: 1220px;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
  }

  footer > ul a {
    font-size: 1.3rem;
  }

  footer li {
    display: inline-block;
    float: none;
    padding: 1.5em 0 3em;
    margin-right: 1em;
  }
}

@media screen and (max-width: 767px) {
  footer ul,
  footer p {
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
  }

  footer ul li {
    display: inline-block;
    float: none;
  }

  footer {
    padding: 20px 0 0 0;
  }
}

/* ////////////////////////////////////// */
/* コンテンツ部分 */
/* toopage */
/* 追加 */
#topimage {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vw * 0.2734375) /*700px*/;
  overflow: hidden;
  /*background: url(../../images/investments/topimg.png) no-repeat;*/
  /*background-size: contain;*/
}
#topimage.vhmode {
  height: 96vh;
  background: url(../../images/investments/topimage.png) no-repeat;
  background-position: center;
  background-size: cover;
}
#logomark {
  position: absolute;
  top: 80px;
  left: 20px;
}
#logomark img {
  width: 131px;
  height: auto;
}

/*
#topimage>img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
*/
@media screen and (max-width: 1024px) {
  #topimage,
  #topimage.vhmode {
    max-width: 1000px;
    height: 280px;
    background: url(../../images/investments/topimage_sp.png) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #topimage {
    min-width: auto;
    height: 200px;
    margin-top: -62px;
    background-position: center;
    background-size: cover;
  }
  #logomark {
    top: 70px;
  }
  #logomark img {
    width: auto;
    max-width: 131px;
    height: 70px;
  }
}

#concept {
  display: flex;
  justify-content: space-between;
}

#concept > div {
  width: 32%;
  border: 1px solid #ccc;
  border-top: 4px solid #006db8;
}

#concept > div > h1 {
  padding: 16px 0;
  font-family: serif;
  font-size: 3.4rem;
  color: #a7d1ed;
  text-align: center;
}

#concept > div > h2 {
  padding: 0;
  margin-top: 0;
  font-size: 2.8rem;
  font-weight: normal;
  color: #006db8;
  text-align: center;
  border: none;
}

#concept > div > p {
  margin: 20px;
}

#conceptimage {
  width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #concept {
    display: block;
  }

  #concept > div {
    width: 100%;
    margin-bottom: 10px;
  }

  #concept > div > h1 {
    font-size: 2.8rem;
  }

  #concept > div > h2 {
    font-size: 2rem;
  }

  #concept > div > h2 > br {
    display: none;
  }
}

#links {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 80px;
}

#links > div {
  width: 24%;
}

#links > div {
  text-align: center;
}

#links > div > a {
  display: block;
  padding: 30px 0 30px 8px;
  font-size: 1.5rem;
  text-decoration: none;
  background: #efefef;
}

@media screen and (max-width: 767px) {
  #links {
    display: block;
    margin: 30px auto 40px;
  }

  #links > div {
    width: 100%;
    margin-bottom: 10px;
  }
}
#group {
  padding-top: 30px;
}
#group > h2 {
  text-align: center;
  border: none;
}
#group_list {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  max-width: calc(100% - 40px);
  padding: 0;
  margin: 30px auto 0;
  list-style-type: none;
}
#group_list > li {
  width: 22.5%;
  max-width: 250px;
  text-align: center;
}

#group_list > li::before {
  display: none;
}
#group_list > li > a {
  display: block;
  padding: 0;
  /*border: 1px solid #27a3dc;*/
  text-decoration: none;
  border: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  #group_list {
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: center;
    width: 810px;
    margin-top: 0;
  }
  #group_list > li {
    width: 31%;
    max-width: 250px;
    max-height: 70px;
    margin: 30px 1.16% auto;
  }
}
@media screen and (max-width: 767px) {
  #group_list {
    flex-wrap: wrap;
    width: 100%;
    margin: 10px auto 0;
  }

  #group_list > li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  #group_list > li img {
    max-width: 250px;
  }
}

.infoList {
  margin-top: 0;
}
.infoList dt {
  width: 7em;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .infoList dt {
    float: none;
    width: 100%;
  }
  .infoList dd {
    float: none;
    padding: 0.3em 0 0.5em 15px;
  }
}

/* portfolio */
#portfoliolist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 0;
}

.portfolio_data {
  width: 30%;
  margin-bottom: 50px;
}

.portfolio_data {
}

.portfolio_data a {
  display: block;
  padding: 0;
  /*border: 1px solid #27a3dc;*/
  text-decoration: none;
}

.portfolio_data figure {
  height: 100px;
  padding: 0 20px 20px;
  text-align: center;
}

.portfolio_data figure > img {
  width: auto;
  max-height: 100px;
}

.portfolio_data th {
  width: 4em;
}

.portfoliolist_jigyo td {
  height: 3em;
}
.portfolio_data .icon {
  text-indent: 1em;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #portfoliolist {
    display: block;
  }
  .portfolio_data {
    width: 100%;
    margin-top: 30px;
  }
}

/* blank.php */
#sitedata {
  padding: 60px 0;
  font-size: 2rem;
  line-height: 1.6em;
  text-align: center;
}
#sitedata .saitedata_mess {
  margin-bottom: 2em;
}
#sitedata .sitename {
  font-size: 2rem;
}
#sitedata .siteurl {
  font-size: 1.6rem;
  word-break: break-all;
}
#sitedata .btn_close {
  margin-top: 5em;
  font-size: 1.4rem;
  text-align: center;
}
/* アイコン */
.dli-close {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 0.1em;
  margin-right: 6px;
  line-height: 1;
  color: #666;
  vertical-align: middle;
  background: currentColor;
  border-radius: 0.1em;
  transform: rotate(45deg);
}

.dli-close::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

/* 電話番号無 */
@media screen and (min-width: 768px) {
  a.telnumber {
    color: #333;
  }
  a.telnumber:visited {
    color: #333;
  }
}
