@charset "UTF-8";
/* btn_more=========================== */
.btn_more {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 240px;
    height: 70px;
    background: #fff;
    color: #05626D;
    margin: auto;
    font-weight: 500;
    font-size: 1.6rem;
    border-radius: 35px;
    box-shadow: 0px 3px 15px #00000029;
  cursor: pointer;
}
.btn_more::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 20px;
    content: "";
    vertical-align: middle;
    margin: auto 0 auto auto;
    width: 12px;
    height: 2px;
    background: #05626D;
    transition: all .12s;
}
.btn_more::after {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0;
    color: #05626D;
    width: 8px;
    height: 8px;
    border-top: #05626D 2px solid;
    border-right: #05626D 2px solid;
    transform: rotate( 45deg );
    position: absolute;
    right: 20px;
    transition: all .12s;
}
.btn_more:hover {
    opacity: 1;
    box-shadow: 0px 1px 10px #00000042;
}
.btn_more:hover::before,
.btn_more:hover::after {
    right: 15px;
}

/* ======================================================= */
.pagevisual_bg {
    background: url(/edu/introduction/curriculum/img_db/pagevisual.jpg)no-repeat center;
    background-size: cover;
}
.wrapper {
    background: #fff;
}

/* ===================== */
.faculty {
    margin-top: 50px;
}
.ul-anchor {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0px;
    max-width: 1040px;
    margin: 0px auto 0;
}
.btn-click {
    width: 47%;
}
/* ===================== */
.ul-img_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 40px auto 50px;
}
.ul-img_flex img {
    border-radius: 20px;
}
.ttl-main::before  {
    position: absolute;
    top: -35px;
    display: block;
}
.link-box {
    margin: 2em 0 2em;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
/* ===================== */
#curriculum01 .ttl-main::before {
    content: url("/edu/introduction/curriculum/img_db/ttl-curriculum.png");
}
#curriculum02 .ttl-main::before {
    content: url("/edu/introduction/curriculum/img_db/ttl-structure.png");
}
#curriculum03 .ttl-main::before {
    content: url("/edu/introduction/curriculum/img_db/ttl-teaching.png");
}
.ttl-main {
    margin-bottom: 30px;
}
/* ===================== */
.curriculum , .structure , .teaching  {
    margin-top: 120px;
}
.contents_yellow {
    margin: 40px auto 60px;
}
.contents_white {
    background: #fff;
    padding: 40px 20px;
    margin: 20px 0;
}
.contents_white:last-of-type {
    margin: 20px 0 0 ;
}
.icon_border {
    border-radius: 100rem;
    padding: 1rem;
    padding: 0.3rem 3rem;
    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;
    display: inline-block;
}
/* ===================== */
.curriculum_disc {
    font-size: 2.4rem;
    color: #05626D;
    text-align: center;
    line-height: 1.5;
    margin: 20px auto;
}
.flex_structure {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.flex_structure img {
    max-width: 213px;
}
img.img_structure_plan {
    margin: 40px auto 0;
}
/* ===================== */
.ol-numbering li {
    list-style: decimal;
    margin-left: 2em;
}
.ol-numbering li::marker {
    color: #05626D;
    font-size: 2.0rem;
    font-weight: bold;
}
.ol-numbering .bold {
    color: #05626D;
}
/* ===================== */
.container.learn {
    margin-top: 50px;
}
.learn .contents_yellow {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 20px 0;
    width: 100%;
    max-width: 100%;
}
/* ===================== */

/* 
====================================================================================
====================================================================================
ÒÔÏÂ¥ì¥¹¥Ý¥ó¥·¥Ö
====================================================================================
==================================================================================== */
@media screen and (max-width: 1200px) {}
/*¥¿¥Ö¥ì¥Ã¥È£¨¿k£©*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and (max-width: 1279px){
.ul-anchor {
    justify-content: flex-start;
    gap: 5px 30px;
    max-width: 94%;
    flex-direction: column;
}
.ul-anchor li {
    font-size: 1.5rem;
    margin: 0 auto 10px;
    width: 100%;
}
}
@media screen and ( max-width: 767px ){


  .btn-green-ul .btn-li a {
    padding: 15px 0;
}
.curriculum_disc {
    font-size: 2.0rem;
}
.flex_structure {
    flex-direction: column;
}
}
@media screen and ( max-width: 480px ){
}