@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(./reset.css);
@import url(./gmanu.css);

/*------------------------------------------------------------
#suntory_contents #internship_base common
------------------------------------------------------------ */
#suntory_contents {
	font-family: 'Noto Sans Japanese', "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #393636;
}

#suntory_contents * {
	box-sizing: border-box;
	line-height: 1;
	padding: 0;
	margin: 0;
}

#suntory_contents ul,
#suntory_contents ol,
#suntory_contents li {
	list-style: none;
	position: relative;
}

#suntory_contents a {
	text-decoration: none;
}

#suntory_contents section a {
	color: #393636;
}

/*ページトップ*/
#pagetop {
	position: fixed;
	left: 50%;
}

#pagetop_stoper a#pagetop2,
#pagetop a {
	display: block;
	background: url(../img/pagetop.png) no-repeat center center /contain;
	transition: all 0.3s ease;
}

#pagetop a {
	opacity: 0;
}

#pagetop.on a {
	opacity: 1;
}

#pagetop_stoper a#pagetop2 span,
#pagetop span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	color: #fff;
}



@media screen and (min-width: 768px) {


	/*--------------------------------------------
PC setting
--------------------------------------------*/
	.pc_item,
	.-pc-item {
		display: block !important;
	}

	.sp_item,
	.-sp-item {
		display: none !important;
	}

	#suntory_contents a {
		transition: all 0.3s ease;
	}

	#suntory_contents section a:hover {
		color: #007AB8;
		text-decoration: underline;
	}

	/*パンくず*/
	#suntory_contents #breadcrumbs {
		width: 1164px;
		margin: 0 auto;
	}

	#suntory_contents #breadcrumbs ol {
		padding: 10px 0;
	}

	#suntory_contents #breadcrumbs ol li {
		display: inline-block;
		font-size: 12px;
		color: #333;
		margin-right: 7px;
	}

	#suntory_contents #breadcrumbs ol li+li::before {
		content: "\FF1E";
		font-size: 12px;
		margin-right: 7px;
	}

	#suntory_contents #breadcrumbs ol li a {
		display: inline-block;
		color: #2d8fc1;
		text-decoration: none;
		line-height: 1;
	}

	#suntory_contents #breadcrumbs ol li a:hover {
		opacity: 0.6;
	}


	/*下部共通リンク*/
	#link_banner {
		text-align: center;
		padding: 50px 0 0 0;
	}

	#link_banner ul {
		display: block;
		width: 740px;
		height: 392px;
		position: relative;
		margin: 0 auto 0 auto;
	}

	#link_banner ul li {
		position: absolute;
	}

	#link_banner ul li a {
		display: block;
		color: #FFF;
		font-size: 24px;
		position: relative;
	}

	#link_banner ul li a:after {
		content: url(../img/2019/link_arrow.png);
		position: absolute;
		right: 10px;
		bottom: 9px;
	}

	#link_banner ul li a span {
		font-weight: bold;
		line-height: 160%;
		display: block;
	}

	#link_banner ul li:nth-of-type(1) {
		left: 0px;
		top: 0px;
	}

	#link_banner ul li:nth-of-type(1) a {
		width: 740px;
		height: 130px;
		background: url(../img/2019/linkbanner_1.png);
	}

	#link_banner ul li:nth-of-type(1) a span {
		padding-top: 45px;
		text-align: center;
	}

	#link_banner ul li:nth-of-type(2) {
		left: 0px;
		top: 170px;
	}

	#link_banner ul li:nth-of-type(2) a {
		width: 220px;
		height: 220px;
		background: url(../img/2019/linkbanner_2.png);
	}

	#link_banner ul li:nth-of-type(2) a span {
		padding-top: 90px;
		text-align: center;
	}

	#link_banner ul li:nth-of-type(3) {
		left: 260px;
		top: 170px;
	}

	#link_banner ul li:nth-of-type(3) a {
		width: 220px;
		height: 220px;
		background: url(../img/2019/linkbanner_3.png);
	}

	#link_banner ul li:nth-of-type(3) a span {
		padding-top: 90px;
		text-align: center;
	}

	#link_banner ul li:nth-of-type(4) {
		left: 520px;
		top: 170px;
	}

	#link_banner ul li:nth-of-type(4) a {
		width: 220px;
		height: 220px;
		background: url(../img/2019/linkbanner_4.png);
	}

	#link_banner ul li:nth-of-type(4) a span {
		padding-top: 66px;
		text-align: center;
	}

	#suntory_contents #link_banner a:hover {
		opacity: 0.6;
	}

	/*ページトップ*/
	#pagetop_stoper {
		height: 140px;
		margin-top: 12px;
		position: relative;
	}

	#pagetop {
		margin-left: 450px;
		bottom: 40px;
	}

	#pagetop_stoper a#pagetop2 {
		position: absolute;
		margin-left: 450px;
		left: 50%;
		top: 0px;
	}

	#pagetop_stoper a#pagetop2,
	#pagetop a {
		width: 100px;
		height: 100px;
	}

	#pagetop.on:hover a {
		opacity: 0.6;
	}

}

@media screen and (max-width: 767px) {

	/*--------------------------------------------
SP setting
--------------------------------------------*/
	.pc_item,
	.-pc-item {
		display: none !important;
	}

	.sp_item,
	.-sp-item {
		display: block !important;
	}

	#suntory_contents a {
		text-decoration: underline;
	}

	/*パンくず*/
	#breadcrumbs {
		display: none;
	}

	#link_banner {
		padding: 4vw;
	}

	#link_banner ul {
		display: block;
		width: 100%;
		overflow: hidden;
	}

	#link_banner ul li {
		width: 32%;
		height: auto;
		margin-right: 2%;
		float: left;
	}

	#link_banner ul li a {
		display: block;
		color: #FFF;
		font-size: 4.26vw;
		position: relative;
		height: 27vw;
	}

	#link_banner ul li a:after {
		content: "";
		background: url(../img/2019/link_arrow.png);
		background-size: 4.13vw 3.6vw;
		width: 4.13vw;
		height: 3.6vw;
		position: absolute;
		right: 1.3vw;
		bottom: 2.13vw;
	}

	#link_banner ul li a span {
		font-weight: bold;
		line-height: 140%;
		display: block;
		text-align: center;
	}

	#link_banner ul li:nth-of-type(1) {
		width: 100%;
		margin-bottom: 4%;
	}

	#link_banner ul li:nth-of-type(1) a {
		width: 100%;
		height: 22.6vw;
		background: url(../img/2019/linkbanner_1_sp.png);
		background-size: contain;
	}

	#link_banner ul li:nth-of-type(1) a span {
		padding-top: 9.3vw;
		text-align: center;
	}

	#link_banner ul li:nth-of-type(2) a {
		background: url(/recruit/challenge/img/2019/linkbanner_2_sp.png);
		background-size: contain;
	}

	#link_banner ul li:nth-of-type(2) a span {
		padding-top: 12.26vw;
		text-align: center;
	}

	#link_banner ul li:nth-of-type(3) a {
		background: url(../img/2019/linkbanner_3_sp.png);
		background-size: contain;
	}

	#link_banner ul li:nth-of-type(3) a span {
		padding-top: 12.26vw;
		text-align: center;
	}

	#link_banner ul li:nth-of-type(4) {
		margin-right: 0;
	}

	#link_banner ul li:nth-of-type(4) a {
		background: url(../img/2019/linkbanner_4_sp.png);
		background-size: contain;
	}

	#link_banner ul li:nth-of-type(4) a span {
		padding-top: 8vw;
		text-align: center;
	}

	/*ページトップ*/
	#pagetop_stoper {
		margin: 4vw 0 0;
		height: 20vw;
	}

	#pagetop {
		margin-left: 25.3vw;
		bottom: 2.6vw;
	}

	#pagetop2 {
		margin-left: auto;
	}

	#pagetop_stoper a#pagetop2,
	#pagetop a {
		width: 20vw;
		height: 20vw;
	}

}