<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =============================================
 リセット
============================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}
ol, ul{
	list-style: none;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/* =============================================
 * COMMON
============================================= */
body {
    color: #222;
    font: 1.6em/1.6 'Roboto', 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
    line-height: 1;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
a {
	color: #222;
}
a:hover{
	color: #2da7e3;
	text-decoration: none;
}



/* -------------------------------------------
 共通クラス
------------------------------------------- */
@media print, screen and (min-width: 641px) {
    html {
        font-size: 75%;
    }
}
@media print, screen and (max-width: 640px) {
    html {
        font-size: 62.5%;
    }
}
@media print, screen and (max-width:640x) {
  .onlyPC {
    display: none !important;
  }
.onlyTB {
    display: none !important;
  }
  .onlySP {
    display: block;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 999px) {
  .onlyPC {
    display: none !important;
  }
 .onlyTB {
    display: block;
  }
  .onlySP {
    display: none !important;
  }
}
@media print, screen and (min-width:1000px) {
  .onlyPC {
    display: block;
  }
 .onlyTB {
    display: none !important;
  }
  .onlySP {
    display: none !important;
  }
}
p {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 1.6;
}
/* =============================================
 protect
============================================= */

.protect {
  display: block;
  position: relative;
  -webkit-user-drag: none;
  user-select: none;
}

.protect::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.protect img {
  -webkit-user-drag: none;
  pointer-events: none;
}

@media print {
  .protect {
    display: none !important;
  }
}

/* ---------------------------------------------------------------------------
 * mordal
--------------------------------------------------------------------------- */
html{
	height: 100%;
}

.mordal-body{
	height: 100%;
    border-radius: 4rem;
	box-sizing: border-box;
	line-height: 1.2;
}

.wrap-mordal{
	padding: 2rem 1.5rem;
}


.person-head{
	width: 100%;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.2;
    box-sizing: border-box;
}
.person-head .person-img{
	width: 36%;
}
.person-head .person-img img{
 width: 100%;
}
.person-head .person-name{
    width: 60%;
	font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.person-head .person-name span{
    display: block;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: normal;
}
.person-head .person-txt{
	width: 100%;
    margin-top: 1rem;
    box-sizing: border-box;
}


.school-judge{
    width: 100%;
    padding: 15px;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius:10px;
}
.school-judge:last-child{
    margin-bottom: 0;
}
.school-judge .schoolname{
	font-size: 1.8rem;
    font-weight: bold;
    padding-left: 10px;
    border-left: 4px solid rgba(228,6,117,1);
    margin-bottom: 10px;
}
.scool-score{
    width: 100%;
    box-sizing: border-box;
    border-radius:10px;
    background: linear-gradient(90deg, rgba(56,188,254,1) 0%, rgba(228,6,117,1) 100%);
    color: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.scool-score li{
    font-size: 2rem;
    font-weight: bold;
    width: 24%;
    text-align: center;
    padding: 10px 0;
   border-right:2px solid #fff;
    box-sizing: border-box;
    
}
.scool-score li:nth-child(4){
    border-right:none;
}
.scool-score li:nth-child(1)::before{
    content: "主体性\A";
    white-space: pre;
    font-size: 1.4rem;
    line-height: 1.5
}
.scool-score li:nth-child(2)::before{
    content: "着眼点\A";
    white-space: pre;
    font-size: 1.4rem;
    line-height: 1.5
}
.scool-score li:nth-child(3)::before{
    content: "論理性\A";
    white-space: pre;
    font-size: 1.4rem;
    line-height: 1.5
}
.scool-score li:nth-child(4)::before{
    content: "アウトリーチ\A";
    white-space: pre;
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: -1px;
}  
@media print, screen and (max-width: 768x) {
.school-judge{
	padding: 4vw;
}
.person-head{
	padding: 0;
}
}

/* スクロール*/
@media print, screen and (min-width: 641px) {
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
border-radius: 2px;
box-shadow: 0 0 4px #aaa inset;
}
::-webkit-scrollbar-thumb {
border-radius: 2px;
background: #9B9B9B;
}
}

@media print, screen and (min-width: 641px) {
.wrap_mordal{
	padding: 2rem;
}    
.person_head .img_col{
	width: 20%;
}   

}


@media print, screen and (max-width:640px) {
    .onlyPC {
        display: none !important;
    }
    .onlySP {
        display: block;
    }
}
@media print, screen and (min-width:641px) {
    .onlyPC {
        display: block;
    }
    .onlySP {
        display: none !important;
    }
}</pre></body></html>