.notes {
    background: #f6fafc;
    }
.notes h2.staffTi {
    font-size: 8vw;
    padding-top: 80px;
    letter-spacing: 0.05em;
    position: relative;
    background: #2565bd;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.article_wrap {
    width: calc(100% - 30px);
    padding: 0 15px;
    margin-bottom: 90px;
}
.article {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.article h3 {
    width: fit-content;
    font-family: "Yu Mincho", serif;
    font-size: 6vw;
    line-height: 1.5;
    background: -webkit-linear-gradient(0deg, #3f71ea 30%, #fe6892 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}
.article p {
    width: 100%;
    font-size: 14px;
    letter-spacing: -0.02em;
    margin-top: 6px;
}
.article p.margin_top {
    margin-top: 35px;
}
.article .section_img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.article .section_img.middle {
    margin-top: 30px;
    margin-bottom: 30px;
}
.notes_menu {
    width: 100%;
}
.notes_menu .menuitem {
    width: calc(100% - 30px);
    padding: 10px 15px;
    border-bottom: #b5bfd3 1px solid;
}
.notes_menu .menuitem:nth-child(1) {
    border-top: #b5bfd3 1px solid;
}
.notes_menu .menuitem a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.notes_menu .menuitem .menu_img {
    width: 21.3vw;
    height: 21.3vw;
}
.notes_menu .menuitem h3 {
    flex-grow: 1;
    font-size: 4.26vw;
    padding-left: 4vw;
    line-height: 1.625;
    letter-spacing: 0.01em;
    width: fit-content;
    background: -webkit-linear-gradient(0deg, #3f71ea 30%, #fe6892 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.notes_menu .menuitem .menu_btn {
    width: 10px;
    height: 12px;
}
.notes footer {
    margin-top: 110px;
    padding: 268px 3% 10px;
    position: relative;
    background: url(../images/notes/notes_bg.png) center center / cover no-repeat;
}
.notes .ending_txt {
    position: absolute;
    top: 0px;
    left: 41vw;
    width: 18vw;
}
.notes .fBtn {
    width: 60%;
    line-height: 1;
    padding: 24px 0 20px;
}
.notes .fBtn:link, .fBtn:visited {
    font-family: "Amiri", serif;
    letter-spacing: 0.05em;
}
.notes .footer_menu_nav_logo {
    width: 20px;
}
