@charset "UTF-8";
/* ======================================================= */
.pagevisual_bg {
    background: url(/edu/introduction/img_db/pagevisual.jpg)no-repeat center;
    background-size: cover;
}
.wrapper {
    position: relative;
    background: #fff url("../../common/img_db/bg_logo.jpg") no-repeat bottom right;
    background-size: 400px;
    padding: 60px 0 220px;
}
.footer_inner_nav {
    padding-top: 0;
}
/* ===================== */
.btn-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
	max-width: 1024px;
	width: 90%;
  margin: auto;
}
.btn-ul li {
    width: 48%;
}
.btn-ul a { 
    display: block;
    text-align: center;
    padding: 30px 0;
    border-radius: 20px;
    color: #000;
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #83ccce, #b3d360);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: all .15s ease-out;
}
.btn-ul a:hover {
    box-shadow: none;
    color: #ffffff;
    opacity: 1;
}
.btn-click {
    margin: 30px 0 0;
}
.btn-click a:after {
    transform: rotate(0deg);
}
/* 
====================================================================================
====================================================================================
ÒÔÏÂ¥ì¥¹¥Ý¥ó¥·¥Ö
====================================================================================
==================================================================================== */
@media screen and (max-width: 1200px) {}
/*¥¿¥Ö¥ì¥Ã¥È£¨¿k£©*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and (max-width: 1279px){}
@media screen and ( max-width: 767px ){
.wrapper {
    background: #fff url("../../common/img_db/bg_logo.jpg") no-repeat bottom right;
    background-size: 240px;
    padding: 60px 0 170px;
}
.footer_inner_end {
    padding-top: 0px;
}
/* ===================== */
.btn-ul li {
    width: 100%;
}

}
