/*
html,body{
    height:100%;
}
*/

body {
    background-color:#FFF;
    font-size: 1em;
    /*background-image: url(../images/bk.png);*/
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    word-break:break-all;
}

@media only screen and (max-width:804px) {
    a{
           -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
}

div,input,label,a{
box-sizing: border-box;
}

p{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

a{
text-decoration: none; 
}

a:hover{
opacity:0.6;
}

ul{
    list-style: none;
    margin:0;
    padding:0;
}

h1{
    text-align: center;
    margin-bottom:30px;
    color:#ed9137;
}
img{
	vertical-align:top;
}

.main-container{
width: 1200px;
max-width: 100%;
margin:0 auto;
padding:20px;
}

/**index**/

.kv{
    padding-bottom:0px;
}

.kv img{
    width:100%;
    /*
    height: 550px;
    object-fit: cover;
    object-position: 100% 0%
    */
}

.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.sec01,
.sec02,
.sec03,
.sec04,
.sec05,
.sec06{
    margin:0;
    padding:0;
}
.bk_white{
    background-color:#FFF;
}
.bk_orange{
    background-color:#ffecda;
}
.bk_white,
.bk_orange{
    padding:60px 0;
    margin: 0;
}
.about,
.business,
p{
    line-height: 2em;
}


/**社名について**/

.bk_top{
    background-image: url(../images/bk_marble.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}
.about{
    display: flex;
    justify-content: space-between;
    gap:0px 40px;
    width: 100%;
}
.about_txt{
    width:50%;
    text-align: center;
}
.about_comment{
     width:50%;   
}
.about_txt img{
    width:70%;
}


/**会社概要**/

ul.price-flex{
    width: 100%;
    border-top: 1px solid #ed9137;
    border-left: 1px solid #ed9137;
    border-right: 1px solid #ed9137;
    margin:0;
    padding:0;
  }
  ul.price-flex ul{
    display: flex;
    align-items:center;
  }
  ul.price-flex ul.ul01{
    border-bottom: 0;
    background-color: #ed9137;
  }
  ul.price-flex ul li{
    flex-grow: 1;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 30px;
    background-color: #ed9137; 
    border-bottom: 1px solid #ed9137;
   border-right: 1px solid #ed9137;
  }
  ul.price-flex ul li:last-child{
    border-right: none;
  }
  ul.price-flex ul.ul01 li{
    background-color: #fff;
    text-align: left;
  }
  ul.price-flex ul.ul01 li.li01{
    background-color: #ed9137; 
    color:#FFF;
    text-align: center;
    width:15%;
  }
  ul.price-flex ul.ul01 li.li02 div{
   display: flex;
  }
  p.post{
    width:150px;
  }


  /**事業内容**/

.business_img img{
    width:100%;
    text-align:center;
    margin-top:70px;
}


  /**ファンド運営**/

.fund,
.management{
    display: flex;
    justify-content: space-between;
    gap:0px 40px;
}
.fund_container{
    width: 50%;
}
.fund_title{
    background-color: #ed9137;
    color:#FFF;
    padding:10px 30px;
    text-align: center;
}
.fund_comment p{
    padding:20px 10px 10px 10px;
    line-height: 1.6em;
    min-height:150px;
}
.fund_img img{
    width:100%;
}

  /**経営相談・サポートネットワーク**/

.management .fund_title{
    background-color: #03b836;
}
.check{
    display: flex;
    margin-top:10px;
    align-items:center;
}
.check p{
    font-size: 1.2em;
    font-weight: bold;
    padding:0;
    margin:0;
}
.check_icon img{
    width:40px;
    padding:0;
    margin:0;
}
.management .fund_comment p{
    min-height:auto;
}

 /**お問い合わせ**/

 #contact{
    display: none; /* 初期状態で非表示 */
    text-align: center;
    margin:0 auto;
 }


  /**footer**/

footer a{
    color: #FFF;
}
ul.footer_menu{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0;
    margin:0 0 20px 0;
    gap: 10px 30px;
}
footer{
    text-align: center;
    font-size:0.8em;
    background-color:#ed9137;
    color:#FFF;
    margin:0;
    padding:20px 0 50px 0;
}

