@charset "UTF-8";
body {
  width: 100%;
  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: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  color: #251e1c;
	background: url("../images/common/bg.png") repeat-y 0 0 #fff;
  background-size: 100%;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
a {
  text-decoration: none;
  color: #251e1c;
}
.cf:after {
  display: block;
  content: "";
  clear: both;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.d_pc {
  display: none;
}

/*
       01. header
========================================================================== */
header {
  padding: 5.3333vw 5.3333vw 5.3333vw 4vw;
}
header .logo {
  float: left;
	display: block;
	overflow: hidden;
	width: 34.6667vw;
	height: 0;
	padding-top: 6.4vw;
	background: url("../images/common/logo.png") no-repeat 0 50%;
  background-size: contain;
}

/*
       02. gnav
========================================================================== */
.menu-trigger {
  display: inline-block;
  width: 8.6667vw;
  height: 7.3333vw;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 5.3333vw;
  right: 5.3333vw;
  z-index: 1001;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #e83828;
	border-radius: 2px;
	transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(3.2vw) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 3.2vw;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-3.2vw) rotate(45deg);
}
nav {
	width: 49vw;
  padding: 13vw 0 9vw 9.4vw;
  background-color: rgb(232, 56, 40, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transform: translate(250px);
  transition: all .5s;
	box-sizing: border-box;
}
nav.open {
  transform: translateZ(0);
}
nav li a {
	display: block;
  padding: 1em 0;
  color: #fff;
	letter-spacing: 0.08em;
	line-height: 1;
}
nav li a span:first-child {
	margin-bottom: 0.1em;
	display: block;
  font-size: 4.2vw;
}
nav li a span:last-child {
  font-size: 2.5vw;
}
nav * {
  box-sizing: border-box;
}

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

/*
       04. top common
========================================================================== */
#top_industry h2,
#top_company h2,
#top_message h2 {
	display: block;
	margin-bottom: 8vw;
	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: 10px;
	font-size: 6.8vw;
	letter-spacing: 0.06em;
	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: 31vw;
	height: 2px;
	background: #f8b500;
}
#top_industry h2 span:last-child,
#top_company h2 span:last-child,
#top_message h2 span:last-child {
	display: block;
	font-size: 3vw;
	letter-spacing: 0.2em;
}

/*
       05. top_lead
========================================================================== */
#top_lead {
	margin: 0 auto 16vw;
}
#top_lead > img {
	margin-bottom: 7.5vw;
	width: 73.3333vw;
}
#top_lead .txt {
	text-align: center;
}
#top_lead .txt h2 {
	line-height: 1;
}
#top_lead .txt h2 > span:first-child {
	display: block;
	margin-bottom: 20px;
	font-size: 3.4vw;
	color: #656464;
}
#top_lead .txt h2 > span:last-child {
	display: block;
	margin-bottom: 20px;
	font-size: 5.9vw;
	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: 3.6vw;
	line-height: 2;
	color: #656464;
	letter-spacing: 0.15em;
}

/*
       06. top_industry
========================================================================== */
#top_industry {
}
#top_industry .industry_list {
	margin: 0 auto;
	width: 84%;
}
#top_industry .industry_list > li {
	margin-bottom: 16vw;
}
#top_industry .industry_list > li .tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
	flex-wrap: wrap;
	margin: 7.2vw 0 3vw;
}
#top_industry .industry_list > li .tags li {
	margin: 0 0.5em 0.5em 0;
	padding: 0.4em 1.3em;
	line-height: 1;
	color: #6e4e47;
	font-size: 2.9vw;
	font-weight: 500;
  background: #fff;
	border: 2px solid #6e4e47;
	border-radius: 30px;
}
#top_industry .industry_list > li h3 {
	margin-bottom: 5.3333vw;
	font-size: 5.3333vw;
	font-weight: 500;
	line-height: 1.4;
}
#top_industry .industry_list > li h3 span:first-child {
	display: block;
	margin-bottom: 2vw;
	font-weight: 500;
}
#top_industry .industry_list > li h3 .pref {
	padding: 0.1em 1.2em 0.2em;
	font-size: 3.3333vw;
	font-weight: 500;
	line-height: 1;
	background: #251e1c;
	color: #fff;
}
#top_industry .industry_list > li .catch {
	margin-bottom: 10px;
	font-size: 4.6667vw;
	line-height: 1.4;
}
#top_industry .industry_list > li a {
	display: block;
	margin-top: 1em;
	color: #e83828;
	font-weight: bold;
}
#top_industry .industry_list > li p {
	line-height: 1.8;
}

/*
       07. top_company
========================================================================== */
#top_company {
	margin-bottom: 18.6667vw;
}
#top_company h2 span:first-child::before {
	width: 29vw;
}
#top_company .company_inner {
}
#top_company .company_inner .txt {
	background: #fff;
	line-height: 1.4;
	text-align: center;
}
#top_company .company_inner .txt dt {
	padding: 0.8em 0.5em 0;
	font-weight: bold;
}
#top_company .company_inner .txt dd {
	padding: 0.5em 0.5em 0.8em; 
}
#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 .txt {
	margin: 0 auto;
	width: 84%;
}
#top_message .message_inner .txt h3 {
	margin-top: 6.6667vw;
	line-height: 1;
}
#top_message .message_inner .txt h3 > span:first-child {
	display: block;
	margin-left: -0.5em;
	margin-bottom: 3.5vw;
	font-size: 4vw;
	font-weight: bold;
}
#top_message .message_inner .txt h3 > span:last-child {
	display: block;
	margin-bottom: 7.2vw;
	font-size: 6vw;
	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;
}
#top_message .message_inner .txt .name {
	margin-top: 1em;
	text-align: right;
}

/*
     03. footer
========================================================================== */
footer {
	margin-top: 16vw;
}
footer .f_contact {
	padding: 8vw 0 5.3333vw;
	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: 8vw;
	width: 100%;
	text-align: center;
	line-height: 1;
}
footer .f_contact h2 span:first-child {
	display: block;
	margin-bottom: 10px;
	font-size: 6.8vw;
  letter-spacing: 0.06em;
	font-weight: bold;
}
footer .f_contact h2 span:last-child {
	font-size: 3vw;
  letter-spacing: 0.2em;
}
footer .f_contact ul {
}
footer .f_contact li {
	margin-bottom: 1em;
	text-align: center;
	line-height: 1;
}
footer .f_contact .tel i {
	display: inline-block;
	margin-right: 5px;
  width: 3.4667vw;
}
footer .f_contact .tel > span a {
  font-size: 5vw;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
footer .f_contact .tel span span {
	margin-top: 0.8em;
	display: block;
  font-size: 3.0667vw;
	font-weight: bold;
}
footer .f_contact .mail i {
	display: inline-block;
	margin-right: 7px;
  width: 3.7333vw;
}
footer .f_contact .mail a {
  font-size: 3.0667vw;
	font-weight: bold;
	color: #fff;
}
footer .foot {
	position: relative;
}
footer .copy {
  width: 100%;
	padding-left: 8vw;
  height: 60px;
  font-size: 2.5vw;
  background: #251e1c;
  color: #fff;
	line-height: 60px;
	box-sizing: border-box;
}
footer .pagetop {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	overflow: hidden;
  width: 60px;
  height: 0;
  padding-top: 60px;
  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", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}