@charset "utf-8";
/* -----------------------------------------------------------
 =top
----------------------------------------------------------- */
.areaTopMain {
    padding-top: 20px;
}
/* mainVisual --------------- */
.areaMainVisual {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
/* news --------------- */
.areaTtlNewsTop {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 0.5em;
}
.ttlNewsTop {
    display: block;
    position: relative;
    padding-right: 16px;
    font-size: 22px;
}
.ttlNewsTop::after {
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 17px;
    background-color: #999;
    content: "";
}
.ttlNewsTopSub {
    display: block;
    padding-top: 5px;
    padding-left: 14px;
    font-weight: 400;
    font-size: 13px;
}
/* btn --------------- */
.btnNewsTop {
    text-align: center;
}
.btnNewsTop a {
    display: block;
    position: relative;
    width: 160px;
    border: 1px solid #c51729;
    margin-right: auto;
    margin-left: auto;
    padding: 9px 0;
    color: #c51729;
    font-size: 13px;
    overflow: hidden;
    z-index: 1;
    transition: 0.2s linear;
}
.btnNewsTop a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    content: "";
    width: 6px;
    height: 10px;
    background-image: url("../images/ic_arrow.svg");
    background-repeat: no-repeat;
    background-size: 6px;
}
.btnNewsTop a::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    content: "";
    z-index: -1;
    transition: 0.2s linear;
}
.btnNewsTop a:hover {
    background-color: #c51729;
    color: #fff;
}
.btnNewsTop a:hover::after {
    background-image: url("../images/ic_arrow_wt.svg");
}
.btnNewsTop a:hover::before {
    width: 0;
    height: 100%;
    left: 100%;
    top: 0;
}
/* menu --------------- */
.notes-member {
    display: inline-block;
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 16px;
    color :#c51729;
    font-size: clamp(1.30rem, calc(0.25vw + 1.21rem), 1.40rem);
}
.notes-member::before {
	position: absolute;
    width: 11px;
    height: 14.64px;
    top: 2px;
	left: 0;
	content: url("../images/ic_member.svg");
}
.areaTopMenu {
    background-color: rgba(102, 102, 102, 0.13);
    padding: 30px 0 1px;
}
.areaTopMenuCard {
    margin-bottom: 35px;
}
.topMenuCard {
    min-height: 110px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 18px 6% 10px;
}
.bgMenu01, .bgMenu02, .bgMenu03, .bgMenu04, .bgMenu05, .bgMenu06, .bgMenu07, .bgMenu08, .bgMenu09, .bgMenu10, .bgMenu11 {
    background-repeat: no-repeat;
}
.bgMenu01 {
    background-image: url("../../images/bg_menu_01@2x.png");
    background-position: right 10% bottom 15px;
    background-size: 130px;
}
.bgMenu02 {
    background-image: url("../../images/bg_menu_02@2x.png");
    background-position: right 10% bottom 15px;
    background-size: 113px;
}
.bgMenu03 {
    background-image: url("../../images/bg_menu_glossary.svg");
    background-position: right 10% bottom 15px;
    background-size: 130px;
}
.bgMenu04 {
    background-image: url("../../images/bg_menu_04@2x.png");
    background-position: right 5% bottom 15px;
    background-size: 105px;
}
.bgMenu05 {
    background-image: url("../../images/bg_menu_academia.svg");
    background-position: right 15% bottom 10px;
    background-size: 115px;
}
.bgMenu06 {
    background-image: url("../../images/bg_menu_06@2x.png");
    background-position: right 12% bottom 15px;
    background-size: 130px;
}
.bgMenu07 {
    background-image: url("../../images/bg_menu_07@2x.png");
    background-position: right 15% bottom 15px;
    background-size: 90px;
}
.bgMenu08 {
    background-image: url("../../images/bg_menu_08@2x.png");
    background-position: right 15% bottom 12px;
    background-size: 130px;
}
.bgMenu09 {
    background-image: url("../../images/bg_menu_forum.svg");
    background-position: right 20% bottom 5px;
    background-size: 70px;
}
.bgMenu10 {
    background-image: url("../../images/bg_menu_award.svg");
    background-position: right 15% bottom 10px;
    background-size: 120px;
}
.bgMenu11 {
    background-image: url("../../images/bg_menu_kemono.svg");
    background-position: right 15% bottom 10px;
    background-size: 110px;
}
.topMenuCard a {
    color: #333;
}
.topMenu {
    margin-bottom: 10px;
    font-size: 16px;
}
.topMenuSub li {
    margin-bottom: 8px;
}
.topMenuSub li a {
    display: inline-block;
    background: url("../images/ic_arrow.svg") no-repeat 3px 6px;
    background-size: 6px;
    padding-left: 17px;
    font-size: 14px;
    line-height: 1.3;
}
/* banner --------------- */
a .areaBnJavaWrap {
    display: block;
    background-color: #fff;
    border: 3px solid rgba(197, 23, 41, 0.6);
    margin-bottom: 35px;
    padding: 1.2em 6% 1em;
    text-align: center;
}
.javaWeb-img {
    margin-bottom: 0.5em;
}
.javaWeb-img img {
    min-width: 260px;
    max-width: 500px;
}
a .javaWeb-txt {
    background-color: rgba(175,30,41,0.9);
    padding: 0.1em 1.8em;
    color: #fff;
    font-weight: 600;
    font-size: clamp(1.20rem, calc(0.49vw + 1.02rem), 1.40rem);
    letter-spacing: 0.2em;
    border-radius: 1px;
}
a:hover .areaBnJavaWrap .javaWeb-txt {
    opacity: 0.7;
    transition: 0.4s;
}
/* asian --------------- */
.areaAsianWrap {
    background-color: #fff;
    border: 3px solid rgba(32, 89, 166, 0.5);
    margin-bottom: 35px;
    padding: 15px 5% 20px;
}
.ttlAsianTop {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 0;
}
.ttlAsianTop a {
    color: #2059A6;
}
.ttlAsianTop a:hover {
    color: #999;
}
.topMenuAsian {
    margin-bottom: 20px;
}
.topMenuAsian li {
    margin-bottom: 8px;
}
.topMenuAsian li a {
    display: inline-block;
    background-image: url("../images/ic_arrow_asian.svg");
    background-repeat: no-repeat;
    background-position: 3px 6px;
    background-size: 6px;
    padding-left: 17px;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}
.topMenuAsian li a:hover {
    color: #2059A6;
}
.logoAsian {
    text-align: center;
}
.logoAsian img {
    width: 200px;
}
@media print, screen and (min-width: 440px) {
    /*.areaTopMenuCard {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 35px;
    }
    .topMenuCard {
        width: calc((100% - 4%) / 2);
        padding: 16px 5% 10px;
    }
    .bgMenu02 {
        background-size: 126px;
    }
    .bgMenu03 {
        background-size: 110px;
    }
    .bgMenu08 {
        background-size: 150px;
    }*/
    .areaAsianSub {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
    }
    .topMenuAsian {
        margin-bottom: 0;
    }
}
@media print, screen and (min-width: 768px) {
    .areaTopMain {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
        margin-bottom: 35px;
    }
    .areaTtlNewsTopWrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .newsListTop {
        width: 715px;
    }
    .ttlNewsTop {
        padding-right: 18px;
        font-size: 32px;
    }
    .ttlNewsTop::after {
        top: 10px;
        height: 26px;
    }
    .ttlNewsTopSub {
        padding-left: 16px;
        font-size: 14px;
    }
    .btnNewsTop a {
        width: 120px;
        padding: 5px 5px 5px 0;
        font-size: 12px;
    }
    .notes-member::before {
        width: 11px;
        height: 14.64px;
    }
    .areaTopMenu {
        padding-top: 65px;
    }
    .areaTopMenuCard {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 2em;
    }
    .areaTopMenuCard::after {
		content: "";
		display: block;
		width: calc((100% - 84px) / 3);
	}
    .topMenuCard {
        width: calc((100% - 84px) / 3);
        min-height: 170px;
        margin-bottom: 30px;
        padding: 18px 20px 14px 24px;
    }
    .bgMenu01 {
        background-position: right 30px bottom 15px;
         background-size: 160px;
   }
    .bgMenu02 {
        background-position: right 24px bottom 11px;
        background-size: 153px;
    }
    .bgMenu03 {
        background-position: right 20px bottom 11px;
        background-size: 140px;
    }
    .bgMenu04 {
        background-position: right 12px bottom 12px;
        background-size: 123px;
    }
    .bgMenu05 {
        background-position: right 30px bottom 12px;
        background-size: 135px;
    }
    .bgMenu06 {
        background-position: right 15px bottom 14px;
        background-size: 160px;
    }
    .bgMenu07 {
        background-position: right 28px bottom 18px;
        background-size: 111px;
    }
    .bgMenu08 {
        background-position: right 22px bottom 14px;
        background-size: 164px;
    }
    .bgMenu09 {
        background-position: right 10% bottom 5px;
        background-size: 100px;
    }
    .bgMenu10 {
        background-position: right 11% bottom 10px;
        background-size: 140px;
    }
    .bgMenu11 {
        background-position: right 11% bottom 15px;
        background-size: 140px;
    }
    .topMenuSub li {
        margin-bottom: 4px;
    }
    /* banner --------------- */
    a .areaBnJavaWrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 55px;
        padding: 1.4em 6%;
    }
    .javaWeb-img {
        margin-bottom: 0;
        padding-right: 60px;
    }
    .javaWeb-img img {
        min-width: 540px;
    }
    a .javaWeb-txt {
        padding: 0.3em 3em;
        font-size: 1.5rem;
    }
    /* asian --------------- */
    .areaAsianWrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        margin-bottom: 80px;
        padding: 15px 90px 20px 80px;
    }
    .ttlAsianTop {
        margin-bottom: 0;
        font-size: 32px;
    }
    .topMenuAsian {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .areaAsianSub {
        width: 760px;
    }
    .topMenuAsian li {
        width: 35%;
        margin-bottom: 15px;
    }
    .topMenuAsian li:nth-child(even) {
        width: 65%;
    }
    .topMenuAsian li a {
        background-position: 3px 7px;
        padding-left: 18px;
        font-size: 15px;
    }
    .logoAsian img {
        width: 214px;
    }
}