@charset "UTF-8";

.gbody_wrap {
	box-sizing: border-box;
}

.anchor_wrap {
	flex-flow: wrap;
}

.anchor_wrap a {
	min-width: 220px;
}

.intro {
}

.intro_catch {
	margin-bottom: 24px;
}

.intro_catch h2 {
	font-weight: bold;
	font-size: 25px;
	line-height: 1.8;
	text-align: center;
}

.intro_catch h2 span {
	position: relative;
	z-index: 2;
	width: fit-content;
}

.intro_catch h2 span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	left: -4px;
	z-index: -1;
	width: 100%;
	height: 14px;
	background: #f5d900;
}

.intro_cnt {
	margin-bottom: 50px;
	text-align: center;
}

.anchor_wrap {
}

.type_label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 30px;
}

.type_label.chori_label {
	background: #ff671d;
	color: #ffffff;
}

.type_label.seka_label {
	background: #f5d900;
}

.sec {
	padding: 105px 0;
}

.sec:nth-child(even) {
	background: #fefbe5;
}

.sec_wrap {
}

.sec_cnt > *:last-child {
	margin-bottom: 0;
}

.sec_hd {
	margin-bottom: 50px;
	text-align: center;
}

.challenge .sec_hd {
}

.sec_hd_ttl {
	margin-bottom: 60px;
}

.sec_hd_txt {
}

.sec_cnt {
}

.sec_box01 {
	max-width: 930px;
	margin: 0 auto 60px;
}

.lecturer .sec_box01 {
	max-width: 1130px;
}

.sec_box01_wrap {
	display: flex;
	position: relative;
	width: 100%;
	padding-top: 50px;
}

.sec_box01_wrap.-imgleft {
	justify-content: end;
}

.sec_box01_wrap.-imgright {
	justify-content: start;
}

.sec_box01_img {
	position: absolute;
	top: 0;
	z-index: 10;
	width: calc(100% - 610px + 50px);
	max-width: 370px;
}

.sec_box01_img_item {
	position: absolute;
	top: calc(100% - 35px);
	left: calc(100% - 170px);

	rotate: 10deg;
}

.lecturer .sec_box01_img {
	max-width: 560px;
}

.-imgright .sec_box01_img {
	right: 0;
}

.-imgleft .sec_box01_img {
	left: 0;
}

.sec_box01_cnt_wrap {
	width: 610px;
}

.sec_box01_cnt_wrap_text {
	display: block;
	width: fit-content;
	margin-top: 20px;
	font-size: 14px;
}

.sec_box01_cnt {
	position: relative;
	z-index: 2;
	width: 610px;
	box-sizing: border-box;
}

.-imgright .sec_box01_cnt {
	padding: 55px 95px 55px 55px;
}

.-imgleft .sec_box01_cnt {
	padding: 55px 55px 55px 95px;
}

.sec_box01_cnt::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-45deg, #fefbe5 25%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, #fefbe5 0, #fefbe5 75%, rgba(255, 255, 255, 0) 0);
	background-size: 50px 50px;
}

.sec_box01_label {
	margin-bottom: 13px;
}

.sec_box01_ttl {
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 24px;
}

.sec_box01_txt {
}

.sec_voice {
	max-width: 1030px;
	margin: 0 auto 60px;
	padding: 57px 60px 50px;
	border-radius: 0 50px 50px 50px;
	background: #fefbe5;
}

.sec:nth-child(even) .sec_voice {
	background: #ffffff;
}

.sec_voice_hd {
	position: relative;
	margin-bottom: 23px;
	padding-bottom: 25px;
	border-bottom: #f5d900 4px solid;
}

.sec_voice_hd:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 247px;
	height: 81px;
	background: url(../img/campus_event/voice-item01@2x.png) center / cover;
}

.sec_voice_hd::after {
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	right: 0;
	width: 183px;
	height: 124px;
	background: url(../img/campus_event/voice-item02@2x.png) center / cover;
}

.sec_voice_hd_name {
	color: #ff671d;
	font-weight: bold;
	font-size: 25px;
}

.sec_voice_hd_name span {
	font-size: 18px;
}

.sec_voice_hd_int {
}

.sec_voice_cnt {
}

.sec_box01_int {
	width: 100%;
	margin-top: 60px;
	padding: 40px 16px;
	border: #ff671d solid 3px;
	box-sizing: border-box;
	text-align: center;
}

.sec_box01_int_hd {
	margin-bottom: 13px;
	color: #ff671d;
	font-weight: bold;
	font-size: 20px;
}

.sec_box01_int_cnt {
}

.sec_pic {
	max-width: 925px;
	margin: 0 auto 90px;
}

.sec_pic.pic03 {
}

.sec_pic_wrap {
	gap: 50px 20px;
}

.sec_pic.pic03 .sec_pic_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.sec_pic.pic05 .sec_pic_wrap {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.sec_pic_cnt {
}

.sec_pic.pic05 .sec_pic_cnt {
	width: calc((100% - 40px) / 3);
}

.sec_pic_img {
	position: relative;
}

.sec_pic_img img {
	width: 100%;
	height: auto;
}

.sec_pic_img_label {
	position: absolute;
	right: 0;
	bottom: 0;
}

.sec_pic_img_label:nth-of-type(2) {
	transform: translateX(-100%);
}

.sec_pic_txt {
	margin-top: 10px;
	font-weight: bold;
	font-size: 20px;
}

.sec_pic_btmtxt {
	margin-top: 10px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.sec_pic_wrap.nth2 {
	margin-top: 50px;
}

.bnr_list {
	background: #ffffff;
}

@media screen and (max-width:767px) {
	.gbody_wrap {
	}

	.intro {
	}

	.intro_catch {
	}

	.intro_catch h2 {
		font-size: 16px;
	}

	.intro_catch h2 span {
	}

	.intro_catch h2 span::before {
	}

	.intro_cnt {
	}

	.anchor_wrap {
		margin-bottom: 30px !important;
	}

	.type_label {
	}

	.type_label.chori_label {
	}

	.type_label.seka_label {
	}

	.sec {
		padding: 55px 0;
	}

	.sec:nth-child(even) {
	}

	.sec_wrap {
	}

	.sec_cnt > *:last-child {
	}

	.sec_hd {
		margin-bottom: 30px;
	}

	.challenge .sec_hd {
	}

	.sec_hd_ttl {
		margin-bottom: 35px;
	}

	.sec_hd_txt {
	}

	.sec_cnt {
	}

	.sec_box01 {
		margin: 0 auto 40px;
	}

	.lecturer .sec_box01 {
	}

	.sec_box01_wrap {
		flex-flow: column;
		padding-top: 0;
	}

	.sec_box01_wrap.-imgleft {
		justify-content: center;
		align-items: center;
	}

	.sec_box01_wrap.-imgright {
		justify-content: center;
		align-items: center;
	}

	.sec_box01_img {
		position: relative;
		width: 100%;
	}

	.lecturer .sec_box01_img {
	}

	.-imgright .sec_box01_img {
	}

	.-imgleft .sec_box01_img {
	}

	.sec_box01_cnt_wrap {
		width: 100%;
		font-size: 14px;
	}

	.sec_box01_cnt {
		width: 100%;
	}

	.-imgright .sec_box01_cnt {
		padding: 35px 20px 35px 20px;
	}

	.-imgleft .sec_box01_cnt {
		padding: 35px 20px 35px 20px;
	}

	.sec_box01_cnt::before {
	}

	.sec_box01_label {
		margin-bottom: 8px;
	}

	.sec_box01_ttl {
		margin-bottom: 8px;
		font-size: 19px;
	}

	.sec_box01_txt {
	}

	.sec_voice {
		padding: 45px 20px 40px;
	}

	.sec:nth-child(even) .sec_voice {
	}

	.sec_voice_hd {
	}

	.sec_voice_hd:before {
		width: 130px;
		height: auto;
		aspect-ratio: 247 / 81;
	}

	.sec_voice_hd::after {
		top: -70px;
		width: 120px;
		height: auto;
		aspect-ratio: 183 / 124;
	}

	.sec_voice_hd_name {
	}

	.sec_voice_hd_name span {
	}

	.sec_voice_hd_int {
	}

	.sec_voice_cnt {
	}

	.sec_box01_int {
		padding: 30px 15px;
	}

	.sec_box01_int_hd {
		font-size: 18px;
	}

	.sec_box01_int_cnt {
	}

	.sec_box01_img_item {
		left: calc(100% - 140px);
		width: 140px;
	}

	.sec_pic {
		margin: 0 auto 50px;
	}

	.sec_pic.pic03 {
	}

	.sec_pic_wrap {
		gap: 25px;
		max-width: 300px;
		margin: 0 auto;
	}

	.sec_pic.pic03 .sec_pic_wrap {
		grid-template-columns: 1fr;
	}

	.sec_pic.pic05 .sec_pic_wrap {
		flex-flow: column;
	}

	.sec_pic_cnt {
	}

	.sec_pic.pic05 .sec_pic_cnt {
		width: 100%;
	}

	.sec_pic_img {
	}

	.sec_pic_img img {
	}

	.sec_pic_img_label {
	}

	.sec_pic_img_label:nth-of-type(2) {
	}

	.sec_pic_txt {
		margin-top: 5px;
		font-size: 16px;
	}

	.sec_pic_btmtxt {
		font-size: 16px;
	}

	.sec_pic_wrap.nth2 {
		margin-top: 30px;
	}
}
