@charset 'utf-8';

/* reset
------------------------------------------------ */
body,div,pre,p,a,img,form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,
figure,figcaption,picture {
	margin: 0;
	padding: 0;
}
html { height: 100%; font-size: 62.5%; }
body {
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
/* 	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif; */
	font-family: 'Helvetica Neue', Helvetica, Arial, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'YuGothic M', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #231815;
}

*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; letter-spacing: .12em; }

ul,ol { list-style: none; }
img { width: auto; height: auto; max-width: 100%; border: none; vertical-align: top; }
picture { display: block; position: relative; }
a { text-decoration: none; color: #231815; }
a:hover { text-decoration: none; }

.device--click button,
.device--click input[type=submit],
.device--click input[type=image],
.device--click a { transition: ease .3s; }

.device--click button:hover,
.device--click input[type=submit]:hover,
.device--click input[type=image]:hover,
.device--click a:hover { opacity: .8; }

.fMin { font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif; }

/* clearfix
------------------------------------------------ */
.clearfix { clear: both; *zoom: 1; }
.clearfix:before,.clearfix:after { content: ' '; display: table; }
.clearfix:after { clear: both; }

/* container
------------------------------------------------ */
#container { position: relative; width: 100%; }

.wrap { position: relative; margin: 0 auto; }

@media screen and (min-width: 769px) {
	.visible--pc { display: block !important; }
	.visible--sp { display: none !important; }

	.wrap { padding: 0 20px; max-width: 1058px; }
}

@media screen and (max-width: 768px) {
	.visible--pc { display: none !important; }
	.visible--sp { display: block !important; }
}

/* header
------------------------------------------------ */
#header { position: fixed; top: 0; left: 0; padding-top: 34px; width: 100%; height: 180px; background: #fff; z-index: 10; }
#gnav {}

.header--logo { position: relative; margin: 0 auto; width: 260px; height: 56px; z-index: 5; }
.header--logo a { display: block; width: 100%; height: 100%; }
.gnav__links {}
.gnav__links--item { font-size: 1.4rem; font-weight: bold; line-height: 1.2; }
.gnav__links--item a { display: inline-block; vertical-align: top; }
.gnav__sns {}
.gnav__sns--item { width: 24px; height: 24px; }
.gnav__sns--item a { display: block; width: 100%; height: 100%; }
.header--menu { position: absolute; top: 22px; right: 20px; width: 22px; height: 22px; z-index: 5; }
.header--menu a,
.header--menu span { position: absolute; top: 0; width: 0; width: 100%; height: 100%; }
.header--menu span { text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.header--menu a:after,
.header--menu span:before,
.header--menu span:after { content: ''; position: absolute; left: 0; transition: ease .3s; width: 100%; height: 2px; background: #000; }
.header--menu a:after { top: 4px; }
.header--menu span:before { top: 10px; }
.header--menu span:after { top: 16px; }
.header--menu a.active:after { display: none; }
.header--menu a.active span:before,
.header--menu a.active span:after { top: 10px; background: #fff; }
.header--menu a.active span:before { transform: rotate(45deg); }
.header--menu a.active span:after { transform: rotate(-45deg); }

#header,
.header--logo,
.gnav__links__sns { transition: ease .3s; }

@media screen and (min-width: 769px) {
	#gnav { display: block !important; position: absolute; top: 0; left: 0; width: 100%; height: 100% !important; }
	.gnav__links__sns { display: flex; justify-content: center; align-items: center; position: absolute; bottom: 30px; left: 0; width: 100%; }
	.gnav__links { display: flex; justify-content: center; }
	/*
	.gnav__links--item:after,
	.gnav__links--item:first-child:before { content: '｜'; display: inline-block; vertical-align: middle; }
	*/
	.gnav__links--item a { padding: 0 .4em; }
	.gnav__links--item .en { display: none; }
	.gnav__sns { display: flex; justify-content: center; margin-left: 24px; }
	.gnav__sns--item { margin-left: 24px; }
	.gnav__sns--item:first-child { margin-left: 0; }
	.gnav--recruit { position: absolute; top: 0; right: 22px; width: 196px; text-align: center; }
	.gnav--recruit a { display: block; }
	.gnav--recruit a .en,
	.gnav--recruit a .ja { display: block; position: relative; transition: ease .3s; }
	.gnav--recruit a .en { padding: 14px 0 8px; background: #c3996d; font-size: 1rem; line-height: 1.2; color: #fff; }
	.gnav--recruit a .en img { width: 82px; }
	.gnav--recruit a .ja { padding: 10px 0; background: #e20012; font-size: 1.524rem; color: #fff; }
	.gnav--recruit a .ja:after { content: ''; position: absolute; bottom: -14px; left: 0; width: 0; height: 0; border: solid transparent 98px; border-top-color: #e20012; border-top-width: 14px; border-bottom: none; overflow: hidden; }
	.device--click .gnav--recruit a:hover .en { padding: 24px 0 18px; }
	.header--menu { display: none; }

	.body--header--fixed #header { height: 84px; }
	.body--header--fixed .header--logo { position: absolute; top: 23px; left: 50%; margin-left: -320px; width: 120px; }
	.body--header--fixed .gnav__links__sns { left: 120px; bottom: 36px; width: calc(100% - 120px); }

}

@media screen and (max-width: 1040px) and (min-width: 769px) {
	.body--header--fixed .header--logo { left: 20px; margin-left: 0; }
	.body--header--fixed .gnav__links__sns { left: 160px; width: auto; }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
	.gnav__links--item { font-size: 1.2rem; }
	.gnav__links--item a { padding: 0 .2em; }
}

@media screen and (max-width: 768px) {
	#header { padding-top: 14px; height: 54px; }
	#gnav { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100vh; background: #f00; z-index: 5; }
	.header--logo { width: 130px; height: 28px; }
	.gnav__sns { display: none; } 
	.gnav__links { padding-top: 72px; }
	.gnav__links--item { margin-bottom: 28px; text-align: center; }
	.gnav__links--item a,
	.gnav--recruit a { color: #fff; }
	.gnav__links--item .en,
	.gnav__links--item .ja,
	.gnav--recruit .en,
	.gnav--recruit .ja { display: block; }
	.gnav__links--item .en,
	.gnav--recruit .en { font-size: 1.8rem; font-weight: bold; }
	.gnav__links--item .ja,
	.gnav--recruit .ja { font-size: 1.4rem; }
	.gnav--recruit { text-align: center; }
}

/* main
------------------------------------------------ */
#main { display: block; position: relative; padding-top: 180px; width: 100%; }

/* title */
.title--1 { position: relative; margin: 0 auto 80px; text-align: center; font-size: 1rem; font-weight: normal; line-height: 1.2; color: #c49c62; }
.title--2 { position: relative; font-size: 1rem; font-weight: normal; line-height: 1.2; }
.title--2 .en,
.title--2 .ja { display: block; }
.title--2 .en {}
.title--2 .ja { margin-top: 16px; font-size: 1.6rem; }
.title--3 { position: relative; font-size: 1rem; font-weight: normal; line-height: 1.2; }
.title--3 .en,
.title--3 .ja { display: inline-block; vertical-align: bottom; }
.title--3 .en {}
.title--3 .ja { margin-left: 14px; font-size: 1.6rem; }

/* btn */
.btn--1 { position: relative; margin: 74px auto 0; max-width: 546px; height: 72px; background: #000; text-align: center; font-size: 2.848rem; line-height: 1.2; }
.btn--1 a { display: block; position: absolute; top: 0; right: 0; padding-top: 20px; width: 100%; height: 100%; background: #e20012; color: #fff; z-index: 2; }
.device--click .btn--1 a:hover { top: -4px; right: -4px; opacity: 1; }

/* interview__finalist */
.interview__finalist { padding-top: 52px; }
.interview__finalist--title { margin-bottom: 14px; padding: 8px 14px 6px; background: rgba(227,0,18); font-size: 1.9rem; font-weight: normal; line-height: 1.2; color: #fff; }
.interview__finalist__lists {}
.interview__finalist--item { position: relative; }
.interview__finalist--item > a { display: block; position: relative; width: 100%; }
.interview__finalist--photo { position: relative; background: #000; }
.interview__finalist--photo > img { position: relative; z-index: 1; }
.interview__finalist--photo .icon { position: absolute; top: 0; left: 0; width: 100%; z-index: 2; }
.interview__finalist__info { background: #000; color: #fff; }
.interview__finalist--shop { font-size: 1.146rem; }
.interview__finalist--name { margin-left: 5px; font-size: 2.293rem; }
.interview__finalist--more { position: absolute; }
.interview__finalist--more span {}
.interview__finalist--more i { display: block; position: absolute; top: 0; right: 0; }
.interview__finalist--more i img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 32px; }
.interview__finalist--prize { margin-top: 18px; text-align: center; font-size: 1.8rem; font-weight: bold; color: #c3996d; }

/* block */
.block__recruit { position: relative; padding: 68px 0 130px; background: #fff; }
.block__recruit .title--1 { width: 204px; }
.block__recruit--text { text-align: center; font-size: 2rem; }

.block__gallery { position: relative; padding-top: 85px; }
.block__gallery .title--1 { width: 215px; }
.block__gallery__content { position: relative; }
.block__gallery__info { display: flex; align-items: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); padding: 42px 0 42px 40px; width: 482px; background: rgba(226,0,18,.8); z-index: 2; }
.block__gallery__info .icon { display: block; width: 62px; height: 62px; }
.block__gallery--text { margin-left: 30px; width: calc(100% - 92px); font-size: 1.8rem; color: #fff; }
.block__gallery__lists { position: relative; z-index: 1; }
.block__gallery__lists--item { position: relative; float: left; }
.block__gallery__lists--item > a { display: block; width: 100%; }
.block__gallery__lists--photo { position: relative; z-index: 1; }
.block__gallery__lists--text { display: flex; align-items: center; position: absolute; top: 0; left: 0; transition: ease .3s; padding: 0 28px; width: 100%; height: 100%; background: rgba(195,153,109,.9); font-size: 1.4rem; color: #fff; opacity: 0; z-index: 2; }
.device--click .block__gallery__lists--item > a:hover { opacity: 1; }
.device--click .block__gallery__lists--item > a:hover .block__gallery__lists--text { opacity: 1; }

/* topipath */
.topicpath { display: flex; margin-bottom: 15px; }
.topicpath--item { font-size: 1.2rem; line-height: 1.2; }
.topicpath--item:after { content: '＞'; display: inline-block; padding: 0 .4em; vertical-align: top; }
.topicpath--item:last-child:after { display: none; }
.topicpath--item a { text-decoration: underline; color: #0071bc; }

@media screen and (min-width: 769px) {
	/* block */
	.block__gallery__lists--item { width: 20%; }
	.block__gallery__lists--item:nth-of-type(5n+1) { clear: both; }

	/* interview__finalist */
	.interview__finalist__lists { display: flex; flex-wrap: wrap; }
	.interview__finalist--item { margin: 2.25933202355% 2.25933202355% 0 0; width: 31.8271119843%; }
	.interview__finalist--item:nth-of-type(-n+3) { margin-top: 0; }
	.interview__finalist--item:nth-of-type(3n) { margin-right: 0; }
	.interview__finalist--photo > img { transition: ease-out .3s; }
	.interview__finalist__info { position: absolute; bottom: 0; left: 0; padding: 12px 72px 0 14px; width: 100%; height: 72px; z-index: 2; }
	.interview__finalist__info:after { content: ''; position: absolute; top: 0; right: 0; transition: ease-out .3s; width: 72px; height: 100%; background: #c3996d; z-index: -1; }
	.interview__finalist--more { top: 0; right: 0; padding-bottom: 72px; width: 72px; height: 0; overflow: hidden; }
	.interview__finalist--more span { display: none; }
	.interview__finalist--more i { width: 100%; height: 100%; background: #c3996d; }

	.device--click .interview__finalist--item > a:hover { opacity: 1; }
	.device--click .interview__finalist--item > a:hover .interview__finalist--photo > img { opacity: .6; }
	.device--click .interview__finalist--item > a:hover .interview__finalist__info:after { width: 100%; }

}

@media screen and (max-width: 768px) {
	#main { padding-top: 54px; }

	/* title */
	.title--1 { margin-bottom: 26px; }
	.title--2 { text-align: center; }
	.title--2 .en { margin: 0 auto; }
	.title--2 .ja { margin-top: 12px; font-size: 1.3rem; }
	.title--3 { position: relative; font-size: 1rem; font-weight: normal; line-height: 1.2; }
	.title--3 .ja { margin-left: 6px; font-size: .9rem; }

	/* btn */
	.btn--1 { margin: 20px 45px 0; max-width: inherit; height: 32px; font-size: 1.276rem; }
	.btn--1 a { top: -2px; right: -2px; padding-top: 10px; }

	/* interview__finalist */
	.interview__finalist { padding: 36px 10px 0; }
	.interview__finalist--title { margin-bottom: 10px; padding: 10px; text-align: center; font-size: 1.2rem; }
	.interview__finalist--item { margin-top: 14px; padding-bottom: 33.3333333333%; height: 0; overflow: hidden; }
	.interview__finalist--item:first-child { margin-top: 0; }
	.interview__finalist--item > a { display: flex; position: absolute; top: 0; left: 0; height: 100%; }
	.interview__finalist--photo,
	.interview__finalist__info { width: 50%; }
	.interview__finalist--photo .icon { width: 82.803%; }
	.interview__finalist__info { position: relative; padding: 22px 6px 0 12px; background: #c59b6d; }
	.interview__finalist--shop { font-size: .7rem; }
	.interview__finalist--name { margin-left: 5px; font-size: 1.3rem; }
	.interview__finalist--more { bottom: 0; left: 0; width: 100%; height: 38px; }
	.interview__finalist--more span { display: block; padding-left: 14px; background: #988575; height: 100%; font-size: 1.25rem; line-height: 38px; }
	.interview__finalist--more i { width: 38px; height: 38px; background: #000; }
	.interview__finalist--more i img { width: 18px; }

	/* block */
	.block__recruit { padding: 36px 0 65px; }
	.block__recruit .title--1 { width: 82px; }
	.block__recruit--text { font-size: 1rem; }

	.block__gallery { padding-top: 42px; }
	.block__gallery .title--1 { width: 165px; }
	.block__gallery__info { padding: 16px 0 16px 16px; width: 180px; }
	.block__gallery__info .icon { width: 24px; height: 24px; }
	.block__gallery--text { margin-left: 10px; width: calc(100% - 34px); font-size: .6725rem; }
	.block__gallery__lists--item { width: 25%; }
	.block__gallery__lists--item:nth-of-type(4n+1) { clear: both; }
	.block__gallery__lists--item:nth-last-child(-n+2) { display: none; }
}

/* footer
------------------------------------------------ */
#footer { position: relative; padding: 70px 36px 30px; width: 100%; background: #231815; }

.footer__sns { display: flex; justify-content: center; }
.footer__sns--item { margin: 0 24px; width: 36px; height: 36px; }
.footer__sns--item a { display: block; width: 100%; height: 100%; }
.footer--copyright { margin-top: 136px; text-align: right; font-size: 1.2rem; color: #fff; }
.footer--copyright small { font-size: inherit; }

@media screen and (max-width: 768px) {
	#footer { padding: 24px 18px 14px; }
	.footer__sns--item { margin: 0 12px; width: 16px; height: 16px; }
	.footer--copyright { margin-top: 24px; text-align: right; font-size: .6rem; }
}
