@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/

/* Webフォントを定義 */
/*normal*/
@font-face {
  font-family: 'butlerstencil';
  src: url('../fonts/ButlerStencil.woff2') format('woff2');
  src: url('../fonts/ButlerStencil.woff') format('woff');
}
/*medium*/
@font-face {
  font-family: 'butlerstencil-m';
  src: url('../fonts/ButlerStencil-Medium.woff2') format('woff2');
  src: url('../fonts/ButlerStencil-Medium.woff') format('woff');
}

html{ font-size: 62.5%;}

body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	font-feature-settings: "palt";
	text-align: justify;
	background:#FFF;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

img{
	width: 100%;
	height: auto;
}
img { -ms-interpolation-mode: bicubic; }

.object-fit-img {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'
}

a{
	text-decoration: none;
	outline: none;
	transition-duration: 0.5s;
	transition-property: opacity, color;
}

a:hover{
	text-decoration: none;
	opacity: 0.7;
}



/*----DWナビゲート用----*/
.pc{}
.sp{}
.img-switch{}
.f_min{font-family: A1 Mincho, 'Zen Old Mincho', 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;}


/*ページトップ*/
.SmoothScroll_pageTop{
    text-align:right;
    position: absolute;
    top: -60px;
    right: 4%;
	z-index: 99;
	line-height: 1;
}
.SmoothScroll_pageTop a::before{
    font-family:FontAwesome;
	content: "\f106";
	font-size: 30px;
}
.SmoothScroll_pageTop a{
	background-color:#FFF;
	display:inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	border: 2px solid #736357;
	margin:10px 0;
    color:#736357;
    width:35px;
    height:35px;
    padding:0;
    text-align:center;
    line-height:26px;
}
.SmoothScroll_pageTop a span{
    display:none;
}

.wrapper {
	width: 100%;
	position: relative;
}

.hamburger_block {
	width: 100%;
	height: 1px;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}

header {
	width: 100%;
}

div#mv_block {
	width: 100%;
	line-height: 0;
	position: relative;
}

div#mv_block::after{
	content: "";
	width: 100%;
	background: url("../images/common/main_bottom.svg") no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 10;
}

main{
	width: 100%;
}

#f_contents {
	width: 100%;
	background: #f1f0ef;
}

footer{
    width: 100%;
	background: url("../images/common/f_bg.jpg") repeat;
	background-size: 97px;
	line-height: 0;
	color: #FFF;
	position: relative;
}

#modal {
	display: none;
}

body.nav_open {
	overflow: hidden;
}

div#slider_block {
	line-height: 0;
	position: relative;
}

.slider{
opacity: 0;
transition: opacity 0.3s ease;
}
.slider.slick-initialized{
opacity: 1;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 641px){
	.sp{
		display: none!important;
	}
	
	.hamburger_block {
        min-width: 1240px;
    }
	
	/*　ハンバーガーボタン　*/
    .hamburger {
      display : block;
      position: absolute;
      z-index : 9999;
      width : 50px;
      height: 50px;
      text-align: center;
	  cursor: pointer;
      top: 40px;
      right: 40px;
    }
	
    .hamburger span {
      display : block;
      position: absolute;
      width   : 50px;
      height  : 3px ;
      left    : 0;
      background : #FFF;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition   : 0.3s ease-in-out;
      transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
      top: 0;
    }
    .hamburger span:nth-child(2) {
      top: 15px;
    }
    .hamburger span:nth-child(3) {
      top: 32px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
      top : 15px;
      left: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform   : rotate(-45deg);
      transform        : rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
      top: 15px;
      -webkit-transform: rotate(45deg);
      -moz-transform   : rotate(45deg);
      transform        : rotate(45deg);
    }
	
	nav.globalMenuSp {
		min-width: 1260px;
		/*overflow: hidden;*/
		position: relative;
    }
	
	nav.globalMenuSp::before {
		content: "";
		width: 58%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background: url("../images/common/nav_bg.jpg") no-repeat;
		background-size: cover;
		background-position: center;
    }
	
	div.globalMenu_inner {
        width: 34%;
        position: relative;
    }
	
	div.globalMenu_inner figure.logo{
        width: 182px;
		position: absolute;
		top: 18px;
		left: -18px;
    }
	
	nav.globalMenuSp ul.outside {
		padding-top: 200px;
	}
	
	nav.globalMenuSp ul.outside {
        width: 100%;
        max-width: 600px;
        color: #FFF;
    }
	
	nav.globalMenuSp ul.outside li a {
      font-size: 20px;
      font-size: 2.0rem;
    }
	
	nav.globalMenuSp ul.outside li a span.en{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	nav.globalMenuSp ul.outside li ul li, nav.globalMenuSp ul.outside li ul li a{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.wrapper, header, main, #f_contents, footer {
		min-width: 1260px;
	}
	
	header {
		width: 100%;
		height: 94px;
		position: absolute;
		top: 0;
		left: 0;
		z-index : 99;
	}
	
	header h1{
		width: 182px;
		position: absolute;
		top: 18px;
		left: 18px;
	}
	
	div#mv_block {
		min-width: 1260px;
		margin-bottom: 60px;
	}
	
	div#mv_block::after{
        content: "";
		height: 23%;
    }
	
	.arrow_brown::after {
		content: "";
		width: 24px;
		height: 6px;
		background: url("../images/common/arrow_brown.svg") no-repeat;
		background-size: cover;
		display: inline-block;
		margin-left: 8px;
	}
	
	.arrow_white::after {
		content: "";
		width: 24px;
		height: 6px;
		background: url("../images/common/arrow_white.svg") no-repeat;
		background-size: cover;
		display: inline-block;
		margin-left: 8px;
	}
	
	a.btn_contact {
		width: 260px;
		display: block;
		padding: 20px;
		background: #736357;
		border-radius: 20px;
		font-size: 15px;
		font-size: 1.5rem;
		letter-spacing: -0.05em;
		line-height: 1;
		color: #FFF;
	}
	
	a.btn_contact.arrow_white::after {
		content: "";
		width: 24px;
		height: 6px;
		background: url("../images/common/arrow_white.svg") no-repeat;
		background-size: cover;
		display: inline-block;
		margin-left: 32px;
		margin-bottom: 5px;
	}
	
	section {
		width: 1240px;
		margin: 0 auto;
	}
	
	section h2.head{
		width: 560px;
		margin: 0 auto 80px;
		color: #736357;
		line-height: 1;
		text-align: center;
	}
	
	section h2.head span{
		font-size: 21px;
		font-size: 2.1rem;
		display: block;
		font-family: A1 Mincho, 'Zen Old Mincho', 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
		font-weight: 400;
		letter-spacing: 0.15em;
		margin-top: 10px;
	}

	#f_contents {
		padding: 60px 0;
		margin-top: 90px;
	}
	
	#f_contents div.block{
		width: 1240px;
		margin: 0 auto;
	}
	
	#f_contents div.block a.rec_banner {
		display: block;
		height: 296px;
		border-radius: 14px;
		margin-bottom: 30px;
		background: url("../images/top/recruit_bg_pc.jpg") no-repeat;
		background-size: cover;
		padding: 52px 0 0 70px;
		color: #FFF;
	}
	
	#f_contents div.block a.rec_banner div.box h6{
		font-size: 55px;
		font-size: 5.5rem;
		font-family: butlerstencil, serif;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.05em;
	}
	
	#f_contents div.block a.rec_banner div.box p{
		font-size: 16px;
		font-size: 1.6rem;
		font-family: A1 Mincho, 'Zen Old Mincho', 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
		font-weight: 400;
		letter-spacing: 0.1em;
		margin-top: 5px;
	}
	
	#f_contents div.block div.contact_banner{
		line-height: 0;
		position: relative;
	}
	
	#f_contents div.block div.contact_banner::before{
		content: "";
		width: 60px;
		height: 60px;
		background: url("../images/common/f_banner_tl.svg") no-repeat;
		background-size: cover;
		position: absolute;
		top: -7px;
		left: -7px;
		z-index: 5;
	}
	
	#f_contents div.block div.contact_banner::after{
		content: "";
		width: 60px;
		height: 60px;
		background: url("../images/common/f_banner_br.svg") no-repeat;
		background-size: cover;
		position: absolute;
		bottom: -7px;
		right: -7px;
		z-index: 5;
	}
	
	#f_contents div.contact_banner a{
		display: block;
		border-radius: 14px;
		background: url("../images/common/f_banner_bg.jpg") repeat;
		background-size: 167px;
		overflow: hidden;
		padding: 45px;
		color: #FFF;
		text-align: center;
	}
	
	#f_contents div.contact_banner a h6{
		font-size: 55px;
		font-size: 5.5rem;
		font-family: butlerstencil, serif;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.05em;
	}
	
	#f_contents div.contact_banner a p{
		font-size: 16px;
		font-size: 1.6rem;
		font-family: A1 Mincho, 'Zen Old Mincho', 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
		font-weight: 400;
		letter-spacing: 0.1em;
		margin-top: 18px;
	}
	
	footer{
		min-width: 1260px;
		padding: 20px 0 25px;
    }

	footer div.f_block{
        width: 1250px;
		margin: 0 auto;
		padding: 20px 0 12px;
		position: relative;
    }
	
	footer div.f_block figure{
        width: 236px;
		line-height: 0;
		position: absolute;
		top: -7px;
		left: -48px;
    }
	
    footer small{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1;
		display: block;
		text-align: center;
    }
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 640px){
	
	.pc{
		display: none!important;
	}
	
	a:hover{
		text-decoration: none;
		opacity: 1;
	}
	
	/*　ハンバーガーボタン　*/
    .hamburger {
      display : block;
      position: absolute;
      z-index : 9999;
      width : 30px;
      height: 30px;
      text-align: center;
      top: 20px;
      right: 20px;
    }
    .hamburger span {
      display : block;
      position: absolute;
      width   : 30px;
      height  : 2px ;
      left    : 0;
      background : #FFF;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition   : 0.3s ease-in-out;
      transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
      top: 0;
    }
    .hamburger span:nth-child(2) {
      top: 12px;
    }
    .hamburger span:nth-child(3) {
      top: 24px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
      top : 12px;
      left: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform   : rotate(-45deg);
      transform        : rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
      top: 12px;
      -webkit-transform: rotate(45deg);
      -moz-transform   : rotate(45deg);
      transform        : rotate(45deg);
    }
	
	div.globalMenu_inner {
        width: 100%;
        position: relative;
    }
	
	div.globalMenu_inner figure.logo{
        width: 24%;
		max-width: 182px;
		position: absolute;
		top: 12px;
		left: 2.5%;
    }
	
	nav.globalMenuSp ul.outside {
		padding-top: 26vw;
	}
	
	nav.globalMenuSp ul.outside {
        width: 60%;
		min-width: 300px;
		margin: 0 auto;
        color: #FFF;
    }
	
	nav.globalMenuSp ul.outside li a {
      font-size: 15px;
      font-size: 1.5rem;
    }
	
	nav.globalMenuSp ul.outside li a span.en{
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	nav.globalMenuSp ul.outside li ul li,nav.globalMenuSp ul.outside li ul li a{
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	header {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index : 99;
	}
	
	header h1{
		width: 24%;
		max-width: 182px;
		position: absolute;
		top: 12px;
		left: 2.5%;
	}
	
	div#mv_block{
        margin-bottom: 45px;
    }
	
	div#mv_block::after{
        content: "";
		height: 9.13vw;
    }
	
	.arrow_brown::after {
		content: "";
		width: 24px;
		height: 6px;
		background: url("../images/common/arrow_brown.svg") no-repeat;
		background-size: cover;
		display: inline-block;
		margin-left: 8px;
	}
	
	.arrow_white::after {
		content: "";
		width: 24px;
		height: 6px;
		background: url("../images/common/arrow_white.svg") no-repeat;
		background-size: cover;
		display: inline-block;
		margin-left: 8px;
	}
	
	a.btn_contact {
		width: 100%;
		max-width: 260px;
		display: block;
		margin: 0 auto;
		padding: 20px 15px;
		background: #736357;
		border-radius: 20px;
		font-size: 17px;
		font-size: clamp(13px, 3.2vw, 16px);
		letter-spacing: -0.05em;
		line-height: 1;
		color: #FFF;
	}
	
	a.btn_contact.arrow_white::after {
		content: "";
		width: 24px;
		height: 6px;
		background: url("../images/common/arrow_white.svg") no-repeat;
		background-size: cover;
		display: inline-block;
		margin-left: 32px;
		margin-bottom: 5px;
	}
	
	section {
		width: 90%;
		margin: 0 auto;
	}
	
	section h2.head{
		width: 70%;
		max-width: 560px;
		margin: 0 auto 35px;
		color: #736357;
		line-height: 1;
		text-align: center;
	}
	
	section h2.head span{
		display: block;
		font-size: 17px;
		font-size: clamp(13px, 2.8vw, 17px);
		font-family: A1 Mincho, 'Zen Old Mincho', 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
		font-weight: 400;
		letter-spacing: 0.15em;
		margin-top: 10px;
	}
	
	#f_contents {
		width: 100%;
		padding: 30px 0 60px;
		margin-top: 50px;
	}
	
	#f_contents div.block{
		width: 90%;
		margin: 0 auto;
	}
	
	#f_contents div.block a.rec_banner {
		display: block;
		height: 31.8vw;
		border-radius: 14px;
		margin-bottom: 28px;
		background: url("../images/top/recruit_bg_sp.jpg") no-repeat;
		background-size: cover;
		padding: 3.4vw 0 0 9.6%;
		color: #FFF;
	}
	
	#f_contents div.block a.rec_banner div.box h6{
		font-size: 48px;
		font-size: clamp(38px, 8.15vw, 48px);
		font-family: butlerstencil, serif;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.05em;
	}
	
	#f_contents div.block a.rec_banner div.box p{
		font-size: 17px;
		font-size: clamp(12px, 2.8vw, 17px);
		font-family: A1 Mincho, 'Zen Old Mincho', 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1;
	}
	
	#f_contents div.block div.contact_banner{
		line-height: 0;
		position: relative;
	}
	
	#f_contents div.block div.contact_banner::before{
		content: "";
		width: 30px;
		height: 30px;
		background: url("../images/common/f_banner_tl.svg") no-repeat;
		background-size: cover;
		position: absolute;
		top: -4px;
		left: -4px;
		z-index: 5;
	}
	
	#f_contents div.block div.contact_banner::after{
		content: "";
		width: 30px;
		height: 30px;
		background: url("../images/common/f_banner_br.svg") no-repeat;
		background-size: cover;
		position: absolute;
		bottom: -4px;
		right: -4px;
		z-index: 5;
	}
	
	#f_contents div.contact_banner a{
		display: block;
		border-radius: 14px;
		background: url("../images/common/f_banner_bg.jpg") repeat;
		background-size: 167px;
		overflow: hidden;
		padding: 20px 2.5%;
		color: #FFF;
		text-align: center;
	}
	
	#f_contents div.contact_banner a h6{
		font-size: 48px;
		font-size: clamp(38px, 8.15vw, 48px);
		font-family: butlerstencil, serif;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.05em;
	}
	
	#f_contents div.contact_banner a p{
		font-size: 17px;
		font-size: clamp(12px, 2.8vw, 17px);
		font-family: A1 Mincho, 'Zen Old Mincho', 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
		font-weight: 400;
		letter-spacing: 0.05em;
		margin-top: 10px;
	}
	
	footer{
		padding: 10px 0 20px;
    }

	footer div.f_block{
        width: 90%;
		margin: 0 auto;
    }
	
	footer div.f_block figure{
        width: 40%;
		line-height: 0;
		margin: 0 auto;
    }
	
    footer small{
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1;
		display: block;
		text-align: center;
    }
}

nav.globalMenuSp {
    height: 100%;
    position: fixed;
    z-index : 998;
    top  : 0;
    left : 0;
    color: #333;
    background: rgba(122,109,97,.95);
    text-align: left;
    transform: translateY(-110%);
    transition: all 0.6s;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

nav.globalMenuSp ul.outside li {
  list-style-type: none;
	width: 100%;
	text-align: left;
	padding: 10px 0 28px;
}

nav.globalMenuSp ul.outside li a {
  color: #FFF;
  text-decoration :none;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

nav.globalMenuSp ul.outside li a span.en{
  font-family: butlerstencil, serif;
}

nav.globalMenuSp ul.outside li ul li{
  padding: 5px 0;
}

nav.globalMenuSp ul.outside li ul li::before{
  content: "□";
	display: inline-block;
	margin-right: 0.25em;
}

/*nav.globalMenuSp ul.outside li a::after {
  font-family:FontAwesome;
  content: "\f107";
	display: inline-block;
	margin-left: 0.75em;
}*/

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
