@charset "UTF-8";
/* CSS Document */

/*reset
------------------------------------------------------------------------------*/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;
}
img {
	border:0;
	vertical-align: bottom;
	max-width: 100%;
}
*{
	box-sizing: border-box;
}
/*------------------------------------------------------------------------------*/


/*background
------------------------------------------------------------------------------*/

body{
	font-family: "游ゴシック", "Yu Gothic", Yu Gothic, "游ゴシック体", "YuGothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.8px;
	width:100%;
	min-width:320px;
}

/*PC・スマフォで非表示
------------------------------------------------------------------------------*/
.pc_none {
	display: none;
}
.sp_none {
	display: block;
}



/*ここからcss設定
------------------------------------------------------------------------------*/
.inner{
	width:1000px;
	margin:0 auto;
}
.flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section_title_h1{
	font-size: 34px;
	text-align: center;
	color: #00458f;
	font-weight: bold;
}
.section_title_h2{
	font-size: 28px;
	color: #00458f;
	position: relative;
}
.section_title_h2 span{
	padding: 0 15px 0 0;
	background-color: #fff;
}
.section_title_h2:before{
	content: "";
	display: inline-block;
	height: 2px;
	width: 100%;
	background-color: #00458f;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	z-index: -1;
}
.section_wrap{
	margin-top: 50px;
	padding: 50px 0 100px;
}



#section-01.section_wrap{
	margin-top: 0;
	padding: 100px 0;
	/* background: #F2F2F2;
	background: linear-gradient(0deg,rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%); */
	background: #F5F5F5;
	background: linear-gradient(0deg,rgba(241, 248, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
}

.plan_list{
	margin-top: 100px;
}
.plan_list_con + .plan_list_con{
	margin-top: 40px;
}
.plan_list_title{
	padding: 10px 20px;
	background-color: #00458f;
	color: #fff;
	font-size: 24px;
}
.plan_list_con_detail{
	padding: 20px;
	font-size: 20px;
}
.plan_list_con_detail ul{
	padding-left: 2em;
}
.plan_list_con_detail ul li + li{
	margin-top: 5px;
}

.thought{
	font-size: 18px;
	margin-top: 1em;
}
.thought p + p{
	margin-top: 1em;
}
.name{
	margin-top: 1em;
	text-align: right;
}
.name img{
	width: 150px;
}

.profile_head{
	margin-top: 30px;
}
.profile_head_img{
	width: 55%;
}
.profile_head_detail{
	width: 45%;
	padding:25px 40px;
}
.p_name{
	font-size: 28px;
}
.p_name span,
.p_date,
.p_area,
.p_family{
	font-size: 18px;
}
.p_date{
	margin-top: 10px;
	border-top: 1px dashed #ddd;
}
.p_date,
.p_area,
.p_family{
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
}
.p_date span,
.p_area span,
.p_family span{
	display: block;
	font-size: 14px;
}


.academic_detail.flex{
	align-items: flex-start;
}
.academic_detail{
	margin-top: 60px;
}
.academic_left{
	width:75%;
	padding-right:50px;
}
.academic_right{
	width:25%;
}
.academic_left h3{
	font-size: 22px;
	padding: 5px 15px;
	background-color: #F5F5F5;
}
.academic_left_list{
	font-size: 20px;
	margin-top: 30px;
}
.academic_left_list p{
	font-weight: 500;
}
.academic_left_list p + p{
	font-size: 18px;
	position: relative;
	padding-left: 15px;
	font-weight: normal;
	margin-top: 5px;
}
.academic_left_list p + p:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #458f00;
	position: absolute;
	top: 8.5px;
	left: 0;
}
.academic_right img{
	width:100%;
	display: block;
}
.academic_right img + img{
	margin-top: 10px;
}

.footer{
	position: relative;
}
.footer:after{
	content:"";
	display: inline-block;
	width: 17%;
	height: 62.5%;
	/* width: 323.84px;
	height: 386.95px; */
	width: 17vw;
	height: 20.27vw;
	min-width: 256px;
	min-height: 305px;
	background-image: url(../img/footer_img.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	right: 100px;
	right: 5vw;
}
.footer_sns{
	padding: 50px 0;
	background: #F5F5F5;
	background: linear-gradient(0deg, rgba(241, 248, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
}
.footer_sns_head{
	text-align: center;
}
.footer_sns_head h2{
	font-size: 28px;
	color: #00458f;
}

.footer_sns_list{
	margin-top: 30px;
}
.footer_sns_list_ul{
	list-style: none;
}
.footer_sns_list_li{
	width:calc(100% / 4 - 10px);
	background-color: #fff;
	padding: 20px;
	text-align: center;
	border: 2px solid #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 69, 143, 0.2);
}
.footer_sns_list_li:hover{
	border: 2px solid #00458f;
}
.footer_sns_list_li + .footer_sns_list_li{
	margin-left:13.33333333333333px;
}
.footer_sns_list_li a{
	text-decoration: none;
	color:#000;
	display: block;
	width: 100%;
}
.footer_sns_list_li a span{
	font-size: 20px;
}
.footer_sns_list_li a img{
	display: block;
	width: suto;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.footer_address,
.footer_copy{
	background-color: #00458f;
	color: #fff;
}
.footer_address{
	padding:50px 0 40px;
}
.footer_address h3{
	font-size: 28px;
	padding-bottom: 10px;
}
.footer_address a{
	color:#fff;
	text-decoration: none;
}

.footer_copy{
	padding: 10px 0;
	text-align: center;
}
.footer_copy a{
	color:#fff;
	text-decoration: none;
}





@media screen and (max-width:1024px) {
	.inner{
		width:94%;
	}
	
	.footer_copy{
		text-align: left;
		font-size: 12px;
	}
	
	
}

@media screen and (max-width:768px) {
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	
	.inner{
		width:90%;
	}
	
	.section_wrap{
		margin-top: 20px;
		padding: 50px 0;
	}
	.section_title_h1{
		font-size: 28px;/* か26px */
	}
	.section_title_h2{
		font-size: 26px;
	}
	
	#section-01.section_wrap{
		padding:50px 0;
	}
	.plan_list{
		margin-top: 50px;
	}
	.plan_list_con + .plan_list_con{
		margin-top: 30px;
	}
	.plan_list_title{
		padding: 7px 15px 10px;
		font-size: 22px;
		line-height: 1.4;
	}
	.plan_list_con_detail ul{
		padding-left: 1.5em;
	}
	.plan_list_con_detail{
		padding:20px 0;
		font-size: 18px;
	}
	.plan_list_con_detail ul li + li{
		margin-top:15px;
	}
	.thought{
		font-size: 16px;
	}
	.name img{
		width: 130px;
	}
	.profile_head{
		flex-direction: column;
	}
	.profile_head_img,
	.profile_head_detail{
		width:100%;
	}
	.profile_head_detail{
		padding: 20px 0;
	}
	.p_name{
		font-size: 26px;
		line-height: 1.5;
		text-align: center;
	}
	.p_name span{
		display: block;
	}
	.p_date{
		margin-top: 25px;
		border-top:none;
	}
	
	.academic_detail {
		flex-direction: column;
	}
	.academic_left{
		width:100%;
		padding-right:0;
	}
	.academic_right{
		width:100%;
		margin-top: 30px;
	}
	.academic_left_list{
		font-size: 18px;
		margin-top: 15px;
	}
	.academic_left_list p + p{
		font-size: 16px;
	}
	.academic_left_list p + p:before{
		top: 6.5px;
	}
	
	.footer{
		margin-top: 50px;
	}
	.footer_sns_head h2{
		font-size: 26px;
	}
	.footer_sns_list_ul{
		flex-direction: column;
	}
	.footer_sns_list_li{
		width:100%;
	}
	.footer_sns_list_li + .footer_sns_list_li{
		margin-left:0;
		margin-top:20px;
	}
	.footer:after{
		min-width: unset;
		min-height: unset;
		width: 33vw;
		height: 40vw;
		right: 1vw;
		bottom: 0;
	}
	.footer_address{
		padding: 40px 0 50px
	}
	.footer_address h3{
		font-size: 26px;
	}
	
	
}


@media screen and (max-width:375px) {
	.footer_address p{
		font-size: 14px;
	}
	.footer:after{
		width: 30vw;
		height: 36vw;
		right: 0.5vw;
	}
}



