@charset "utf-8";

html {
    scroll-behavior: smooth;
}

/* bodyの設定-------------- */
body {
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    overflow-x: hidden;
}



/*---------fadein-------*/
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/* header---------- */
header {
    width: 100%;
    padding-top: 10px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
}

#smd {
    margin-top: 0;
    padding-left: 8%;
    box-sizing: border-box;
    height: 100px;
}

/* --------背景画像-------- */
.parallax_box {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 10;
    padding: 18em 0;
}

.parallax_box.parallax_bg01 {
    background-image: url(../images/kv.jpg);
}

.copy {
    animation: copy 2s infinite ease-in-out;
}

@keyframes copy {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }
}

.copy p {
    color: #fff;
    position: absolute;
    font-size: 40px;
    top: 22%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    text-shadow: 2px 2px 10px #000;
    line-height: 2.5em;
}

.tytle {
    font-size: 80px;
    line-height: 1.5em;
    font-weight: bold;
}

main {
    margin-top: 500px;
}

.container{
    width: 100%;
}

/* -------section-------- */
section {
    margin-top: 80px;
    max-width: 100%;
    height: auto;
}

.white {
    max-width: 80%;
    background-color: #fff;
    margin: 0 auto;
    clear: both;
}

.area {
    max-width: 80%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 5%;
    text-align: center;
    border-radius: 100px;
}

.area img{
    max-width: 100%;
    height: auto;
}

.reference {
    background-color: #e3d8cc;
    padding: 100px 150px;
    text-align: center;
}

.reference img{
    max-width: 100%;
    height: auto;
}

h2 {
    font-size: 2.5em;
}

h2 span {
    display: inline-block;
}

h3 span{
    display: inline-block;
}

.icon {
    position: relative;
    padding-left: 1.2em;
    /*アイコン分のスペース*/
    line-height: 1.4;
    /*行高*/
}

.icon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f075";
    /*アイコンのユニコード*/
    font-weight: 900;
    position: relative;
    font-size: 1em;
    display: inline-block;
    color: #eac951;
    padding-right: 0.5em;
}

.cp_h2title {
    position: relative;
    display: flex;
    justify-content: center;
    /*左右中央配置*/
}

.cp_h2title span {
    position: absolute;
    top: -1.6em;
    font-size: 120%;
    font-weight: bold;
    width: fit-content;
    /*サブテキストの幅分*/
    padding: 0 10px;
    color: #fff;
    background: #754c24;
    /*サブテキストの背景*/
}

#bar {
    font-size: 1.5em;
    margin: 25px 0;
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

#bar:before,
#bar:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 5px;
    background-color: #eac951;
}

#bar:before {
    left: 0;
}

#bar:after {
    right: 0;
}

.red_text {
    font-weight: bold;
    color: #ed1c24;
}

.line_break{
    display: inline-block;
    color: #000;
}

h4 {
    font-size: 1.2em;
}

.main_text {
    text-align: left;
    margin: 20px 30px;
}

.caption {
    font-size: 0.8em;
    text-align: left;
    margin-left: 3rem;
    text-indent: -3rem;
    margin: 0  30px 0 80px;
}

.al_caption {
    font-size: 0.8em;
    text-align: left;
    margin-left: 2.5rem;
    text-indent: -2.5rem;
    margin: 0  30px 0 70px;
}

.red_caption {
    clear: both;
    font-size: 0.8em;
    color: #f00;
    text-align: left;
    margin-left: 1rem;
    text-indent: -1rem;
    margin: 0 30px 0 60px;
}

.mg_cont{
    margin-left: 0;
}

.mt20 {
    margin-top: 20px;
}

.left_box {
    max-width: 45%;
    float: left;
    margin-bottom: 10px;
}

.right_box {
    max-width: 45%;
    float: right;
    margin-bottom: 10px;
}

.left_box2 {
    max-width: 48%;
    float: left;
    /* border: 1px solid red; */
}

.right_box2 {
    max-width: 48%;
    float: right;
}

.clearfix{
    padding:0 5%;
}

.clearfix::after {
content: "";
display: block;
clear: both;
}

/* --------notes---------- */
.notes {
    background-color: #fff;
    padding: 20px 0;
    margin-top: 0;
}

#lisk {
    padding-top: 100px;
}

#gray {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #777;
    color: #fff;
    padding: 10px 20px;
    line-height: 1em;
    box-sizing: border-box;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
}

.fund h2 {
    font-size: 1.5em;
    margin-top: 40px;
}

.fund p {
    font-size: 0.9em;
    font-weight: normal;
}

.fund ul li {
    color: #024480;
    font-weight: bold;
}

.fund p span {
    font-weight: bold;
    color: #f00;
    border-bottom: 1px solid;
}

.kawase {
    position: relative;
    margin-top: -20px;
}

.fund h4 {
    margin-top: 10px;
    text-align: left;
    margin-bottom: 0;
    color: #024480;
    font-weight: bold;
    font-size: 1em;
}

#notion{
    margin-top: 0 ;
}

.fund h5 {
    font-size: 1em;
    color: #024480;
    text-align: left;
}

.fund ul {
    list-style-type: square;
    padding-left: 1em;
}

.fund ul li {
    color: #000;
    font-weight: normal;
}

.fund ul li span {
    color: #f00;
    border-bottom: 1px solid;
    font-weight: bold;
}

.right {
    text-align: right;
}

/* footer-------- */
footer {
    background-color: #eac951;
    text-align: center;
    padding: 40px 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

footer small {
    color: #fff;
}

/* ------------タブレットサイズ--------- */
@media screen and (max-width:960px)  {

    /* #smd {
        margin-top: 0;
        padding-left: 4%;
        height: 100px;
    } */

    header {
        padding-top: none;
        height: 100px;
        max-width: 100%;
    }

    #smd {
        padding-left: 20px;
    }

    #smd img {
        width: 500px;
        height: 100%;
    }

    .parallax_box {
        min-height: 100%;
        padding: 15em 0;
        z-index: -1;
    }

    .parallax_box::before {
        background-image: url(../images/kv.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -2;
    }

    .copy p {
        font-size: 30px;
    }

    section img {
        max-width: 100%;
    }

    .area {
        max-width: 90%;
        padding: 30px 20px;
        text-align: center;
        border-radius: 60px;
    }

    .icon {
        padding-left: 0;
    }

    h2 {
        font-size: 2.3em;
    }

    h2 span {
        display: inline-block;
    }

    #bar {
        margin: 10px 0;
    }

    .left_box {
        float: none;
        max-width: 100%;
        margin: 0 auto;
    }

    .right_box {
        float: none;
        max-width: 100%;
        margin: 10px auto;
    }

    .left_box2 {
        float: none;
        max-width: 100%;
        margin: 0 auto;
    }

    .right_box2 {
        float: none;
        max-width: 100%;
        margin: 10px auto;
    }

    .reference {
        padding: 50px;
    }

    .white {
        max-width: 95%;
    }
}

/* ----------スマホ用---------- */
@media screen and (max-width:480px) {

    header {
        padding-top: none;
        height: 48px;
        max-width: 100%;
    }

    #smd img {
        width: 50%;
        height: auto;
    }

    .parallax_box {
        height: 100%;
        padding: 11em 0;
        z-index: -1;
    }

    .parallax_box::before {
        background-image: url(../images/kv.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -2;
    }

    .tytle {
        font-size: 40px;
    }

    .copy p {
        font-size: 15px;
        left: 0;
        right: 0;
        margin: auto;
        line-height: 2.5em;
    }

    main {
        margin-top: 350px;
    }

    section {
        margin-top: 20px;
    }

    .area {
        max-width: 90%;
        padding: 20px 10px;
        text-align: center;
        border-radius: 30px;
    }

    h2 {
        font-size: 1em;
    }

    #bar {
        font-size: 0.85em;
        margin: 5px 0;
        padding: 0 20px;
    }

    #bar:before,
    #bar:after {
        content: '';
        position: absolute;
        top: 40%;
        display: inline-block;
        width: 15px;
        height: 4px;
        background-color: #eac951;
    }

    h4 {
        font-size: 0.8em;
    }

    h5{
        font-size: 0.75em;
    }

    .bukka_growth img{
        width: 250px;
        height: auto;
    }

    .rougo_money img{
        width: 250px;
        height: auto;
    }

    .circle_chart img{
        width: 250px;
        height: auto;
    }

    .caption {
        font-size: 12px;
        line-height: 1.5;
        margin-left: 2.5rem;
        text-indent: -2.5rem;
        margin: 0 5px 0 40px;
    }

    .al_caption {
    font-size: 12px;
        line-height: 1.5;
        margin-left: 2.5rem;
        text-indent: -2.5rem;
        margin: 0 5px 0 40px;
}

    .red_caption {
        font-size: 12px;
        line-height: 1.5;
        margin-left: 1rem;
        text-indent: -1rem;
        margin: 0 5px 0 20px;
    }

    .one_rem {
        margin-left: 1em;
        text-indent: -1em;
    }

    .main_text {
        font-size: 14px;
        line-height: 1.6em;
        margin: 10px;
        /* margin-bottom: 10px; */
    }

    .left_box {
        max-width: 100%;
    }

    .right_box {
        max-width: 100%;
    }

    .left_box2 {
        max-width: 100%;
    }

    .right_box2 {
        max-width: 100%;
    }

    .reference {
        padding: 20px 10px;
    }

    .cp_h2title span {
        position: absolute;
        top: -0.4em;
        font-size: 100%;
        font-weight: bold;
        width: fit-content;
        /*サブテキストの幅分*/
        padding: 0 10px;
    }

    .example{
        margin-top: 25px;
    }

    /* ------notes------- */
    .fund h2 {
        font-size: 1em;
        margin-top: 0;
    }

    #gray {
        font-size: 15px;
        margin-bottom: 10px;
        padding-left: 10px;
        line-height: 1.5em;
        margin-top: 5px;
    }

    .fund p {
        font-size: 14px;
    }

    .fund h4 {
        margin-top: 10px;
        font-size: 16px;
    }

    .fund h5{
        margin-top: 5px;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .fund ul li{
        font-size: 14px;
    }

    .fund .factor ul li{
        font-size: 13px;
    }

    /* footer-------- */
    footer {
        margin-top: auto;
        padding: 20px 20px;
        line-height: 1em;
        z-index: 999;
    }

    small {
        font-size: 0.5em;
    }

}