@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2? family= Zen+Maru+Gothic:wght@300;400;500 & display=swap');

.bg_opacity {
    background-image: url(../img/background.png);
    /* background: rgba(0,157,255,0.5); */
}


.l_talk {
    padding: 30px 30px;
    border: 2px solid #cfe3d4;
    border-radius: 10px;
    margin-top: 50px;
    background: #ffffff;
}

.c-image-text02_talk {
    display: grid;
    align-items: center;
    grid-template: "image text margin" auto / calc(630/1440 * 100%) 1fr max((100% - var(--container-w))/2, 0px );
    padding-bottom: 0px;
}

.c-image-text02__image_talk img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.c-image-text02__text_talk {
    grid-area: text;
    padding: 0px 0px;
    margin-left: -100px;
    /* background: #ffffffc7; */
}

.title_talk {
    padding: 20px 0px 50px 10px;
        box-sizing: border-box;
        position: relative;
        padding-left: 15px;
}


.title_talk:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
    width: 4px;
    height: 23px;
background-color:#81bca6}

._green{
color:#00959b;
}


._blue{
color:#4b58a6;
}

.l_talk_img {
    padding-bottom: 45px;
    text-align: center;
}

img.talk_img {
    width: 70%;
    /* margin: 0 auto; */
}

@media screen and (max-width: 520px) {
    .l_talk {
        padding: 15px 15px;
        border: 2px solid #cfe3d4;
        border-radius: 10px;
        margin-top: 50px;
        background: #ffffff;
    }

    /*.c-image-text02_talk {
        display: block;
        flex-direction: row-reverse;
    }

    .c-image-text02__text_talk {
        grid-area: text;
        padding: 0px 0px;
        margin-left: -230px;
    }

    .c-image-text02_talk {
        display: grid;
        align-items: end;
        grid-template: "image text margin" auto / calc(1440/1440 * 100%) 1fr max((100% - var(--container-w))/2, 0px );
        padding-bottom: 0px;
    } */

    img.talk_img {
        width: 100%;
    }
    
} 