@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Author: Richard Clark - http://richclarkdesign.com

Last Updated: 2010-09-17
Customized: 2016-09-09
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	background-repeat: no-repeat;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,footer,header,
main,menu,nav,section,summary {
	display:block;
}

nav ol, nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th {
	text-align: left;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

address, em {
	font-style: normal;
}

button,input,optgroup,select,textarea {
	font: inherit;
}

input,select {
	vertical-align:middle;
}

textarea {
	overflow: auto;	/* The scrollbar of IE is removed. */
}

label {
	cursor: pointer;
}

h1,h2,h3,h4,h5,strong {
	font-weight: bold;
}

img {
	vertical-align: bottom;
}

sub {
	font-size: 60%;
	vertical-align: top;
}


/* ----------------------------------------------

Default.css

 - Browser-Formatting Styles
 - General Classes

LastUpdate: 2017-05-29
---------------------------------------------- */

html {
	overflow-y: scroll;
	background: #faf9f3;
	color: #333;
}

body {
	min-width: 1000px;
	height: 100%;
	background-color: #faf9f3;
	color: #111;
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
	font-size: 14px;		/* Set Font size */
	line-height: 1.6;
	-webkit-text-size-adjust: none;
}

a {
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
	color: #2d4880;
	text-decoration: none;
}

a:hover {
	color: #4162a5;
	text-decoration: underline;
}

/* Browser-Formatting Styles */

h1,h2,h3,h4,h5 {
	line-height: 1;
}

p {
	margin-bottom: 1em;
}

p:last-child {
	margin-bottom: 0;
}

a img {
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	box-shadow: #000 0 0 0;		/* for Firefox */
}

a:hover img {
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-opacity: .7;
	opacity: .7;
}

input:focus,
textarea:focus {
	background-color: #fffde3;
}

::selection {
	background: #ffcb00;
	color: #111;
}



/* ----------------------------------------------
General Classes
---------------------------------------------- */

.inner {
	width: 1000px;
	margin: 0 auto;
}

.en {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.chk-L li,
.chk-S li {
	list-style-type: none;
	padding-left: 28px;
	background: url(../img/ico-chk.svg) 0 45% no-repeat;
	-webkit-background-size: 21px 17px;
	background-size: 21px 17px;
	margin-bottom: 0.4em;
}

.chk-S li {
	padding-left: 22px;
	-webkit-background-size: 17px 14px;
	background-size: 17px 14px;
}

.btn {
	display: block;
	position: relative;
	width: 340px;
	height: 60px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 58px;
}

.btn:hover {
	color: #fff;
	text-decoration: none;
}

.btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 0;
	margin: 0 auto;
	background: #081d48;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.btn:hover:before {
	width: 100%;
}

.btn span {
	position: relative;
}

.inq {
	clear: both;
	position: relative;
	padding-bottom: 60px;
}

.inq p {
	margin-bottom: 18px;
	color: #2d4880;
	font-weight: bold;
	font-size: 16px;
	text-align: center;

}

.btn-inq {
	background: #cc1469;
}

.btn-inq:before {
	background: #a2004b;
}

.btn-inq span:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 17px;
	margin-right: 12px;
	background: url(../img/ico-mail.svg) 0 0 no-repeat;
	-webkit-background-size: 25px 17px;
	background-size: 25px 17px;
	vertical-align: -2px;
}

.link-more {
	display: table;
	float: right;
	padding-left: 20px;
	background: url(../img/ico-arrow.png) 0 45% no-repeat;
	color: #111;
	line-height: 1.1;
}

.notes {
	color: #999;
	font-size: 12px;
}

.headline01,
.headline02 {
	position: relative;
	clear: both;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}

.headline01:after,
.headline02:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 4px;
	margin: 0 auto;
}

.headline01 {
	padding-bottom: 15px;
	font-size: 40px;
	letter-spacing: 0.1em;
}

.headline01:after {
	background: #ffcb00;
}

.headline01.ja-L {
	font-size: 34px;
/*	-webkit-font-smoothing: antialiased;*/
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

.headline01.ja-M {
	font-size: 24px;
/*	-webkit-font-smoothing: antialiased;*/
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

.headline02 {
	padding-bottom: 14px;
	font-size: 22px;
}

.headline02:after {
	background: #dcd9cb;
}

.lead-txt {
	margin-bottom: 40px;
	color: #2d4880;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.general-list {
	margin: 0 0 50px;
	position: relative;
}

.general-list:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	bottom: 0;
	left: 0;
	background: #c3c3c3;
}

.general-list dt {
	float: left;
	clear: both;
	padding: 1.2em 0 1.2em 20px;
	border-top: 1px solid #c3c3c3;
	font-weight: bold;
}

.general-list dd {
	padding: 1.2em 0;
	border-top: 1px solid #c3c3c3;
}

.general-list dd:last-child {
	border-bottom: 1px solid #c3c3c3;
}


/* ----------------------------------------------
COMMON
---------------------------------------------- */

#wrapper {
	padding-top: 150px;
}


/* HEADER
------------------------- */

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 150px;
	padding: 30px 0 0;
	background: #081d48 url(../img/bg-header.png) 0 0 repeat;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.site-id {
	height: 69px;
	text-align: center;
	line-height: 1;
}

.site-id span {
	display: block;
	margin-top: 16px;
	color: #92a5cc;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.5em;
}

.gNav {
	overflow: hidden;
	border-top: 1px solid #2e3b56;
}

.gNav li {
	float: left;
	width: 124px;
	height: 50px;
	margin-left: 22px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.05em;
	/*-webkit-font-smoothing: antialiased;*/
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

.gNav li:first-child {
	margin-left: 0;
}

.gNav li a,
.gNav li strong {
	display: block;
	position: relative;
	height: 100%;
	color: #fff;
	line-height: 48px;
}

.gNav li a:hover,
.gNav li strong {
	color: #ffcb00;
	text-decoration: none;
}

.gNav li a:after,
.gNav li strong:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 0;
	height: 4px;
	margin: 0 auto;
	background: #ffcb00;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.gNav li a:hover:after,
.gNav li strong:after {
	opacity: 1;
	width: 100%;
}


/* CONTENTS
------------------------- */

#mv {
	width: 100%;
	min-width: 1000px;
	height: 300px;
	padding-top: 40px;
	background: #cce3eb url(../img/img-mv.jpg) 50% 10% no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-attachment: fixed;
}

@media only screen and (max-width:1020px) {
  #mv {
	background-attachment: scroll;
  }
}


.catch {
	position: relative;
	z-index: 2;
	width: 580px;
	height: 220px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	letter-spacing: 0.05em;
}

.catch:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/bg-catch.png);
	-webkit-opacity: .95;
	opacity: .95;
}

.catch h2 {
	position: relative;
	margin-bottom: 6px;
	padding-bottom: 18px;
	color: #cc1469;
	font-size: 28px;
	line-height: 1.4;
}

.catch h2 span {
	font-size: 24px;
}

.catch h2:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -14px;
	width: 280px;
	height: 4px;
	margin: 0 0 15px -140px;
	background: #fff;
}

.catch h2 {
}

.catch p {
	font-weight: bold;
	font-size: 17px;
	line-height: 1.88;
}


/* WORKS
--------------- */

#works {
	margin-top: -150px;
	padding: 210px 0 60px;
	border-bottom: 1px solid #e9e8e1;
}

.mov-wrap {
	overflow: hidden;
}

.mov {
	float: left;
	width: 312px;
	margin: 0 0 30px 32px;
	text-align: center;
}

.mov:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

.mov dl {
	padding-top: 7px;
}

.mov dt {
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.5;
}

.mov dd {
	color: #999;
	font-size: 12px;
	line-height: 1.3;
}

.btn-general {
	background: #2d4880;
}


/* NEWS
--------------- */

#news {
	overflow: hidden;
	margin-top: -150px;
	padding: 210px 0 50px;
}

#news .inner {
	position: relative;
	z-index: 2;
}

.news-list {
	margin-bottom: 20px;
	border-top: 1px solid #c3c3c3;
}

.news-list dt {
	clear: both;
	float: left;
	width: 140px;
	padding: 20px 0 20px 20px;
	font-weight: bold;
}

.news-list dd {
	padding: 20px 20px 20px 140px;
	border-bottom: 1px solid #c3c3c3;
}

.news-list dd em {
	font-weight: bold;
}

.news-list dd ul {
	list-style-type: square;
	margin: 0.2em 0 0 2.5em;
}


/* SERVICE
--------------- */

.service-wrapper {
	clear: both;
	position: relative;
	background-attachment: fixed;
	z-index:1;
}

.service-wrapper:before {
	content: "";
	position: absolute;
	top:150px;
	bottom:0;
	width: 100%;
	background: url(../img/bg-service.png) repeat;

}

#service {
	overflow: hidden;
	margin-top:-150px;
	padding: 210px 0 50px;
}

#service .lead-txt {
	position: relative;
	z-index: 2;
	margin-bottom: 25px;
	color: #111;
}

#service .lead-txt em {
	font-size: 15px;
}

#service .lead-txt strong {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: -4px auto 4px;
	color: #cc1469;
	font-size: 34px;
}

#service .lead-txt strong:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 4px;
	right: 0;
	left: 0;
	height: 9px;
	background: #ffe400;
}

#service .lead-txt strong span {
	font-size: 26px;
}

#service .lead-txt {
	font-size: 20px;
}

/* SERVICE LIST --- */

.service-list {
	position: relative;
	float: left;
	width: 500px;
	padding: 85px 30px 32px;
}

.service-list h4 {
	height: 32px;
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 31px;
	text-align: center;
}

.summary {
	margin-bottom: 24px;
}

.advantage {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.type01 {
	background: #fff;
}

.type01 h4 {
	background: #ffe400;
}

.type02 {
	background: #dcd9cb;
}

.type02 h4 {
	background: #fff;
}

#service-num01:before,
#service-num02:before,
#service-num03:before,
#service-num04:before,
#service-num05:before,
#service-num06:before {
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	left: 0;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	font-size: 62px;
	text-align: center;
	line-height: 1;
}

#service-num01:before {
	content: "01";
	color: #ffe400;
}

#service-num02:before {
	content: "02";
	color: #fff;
}

#service-num03:before {
	content: "03";
	color: #fff;
}

#service-num04:before {
	content: "04";
	color: #ffe400;
}

#service-num05:before {
	content: "05";
	color: #ffe400;
}

#service-num06:before {
	content: "06";
	color: #fff;
}

/* TROUBLE --- */

#trouble {
	clear: both;
}

#trouble .inner {
	position: relative;
	clear:both;
}

.trouble-tit {
	position: relative;
	min-width: 1000px;
	height: 100px;
	margin-bottom: 50px;
	background: #fff;
	color: #2d4880;
	font-weight: bold;
	font-size: 28px;
	line-height: 98px;
	text-align: center;
}

.trouble-tit:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -25px;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.img-man {
	float: left;
	margin-left: 40px;
}

.trouble-list {
	float: right;
	width: 828px;
	margin-bottom: 50px;
}

.trouble-list li {
	margin-bottom: 0.7em;
	font-size: 16px;
}

.trouble-list strong {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-weight: bold;
	font-size: 18px;
}

.trouble-list strong:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	right: 0;
	left: 0;
	bottom: 3px;
	height: 6px;
	background: #ffe400;
}

.others-list {
	overflow: hidden;
	margin: -11px 0 60px;
	padding-top: 11px;
}

.others-list li {
	list-style-type: none;
	position: relative;
	float: left;
	width: 312px;
	margin-left: 32px;
	padding: 26px 30px;
	background: #dcd9cb;
	font-size: 16px;
	text-align: justify;
}

.others-list li:first-child {
	margin-left: 0;
}

.others-list li:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: -8px;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background: #dcd9cb;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.others-list li strong {
	font-weight: bold;
}


/* PLAN
--------------- */

#plan .inner {
	position: relative;
	margin-bottom: 50px;
	padding: 55px 40px;
	background: #fff;
}

#plan .inner:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -25px;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.plan-list {
	float: left;
	width: 280px;
	margin-left: 40px;
}

.plan-list:first-child {
	margin-left: 0;
}

.plan-num {
	display: table;
	position: relative;
	z-index: 1;
	margin: 0 auto 14px;
	color: #cc1469;
	font-size: 12px;
	line-height: 1;
}

.plan-num:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -3px;
	right: 0;
	left: 0;
	height: 2px;
	background: #cc1469;
}

.plan-list h4 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ffcb00;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
}

.plan-list h4 strong {
	display: block;
	margin-bottom: 10px;
	color: #2d4880;
	font-size: 18px;
}

.plan-list h4 span {
	font-size: 20px;
}

.sales-copy {
	margin-bottom: 15px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e8e8e8;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.plan-list .chk-S {
	margin-bottom: 0.5em;
}

/* FAQ
--------------- */

#faq {
	padding: 210px 0 30px;
	margin-top: -150px;
}

#faq .headline02 {
	margin-bottom: 15px;
	font-size: 20px;
}

.faq-list {
	margin-bottom: 30px;
	border-bottom: 1px solid #dcd9cb;
}

.faq-list dt {
	position: relative;
	padding: 0.8em 27px;
	border-top: 1px solid #dcd9cb;
	font-size: 16px;
	cursor: pointer;
}

.faq-list dt span {
	padding-right: 1em;
	position: relative;
	z-index: 1;
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: 22px;
	line-height: 1;
}

.faq-list dt:before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 20px;
	width: 26px;
	height: 26px;
	background: #b20957;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}

.faq-list dt:after {
	content: "";
	display: block;
	position: absolute;
	top: 35%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #0b1f47;
	border-bottom: 1px solid #0b1f47;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.faq-list dt.active:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.faq-list dd {
	display: none;
	padding: 0.5em 2em 1em 6em;
}

.faq-list p {
	clear: both;
	margin-bottom: 1em;
}

.faq-list p:first-child {
	text-indent: -1.6em;
}

.ans {
	padding-right: 0.2em;
	color: #b20957;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
}

.inner-list {
	list-style-type: square;
	margin-bottom: 1em;
	margin-left: 3em;
}

.inner-orderd-list {
	margin-bottom: 1em;
	margin-left: 3em;
}

.inner-orderd-list li {
	margin-bottom: 0.6em;
}


/* CLIENT
--------------- */

#client {
	padding: 50px 0 40px;
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
}

#client .annotation {
	margin-bottom: 26px;
	color: #999;
	font-size: 12px;
	text-align: center;
}

.client-list {
	margin-bottom: 20px;
	line-height: 1.7;
	text-align: center;
}

.client-list li {
	list-style-type: none;
	display: inline;
	padding: 0 0 0 1em;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
}

.client-list li {
	list-style-type: none;
	display: inline;
	padding: 0 0 0 1em;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
}

.client-list li:after {
	content: "/";
	display: inline-block;
	padding: 0 0 0 1em;
	color: #999;
	font-weight: normal;
}

.client-list li:nth-child(4n):after {
	content: "\000A";
	display: inline;
	padding: 0;
	white-space: pre;
}

.client-list li:last-child:after {
	content: none;
}

#client p {
	text-align: center;
}


/* FOOTER
------------------------- */

.pagetop {
	height: 100px;
	background: #fff;
	font-family: 'Roboto Condensed';
}

.pagetop a {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 100%;
	padding-top: 60px;
	color: #cc1469;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.pagetop a:before {
	content: "";
	position: absolute;
	top: 32px;
	right: 0;
	left: 0;
	width: 28px;
	height: 28px;
	margin: 0 auto;
	border-top: 2px solid #081c45;
	border-right: 2px solid #081c45;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.pagetop a:hover {
	background: #fcf4f8;
	text-decoration: none;
}

.pagetop a:hover:before {
	top: 28px;
}

footer {
	padding: 60px 0;
	background: #081d48 url(../img/bg-header.png) 0 0 repeat;
}

#contact {
	color: #fff;
	text-align: center;
}

#contact h5 {
	margin-bottom: 0.5em;
	padding-top: 40px;
	background: url(../img/ico-mail.svg) 50% 0 no-repeat;
	-webkit-background-size: 43px 30px;
	background-size: 43px 30px;
}

.email a {
	margin-bottom: 30px;
	color: #cc1469;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.04em;
}

#contact dl {
	margin-bottom: 40px;
}

#contact dd strong {
	font-weight: bold;
	font-size: 19px;
	letter-spacing: 0.04em;
}

.copyright {
	color: #5a6782;
	font-size: 12px;
}

/* ------------------------------
COMPANY
------------------------------ */

#company,
#recruit,
#news-history {
	padding: 50px 0;
}

.about {
	float: left;
	width: 656px;
}

.about dt,
.about:after {
	width: 140px;
}

.about dd {
	margin-left: 172px;
}


.company-photo {
	float: right;
	width: 312px;
	margin-bottom: 50px;
}

.company-photo li {
	list-style-type: none;
	margin: 0 0 10px;
}

.company-photo li:last-child {
	margin-bottom: 0;
}

.google-map {
	overflow: hidden;
	width: 100%;
    height: 480px;
    min-width: 1000px;
    margin-bottom: 50px;
    background: #f0ede6;
}


/* ------------------------------
RECRUIT
------------------------------ */

#recruit {
}

.message {
	margin-bottom: 30px;
	color: #cc1469;
	font-size: 16px;
	text-align: center;
}

.requirement dt,
.requirement:after {
	width: 312px;
}

.requirement dd {
	margin-left: 344px;
}

.application {
	margin-bottom: 50px;
	padding: 30px;
	background: #fff;
	text-align: center;
}

.application h4 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}


/* ------------------------------
WORKS
------------------------------ */

#Works-histry {
	padding: 50px 0 20px;
}

#news-history {
	border-top: 1px solid #e9e8e1;
}

#news-history .news-list {
	margin-bottom: 50px;
}





/* ------------------------------
Font-rendering
------------------------------ */

@media only screen and
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  .headline01.ja,
  .gNav li {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
