@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
}

.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fff;
}

nav {
	width:100%;
	background:#fff;
	border-bottom:1px solid #ccc;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

#contents {
	overflow:hidden;
	width:100%;
	margin:20px auto;
	background:#fff;
}

section {
	box-sizing:border-box;
	overflow:hidden;
	width:100%;
	margin-bottom:5em;
	text-align:center;
}

article {
	box-sizing:border-box;
	overflow:hidden;
	width:100%;
	margin-bottom:2em;
	border-bottom:1px dotted #999;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}

h2 {
	margin-bottom:1em;
	padding:0;
	font-size:26px;
	font-weight:bold;
}

h3 {
	margin-bottom:1em;
	padding:0;
	font-size:24px;
	font-weight:bold;
}

.textM {
	margin-bottom:1.5em;
	padding:0;
	font-size:22px;
	font-weight:bold;
	line-height:1.4;
}

.textL {
	margin-bottom:1.5em;
	padding:0;
	font-size:26px;
	font-weight:bold;
	line-height:1.4;
}

p {
	margin:0 0 1.5em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:3em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:15px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
	white-space: nowrap;
}
td {
	padding:15px;
	text-align:left;
	border:1px solid #ddd;
	white-space: nowrap;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	background: #fff;
}

header > .inner {
	box-sizing:border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	padding: 15px 10px 10px;
}

.header_top {
	padding: 0;
	font-size: 12px;
	background: #9edfca;
	z-index:100;
}
.header_top .inner {
	padding: 5px 0 3px;
}
.header_top p {
	margin:0;
	padding:0 0 0 10px;
}
.header_top p a {
	text-decoration:none;
}

header h1 img {
	width:250px;
}

.header_nav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
}

.header_tel {
	line-height: 1.2;
}

.header_tel .phonenumber {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}

.header_tel .open {
	font-size: 12px;
}

.header_contact {
	margin: 0 0 0 20px;
}
.header_contact a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	border: 2px solid #39f;
	border-radius: 5px;
	text-decoration: none;
	background: #39f;
}
.header_contact a:hover {
	color: #39f;
	border: 2px solid #39f;
	background: none;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
    background:#fff;
    z-index:3;
}

/* 共通 */
nav ul {
    margin:0;
    padding:0;
}

nav ul li {
    position:relative;
    margin:0;
    padding:0;
    list-style:none;
}

nav ul li a {
    display:block;
    margin:0;
    padding:16px 0;
    background:#fff;
    color:#333;
    font-size:14px;
    font-weight:bold;
    line-height:1;
    text-decoration:none;
}

nav ul li:hover > a {
    color:#333;
    background:#eee;
}

/* 1段目 */
nav ul.gnav > li {
    position:relative;
    width:16%;
    float:left;
    margin:0;
    padding:0;
    text-align:center;
    list-style:none;
}

nav ul.gnav > li:first-child {
    width:14%;
}

nav ul.gnav > li:nth-child(2) {
    width:22%;
}

nav ul.gnav > li.subnav a {
    padding-right:20px;
}

nav ul.gnav > li.subnav > a:after {
    position:absolute;
    content:"";
    top:20px;
    width:0;
    height:0;
    margin-left:10px;
    border:5px solid transparent;
    border-top-color:#ccc;
}

/* 2段目 */
nav ul li ul {
    position:absolute;
    z-index:3;
    top:100%;
    left:0;
    width:100%;
    margin:0;
    padding:0;
}

nav ul li ul li {
    overflow:hidden;
    width:100%;
    height:0;
    color:#333;
    transition:.2s;
}

nav ul li ul li a {
    padding:13px 15px;
    text-align:left;
    background:#fff;
    font-weight:normal;
    color:#333;
    border-top:1px solid #ccc;
}

nav ul li:hover > ul > li {
    overflow:visible;
    height:40px;
    border-bottom:1px solid #ccc;
}

nav ul li:hover ul li:last-child {
    border-bottom:none;
}

nav ul.gnav > li:last-child > ul {
    left:0;
}

nav ul li ul li ul:before {
    position:absolute;
    content:"";
    top:13px;
    left:-20px;
    width:0;
    height:0;
    border:5px solid transparent;
    border-left-color:#fff;
}

nav ul.gnav > li:last-child ul li ul:before {
    position:absolute;
    content:"";
    top:13px;
    left:200%;
    margin-left:-20px;
    border:5px solid transparent;
    border-right-color:#fff;
}

.gnav {
    display:block !important;
}

.fixed {
    position:fixed;
    top:0;
    left:0;
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	box-sizing:border-box;
	margin:15px 0;
	padding:0 10px;
	font-size:12px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
}

#footMenu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footMenu {
    position: relative;
    font-size:12px;
    background: #9edfca;
}

#footMenu .footmenu a {
    display: block;
    padding: 0 10px;
    color:#333;
}

#footMenu .footmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 10px;
}
#footMenu .footmenu a:hover {
    color: #ca353b;
}

.copyright {
    overflow: hidden;
    width: 100%;
    padding:15px 0;
    font-size:11px;
    text-align:center;
    color:#efede9;
    background:#2e2e2e;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:4;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#39f;
}
.totop img:hover {
	background:#4ca2ff;
}

/*================================================
 *  クラス
 ================================================*/
.headerTitle {
	width: 100%;
	margin: 0;
    padding: 60px 0;
    background-image: url(../img/heading-bg.jpg);
    background-repeat:  no-repeat;
	background-size: cover;
    background-position: center top;
	text-align:center;
}
.headerTitle h2 {
	color: #fff;
}
.headerTitle p {
	color: #fff;
}
.headerTitle p.textM {
	margin-bottom:0;
	font-size:18px;
}

.box {
	box-sizing:border-box;
	overflow:hidden;
	padding:30px 10px;
	border-bottom:1px solid #ccc;
}
.box img {
	width:100%;
}

/* 新着情報 */
.news {
    overflow: hidden;
    width: 100%;
	text-align:left;
}
.news h2 {
	padding-bottom: 0.25em;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
}
.news h2 span {
	display: block;
	margin-bottom: 0.2em;
	color: #666;
	font-size: 14px;
}

.info {
	overflow:auto;
    height: 800px;
	text-align:left;
}
.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px dotted #999;
}

.purpose {
	overflow:hidden;
}
.purpose ul {
	overflow:hidden;
	margin:0 0 3em;
	padding:0;
}
.purpose li {
	list-style:none;
	float:left;
	width:25%;
	margin:0;
	padding:0;
	font-size:26px;
	font-weight:bold;
	text-align:center;
}

.icon {
    display: inline-block;
    width: 25px;
    height: 25px;
	margin:0;
	background:url(../img/arrow.png) 0 5px no-repeat;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	width:50%;
	margin:0 40px 0 0;
}
.imgL h2 {
	text-align:left;
}
.imgL p {
	overflow:hidden;
	text-align:left;
}
.imgL p span {
    display: block;
	float: right;
	text-align:right;
}

.contact {
	width: 100%;
	margin: 0;
    padding: 60px 0;
    background-image: url(../img/contact-bg.jpg);
    background-repeat:  no-repeat;
	background-size: cover;
    background-position: center center;
}
.contact h2 {
	color: #fff;
}
.contact p {
	color: #fff;
}

.access {
    height: 500px;
    overflow: hidden;
}

/* グーグルマップ */
.ggmap {
    width:100%;
    margin:0 auto;
}
.ggmap iframe {
    height:600px;
}

.contactBtn {
	box-sizing:border-box;
	overflow: hidden;
	padding: 0 10px;
}
.contactBtn ul {
	overflow: hidden;
	margin: 2% -2% 0 0;
}
.contactBtn li {
	box-sizing:border-box;
	list-style: none;
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
	padding: 0;
	text-align: center;
}
.contactBtn li a {
	display: block;
	padding: 10px 0;
	text-decoration:none;
	border:1px solid #fff;
	border-radius:5px;
}
.contactBtn li:nth-child(2n+1) {
	clear: both;
}
.contactBtn li a:hover {
	background:rgba(255,255,255,0.2);
	border-color: transparent;
}
.contactBtn p {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	color: #fff;
	line-height:1.6;
}
.contactBtn li a:hover p {
	color: #fff;
}
.contactBtn span {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	line-height:1.0;
}
.contactBtn li a:hover span {
	color: #fff;
}

.btnTel {
	display: inline-block;
    padding-left: 16px;
    line-height: 16px;
    background: url(../img/icon_tel.gif) 0 4px no-repeat;
    background-size: 16px 16px;
}

.btnMail {
	display: inline-block;
    padding-left: 16px;
    line-height: 16px;
    background: url(../img/icon_mail.gif) 0 4px no-repeat;
    background-size: 16px 16px;
}

.hereBtn {
	overflow:hidden;
	margin: 0;
	float: right;
}
.hereBtn a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	border: 2px solid #39f;
	border-radius: 5px;
	text-decoration: none;
	background: #39f;
}
.hereBtn a:hover {
	color: #39f;
	border: 2px solid #39f;
	background: none;
}

.recruitBtn {
	overflow:hidden;
	margin: 0;
	width:100%;
}
.recruitBtn a {
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 22px;
	border: 2px solid #39f;
	border-radius: 5px;
	text-decoration: none;
	background: #39f;
}
.recruitBtn a:hover {
	color: #39f;
	border: 2px solid #39f;
	background: none;
}

/*================================================
 *  キービジュアル
 ================================================*/
.keyVisual {
	position:relative;
	overflow:hidden;
	margin-bottom:60px;
}
.keyVisual img {
	width:100%;
}

/*================================================
 *  わたしたちについて
 ================================================*/
/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	box-sizing:border-box;
	width:31%;
	float:left;
	margin-right:2%;
	margin-bottom:4%;
	padding: 25px;
}
.threeColInner div.bg1 {
    background: url(../img/bg1.jpg) center center no-repeat;
    background-size: contain;
}
.threeColInner div.bg2 {
    background: url(../img/bg2.jpg) center center no-repeat;
    background-size: contain;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner h3 {
	font-size: 18px;
	font-weight: bold;
    line-height: 1.4;
}

/*================================================
 *  仕事について
 ================================================*/
.work {
	overflow:hidden;
	margin-bottom:30px;
}
.workInner {
	overflow:hidden;
	margin-right:-3%;
}
.workInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.workInner div:nth-child(3n+1) {
	clear:both;
}
.workInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:30px;
}
.workInner h3 {
	margin-bottom:1em;
	padding:0;
	font-size:20px;
	font-weight: normal;
}

.workList {
	overflow:hidden;
	margin-bottom:2em;
}
.workListInner {
	overflow:hidden;
	margin-right:-3%;
}
.workListInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.workListInner div:nth-child(3n+1) {
	clear:both;
}
.workListInner p {
	margin:0 0 0.5em;
	padding:0 0 0 1.5em;
	font-size:18px;
	text-align:left;
	background:url(../img/retenn.png) 0 2px no-repeat;
}

/*================================================
 *  利用案内
 ================================================*/
.guide {
	box-sizing:border-box;
	overflow:hidden;
	margin:1em 10px;
	padding:25px;
	border: 3px solid #ddd;
}
.guide h2 {
	margin:0 0 0.5em;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	text-align:left !important;
}
.guide p {
	margin:0;
	text-align:left;
}
.guideBox {
	box-sizing:border-box;
	overflow:hidden;
	padding:1em 10px 30px;
	border-bottom:1px solid #ccc;
}

.arrow {
	margin:0;
	text-align:center;
}

/*================================================
 *  お問い合わせ
 ================================================*/
.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div p {
	text-align:left;
}
.twoColInner div ul {
	text-align:left;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner div table {
	width:100%;
	margin-bottom:2em;
}

.contactTelBtn {
	overflow:hidden;
	margin: 0;
	width:100%;
}
.contactTelBtn a {
	display: block;
	margin: 0;
	padding: 20px;
	color: #fff;
	font-size: 24px;
	border-radius: 5px;
	text-decoration: none;
	background: #39f;
}
.contactTelBtn a:hover {
	color: #fff;
	background: #3382ff;
}

.contactTel {
	display: inline-block;
	margin: 0;
    padding: 0 0 0 30px;
    line-height: 24px;
    background: url(../img/icon_tel.gif) 0 -4px no-repeat;
    background-size: 24px 24px;
}

/* --- フォーム --- */
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
button,
input[type="reset"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

.form {
	margin:0 0 3em;
	padding:0;
}
.form:last-child {
	margin-bottom:0;
}
.form ul {
	text-align:left;
}

.umu {
	font-size:12px;
	line-height: 1.4em;
	color: #d00;
}

input#submit_btn {
	display:inline-block;
	padding:10px 15px;
	font-size: 16px;
	font-weight: bold;
	color:#39c;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #39c;
	background:#fff;
	transition:all 0.2s ease 0s;
}
input#submit_btn:hover {
	font-weight: bold;
	color:#fff;
	background:#39c;
	transition:all 0.2s ease 0s;
}

input#reset_btn {
	display:inline-block;
	padding:10px 15px;
	font-size: 16px;
	font-weight: bold;
	color:#39c;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #39c;
	background:#fff;
	transition:all 0.2s ease 0s;
}
input#reset_btn:hover {
	font-weight: bold;
	color:#fff;
	background:#39c;
	transition:all 0.2s ease 0s;
}

input#back_btn {
	display:inline-block;
	padding:10px 15px;
	font-size: 16px;
	font-weight: bold;
	color:#39c;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #39c;
	background:#fff;
	transition:all 0.2s ease 0s;
}
input#back_btn:hover {
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	background:#39c;
	transition:all 0.2s ease 0s;
}

.entry_btn {
    width: 100% !important;
	text-align: center;
}

input {
    cursor: pointer;
    cursor: hand;
}

td input {
    height:25px;
}

input, select, textarea {
    font-size: 16px;
}

select {
    height:30px;
    font-size: 16px;
}

/* --- フォーム部品のサイズ --- */
#name {
    box-sizing: border-box;
    width: 100%;
}
#tel {
    box-sizing: border-box;
    width: 100%;
}
#email, #title {
    box-sizing: border-box;
    width: 100%;
}

/* --- （複数行のテキスト入力欄） --- */
#message {
    box-sizing: border-box;
    width: 100%;
    height: 10em;
}

.msg {
	margin:0 0 1em;
	color: #d00;
}

/*================================================
 *  プライバシーポリシー
 ================================================*/
.policyBox {
	box-sizing:border-box;
	overflow:hidden;
	padding:30px 10px;
}
.policyBox p {
	text-align:left;
}

.policy {
	box-sizing:border-box;
	overflow:hidden;
	margin-bottom:2em;
	padding:0 10px;
}
.policy h2 {
	padding: 0.7em 0 0.6em;
	font-size: 20px;
	font-weight: normal;
	text-align:left !important;
	border-top: 2px solid #39f;
	border-bottom: 1px solid #ccc;
}
.policy p {
	text-align:left;
}
.policy ul {
	margin-bottom:2em;
	text-align:left;
}


