/* **********************************************************
	記事共通
********************************************************** */

.art .article_swiper {
    margin-top: 80px;
}

.art .note_mark {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
}


.sec04.art .personal-content {
    margin-top: 50px;
}

.art.sec04 .lower_container {
    margin-top: 35px;
}

.art .lower_fv h1 {
    font-size: 28px;
    line-height: 36px;
}

.art .lower_fv h1 mark {
    background-color: transparent;
    color: inherit;
    background-image: linear-gradient(180deg, #EAF6FD 10px, transparent calc(100% - 10px));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 10px;
    display: inline;
    font-style: normal;
}
.art.sawai .lower_fv h1 mark {
    background-image: linear-gradient(180deg, #a7dae7 10px, transparent calc(100% - 10px));
}
.art.shimane .lower_fv h1 mark {
    background-image: linear-gradient(180deg, #e0e1e1 10px, transparent calc(100% - 10px));
}

.art.craftalk .lower_fv h1 mark {
    background-image: linear-gradient(180deg, #dee898 10px, transparent calc(100% - 10px));
}
.art.kiosk .lower_fv h1 mark {
    background-image: linear-gradient(180deg, #d7dfeb 10px, transparent calc(100% - 10px));
}

.art .logo-title {
    width: 239px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}
.art.nokkaru .logo-title ,
.art.earthhacks .logo-title {
    margin-top: 12px;
}
.art.sawai .logo-title {
    width: 64px;
}
.art.shimane .logo-title {
    width: 174px;
}
.art.craftalk .logo-title {
    width: 182px;
}
.art.kiosk .logo-title {
    width: 174px;
}


.art .service-list:not(:first-child) {
    margin-top: 20px;
}

.art .service-list-item-top-img {
    display: block;
    width: 100%;
}

.art .service-list-item-top-info {
    position: relative;
    z-index: 2;
    background-color: #0A326D;
    padding: 15px 20px;
    display: inline-block;
    margin-left: 20px;
    margin-top: -20px;
    color: #fff;
    line-height: 1.4;
}
.art.sawai .service-list-item-top-info {
    background-color: #00a2c2;
}
.art.shimane .service-list-item-top-info {
    background-color: #898989;
}

.art.craftalk .service-list-item-top-info {
    background-color: #b8d200;
    color: #000;
}
.art.kiosk .service-list-item-top-info {
    background-color: #96acc9;
}
.art .kv_member{
    margin-bottom: 5px;
}

.art .kv_names{
    display: flex;
    gap: 5px;
}

.art.earthhacks .kv_names,
.art.kiosk .kv_names{
    flex-direction: column;
    gap: 0;
}

.art.kiosk .kv_names + .kv_names{
    margin-top: 5px;
}

.art .kv_names .left{
    flex-shrink: 0;
}

.art .kv_names .service-list-item-top-info-bold {
    font-weight: 700;
}

.art .service-list-item-body {
    margin-top: 45px;
}

.art .service-list-item-body p:not(:first-child) {
    margin-top: 10px;
}

.art .art_content small ,
.art .service-list-item-body small {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
}
.art .art_content small + small,
.art .service-list-item-body small + small {
    margin-top: 5px;
}

.art .personal-list {
    margin-top: 80px;
}

.art.nokkaru .personal-list-item:not(:first-child) {
    margin-top: 78px;
}

.art .personal-list-item-inner{
    min-height: 166px;
}

.art .personal-list .profile{
    line-height: 1.4;
}
.art .personal-list .profile .wrapper{
    display: inline-flex;
    flex-direction: column;
}

.art .personal-list .profile .name{
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.art .personal-list .profile .position{
    font-size: 1.2rem;
}

.art .personal-list-item:nth-child(odd) .personal-list-item-user-img {
    float: left;
    margin-right: 20px;
}

.art .personal-list-item:nth-child(even) .personal-list-item-user-img {
    float: right;
    margin-left: 20px;
}

.art .personal-list-item-inner:after {
    clear: left;
    content: "";
    display: table;
}

.art.nokkaru .personal-list-item p:not(:first-child) {
    margin-top: 40px;
}
.art .personal-list-item p:not(:first-child) {
    margin-top: 40px;
}

.art .personal-list-item-inner mark {
    font-size: 14px;
    line-height: 18px;
    background-color: #0A326D;
    padding: 4.5px 11px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
}
.art.sawai .personal-list-item-inner mark {
    background-color: #00a2c2;
}
.art.shimane .personal-list-item-inner mark {
    background-color: #898989;
}

.art.craftalk .personal-list-item-inner mark {
    background-color: #b8d200;
    color: #000;
}
.art.kiosk .personal-list-item-inner mark {
    background-color: #96acc9;
}


.art .personal-list-item-user-img {
    display: block;
    width: 166px;
    height: 166px;
    overflow: hidden;
    padding: 7px;
    border-radius: 50%;
    background-color: #82D0F4;
}
.art.sawai .personal-list-item-user-img {
    background-color: #93d7e5;
}
.art.shimane .personal-list-item-user-img {
    background-color: #d1d2d2;
}

.art.craftalk .personal-list-item-user-img {
    background-color: #c2d825;
    color: #000;
}
.art.kiosk .personal-list-item-user-img {
    background-color: #a2b7cf;
}

.art .personal-list-item-user-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.art .personal-list-item-img {
    margin-top: 46px;
}

.art .personal-list-item-img.sp-small-img {
    margin-top: 40px;
}

.art .personal-list-item-img img {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: auto;
}


.art .detail_area{
    margin-top: 50px;
}

.art .detail_area .flex_area{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    justify-content: center;
}


.art_content{
    margin-top: 80px;
}
.art_box{
    margin-top: 40px;
}

/* illustration
--------------------------------------------------------------------*/
.illustration{
    margin: 40px auto;
    width: 480px;
    max-width: 100%;
}
.illustration.w280{
    width: 280px;
}

.illustration.half{
    display: flex;
    width: 100%;
    gap: 30px;

}
.illustration.half .flex_item{
    width: calc((100% - 30px) / 2);
}
.illustration .cap{
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 1.4;
}


.earthhacks .illustration.half .e_logo{
    width: 200px;
    margin-top: 30px;
}


.sec04.art .overview_list_wrapper{
    margin: 40px auto 0;
    max-width: 530px;
}
.sec04.art .overview_title{
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
}
.sec04.art .overview_list{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    line-height: 1.4;
    font-size: 1.4rem;
}
.sec04.art .overview_item{
    border-bottom: 1px solid #000;
    padding: 4px 0;
}
.sec04.art .overview_item:last-child{
    border-bottom:none;
}
.sec04.art .overview_item h4{
    flex-shrink: 0;
    flex-basis: 11em;
}



@media screen and (max-width: 768px) {

    .art .detail_area .flex_area{
        justify-content: flex-start;
    }

    .sec04.art .personal-content {
        margin-top: 25px;
    }

    .sec04.art  .lower_container {
        margin-top: 8px;
    }

    .art .lower_fv h1 {
        font-size: 22px;
        line-height: 34px;
    }

    .art .logo-title {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 174px;
    }

    .art.nokkaru .logo-title,
    .art.earthhacks .logo-title {
        margin-top: 0;
        margin-bottom: 0;
    }
    .art.sawai .logo-title {
        width: 48px;
    }
    .art.shimane .logo-title {
        width: 120px;
    }
    .art.craftalk .logo-title {
        width: 152px;
    }
    .art.kiosk .logo-title {
        width: 126px;
    }


    .art.nokkaru .personal-list-item:not(:first-child) {
        margin-top: 40px;
    }


    .art .service-list-item-top-info {
        padding: 10px 12px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -15px;
        font-size: 12px;
    }

    .art .service-list-item-body {
        margin-top: 10px;
    }

    .art .service-list-item-body p {
        line-height: 22.4px;
    }

    .art .art_content small ,
    .art .service-list-item-body small {
        margin-top: 14px;
    }

    .art .content {
        margin-top: 24px;
    }
    .art_box{
        margin-top: 22px;
    }

    .art .personal-list {
        margin-top: 40px;
    }

    .art .personal-list-item-inner{
        min-height: 88px;
    }

    .art .personal-list-item-user-img {
        width: 88px;
        height: 88px;
        padding: 5px;
    }

    .art .personal-list .profile{
        margin-top: 15px;
        text-align: right;
    }
    .art .personal-list .profile .wrapper{
        flex-direction: unset;
        align-items: flex-start;
        gap: 8px;
        padding: 15px;
        background-color: #d7dfeb;
        text-align: left;
    }
    .art .personal-list .profile .name{
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .art .personal-list-item:nth-child(odd) .personal-list-item-user-img {
        margin-right: 12px;
    }

    .art .personal-list-item:nth-child(even) .personal-list-item-user-img {
        margin-left: 12px;
    }

    .art .personal-list-item-inner p {
        line-height: 1.7;
    }

    .art .personal-list-item-inner mark {
        font-size: 12px;
        line-height: 16px;
        padding: 2.5px 8px;
    }

    .art.nokkaru .personal-list-item p:not(:first-child) {
        margin-top: 22px;
    }
    .art .personal-list-item p:not(:first-child) {
        margin-top: 22px;
    }

    .art .personal-list-item-img {
        margin-top: 20px;
    }

    .art .personal-list-item-img.sp-small-img {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 22px;
    }
    .illustration{
        margin: 22px auto;
    }

    .art .detail_area{
        margin-top: 25px;
    }
    .art_content{
        margin-top: 40px;
    }

    .sec04.art .overview_list_wrapper{
        margin: 22px auto 0;
    }

}

@media screen and (max-width: 520px) {

    .art .detail_area .flex_area{
        flex-direction: column;
    }
    
    .illustration.half{
        flex-direction: column;
    }
    .illustration img{
        max-width: 80%;
        margin: auto;
    }
    .illustration.half .flex_item{
        width: 100%;
    }
    .illustration .cap{
        max-width: 80%;
        margin: 10px auto 0;
    }
    .earthhacks .illustration.half .e_logo{
        width: 100%;
    }

    .sec04.art .overview_item h4{
        flex-basis: 9em;
    }
    
}



/* **********************************************************
	shimane
********************************************************** */


/* theme_list
--------------------------------------------------------------------*/

.shimane .theme_list{
    margin: auto;
    max-width: 530px;
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 40px;
}
.shimane .theme_item{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 1.4rem;
}
.shimane .theme_item:last-child{
    margin-bottom: 0;
}
.shimane .theme_item .num{
    flex-shrink: 0;
}


/* strategy_list
--------------------------------------------------------------------*/

.shimane .strategy_list{
    margin: auto;
    max-width: 530px;
    padding: 20px;
    border: 1px solid #000;
    margin-top: 40px;
}
.shimane .strategy_item{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 1.4rem;
}
.shimane .strategy_item:last-child{
    margin-bottom: 0;
}
.shimane .strategy_item h3{
    background-color:#efefef;
    padding: 0 5px;
}


@media screen and (max-width: 768px) {

    .shimane .theme_list{
        margin-bottom: 22px;
    }
    .shimane .strategy_list{
        margin-top: 22px;
    }

}