@charset "UTF-8";

.hero {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 500px;
	background: url(../img/campus_training/img-hero@2x.jpg) center / cover;
}

.hero_cnt {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	width: 755px;
	height: 240px;
	padding-top: 70px;
	box-sizing: border-box;
}

.hero_cnt::before {
	content: "";
	display: block;
	opacity: 0.55;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

.hero_hd {
	position: relative;
	width: fit-content;
}

.hero_hd_en {
	color: #f5d900;
	font-size: 53px;
	font-family: "Oswald";
}

.hero_hd_jp {
	position: absolute;
	top: -22px;
	right: 50%;
	white-space: nowrap;
	transform: translateX(50%);
}

.hero_hd_jp h2 {
	font-size: 50px;
}

.hero_hd_jp span {
	position: relative;
	font-weight: bold;
}

.hero_hd_jp span::before {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 50%;
	bottom: 100%;
	width: 210px;
	height: 48px;
	border-radius: 9999px;
	font-weight: 400;
	font-size: 24px;
	transform: translateX(50%);
}

.hero_hd_jp span.hero_hd_jp_restaurant::before {
	content: "調理技術科";
	background: #ff671d;
	color: #ffffff;
}

.hero_hd_jp span.hero_hd_jp_sale::before {
	content: "製菓技術科";
	background: #f5d900;
}

.intro {
	padding: 100px 0 95px;
}

.intro_catch {
	position: relative;
	z-index: 2;
	width: fit-content;
	margin: 0 auto 22px;
	font-weight: bold;
	text-align: center;
}

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

.intro_catch span {
	position: absolute;
	right: 50%;
	bottom: 2px;
	z-index: -1;
	width: calc(100% - 10px);
	height: 14px;
	background: #f5d900;
	transform: translateX(50%);
}

.intro_cnt {
	max-width: 750px;
	margin: 0 auto;
}

.restaurant {
}

.restaurant_wrap {
	position: relative;
	z-index: 2;
	padding: 70px 85px 95px;
}

.restaurant_wrap::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;
}

.restaurant_hd {
	margin-bottom: 45px;
	text-align: center;
}

.restaurant_hd_ttl {
	font-size: 24px;
}

.restaurant_hd_enname {
}

.restaurant_hd_name {
}

.restaurant_img {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1070px;
	margin: 0 auto;
}

.flow {
	padding: 100px 0 0;
}

.flow_title {
}

.flow_wrap {
}

.flow_cnt {
	position: relative;
	z-index: 2;
	padding-bottom: 55px;
}

.flow_cnt::before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	z-index: -1;
	z-index: -1;
	width: 8px;
	height: 100%;
	background: url(../img/campus_training/dot-item@2x.png);
	background-size: contain;
	background-repeat: repeat-y;
	transform: translateX(50%);
}

.flow_cnt:last-child:before {
	display: none;
}

.flow_tile {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 295px;
	height: 70px;
	margin: 0 auto 45px;
	background: #f5d900;
	font-weight: bold;
	font-size: 20px;
}

.flow_detail {
	display: flex;
	justify-content: center;
	gap: 75px;
}

.flow_cnt:nth-child(even) .flow_detail {
	flex-flow: row-reverse;
}

.flow_detail_img {
	padding-left: 110px;
}

.flow_cnt:nth-child(even) .flow_detail_img {
	padding-right: 110px;
	padding-left: 0;
}

.flow_detail_cnt {
	position: relative;
	width: 480px;
	padding-top: 65px;
}

.flow_detail_ttl {
	position: relative;
	margin-bottom: 10px;
	padding-left: 120px;
}

.flow_detail_ttl_num {
	position: absolute;
	bottom: 50%;
	left: 0;
	transform: translateY(50%);
}

.flow_tetail_txt {
	padding-left: 120px;
}

.flow_point {
	display: flex;
	align-items: center;
	gap: 55px;
	max-width: 1030px;
	margin: 55px auto 0;
	padding: 35px 55px 36px 45px;
	border-radius: 20px;
	box-sizing: border-box;
	background: #fefbe5;
}

.flow_point_hd {
	flex-shrink: 0;
}

.flow_point_cnt {
}

.voice {
	padding: 100px 0 150px;
	background: #fefbe5;
}

.voice_title {
}

.voice_wrap {
}

.voice_cnt {
	display: flex;
	position: relative;
	max-width: 980px;
	margin: 0 auto 100px;
}

.voice_cnt:nth-child(even) {
	justify-content: end;
}

.voice_cnt:last-child {
	margin-bottom: 0;
}

.voice_img {
	width: 51%;
}

.voice_detail {
	position: absolute;
	right: 0;
	bottom: -30px;
	width: 520px;
	height: 400px;
	padding: 55px 45px;
	border-radius: 0 50px 50px 50px;
	box-sizing: border-box;
	background: #ffffff;
}

.voice_cnt:nth-child(even) .voice_detail {
	right: auto;
	left: 0;
}

.voice_detail_hd {
	padding-bottom: 25px;
	border-bottom: #f5d900 4px solid;
}

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

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

.voice_detail_hd_dtl {
}

.voice_detail_cnt {
	padding-top: 27px;
	line-height: 1.87;
}

.bnr_list {
	background: #ffffff;
}

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

@media screen and (max-width:767px) {
	.hero {
		height: 230px;
	}

	.hero_cnt {
	}

	.hero_cnt::before {
	}

	.hero_hd {
	}

	.hero_hd_en {
		font-size: 34px;
	}

	.hero_hd_jp {
	}

	.hero_hd_jp h2 {
		font-size: 26px;
	}

	.hero_hd_jp span {
	}

	.hero_hd_jp span::before {
		width: 140px;
		height: 35px;
		font-size: 18px;
	}

	.hero_hd_jp span.hero_hd_jp_restaurant::before {
	}

	.hero_hd_jp span.hero_hd_jp_sale::before {
	}

	.intro {
		padding: 50px 0 60px;
	}

	.intro_catch {
	}

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

	.intro_catch span {
	}

	.intro_cnt {
	}

	.restaurant {
	}

	.restaurant_wrap {
		padding: 50px 20px;
	}

	.restaurant_wrap::before {
	}

	.restaurant_hd {
		margin-bottom: 25px;
	}

	.restaurant_hd_ttl {
		font-size: 21px;
	}

	.restaurant_hd_enname {
	}

	.restaurant_hd_name {
		font-size: 16px;
	}

	.restaurant_img {
		grid-template-columns: 1fr;
	}

	.flow {
		padding: 60px 0;
	}

	.flow_title {
	}

	.flow_wrap {
	}

	.flow_cnt {
		padding-bottom: 15px;
	}

	.flow_cnt::before {
		display: none;
	}

	.flow_cnt:last-child:before {
	}

	.flow_tile {
		width: 200px;
		height: 50px;
		margin: 0 auto 25px;
		font-size: 17px;
	}

	.flow_detail {
		flex-flow: column;
		gap: 5px;
	}

	.flow_cnt:nth-child(even) .flow_detail {
		flex-flow: column;
	}

	.flow_detail_img {
		width: 250px;
		margin: 0 auto;
		padding-left: 0;
	}

	.flow_cnt:nth-child(even) .flow_detail_img {
		padding-right: 0;
	}

	.flow_detail_cnt {
		width: 100%;
		padding: 20px 20px 0;
		padding-top: 20px;
		box-sizing: border-box;
	}

	.flow_detail_ttl {
		padding-left: 50px;
	}

	.flow_detail_ttl_num {
		width: 40px;
	}

	.flow_tetail_txt {
		padding-left: 0;
	}

	.flow_point {
		flex-flow: column;
		gap: 15px;
		padding: 40px 20px;
	}

	.flow_point_hd {
		width: 100px;
	}

	.flow_point_cnt {
	}

	.voice {
		padding: 50px 0 50px;
	}

	.voice_title {
	}

	.voice_wrap {
	}

	.voice_cnt {
		flex-flow: column;
		box-sizing: border-box;
	}

	.voice_cnt:nth-child(even) {
	}

	.voice_cnt:last-child {
	}

	.voice_img {
		width: 100%;
	}

	.voice_detail {
		position: unset;
		width: 100%;
		border-radius: 0;
	}

	.voice_cnt:nth-child(even) .voice_detail {
	}

	.voice_detail_hd {
	}

	.voice_detail_hd_name {
	}

	.voice_detail_hd_name span {
	}

	.voice_detail_hd_dtl {
	}

	.voice_detail_cnt {
	}
}
