@charset "UTF-8";
/* CSS Document */

.first-cha {
  font-size: 6rem;
  font-weight: bold;
  -webkit-text-stroke: 1px #336bd2; /* webkitのベンダープレフィックス */
  text-stroke: 1px #336bd2;/*　ベンダープレフィックスのない指定方法 */
	color: #fff;
	padding-right: 2rem;
}

.first-cha2 {
  font-size: 3rem;
  font-weight: bold;
  -webkit-text-stroke: 1px #336bd2; /* webkitのベンダープレフィックス */
  text-stroke: 1px #336bd2;/*　ベンダープレフィックスのない指定方法 */
	color: #fff;
	padding-right: .5rem;
}


.box-a {
    padding: 1rem;
    margin: 2rem 0;
    color: #000;
    background: #fff;
    border-bottom: solid 6px #ccc;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}


.box-b {
    padding: 5rem 0;
    background: #336db2;
    border-bottom: solid 6px #ccc;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
font-size: 160%; color: #FFEF07; font-weight: 700; text-align: center;}

.box-c {
    padding: 1rem 0;
    color: #336db2;
    background: #eee;
font-size: 160%; font-weight: 700; text-align: center;}

.box-d {
	margin: 2rem 0;
    padding: 1rem 0;
    color: #336db2;
    background: #eaf3fb;
    border-bottom: solid 6px #ccc;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
font-size: 160%; font-weight: 700; text-align: center;}

.box-e {
    padding: .5rem;
    margin-top: 3rem;
    color: #fff;
    background: #336db2;
	font-weight:700;
	font-size:170%;
	text-align:center;
}

.box-f {
    padding: .5rem;
    margin: 0;
    color: #336db2;
    background: #eaf3fb;
	font-weight:700;
	font-size:170%;
	text-align:center;
}

.career dl { display: flex; flex-wrap: wrap; }
.career dt { width: 40%; padding: 1rem; background-color: #fff; margin: 0 0 10px 0; border-bottom : solid thin #999; display: flex; align-items: center; justify-content: center; }
.career dd { width: 60%; padding: 1rem 2rem ; background-color: #fff; margin: 0 0 10px 0;  border-bottom : solid thin #ccc; }


.univ {
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #77c3df;
  font-size: 20px;
  color: #fff!important;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-1;
}

.univ:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
	}
	
.stripe {position: relative; font-size: 120%; margin-bottom:1rem; line-height:5rem;}
.stripe:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #77c3df, #77c3df 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #77c3df, #77c3df 2px, #fff 2px, #fff 4px);
}
