@charset "UTF-8";

@media screen and (max-width: 767px){
	html {
		color: #000;
		font-family: Arial, Meiryo, "メイリオ", sans-serif;
		font-size: 14px;
	}
	body {
		color: #000 !important;
		background-color: #fff;
	}
	br.pctb {
		display: none;
	}
	
	#recruit_youth header {
		padding: 4vw 0;
		height: 12.8vw;
		text-align: center;
		background-color: #fff;
		box-shadow: 0px 0.4vw 0.4vw 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.8vw 0 0;
		height: 4.8vw;
		aspect-ratio: 195/36;
	}
	#recruit_youth header .logo img {
		width: 100%;
	}
	#recruit_youth header strong {
		margin-left: 4vw;
		color: #f8b500;
		font-size: 1.1rem;
		font-weight: 700;
	}
	
	#recruit_youth .animation {
		display: flex;
		margin: 0 auto;
		width: 100vw;
		/* height: calc(100vh - 12.8vw); */
		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: 70vw;
		height: 70vw;
		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: 2.4vw;
		color: #f8b500;
		text-align: center;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.2rem;
		letter-spacing: -2px;
		line-height: 1.2;
		transform: rotate(-3deg);
	}
	#recruit_youth .animation .animation_inner strong.concept02 {
		display: block;
		margin: 6vw 0 0 0;
		padding: 0 !important;
		color: #000;
		font-size: 1.4rem;
		text-align: center;
	}
	
	
	#recruit_youth .contents {
		margin: 0 auto;
		padding: 6vw 0 12vw;
		width: 90vw;
		box-sizing: border-box;
	}
	
	#recruit_youth .contents h1 {
		padding: 8vw 0 0 8vw;
		width: 100%;
		height: 24vw;
		font-size: 1.4rem;
		line-height: 1.4;
		background-image: url(../img/ic_suquare@2x.webp);
		background-size: 24vw;
		background-repeat: no-repeat;
		box-sizing: border-box;
	}
	
	#recruit_youth .contents p {
		margin: 10vw auto 0;
		width: 96%;
		font-size: 1rem;
		line-height: 1.8;
	}
	
	#recruit_youth .contents .img_main {
		margin: 8vw auto 0;
		width: 90vw;
	}
	#recruit_youth .contents .img_main img {
		width: 100%;
		aspect-ratio: 335 / 523;
	}
	
	
	#recruit_youth .contents .text {
		margin: 16vw 0 6vw -6%;
		padding: 4vw;
		width: 112%;
		font-size: 1rem;
		line-height: 1.2;
		background-color: #fff1c6;
		/* border-radius: 8vw; */
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .contents .text h2 {
		margin: -12vw 0 0 0;
		padding: 0 0 0 16vw;
		width: 100%;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.3rem !important;
		letter-spacing: -0.4vw !important;
		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: 14vw;
		height: 14vw;
		background-image: url("../img/ic_hand@2x.webp");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: -2vw;
		left: 0;
		/* left: -2.6vw; */
	}
	#recruit_youth .contents .text p {
		margin: 4vw auto 0;
		width: 95%;
		font-size: 1rem;
	}
	
	
	#recruit_youth .contents section.intro {
		margin-top: -20vw;
	}
	#recruit_youth .contents section.intro div {
		margin-top: 8vw;
		padding: 4vw 6vw 8vw;
		width: 100%;
		background-color: #fffde5;
		border-radius: 9.6vw;
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .contents section.intro div.left {
	}
	#recruit_youth .contents section.intro div.right {
		
	}
	#recruit_youth .contents section.intro h2 {
		margin-top: -6vw;
		padding-left: 16vw;
		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: 8.4vw;
		/* height: 58px; */
		aspect-ratio: 27 / 39;
		background-image: url("../img/ic_hand2.webp");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: -4vw;
		left: 4vw;
	}
	#recruit_youth .contents section.intro p {
		margin-top: 6vw;
		font-size: 1rem;
	}
	#recruit_youth .contents section.intro .left img,
	#recruit_youth .contents section.intro .right img {
		display: block;
		margin: 3vw auto 0;
	}
	#recruit_youth .contents section.intro .text01 img.ice {
		width: 60%;
		aspect-ratio: 370 / 445;
	}
	#recruit_youth .contents section.intro .text03 img.candy {
		margin: 4vw 0 0 15%;
		width: 85%;
		aspect-ratio: 507 / 633;
	}
	#recruit_youth .contents section.intro .text03 img.cookie {
		width: 30%;
		aspect-ratio: 205 / 201;
		position: absolute;
		bottom: 5vw;
		right: 16vw;
	}
	#recruit_youth .contents section.intro .text03 img.senbei {
		width: 40%;
		aspect-ratio: 251 / 256;
		margin: 3vw 0 0 4vw;
	}
	#recruit_youth .contents section.intro .text04 img.pripan {
		width: 80%;
		aspect-ratio: 509 / 321;
	}
	#recruit_youth .contents section.intro .text05 img.burger {
		width: 60%;
		aspect-ratio: 346 / 474;
	}
	
	
	#recruit_youth .contents section.products {
		margin: 0;
		padding: 0;
	}
	
	
	#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: 100%;
		position: relative;
	}
	#recruit_youth .contents section.products div.photo.first img.candy {
		margin: 8vw auto 0vw;
		width: 70%;
		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: -0.8vw;
		bottom: -4vw;
	}
	
	#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: 1.4rem;
		transform: rotate(-6deg);
	}
	#recruit_youth .contents section.products div.photo.first span.txt.candy {
		position: absolute;
		top: 40vw;
		right: 4vw;
	}
	#recruit_youth .contents section.products div.photo.first span.txt.pripan {
		margin: -2vw 0 0 3vw;
	}
	
	
	#recruit_youth .contents section.products div.photo.second {
		margin: 12vw auto 0;
		width: 90vw;
		position: relative;
	}
	#recruit_youth .contents section.products div.photo.second img.cookie {
		margin: 0 0 0 4vw;
		width: 90%;
		aspect-ratio: auto;
	}
	#recruit_youth .contents section.products div.photo.second img.pancake {
		margin: -3vw 0 0 0;
		width: 70%;
		aspect-ratio: auto;
	}
	#recruit_youth .contents section.products div.photo.second img.bookbako {
		margin: 6vw 0% 0 20%;
		width: 80%;
		aspect-ratio: auto;
	}
	
	#recruit_youth .contents section.products div.photo.second span.txt.cookies {
		margin-top: 6vw;
		text-align: right;
		transform: rotate(-3deg) !important;
	}
	#recruit_youth .contents section.products div.photo.second span.txt.tsheet {
		margin: 1vw 0 0 6vw;
		transform: rotate(-3deg) !important;
	}
	
	#recruit_youth .contents section.products div.photo.second span.txt.icookie {
		margin-top: 4vw;
		text-align: right;
		transform: rotate(-1deg) !important;
	}
	
	
	#recruit_youth .contents section.message {
		margin: 6vw 0 0 0;
		padding: 0;
	}
	
	#recruit_youth .contents section.message div.graph {
		width: 90vw;
	}
	#recruit_youth .contents section.message div.graph strong {
		display: block;
		margin-top: 4vw;
		font-size: 1.3rem;
		text-align: center;
	}
	#recruit_youth .contents section.message div.graph img.img_graph {
		display: block;
		margin: 10vw auto 0;
		width: 90%;
	}
	
	#recruit_youth .contents section.message div.msg_shacho {
		margin-top: 6vw 5vw;
		padding: 6vw;
		width: 100%;
		border: 0.8vw solid #fdd121;
		border-radius: 6vw;
		box-sizing: border-box;
	}
	#recruit_youth .contents section.message div.msg_shacho h2 {
		margin-bottom: 0;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.4;
	}
	#recruit_youth .contents section.message div.msg_shacho p {
		margin-top: 4vw;
		width: 100%;
		font-size: 1rem;
	}
	
	
	#recruit_youth .timetable_wrapper {
		background-color: #fffde5;
	}
	#recruit_youth .timetable_wrapper section.timetable {
		margin-top: 20vw;
		position: relative;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper {
		margin-top: 4vw;
		padding: 4vw 4vw 8vw;
		background-color: #fffde5;
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl {
		margin-top: 20vw;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dt {
		padding: 3.2vw 0 1.6vw 14vw;
		width: 100%;
		font-size: 1.2rem;
		font-weight: 600;
		border-bottom: 0.8vw solid #fdd121;
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dt span.hour {
		display: block;
		padding: 5vw 0 0;
		width: 14vw;
		height: 14vw;
		border-radius: 50%;
		background-color: #fdd121;
		color: #fff;
		font-size: 1.1rem;
		font-weight: 600;
		text-align: center;
		vertical-align: middle;
		position: absolute;
		top: 0;
		left: -2vw;
		box-sizing: border-box;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd {
		margin-bottom: 6vw;
		padding: 6vw 0 0 3vw;
		font-size: 1rem;
		line-height: 1.4;
		position: relative;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.illust_ladies01 {
		display: block;
		margin: 3vw auto 0;
		width: 60%;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd p.fukidashi.txt_01 {
		margin: 2vw 0 6vw;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.2rem;
		text-align: center;
		line-height: 1.4;
		letter-spacing: -1px;
		transform: rotate(-3deg);
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi {
		display: block;
		margin: 1.6vw auto;
		/* position: absolute; */
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_01 {
		width: calc(28.3vw * 2.2);
		/* left: 23vw;
		top: -10vw; */
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_02 {
		width: calc(35.1vw * 2.2);
		/* left: 27vw;
		top: -9vw; */
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_03 {
		margin-top: 3vw;
		width: calc(24.6vw * 2.2);
		/* left: 43vw;
		bottom: -4vw; */
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.illust_ladies02 {
		margin: 1.6vw auto;
		width: 80%;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_05 {
		width: calc(30.5vw * 2.2);
		/* left: 24vw;
		bottom: -5vw; */
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_06 {
		display: none;
		margin-left: -14vw;
		width: calc(100% + 14vw);
		/* left: 18vw;
		bottom: -8vw; */
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper h2 {
		display: block;
		padding: 3.2vw;
		width: 90%;
		font-size: 1.1rem;
		text-align: center;
		border: 0.8vw solid #fdd121;
		border-radius: 6vw;
		box-sizing: border-box;
		position: absolute;
		top: -6vw;
		left: 5%;
	}
	#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.2rem;
		letter-spacing: -0.2vw;
		line-height: 1.1;
		transform: rotate(-6deg);
		position: absolute;
		top: 8vw;
		left: 16vw;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock {
		margin-top: 10vw;
		padding-top: 6vw;
		/* border-top: 1px solid #ccc; */
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock img,
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p {
		
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p {
		color: #666;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.3rem;
		line-height: 1.4;
		letter-spacing: -3px;
		transform: rotate(-3deg);
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory01 {
		width: calc(12.7% * 3.85);
		/* width: 12.7%;
		top: 2vw;
		right: 14.5vw; */
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory02 {
		width: calc(12.7% * 3.85);
		/* width: 12.7%;
		top: 2vw;
		right: 2vw; */
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_02 {
		margin: 3vw 0 6vw;
		/* top: -3vw;
		right: 3vw; */
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory03 {
		width: calc(15.1% * 3.4);
		/* width: 15.1%;
		top: 24vw;
		right: 16.5vw; */
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory04 {
		width: calc(13.9% * 3.4);
		/* width: 13.9%;
		top: 21vw;
		right: 3vw; */
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_03 {
		margin: 3vw 0 6vw;
		/* top: 35vw;
		right: -2vw; */
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory05 {
		width: 100%;
		/* width: 20.2%;
		top: 42vw;
		right: 5vw; */
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_05 {
		margin: 3vw 0 6vw;
		/* top: 48vw;
		right: 24vw; */
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .fukidashi_04 {
		display: none;
		margin: 3vw 0 3vw -3%;
		width: 106%;
		/* width: 44.8%;
		top: 59vw;
		right: 1.6vw; */
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory06 {
		width: calc(15.6% * 3.5);
		/* width: 15.6%;
		top: 67vw;
		right: 26.5vw; */
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory07 {
		width: calc(12.3% * 3.5);
		/* width: 12.3%;
		top: 67vw;
		right: 14.2vw; */
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_06 {
		margin: 3vw 0 6vw;
		/* top: 69vw;
		right: 1vw; */
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory08 {
		margin: 0 auto;
		width: 70%;
		/* width: 13.6%;
		top: 83.2vw;
		right: 2vw; */
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_08 {
		margin: 0 0 6vw;
		/* top: 82.6vw;
		right: 15.4vw; */
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper strong.catch {
		display: block;
		margin-top: 12vw;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.4;
	}
	
	
	#recruit_youth .contents section.senpai {
		
	}
	#recruit_youth .contents section.senpai dl {
		margin: 18vw auto 20vw;
		width: 100%;
	}
	#recruit_youth .contents section.senpai dl dt {
		padding: 0 0 0 23vw;
		height: 20vw;
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .contents section.senpai dl dt img {
		display: block;
		width: 20vw;
		height: 20vw;
		position: absolute;
		top: 3vw;
		left: 0;
	}
	#recruit_youth .contents section.senpai dl dt h3 {
		display: block;
		margin: -10vw auto 4vw !important;
		color: #f5a200;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.6rem;
		letter-spacing: -2px;
		line-height: 1.1;
		transform: rotate(-3deg);
		position: initial;
	}
	#recruit_youth .contents section.senpai dl dt p {
		margin-top: 0;
		font-weight: 600;
	}
	#recruit_youth .contents section.senpai dl dd {
		margin-top: 8vw;
		font-size: 1rem;
		line-height: 1.6;
	}
	
	
	#recruit_youth #movie {
		padding-top: 6vw;
	}
	#recruit_youth #movie h2 {
		margin: 0 auto -16vw;
		padding-left: 18vw;
		width: 100%;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.6rem;
		letter-spacing: -3px;
		line-height: 1.1;
		transform: rotate(-6deg);
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth #movie h2::before {
		content: "";
		display: inline-block; /* or block */
		width: 14vw;
		height: 14vw;
		background-image: url("../img/ic_hand@2x.webp");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: -6vw;
		left: 3vw;
	}
	#recruit_youth .movie_inner {
		margin: 6vw auto 0;
		padding: 16vw 0 10vw;
		background-color: #fff1c6;
	}
	#recruit_youth #movie .iframe_wapper {
		margin: 0 auto !important;
		width: 90vw !important;
	}
	#recruit_youth #movie iframe {
		width: 100% !important;
		height: calc(90vw * 0.563) !important;
		aspect-ratio: 16 / 9;
	}
	
	
	#recruit_youth footer {
		padding-bottom: 10vw;
		width: 100%;
		color: #000;
		background-color: #fbd366;
	}
	#recruit_youth footer.second {
		background-color: #fffde5;
		padding-bottom: 4vw;
		margin-bottom: 0;
	}
	#recruit_youth footer .oursites a {
		color: #000 !important;
	}
	#recruit_youth footer .utility {
		margin: 18vw auto 4vw;
		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.2vw;
	}
	#recruit_youth footer .utility span.jp {
		margin-left: 2vw;
		font-size: 0.9rem;
	}
	#recruit_youth footer ul.foot_companyname {
		margin: 0 auto;
		width: 90%;
	}
	#recruit_youth footer ul.foot_companyname li {
		display: block;
		text-align: center;
	}
	#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-top: 10vw;
	}
	#recruit_youth footer ul.foot_companyname li img {
		display: block;
		margin-right: 1.6vw;
		width: 28vw;
	}
	#recruit_youth footer ul.foot_companyname li span {
		diplay: block;
	}
	#recruit_youth footer ul.foot_companyname li.copyright {
		font-szie: 1.2rem !important;
	}
	
	#recruit_youth footer ul.places {
		margin: 0 auto 12vw;
		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: 8vw 0 1.6vw;
		padding: 0 0 1.6vw 2vw;
		width: 90%;
		font-size: 1.2rem;
		border: none;
		border-bottom: 0.8vw solid #f8b500;
	}
	#recruit_youth footer ul.places li p {
		margin-left: 2vw;
		font-size: 1rem;
		line-height: 1.4;
	}
	#recruit_youth footer ul.places li img {
		display: block;
		margin: 3.2vw 0 0 2vw;
		width: 70vw;
	}
	
	
	#recruit_youth footer.btech {
		padding: 0vw 0 12vw;
		background-color: #fff;
		box-sizing: border-box;
	}
	#recruit_youth footer.btech hr {
		margin: 0 auto 9vw;
		width: 90%;
		boder: 1px solid #ddd;
	}
	#recruit_youth footer.btech h3 {
		margin-bottom: 6vw;
		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: 3.2vw;
		font-size: 1rem;
		font-weight: 400;
	}
	#recruit_youth footer.btech ul.menu_btech {
		margin: 0 auto;
		width: 60%;
	}
	#recruit_youth footer.btech ul.menu_btech li {
		margin-bottom: 6vw;
		width: 100%;
	}
	#recruit_youth footer.btech ul.menu_btech li:last-child {
		margin-bottom: 0;
	}
	#recruit_youth footer.btech ul.menu_btech li a {
		display: block;
		padding: 3vw;
		width: 100%;
		color: #fff;
		font-size: 1rem;
		text-align: center;
		text-decoration: none;
		background-color: #000;
		border-radius: 12vw;
		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: 12vw auto 0;
		width: 70%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
	}
	#recruit_youth footer.btech ul.menu_factory li {
		margin-bottom: 6vw;
		width: 100%;
	}
	#recruit_youth footer.btech ul.menu_factory li:last-child {
		margin-bottom: 0;
	}
	#recruit_youth footer.btech ul.menu_factory li a {
		display: block;
		padding: 3.2vw;
		width: 100%;
		color: #fff;
		font-size: 1.2rem;
		text-align: center;
		text-decoration: none;
		background-color: #fbd366;
		background-color: #f8b500;
		border-radius: 12vw;
		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: 6vw;
		bottom: 6vw;
		font-size: 9.6vw;
		width: 9.6vw;
		height: 9.6vw;
		overflow: hidden;
		color: #fff;
		/* color: #635428; */
		background: #000;
		padding: 1.2vw;
		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: 6vw;
		left: 50%;
		transform: translateX(-50%);
		font-size: 9.6vw;
		color: #fff;
		background: #000;
		padding: 1.2vw;
		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);}
	} */
	
}
