@charset "UTF-8";

  @media screen and (min-width: 768px) {
:root { 

        --flex_hurf : calc(98% / 2);
    }
  }
.main__visual{
    display: flex;
    column-gap: 2%;
    flex-wrap: wrap;
}

.main__visual picture{
    width: var(--flex_hurf);
}

.main__visual picture img{
    width: 100%;
    object-fit: cover;
}

.post__name__wrap{
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
    margin: 0 auto 1.5em;
    align-items: center;
}

.post__name{
    background: #323f86;
    padding: .5em 1.5em;
    font-size: 1.0rem;
    color:#fff;
}

.days{
    color:#999;
}

.profile__wrap{
    padding: clamp(1em,2vw,2.3vw);
    background:#f7f6f3;
    font-weight: bold;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.profile__block{
    margin-bottom: 5vh;
}

.profile__block h2{
    margin-top: 0;
    margin-bottom: 0;
    color:#eee;
    line-height: 1.4;
    padding-bottom: .15em;
        font-family: "Inter", sans-serif;
}

.profile__block h3.bg{
    color:#202020;
    text-align: left;
        font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin-top: .75em;
}

.cont__wrap{
    line-height: 2.0;
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
}

picture.Center__image{
    display: block;
    width: 100%;
    margin-bottom: 5vh;
}

picture.Center__image img{
    width: 100%;
    height:100%;
    object-fit:cover;
}
