@charset "UTF-8";

/*index＆各ページ共通 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

:root {
	--font_ll: 2.0rem;
	--font_l: 1.125rem;
	--font_m: 1.0rem;
	--font_s: 0.875rem;
	--font_ss: 0.750rem;
    }


/****** fade script ******/

.fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
  }
  
  .fade-in-up {
	transform: translate(0, 50px);
  }
  
  .fade-in-down {
	transform: translate(0, -50px);
  }
  
  .fade-in-left {
	transform: translate(-50px, 0);
  }
  
  .fade-in-right {
	transform: translate(50px, 0);
  }
  
  .scroll-in {
	opacity: 1;
	transform: translate(0, 0);
  }
  

/****** /fade script end ******/


/*pc 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

.sp_br {
	display:none;
}

.pc_br {
	display:block;
}

.note {
	font-size: var(--font_s);
}

.ss_voice_wrap {
	display: flex;
	width: 100%;
	margin:30px auto 15px;
	justify-content: space-between;
	background-color: #fff;
	padding: 20px;
}

.ss_voice_col01 {
	width:65%;
}

.ss_voice_col01 h4 {
	margin-bottom:0.8em;
	line-height: 2.0;
}

.ss_voice_col01 h4 span {
	color:#16328a;
	font-weight: bold;
	font-size:var(--font_l); 
	/* background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%); */
	padding:0 0 6px 0;
	border-bottom: 1px dotted #16328a;
}

.ss_voice_col01 p {
	line-height:1.7 !important;
}


.ss_voice_col01 .prof {
	margin-top:1em;
	font-size: var(--font_s);
}

.ss_voice_col01 .prof span {
	font-weight: bold;
	font-size: 16px !important;
	margin-right: 1em;
}

.ss_voice_col01 .prof br {
	/* display: none; */
}

.heading {
    position: relative;
    padding: .5em 1.2em;
    font-size: var(--font_l);
	font-weight: bold;
	color: #de0f17;
}

.heading::before,
.heading::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #de0f17;
    content: '';
}

.heading::before {
    top: calc(50% - 3px);
    left: 0;
}

.heading::after {
    top: calc(50% + 3px);
    left: 5px;
}


.ss_voice_col02 {
	width:32%;
}

.ss_voice_col02 img {
	width:100%;
}

.prof_wrap_sp {
	display: none;
}

.voice_img_wrap {
	width: 100%;
	position: relative;
}

.int_ttl {
	position: absolute;
	top:8px;
	left:10px;
}

.int_ttl span {
	background: #b92b27;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #1565C0, #b92b27);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #1565C0, #b92b27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding:2px 4px;
}

.scholarship_description02 {
    margin: 30px 0;
    border: 1px solid #16328a;
	display: flex;
}

.scholarship_description02 dt {
    font-size: 1.1em;
    padding: 10px 0 10px 10px;
    color: #16328a;
    width: 12.5rem;
}

.scholarship_description02 dd {
    padding: 10px 10px 10px 0;
    font-size: 0.9em;
    width: calc(100% - 12.5rem);
}


.scholarship_wrap {
	margin: 16px auto 20px auto;
	width: 100%;
	padding: 15px 20px;
	background-color: #edf2ff;
}

.scholarship_wrap {
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 40px;
}

.scholarship_wrap h3 {
	font-weight: bold;	
	letter-spacing: .1em;
}

.scholarship_col_area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.scholarship_col {
	width: 49%;
	padding: 15px 20px;
	background-color: #edf2ff;	
	margin: 16px auto;	
}

.scholarship_list02 {
    width: 100%;
    max-width: 860px;
    display: flex;
    margin: 0 auto 40px;
    flex-wrap: wrap;
}

.scholarship_list02 li {
    background: #fff;
    /* color: #16328a; */
    display: block;
    font-size: 13px;
    height: 60px;
    width: 180px;
    text-align: center;
    margin: 0 30px 10px 0;
    position: relative;
    font-weight: 600;
    padding: 0;
    border: 1px solid #16328a;
    align-content: center;
}

.scholarship_list02 li:after {
    content: "▷";
    position: absolute;
    right: -20px;
    top: 20px;
    color: #16328a;
}

.scholarship_list02 li:last-child:after {
    content: "";
}









/*------------------------------------------------------------- 
 Media query	iPad pro
------------------------------------------------------------- */

@media (min-width: 1024px) and (max-width: 1279px) {




/* */
}

/*------------------------------------------------------------- 
 Media query	tab
------------------------------------------------------------- */


@media (min-width: 768px) and (max-width: 1023px) {



/* */
}

/*------------------------------------------------------------- 
 Media query	mobile
------------------------------------------------------------- */

@media (max-width: 767px) {

.ss_voice_wrap {
    display: flex;
	flex-flow: column;

}

.ss_voice_col01,
.ss_voice_col02 {
    width: 100%;
}

.ss_voice_col02 {
	order: 1;
	/* margin-top: 1em;*/ 
}

.ss_voice_col01 {
	order: 2;
	margin-top: 1em;
}

.ss_voice_col01 h4 span {
    font-size: 14px;
	padding: 0 0 0 0;
}

.prof_wrap_sp {
	display: block;
	margin-top:0.5em;
}

.prof_wrap {
	display: none;
}

.scholarship_description02 {
	padding-bottom: 20px;
	display: block;	
}

.scholarship_description02 dt {
	width:100%;
	font-size: 16px;
	padding: 15px 0 5px 10px;
}

.scholarship_description02 dd {
	width:100%;
	padding: 0 10px;
	font-size: 14px;
	line-height: 1.7em;
}

.scholarship_list02 {
    width: 100%;
    max-width: 860px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}

.scholarship_list02 li {
	width: 90%;
	display: block;
	font-size: 14px;
	padding: 16px 5px;
	text-align: center;
	position: relative;
	line-height: 1.6em;
	font-weight: 600;
	margin: 15px auto 25px auto;
	min-height: 25px;
}

.scholarship_list02 li:after {
	content: "▽";
	position: absolute;
	right: 48%;
	top: 65px;
}


/* */
}




