@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial, helvetica, clean, sans-serif, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 16px;
  line-height: 1.6;
  color: #251e1c;
  min-width: 1022px;
  letter-spacing: 0.05em;
	background: url("../images/common/bg.png") repeat-y 0 0 #fff;
  background-size: 100%;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
a {
  color: #251e1c;
  text-decoration: none;
}
img {
  max-width: 100%;
	height: auto;
  vertical-align: bottom;
}
.cf:after {
  display: block;
  content: "";
  clear: both;
}
.d_sp {
  display: none;
}
/*
       01. header
========================================================================== */
header {
	margin: 0 auto;
  width: 1022px;
  padding: 30px 0 20px;
}
header .logo {
  float: left;
	display: block;
	overflow: hidden;
	width: 200px;
	height: 0;
	padding-top: 60px;
	background: url("../images/common/logo.png") no-repeat 0 50%;
  background-size: contain;
}

/*
       02. gnav
========================================================================== */
header #gnav {
	float: right;
  width: 750px;
  position: relative;
}
header #gnav ul {
  display: flex;
  justify-content: center;
}
header #gnav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
	height: 60px;
  border-right: 2px solid #efefef;
  box-sizing: border-box;
}
header #gnav ul li:first-child {
  border-left: 2px solid #efefef;
}
header #gnav ul li a {
  display: block;
  text-align: center;
  color: #5c5036;
  font-size: 16px;
  font-weight: bold;
}
header #gnav ul li a span:first-child {
	display: block;
  color: #656464;
	font-size: 18px;
	font-family: 'Comfortaa', cursive;
}
header #gnav ul li a span:last-child {
	display: block;
	font-size: 10px;
}

/*
       03. kv
========================================================================== */
.top_kv {
	position: relative;
	margin-bottom: 50px;
}
.top_kv h1 {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 48.571vw;
	background: url("../images/top/kv_logo.png") no-repeat 50% 50%;
  background-size: 36.071vw;
	z-index: 100;
}

/*
       04. top common
========================================================================== */
#top_industry h2,
#top_company h2,
#top_message h2 {
	display: block;
	margin-bottom: 70px;
	width: 100%;
	position: relative;
	text-align: center;
	line-height: 1;
}
#top_industry h2 span:first-child,
#top_company h2 span:first-child,
#top_message h2 span:first-child {
	display: block;
	margin-bottom: 15px;
	font-size: 48px;
	font-weight: bold;
	color: #f8b500;
}
#top_industry h2 span:first-child::before,
#top_company h2 span:first-child::before,
#top_message h2 span:first-child::before {
	display: block;
	position: absolute;
	top: 0.4em;
	left: 0;
	content: '';
	width: 41vw;
	height: 3px;
	background: #f8b500;
}
#top_industry h2 span:last-child,
#top_company h2 span:last-child,
#top_message h2 span:last-child {
	display: block;
	font-size: 18px;
	letter-spacing: 0.2em;
}

/* for IE 11 */
@media all and (-ms-high-contrast:none) {
	#top_industry h2 span:first-child::before,
	#top_company h2 span:first-child::before,
	#top_message h2 span:first-child::before {
		width: 39vw;
	}
}
/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
	#top_industry h2 span:first-child::before,
	#top_company h2 span:first-child::before,
	#top_message h2 span:first-child::before {
		width: 39vw;
	}
}

/*
       05. top_lead
========================================================================== */
#top_lead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
	margin: 0 auto 140px;
	width: 1260px;
}
#top_lead > img {
	width: 520px;
}
#top_lead .txt {
	width: 580px;
	padding-left: 40px;
}
#top_lead .txt h2 {
	line-height: 1;
}
#top_lead .txt h2 > span:first-child {
	display: block;
	margin-bottom: 20px;
	font-size: 19px;
	color: #656464;
}
#top_lead .txt h2 > span:last-child {
	display: block;
	margin-bottom: 30px;
	font-size: 42px;
	letter-spacing: -0.4em;
	margin-left: -0.5em;
}
#top_lead .txt h2 span.re {
	color: #e83828;
}
#top_lead .txt h2 span.re::before {
	content: '';
	margin-left: 0.4em;
}
#top_lead .txt h2 span.let2::before {
	margin-left: 0;
}
#top_lead .txt h2 span.re::after {
	content: '';
	margin-right: 0.5em;
}
#top_lead .txt p {
	font-size: 20px;
	line-height: 2;
	color: #656464;
}

/*
       06. top_industry
========================================================================== */
#top_industry {
	margin-bottom: 100px;
}
#top_industry .industry_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1022px;
}
#top_industry .industry_list > li {
	margin-bottom: 60px;
  width: 47%;
}
#top_industry .industry_list > li .tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
	flex-wrap: wrap;
	margin: 30px 0 10px;
}
#top_industry .industry_list > li .tags li {
	margin: 0 0.5em 0.5em 0;
	padding: 0.3em 1.5em;
	line-height: 1;
	color: #6e4e47;
	font-size: 14px;
	font-weight: 500;
  background: #fff;
	border: 2px solid #6e4e47;
	border-radius: 30px;
}
#top_industry .industry_list > li h3 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
#top_industry .industry_list > li h3 .pref {
	margin-left: 0.4em;
	padding: 0.1em 0.8em 0.2em;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	background: #251e1c;
	color: #fff;
}
#top_industry .industry_list > li .catch {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.4;
}
#top_industry .industry_list > li a {
	display: block;
	margin-top: 1em;
	color: #e83828;
	font-weight: bold;
}

/*
       07. top_company
========================================================================== */
#top_company {
	margin-bottom: 180px;
}
#top_company h2 span:first-child::before {
	width: 40.2vw;
}
/* for IE 11 */
@media all and (-ms-high-contrast:none) {
	#top_company h2 span:first-child::before {
		width: 38.2vw;
	}
}
/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
	#top_company h2 span:first-child::before {
		width: 38.2vw;
	}
}
#top_company .company_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#top_company .company_inner img {
  width: 50vw;
}
#top_company .company_inner .txt {
  width: 50vw;
	background: #fff;
}
#top_company .company_inner .txt dt {
	clear: both;
	float: left;
	padding: 0 0.5em; 
  width: 6em;
	height: 3.94vw;
	line-height: 3.94vw;
	text-align: right;
	box-sizing: border-box;
}
#top_company .company_inner .txt dd {
	float: left;
	padding: 0 0.5em; 
	height: 3.94vw;
	line-height: 3.94vw;
	width : 90% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 6em) ;
	width : calc(100% - 6em) ;
	box-sizing: border-box;
}
#top_company .company_inner .txt > *:nth-child(4n-1),
#top_company .company_inner .txt > *:nth-child(4n) {
	background: #e8e8e8;
}

/*
       08. top_message
========================================================================== */
#top_message .message_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
	flex-direction: row-reverse;
	margin: 0 auto;
	width: 1130px;
}
#top_message .message_inner > img {
	width: 600px;
}
#top_message .message_inner .txt {
	width: 480px;
	padding-right: 40px;
}
#top_message .message_inner .txt h3 {
	line-height: 1;
}
#top_message .message_inner .txt h3 > span:first-child {
	display: block;
	margin-left: -0.5em;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
}
#top_message .message_inner .txt h3 > span:last-child {
	display: block;
	margin-bottom: 30px;
	font-size: 37px;
	letter-spacing: -0.4em;
	margin-left: -0.5em;
}
#top_message .message_inner .txt h3 span.re {
	color: #e83828;
	font-weight: bold;
}
#top_message .message_inner .txt h3 span.re::before {
	content: '';
	margin-left: 0.4em;
}
#top_message .message_inner .txt h3 span.re::after {
	content: '';
	margin-right: 0.5em;
}
#top_message .message_inner .txt h3 span.normal {
	letter-spacing: 0;
	font-weight: bold;
}
#top_message .message_inner .txt p {
	line-height: 2;
	font-size: 15px;
}
#top_message .message_inner .txt .name {
	margin-top: 1em;
	text-align: right;
}

/*
     03. footer
========================================================================== */
footer {
	margin-top: 120px;
}
footer .f_contact {
	padding: 80px 0;
	background: rgb(247,180,0);
	background: linear-gradient(90deg, rgba(247,180,0,1) 0%, rgba(231,56,40,1) 100%);
	color: #fff;
}
footer .f_contact h2 {
	display: block;
	margin-bottom: 50px;
	width: 100%;
	text-align: center;
	line-height: 1;
}
footer .f_contact h2 span:first-child {
	display: block;
	margin-bottom: 10px;
	font-size: 45px;
	font-weight: bold;
}
footer .f_contact h2 span:last-child {
	font-size: 18px;
}
footer .f_contact ul {
	width: 650px;
	margin: 0 auto 20px;
	overflow: inherit;
}
footer .f_contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
	margin-bottom: 20px;
}
footer .f_contact .tel i {
	margin-right: 20px;
  width: 25px;
}
footer .f_contact .tel > span a {
  font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	pointer-events: none;
}
footer .f_contact .tel span span {
	margin-left: 20px;
  font-size: 20px;
	font-weight: bold;
}
footer .f_contact .mail i {
	margin-right: 20px;
  width: 27px;
}
footer .f_contact .mail a {
  font-size: 21px;
	font-weight: bold;
	color: #fff;
}
footer .foot {
	position: relative;
}
footer .copy {
  width: 100%;
  height: 80px;
  text-align: center;
  font-size: 12px;
  background: #251e1c;
  color: #fff;
	line-height: 80px;
  letter-spacing: 0.2em;
}
footer .pagetop {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	overflow: hidden;
  width: 80px;
  height: 0;
  padding-top: 80px;
  background: url("../images/common/pagetop.png") no-repeat 50% 50% #f8b500;
	background-size: 20px;
  cursor: pointer;
}

/*
     09. multi-class
========================================================================== */
/*****　画像 *****/
.fade {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.fade:hover {
  opacity: .5;
  filter: alpha(opacity=60);
}
/*****　テキスト *****/
.comfortaa {
	font-family: 'Comfortaa', cursive;
}
.mincho {
  font-family: 'Noto Serif JP', serif, "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}