@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body, div, p {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}

body {
	line-height:1;
}

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

ol, ul {
	list-style-type:none;
	list-style-image: url(data:0); /* Edgeで記号が消えないバグ対応 */
}

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;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height:0;
	width:100%;
	height:auto;
}

em {
	font-style:normal;
	font-weight:bold;
}

address {
	font-style:normal;
}

.clear {
	clear:both;
}

html{
box-sizing: border-box;
}
*, *:before, *:after{
box-sizing: inherit;
}
*.mT2 {margin-top:2rem !important;}

*.mT8 {margin-top:8rem !important;}

/* サイト共通
------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	}
	@media screen and (max-width: 320px) {
	html { font-size: 54.6875%; }
}
body {
	width: 100%;
	min-width: 1100px;
	height: 100%;
	font-size: 100%;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}


/* ヘッダ
============================ */
header {
	font-size: 1.6rem;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header h1 {
	width: 360px;
	margin-bottom: 5px;
}
header .link a {
	color:#333;
	padding: 0 1.5rem 0 0;
	text-decoration: none;
	position: relative;
}
header .link a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* フッタ
============================ */
footer {
	font-size: 1.2rem;
	text-align: center;
	padding: 100px 0 50px;
}
footer .wrap {
	max-width:1000px;
	margin:0 auto;
}
footer .wrap .link {
	display:flex;
	margin:0 0 2rem;
	align-items: center;
}
footer .wrap .link li {
	padding:0 1rem;
}
footer .wrap .link a {
	color:#333;
	text-decoration: none;
	position: relative;
}
footer .wrap .link a {
	padding: 0 1.5rem 0 0;
}
footer .wrap .link a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .wrap .link a img {
	width:75px;
}
footer .wrap .link li:last-child {
	margin-left:auto;
}
footer .wrap .link li:last-child a:before {
	content:none;
}
footer p {
	margin: 0;
}


/* コンテンツエリア
============================ */
#contentsArea {
	line-height: 1.8;
	font-size: 1.6rem;
	text-align: center;
}
#contentsArea .wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	}
	@media screen and (min-width:1025px) {
	#contentsArea .wrap {
		width: 960px;
	}
}
#contentsArea h1 {
	font-size: 26px;
	margin: 2em 0;
	text-align: center;
}
#contentsArea p {
	margin: 0;
}
#contentsArea a,
#contentsArea a:visited {
	color: #000;
	text-decoration: underline;
}
#contentsArea a:hover {
	text-decoration: none;
}

/* ビジュアル */
#contentsArea .visual {
	width: 100%;
	height: 340px;
	background: url("../cmn_images/visual.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 80px;
}
.recruit #contentsArea .visual {
	background: url("../recruit/images/visual.jpg") no-repeat center center;
	position: relative;
}
.privacy #contentsArea .visual {
	background: url("../privacy/images/visual.jpg") no-repeat center center;
	position: relative;
}

.second #contentsArea .visual:before {
	content:"";
	display: block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
}
.second #contentsArea .visual span {
	position: absolute;
	width: 100%;
	font-size:3.6rem;
	color:#fff;
	top:50%;
	transform: translate(-50%, 0);
}
/* 役員 */
dl.list {
	position: relative;
	width: 100%;
}
dl.list dt,
dl.list dd {
	display: block;
}
dl.list dt {
	position: absolute;
	left: 0;
	width: 9em;
}
dl.list dd {
	width: auto;
	padding-left: 9em;
}

/* 事業内容 */
ol.business {
	list-style-type: decimal;
	margin-left: 1.3em;
}

/* table表タイプ
------------------------------------------------- */
table.table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	line-height: 2;
	border-bottom: 1px solid #ddd;
}
table.table th,
table.table td {
	border-top: 1px solid #ddd;
	padding: 1em 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
table.table th {
	padding-bottom: 0;
}
table.table td {
	border-top: none;
	padding-top: 0;
}
@media screen and (min-width:1025px) {
	table.table th,
	table.table td {
		border: 1px solid #ddd;
		padding: 1em;
		display: table-cell;
	}
	table.table th {
		width: 14em;
	}
	table.table td {
		width: calc(100% - 14em);
		padding: 1em 2em;
	}
}

/* tableリストタイプ
------------------------------------------------- */
table.list {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	line-height: 2;
	border-bottom: 1px solid #ddd;
}
table.list th,
table.list td {
	border-top: 1px solid #ddd;
	padding: 1em 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: left;
}
table.list th {
	padding-bottom: 0;
}
table.list td {
	border-top: none;
	padding-top: 0;
}
@media screen and (min-width:1025px) {
	table.list th,
	table.list td {
		border-top: 1px solid #ddd;
		display: table-cell;
		padding: 1em 0;
	}
	table.list th {
		width: 14em;
		vertical-align: top;
	}
	table.list td {
		width: calc(100% - 14em);
	}
}

/* 改行
------------------------------------------------- */
/* スマホだけ改行 */
br.sp { 
display: block;
	}
	@media screen and (min-width:768px) {
	br.sp {
	display: none;
	}
}
/* スマホ＋タブレットだけ改行 */
br.sptb { 
display: block;
	}
	@media screen and (min-width:1025px) {
	br.sptb {
	display: none;
	}
}
/* タブレット＋PCだけ改行 */
br.tbpc { 
display: none;
	}
	@media screen and (min-width:768px) {
	br.tbpc {
	display: block;
	}
}
/* PCだけ改行 */
br.pc { 
	display: none;
	}
	@media screen and (min-width:1025px) {
	br.pc {
	display: block;
	}
}

.txtR {
	text-align:right;
}
/* second
==========*/
.second h2 {
	font-size:2rem;
	margin:1rem 0;
}

.second table.list {
	margin:4rem 0 8rem;
}
dl.corp dt {
    font-weight: bold;
    margin: 20px 0;
}
dl.corp dd {
    margin-left: 2em;
    margin-bottom: 40px;
}
dl.corp dd ol {
	margin-left: -2em;
    padding-left: 1.5em;
	text-indent: -1.5em;
}
dl.corp dd ol p {
    padding-left: 3em;
	text-indent: -3em;
}
dl.corp dd ol ol {
	margin-left: 3.5em;
}

.frameBorder {
    border: 1px solid #ddd;
    padding: 14px 30px;
}
.contact {
    border: 4px solid #ddd;
    padding: 14px 30px;
width: 500px;
    margin: 0 auto;

}
*.indent {
	text-indent: -2rem;
	padding: 0 0 0 2rem;
	display: inline-block;
}