
/* 背景色 */
body {
    background-color: #242424 !important;
    /* overflow-x: hidden; */
    /*
    *{
        outline: 2px red solid;
    }
    */
    /* 0814_
    フォントサイズ調整、
    インタビュー記事順番入れ替え_齋藤さんコンテンツを最下部へ */
}
/*===============================================================*/

/* ヘッダー */
.header-group {
    margin-top: -130px;
}

/* フッター */
footer {
    position: relative;
    margin-top: 30%;
}

@media (max-width: 768px) {

    /* ヘッダー */
    .header-group {
        margin-top: -30px;
    }

    /* フッター */
    footer {
        margin-top: 20%;
    }

}
/*===============================================================*/

/* 緑のライン */
.in-mai-line {
    position: relative;
    width: 1080px;
    height: 1px;
    background-color: #009E96;
}

@media (max-width: 768px) {
    .in-mai-line {
        width: 300px;
    }
}

/* 白い丸 */
.in-mai-maru {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px #ffffff;
}

/* 白丸の> */
.in-mai-san {
    position: relative;
    top: 10px;
    left: 12px;
    width: 90px;
    height: auto;
}

/*===============================================================*/

/* 全体のグループ */
.in-mai-group-all {
    position: relative;
    display: flex; /* フレックスコンテナー */
    flex-direction: column; /* 要素を縦並びに */
    width: 90%; /* 親要素の幅に対して90% */
    max-width: 1080px; /* 最大幅を1080pxに設定 */
    margin: 0 auto; /* 左右に自動マージンを設定し、中央寄せにする */
    top: 130px;
}

@media (max-width: 768px) {
    .in-mai-group-all {
        max-width: 90％;
        top: 30px;
    }
}

/*===============================================================*/

/* コンテンツの設定 */
.top-group .text-content {
    width: 100%; /* コンテンツの幅を100%に設定 */
    max-width: 1080px; /* コンテンツの最大幅を1080pxに設定 */
    margin: 0 auto; /* 左右に自動マージンを設定し、中央寄せにする */
}

@media (max-width: 768px) {
    .top-group .text-content {
        max-width: 90％;
    }
}

/*===============================================================*/

/* 見出し全体のグループ */
.in-mai-line-group {
    position: relative;
    display: flex; /* グループ化には必須 */
    flex-direction: column; /* 要素を縦方向に配置 */
    align-items: center; /* 横方向（左右）を中央揃え */
}

/*===============================================================*/

/* 図形のグループ */
.in-mai-line-group-02 {
    position: relative;
    display: flex;/* フレックスコンテナー */
    align-items: center; /* 横並び */
	margin-bottom: 40px;
}

/* 図形左 */
.in-mai-object01 {
    position: relative;
    width: 270px;
    height: auto;
    left: -50%;
}

/* 図形右 */
.in-mai-object02 {
    position: relative;
    width: 180px;
    height: auto;
    right: -40%;
}

@media (max-width: 768px) {
    /* 図形左 */
    .in-mai-object01 {
        width: 100px;
        height: auto;
        margin-top: 20%;
        left: -50%;
    }

    /* 図形右 */
    .in-mai-object02 {
        position: relative;
        width: 50px;
        height: auto;
        right: -50%;
    }
}

/* 社員インタビュー */
.in-mai-01 {
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-size: 3rem;
	bottom: 120px;
}

/* 緑のアンダーライン */
.in-mai-lin-00 {
    position: relative;
    width: 40%;
	bottom: 120px;
}
/* Cynetではたらく */
.in-mai-02 {
    position: relative;
    text-align: center;
    font-size: 1rem;
    line-height: 3;
	top: -50px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    /* 社員インタビュー */
    .in-mai-01 {
        font-size: 1.2rem;
        bottom: 110px;
    }
    /* 緑のアンダーライン */
    .in-mai-lin-00 {
        position: relative;
        width: 160px;
        bottom: 110px;
        margin-bottom: 40px;
    }
    /* Cynetではたらく */
    .in-mai-02 {
        font-size: 0.6rem;
        text-align: center;
        width: 90%;
        margin-bottom: 30px;
    }
}

/*===============================================================*/

/* インタビューのグループ */
.in-mai-group {
    position: relative;
    top: 10px;
    display: flex; /* グループ化には必須 */
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}

/*===============================================================*/
/* 緑の線01 */
.in-mai-lin-01 {
    position: relative;
    margin-bottom: 110px;
}
/*===============================================================*/

/* 1つ目のグループ */
.in-mai-block-01 {
    position: relative;
    display: flex;/* フレックスコンテナー */
    align-items: center; /* 横並び */
    width: 860px;
    height: 180px;
	margin-right: 5%;
	margin-left: 5%;
    margin-bottom: 110px;
}

/* 画像1 */
.in-mai-img-01 {
    position: relative;
    width: 320px;
    height: auto;
}
/* 文章1 */
.in-mai-03 {
    position: relative;
    text-align: left;
    line-height: 2;
    font-size: 1rem;
    width: 300px;
    margin-left: 100px;
    margin-right: 100px;
}
/* 白い丸1 */
.in-mai-mar-01 {
    position: relative;
}

@media (max-width: 768px) {

    /* 1つ目のグループ */
    .in-mai-block-01 {
        flex-direction: column; /* 縦並びに変更 */
        width: 90%;
        height: 212px;
        margin-bottom: 40px;
    }

    /* 緑の線1 */
    .in-mai-lin-01 {
        margin-bottom: 50px; /* 余白を調整 */
    }

    /* 画像1 */
    .in-mai-img-01 {
        width: 240px;
        height: auto;
	    margin-bottom: 10%;
    }

    /* 文章1 */
    .in-mai-03 {
        font-size: 0.6rem;
        width: 90%;
        letter-spacing: 2px;
        line-height: 1.5;
        margin-left: 100px;
    }

    /* 白い丸 */
    .in-mai-mar-01 {
        visibility: hidden;
    }

}

/*===============================================================*/
/* 緑の線02 */
.in-mai-lin-02 {
    position: relative;
    margin-bottom: 110px;
}
/*===============================================================*/

/* 2つ目のグループ */
.in-mai-block-02 {
    position: relative;
    width: 860px;
    height: 180px;
	margin-right: 5%;
	margin-left: 5%;
    margin-bottom: 110px;
}

/* a */
.in-mai-block-02 a {
    display: flex;/* フレックスコンテナー */
    align-items: center; /* 横並び */
    width: 860px;
    height: 180px;
}

/* 画像2 */
.in-mai-img-02 {
    position: relative;
    width: 320px;
    height: 180px;
}
/* 文章2 */
.in-mai-04 {
    position: relative;
    text-align: left;
    line-height: 2;
    font-size: 1rem;
    width: 300px;
    margin-left: 100px;
    margin-right: 100px;
}
/* 白い丸2 */
.in-mai-mar-02 {
    position: relative;
}

@media (max-width: 768px) {

    /* 2つ目のグループ */
    .in-mai-block-02 {
        width: 240px;
        height: 212px;
        margin-bottom: 40px;
    }

    /* a */
    .in-mai-block-02 a {
        flex-direction: column; /* 縦並びに変更 */
        width: 240px;
        height: 212px;
    }

    /* 緑の線2 */
    .in-mai-lin-02 {
        margin-bottom: 50px; /* 余白を調整 */
    }

    /* 画像2 */
    .in-mai-img-02 {
        width: 240px;
        height: auto;
	    margin-bottom: 10%;
    }

    /* 文章2 */
    .in-mai-04 {
        font-size: 0.6rem;
        width: 100%;
        letter-spacing: 2px;
        line-height: 1.5;
    }

    /* 白い丸2 */
    .in-mai-mar-02 {
        visibility: hidden;
    }

}

/*===============================================================*/
/* 緑の線03 */
.in-mai-lin-03 {
    position: relative;
    margin-bottom: 110px;
}
/*===============================================================*/

/* 3つ目のグループ */
.in-mai-block-03 {
    position: relative;
    width: 860px;
    height: 180px;
	margin-right: 5%;
	margin-left: 5%;
    margin-bottom: 110px;
}

/* a */
.in-mai-block-03 a {
    display: flex;/* フレックスコンテナー */
    align-items: center; /* 横並び */
    width: 860px;
    height: 180px;
}

/* 画像3 */
.in-mai-img-03 {
    position: relative;
    width: 320px;
    height: 180px;
}

/* 文章3 */
.in-mai-05 {
    position: relative;
    text-align: left;
    line-height: 2;
    font-size: 1rem;
    width: 300px;
    margin-left: 100px;
    margin-right: 100px;
}

/* 白い丸3 */
.in-mai-mar-03 {
    position: relative;
}

@media (max-width: 768px) {

    /* 緑の線3 */
    .in-mai-lin-03 {
        margin-bottom: 50px; /* 余白を調整 */
    }

    /* 3つ目のグループ */
    .in-mai-block-03 {
        width: 240px;
        height: 212px;
        margin-bottom: 50px;
    }

    /* a */
    .in-mai-block-03 a {
        flex-direction: column; /* 縦並びに変更 */
        width: 240px;
        height: 212px;
    }

    /* 画像3 */
    .in-mai-img-03 {
        width: 240px;
        height: auto;
	    margin-bottom: 10%;
    }

    /* 文章3 */
    .in-mai-05 {
        font-size: 0.6rem;
        width: 90%;
        letter-spacing: 2px;
        line-height: 1.5;
      
    }

    /* 白い丸3 */
    .in-mai-mar-03 {
        visibility: hidden;
    }

}
