@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
}
html{
    font-size: 62.5%;
}
body{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-style: normal;
    color: #2f2f2f;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    background-color: #F4F8E6;
}
body * {
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;

}

/* common PC */
@media screen and (min-width:769px){
body{
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 300%;
}
}


/* --  団体概要 */
    .section--company{
        background-color: #F4f8e6;
    }
    /* 文字設定 */
    .company__title{
        color: #21A469;
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 300%;
        padding-inline: 5.3%;
    }

    .company__title{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .company__title::after{
        content: '';
        width: 33px;
        height: 1px;
        background-color: #21A469;
        display: block; 
    }
    .company__txtTitle{
        color: #000;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 200%;
    }
    
    .company__txt{
        color: #000;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 2.0;
        margin-top: 10px;
    }
    /* ドットの下線 */
    .company__one::after{
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background-image: url(../img/0_common/underline__dot.svg);
        background-size: 10px 3px;
        background-repeat: repeat;
        background-position:left bottom;
        margin-top: 10px;
    }
    /* 余白 */
    .company__one{
        margin-top: 20px;
    }
    .company__one:nth-of-type(1){
        margin-top: 0px;
    }
    .company__txtBox{
        margin-inline: auto;
        padding: 20px 5.3% 50px;
    }


/*  common PC */
@media screen and (min-width:769px){
    .company__title{
        font-size: 3.0rem;
        line-height: 1;
        padding: unset;
        padding: 0px 11.6%;
        max-width: 1440px;
        margin-inline: auto;
    }
    .company__title::after{
        width: 72px;
    }

    /* 文字 */
    .company__txtTitle{
        font-size: 1.8rem;
        font-weight: 500;
        width: 178px;
    }
    .company__txt{
        font-size: 1.8rem;
        margin-top: 0px;
    }
    /* 横並び */
    .company__one{
        display: flex;
        align-items: flex-start;
        gap: 120px;
    }
    .company__one::after{
        display: none;
    }
    .company__one{
        background-image: url(../img/0_common/underline__dot.svg);
        background-size: 10px 3px;
        background-repeat: repeat-x;
        background-position: left bottom;
        padding-bottom: 30px;
        margin-top: 30px;
        padding-left: 20px;
    }

    .company__txtBox{
        margin-top: 90px;
        padding-inline: 11.6%;
        max-width: 1440px;
    }
}

@media screen and (min-width:1441px){
    .company__title{
        padding-inline: 168px;
    }
    .company__txtBox{
        padding-inline: 168px;
    }
}


/*  -- 調整 -- */
/* headerの背景色 */
.article__header {
    padding-inline: 5.3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    aspect-ratio: 563 / 209;
    background-color: #F4f8e6;
    padding-bottom: 20px;
}
@media screen and (min-width:769px){
    .article__header{
        display: none;
    }
    .section--company{
        position: relative;
    }
    .section--company::before{
        content: '';
        display: block;
        background-image: url(../img/0_common/border_green_pc.png);
        width: 100%;
        height: 141px;
        aspect-ratio: unset;
        background-position:0 0;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: -140px;
        left: 0;
        }

    
}
