.section-director_title {
    margin: 120px 0 0 9.375vw;
    display: flex;
    justify-content: left;
    width: 60%;
}

.section-director_title h1 {
    font-size: min(2.3vw, 4.0rem);
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    font-weight: 300;
}

.section-director_title h2 {
    font-size: 2.0rem;
    margin-top: 10px;
    color: #6D6D6D;
    font-weight: 300;
}

.director-background-color{
    background-color: #c9c9c9;
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    height: 100%;
    margin-left: 40px;
    border-radius: 5px;
    padding: 10px 0 ;
}

.director-background-color a{
    font-size: 2.0rem;
}

/* ページ切り替え時の文字色 */
.gray, .black{
    font-size: 1.4rem;
    margin-top: 5px;
    color: #333333;
    font-weight: 300;
}
.black{
    text-decoration-color: #000;
    font-weight: bold;
    text-underline-offset: 5px;
}
.gray{
    color: #888888; 
    text-decoration: none;
}

.tatesen{
    color: #333333;
    margin: 2px 10px 0;
}

.section-director_title_icon {
    width: 70px;
    height: 70px;
    margin: -10px 0 20px 20px;
}

.section-director_title_icon img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}


.section-director ul li {
    margin: 0 0 60px 11.08vw;
    list-style: none;
}

.section-director ul li h3 {
    font-size: 3.0rem;
    color: #6D6D6D;
    font-weight: 300;
    margin: 0 0 -10px 40px;
}


.elemnt-wrapper {
    display: flex;
    background-color: #fff;
    border: solid 0.5px #bfbfbf;
    border-radius: 10px;
    padding: 40px;
    width: 80%;
}

.elemnt-wrapper-float {
    background-color: #fff;
    border: solid 0.5px #bfbfbf;
    border-radius: 10px;
    padding: 40px;
    width: 80%;
    /* width: 100%; */
}

/* 「-adjust」はChrister&RudolphとNikki画像トリミング位置の調整の記述 */
.elemnt-wrapper_img {
    /* img widthが180pxになるように調整 */
    width: 300px;
    height: 300px;
    padding-right: 20px;
}

.elemnt-wrapper_img-adjust {
    /* img widthが180pxになるように調整 */
    width: 300px;
    height: 300px;
    padding-right: 20px;
}

/* Victor NyåkerとAnita Killiの文章回り込みの記述 */
.elemnt-wrapper_img-float {
    width: 300px;
    height: 300px;
    float: left;
    margin: 0 20px 20px 0;
}

/* 「-float」はVictor NyåkerとAnita Killiの文章回り込みの記述 */
.elemnt-wrapper_img img,
.elemnt-wrapper_img-float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* object-position: 20% 50%; */
}

/* 「-adjust」はChrister WahlbergSebastian Rudolph Jensenの画像トリミング位置の調整の記述 */
.elemnt-wrapper_img-adjust img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* object-position: 50% 50%; */
}

/* Victor NyåkerとAnita Killiの文章回り込みの記述 */
.float-none {
    clear: both;
}

.elemnt-wrapper_img p {
    background-color: #8E96A7;
    color: #FFFFFF;
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
    padding: 50% 0 50% 0;
    /* 文字の水平方向垂直方向に中央にするための余白 */
}

.subscription-wrapper {
    width: 100%;
}


.subscription-wrapper h4 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.subscription-wrapper p {
    font-size: 1.8rem;
    color: #6D6D6D;
    line-height: 1.6;
}

#ac00,
#ac01 {
    display: none;
}


/* ======================
     ここからスマホ版の記述 
   ======================*/
@media (max-width:1040px) {

    /* サイドバーの非表示 */
    .header-sidebar {
        display: none;
    }
    
    .section-director_title {
        text-align: center;
        width: 100%;
        margin: 60px auto 60px;
        display: block;
    }

    .director-background-color{
        justify-content: space-evenly;
        width: 90%;
        height: 100%;
        margin: auto;
    }

    .section-director_title h1 {
        font-size: 2.4rem;
        letter-spacing: 0.5rem;
    }

    .section-director_title h2 {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .director-background-color h2 {
        text-align: center;
        margin: 10px 0px;
    }

    .section-director_title_icon {
        width: 50px;
        height: 50px;
        margin: 40px auto;
    }

    .section-director ul li {
        margin: 0 auto;
        margin-bottom: 60px;
        list-style: none;
        width: 100%
    }

    .section-director ul li h3 {
        font-size: 2.5rem;
        margin: 0 0 -10px 0;
        text-align: center;
    }

    .elemnt-wrapper {
        display: block;
        padding: 40px 0;
        width: 100%;
        border-radius: 0;
        text-align: center;
    }

    .elemnt-wrapper-float {
        display: block;
        padding: 40px 0;
        width: 100%;
        border-radius: 0;
        text-align: center;
    }


    .elemnt-wrapper_img,
    .elemnt-wrapper_img-adjust {
        width: 300px;
        height: 300px;
        margin: 0 auto;
        padding-right: 0px;
    }

    .elemnt-wrapper_img-float {
        float: none;
        margin: 0 auto;
    }

    .elemnt-wrapper_img p {
        font-size: 2.0rem;
        margin-bottom: 40px;
    }


    .subscription-wrapper {
        width: 80%;
        margin: 0 auto;
    }

    .subscription-wrapper h4 {
        font-size: 1.8rem;
        margin: 20px 0;
        line-height: 1.5;
    }

    .subscription-wrapper p {
        font-size: 1.4rem;
        text-align: left;
        line-height: 1.7;
    }


    /* ====================
         長文のアコーディオン 
         ====================*/

    .accordion-box {
        position: relative;
    }

    .accordion-box label {
        height: 100px;
        /* グラデーションの高さ */
        cursor: pointer;
        text-align: center;
        font-size: 12px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;

        /* 以下グラデーションは「背景が240, 243, 238」に併せて設定しています */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(240, 243, 238, 0.95) 90%);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(240, 243, 238, 0.95) 90%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(240, 243, 238, 0.95) 90%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(240, 243, 238, 0.95) 90%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(240, 243, 238, 0.95) 90%);
    }

    .accordion-box input:checked+label {
        background: inherit;
        /* 開いた時には背景グラデーションを消す */
    }

    .accordion-box label:after {
        content: "more";
        /* ラベルの文字 */
        letter-spacing: 0.2rem;
        line-height: 2.5rem;
        position: absolute;
        bottom: 0%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        color: #fff;
        background-color: #A9C2CC;
        width: 18.75rem;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    /* .accordion-box label:before {
            content: "↓";
            font-weight: 700;
            position: absolute;
            bottom: 4px;
            left: 50%;
            -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
            background-color: #A9C2CC;
            color: #FFFFFF;
            z-index: 1;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            width: 20px;
            height: 20px;
            line-height: 20px;;
        } */
    .accordion-box input {
        display: none;
    }

    .accordion-box .accordion-container {
        overflow: hidden;
        height: 100px;
        /* 開く前に見えている部分の高さ */
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }


    /* .accordion-box input:checked + label {
            /* display: none ; 閉じるボタンは要らないとき} */

    .accordion-box input:checked+label:after {
        content: "close";
    }

    /* .accordion-box input:checked + label:before {
            content: "↑";
        } */
    .accordion-box input:checked~.accordion-container {
        height: auto;
        padding-bottom: 80px;
        /* 閉じるボタンのbottomからの位置 */
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    /* ====================
　　 長文のアコーディオン 
    ====================*/

}