/* general style */

.p-top {
    /* block top */
}

.p-top .c-bl-banner.banner::before {
    display: none;
}

.p-top .p-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-height: 500px;
    padding: 24px 0 110px 0;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
}

.p-top .p-profile p {
    font-size: 1.5rem;
    line-height: 1.8;
}

.p-top .p-profile h4 {
    margin-bottom: 31px;
    font-size: 2.2rem;
    line-height: 1.4;
    font-family: A-OTF-R;
}

.p-top .p-profile-1 {
    padding-top: 24px;
}

.p-top .p-profile-1 blockquote {
    margin-bottom: 35px;
}

.p-top .p-profile-2 {
    padding-top: 31px;
}

.p-top .p-profile-2 .c-imgs {
    margin-bottom: 60px;
}

.p-top .p-profile-2 .p-profile__title h3 {
    margin-bottom: 43px;
}

.p-top .p-profile-2 .p-profile__title p {
    margin-bottom: 110px;
}

.p-top .p-profile-2 .p-profile__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}

.p-top .p-profile-2 .p-profile__main h4 {
    margin-bottom: 20px;
}

.p-top .p-profile-2 .p-profile__main .c-table {
    margin: 0 auto 36px auto;
}

.p-top .p-profile-3 {
    padding-top: 33px;
}

.p-top .p-profile-3 [class*="block-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.p-top .p-profile-3 [class*="block-"]:not(:last-child) {
    margin-bottom: 110px;
}

.p-top .p-profile-3 .p-profile__title h3 {
    margin-bottom: 60px;
}

.p-top .p-profile-3 .p-profile__main h3 {
    margin-bottom: 23px;
    font-size: 3.4rem;
    line-height: 1.4;
    font-family: A-OTF-R;
}

.p-top .p-profile-3 .l-sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 40px;
}

.p-top .p-profile-3 .l-sign img {
    width: auto;
}

.p-top .p-profile-3 .l-sign>*:not(:last-child) {
    margin-right: 50px;
}

.p-top .p-profile-3 .l-sign__company {
    font-size: 1.4rem;
}

.p-top .p-profile-3 .l-sign__author {
    font-size: 3.4rem;
}

.p-top .p-profile-4 {
    padding-top: 0;
}

.p-top .p-profile-4 [class*="block-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 110px;
}

.p-top .p-profile-4 .p-profile__title h3 {
    margin-bottom: 30px;
}

.p-top .p-profile-4 .p-profile__title p {
    margin-bottom: 65px;
}

.p-top .p-profile-4 .p-profile__main .c-gr-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 68px;
}

.p-top .p-profile-4 .p-profile__main .c-gr-button .c-button {
    max-width: 280px;
    height: 80px;
    font-size: 1.6rem;
}

.p-top .p-profile-4 .p-profile__main .c-gr-button .c-button i {
    width: 18px;
    height: 18px;
}

.p-feed {
    position: static
}


.c-bl-web__banner2 .banner2 img {
    object-fit: contain;
    width: 100%;
    vertical-align: bottom;
}

.c-bl-web__banner2 .banner1 {
    position: relative;
}

.c-bl-web__banner2 .banner1 img {
    width: 100%;
    vertical-align: bottom;
    transition: 0.4s;
}


.c-bl-web__banner2 .banner1 img:first-of-type {
    opacity: 1;
}

.c-bl-web__banner2 .banner1 img:last-of-type {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.c-bl-web__banner2 .banner1:hover img:first-of-type {
    opacity: 0;
}

.c-bl-web__banner2 .banner1:hover img:last-of-type {
    opacity: 1;
    transition: 0.4s;
}

.c-bl-web__banner2 .banner2 div:last-of-type {
    padding-top: 6%;
}

.c-bl-web__banner2 .banner2,.c-bl-web__banner2 .banner1 {
    width: 48%;
    max-width: 680px;
}

@media screen and (max-width: 1024px) {
    .c-bl-web__banner2 .banner2,.c-bl-web__banner2 .banner1 {
        width: 100%;
        margin: 0 auto;
    }
    .c-bl-web__banner2 .banner2 div:last-of-type {
        margin-top: 20px;
        padding-top: 0;
    }
    .c-bl-web__banner2 .banner1  {
        margin-bottom: 20px;
    }
}