@charset "UTF-8";

/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
/* 背景 */
.chart-area {
    background:
        url(../images/background/horizontal_line.png) repeat center top,
        url(../images/background/ptn01.png) repeat center top,
        #000210;
    position: relative;
    margin: 0;
}

/* タイトル */
.d-box-title {
    padding-top: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #fff;
    background: #000210 url(../images/background/horizontal_line.png) repeat center top;
}

.d-box-title>div {
    background: url(../images/chart/chart_title.gif) no-repeat center / contain;
    padding-top: 60px;
    text-indent: -9999em;
    overflow: hidden;
    font-size: 0;
}

/* モーダル */
.chart-inner {
    position: relative;
    padding: 80px 0;
}

.modal {
    display: none;
    padding: 150px 20px 20px;
    height: 100%;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    position: fixed;
    overflow-y: auto;
}

div.modal-width {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.chart-overview-box{
    padding: 20px 0;
}

.chart-overview-text,
.chart-overview-text__add {
    position: relative;
}

.chart-overview-text a,
.chart-overview-text__add a {
    cursor: pointer;
}

.d-contentsBox {
    background: url(../images/background/ptn01.png) repeat;
    background-size: contain;
    z-index: 1;
}

.d-contentsBox::after {
    content: '';
    background-image: url(../images/background/horizontal_line.png);
    position: absolute;
    z-index: 2;
}

.chart-overview-img {
    background-image: url(../images/chart/chart_0.png);
    background-repeat: no-repeat;
    max-width: 100%;
    padding-top: calc(1808 / 1000 * 100%);
    background-size: contain;
    background-position: center;
}

.chart-overview-img__add {
    background-image: url(../images/chart/chart_2.png);
    background-repeat: no-repeat;
    max-width: 100%;
    padding-top: calc(358 / 1000 * 100%);
    background-size: contain;
    background-position: center;
    margin: 20px auto 0;
}

.chart-profile {
    background-color: #044a63;
    padding-top: 50px;
    height: 100%;
    width: 100%;
}
.chart-profile-list{
    position: relative;
    z-index: 1;
}
.chart-profile-list::before {
    content: '';
    background-image: url(../images/background/horizontal_line.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.chart-box-size{
    margin: 0 5%;
}
.chart-profile-box1 {
    background-color: #fff;
    max-width: 1000px;
    margin: 30px auto;
    position: relative;
}

.chart-profile-box2 {
    background-color: #fff;
    max-width: 1000px;
    margin: 30px auto;
    position: relative;
}
.chart-profile-box2::after {
    content: "";
    display: block;
    clear: both;
}



/* 人 */
.chart-img {
    padding-top: 279px;
    max-width: 220px;
    width: 100%;
    float: left;
    margin-right: 40px;
}

.higuchi {
    background: url(../images/chart/higuchi.png)no-repeat;
    /* padding-top: calc(279 / 220 * 100%) ; */
}

.tachibana {
    background: url(../images/chart/tachibana.png)no-repeat;
}

.ishikawa {
    background: url(../images/chart/ishikawa.png)no-repeat;
}

.okihara {
    background: url(../images/chart/okihara.png)no-repeat;
}

.morishita-shiori {
    background: url(../images/chart/morishita-shiori.png)no-repeat;
}

.onokata {
    background: url(../images/chart/onokata.png)no-repeat;
}

.ochiai {
    background: url(../images/chart/ochiai.png)no-repeat;
}

.tadokoro {
    background: url(../images/chart/tadokoro.png)no-repeat;
}

.morishita-aoi {
    background: url(../images/chart/morishita-aoi.png)no-repeat;
}

.morishita-sidu {
    background: url(../images/chart/morishita-sidu.png)no-repeat;
}
.higuti-miki{
background: url(../images/chart/higuti-miki.png) no-repeat;
}

/* profileボックス内 */
.chart-name,
.chart-name-subtitle,
.chart-title {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}

.chart-name {
    font-size: 32px;
    border-bottom: solid 1px #000;
    margin-right: 24px;
    overflow: hidden;
    padding-top: 15px;
    font-weight: bold;
}

.chart-name-sub {
    font-size: 24px;
}

.chart-name-subtitle {
    color: #044a62;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.chart-title {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}

.chart-profile-text-main {
    font-size: 18px;
    padding: 20px;
    line-height: 1.4;
    margin-top: 10px;
}

.chart-profile-text {
    padding: 10px;
    font-size: 18px;
    padding-right: 15px;
    line-height: 1.4;
    margin-top: 10px;
}


.higuchi-modal {
    position: absolute;
    border: 0;
    display: block;
    top: 10%;
    left: 33%;
    width: 32.5%;
    padding-top: 47%;
}

.tachibana-modal {
    position: absolute;
    display: block;
    top: 39%;
    left: 35%;
    width: 28%;
    padding-top: 39.4%;
}

.ishikawa-modal {
    position: absolute;
    display: block;
    top: 17.2%;
    left: 5%;
    width: 24.3%;
    padding-top: 34.4%;
}

.okihara-modal {
    position: absolute;
    display: block;
    top: 16.6%;
    left: 71%;
    width: 24.3%;
    padding-top: 35.4%;
}

.morishita-shiori-modal {
    position: absolute;
    display: block;
    top: 63%;
    left: 39%;
    width: 20.5%;
    padding-top: 29.4%;
}

.onokata-modal {
    position: absolute;
    display: block;
    top: 63%;
    left: 7%;
    width: 20.5%;
    padding-top: 29.4%;
}

.ochiai-modal {
    position: absolute;
    display: block;
    top: 44.4%;
    left: 7%;
    width: 20.5%;
    padding-top: 30%;
}

.tadokoro-modal {
    position: absolute;
    display: block;
    top: 44.4%;
    left: 73%;
    width: 20.5%;
    padding-top: 30%;
}

.morishita-aoi-modal {
    position: absolute;
    display: block;
    top: 84%;
    left: 26.8%;
    width: 20.5%;
    padding-top: 29%;
}

.morishita-sidu-modal {
    position: absolute;
    display: block;
    top: 84%;
    left: 1.8%;
    width: 20.5%;
    padding-top: 29%;
}

.higuchi-miki-modal {
    position: absolute;
    display: block;
    top: 84%;
    left: 52.2%;
    width: 20.5%;
    padding-top: 29%;
}

.higuchi-daiki-modal {
    position: absolute;
    display: block;
    top: 82.5%;
    left: 76.4%;
    width: 20.5%;
    padding-top: 29%;
}

/*  モーダルの閉じボタン  */
.close-btn {
    color: #fff;
    line-height: 1.6;
    font-size: 24px;
    top: 0;
    right: 0;
    position: absolute;
    transform: translateY(-100%);
    padding-right: 1.3em;
}
.close-btn i {
    display: block;
    width: 1em;
    height: 1em;
    border: solid 1px #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.close-btn i:before,
.close-btn i:after {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn i:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダルの背景 */
.modal::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {

    /* タイトル */
    .d-box-title {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .d-box-title>div {
        padding-top: 30px;
    }
    .chart-area {
        background-size: auto, 500px auto, auto;
    }
    .chart-inner {
        padding: 0;
    }
    .chart-box-size{
        margin: 0 ;
    }

    .chart-profile-box1,
    .chart-profile-box2 {
        padding: 30px 0;
        margin: 0 0 30px;
    }

    .chart-img {
        margin: 0 auto;
        float: none;
        width: 180px;
        padding-top: calc(279 / 220 * 180px);
        background-size: contain;
    }

    .chart-right {
        margin: 0 15px;
    }



    .chart-name {
        font-size: 28px;
        margin-right: 0;
    }

    .chart-name-sub {
        font-size: 15px;
    }

    .chart-name-subtitle {
        font-weight: bold;
        font-size: 14px;
    }

    .chart-title {
        margin: 20px 0 15px;
        font-size: 16px;
    }

    .chart-profile-text-main {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 0 15px 0;
        margin-top: 0;
    }

    .chart-profile-text {
        font-size: 14px;
        margin-top: 15px;
        line-height: 1.6;
        padding: 0;
    }


    /* spの調整 */
    .modal {
        padding-top: 60px;
    }

    .chart-overview-img__add{
        margin: 10px auto 0;
    }
}

/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {}

/* ---------------------------------
 PC（993px〜）
--------------------------------- */
@media screen and (min-width: 993px) {
    .chart-overview-text {}
}