@charset "UTF-8";
/**************************************************************/
/* コンテンツ共通プロパティ */
/**************************************************************/
/*メニュータイトル*/
.content-width-top,
.content-width {
    max-width:1140px;
    width:calc(100% - 40px);
    margin:60px auto 0;
}

.content-width {
    margin:50px auto 0;
}

.content-width_header {
    width:100%;
    margin-top:132px;
    border-top:solid 1px #f2f2f2;
}

.content-width_pd20 {
    margin:110px auto 0;
}

.content-title-en {
    width:100%;
    display: flex;
    align-items: center;
}

.content-title-en img {
    width:18px;
}

.content-title-en span {
    font-size:20px;
    font-weight: 500;
    color:#555;
    margin:0 10px;
}

.content-title-en .line {
    background-color: #aae731;
    height: 1px;
    flex-grow: 1;
}

.content-title-en-single {
    width:100%;
    display: flex;
    align-items: center;
    margin-bottom:20px;
}

.content-title-en-single img {
    width:30px;
    margin-top:2px;
}

.content-title-en-single span {
    font-size:26px;
    font-weight: 500;
    color:#333;
    margin:0 10px 0 5px;
    line-height: 1.2em;
    max-width:calc(100% - 45px);
}

.content-title-en-single .line {
    background-color: #333;
    height: 1px;
    flex-grow: 1;
}

.content-title-jp {
    display: inline-block;
    line-height: 1.1em;
    font-size:56px;
    font-weight:bold;
    margin:5px 0 20px;
    background: linear-gradient(90deg, #34d8f6, #20e790 70%, #b4e72b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255,255,255,0.0);
}

/*事業等メニュータイトル*/
/* 見出し */

.content-project-width-header {
    max-width:1140px;
    width:calc(100% - 40px);
    margin:80px auto 0;
}

.content-project-width-header:last-child {
    margin:0 auto 0;
}

.content-project-width-header-top{
    /*margin-top:420px;*/
    margin-top:calc(500px - 5vw);;
}

.content-project-heading {
    display: flex;
    justify-content: flex-start; 
    align-items: center; 
    font-size:42px;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom:30px;
    padding-bottom:5px;
    border-bottom: solid 2px #aae731;
}

.content-project-heading-img {
    width:42px;
    margin-right: 5px;
}

.content-project-heading-img img {
    width:100%;
    margin-bottom:5px;
}

.content-project-heading-title {
    width:calc(100% - 50px) ;
}

.content-project-heading-text {
    font-size: 20px;
    margin-top:-15px;
    margin-bottom:30px;
    padding: 0 15px;
}

@media screen and (max-width: 999px) {
    .content-project-heading {
        font-size:38px;
        margin-bottom:30px;
        padding-bottom:4px;
    }

    .content-project-width-header-top{
        margin-top:380px;
    }

    .content-project-heading-img {
        width:38px;
        margin-right: 4px;
    }

    .content-project-heading-title {
        width:calc(100% - 45px) ;
    }

    .content-project-heading-text {
        font-size: 18px;
        margin-top:-15px;
        margin-bottom:30px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 859px) {
    .content-project-width-header-top{
        margin-top:420px;
    }
}

@media screen and (max-width: 599px) {
    .content-project-width-header {
        margin:40px auto 0;
    }

    .content-project-heading {
        font-size:20px;
        margin-bottom:20px;
        padding-bottom:3px;
    }

    .content-project-width-header-top{
        margin-top:270px;
    }

    .content-project-heading-img {
        width:20px;
        margin-right: 3px;
    }

    .content-project-heading-title {
        width:calc(100% - 25px) ;
    }

    .content-project-heading-text {
        font-size: 14px;
        margin-top:-10px;
        margin-bottom:20px;
        padding: 0 0;
    }
}

@media screen and (max-width: 319px) {
    .content-project-width-header-top{
        margin-top:280px;
    }
}

/*一覧へボタン*/
.content-div-right {
    width:100%;
    display: flex;
    justify-content:flex-end;
    margin-top:40px;
}

.content-list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background:#fff;
    font-size: 16px;
    color: #666;
    border:solid 1px #888;
    border-radius: 30px;
    padding: 2px 8px 3px 9px;
    transition: .3s;
}

.content-list-btn:hover {
    background:#fff;
}

.content-list-btn:hover img {
    margin:0px 0 0 6px;
}

.content-list-btn span {
    margin-left:8px;
}

.content-list-btn img {
    width:18px;
    margin:0px 6px 0 0px;
    transition: .1s;
}

/*リストボタンのリンク*/
.list-full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* コンテンツの上に配置 */
}

@media screen and (max-width: 1279px) {
    .content-width_header {
        margin-top:10.5vw;
    }
}

@media screen and (max-width: 999px) {
    .content-width-top,
    .content-width {
        width:calc(100% - 30px);
        margin:100px auto 0;
    }

    .content-width-top {
        margin:40px auto 0;
    }

    .content-width {
        margin:40px auto 0;
    }

    .content-width_header {
        margin-top:10.8vw;
    }

    .content-width_pd20 {
        margin:80px auto 0;
    }

    .content-title-en img {
        width:16px;
    }

    .content-title-en span {
        font-size:16px;
        margin:0 6px;
    }

    .content-title-en-single img {
        width:28px;
    }

    .content-title-en-single span {
        font-size:24px;
        margin:0 8px 0 4px;
        max-width:calc(100% - 40px);
    }

    .content-title-jp {
        font-size:46px;
        margin:3px 0 14px;
    }

    .content-list-btn {
        font-size: 12px;
    }

    .content-list-btn img {
        width:14px;
    }
}

@media screen and (max-width: 599px) {
    .content-width-top,
    .content-width {
        width:calc(100% - 20px);
        margin:50px auto 0;
    }

    .content-width-top {
        margin:20px auto 0;
    }

    .content-width {
        margin:20px auto 0;
    }

    .content-width_header {
        margin-top:132px;
    }
    .content-width_pd20 {
        margin:40px auto 0;
    }

    .content-title-en img {
        width:14px;
    }

    .content-title-en span {
        font-size:12px;
        margin:0 6px;
    }

    .content-title-en-single img {
        width:18px;
        margin-top:0px;
    }

    .content-title-en-single span {
        font-size:16px;
        margin:0 8px 0 4px;
        max-width:calc(100% - 30px);
    }

    .content-title-jp {
        font-size:20px;
        margin:3px 0 14px;
    }

    .content-div-right {
        justify-content:center;
        margin-top:30px;
    }
}

.content-title-en-single-bottom40 {
    margin-bottom:40px;
}

@media screen and (max-width: 799px) {
    .content-title-en-single-bottom40 {
        margin-bottom:20px;
    }
}