@charset "utf-8";


/*------------------------------------------------------------
	
	
	top.css


------------------------------------------------------------*/



/*------------------------------------------------------------
	共通：レイアウト調整
------------------------------------------------------------*/

#wrapper {
	padding-top: 0;
}

header {
	background: none;
}

header.is-scrolled,
header:hover {
	background: #fff;
}



/*------------------------------------------------------------
	共通：見出し
------------------------------------------------------------*/

hgroup {
	position: relative;
	margin-bottom: 10px;
}

#interview-area hgroup,
#recruit-area hgroup,
#faq-area hgroup {
	margin-bottom: 20px;
}

@media only screen and (min-width: 813px) {
	
	hgroup {
		margin-bottom: 20px;
	}
	
	#interview-area hgroup,
	#recruit-area hgroup,
	#faq-area hgroup {
		margin-bottom: 30px;
	}
	
}


hgroup h3 {
	font-size: 4vw;
	font-family: "heisei-mincho-std", serif;
	line-height: 1;
	color: #593D32;
	text-align: center;
	margin-bottom: 10px;
}

hgroup h3 + p.sub-ttl {
	font: 800 12vw/1 'abril-display';
	color: #593D32;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	
	hgroup h3 {
		font-size: 1.8rem;
		margin-bottom: 25px;
	}
	
	hgroup h3 + p.sub-ttl {
		font-size: 7rem;
		letter-spacing: 8px;
	}
	
}



/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/

#main-vis-area {
	width: 100%;
	height: 100%;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}

#main-vis-area #main-vis {
	display: block;
	width: 100%;
	height: 100vh;
	position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 769px) {
	
	#main-vis-area {
		margin-bottom: 120px;
	}
			
	#main-vis-area #main-vis {
		min-width: 1200px;
		min-height: 760px;
	}
	
}


#main-vis-area #main-vis .main-copy {
	width: 100%;
	height: 140px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 20;
}



@media only screen and (min-width: 769px) {
	
	#main-vis-area #main-vis .main-copy {
		height: 250px;
		letter-spacing: 5px;
	}
	
}


.main-copy h1 {
	font: 600 8vw/2 "heisei-mincho-std";00;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 15px rgba(0,0,0,0.80);
}

.main-copy h1 span {
	border: 3px solid #fff;
	margin-right: 10px;
}

.main-copy h1 span {
	display: inline-block;
	background: url(../img/top/happy.svg) center center / contain no-repeat;
	width: 26vw;
	height: 16vw;
	text-indent: -99999px;
	position: relative;
}

@media only screen and (min-width: 769px) {
	
	.main-copy h1 {
		font-size: 5rem;
	}

	.main-copy h1 span {
		width: 150px;
		height: 84px;
		top: 8px;
	}
	
}



/*------------------------------------------------------------
	導入
------------------------------------------------------------*/

.conts-box-center {
	position: relative;
}

.conts-box-center img {
	width: 30vw;
	margin: 0 auto 20px;	
}

@media only screen and (min-width: 813px) {
	
	.conts-box-center img {
		width: 180px;
		margin-bottom: 35px;
	}
	
}

.conts-box-center .img-box {
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 21.15vw;
	height: 21.15vw;
	margin: 25px 1.8vw 0 0;
}

.conts-box-center .img-box:nth-child(4) {
	margin-right: 0;
}

.conts-box-center .img-box.img-01 {
	background-image: url(../img/top/img_01_01.jpg);
}

.conts-box-center .img-box.img-02 {
	background-image: url(../img/top/img_01_02.jpg);
}

.conts-box-center .img-box.img-03 {
	background-image: url(../img/top/img_01_03.jpg);
}

.conts-box-center .img-box.img-04 {
	background-image: url(../img/top/img_01_04.jpg);
}

@media only screen and (min-width: 813px) {
	
	.conts-box-center .img-box {
		position: absolute;
	}

	.conts-box-center .img-box.img-01 {
		width: 260px;
		height: 170px;
		top: 90px;
		left: 60px;
	}
	
	.conts-box-center .img-box.img-02 {
		width: 330px;
		height: 270px;
		top: 70px;
		right: 40px;
	}
	
	.conts-box-center .img-box.img-03 {	
		width: 230px;
		height: 150px;
		top: 350px;
		left: 120px;
	}
	
	.conts-box-center .img-box.img-04 {
		width: 202px;
		height: 165px;
		top: 400px;
		right: 100px;
	}
	
	
}

/*------------------------------------------------------------
	小川軒を知る
------------------------------------------------------------*/

/*

@media only screen and (min-width: 813px) {
	
	#about-area.conts-box-wide {
	    margin-bottom: 140px;
	}
	
}
*/


#about-area figure {
}

#about-area figure .video-holder {
	width: 95vw;
	height: 70vw;
	overflow: hidden;
	position: relative;
}

#about-area figure video {
	width: 534px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media only screen and (min-width: 813px) {
	
	#about-area figure .video-holder {
		width: 100%;
		height: 100%;
	}
	
	#about-area figure video {
		width: auto;
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
	
}


/*------------------------------------------------------------
	小川軒の歴史
------------------------------------------------------------*/

/*
@media only screen and (min-width: 813px) {
	
	#history-area.conts-box-wide {
	    margin-bottom: 120px;
	}
	
}
*/

#history-area .img-box {
	background: url(../img/top/img_02_01.jpg) center center / cover no-repeat;
}

#history-area .img-box-small {
	background: url(../img/top/img_02_02.jpg) center center / cover no-repeat;
}



/*------------------------------------------------------------
	小川軒で働く
------------------------------------------------------------*/

#work-area .img-box {
	background: url(../img/top/img_03_01.jpg) center center / cover no-repeat;
}



/*------------------------------------------------------------
	インタビュー
------------------------------------------------------------*/

#interview-area {
	margin-bottom: 60px;
	position: relative;
}

#interview-area:before {
	content: '';
	display: block;
	background-image: linear-gradient(99deg, #EBE4DD 0%, #D3C5B9 100%);
	width: 60px;
	height: 150px;
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 0;
}

@media only screen and (min-width: 813px) {
	
	#interview-area {
		margin-bottom: 120px;
	}
	
	#interview-area:before {
		width: 20%;
		height: 40%;
	}
	
}


#interview-area article:not(:last-child) {
	margin-bottom: 30px;
}

#interview-area article .one-half {
	position: relative;
}

@media only screen and (min-width: 813px) {
	
	#interview-area article figure {
		overflow: hidden;
	}
	
	#interview-area article img {
		transition:0.3s ease-in-out;
	}
	
	#interview-area article img:hover {
			transform:scale(1.05,1.05);
			opacity:0.9;
	}

}



#interview-area article dl {
	display: inline-block;
	position: relative;
	margin-top: 10px;
/*
	left: 50%;
	transform: translateX(-50%);
*/
}

@media only screen and (min-width: 813px) {
	
	#interview-area article dl {
		top: 50%;
/* 		left: auto; */
		transform: translateY(-50%);
	}
}

#interview-area article dl dt {
    display: inline-block;
	font-size: 3.9vw;
	line-height: 1.8;
	margin-bottom: 10px;
	padding: 0 1.2em;
	position: relative;
}

#interview-area article dl dt:before,
#interview-area article dl dt:after {
	font-family: 'font awesome 6 pro';
	font-weight: bold;
	position: absolute;
	color: #D3C5B9;
	
}

#interview-area article dl dt:before {
	content: '\f10d';
	top: -10px;
	left: 0;
}

#interview-area article dl dt:after {
	content: '\f10e';
	bottom: -10px;
	right: 0;
}

#interview-area article dl dt a {
	font-weight: 600;
	color: #593D32;
}

@media only screen and (min-width: 813px) {
	
	#interview-area article dl dt {
		font-size: 2.4rem;
		padding: 0 1em;
		margin-bottom: 20px;
	}
	
	#interview-area article dl dt:before {
		top: -20px;
	}
	
	#interview-area article dl dt:after {
		bottom: -20px;
	}
	
}

#interview-area article dl dd {
	font-size: 1.1rem;
/* 	text-align: center; */
	color: #6c6c6c;
	padding-left: 4.8vw;
}

@media only screen and (min-width: 813px) {
	
	#interview-area article dl dd {
		font-size: 1.4rem;
		text-align: left;
		padding-left: 2em;
	}

}


/*------------------------------------------------------------
	採用情報
------------------------------------------------------------*/

#recruit-area {
	padding: 35px 0 55px;
	margin-bottom: 50px;
	position: relative;
}

#recruit-area:before {
	content: '';
	display: block;
	background-image: linear-gradient(99deg, #EBE4DD 0%, #D3C5B9 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

@media only screen and (min-width: 813px) {
	
	#recruit-area {
		padding: 60px 0 0;
		margin-bottom: 120px;
		position: relative;
	}
	
	#recruit-area:before {
		height: 400px;
	}
		
}

#recruit-area .one-third {
	background: #fff;
	width: 90%;
	text-align: center;
	padding: 20px 15px;
	margin: 0 auto 30px;
	box-shadow: 0 0 15px 0 rgba(100,87,77,0.20);
	position: relative;
	z-index: 1;
}

#recruit-area .one-third:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 813px) {
	
	#recruit-area .one-third {
		width: 30%;
		padding: 30px 20px;
		margin: 0 5% 0 0;
	}
	
	#recruit-area .one-third:last-child {
		margin-right: 0;
	}
	
}

#recruit-area .one-third img {
	width: 70%;
	margin: 0 auto;
}

@media only screen and (min-width: 813px) {
	
	#recruit-area .one-third img {
		width: 240px;
		margin: 0 auto;
		transition:0.3s ease-in-out;
	}
	
	#recruit-area .one-third img:hover {
		opacity:0.7;
	}
	
}


#recruit-area .one-third dl {
	margin: 5px 0 12px;
}

#recruit-area .one-third dl dt {
	font-size: 5vw;
	font-family: "heisei-mincho-std", serif;
	color: #654336;
    margin-bottom: 5px;
}

#recruit-area .one-third dl dd {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	color: #654336;
}

@media only screen and (min-width: 813px) {
	
	#recruit-area .one-third dl {
		margin: 10px 0 20px;
	}
	
	#recruit-area .one-third dl dt {
		font-size: 2.1rem;
		color: #654336;
	}
	
}


#recruit-area .one-third p {
	font-size: 1.3rem;
	color: #4C4C4C;
	margin-bottom: 10px;
}

@media only screen and (min-width: 813px) {
	
	#recruit-area .one-third p {
		margin-bottom: 20px;
	}

}

#recruit-area .one-third .link-external {
	font-size: 1.6rem;
	font-weight: 600;
	color: #593D32;
	position: relative;
	text-decoration: underline;
}

/*
#recruit-area .one-third .link-external:after {
	content: '';
	display: block;
	background: url(../img/common/icon-external.svg) center center / contain no-repeat;
	width: 17px;
	height: 14px;
	position: absolute;
	top: 5px;
	right: -24px;
}
*/

#recruit-area .one-third .link-external:hover {
	color: #74594E;
}


/*------------------------------------------------------------
	よくある質問
------------------------------------------------------------*/

#faq-area {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (min-width: 813px) {
	
	#faq-area {
		max-width: 900px;
	}
	
}

#faq-area dl {
	border-top: 1px solid #ccc;
	padding: 20px 0 20px 30px;
}

#faq-area dl:last-child {
	border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 813px) {
	
	#faq-area dl {
		padding: 30px 30px 30px 60px;
	}

}

#faq-area dl dt {
	font-size: 1.4rem;
	font-weight: 500;
	position: relative;
}

#faq-area dl dt:hover {
	text-decoration: underline;
	cursor: pointer;
}

#faq-area dl dt:before,
#faq-area dl dd:before {
	content: 'Q.';
	font: 800 1.8rem/1 'abril-display';
	position: absolute;
    top: 5px;
    left: -25px;
}

#faq-area dl dt:after {
	content: '\f105';
	font-size: 1.6rem;
	font-family: 'font awesome 6 pro';
	font-weight: 300;
	position: absolute;
	top: 0;
	right: 10px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear; 
 }
  
#faq-area dl dt.active:after {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg); 
	top: 0;
	right: 10px;
}

#faq-area dl dd {
	display: none;
	background: #EBE4DD;
	font-size: 1.3rem;
    margin-top: 15px;
    padding: 10px 15px;
	position: relative;
}

#faq-area dl dd:before {
	content: 'A.';
	color: #D3B9A2;
}

@media only screen and (min-width: 813px) {
	
	#faq-area dl dt {
		font-size: 1.6rem;
	}
	
	#faq-area dl dd {
		font-size: 1.4rem;
		margin-top: 20px;
		padding: 20px 30px;
	}
	
	#faq-area dl dt:before,
	#faq-area dl dd:before {
		font-size: 2.5rem;
		top: 3px;
		left: -40px;
	}

}


/*よくある質問一覧へ*/
#recruit-area .button,
#faq-area .button {
	background: none;
	margin: 30px auto 0;
}

#faq-area .button:before {
	content: '';
	background: url(../img/common/icon-external.svg) center center / contain no-repeat;
	width: 17px;
	height: 14px;
}

#faq-area .button:hover:before {
	background-image: url(../img/common/icon-external-wht.svg);
}

@media only screen and (min-width: 813px) {

	recruit-area .button,
	#faq-area .button {
		margin: 60px auto 0;
	}

}
