@charset "utf-8";
/* CSS Document */

/* コンテンツ */
body {
	margin:0 0;
    color:#525252;
    font-family: 'Noto Sans JP', sans-serif;
}
a {
    color:#00678C;
}
#wrapper {
	width:100%;
	position:relative;
}
.content {
    max-width:800px;
    color:#fff;
    margin:100px auto 100px;
}
@media screen and (max-width: 768px) {
.content {
    width:90%;
    color:#fff;
    margin:100px auto 100px;
}
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.strong {
    font-size:120%;
    font-weight: bold;
}
.small {
    font-size:60%;
}
h2 {
    width:95%;
    height: 90px;
    line-height: 60px;
    display: block;
    text-align: left;
    color:#000;
    padding-left: 5%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:24px;
    font-weight: bold;
    letter-spacing: 0.3em;
    border-left:solid 7px #525252;
    position: relative;
    color:#525252;
    margin-bottom: 5vw;
}
h2 .sub-txt{
    font-size:12px;
    display: block;
    letter-spacing: 0;
    margin-top:-30px;
    font-weight: bold;
    color:#525252;
}
@media screen and (max-width: 768px) {
h2 {
    width:97%;
    display: block;
    text-align: left;
    font-size:16px;
    line-height:8vw;
    padding-left: 3%;
    border-left:solid 4px #525252;
    height: 60px;
    line-height: 40px;
}
h2 .sub-txt{
    font-size:8px;
    display: block;
    letter-spacing: 0;
    margin-top:-20px;
    font-weight: bold;
    color:#525252;
}
}

/* btn */
.back-to-top {
    width:100%;
    text-align: center;
}
.back-to-top a{
    padding:0.5vw 2vw;
    width:300px;
    background-color: #000;
    text-align: center;
    color:#fff;
    text-decoration: none;
    font-size:0.8vw;
}
.back-to-top a:hover{
    background-color: #444;
}
@media screen and (max-width: 768px) {
.back-to-top a{
    padding:1vw 2vw;
    width:50%;
    background-color: #000;
    text-align: center;
    color:#fff;
    text-decoration: none;
    font-size:3vw;
}
}


/* メニュー */
#pc-menu {
	display: block;
}
#sp-menu {
    display: none;
}
@media screen and (max-width: 768px) {
#pc-menu {
	display: none;
}
#sp-menu {
    display: block;
}
}
.catch {
    width:100%;
    display: block;
    text-align: center;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:2vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 1.4vw;
}

@media screen and (max-width: 768px) {
.catch {
    width:100%;
    display: block;
    text-align: center;
    font-size:4vw;
    line-height:8vw;
}
}
.sub-catch {
    width:100%;
    display: block;
    text-align: center;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.2vw;
    font-weight: normal;
    letter-spacing: 0.3em;
    
}

@media screen and (max-width: 768px) {
.sub-catch {
    width:100%;
    display: block;
    text-align: center;
    font-size:3.6vw;
    line-height:8vw;
}
}





.sub-header {
    width:100%;
}
.sub-header img{
    width:100%;
    height:auto;
}
.sub-header-sp {
    display: none;
}
@media screen and (max-width: 768px) {
.sub-header {
    display: none;
}
.sub-header-sp {
    display: block;
    width:100%;
}
.sub-header-sp img{
    width:100%;
    height:auto;
}
}

/* Hero */
.hero {
    width:100%;
    height:100vh;
    background-image: url("../img/kv_top.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}
.sp-hero{
    display: none;    
}
@media screen and (max-width: 768px) {
.pc-hero{
    display: none;    
}
.sp-hero{
    width:100vw;
    position: relative;
    display: block; 
    height:100vh;
    background-image: url("../img/kv-top-sp.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
}


/* トップー理念 */
.philosophy-wrapper{
    position: relative;
    width:80%;
    padding:100px 10% 100px;
    background-color:#fff;
}
.philosophy {
    max-width:800px;
    margin:0 auto;
    text-align: center;
    line-height: 250%;
}

@media screen and (max-width: 768px) {
.philosophy-wrapper{
    background-color:rgba(255,255,255,1);
    width:100%;
    padding:80px 0;
}
.philosophy {
    width:90%;
    margin:0 5%;
    font-size:14px;
}
}

/* 会社概要 */
.company-wrapper{
    position: relative;
    width:80%;
    padding:100px 10% 100px;
    background-color:#fff;
}
.company {
    max-width:1000px;
    margin:0 auto;
    text-align: center;
    line-height: 250%;
}

@media screen and (max-width: 768px) {
.company-wrapper{
    background-color:rgba(255,255,255,1);
    width:100%;
    padding:10vw 0;
}
.company {
    width:90%;
    margin:0 5%;
    font-size:3vw;
}
}

/* 沿革 */
.history-wrapper{
    position: relative;
    width:80%;
    padding:100px 10% 100px;
    background-color:#E9E9E9;
}
.history {
    max-width:1000px;
    margin:0 auto;
    text-align: center;
    line-height: 250%;
}

@media screen and (max-width: 768px) {
.history-wrapper{
    background-color:#E9E9E9;
    width:100%;
    padding:10vw 0;
}
.history {
    width:90%;
    margin:0 5%;
}
}

/* ファンド投資実績 */
.fund-wrapper{
    position: relative;
    width:80%;
    padding:100px 10% 100px;
    width:1000px;
    margin:0 auto;
    font-size:80%;
    align-content:stretch;  
}
.fund {
    max-width:1000px;
    margin:0 auto;
    text-align: center;
    display: flex;   
    align-items:stretch; 
    flex-wrap: wrap;  
}
.fund-detail {
    padding:3% 1% 0;
    text-align: center;
    margin:1%;
    width:15%;
}
.fund-detail img {
    width:80%;
    height:auto;
    margin:0 auto;
    display: block;
}
.fund-detail a {
    color:#525252;
    font-size:80%;
}
@media screen and (max-width: 768px) {
.fund-wrapper{
    background-color:rgba(255,255,255,1);
    width:90%;
    padding:10vw 0;
        margin:0 5%;
    line-height: 180%;
}
.fund {
    width:100%;
justify-content: space-between;
}
.fund-detail {
    padding:3% 1% 0;
    text-align: center;
    margin:1%;
    width:46%;
}
.fund-detail img {
    width:60%;
    height:auto;
    margin-bottom:1vw;
}
}

/* サイトポリシー */
.policy-wrapper{
    position: relative;
    width:80%;
    padding:100px 10% 100px;
}
.policy {
    max-width:1000px;
    margin:0 auto;
    text-align: left;
    line-height: 250%;
    font-size:80%;
}

@media screen and (max-width: 768px) {
.policy-wrapper{
    background-color:rgba(255,255,255,1);
    width:100%;
    padding:10vw 0;
}
.policy {
    width:90%;
    margin:0 5%;
}
}




/* フッター */
footer {
	background-color:#F5F5F5;
	width:100%;
	padding:80px 0;
    text-align: center;
    z-index: 552;
    position: relative;
}
footer #wrap{
	margin:0 auto;    
}
@media screen and (max-width: 768px) {
footer{
	font-size:3vw;
}
}
.footer-link {
    width:100%;
    color:#3E3E3E;
    text-align: center;
    margin:0 auto 40px;
}
.footer-logo {
    width:100%;
    text-align: center;
    margin-bottom:40px;
}
.footer-logo img{
    width:120px;
    height:auto;
}
.footer-link a {
    text-decoration: none;
    display: inline-block;
    margin:0 10px;
    font-size:80%;
    color:#525252;
}
.copyright {
    width:100%;
    font-size:80%;
    text-align: center;
}
/* text */

.text-box {
    top: 50%;
    left: 0%;
    width: 50%;
    -webkit-transform: translate(5%, -20%);
    -moz-transform: translate(5%, -20%);
    transform: translate(5%, -20%);
    position: fixed;    
}
h1 {
    font-size: 8vw;
    line-height: 1;
    text-align: left;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.01em;
      font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
        z-index: -1;
}
@media screen and (max-width: 768px) {
.text-box {
    top: 56%;
    left: 2%;
    position: fixed;
}
    h1{
        font-size:13vw;
    }
}