@charset "UTF-8";
/* CSS Document */
html {
	width: 100%;
	height:100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 16px;
	font-family: 'Lato', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
*, *: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 { 
	text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
.relative {
	position: relative;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.none {
	display: none;
}
#wrapper {
	width: 100%;
	height: 100%;
}
h1,h2,h3,h4,h5 {
	line-height: 150%;
	margin: 0;
	padding: 0;
}
p,ul,figure,figcaption,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.red {
	color: #BF0000;
}
/**********************************
			top
**********************************/
#top {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	overflow: hidden;
	transform: translate(0%,0%);
	transition: 0.5s;
}
#top.active {
	transform: translate(0%,0%);
	transition: .5s;
}
.top_inner {
	max-width: 100%;
	margin: 0px auto;
	padding: 40px 40px 0;
	transition: 0.3s;
}
.top_inner .logo {
	float: left;
	width: 200px;
	height: auto;
	margin: 0;
	display: inline-block;
}
.top_inner .logo img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.top_inner .nav ul {
	margin: 0;
	padding: 0;
	float: right;
	font-size: 0;
}
.top_inner .nav li {
	display: inline-block;
	width: auto;
	text-align: center;
}
.top_inner .nav ul li a {
	display: inline-block;
	vertical-align: middle;
	color: #2b2a27;
	padding: 0px;
	margin-right: 20px;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 0.9rem;
	position: relative;
	text-decoration: none;
	letter-spacing: 2px;
}
.top_inner .nav ul li:last-child a {
	margin-right: 0;
}
.top_inner .nav ul li a::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000000;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.top_inner .nav ul li a:hover::after {
	transform: scale(1, 1);
}
.top_inner .nav ul li a.this {
	color: #f4ce53!important;
}
.top_inner .nav ul li a.this::after {
	display: none;
}
.top_inner .nav ul li a.this::before {
	position: absolute;
	top: -8px;
	right: -8px;
	content: '';
	width: 100%;
	width: 8px;
	height: 8px;
	background: #f4ce53;
	display: block;
	border-radius: 50%;
}

.scroll_down a {
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translate(-50%,0);
	font-family: "Montserrat";
	text-align: center;
	line-height: 180%;
	font-size: 0.9rem;
	color: #000000;
}
/**********************************
			header
**********************************/
header {
	width: 100%;
	height: 100%;
	position: relative;
	background: url("../img/common/kv.png") 50% 50% / cover;
}
.header_inner {
	max-width: 1200px;
	height: auto;
	margin: 0px auto;
}
.header_inner img {
	width: 100%;
	height: auto;
}
/**********************************
			white
**********************************/
.white {
	width: 100%;
	height: auto;
	padding: 5% 0;
}
.white_inner {
	max-width: 1000px;
	height: auto;
	margin: 0px auto;
	position: relative;
}
.w100 img {
	width: 100%;
	height: auto;
}

.ttl_wrap {
	margin-bottom: 80px;
	text-align: center;
}
.main_ttl {
	display: block;
	font-size: 2rem;
	font-family: "Montserrat";
	margin-bottom: 30px;
}
.sub_ttl {
	display: block;
	font-size: 1rem;
	letter-spacing: 2px;
}
.btn a {
	max-width: 360px;
	display: block;
	margin: 0px auto;
	background: #000000;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
	font-family: "Montserrat";
	font-weight: 200;
	letter-spacing: 2px;
	font-size: 0.9rem;
	border: 2px solid #000000;
}
.btn a:hover {
	background: #FFFFFF;
	text-decoration: none;
	border: 2px solid #000000;
	color: #000000;
}
/**********************************
			service
**********************************/
.service {
	width: 100%;
	height: auto;
	padding: 5% 0;
	position: relative;
}
.service_inner {
	max-width: 1100px;
	height: auto;
	margin: 0px auto;
}
ul.service_list li {
	display: block;
	width: 100%;
	margin-bottom: 5%;
}
ul.service_list li:last-child {
	margin-bottom: 0;
}
.service_list_table {
	width: 100%;
	position: relative;
}
.service_list_icon img {
    display: block;
    width: 100%;
    max-width: 628px;
    height: 100%;
    max-height: 628px;
	background: #EEEEEE;
}
.service_list_cv {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
    width: calc(100% - 628px);
    left: calc(628px - 80px);
    border: 1px solid #ccc;
    background-color: #FFFFFF;
	padding: 50px;
	text-align: center;
}
.service_logo img {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0px auto;
	margin-bottom: 30px;
}
.service_ttl {
	font-size: 1rem;
	margin-bottom: 30px;
	font-weight: bold;
}
.service_text {
	font-size: 0.8rem;
	margin-bottom: 30px;
}

table.news {
	display: table;
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	border-collapse: collapse;
	font-size: 0.9rem;
}
table.news tr {
	width: 100%;
	border-bottom: 1px solid #DDDDDD;	
}
table.news th {
	width: 180px;
	text-align: left;
	font-family: "Montserrat";
	font-weight: 300;
	padding: 30px;
	letter-spacing: 2px;
}
table.news td {
	width: auto;
	padding: 30px;
}
table.news td a {
	color: #000000;
}
/**********************************
			footer
**********************************/
footer {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	margin-top: 5%;
}
.footer_inner {
	max-width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 5%;
	font-size: 0.8rem;
	font-weight: 200;
	letter-spacing: 2px;
	text-align: center;
	color: #888888;
	font-family: "Montserrat";
}