@charset "utf-8";
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: block;
	outline:none;
	color: #000;
	cursor: pointer;
	text-decoration: none;
    transition: all .3s ease;
}
input {
	font-family: futura-pt,'Noto Sans JP', sans-serif;
	line-height: 1.6;
}
input[type="submit"],
input[type="button"],
button {
	font-family: futura-pt,'Noto Sans JP', sans-serif;
	font-weight: 400;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {display: none;}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {-webkit-appearance: none;border-radius: 0;}
select {
	font-family: futura-pt,'Noto Sans JP', sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{font-family: futura-pt,'Noto Sans JP', sans-serif;}
table {width: 100%;}
/*------------------------------------------------*/
html{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 62.5%;
	font-family: futura-pt,'Noto Sans JP', sans-serif;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body{font-size: 1.4rem;line-height: 1.6;}
h2,h3,h4,h5 {line-height: 1.4;}
p {line-height: 1.6;}
.inner {max-width: 920px;margin: 0 auto;}
.fadein {opacity : 0.1;transition : all 1000ms;}
.fadein.scrollin {opacity : 1;}
.title {position: relative;margin-bottom: 40px;text-align: center;}
.title::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    position: absolute;
    background: #F79009;
}
.title span {position: inherit;z-index: 1;}
.sp {display: none;}
@media screen and (min-width:320px) and ( max-width: 768px) {
	body{min-width: 0;}
	.inner {padding: 0 20px;}
	.title {margin-bottom: 70px;padding: 0 20px;}
	.sp {display: block;}
	.pc {display: none;}
}
/*-------------------------------------------

    Element

-------------------------------------------*/
header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	width: 100%;
}
header .logo{min-width: 220px;width: 20%;}
header .hd_cv a.recruit{
	display: flex;
	align-content: center;
	justify-content: center;
	width: 220px;
	padding: 12px 0;
	border-radius: 7px;
	background: #EB5C01;
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center;
	vertical-align: middle;
}
header .hd_cv a.recruit img {margin-right: 13px;}
header nav ul{display: flex;}
header nav ul li{margin: 0 14px;}
header nav ul li a{
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #ED6500;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 1.4rem;
}
header nav ul .li_bk{margin:0;}
header nav ul .li_bk a{display: none;}
#sp-menu{display: none;}
@media only screen and ( max-width: 1024px) {
	header{
		position: fixed;
		padding: 20px 20px;
		z-index: 100;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
	}
	header .hd_cv{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 100;
		display: flex;
		justify-content: space-between;
		padding: 10px;
	}
	header .hd_cv a.recruit{display: block;width: 100%;font-size: 1.4rem;}
	header nav {
		position: fixed;
		left: -100%;
		top: 55px;
		height: 100%;
		width: 100%;
		z-index: 91;
		background: #fff;
		transition: .3s all;
	}
	header nav.clicked{left: 0;}
	header nav ul{display: block;}
	header nav ul li {
		margin: 0;
		padding: 20px;
		border-top: dashed 1px #ED6500;
		text-align: center;
	}
	header nav ul li a{
		position: relative;
		padding: 0 0 0 15px;
		font-weight: bold;
		font-size: 1.8rem;
	}
	header nav ul .li_bk a{display:block;font-size: 1.4rem;color:#000;}
	header nav ul li:nth-child(6),
	header nav ul li:nth-child(7) {border-top: solid 1px #ccc;}
	#sp-menu {
		width: 30px;
		height: 18px;
		position: absolute;
		right: 20px;
		top: 50%;
		z-index: 90;
		margin: -9px 0 0;
		display: block;
	}
	#sp-menu span {
		position: absolute;
		width: 100%;
		height: 3px;
		border-radius: 10px;
		background-size: 100% 100%;
		transition: 0.3s ease-in-out;
		left: 0;
		background: #eb5c00;
	}
	#sp-menu span.top-border {top: -2px;}
	#sp-menu span.middle-border {top: 50%;margin: -2px 0 0;}
	#sp-menu span.bottom-border {bottom: 0;}
	#sp-menu.clicked span.top-border {transform: rotate(-45deg);top: 8px;}
	#sp-menu.clicked span.middle-border {width: 0;}
	#sp-menu.clicked span.bottom-border {transform: rotate(45deg);bottom: 7px;}
}
/*-------------------------------------------------

    SEARCH 検索

--------------------------------------------------*/
#search .content {margin-bottom: 24px;}
#search .content p {
	margin-bottom: 24px;
	text-align: left;
	font-size: 1.6rem;
	display: table;
	margin: 0 auto 30px;
	background-color: #FFF;
}
#search dl {display: table;width: 100%;}
#search dt {
	display: table-cell;
	width: 180px;
	border-radius: 10px 0 0 10px;
	background: #F6A501;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle;
}
#search dl dd {font-size: 1.6rem;}
#search dl.free {margin-bottom: 10px;}
#search dl.free .freeword {
	padding: 8px;
	width: 100%;
	height: 70px;
	outline: none;
    vertical-align: middle;
    border: 1px solid #F6A501;
	border-radius: 0 10px 10px 0;
}
#search .flexbox {display: flex;justify-content: space-between;}
#search .flexbox dl {width: 49.5%;height: 70px;}
#search .flexbox dl dd div {position: relative;}
#search .flexbox dl dd div::before {
	position: absolute;
	top: 35px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 14px solid #707070;
	pointer-events: none;
}
#search .flexbox dl dd select {
	background: #fff;
	border-radius: 0 10px 10px 0;
	padding: 10px 15px;
	outline: none;
	cursor: pointer;
	width: 100%;
	height: 70px;
	vertical-align: middle;
    border: 1px solid #F6A501;
    margin: 0;
}
#search button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 20px; 
	padding: 14px 0;
	border: 2px solid #EB5C01;
	border-radius: 10px;
	background: #EB5C01;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	transition: .3s;
}
#search button:hover {background: #fff;color: #EB5C01;}
#search button svg {
	width: 30px;
	margin-right: 30px;
	fill: #fff;
	transition: .3s;
}
#search button:hover svg {fill: #EB5C01;}
@media screen and (min-width:320px) and ( max-width: 768px) {
	#search .content {margin-bottom: 16px;}
	#search dl {display: block;}
	#search dt {
		display: block;
		width: 100%;
		padding: 6px;
		border-radius: 0px;
		text-align: left;
	}
	#search dl.free {margin-bottom: 0;}
	#search dl.free .freeword {height: 40px;border-radius: 0px;}
	#search .flexbox {display: block;}
	#search .flexbox dl {width: 100%;height: auto;}
	#search .flexbox dl dd div::before {top: 15px;}
	#search .flexbox dl dd select {height: 40px;border-radius: 0px;}
	#search button {max-width: 300px;padding: 8px 0;font-size: 1.8rem;}
	#search button svg {width: 25px;margin-right: 10px;}
}
#search p.head_border{
	position: relative;z-index: 1;
	text-align: center;
	margin: 0 auto 14px;
	max-width: 500px;
}
#search p.head_border::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 50%;
	z-index: -1;
	transform: translate(-50%, 50%);
	width: 100%;
	height: 1px;
	background: #000;/*線の色*/

}
#search p.head_border span{position: relative;padding: 0 20px;background: #fff;/*背景の色に合わせる*/}

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

	Footer

-------------------------------------------*/
footer{
	text-align: center;
	padding: 60px 0;
	border-top: solid 1px #EB5C01;
}
footer .f-com{
	display: inline-block;
    margin: 40px auto 0;
    text-align: left;
    color: #555;
    border-left: 3px solid #EB5C01;
    padding-left: 15px;
    line-height: 1.3;
}
footer .sns_links {
	list-style-type: none;
	margin: 30px 0 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .sns_links > li {
	display: flex;
	align-items: center;
	margin: 0;
}
footer .sns_links > li + li {
	margin-left: 30px;
}
footer .sns_links > li a {
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: opacity 0.07s linear;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
footer .sns_links > li.instagram a {
	background-image: url(images/mid_lp/icon_instagram.svg);
}
footer .sns_links > li.youtube a {
	background-image: url(images/mid_lp/icon_youtube.svg);
}
@media screen and (min-width: 769px) {
	footer .sns_links > li a:hover {
		opacity: 0.7;
	}
}
@media screen and (min-width:320px) and ( max-width: 768px) {
	footer{
		text-align: center;
		padding: 40px 0;
		margin: 0 0 74px;
		border-top: solid 1px #EB5C01;
	}
	footer .sns_links {
		margin-top: 30px;
	}
}