@charset "utf-8";

/*================================
	Layout, Elements
================================*/
.clearfix:after,input[type=text],input[type=password],input[type=tel],input[type=url],input[type=email],input[type=file],input[type=image],input[type=number],input[type=range],input[type=color],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=time],input[type=search],select,textarea{display:block}blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,select,td,textarea,th,ul{margin:0;padding:0}a,a:active,a:hover,a:link,a:visited{text-decoration:none;outline:0}li,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-weight:inherit}.clearfix:after{content:" ";clear:both}*{color:#333;font-size:1.4rem;box-sizing:border-box;letter-spacing:.1rem;line-height:1.6;border-radius:0}html{font-size:10px;background:#FFF;height:100%}body{font-family:Avenir,"Helvetica Neue",Helvetica,Arial,Roboto,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;min-height:100vh;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column}button,input[type=submit],input[type=reset],input[type=search],input[type=button],select,textarea{appearance:none;-moz-appearance:none;-webkit-appearance:none}button,input,select,textarea{font-family:inherit;font-weight:inherit;outline:0;border:1px solid #333;background-color:#FFF}button,input[type=submit],input[type=reset],input[type=file],input[type=color],input[type=button]{cursor:pointer}input[type=file],input[type=image],input[type=color]{border:none;background-color:transparent}select{text-indent:.01px;text-overflow:'';background-position:100% center;background-repeat:no-repeat;padding:0 20px 0 10px}select::-ms-expand{display:none}textarea{overflow:auto;resize:vertical}canvas,iframe,img,svg,video{border:0;max-width:100%;display:block}@media screen and (max-width:480px){*{font-size:1.3rem}input,select,textarea{font-size:1.6rem}input[type=checkbox]:checked{background-color:#3B99FC}input[type=radio]{border-radius:1rem}input[type=radio]:checked{background-color:#3B99FC;border-radius:1rem}}


body {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2em;
	letter-spacing: .5px;
	font-size: 10px;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	min-width: 1100px;
	transition: all .4s;
}
.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

html {
	font-size: 10px;
	scroll-behavior: smooth;
}
main {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

body,html {
	/* background-color: #FCFAF2; */
}

html.noscroll,
body.noscroll
 {
	overflow: hidden;
}

img {
	height: auto;
}

.animated {
	opacity: 0;
}

.fadeInUp {
	opacity: 1;
}

.bar_effect1 .active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
	background: #fff!important;
}
.bar_effect1 .active span:nth-of-type(2) {
	opacity: 0;
}
.bar_effect1 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	background: #fff!important;
}


.bar_effect2 .active span:nth-of-type(1) {
	-webkit-transform: translateY(17px) rotate(-315deg);
	transform: translateY(17px) rotate(-315deg);
	background: #fff!important;
}
.bar_effect2 .active span:nth-of-type(2) {
	opacity: 0;
}
.bar_effect2 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-4px) rotate(315deg);
	transform: translateY(-4px) rotate(315deg);
	background: #fff!important;
}


.bar_effect3 .active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.bar_effect3 .active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.bar_effect3 .active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.bar_effect3 .active span:nth-of-type(3) {
	opacity: 0;
}


.bar_effect4  span:nth-of-type(3),
.bar_effect4 .active span:nth-of-type(3) {
	transition: none;
}
.bar_effect4 .active {
	-webkit-transform: rotateX(720deg);
	transform: rotateX(720deg);
}
.bar_effect4 .active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.bar_effect4 .active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.bar_effect4 .active span:nth-of-type(3) {
	opacity: 0;
}


.bar_effect5  span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(12px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(12px) rotate(45deg);
	}
	50% {
		transform: translateY(12px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.bar_effect5  span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.bar_effect5  span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		transform: translateY(-12px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.bar_effect5 .active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(12px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(12px) rotate(0);
	}
	100% {
		transform: translateY(12px) rotate(45deg);
	}
}
.bar_effect5 .active span:nth-of-type(2) {
	opacity: 0;
}
.bar_effect5 .active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-10px) rotate(0);
	}
	100% {
		transform: translateY(-10px) rotate(-45deg);
	}
}


.bar_effect6 .active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.bar_effect6 .active span:nth-of-type(2) {
	left: 200%;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.bar_effect6 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg);
}


._slidein {
	position: relative;
}
._slidein ._cover {
    opacity: 0;
    -webkit-animation: topSlideMv .65s cubic-bezier(.73,0,.83,1) 0.3s forwards;
    animation: topSlideMv .65s cubic-bezier(.73,0,.83,1) 0.3s forwards;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;}
._slidein:before {
    content: "";
    display: block; 
    transform: scaleX(0);
    opacity: 0;
    background: #EF9801;
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0; z-index: 2;
    transform-origin: center top;
    -webkit-animation: imgCoverBf .65s cubic-bezier(.73,0,.83,1) 0.3s forwards;
    animation: imgCoverBf .65s cubic-bezier(.73,0,.83,1) 0.3s forwards;
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
._slidein:after {
    content: "";
    display: block; 
    transform: scaleX(0);
    background: #EF9801;
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0; z-index: 2;
    transform-origin: center bottom;
    -webkit-animation: imgCoverAf .65s cubic-bezier(.73,0,.83,1) 0.3s forwards;
    animation: imgCoverAf .65s cubic-bezier(.73,0,.83,1) 0.3s forwards;
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
.isActive ._cover,
.isActive ._slidein:before,
.isActive ._slidein:after { animation-play-state: running; }

picture._cover {
	display: block;
}

@-webkit-keyframes imgCoverBf {
    0%,46.84% {
        opacity: 0;
        transform: scaleY(0)
    }

    46.85% {
        opacity: 100%;
        transform: scale(1)
    }

    65.85% {
        opacity: 100%;
        transform: scale(1)
    }

    to {
        opacity: 100%;
        transform: scaleY(0)
    }
}

@keyframes imgCoverBf {
    0%,46.84% {
        opacity: 0;
        transform: scaleY(0)
    }

    46.85% {
        opacity: 100%;
        transform: scale(1)
    }

    65.85% {
        opacity: 100%;
        transform: scale(1)
    }

    to {
        opacity: 100%;
        transform: scaleY(0)
    }
}

@-webkit-keyframes imgCoverAf {
    0% {
        opacity: 100%;
        transform: scaleY(0)
    }

    46.84% {
        opacity: 100%;
        transform: scale(1)
    }

    46.85%,to {
        opacity: 0
    }
}

@keyframes imgCoverAf {
    0% {
        opacity: 100%;
        transform: scaleY(0)
    }

    46.84% {
        opacity: 100%;
        transform: scale(1)
    }

    46.85%,to {
        opacity: 0
    }
}

@-webkit-keyframes topSlideMv {
    0% {
        opacity: 0%;
    }

    46.84% {
        opacity: 0%;
    }

    46.85%,to {
        opacity: 100%;
    }
}

@keyframes topSlideMv {
    0% {
        opacity: 0%;
    }

    46.84% {
        opacity: 0%;
    }

    46.85%,to {
        opacity: 100%;
    }
}

.sp {
	display: none!important;
}

.slick-arrow {
	font-size: 0;
	border: none;
	background-color: transparent;
	position: absolute;
	z-index: 2;
}
.slick-arrow:before {
	content: '';
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	display: block;
}
.slick-prev.slick-arrow:before {
	transform: rotate(-180deg);
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	background: #000000;
}
#header .top_nav {
	display: flex;
	justify-content: flex-end;
	padding: 14px 0px;
	padding-right: 50px;
	box-shadow: 12px 12px 12px #0000002e;
}
#header .top_nav .logo {
	border-radius: 0 0 70px 0px;
	overflow: hidden;
	padding: 10px 30px 10px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 6px 11px 16px #00000014;
}
#header .header_sitenav {
	display: flex;
	align-items: center;
}
#header .header_sitenav li {
	margin-right: 40px;
}
#header .header_sitenav li:last-child {
	margin-right: 0;
}
#header .header_sitenav li a {
	font-size: 1.4rem;
	color: #fff;
	transition: opacity .2s;
}
#header .header_sitenav li a:hover {
	opacity: .7;
}
#header .top_nav .links > p {
	margin-left: 30px;
}
#header .top_nav .links > p i {
	margin-right: 5px;
	font-size: inherit;
}
#header li.recruit_btn {
	margin-right: 0;
}
#header li.recruit_btn a {
	background-color: #EF9800;
	color: #000000;
	width: 133px;
	display: inline-block;
	text-align: center;
	border-radius: 20px;
	padding: 9px 5px 10px;
}

#header .triger_wrap {
    display: flex;
    width: 70px;
    height: 60px;
    position: fixed;
    right: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: all .3s;
    z-index: 1000;
    /* background: #EF9801; */
}
#header .triger_wrap:hover {
	/* background-color: #e6edeb; */
}
.triger_wrap .menu-trigger {
	display: block;
	position: relative;
	/* width: 100px; */
	height: 42px;
	margin-top: 4px;
	}

#header .triger_wrap span {
	background-color: #000000;
	height: 2px;
	width: 30px;
	position:absolute;
	top: 16px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .4s;
}
#header .triger_wrap span:nth-of-type(1) {
	top: 25px;
}
#header .triger_wrap span:nth-of-type(2) {
	top: 34px;
}
#header .triger_wrap.active span:nth-of-type(1),
#header .triger_wrap.active span:nth-of-type(2) {
	width: 21px;
	/* right: 8px; */
	/* transform: rotate(-68deg); */
}
#header .triger_wrap.active span:nth-of-type(1) {
	transform: rotate(-45deg);
	right: 0px;
	top: 23px;
	width: 40px;
}
#header .triger_wrap.active span:nth-of-type(2) {
	transform: rotate(45deg);
	right: 0px;
	top: 24px;
	/* width: 21px; */
	width: 40px;
}
#header .triger_wrap.active span:nth-of-type(3) {
	opacity: 0;
	top: 30px;
	width: 0;
}
#header .triger_wrap .text {
	color: #333333;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1.11px;
	font-weight: 500;
}
#header .triger_wrap .text:before {
	content: 'menu';
	font-family: inherit;
	font-size: inherit;
}
#header .triger_wrap.active .text:before {
	content: 'close';
}

#wrapper {
	margin-top: 90px;
}


#footer {
	background-color: #CEC7B6;
	padding: 100px 0 100px;
}
#footer .inner {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 50px
}
#footer .logo_i {
	order: 1;
}
#footer .sitenav {
	display: flex;
	flex-direction: column;
}
#footer .sitenav .page_list {
	display: flex;
	margin-bottom: 30px;
	margin-top: 20px;
}
#footer .sitenav .page_list li {
	margin-right: 30px;
}
#footer .sitenav .page_list li a {
	font-size: 1.4rem;
	transition: opacity .2s;
}
#footer .sitenav .page_list li a:hover {
	opacity: .7;
}
#footer .sitenav .privacy a {
	font-size: 1rem;
}
#footer .logo {
	margin-bottom: 10px;
}
#footer .logo a {
	display: inline-block;
}
#footer .address {
	font-size: 1.3rem;
	line-height: 2.3rem;
}
#footer small {
	font-size: 1rem;
	margin-top: auto;
}


.page_head {
	margin-bottom: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
	padding: 120px 50px 0px;
	margin: 0 auto 70px;
}
.page_head h1 {
	font-size: 3rem;
	color: #EF9800;
	letter-spacing: 3px;
}
.page_head .en {
	font-size: 1.5rem;
}

.btn_black a {
	background-color: #000000;
	color: #fff;
	font-size: 1.3rem;
	padding: 15px 10px 18px;
	width: 335px;
	display: inline-block;
	text-align: center;
	border-radius: 40px;
	letter-spacing: 2px;
	position: relative;
	transition: all .5s;
  }
.btn_black a:hover {
	transform: scale(1.05);
	opacity: .7;
}
  .btn_black a::after {
	content: ">";
	position: absolute;
	top: 14px;
	bottom: 0;
	right: 35px;
	color: inherit;
	font-size: inherit;
	margin: auto;
  }

/*---------------------------------------------------------------*\
	$930px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1250px) {

}
/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
	body {
		min-width: unset;
	}
	#wrapper {
		min-width: unset;
	}
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	
	a,
	button {
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		cursor:pointer;
	}
	
	#header {
		position: absolute;
	}
	#header .top_nav {
		flex-direction: column;
		padding: 0;
		box-shadow: none;
	}
	#header .top_nav .links {
		flex-direction: column;
		display: none;
		padding: 100px 0px 0;
		background: #EF9801;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}
	#header .top_nav .header_sitenav {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 25px;
	}
	#header .header_sitenav li {
		margin-bottom: 10px;
	}
	#header .header_sitenav li.privacy a {
		font-size: 1rem;
		letter-spacing: 1px;
		margin-top: 20px;
	}
	#header .top_nav .logo {
		width: calc(100% - 70px);
		padding: 7px 10px 8px;
		position: absolute;
		border-radius: 0 0 40px 0px;
		box-shadow: 6px 11px 16px #00000014;
	}
	#header .top_nav .logo img {
		width: 153px;
	}
	#header .top_nav .links a {
		color: #000000;
		font-size: 2.8rem;
		display: block;
		text-align: left;
		padding: 0;
		letter-spacing: 2px;
		white-space: nowrap;
	}
	.logo_menu {
		position: absolute;
		bottom: 60px;
		left: 20px;
		right: auto;
		width: calc(100% - 40px);
		background-color: #fff;
		text-align: center;
		padding: 30px 10px;
		border-radius: 22px;
		display: flex;
		justify-content: center;
		margin: 0 auto;
		opacity: 0;
		transition: all .3s;
	}
	.logo_menu img {
		display: inline-block;
	}
	#header .top_nav .logo_menu a {
	display: flex;
	justify-content: center;
	}
	#header li.recruit_btn a {
		background-color: unset;
	}
	#wrapper {
		margin-top: 75.6px;
	}
	
	.is-show .logo_menu {
		opacity: 1;
	}

	.page_head .en {
		font-size: 2rem;
	}
	.page_head h1 {
		font-size: 2.8rem;
	}
	.page_head .en {
		display: none;
	}
	.page_head {
		margin-bottom: 70px;
		padding-top: 70px;
		padding-left: 50px;
	}
	#footer {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	#footer .logo img {
		width: 295px;
	}
	#footer .logo_i {
		order: unset;
		width: 142px;
	}
	#footer .inner {
		padding: 0px 20px 100px;
		position: relative;
	}
	#footer .sitenav .page_list {
		flex-direction: column;
		margin-bottom: 0;
		margin-top: 10px;
	}
	#footer .sitenav .page_list li {
		text-align: right;
		margin-bottom: 5px;
		margin-right: 0;
	}
	#footer .sitenav .page_list li a {
		font-size: 1.4rem;
	}
	#footer .sitenav .privacy {
		margin-top: 10px;
	}
	#footer .sitenav .privacy a {
		font-size: 1rem;
	}
	#footer small {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		right: 0;
		text-align: center;
		letter-spacing: 0;
	}

.btn_black a {
	width: 170px;
	padding: 11px 5px 13px;
	letter-spacing: 1px;
}
.btn_black a:after {
	content: '';
}
}


