html {
	box-sizing: border-box;
	height: 100vh;
	font-family: "Noto Sans JP", sans-serif;
}

body {
	font-size: 1rem;
	color: #444;
	padding-bottom: 100px;
	margin: 0;
	padding: 0;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #f86834;
	text-decoration: none
}

img {
	max-width: 100%;
}

.btn-mail {
	padding: 10px 20px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
}

.btn-mail:hover {
	border: 1px solid #f86834;
	background: #f86834;
	color: #fff;
}

.btn-recruit {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 300px;
	text-align: center;
	border: 1px solid #111;
	border-radius: 5px;
	font-weight: bold;
}

.btn-recruit:hover {
	border: 1px solid #f86834;
	background: #f86834;
	color: #fff;
}



.header {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
}

.header .nav-content {
	width: 1220px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .nav-content .logo {
	width: 350px;
}

.header .nav-content .nav-list {
	flex: 1;
}

.header .nav-content .nav-list li {
	display: inline-block;
	margin-right: 30px;
}

.header .nav-content .nav-list li a {
	font-size: 1.2rem;
}

.header .nav-content .nav-list li a:hover {
	border-bottom: 3px solid #f86834;
	padding-bottom: 10px;
}

.header .nav-content .nav-list .active a {
	color: #f86834;
}

.w1220 {
	width: 1220px;
	margin: 0 auto;
}

.w6 {
	font-family: "HiraginoSans-W6";
}

.outfit {
	font-family: "Outfit";
}

.ceo-message {
	width: 100%;
    padding: 80px 0 46px 0;
    background: url(home-ceo-bg.jpg) no-repeat center;
    box-sizing: border-box;
}

.ceo-message .content-title {
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ceo-message .content-title:before {
	content: '';
	position: absolute;
	left: 260px;
	top: 50%;
	width: 200px;
	height: 2px;
	margin-top: -1px;
	background: #f86834;
}

.ceo-message .content-title:after {
	content: '';
	position: absolute;
	right: 260px;
	top: 50%;
	width: 200px;
	height: 2px;
	margin-top: -1px;
	background: #f86834;
}

.ceo-message .big {
	font-weight: 500;
	font-size: 30px;
}

.ceo-message .small {
	font-size: 20px;
	margin-top: 15px;
}

.company-info {
	width: 100%;
	padding: 80px 0 46px 0;
	box-sizing: border-box;
}

.company-info .content-title {
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.company-info .content-title:before {
	content: '';
	position: absolute;
	left: 260px;
	top: 50%;
	width: 200px;
	height: 2px;
	margin-top: -1px;
	background: #f86834;
}

.company-info .content-title:after {
	content: '';
	position: absolute;
	right: 260px;
	top: 50%;
	width: 200px;
	height: 2px;
	margin-top: -1px;
	background: #f86834;
}

.company-info .big {
	font-weight: 500;
	color: #303030;
	font-size: 30px;
}

.company-info .small {
	font-size: 20px;
	color: #919191;
	margin-top: 15px;
}

.company-info .company-main {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}

.company-info .company-main .des {
	display: flex;
	border-bottom: 1px solid #E2E2E2;
	padding: 15px 0;
}

.company-info .company-main .des .lable {
	font-size: 16px;
	color: #f86834;
	width: 180px;
	font-weight: bold;
}

.company-info .company-main .des .value {
	font-size: 14px;
	color: #303030;
	flex: 1;
}

.company-info .company-main .des p {
	margin: 0;
	padding: 0;
}

.recruit-contact {
	width: 100%;
	padding: 80px 0 46px 0;
	box-sizing: border-box;
}

.recruit-contact .content-title {
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.recruit-contact .content-title:before {
	content: '';
	position: absolute;
	left: 80px;
	top: 50%;
	width: 120px;
	height: 2px;
	margin-top: -1px;
	background: #f86834;
}

.recruit-contact .content-title:after {
	content: '';
	position: absolute;
	right: 80px;
	top: 50%;
	width: 120px;
	height: 2px;
	margin-top: -1px;
	background: #f86834;
}

.recruit-contact .big {
	font-weight: 500;
	font-size: 30px;
}

.recruit-contact .small {
	font-size: 20px;
	margin-top: 15px;
}

.recruit-contact .recruit-contact-main {
	display: flex;
}

.recruit-contact .recruit-contact-main .contact {
	flex: 1;
}

.recruit-contact .recruit-contact-main .recruit {
	flex: 1;
	text-align: center;
}

.career-container{
	width: 100%;
    padding: 50px 0 46px 0;
    box-sizing: border-box;
}

.career-container .content-title {
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 40px;
}

.career-container .content-title:before {
	content: '';
	position: absolute;
	left: 200px;
	top: 50%;
	width: 200px;
	height: 2px;
	margin-top: -1px;
	background: #f86834;
}

.career-container .content-title:after {
	content: '';
	position: absolute;
	right: 200px;
	top: 50%;
	width: 200px;
	height: 2px;
	margin-top: -1px;
	background: #f86834;
}

.career-container .big {
	font-weight: 500;
	color: #303030;
	font-size: 30px;
}

.career-container .small {
	font-size: 20px;
	color: #919191;
	margin-top: 15px;
}

.contact-container{
	width: 100%;
    padding: 50px 0 46px 0;
    box-sizing: border-box;
}

.contact-container .content-title {
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 40px;
}

.contact-container .content-title:before {
	content: '';
	position: absolute;
	left: 260px;
	top: 50%;
	width: 200px;
	height: 2px;
	margin-top: -1px;
	background: #f86834;
}

.contact-container .content-title:after {
	content: '';
	position: absolute;
	right: 260px;
	top: 50%;
	width: 200px;
	height: 2px;
	margin-top: -1px;
	background: #f86834;
}

.contact-container .big {
	font-weight: 500;
	color: #303030;
	font-size: 30px;
}

.contact-container .small {
	font-size: 20px;
	color: #919191;
	margin-top: 15px;
}

.footer {
	background: #fff;
	padding: 50px 0 50px 0;
	border-top: 1px solid #f86834;
}

.footer .ft-ct {
	display: flex;
}

.footer .ft-ct-l {
	width: 300px;
	padding-right: 50px;
}

.footer .ft-ct-c {
	flex: 1;
}

.footer .ft-ct-r {
	width: 300px;
	padding-left: 50px;
}

.footer .ft-ct-r img {
	width: 40px;
	margin-right: 5px;
}

.footer ul {
	padding: 0;
}

.footer ul li {
	display: inline-block;
}

/*.footer ul li a {
	color: #fff;
}

.footer ul li a:hover {
	color: #fff;
}*/