@charset "UTF-8";
/* Title */

/* btn_red */
a.btn_red {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	background-color: var(--fcolor);
	border-radius: .5em;
	padding: .7em 4.3em .8em 3.5em;
}
a.btn_red span {
	position: relative;
}
a.btn_red span::after {
	content: '';
	border-block-start: 2px solid #fff;
	border-inline-end: 2px solid #fff;
	inline-size: .5em;
	block-size: .5em;
	position: absolute;
	inset: 55% -.9em auto auto;
	transform: translateY(-50%) rotate(50deg) ;
	transition: all 300ms 0s ease;
}
a.btn_red:hover span::after {
	inset: 55% -1.2em auto auto;
}
a.btn_red:hover {
	text-decoration: none;
}

/* トップページへ戻る */
a.btn_back_top {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	color: #000;
	text-align: center;
	border: 1px solid var(--fcolor);
	border-radius: .5em;
	padding: .6em 3em .6em 4em;
 }
 a.btn_back_top:hover {
 	text-decoration: none;
 }
a.btn_back_top span {
	position: relative;
}
a.btn_back_top span::after {
	content: '';
	border-block-start: 2px solid var(--fcolor);
	border-inline-end: 2px solid var(--fcolor);
	inline-size: .5em;
	block-size: .5em;
	position: absolute;
	inset: 55% auto auto -1.2em;
	transform: translateY(-50%) rotate(225deg) ;
	transition: all 300ms 0s ease;	
}
a.btn_back_top:hover span::after {
	inset: 55% auto auto -1.5em;
}

/* エントリーボタン */
a.btn_entry {
	font-family: "League Spartan", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0;
	color: #fff;
	text-align: center;
	background-color: var(--fcolor);
	border-radius: .3em;
	padding: .8em 3em .6em;
	transition: all 300ms 0s ease;
}
a.btn_entry:hover {
	text-decoration: none;
	opacity: 0.85;
}

/* アバウトボタン */
a.btn_about {
	font-family: "League Spartan", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0;
	color: var(--fcolor);
	text-align: center;
	background-color: #fff;
	border: 1px solid var(--fcolor);
	border-radius: .3em;
	padding: .8em 3em .6em;
	transition: all 300ms 0s ease;
}
a.btn_about:hover {
	text-decoration: none;
	opacity: 0.85;
}

/* 代表者インタビューのボタン */
#pageRecruit #about_cb_rec #interview .links div a {
	padding: .8em 1.8em .6em;
}




@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */



/* end of media query(iphone6) */	
}





@media handheld, print, screen and (min-width: 480px) {

/* btn_red */
a.btn_red {
	font-size: 16px;
}

/* トップページへ戻る */
a.btn_back_top {
	font-size: 16px;
}

/* エントリーボタン */
a.btn_entry {
	font-size: 24px;
}
/* アバウトボタン */
a.btn_about {
	font-size: 24px;
}

/* 代表者インタビューのボタン */
#pageRecruit #about_cb_rec #interview .links div a {
	padding: .8em 3em .6em;
}

/* end of media query */	
}

@media handheld, print, screen and (min-width: 620px) {

/* btn_red */
a.btn_red {
	font-size: 17px;
}

/* トップページへ戻る */
a.btn_back_top {
	font-size: 17px;
}

/* エントリーボタン */
a.btn_entry {
	font-size: 26px;
}
/* アバウトボタン */
a.btn_about {
	font-size: 26px;
}

/* end of media query */	
}






@media handheld, print, screen and (min-width: 900px) {

/* btn_red */
a.btn_red {
	font-size: 18px;
}

/* トップページへ戻る */
a.btn_back_top {
	font-size: 18px;
}

/* エントリーボタン */
a.btn_entry {
	font-size: 30px;
}
/* アバウトボタン */
a.btn_about {
	font-size: 30px;
}

/* end of media query */
}