@charset "UTF-8";

@media screen and (min-width: 768px) and (max-width: 1024px) {
	html {
		color: #000;
		font-family: Lucida Grande, Meiryo, "メイリオ", sans-serif;
		font-size: 13px;
	}
	body {
		color: #000 !important;
		background-color: #fff;
	}
	br.onlysp {
		display: none;
	}
	
	#recruit_youth header {
		padding: 2.2vw 0;
		height: 6.4vw;
		text-align: center;
		background-color: #fff;
		box-shadow: 0px 0.2vw 0.2vw 0px rgba(0,0,0,0.1);
		box-sizing: border-box;
	}
	#recruit_youth header .header_inner {
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	}
	#recruit_youth header .logo {
		display: block;
		margin: -0.4vw 0 0;
		height: 2.4vw;
		aspect-ratio: 195/36;
	}
	#recruit_youth header .logo img {
		width: 100%;
	}
	#recruit_youth header strong {
		margin-left: 2vw;
		color: #f8b500;
		font-size: 1.3rem;
		font-weight: 700;
	}
	
	#recruit_youth .animation {
		display: flex;
		margin: 0 auto;
		width: 100%;
		/* height: calc(100vh - 6.4vw); */
		height: 100vh;
		position: absolute !important;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 1000;
	}
	#recruit_youth .animation .animation_inner .parts {
		display: block;
		margin: 0 auto;
		width: 30vw;
		height: 30vw;
		position: relative;
	}
	#recruit_youth .animation .animation_inner .parts img {
		display: block;
		width: 100%;
		position: absolute;
		top:0;
		left: 0;
		aspect-ratio: 1 / 1;
	}
	#recruit_youth .animation .animation_inner {
		margin: auto;
	}
	#recruit_youth .animation .animation_inner strong.concept01 {
		display: block;
		margin-top: 1.2vw;
		color: #f8b500;
		text-align: center;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.6rem;
		letter-spacing: -2px;
		line-height: 1.2;
		transform: rotate(-3deg);
	}
	#recruit_youth .animation .animation_inner strong.concept02 {
		display: block;
		margin-top: 3vw;
		color: #000;
		font-size: 2.2rem;
		text-align: center;
	}
	
	
	#recruit_youth .contents {
		margin: 0 auto;
		padding: 3vw 0;
		width: 90vw;
		box-sizing: border-box;
	}
	
	#recruit_youth .contents h1 {
		margin-left: 2vw;
		padding: 4.8vw 0 2vw 3.6vw;
		width: 100%;
		height: 12vw;
		font-size: 2rem;
		background-image: url(../img/ic_suquare@2x.webp);
		background-size: 12vw;
		background-repeat: no-repeat;
		box-sizing: border-box;
	}
	
	#recruit_youth .contents p {
		margin-top: 2vw;
		line-height: 1.6;
	}
	
	#recruit_youth .contents .img_main {
		margin: 1.6vw auto 2vw;
		width: 90vw;
		aspect-ratio: 713 / 324;
		background-image: url(../img/img_main_pc.webp);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#recruit_youth .contents .img_main img {
		display: none;
	}
	
	
	#recruit_youth .contents .text {
		margin: 12vw auto 4vw;
		padding: 2vw 3vw 4vw;
		width: 90%;
		font-size: 1rem;
		line-height: 1.2;
		background-color: #fff1c6;
		border-radius: 4vw;
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .contents .text h2 {
		margin: -9vw 0 0 0;
		padding-left: 9vw;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.8rem;
		letter-spacing: -2px;
		line-height: 1.2;
		transform: rotate(-6deg);
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .contents .text h2::before {
		content: "";
		display: inline-block; /* or block */
		width: 5.2vw;
		height: 5.2vw;
		background-image: url("../img/ic_hand@2x.webp");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: -0.8vw;
		left: 2vw;
	}
	#recruit_youth .contents .text p {
		margin-top: 4vw;
	}
	
	
	#recruit_youth .contents section.intro {
		margin-top: -10vw;
	}
	#recruit_youth .contents section.intro div {
		margin-top: 4vw;
		padding: 2vw 3vw 4vw;
		width: 80%;
		background-color: #fffde5;
		border-radius: 4.8vw;
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .contents section.intro div.left {
	}
	#recruit_youth .contents section.intro div.right {
		margin-left: 20%;
	}
	#recruit_youth .contents section.intro h2 {
		margin-top: -3vw;
		padding-left: 8vw;
		color: #f5a200;
		/* color: #666; */
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.6rem;
		letter-spacing: -0.2vw !important;
		line-height: 1.2;
		transform: rotate(-3deg);
		box-sizing: border-box;
	}
	#recruit_youth .contents section.intro h2::before {
		content: "";
		display: inline-block; /* or block */
		width: 4.2vw;
		/* height: 58px; */
		aspect-ratio: 27 / 39;
		background-image: url("../img/ic_hand2.webp");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: -2vw;
		left: 2vw;
	}
	#recruit_youth .contents section.intro p {
		margin-top: 4vw;
		font-size: 1rem;
	}
	#recruit_youth .contents section.intro .text01 img.ice {
		width: 18.5vw;
		aspect-ratio: 370 / 445;
		position: absolute;
		top: -5vw;
		left: -18.5vw;
	}
	#recruit_youth .contents section.intro .text03 img.candy {
		width: 25.4vw;
		aspect-ratio: 507 / 633;
		position: absolute;
		top: -27vw;
		right: -2vw;
	}
	#recruit_youth .contents section.intro .text03 img.cookie {
		width: 10.3vw;
		aspect-ratio: 205 / 201;
		position: absolute;
		top: 5vw;
		left: -11.3vw;
	}
	#recruit_youth .contents section.intro .text03 img.senbei {
		width: 12.6vw;
		aspect-ratio: 251 / 256;
		position: absolute;
		top: -6vw;
		left: -20.4vw;
	}
	#recruit_youth .contents section.intro .text04 img.pripan {
		width: 25.5vw;
		aspect-ratio: 509 / 321;
		position: absolute;
		bottom: -2vw;
		right: -21.5vw;
	}
	#recruit_youth .contents section.intro .text05 img.burger {
		width: 16.8vw;
		aspect-ratio: 346 / 474;
		position: absolute;
		bottom: -3vw;
		left: -18.8vw;
	}
	
	
	#recruit_youth .contents section.products {
		margin: 0 auto 0;
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
	}
	
	
	#recruit_youth .contents section.products div.photo img {
		display: block !important;
		width: 100%;
	}
	
	
	#recruit_youth .contents section.products div.photo.first {
		margin: 0 !important;
		width: 33%;
		position: relative;
	}
	#recruit_youth .contents section.products div.photo.first img.candy {
		margin: 2vw 0 0.8vw 2vw;
		width: 75%;
		aspect-ratio: auto;
	}
	#recruit_youth .contents section.products div.photo.first img.pripan {
		display: block;
		margin: 1vw 0 0 -0.8vw;
		width: 50%;
		aspect-ratio: 102/88;
	}
	#recruit_youth .contents section.products div.photo.first img.latte {
		width: 48%;
		aspect-ratio: auto;
		position: absolute;
		right: 0vw;
		bottom: 7vw;
	}
	
	#recruit_youth .contents section.products div.photo span.txt {
		display: block;
		color: #fdd121;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1rem;
		transform: rotate(-6deg);
	}
	#recruit_youth .contents section.products div.photo.first span.txt.candy {
		position: absolute;
		top: 17vw;
		right: 4vw;
	}
	#recruit_youth .contents section.products div.photo.first span.txt.pripan {
		margin: -0.8vw 0 0 3vw;
	}
	
	
	#recruit_youth .contents section.products div.photo.second {
		margin: 0 !important;
		width: 67%;
		position: relative;
	}
	#recruit_youth .contents section.products div.photo.second img.cookie {
		margin: 2vw 0 0 2vw;
		width: 48%;
		aspect-ratio: auto;
	}
	#recruit_youth .contents section.products div.photo.second img.pancake {
		margin: 4vw 0 0 3vw;
		width: 40%;
		aspect-ratio: auto;
	}
	#recruit_youth .contents section.products div.photo.second img.bookbako {
		width: 52%;
		aspect-ratio: auto;
		position: absolute;
		top: 8vw;
		right: 0;
	}
	
	#recruit_youth .contents section.products div.photo.second span.txt.cookies {
		position: absolute;
		top: 24vw;
		left: 24vw;
	}
	#recruit_youth .contents section.products div.photo.second span.txt.tsheet {
		/* margin: -0.2vw 0 0 -10vw; */
		position: absolute;
		bottom: 3vw;
		left: -12vw;
	}
	
	#recruit_youth .contents section.products div.photo.second span.txt.icookie {
		position: absolute;
		bottom: 0vw;
		right: 5vw;
		transform: rotate(-1deg) !important;
	}
	
	
	#recruit_youth .contents section.message {
		margin: 3vw 0 0;
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
	}
	
	#recruit_youth .contents section.message div.graph {
		width: 33%;
	}
	#recruit_youth .contents section.message div.graph strong {
		display: block;
		margin-top: 2vw;
		text-align: center;
	}
	#recruit_youth .contents section.message div.graph img.img_graph {
		margin-top: 3vw;
		width: 100%;
	}
	
	#recruit_youth .contents section.message div.msg_shacho {
		margin-right: 3%;
		padding: 3vw;
		width: 64%;
		border: 0.4vw solid #fdd121;
		border-radius: 3vw;
		box-sizing: border-box;
	}
	#recruit_youth .contents section.message div.msg_shacho h2 {
		font-size: 1.3rem;
		text-align: center;
	}
	#recruit_youth .contents section.message div.msg_shacho p {
		font-size: 1rem;
	}
	
	
	#recruit_youth .timetable_wrapper {
		background-color: #fffde5;
	}
	#recruit_youth .timetable_wrapper section.timetable {
		margin-top: 7vw;
		position: relative;
	}
	#recruit_youth .timetable_wrapper section.timetable h2 {
		display: block;
		margin-left: 3vw;
		padding: 1.6vw;
		width: 50vw;
		font-size: 1.4rem;
		text-align: center;
		border: 0.4vw solid #fdd121;
		border-radius: 3vw;
		box-sizing: border-box;
		position: absolute;
		top: -3vw;
		left: 0;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper {
		margin-top: 2vw;
		padding: 2vw 3vw 6vw;
		background-color: #fffde5;
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl {
		margin-top: 8vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dt {
		padding: 1.6vw 0 0.8vw 6vw;
		width: 20vw;
		font-size: 1.2rem;
		font-weight: 600;
		border-bottom: 0.4vw solid #fdd121;
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dt span.hour {
		display: block;
		padding: 2.1vw 0 0;
		width: 6vw;
		height: 6vw;
		border-radius: 50%;
		background-color: #fdd121;
		color: #fff;
		font-weight: 600;
		text-align: center;
		vertical-align: middle;
		position: absolute;
		top: 0;
		left: -1vw;
		box-sizing: border-box;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd {
		margin-bottom: 2vw;
		padding: 1.6vw 0 0 1.8vw;
		font-size: 1rem;
		line-height: 1.4;
		position: relative;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.illust_ladies01 {
		display: block;
		width: 16%;
		top: -18vw;
		right: 29vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd p.fukidashi.txt_01 {
		top: -3vw;
		right: 26vw;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 0.9rem;
		line-height: 1.4;
		letter-spacing: -1px;
		transform: rotate(-3deg);
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi {
		position: absolute;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_01 {
		width: 28.8%;
		left: 20vw;
		top: -10vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_02 {
		width: 35.1%;
		left: 25vw;
		top: -8vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_03 {
		width: 24.6%;
		left: 42vw;
		bottom: -3vw;
	}

	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.illust_ladies02 {
		width: 17.3%;
		left: 29vw;
		bottom: -4vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_05 {
		width: 30.5%;
		left: 19vw;
		bottom: -5vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_06 {
		width: 58.1%;
		left: 18vw;
		bottom: -8vw;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper h3 {
		color: #f5a200;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: -1px;
		line-height: 1.1;
		transform: rotate(-6deg);
		position: absolute;
		top: 4vw;
		left: 11vw;
	}
	
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock {
		
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock img,
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p {
		position: absolute;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p {
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 0.9rem;
		line-height: 1.4;
		letter-spacing: -1px;
		transform: rotate(-3deg);
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory01 {
		width: 12.7%;
		top: 2vw;
		right: 16vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory02 {
		width: 12.7%;
		top: 2vw;
		right: 2vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_02 {
		top: -1vw;
		right: 3vw;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory03 {
		width: 15.1%;
		top: 24vw;
		right: 18vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory04 {
		width: 13.9%;
		top: 21vw;
		right: 3vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_03 {
		top: 38vw;
		right: 2vw;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory05 {
		width: 20.2%;
		top: 42vw;
		right: 5vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_05 {
		top: 53vw;
		right: 26vw;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .fukidashi_04 {
		width: 44.8%;
		top: 59vw;
		right: 1.6vw;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory06 {
		width: 15.6%;
		top: 67vw;
		right: 26.5vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory07 {
		width: 12.3%;
		top: 67vw;
		right: 14.2vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_06 {
		top: 69vw;
		right: 1vw;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory08 {
		width: 13.6%;
		top: 83.2vw;
		right: 2vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_08 {
		top: 93vw;
		right: 17vw;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper strong.catch {
		display: block;
		margin-top: 6vw;
		font-size: 1.6rem;
		text-align: center;
		line-height: 1.4;
	}
	
	
	#recruit_youth .contents section.senpai {
		margin: 6vw auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
	}
	#recruit_youth .contents section.senpai dl {
		width: 48%;
	}
	#recruit_youth .contents section.senpai dl:nth-child(1) {
		margin-right: 2%;
	}
	#recruit_youth .contents section.senpai dl:nth-child(2) {
		margin-left: 2%;
	}
	#recruit_youth .contents section.senpai dl dt {
		padding: 0 0 0 11vw;
		height: 10vw;
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .contents section.senpai dl dt img {
		display: block;
		width: 10vw;
		height: 10vw;
		position: absolute;
		top: 0;
		left: 0;
	}
	#recruit_youth .contents section.senpai dl dt h3 {
		display: block;
		margin-bottom: 3vw !important;
		color: #f5a200;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.2rem;
		letter-spacing: -1px;
		line-height: 1.1;
		transform: rotate(-6deg);
		position: initial;
	}
	#recruit_youth .contents section.senpai dl dt p {
		font-weight: 600;
	}
	#recruit_youth .contents section.senpai dl dd {
		margin-top: 2vw;
		line-height: 1.6;
	}
	
	
	#recruit_youth #movie {
		
	}
	#recruit_youth #movie h2 {
		margin: 0 auto -6vw;
		padding-left: 12vw;
		width: 100%;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 2rem;
		letter-spacing: -1px;
		line-height: 1.2;
		transform: rotate(-6deg);
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth #movie h2::before {
		content: "";
		display: inline-block; /* or block */
		width: 5.2vw;
		height: 5.2vw;
		background-image: url("../img/ic_hand@2x.webp");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: -0.8vw;
		left: 6vw;
	}
	#recruit_youth .movie_inner {
		margin: 4vw auto 0;
		padding: 8vw 0;
		background-color: #fff1c6;
	}
	#recruit_youth #movie .iframe_wapper {
		margin: 0 auto !important;
		width: 90vw !important;
	}
	#recruit_youth #movie iframe {
		width: 90vw !important;
		height: calc(90vw * 0.563) !important;
		aspect-ratio: 16 / 9;
	}
	
	
	#recruit_youth footer {
		padding-bottom: 6vw;
		width: 100%;
		color: #000;
		background-color: #fbd366;
	}
	#recruit_youth footer.second {
		background-color: #fffde5;
		padding-bottom: 2vw;
		margin-bottom: 0;
	}
	#recruit_youth footer .oursites {
		color: #000;
	}
	#recruit_youth footer .utility {
		margin: 0 auto 3vw;
		width: 90%;
		text-align: left;
	}
	#recruit_youth footer .utility a {
		color: #fff;
		text-decoration: none;
	}
	#recruit_youth footer .utility a:hover {
		opacity: 0.7;
	}
	#recruit_youth footer .utility span.en {
		letter-spacing: 0.1vw;
	}
	#recruit_youth footer .utility span.jp {
		margin-left: 1vw;
		font-size: 0.7rem;
	}
	#recruit_youth footer ul.foot_companyname {
		margin: 0 auto;
		width: 90%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	}
	#recruit_youth footer ul.foot_companyname li {
		
	}
	#recruit_youth footer ul.foot_companyname li a {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: center;
		color: #000;
		text-decoration: none;
	}
	#recruit_youth footer ul.foot_companyname li a:hover {
		opacity: 0.7;
	}
	#recruit_youth footer ul.foot_companyname li:last-child {
		margin-left: 3vw;
	}
	#recruit_youth footer ul.foot_companyname li img {
		display: block;
		margin-right: 1.6vw;
		width: 12vw;
	}
	#recruit_youth footer ul.foot_companyname li span {
		diplay: block;
	}
	
	#recruit_youth footer ul.places {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
		margin: 0 auto 6vw;
		width: 90%;
	}
	#recruit_youth footer ul.places li {
		margin-right: 4%;
		width: 30%;
	}
	#recruit_youth footer ul.places li:last-child {
		margin-right: 0;
	}
	#recruit_youth footer ul.places li h4 {
		margin: 0 0 0.8vw;
		padding: 0 0 0.8vw;
		width: 90%;
		font-size: 1rem;
		border: none;
		border-bottom: 0.4vw solid #f8b500;
	}
	#recruit_youth footer ul.places li img {
		display: block;
		margin-top: 1.6vw;
		height: 18vw;
	}
	
	
	#recruit_youth footer.btech {
		padding: 0vw 0 6vw;
		background-color: #fff;
		box-sizing: border-box;
	}
	#recruit_youth footer.btech hr {
		margin: 0 auto 4vw;
		width: 90%;
		boder: 1px solid #ddd;
	}
	#recruit_youth footer.btech h3 {
		margin-bottom: 3vw;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		text-align: center;
	}
	#recruit_youth footer.btech h3 strong {
		margin-left: 1.6vw;
		font-size: 1rem;
		font-weight: 400;
	}
	#recruit_youth footer.btech ul.menu_btech {
		margin: 0 auto;
		width: 60%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
	}
	#recruit_youth footer.btech ul.menu_btech li {
		margin-right: 2.6%;
		width: 23%;
	}
	#recruit_youth footer.btech ul.menu_btech li:last-child {
		margin-right: 0;
	}
	#recruit_youth footer.btech ul.menu_btech li a {
		display: block;
		padding: 0.8vw;
		width: 100%;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background-color: #000;
		border-radius: 6vw;
		box-sizing: border-box;
	}
	#recruit_youth footer.btech ul.menu_btech li a:hover {
		background-color: #555;
	}
	
	#recruit_youth footer.btech ul.menu_factory {
		margin: 3vw auto 0;
		width: 50%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
	}
	#recruit_youth footer.btech ul.menu_factory li {
		margin-right: 4%;
		width: 48%;
	}
	#recruit_youth footer.btech ul.menu_factory li:last-child {
		margin-right: 0;
	}
	#recruit_youth footer.btech ul.menu_factory li a {
		display: block;
		padding: 1.6vw;
		width: 100%;
		color: #fff;
		font-size: 1.2rem;
		text-align: center;
		text-decoration: none;
		background-color: #fbd366;
		background-color: #f8b500;
		border-radius: 6vw;
		box-sizing: border-box;
	}
	#recruit_youth footer.btech ul.menu_factory li a:hover {
		background-color: #fbd366;
	}
	
	
	/* ページトップへ戻るボタン */
	a.page-top-button.material-icons {
		position: fixed;
		right: 4vw;
		bottom: 4vw;
		font-size: 4.8vw;
		width: 4.8vw;
		height: 4.8vw;
		overflow: hidden;
		color: #fff;
		/* color: #635428; */
		background: #000;
		padding: 0.6vw;
		border-radius: 50%;
		text-decoration: none;
		display: none;
		z-index: 999;
		/* box-shadow: 0 2px 4px rgba(0,0,0,0.2); */
		transition: transform 0.3s, background 0.3s;
	}
	
	/* 下にスクロールボタン */
	/* a.scroll-down-button {
		position: fixed;
		bottom: 4vw;
		left: 50%;
		transform: translateX(-50%);
		font-size: 4.8vw;
		color: #fff;
		background: #000;
		padding: 0.6vw;
		border-radius: 50%;
		text-decoration: none;
		display: none;
		z-index: 999;
		animation: bounce 2s infinite;
		}
		@keyframes bounce {
		0%, 20%, 50%, 80%, 100% {transform: translate(-50%, 0);}
		40% {transform: translate(-50%, -10px);}
		60% {transform: translate(-50%, -5px);}
	} */
	
}
