@charset "utf-8";
/* ======================
Article header 
======================*/
.About {
    color: #366EB3;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}
.section--Policy {
    padding: 48px 5%;
}
.section__About {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.section__About {
    color: #FB7BA2;
    font-family: Montserrat;
    font-size: 4.0rem;
    font-weight: 700;
}

.section__title {
    font-size: 2.0rem;
    font-weight: 700;
}
.About_img {
    display: block;
    margin: 0 auto;
    height: auto;
    align-items: flex-start;
    border-radius: 25px;
}

.About_txt {
    font-size: 1.2rem;
    font-weight: 400;
}
.section--Business {
    padding: 48px 5%; 
}

/* about pc */
@media screen and (min-width:769px){
    .About_img {
        max-width: 800px;
        height: auto;
        margin: 0 auto;
    }
    .About_txt {
        max-width: 800px;
        margin: 0 auto;
        font-size: 2.4rem;
        font-weight: 400;
    }
}
    
/* 仕事紹介 */
.section--Work {
    padding: 48px 5%; 
}

.Work__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.Work__item {
    gap: 12px;
}
.Work_title {
    font-size: 1.6rem;
    font-weight: 700;
}
.Work_lead {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 700;
}
.Work_txt {
    margin-top: 5px;
}


/* Work pc */
@media screen and (min-width:769px){
.Work__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}
.Work__item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 4px;
}
.Work_img {
    width: 510px;;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}
.Work_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}
.Work_title {
    font-size: 3.0rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}  
.Work_lead {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}
  
.Work_txt {
    font-size: 2.0rem;
    letter-spacing: 3px;
}
  
.Work__item > div {
    flex: 1;
}