@charset "utf-8";
/* -------------------------------
 *
 * Reset
 *
 ------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
}
html {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1;
	font-size: 62.5%;
	color: #5C5C5C;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
img {
	border-style: none;
	border: none;
	vertical-align: bottom;
}
a {
	border-style: none;
	border: none;
	outline: none;
	text-decoration: none;
	color: #5C5C5C;
}
a:hover {
	color: #5C5C5C;
}
a img {
	border-style: none;
	border: none;
	outline: none;
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/* -------------------------------
 *
 * float
 *
 ------------------------------ */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/* -------------------------------
 *
 * clearfix
 *
 ------------------------------ */
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix {
	zoom: 1;
}
/* -------------------------------
 *
 * PC/SP Change
 *
 ------------------------------ */ 
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.pc_br {
	display: inline !important;
}
.sp_br {
	display: none!important;
}
@media screen and (max-width:767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.pc_br {
	display: none !important;
}
.sp_br {
	display: inline !important;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
}
@media screen and (min-width:768px) {
/* -------------------------------
 *
 * common
 *
 ------------------------------ */
#wrapper {
	width: 100%;
	min-width: 980px;
}
/* -------------------------------
 *
 * header
 *
 ------------------------------ */ 
header {
	overflow: hidden;
	padding: 30px 0;
}
.header_txt {
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 0 3em;
}
.navigation {
	float: right;
}
.navigation ul {
	overflow: hidden;
}
.navigation ul li {
	float: left;
	margin: 0 3em 0 0;
	vertical-align: bottom;
}
.navigation li a {
	font-size: 20px;
	font-size: 2.0rem;
	color: #ffffff;
	font-weight: 600;
	font-family: 'Khula', sans-serif;
	letter-spacing: 0.04em;
	position: relative;
	display: inline-block;
	padding: 12px 10px 6px;
}
.navigation_nav a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #ffffff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.navigation_nav a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.navigation_contact {
	border: #ffffff 2px solid;
	border-radius: 3px;
}
.navigation_contact a::before, .btn02 a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.navigation_contact a, .navigation_contact a::before, .navigation_contact a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.navigation_contact a:hover {
	background-color: #ffffff;
	color: #5CC1AF;
}
/* -------------------------------
 *
 * .contact_btn
 *
 ------------------------------ */ 
.contact_btn {
	position: fixed;
	bottom: 60px;
	right: 2%;
}
.contact_btn a {
	color: #ffffff;
	font-size: 16x;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 10;
	display: block;
	width: 150px;
	height: 150px;
	line-height: 150px;
}
.contact_btn a::before {
	content: '';
	background-color: #F06060;
	display: block;
	position: absolute;
	width: 150px;
	height: 150px;
	z-index: -1;
	border-radius: 50%;
	box-shadow: 0 0 0 0 #fff, 0 0 0 0 #F06060;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.contact_btn a:hover::before {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	box-shadow: 0 0 0 25px #fff, 0 0 0 27px #F06060;
}
/* -------------------------------
 *
 * footer
 *
 ------------------------------ */ 
footer {
	width: 100%;
	background: #cccccc;
	padding: 20px 0;
}
#footer {
	width: 980px;
	margin: 0 auto;
}
#copy {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}
/* -------------------------------
 *
 * home
 *
 ------------------------------ */
.home {
	width: 100%;
	height: 100vh;
	background: #5CC1AF;
	color: #ffffff;
	position: relative;
}
#main {
	letter-spacing: 0.04em;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	text-align: center;
}
h1 {
	font-size: 18x;
	font-size: 1.8rem;
	line-height: 1.5;
	width: 100%;
	margin: 0 0 20px;
}
#main_txt {
	font-size: 46px;
	font-size: 4.6rem;
	font-family: 'Khula', sans-serif;
}
#work_btn {
	height: 40px;
	width: 40px;
	position: absolute;
	bottom: 2%;
	left: 50%;
	margin-left: -20px;
}
#work_btn a {
	height: 25px;
	display: block;
	overflow: hidden;
}
#work_btn a:before {
	content: '';
	height: 20px;
	width: 20px;
	display: block;
	border: 5px solid #fff;
	border-right-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 7px;
	left: 7px;
}
#work_btn a:hover {
	opacity: 0.7;
}
/* -------------------------------
 *
 * work
 *
 ------------------------------ */ 
#work {
	width: 980px;
	margin: 0 auto;
}
h2 {
	font-size: 18x;
	font-size: 1.8rem;
	font-weight: bold;
	border-left: #5C5C5C 10px solid;
	padding-left: 12px;
	margin: 20px 0;
}
.txt01 {
	font-size: 16x;
	font-size: 1.6rem;
	margin: 20px 0;
	line-height: 1.4;
}
.neu_box {
	border-bottom: #CCCCCC 1px dotted;
	padding: 20px 0;
	margin: 0 0 60px;
}
h3 {
	font-size: 18x;
	font-size: 1.8rem;
	font-weight: bold;
}
.neu {
	overflow: hidden;
}
.neu dl {
	text-align: center;
	line-height: 1.4;
}
.neu dl dt {
	font-size: 18x;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 10px 0;
}
.neu dl dd {
	margin: 10px 0;
}
.neu dl dd.img {
	height: 442px;
}
.neu dl dd.img:hover img {
	position : relative;
	top : 10pt;
}
.neu dl dd a {
	font-size: 18x;
	font-size: 1.8rem;
	font-weight: bold;
	color: #5C5C5C;
	font-weight: 600;
	font-family: 'Khula', sans-serif;
	letter-spacing: 0.04em;
	position: relative;
	display: inline-block;
	padding: 10px 0 0;
}
.neu dl dd a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #5C5C5C;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.neu dl dd a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.neu_pc {
	float: left;
}
.neu_sp {
	float: right;
}
.txt02 {
	font-size: 18x;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}
.work_box {
	border-bottom: #CCCCCC 1px dotted;
	padding: 20px 0;
	margin: 0 0 60px;
}
.work {
	overflow: hidden;
	margin: 0 0 20px;
}
.work_l {
	float: left;
	text-align: center;
}
.work_l dt {
	font-size: 18x;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 10px 0;
}
.work_l dd img {
	cursor: pointer;
	margin: 0 0 20px;
}
.work_l dd:hover img {
	position : relative;
	top : 10pt;
}
.work_r {
	width: 350px;
	float: left;
	margin: 40px 0 0 30px;
	font-size: 16x;
	font-size: 1.6rem;
	line-height: 1.4;
}
.work_r dt {
	font-size: 18x;
	font-size: 1.8rem;
	font-weight: bold;
}
.work_r dd {
	margin: 10px 0;
}
.work_r dd a {
	font-size: 18x;
	font-size: 1.8rem;
	font-weight: bold;
	color: #5C5C5C;
	font-weight: 600;
	font-family: 'Khula', sans-serif;
	letter-spacing: 0.04em;
	position: relative;
	display: inline-block;
	padding: 10px 0 0;
}
.work_r dd a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #5C5C5C;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.work_r dd a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
/* -------------------------------
 *
 * .company
 *
 ------------------------------ */ 
#company {
	margin: 0 0 60px;
}
#company table {
	width: 980px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
#company table th {
	padding: 10px;
	width: 20%;
}
#company table td {
	padding: 10px;
}
}
@media screen and (max-width:767px) {
/* -------------------------------
 *
 * common
 *
 ------------------------------ */
#wrapper {
	width: 100%;
	overflow: hidden;
}
/* -------------------------------
 *
 * header
 *
 ------------------------------ */ 
header {
	overflow: hidden;
	padding: 10px 0;
	background: #ffffff;
}
.menu_btn {
	width: 20px;
	height: 20px;
	margin: 0 4% 0 0;
	float: right;
	cursor: pointer;
	display: block;
	position: relative;
	background: #ffffff;
}
.menu_btn_icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -10px;
	width: 20px;
	height: 2px;
	background-color: #000000;
}
.menu_btn_icon::before, .menu_btn_icon::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #000000;
}
.menu_btn_icon::before {
	margin-top: -8px;
}
.menu_btn_icon::after {
	margin-top: 6px;
}
.menu_box {
	background: #ffffff;
	position: absolute;
	top: 30px;
	display: none;
	width: 100%;
	z-index: 99999;
}
.navigation ul li {
	margin: 20px 0 20px 4%;
}
.navigation li a {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
	font-family: 'Khula', sans-serif;
	letter-spacing: 0.04em;
}
/* -------------------------------
 *
 * home
 *
 ------------------------------ */
.home {
	width: 100%;
	height: 100vh;
	background: #5CC1AF;
	color: #ffffff;
	position: relative;
}
#main {
	letter-spacing: 0.04em;
	position: absolute;
	top: 40%;
	text-align: center;
}
h1 {
	width: 90%;
	margin: 0 auto 20px;
	font-size: 16x;
	font-size: 1.6rem;
	line-height: 1.5;
}
#main_txt {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Khula', sans-serif;
}
#work_btn {
	height: 40px;
	width: 40px;
	position: absolute;
	bottom: 10%;
	left: 50%;
	margin-left: -20px;
}
#work_btn a {
	height: 25px;
	display: block;
	overflow: hidden;
}
#work_btn a:before {
	content: '';
	height: 20px;
	width: 20px;
	display: block;
	border: 5px solid #fff;
	border-right-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 7px;
	left: 7px;
}
/* -------------------------------
 *
 * .contact_btn
 *
 ------------------------------ */ 
.contact_btn {
	position: fixed;
	bottom: 2%;
	right: 2%;
	background: rgba(240,96,96,0.8);
	border-radius: 50%;
}
.contact_btn a {
	color: #ffffff;
	font-size: 12x;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 10;
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
}
/* -------------------------------
 *
 * footer
 *
 ------------------------------ */ 
footer {
	width: 100%;
	background: #cccccc;
	padding: 20px 0;
}
#copy {
	text-align: center;
	font-size: 10px;
	font-size: 1.0rem;
}
/* -------------------------------
 *
 * work
 *
 ------------------------------ */ 
#work {
	width: 96%;
	margin: 0 auto;
}
h2 {
	font-size: 16x;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px 0;
	line-height: 1.4;
}
.txt01 {
	font-size: 14x;
	font-size: 1.4rem;
	margin: 10px 0;
	line-height: 1.4;
}
.neu_box {
	border-bottom: #CCCCCC 1px dotted;
	padding: 10px 0;
	margin: 0 0 30px;
}
h3 {
	font-size: 16x;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.neu dl {
	text-align: center;
	line-height: 1.4;
}
.neu dl dt {
	font-size: 16x;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px 0;
}
.neu dl dd {
	margin: 10px 0;
}
.neu dl dd a {
	font-size: 16x;
	font-size: 1.6rem;
	font-weight: bold;
	color: #5C5C5C;
	font-weight: 600;
	font-family: 'Khula', sans-serif;
	letter-spacing: 0.04em;
}
.neu_pc img {
	width: 90%;
	margin: 0 auto;
}
.neu_sp img {
	width: 40%;
	margin: 0 auto;
}
.txt02 {
	font-size: 14x;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}
.work_box {
	border-bottom: #CCCCCC 1px dotted;
	padding: 10px 0;
	margin: 0 0 30px;
}
.work {
	margin: 0 0 10px;
}
.work_l {
	text-align: center;
}
.work_l img {
	width: 90%;
	margin: 0 auto;
}
.work_l dt {
	font-size: 16x;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px 0;
}
.work_r {
	font-size: 14x;
	font-size: 1.4rem;
	line-height: 1.4;
}
.work_r dt {
	font-size: 16x;
	font-size: 1.6rem;
	font-weight: bold;
}
.work_r dd {
	margin: 0 0 10px;
}
.work_r dd a {
	font-size: 16x;
	font-size: 1.6rem;
	font-weight: bold;
	color: #5C5C5C;
	font-weight: 600;
	font-family: 'Khula', sans-serif;
	letter-spacing: 0.04em;
}
/* -------------------------------
 *
 * .company
 *
 ------------------------------ */ 
#company {
	margin: 0 0 30px;
}
#company table {
	width: 96%;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}
#company table th {
	padding: 10px 0;
	width: 24%;
	box-sizing: border-box;
}
#company table td {
	padding: 10px 0;
	box-sizing: border-box;
}
}
