@charset "UTF-8";

/* ---------------------------------------------
	ヘッダー
--------------------------------------------- */
/*-------------メインビジュアル-------------*/
.header__main{
    background: url("../../img/bg_hdr.png") repeat-x center center;
    background-size: 100% 190%;
    height: 186px;
    padding-top: 0;
}
.header__main a{
    display: block;
    height: 100%;
    position: relative;
    padding: 0px 0 0;
}

.header__main h1{
    background: url("../../img/hdr_s.png") no-repeat center 0;
    width: 100%;
    height: 170px;
    background-size: contain;
    position: absolute;
    top: 10px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
}
.header__main_oadate{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
}
@media screen and (max-width: 600px){
    .header__main{
        height: 36vw;
    }
    .header__main h1{
        height: 90%;
    }
}

/*------------出場校------------*/
.team__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.team__list li{
    flex-shrink: 0;
    width: 49%;
    margin-bottom: 1em;
    /* background: #ffeaf7; */
    /* background: #fff; */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,226,244,1) 100%);


    padding: 1em;
    box-sizing: border-box;
    box-shadow: 1px 1px 1.5em #b5a5815a;
    transition: 300ms;
}
.team__list li.on{
    border: solid 5px #bd9b4b;
}
@media screen and (max-width: 1000px){
    .team__list li{
        width: 100%;
    }
}
/* @media screen and (max-width: 768px){} */
.team__list h3{
    font-size: 146%;
    font-weight: bold;
    /* color: #c8951c; */
    color: #555;
    border: none;
    margin: 0 0 0.5em;
    display: flex;
    align-items: center;
    border-bottom: solid 2px #c8951c;
    padding-bottom: 2px;
}
.team__list h3::before{
    content: "";
    display: block;
    width: 70px;
    height: 53px;
    background-color: #000;
    margin: 0 0.4em 0 0;
}
@media screen and (max-width: 550px){
    .team__list h3::before{
        width: 16vw;
        height: 12.11vw;
    }
}
#meijo h3::before{
    background: url("../../img/emb_meijo.jpg") no-repeat 0 0;
    background-size: contain;
}
#daitobunka h3::before{
    background: url("../../img/emb_daitobunka.jpg") no-repeat 0 0;
    background-size: contain;
}
#ritsumeikan h3::before{
    background: url("../../img/emb_ritsumeikan.jpg") no-repeat 0 0;
    background-size: contain;
}
#josai h3::before{
    background: url("../../img/emb_josai.jpg") no-repeat 0 0;
    background-size: contain;
}
#nihontaiiku h3::before{
    background: url("../../img/emb_nihontaiiku.jpg") no-repeat 0 0;
    background-size: contain;
}
#osakagakuin h3::before{
    background: url("../../img/emb_osakagakuin.jpg") no-repeat 0 0;
    background-size: contain;
}
#kansai h3::before{
    background: url("../../img/emb_kansai.jpg") no-repeat 0 0;
    background-size: contain;
}
#tohokufukushi h3::before{
    background: url("../../img/emb_tohokufukushi.jpg") no-repeat 0 0;
    background-size: contain;
}
#tamagawa h3::before{
    background: url("../../img/emb_tamagawa.jpg") no-repeat 0 0;
    background-size: contain;
}
#juntendo h3::before{
    background: url("../../img/emb_juntendo.jpg") no-repeat 0 0;
    background-size: contain;
}
#tokyonogyo h3::before{
    background: url("../../img/emb_tokyonogyo.jpg") no-repeat 0 0;
    background-size: contain;
}
#takushoku h3::before{
    background: url("../../img/emb_takushoku.jpg") no-repeat 0 0;
    background-size: contain;
}
#chuo h3::before{
    background: url("../../img/emb_chuo.jpg") no-repeat 0 0;
    background-size: contain;
}
#osakageijutsu h3::before{
    background: url("../../img/emb_osakageijutsu.jpg") no-repeat 0 0;
    background-size: contain;
}
#toyo h3::before{
    background: url("../../img/emb_toyo.jpg") no-repeat 0 0;
    background-size: contain;
}
#tsukuba h3::before{
    background: url("../../img/emb_tsukuba.jpg") no-repeat 0 0;
    background-size: contain;
}
#asia h3::before{
    background: url("../../img/emb_asia.jpg") no-repeat 0 0;
    background-size: contain;
}
#chukyo h3::before{
    background: url("../../img/emb_chukyo.jpg") no-repeat 0 0;
    background-size: contain;
}
#kansaigaigo h3::before{
    background: url("../../img/emb_kansaigaigo.jpg") no-repeat 0 0;
    background-size: contain;
}
#josaikokusai h3::before{
    background: url("../../img/emb_josaikokusai.jpg") no-repeat 0 0;
    background-size: contain;
}
#kobegakuin h3::before{
    background: url("../../img/emb_kobegakuin.jpg") no-repeat 0 0;
    background-size: contain;
}
#rikkyo h3::before{
    background: url("../../img/emb_rikkyo.jpg") no-repeat 0 0;
    background-size: contain;
}
#teikyokagaku h3::before{
    background: url("../../img/emb_teikyokagaku.jpg") no-repeat 0 0;
    background-size: contain;
}
#hyogo h3::before{
    background: url("../../img/emb_hyogo.jpg") no-repeat 0 0;
    background-size: contain;
}
#kyotosangyo h3::before{
    background: url("../../img/emb_kyotosangyo.jpg") no-repeat 0 0;
    background-size: contain;
}

/*--------------------　目標 色紙　--------------------*/
.team__list__aim{
    margin: 0 0 1em;
    text-align: center;
    background-color: #f98dcf71;
}
.team__list__aim img{
    width: 320px; height: auto;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    box-shadow: 1px 1px 1em #ffd5ef;
}
@media screen and (max-width: 500px){
    .team__list__aim img{ width: 100%;}
}
/*--------------------　目標 理由　--------------------*/
.team__list__comment h4{
    border: none;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    color: #3164d7;
}
.team__list__comment h4::after{
    content: "・・・";
    color: #00b1ff;
    font-weight: normal;
    margin: 0 6px 0 0;
}
.team__list__comment { margin-bottom: 0.5em;}
.team__list__comment  p{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    line-height: 1.6;
    font-size: 94%;
    /* box-shadow: 1px 1px 1em #ffd5ef; */
}