@charset "UTF-8";
/* ======================================================= */
.pagevisual_bg {
    background: url(/edu/introduction/fuculty_members/img_db/pagevisual.jpg)no-repeat center;
    background-size: cover;
}
.wrapper {
    background: #fff;
}
/* ===================== */
.faculty {
    margin-top: 0px;
}
.ul-anchor {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0px;
    max-width: 1040px;
    margin: 0 auto;
}
.btn-click {
    width: 25%;
}
.faculty .ttl-main::before {
    content: url("/edu/introduction/fuculty_members/img_db/ttl-teacher.png");
}
.faculty .ttl-main::before  {
    position: absolute;
    top: -35px;
    display: block;
}
/* ===================== */
.professor-contents {
    max-width: 1024px;
    margin: 70px auto 0;
}
.pro-ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 16px;
    margin: 25px 0;
}
.pro-li {
    max-width: 244px;
    width: 100%;
    border: solid 1px #05626D;
    padding: 15px;
}
.pro_name {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    border-left: solid 3px #05626D;
    padding: 0 0 0 9px;
    margin: 0 0 10px 0;
    color: #05626D;
}
.pro_name span {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #000;
}
.pro_kana , .pro_field{
  margin: 0.5em 0;
  line-height: 1.5;
  font-size: 1.5rem;
}
.pro_field {
    color: #6e6d6d;
    min-height: 45px;
}
.pro_web {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.7;
}
.pro_web:hover {
    opacity: 0.7;
    text-decoration: underline;
}
.pro_web , .pro_web a{
    color: #05626D;
}
.pro_web a::after {
    content: "";
    display: inline-block;
    background: url("/edu/introduction/fuculty_members/img_db/icon_blank.png")no-repeat;
    width: 13px;
    height: 12px;
    background-size: contain;
    margin: 0 0 -2px 6px;
}
.pro_web::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent linear-gradient(150deg, #83CCCE 0%, #B3D360 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    flex: none;
    margin: 0 5px -3px -5px;
}
.pro_web::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 0.5px;
    margin-top: -2px;
    transform: rotate(0deg);
}
.prolink-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* ===================== */
/* ===================== */
/* 
====================================================================================
====================================================================================
ÒÔÏÂ¥ì¥¹¥Ý¥ó¥·¥Ö
====================================================================================
==================================================================================== */
@media screen and (max-width: 1200px) {}
/*¥¿¥Ö¥ì¥Ã¥È£¨¿k£©*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and (max-width: 1279px){
.ul-anchor {
    max-width: 90%;
}
.btn-click {
    width: 50%;
}
.professor-contents {
    max-width: 95%;
}
}

@media screen and ( max-width: 767px ){

.pagevisual {
    background-size: auto;
    background-attachment: fixed;
    background-position-y: 60px;
}
/* ===================== */
.ul-anchor {
    justify-content: flex-start;
    gap: 5px 30px;
    max-width: 94%;
}
.ul-anchor li {
    font-size: 1.5rem;
    margin: 0 0 10px 0;
}
  .btn-green-ul .btn-li a {
    padding: 15px 0;
}
/* ===================== */
.professor-contents {
    max-width: 90%;
}
.pro-ul {
    gap: 15px 10px;
    margin: 25px 0 0;
    justify-content: space-between;
}
.pro-li {
    width: calc(50% - 7.5px);
    max-width: 50%;
    padding: 20px 3% 20px 6%;
}
  .pro_name {
    padding: 0 0 0 10px;
    margin-left: -10px;
}
.pro_kana, .pro_field {
    font-size: 1.5rem;
}
.pro_web {
    margin-left: 10px;
}
/* ===================== */
/* ===================== */
}
@media screen and ( max-width: 480px ){
.ul-anchor li {
    width: 100%;
}
}