.et-db #et-boc .et-l .et_pb_menu--style-centered .et_pb_menu__menu>nav>ul,
.et-db #et-boc .et-l .et_pb_menu--style-centered .et_pb_menu__wrap {
    justify-content: flex-end;
}
.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul#menu-menu li {
    padding: 0 1vw;
}
.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul#menu-menu li.ryuugaku a,
.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul#menu-menu li.contact a {
    display: block;
    color: #fff !important;
    padding: 22px 0;
}
.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul#mobile_menu1 li.ryuugaku a,
.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul#mobile_menu1 li.contact a {
    color: #fff !important;
}
#main-content .container:before {
    content: none;
}

.lowerHeader {
    height: 550px;
    background-image: url(http://english-cc.com/wp-content/uploads/2021/05/LINE_P20201222_170059388.jpg)!important;
    padding: 54px 0;
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
    z-index: 1;
}
.lowerHeader::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-135deg,rgba(121,201,116,.1),rgba(117,166,175,.8));
    z-index: 2;
}
.lowerHeaderTitle {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 70%;
    max-width: 700px;
    background-color: #ffffff;
    background-image: linear-gradient(82deg,#29c4a9 53%,#2b87da 100%);
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
    padding: 27px 0;
    font-family: 'Noto Sans JP',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.lowerHeaderTitle .en {
    display: block;
    font-weight: 500;
    line-height: 1.3;
    font-size: 19px;
    padding-top: 10px;
    font-family: 'Noto Sans JP',Helvetica,Arial,Lucida,sans-serif;
}
@media only screen and (max-width:767px) {
    .lowerHeader {
        height: 300px;
    }
    .lowerHeaderTitle {
        padding: 10px 0;
        font-size: 20px;
    }
    .lowerHeaderTitle .en {
        font-size: 15px;
    }
}

.lowerIntroductionText {
    padding-block: 20px;
    line-height: 1.8;
    font-size: 16px;
    text-align: center;
    font-weight: 800;
    color: #000;
    margin-bottom: 30px;
}
@media only screen and (max-width:767px) {
    .lowerIntroductionText {
        font-size: 12px;
        padding-block: 10px;
        letter-spacing: 0;
    }
}

.experienceItems {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.experienceItems .topExperienceItem {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    aspect-ratio: 16/9;
    width: calc((100% - (5px * 2)) / 3);
    height: 100%;
    padding: 10px;
    font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Hiragino Sans","Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 800;
    line-height: 1.4;
    transition: .3s;
    z-index: 1;
}
.experienceItems .topExperienceItem:hover {
    opacity: 0.7;
}
.experienceItems .topExperienceItem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    z-index: 5;
}
.experienceItems .topExperienceItem .topExperienceImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experienceItems .topExperienceItem .topExperienceLocation {
    background-color: #e61773;
    color: #fff;
    position: relative;
    z-index: 10;
    width: fit-content;
    padding-inline: 8px;
    height: 26px;
    display: flex;
    align-items: center;
    font-size: 10px;
}
.experienceItems .topExperienceItem .topExperienceContents {
    position: relative;
    z-index: 10;
    color: #fff;
}
.experienceItems .topExperienceItem .topExperienceContents .topExperienceDate {
    font-size: 10px;
}
.experienceItems .topExperienceItem .topExperienceContents .topExperienceTitle {
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 800;
    margin-top: 2px;
    line-height: 1.4;
    padding-bottom: 0;
}
@media only screen and (max-width:767px) {
    .experienceItems .topExperienceItem {
        width: 100%;
        padding: 6px;
    }
    .experienceItems .topExperienceItem .topExperienceLocation {
        height: 18px;
    }
}

article.type-experience {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    padding: 40px 40px 120px;
    letter-spacing: 0.1em;
    font-size: 16px;
}
article.type-experience .blog_list_day {
    color: #808080;
    font-size: 12px;
    margin-bottom: 0;
    font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Hiragino Sans","Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 800;
    line-height: 1.4;
}
article.type-experience .articleTtl {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Hiragino Sans","Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
article.type-experience .experienceArticleImg {
    text-align: center;
}
article.type-experience table {
    border: 1px solid #afafaf;
    margin: 30px 0;
}
article.type-experience table strong {
    color: #000;
}
article.type-experience h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #8ec31f;
    color: #fff;
    outline: 2px solid #fff;
    outline-offset: -6px;
    padding: 16px;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: bold;
}
article.type-experience a {
    color: #BE2428;
    text-decoration: underline;
}
.articleBtn {
    margin-bottom: 140px;
    text-align: center;
}
.btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.3;
    color: #fff;
    padding: 20px 80px;
    background-color: #0089CE;
    border: 1px solid #0089CE;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    transition: .5s;
}
.btn:hover {
    color: #0089CE;
    background-color: #fff;
}
@media only screen and (max-width:767px) {
    article.type-experience {
        padding: 40px 20px 60px;
        font-size: 14px;
    }
    article.type-experience .articleTtl {
        margin-bottom: 24px;
        font-size: 20px;
    }
    article.type-experience h2 {
        padding: 10px;
    }
    .articleBtn {
        margin-bottom: 30px;
        width: 90%;
        margin-inline: auto;
    }
    .btn {
        font-size: 14px;
        display: block;
        margin: 0 auto;
    }
}

.pagenation {
    margin-top: 30px;
}
.pagenation .wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
}
.pagenation .wp-pagenavi > * {
    display: block;
    color: #000;
    padding: 2px 6px;
    border: 1px solid #BFBFBF !important;
    color: #000 !important;
    margin: 0 3px !important;
}
.pagenation .wp-pagenavi > *.current {
    border-color: #000 !important;
    color: #000 !important;
    font-weight: 900 !important;
}