@charset "UTF-8";


html{
font-size: 100%;
height: auto !important;
}

body {
	margin:0px;
	padding:0px;
	color:#4c2b18;
	font-family:"Noto Sans JP",メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial,sans-serif;
	line-height:1.6;
	text-align:left;
	background:#fff;
	scroll-behavior: smooth;
	
}


:root {
	/*color*/
	--main-color:#4c2b18;
	--main-text:#4c2b18;
	--main-kanazawa:#ffd900;
	--main-nagano:#b8d200;
	--main-shizuoka:#57c3ea;
	--main-kanda:#938074;
	--main-meiji:#36318f; 
	--main-hosei:#f08300;
	--main-nihon:#e60019;

	/*font 14px（SP基準での制作）*/	
	--font-10:0.714rem;
	--font-11:0.786rem;
	--font-12:0.857rem;
	--font-13:0.929rem;
	--font-14:1rem;
	--font-15:1.071rem;
	--font-16:1.143rem;;
	--font-18:1.286rem;
	--font-19:1.357rem;
	--font-20:1.429rem;
	--font-22:1.571rem;
	--font-24:1.714rem;
	--font-26:1.857rem;
	--font-28:2rem;
	--font-30:2.143rem;
	--font-32:2.286rem;
	--font-34:2.429rem;
	--font-36:2.571rem;
	--font-38:2.714rem;
	--font-40:2.857rem;
	--font-42:3rem;
	--font-44:3.143rem;
	--font-46:3.286rem;
	--font-48:3.429rem;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
	
:root {
	/*font 14px*/	
	/*--font-10:0.714rem;
	--font-11:0.786rem;
	--font-12:0.857rem;
	--font-13:0.929rem;
	--font-14:1rem;
	--font-16:1.143rem;;
	--font-18:1.286rem;
	--font-20:1.429rem;
	--font-22:1.571rem;
	--font-24:1.714rem;
	--font-26:1.857rem;
	--font-28:2rem;
	--font-30:2.143rem;
	--font-32:2.286rem;
	*/
	
}
	
}



@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
	
html{
font-size: 87.5%;
}
	
		
}



img {
  vertical-align: top;
}


section {
	width:100%;
	margin:0 auto 0;
	padding: 0px;
}



.font_kome{
	font-size:var(--font-12);
	vertical-align:top;
	line-height: 160%;
}

.font_add{
	font-size:var(--font-14);
	line-height: 1.5;
}

.font_add12{
	font-size:var(--font-12);
	line-height: 1.5;
}


.font-green{
	color:var(--main-green);
}

.font-green-pick{
	color:var(--pick-green);
}

.font-green-pick2{
	color:#0b7742;
}

.font-pink{
	color:var(--main-pink);
	}


		
/*==テキスト==*/
.text_c{text-align:center !important;}
.text_l{text-align:left !important;}
.text_r{text-align:right !important;}
.text_cl{text-align:center!important;}

.float_l{float:left;}
.float_r{float:right;}
.clearBoth{clear:both}

.fl_pc{float:left;}
.fr_pc{float:right;}



.indent1{margin-left: 1em; text-indent: -1em}

.indent2{text-indent: 1em;}

.img100 img{
	width:100%;
}


.flex_wrap{
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
	flex-wrap: wrap;
	
	  }	




@media screen and (min-width: 769px) {
/* 768px以上の幅の場合に適応される */

.br-sp { display:none; }
.pc_none { display:none; }

}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.text_wrap{
	width:95%;
	margin:0 auto;
}

.fl_pc{float:none;}
.fr_pc{float:none;}

.sp_none{
	 display:none; 
	 }
	
}



#sp_wrap a:hover {
	transition: opacity 0.3s;
  opacity: 0.6; 
}
  	

/* wrap */


.common_contents_wrap{
	width:100%;
	background:#fff;
}

.common_contents{
	width:896px;
	margin:0 auto;
	padding:0 0 0 0;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

.mainimg_wrap{
	width:100%;
}

.mainimg_wrap2{
	width:100%;
}
	
.common_contents_wrap{
	
}	

.common_contents{
	width:82%;
}	
	
}


/*==トップボタン==*/

.spToTopBtn {
  position: fixed;
  right: 10px;  /* 右端からの距離（調整してください） */
  bottom: 10px; /* 下端からの距離（調整してください） */
  display: none; /* 最初は隠しておく */
  z-index: 10;   /* 他の要素より上に表示 */
  cursor: pointer; /* マウスを乗せた時に指のマークにする */
}

/*==header==*/
.header-section {
  background-color: #fff;
	width: 1024px;
	margin: 20px auto 0;
	padding:0 10px 30px 10px;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items:flex-end;
	border-bottom: var(--main-kanda) 5px solid;
}

.site-logo-box {
	width:58%;
}

.site-logo-box img {
	width: 100%;
}


.univlist_w{
	width:34%;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	flex-wrap: wrap;
	
}

.univlist_w  img{
	width:100%;
}



@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
	
.header-section {
	width:90%;
	margin: 15px auto 0;
	padding:0 0 0 0;
	border-bottom:none;
}	
	
.site-logo-box {
	width:100%;
	padding-bottom: 10px;
	border-bottom: var(--main-kanda) 5px solid;
}
	
.univlist_w{
	width:94%;
	margin: 3px auto 0;
}	

}








/*メインテキスト*/

.maintxt-box {
	width:750px;
	margin: 30px auto 0;
}

.maintxt-box img {
	width: 100%;
}


@media screen and (max-width: 768px) {

.maintxt-box {
	width:90%;
	margin: 15px auto 0;
}	
	
 }

/*nav*/
.nav_btn_w{
	width:750px;
	margin: 30px auto 0;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
}

.nav_btn_w li{
	width: 30%;
    border-radius: 12px;
}

.nav_btn_w li a {
    display: block;
    padding: 30px 0; 
    font-size: var(--font-26);
    font-weight: 900;
    text-align: center;
    width: 100%;
}

.nav_btn_w li a:hover,.btn_kanda5:hover{
   transition: opacity 0.3s;
	opacity: 0.6; 
	background-color: #e0e0e0;
	 border-radius: 12px;
}


.nav_kanazawa{
	background:var(--main-kanazawa);
}

.nav_nagano{
	background: var(--main-nagano);
}

.nav_shizuoka{
	background:var(--main-shizuoka);
}



.nav_btn2{
	width:750px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
}


.btn_kanda5 {
	width: 900px;
	margin: 60px auto 0;
	padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dad3d0; 
    color: #4a2a18;           
   font-size: var(--font-26);
    font-weight: 900;
    border-radius: 30px; 
}




@media screen and (max-width: 768px) {
	
.nav_btn_w{
	width:90%;
	margin: 15px auto 0;
}

.nav_btn_w li a {
    padding: 10px 0; 
	line-height: 1.2;
}	
	
.btn_kanda5 {
	width:90%;
	margin: 40px auto 0;
	padding: 10px 0;
}	
	
	
 }



/*会場*/


.venue_w{
	border-top: var(--main-color) 1px solid;
	width:750px;
	margin: 60px auto 0;
	padding-top: 60px;
}


.venue_box{
	width:100%;
	margin-top: 60px;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
	border-radius:30px;
}


.venue_box:first-of-type {
  margin-top: 0;
}

.venue_box-l{
	width:42%;
	position: relative;
}

.venue_box-r{
	width:58%;
	background: #FFFFFF;
	
}

.venue_box-r img{
	width:100%;
	border-radius:0 30px 0 0;
	
}

.venue_box-c{
	width:100%;
	background: #f6f6f6;
	padding-bottom: 60px;
	border-radius:0 0 30px 30px;
}

.venue_t1{
	font-size:var(--font-40);
	font-weight: 900;
	text-align: center;
}

.venue_day1{
	width:74%;
	margin: 10px auto 0;
	padding-bottom: 20px;
	border-bottom: var(--main-color) 1px solid;
	
}
.venue_day1 img{
	width:100%;
}

.venue_p1{
	margin-top: 10px;
	font-size:var(--font-26);
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
}

.venue_p2{
	margin-top: 10px;
	font-size:var(--font-16);
	text-align: center;
}


.venue_schedule{
	width:40%;
	margin: 60px auto 0;
}

.venue_contents{
	width:40%;
	margin: 60px auto 0;
}

.venue_schedule img,.venue_contents img{
	width: 100%;
}



.venue_infobox1{
	margin: 20px auto 0;
	display: flex;
	flex-direction: row;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	font-size:var(--font-24);
	font-weight: bold;
}
.venue_infobox1 p{
	margin-bottom: 5px;
}

.venue_infobox1_cm{
	margin-top: 0px;
}

.venue_present_t{
	text-align: center;
	margin-top: 60px;
}

.venue_present_back{
	padding: 6px 30px 8px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 10px;
	font-size:var(--font-16);
}

.back_meiji{
	background:var(--main-meiji);
}

.back_hosei{
	background:var(--main-hosei);
}

.back_nihon{
	background:var(--main-nihon);
}

.venue_present_p{
	text-align:left;
	font-size:var(--font-16);
	margin-top: 35px;
	display: flex;
	flex-direction: row;
	justify-content:center;
	flex-wrap: wrap;
}






@media screen and (max-width: 768px) {
	
.venue_w{
	border-top: var(--main-color) 1px solid;
	width:90%;
	margin: 30px auto 0;
	padding-top: 30px;
}
	
.venue_box{
width:100%;
	margin: 30px auto 0;
}

.venue_box-l{
	width:100%;
	padding: 30px 0 20px;
}

.venue_box-r{
	width:100%;
}
	
.venue_box-r img{
	border-radius:0 0 0 0;
	
}	
	
.venue_box-c{
	width:100%;
	padding-bottom: 30px;
}	
	
.venue_day1{
	width:68%;
	padding-bottom: 15px;
}	
	
.venue_p1{
	margin-top: 10px;
}

.venue_p2{
	margin-top: 10px;
}	
	
.venue_schedule{
	width:70%;
	margin: 30px auto 0;
}

.venue_contents{
	width:70%;
	margin: 30px auto 0;
}	
	
.venue_present_t{
	text-align: center;
	margin-top: 30px;
}


.venue_present_p{
	width: 90%;
	margin: 25px auto 0;
	
}	
	
	

 }



/*大学概要*/

.overview_w{
	width:750px;
	margin:60px auto 0;
	padding:30px 0 0 0;
	background: #a4948a;
	border-radius:30px;
}

.overview_list{
	width:90%;
	margin:40px auto 0;
	padding: 40px 0;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	flex-wrap: wrap;
	border-top: var(--main-color) 1px solid;
}

.overview_t{
font-size:var(--font-22);
	font-weight: 900;
	text-align: center;
}

.overview_box1{
	width:48%;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
}

.overview_box1-l{
	width:48%;
}
.overview_box1-l img{
	width:100%;
}

.overview_box1-r{
	width:48%;
	color: #FFFFFF;
}

.overview_box1_t{
	font-size:var(--font-24);
	font-weight: bold;
}

.overview_box1_p{
	margin-top: 5px;
font-size:var(--font-16);
}

.overview_mark1{
width: 16px!important;
	vertical-align: middle;
	margin-left: 6px;
}


.overview_line{
	width: 100%;
border-top: var(--main-color) 1px solid;
	margin: 40px 0;
}

@media screen and (max-width: 768px) {
.overview_w{
	width:90%;
	margin:30px auto 0;
	padding:30px 0 0 0;
		
}

.overview_list{
	margin:15px auto 0;
	padding: 15px 0;
}	
	
.overview_box1{
	width:100%;
	border-bottom: var(--main-color) 1px solid;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
	
.overview_box1:last-of-type {
 border-bottom:none;
}	
	
.overview_line{
border-top:none;
	margin:0px;
}	
	
 }


/*footer*/
.footer {
	margin-top: 60px;
  background-color: #705546;
	font-size:var(--font-12);
	color: #FFFFFF;
	text-align: center;
	padding: 60px 0 100px 0;
	line-height: 2.2;
}

.footer_top{
	margin-bottom: 30px;
}

.footer-link a {
  padding: 0 10px; /* 文字と線の間の余白 */
  border-left: 1px solid #fff; 
  border-right: 1px solid #fff; 
}


@media screen and (max-width: 768px) {
	
.footer {
	margin-top: 30px;
	padding: 30px 0 80px 0;
}	
	
.footer_top{
	margin-bottom: 30px;
}
	
.footer_top{
	margin-bottom: 20px;
}	
	
 }




/*終了のお知らせ*/

.event_end {
	width: 750px;
	margin: 0px auto 0;
	padding: 32px 30px;
	background: var(--main-color);
	text-align: center;
	box-sizing: border-box;
	color: #FFFFFF;
	border-radius: 10px;
}

.event_end_title {
	margin: 0;
	font-size: var(--font-26);
	font-weight: 900;
	line-height: 1.4;
}

.event_end_text {
	margin: 8px 0 0;
	font-size: var(--font-16);
	font-weight: 700;
	line-height: 1.7;
}


.report_t1{
	font-size:var(--font-22);
	font-weight: 900;
	text-align: center;
}

.report_t2{
	font-size:var(--font-22);
	font-weight: 900;
	text-align: center;
	
}

.report_t2_border{
	border-bottom: #705546 4px solid;
	padding-bottom: 4px;
}


.report_p1{
	font-size:var(--font-16);
	font-weight: 900;
	text-align: center;
	margin-top: 10px;
}

.venue_end {
	position: absolute;
	top: 66px;
	left: 70%;
	z-index: 2;
	margin: 0;
	transform: translateX(-50%) rotate(-3deg);
	white-space: nowrap;
	pointer-events: none;
}

.venue_end span {
	display: inline-block;
	padding: 4px 18px 6px;
	border: 2px solid #e60019;
	background: #fff;
	color: #e60019;
	font-size: var(--font-18);
	font-weight: 900;
	line-height: 1.2;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.12);
}



@media screen and (max-width: 768px) {

	
.event_end {
		width: 100%;
		padding: 20px 10px;
	}

	.event_end_title {
		font-size: var(--font-22);
	}

	.event_end_text {
		font-size: var(--font-14);
	}

	
	.venue_end {
		top: 88px;
	}

	.venue_end span {
		padding: 3px 14px 5px;
		font-size: var(--font-16);
	}
	
	
 }


/* ========================================
   会場の様子
======================================== */

.report_photo_section {
	width:100%;
	margin: 20px auto 0;
	padding: 20px 0;
}

.report_photo_lead {
	margin-top: 20px;
	font-size: var(--font-16);
	text-align: center;
	line-height: 1.8;
}

.report_photo_gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	margin-top: 30px;
}

/* PC：3列 */

.report_photo_item {
	position: relative;
	width: calc((100% - 36px) / 3);
	aspect-ratio: 4 / 3;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: #eee;
	cursor: pointer;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}


.report_photo_item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.report_photo_item:hover img {
	transform: scale(1.05);
}

.report_photo_item:focus-visible {
	outline: 3px solid #705546;
	outline-offset: 3px;
}



.report_photo_note {
	margin-top: 18px;
	font-size: var(--font-12);
	text-align: center;
}


/* ========================================
   写真モーダル
======================================== */

.report_photo_modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 70px;
	visibility: hidden;
	opacity: 0;
	box-sizing: border-box;
	transition:
		opacity 0.25s ease,
		visibility 0.25s ease;
}

.report_photo_modal.is-open {
	visibility: visible;
	opacity: 1;
}

.report_photo_modal_overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
	cursor: pointer;
}

.report_photo_modal_dialog {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(1100px, 100%);
	max-height: 90vh;
}

.report_photo_modal_image_wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: calc(100% - 140px);
	max-height: 90vh;
}

.report_photo_modal_image {
	display: block;
	width: auto;
	height: auto;
	max-width: min(1000px, 88vw);
	max-height: 85vh;
	object-fit: contain;
	background: #fff;
}

/* 枚数表示 */

.report_photo_modal_count {
	position: absolute;
	left: 50%;
	bottom: 12px;
	margin: 0;
	padding: 4px 14px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: var(--font-12);
	line-height: 1.5;
	transform: translateX(-50%);
	white-space: nowrap;
}

/* 閉じるボタン */

.report_photo_modal_close {
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 3;

	width: 46px;
	height: 46px;
	margin: 0;
	padding: 0;

	border: none;
	border-radius: 50%;

	background: #705546;

	cursor: pointer;

	appearance: none;
	-webkit-appearance: none;

	outline: none;
	box-shadow: none;
	opacity: 1;
}


/* ×マーク */

.report_photo_modal_close span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 24px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	transform-origin: center;
}

.report_photo_modal_close span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.report_photo_modal_close span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}


/* マウスオーバー */

.report_photo_modal_close:hover {
	background: #634F44
}

/* クリック時 */

.report_photo_modal_close:active {
	background: #634F44;
}


.report_photo_modal_close:focus-visible {
	outline: none;
	background: #705546;
	box-shadow: 0 0 0 3px #fff;
}



/* 前後ボタンのフォーカス */

.report_photo_modal_prev:focus-visible,
.report_photo_modal_next:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px #fff;
}



/* 前後ボタン */

.report_photo_modal_prev,
.report_photo_modal_next {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 86px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #705546;
	cursor: pointer;
	transform: translateY(-50%);
	appearance: none;
	-webkit-appearance: none;
}

.report_photo_modal_prev {
	left: 0;
}

.report_photo_modal_next {
	right: 0;
}

.report_photo_modal_prev span,
.report_photo_modal_next span {
	display: block;
	width: 18px;
	height: 18px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	box-sizing: border-box;
}

.report_photo_modal_prev span {
	margin-left: 8px;
	transform: rotate(-135deg);
}

.report_photo_modal_next span {
	margin-right: 8px;
	transform: rotate(45deg);
}

.report_photo_modal_prev:hover,
.report_photo_modal_next:hover {
	opacity: 0.75;
}

@media screen and (max-width: 768px) {

	.report_photo_section {
		width: 100%;
		margin-top: 10px;
		padding: 10px 0;
	}

	.report_photo_lead {
		margin-top: 15px;
		font-size: var(--font-14);
	}

	.report_photo_gallery {
		gap: 12px;
		margin-top: 25px;
	}

	/* スマートフォン：2列 */

	.report_photo_item {
		width: calc((100% - 12px) / 2);
	}


	.report_photo_note {
		margin-top: 14px;
	}

	/* モーダル */

	.report_photo_modal {
		padding: 55px 12px 20px;
	}

	.report_photo_modal_dialog {
		width: 100%;
		max-height: 85vh;
	}

	.report_photo_modal_image_wrap {
		max-width: calc(100% - 60px);
		max-height: 80vh;
	}

	.report_photo_modal_image {
		max-height: 75vh;
	}

	.report_photo_modal_close {
		top: -48px;
		right: 0;
		width: 40px;
		height: 40px;
	}

	.report_photo_modal_close span {
		width: 21px;
		height: 2px;
	}

	.report_photo_modal_prev,
	.report_photo_modal_next {
		width: 34px;
		height: 58px;
	}
	
	.report_photo_modal_prev {
		left: -4px;
	}

	.report_photo_modal_next {
		right: -4px;
	}

	.report_photo_modal_prev span,
	.report_photo_modal_next span {
		width: 12px;
		height: 12px;
		border-top-width: 3px;
		border-right-width: 3px;
	}

	.report_photo_modal_prev span {
		margin-left: 5px;
	}

	.report_photo_modal_next span {
		margin-right: 5px;
	}

	.report_photo_modal_count {
		bottom: 8px;
		padding: 3px 11px;
		font-size: 11px;
	}

}



/* ========================================
   参加者の声
======================================== */

.voice_section {
	width: 100%;
	margin: 20px auto 0;
	padding: 30px 20px 40px;
	background: #f5f2ec;
	border-radius: 10px;
	box-sizing: border-box;
}

.voice_lead {
	margin-top: 30px;
	text-align: center;
}

.voice_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 30px;
}

.voice_box {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px 20px;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}

.voice_text {
	flex: 1;
	min-width: 0;
	margin: 0;
}


/* ========================================
   属性アイコン
======================================== */

.voice_icon_person {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
}

/* 高校生 */

.voice_icon_student {
	background: #ad2d38;
}

/* 保護者 */

.voice_icon_parent {
	background: #705546;
}

.voice_icon_person span {
	display: block;
	color: #fff;
	font-size: var(--font-14);
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.02em;
	white-space: nowrap;
}



/* ========================================
   スマートフォン
======================================== */

@media screen and (max-width: 768px) {

	.voice_section {
		width: 100%;
		margin-top: 20px;
		padding: 20px 5%;
	}

	.voice_list {
		grid-template-columns: 1fr;
		gap: 15px;
		margin-top: 30px;
	}

	.voice_box {
		min-height: auto;
		padding: 20px 18px;
		gap: 16px;
		border-radius: 15px;
	}

	.voice_icon_person {
		width: 60px;
		height: 60px;
	}

}



