@charset "UTF-8";

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

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: "Noto Sans Japanese","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px;
    font-size: 1.4em;
	color: #333434;
    line-height: 1.8em;
	letter-spacing:0.03rem;
	font-weight: 400;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
::selection {
	background: #f7be87;
	color: #fff;
}

//Firefox
::-moz-selection {
	background: #f7be87;
	color: #fff;
}
.contents_inner{
	width: 1100px;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	color:#333434;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
	color:#333434;
	text-decoration:none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a img{
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
a:hover img {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.sp {
	display:none;
}
.tab {
	display:none;
}
.pc {
	display:block;
}

.round_txt {
	font-family: "M PLUS Rounded 1c";
}
.h2_style {
	font-size: 18px;
	text-align: center;
	color: #292929;
}
.h2_style span {
	display: block;
	font-family: "M PLUS Rounded 1c";
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0.1em;
	-webkit-text-stroke: 2px;
	color: #f44f00;
	text-align: center;
	margin-top: 15px;
}
.h2_lower {
	display: block;
	font-size: 24px;
	padding-bottom: 5px;
	text-align: center;
	position: relative;
}
.h2_lower:before {
	content: "";
	width: 30px;
	height: 4px;
	background: #f44f00;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.link_btn {
	display: block;
	width: 275px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #fff !important;
	padding: 20px 0;
	background: url("../img/common/arrow_wh.png") #f44f00 no-repeat;
	background-position: 86% center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.link_btn:hover {
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
	background-color: #5a5550; 
}

@media screen and (max-width: 1180px) {

	.contents_inner{
		width: 90%;
	}

}

@media screen and (max-width: 840px) {

	body {
		font-size: 13px;
		font-size: 1.3em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	.contents_inner{
		margin: 0 auto;
	}
	.h2_style span {
		font-size: 25px;
	}
	.sp{
		display:none;
	}
	.pc{
		display:none;
	}
	.tab{
		display:block;
	}

}

@media screen and (max-width: 640px) {

	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.h2_style span {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.h2_style {
		font-size: 18px;
	}
	.h3_style {
		font-size: 16px;
	}
	.h3_style span {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.link_btn {
		width: 240px;
		font-size: 16px;
	}

}

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

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

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

	header

-----------------------------------*/
header {
	background: #fff;
	z-index: 999;
	position: relative;
	border-top: 4px solid #f44f00;
	box-shadow: 0 12px 10px -9px rgba(209, 209, 209, 0.3);
}
header .logo_area {
	width: 230px;
	padding: 17px 0 17px 15px;
	border-right: 1px solid #f5f5f5;
}
header h1 {
	display: inline-block;
}
body.is_fixed .nav_fix {
	position: fixed;
	top: 0;
	margin-top: 0;
	width: 100%;
	background: #fff;
	z-index: 99999;
}
#nav_pc {
	width: 870px;
}
#nav_pc li {
	float: left;
	width: 145px;
	border-right: 1px solid #f5f5f5;
}
#nav_pc li a {
	display: block;
	padding: 8px 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	color: #444444;
	position: relative;
}
#nav_pc li a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 5px;
	border-color: transparent transparent transparent #f44f00;
	position: absolute;
	bottom: 20px;
	left: 13px;
}
#nav_pc li:hover img {
	opacity: 1;
}
#nav_pc li:hover {
	background: #fff1da;
}
#nav_pc li a span {
	display: block;
	color: #ababab;
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 5px;
}
#nav_pc li a:hover {
	color: #f44f00;
}
#nav_sp{
	display: none;
}

@media screen and (max-width: 1180px) {

	header {
		padding-top: 10px;
		border-top: 3px solid #f44f00;
	}
	header h1 {
		width: 180px;
	}
	header .logo_area {
		border-right: none;
	}
	#nav_sp{
		display: block;
	}
	#nav_pc {
		display: none;
	}
	.button-toggle {
		width: 70px;
		height: 53px;
		cursor: pointer;
		background: #f44f00;
		position: absolute;
		top: 13px;
		right: 10px;
		z-index: 999;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	.button-toggle span {
		width: 45px;
		height: 30px;
		display: block;
		position: absolute;
		top: 12px;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #fff;
		border-top: 13px solid #f44f00;
		border-bottom: 13px solid #f44f00;
		box-sizing: border-box;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 999;
	}
	.button-toggle.active span {
		border-color: #f44f00;
	}
	.button-toggle span:before {
		content: '';
		position: absolute;
		width: 45px;
		height: 4px;
		background: #fff;
		top: -10px;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.button-toggle span:after {
		content: '';
		position: absolute;
		width: 45px;
		height: 4px;
		background: #fff;
		bottom: -10px;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.menu {
		position: absolute;
		z-index: 99999;
		top: 77px;
		left: 0px;
		width: 100%;
		background: #fff;
		color: #fff;
		box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
	}
	.menu li {
		float: left;
		width: 50%;
	}
	.menu li:first-child {
		width: 100%;
	}
	.menu li:nth-child(even) {
		border-right: 1px solid #efefef;
	}
	.menu li:nth-child(even) {
		margin-right: 0;
	}
	.menu .selected {
		background: #3e3e3e;
	}
	.menu .selected a,
	.menu .selected a span {
		color: #fff;
	}
	.menu li a {
		display: block;
		color: #484848;
		line-height: 140%;
		text-decoration: none;
		text-align: center;
		padding: 25px 0;
		font-size: 14px;
		font-weight: 600;
		position: relative;
		border-top: 1px solid #efefef;
	}
	.menu li a:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 2.5px 0 2.5px 5px;
		border-color: transparent transparent transparent #f44f00;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0 auto -15px;
	}
	.menu li a span {
		display: block;
		font-size: 10px;
		font-weight: bold;
		color: #ababab;
	}
	.sp_tel_box {
		display: block;
		width: 200px;
	}

}

@media screen and (max-width: 950px) {

	header .contents_inner:before {
		content: none;
	}

}

@media screen and (max-width: 640px) {

	header {
		padding: 13px 0;
	}
	body.is_fixed .nav_fix {
		position: static;
	}
	header .logo_area {
		padding: 0;
	}
	header h1 {
		width: auto;
	}
	.button-toggle {
		width: 60px;
		height: 46px;
		top: 10px;
	}
	.button-toggle span {
		top: 0;
		bottom: 0;
		margin: auto;
		border-top: 14px solid #f44f00;
		border-bottom: 13px solid #f44f00;
	}
	.button-toggle span:before,
	.button-toggle span:after {
		height: 3px;
	}
	.menu {
		top: 66px;
	}
	.menu li a {
		font-size: 13px;
	}

}

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

	contents

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

/* breadcrumb */
#breadcrumb {
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	color: #4d4d4d;
	margin-bottom: 50px;
	padding: 5px 0;
	box-sizing: border-box;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
#breadcrumb .breadcrumb_text{
	display:inline-block;
	padding-left: 8px;
}
#breadcrumb .breadcrumb_link{
	display:inline-block;
}
#breadcrumb .breadcrumb_link a{
	margin: 0 8px;
	color: #f44f00;
}
#breadcrumb .breadcrumb_link a:hover{
	color:#ba6716;
}
#breadcrumb::-webkit-scrollbar {
	height: 5px;
}
#breadcrumb::-webkit-scrollbar-track {
	background-color: #FFF;
}
#breadcrumb::-webkit-scrollbar-thumb {
	background-color: rgba( 238, 238, 238, 0.8);
}

/* lower_img */
#lower_img {
	padding: 60px 0;
	background-image: url(../img/common/lower_img.jpg);
	position: relative;
}
#lower_img:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 149, 27, 0.6);
	position: absolute;
	left: 0;
	top: 0;
}
#lower_img h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	z-index: 50;
	-webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, .5);
	-moz-text-shadow: 0 1px 5px rgba(0, 0, 0, .5);
	text-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}
#lower_img h2 span {
	display: block;
	font-family: "M PLUS Rounded 1c";
	margin-top: 10px;
	-webkit-text-stroke: 0.8px;
}


@media screen and (max-width: 1180px) {

	#lower_img {
		padding: 30px 0 40px;
	}

}

@media screen and (max-width: 640px) {
	#breadcrumb{
		height: auto;
	}
	#breadcrumb ul li{
		font-size: 11px;
		font-size: 1.1rem;
	}
	#lower_img {
		padding: 25px 0;
	}
	#lower_img h2 {
		font-size: 18px;
	}

}

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

	recruit_block

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

#recruit_block {
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(../img/common/recruit_bg.jpg) no-repeat;
}
#recruit_block h2,
#recruit_block h2 span {
	color: #fff;
	-webkit-text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	-moz-text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}
#recruit_block .recruit_box p {
	font-size: 22px;
	font-weight: 600;
	line-height: 180%;
	text-align: center;
	color: #fff;
	margin-top: 40px;
	-webkit-text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	-moz-text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}
#recruit_block .link_btn {
	color: #f44f00 !important;
	display: block;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	margin: 40px auto 0;
	background: url(../img/common/arrow_orange.png) #fff no-repeat;
	background-position: 86% center;
}
#recruit_block .link_btn:hover {
	color: #fff !important;
	background-color: #5a5550;
}
#recruit_block .recruit_box {
	margin-top: 20px;
}

@media screen and (max-width: 840px) {

	#recruit_block {
		padding: 50px 0 45px;
	}
	#recruit_block h2,
	#recruit_block h2 span,
	#recruit_block .recruit_box p {
		text-shadow: none;
	}

}

@media screen and (max-width: 640px) {

	#recruit_block:before {
		display: none;
	}
	#recruit_block {
		margin-top: 0;
		padding: 30px 0 35px;
	}
	#recruit_block h2 {
		font-size: 16px;
		letter-spacing: 0;
	}
	#recruit_block .recruit_box p {
		font-size: 16px;
		line-height: 180%;
		margin-top: 30px;
	}
	#recruit_block .link_btn {
		margin-top: 25px;
	}

}


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

	section_img_btm

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

.section_img_btm {
	width: 100%;
}

@media screen and (max-width: 840px) {

}

@media screen and (max-width: 640px) {


}

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

	contact_block

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

#contact_block {
	padding: 50px 0;
	border-top: 1px solid #f2f2f2;
}
#contact_block .contents_inner {
	padding: 0 80px;
}
#contact_block .text_box p {
	font-size: 18px;
	font-weight: 600;
	line-height: 180%;
	text-align: center;
	color: #3f3f3f;
}
#contact_block .link_btn {
	margin: 30px auto 0;
}


@media screen and (max-width: 920px) {

	#contact_block .text_box p {
		font-size: 16px;
	}
	#contact_block .pink_btn {
		width: 210px;
	}

}

@media screen and (max-width: 840px) {

	#contact_block .text_box {
		float: none !important;
	}
	#contact_block .text_box p {
		text-align: center;
	}
	#contact_block .pink_btn {
		float: none !important;
		margin: 20px auto 0;
	}

}

@media screen and (max-width: 640px) {

	#contact_block {
		padding: 20px 0 30px;
		background-position: left bottom;
	}
	#contact_block .contents_inner {
		padding: 0 0;
	}
	#contact_block .text_box p {
		font-size: 15px;
	}

}

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

	pagetop

-----------------------------------*/
#pagetop {
	width: 94px;
	height: 108px;
	position: fixed;
	right: 40px;
	bottom: 80px;
	cursor: pointer;
	z-index: 999;
}
#pagetop img {
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
#pagetop_sp{
	display:none;
}
#pagetop:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	#pagetop{
		display:none !important;
	}
	#pagetop_sp{
		height: 40px;
		background: url(../img/common/sp/pagetop.png) #ed8a24;
		background-repeat: no-repeat;
		background-position: center;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		cursor: pointer;
		display:block;
	}

}

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

	footer

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

footer {
	background: #fff;
	padding-top: 10px;
}
footer nav {
	margin-top: 40px;
}
footer nav ul {
	width: 800px;
}
footer nav li {
	float: left;
}
footer nav li a {
	color: #464646 !important;
	font-size: 13px;
	font-weight: 500;
	padding: 0 20px;
	position: relative;
}
footer nav li a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 4.3px;
	border-color: transparent transparent transparent #f44f00;
	position: absolute;
	left: 9px;
	top: 7px;
	bottom: 0;
}
footer nav li a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
footer .logo_area {
	display: block;
	margin-top: 25px;
}
footer .logo_area p {
	color: #464646;
	font-size: 13px;
	line-height: 150%;
	margin-top: 5px;
}
footer .logo_area p span {
	font-size: 14px;
	font-weight: 600;
	color: #464646;
}
footer #footer_copy {
	font-size: 15px;
	text-align: center;
	color: #fff;
	background: #5a5550;
	margin-top: 35px;
	padding: 5px 0;
}

@media screen and (max-width: 840px) {

	footer nav {
		margin-top: 10px;
	}
	footer nav ul {
		width: 100% !important;
	}
	footer nav li {
		width: auto;
	}
	footer nav li a {
		font-size: 12px;
		padding: 0 16px;
	}
	footer .logo_area {
		width: auto;
		margin-top: 20px;
	}

}

@media screen and (max-width: 640px) {

	footer {
		padding-top: 0;
	}
	footer .contents_inner {
		width: 100%;
	}
	footer nav {
		margin-top: 0;
		padding: 0;
	}
	footer nav.right {
		float: none !important;
	}
	footer .logo_area {
		float: none !important;
		margin: 30px 0 35px;
	}
	footer .logo_area h1 {
		width: 191px;
		margin: 0 auto;
	}
	footer .logo_area p {
		text-align: center;
	}
	footer nav ul {
		width: 100% !important;
	}
	footer nav li {
		box-sizing: border-box;
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #f2f2f2;
	}
/*
	footer nav li:first-child {
		width: 100%;
	}
*/
	footer nav li:nth-child(even),
	footer nav li:last-child {
		border-left: 1px solid #f2f2f2;
	}
	footer nav li a {
		display: block;
		border: none;
		padding: 10px 0;
		text-align: center;
	}
	footer nav li a:hover {
		text-decoration: none;
	}
	footer nav li a:before {
		left: 10px;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	footer #footer_copy {
		margin-top: 0;
	}

}
