@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 {
	width:100%;
	margin:0 auto;
	font-size:15px;
	background-color: #000;
	color:#fff;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header {
	width:960px;
	margin:10px auto;
	font-size:18px;
	font-family:'Sawarabi Mincho',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}

nav {
	width:100%;
	font-family:'Sawarabi Mincho',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:18px;

}

#contents {
	width:960px;
	margin:10px auto;
}

#main {
	width:920px;
	float:right;
	background:#f7f5f1;
	color:#000;
	padding:20px;
	margin-top:10px;
	margin-bottom:20px;
	z-index:-3;
}

#sub {
	float:left;
	width:31.25%;
}

#subnav {
	display:none;
}

a {
	color:#000;
}
a:hover {
	color:#0F6EFE;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

h1 {
	color:#fff;
	font-size:35px;
	line-height:1.1;
}
h1 a {
	color:#fff;
	text-decoration:none;
}
h1 a:hover {
	color:#1E90FF;
}

h2 {
	position: relative;
	color: #333333;
	z-index: 1;
	font-size:30px;
	font-family:'Sawarabi Mincho',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	left: 15px;
	margin-bottom:10px;
}

h2:before {
	content: "";
	position: absolute;
	background: #51ABFF;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
/* border: dashed 1px white; */
	left: -15px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -2;
}

h3 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:20px;
	color:#000;
	border-left:5px solid #1E90FF;
}

h4 {
	margin-bottom:0.25em;
	font-size:20px;
}

.under {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);  }


h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

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

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:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	margin-bottom:20px;
}

.contact {
	position:absolute;
	top:5px;;
	right:0;
	vertical-align:top;
	font-size:13px;
}
.contact a {
	display:block;
	padding:5px 10px 5px 29px;
	margin:5px 0;
	color:#fff;
	background:#1E90FF;
	border-radius:4px;
	text-decoration:none;
	background:#1E90FF url(../images/mail.png) 10px 50% no-repeat;
}
.contact a:hover {
	color:#fff;
	background:#1fb4ff url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
	clear:both;
}

input#submit_button {
	display:block;
	padding:4px 20px;
	margin:10px 0;
	color:#fff;
	background:#1E90FF;
	border-radius:4px;
	text-decoration:none;
}

.loginhead {
	display:block;
	padding:5px 10px 5px 29px;
	margin:5px 0;
	color:#fff;
	background:#1E90FF;
	border-radius:4px;
	text-decoration:none;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:5px;
	padding:0;
	background:#f7f5f1;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}

nav li a{
	display:block;
	padding:24px 0 4px 0;
	height:50px;
	color:#000;
	text-align:center;
	text-decoration:none;
	border-left: thin solid #333;
}

nav li a:last-child{
}


nav li a:hover {
	color:#000;
	text-decoration:none;
	background:#ddd;
}

#listart {
	border-right: thin solid #333;

}

	nav h3 {
	display:none
	}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}


/*================================================
 *  サブコンテンツリスト
 ================================================*/
#subcontents {
	background-color:#d1e9ff;
	width:100%;
	margin-left:-20px;
	padding-right:40px;
	font-family:'Sawarabi Mincho',"メイリオ";

}

#subcontents li {
	display: inline-block;
	vertical-align: middle;
	font-size:16px;
}
 
#subcontents li > a {
	text-align: center;
	display: table;
	width: 100%;
	padding: 10px;
}
 
#subcontents li > a span {
	display: table-cell;
	vertical-align: middle;
}

#titlebana img{
	margin-left:-20px;

}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	padding-top:30px;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

hr.style2 {
	border-top: 3px double #8c8b8b;
}

.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

/*================================================
 *  サブコンテンツ 表
 ================================================*/
#subtable {
	display:table;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:30px;
	width: 800px;
	border-collapse:collapse;

}
.subrow {
	display:table-row;
}
.subrow>div {
	display:table-cell;
	margin:15px;
	padding:15px;
	border:1px solid;
	border-color:#ccc;
	background-color:#fff;
}

#fullimage img{
	width: 100%;

}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#space {
	padding-top:25px;
	padding-bottom:25px;
}

#space2 {
	margin-top:-60px;
}

/*================================================
 *  事業内容　企業理念
 ================================================*/

.box17{
    margin:1.5em 1.5em;
    position: relative;
    padding: 0.5em 2.5em;
    border-top: solid 2px #51ABFF;
    border-bottom: solid 2px #51ABFF;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #51ABFF;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

.box17 h4 {
	position: relative;
	color: #333333;
	z-index: 1;
	font-size:25px;
	font-family:'Sawarabi Mincho',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin-bottom:10px;
}

/* アコーディオン */
.ac-container{
    width: auto;
    margin: 30px auto;
}
.ac-container label{
    width: 80%;
    text-align: center;
    background: #51ABFF;
    margin: auto;
    padding: 20px 5px;
    position: relative;
    display: block;
    cursor: pointer;
    color: #fff;
    font-size:17px;
}
.ac-container label:hover{
    background: #A7D6FF;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.ac-container label:after{
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: '\f0fe';
}

.ac-container input:checked ~ label::after {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: '\f146';
}

.ac-container input{
   display: none;
}
.ac-container div{
   background: rgba(255, 255, 255, 0.5);
   margin-top: -1px;
   overflow: hidden;
   height: 0px;
   position: relative;
   z-index: 10;
   transition: 
   height 0.3s ease-in-out, 
   box-shadow 0.6s linear;
}
.ac-container input:checked ~ div{
   transition: 
   height 0.5s ease-in-out, 
   box-shadow 0.1s linear;
   box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container div p{
   line-height: 23px;
   font-size: 14px;
   padding: 20px;
}
/* 高さの定義 */
.ac-container input:checked ~ div.ac-small{
   height: 500px;
}
.ac-container input:checked ~ div.ac-medium{
   height: 200px;
}
.ac-container input:checked ~ div.ac-large{
   height: 300px;
}
 

.qrimg {
display: inline-block;
}

@media screen and (max-width: 640px){
.qrimg {display:none;}}

/*================================================
 *  求人案内　切り替えタブ
 ================================================*/

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_tab {
margin: 1em auto;
}
.cp_tab > input[type='radio'] {
margin: 0;
padding: 0;
border: none;
border-radius: 0;
outline: none;
background: none;
-webkit-appearance: none;
appearance: none;
display: none;
}
.cp_tab .cp_tabpanel {
display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
display: block;
}
.cp_tab > label {
position: relative;
display: inline-block;
padding: 15px;
cursor: pointer;
border: 1px solid transparent;
border-bottom: 0;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
color: #0066cc;
}
.cp_tab > input:checked + label {
margin-bottom: -1px;
border-color: #cccccc;
border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
padding: 0.5em 1em;
border-top: 1px solid #cccccc;
}

.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child {
border-top: 9px solid #80CBC4;
}
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2) {
border-top: 9px solid #90CAF9;
}
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3) {
border-top: 9px solid #F48FB1;
}
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4) {
border-top: 9px solid #8BC34A;
}

.cp_tab > label {
position: relative;
display: inline-block;
cursor: pointer;
border-radius: 6px 6px 0 0;
}
.cp_tab > input:first-child + label {
background: #80CBC4;
}
.cp_tab > input:nth-child(3) + label {
background: #90CAF9;
}
.cp_tab > input:nth-child(5) + label {
background: #F48FB1;
}
.cp_tab > input:nth-child(7) + label {
background: #8BC34A;
}
.cp_tab > label:hover {
color: #0066cc;
}
.cp_tab > input:focus + label {
color: #ffffff;
}

@media (max-width: 480px) {
.cp_tab {
width: 100%;
font-size: 0.8em;
}
.cp_tab label {
padding: 0.5em;
}
}

/*================================================
 *  求人案内　切り替えタブ2
 ================================================*/

.cp_tabc *, .cp_tabc *:before, .cp_tabc *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_tabc {
margin: 1em auto;
}
.cp_tabc > input[type='radio'] {
margin: 0;
padding: 0;
border: none;
border-radius: 0;
outline: none;
background: none;
-webkit-appearance: none;
appearance: none;
display: none;
}
.cp_tabc .cp_tabpanelc {
display: none;
}
.cp_tabc > input:first-child:checked ~ .cp_tabpanelcs > .cp_tabpanelc:first-child,
.cp_tabc > input:nth-child(3):checked ~ .cp_tabpanelcs > .cp_tabpanelc:nth-child(2),
.cp_tabc > input:nth-child(5):checked ~ .cp_tabpanelcs > .cp_tabpanelc:nth-child(3),
.cp_tabc > input:nth-child(7):checked ~ .cp_tabpanelcs > .cp_tabpanelc:nth-child(4),
.cp_tabc > input:nth-child(9):checked ~ .cp_tabpanelcs > .cp_tabpanelc:nth-child(5),
.cp_tabc > input:nth-child(11):checked ~ .cp_tabpanelcs > .cp_tabpanelc:nth-child(6) {
display: block;
}
.cp_tabc > label {
position: relative;
display: inline-block;
padding: 15px;
cursor: pointer;
border: 1px solid transparent;
border-bottom: 0;
}
.cp_tabc > label:hover,
.cp_tabc > input:focus + label {
color: #0066cc;
}
.cp_tabc > input:checked + label {
margin-bottom: -1px;
border-color: #cccccc;
border-radius: 6px 6px 0 0;
}
.cp_tabc .cp_tabpanelc {
padding: 0.5em 1em;
border-top: 1px solid #cccccc;
}

.cp_tabc > input:first-child:checked ~ .cp_tabpanelcs > .cp_tabpanelc:first-child {
border-top: 9px solid #80CBC4;
}
.cp_tabc > input:nth-child(3):checked ~ .cp_tabpanelcs > .cp_tabpanelc:nth-child(2) {
border-top: 9px solid #90CAF9;
}
.cp_tabc > input:nth-child(5):checked ~ .cp_tabpanelcs > .cp_tabpanelc:nth-child(3) {
border-top: 9px solid #F48FB1;
}
.cp_tabc > input:nth-child(7):checked ~ .cp_tabpanelcs > .cp_tabpanelc:nth-child(4) {
border-top: 9px solid #8BC34A;
}

.cp_tabc > label {
position: relative;
display: inline-block;
cursor: pointer;
border-radius: 6px 6px 0 0;
}
.cp_tabc > input:first-child + label {
background: #80CBC4;
}
.cp_tabc > input:nth-child(3) + label {
background: #90CAF9;
}
.cp_tabc > input:nth-child(5) + label {
background: #F48FB1;
}
.cp_tabc > input:nth-child(7) + label {
background: #8BC34A;
}
.cp_tabc > label:hover {
color: #0066cc;
}
.cp_tabc > input:focus + label {
color: #ffffff;
}

@media (max-width: 480px) {
.cp_tabc {
width: 100%;
font-size: 0.8em;
}
.cp_tabc label {
padding: 0.5em;
}
}


/*================================================
 *  お問い合わせフォーム
 ================================================*/

.formdesign{
	margin-top:20px;
	width:80%;
}

.formdesign th{
	text-align: left;
	margin-left:10px;
	background-color:#6BB7FF;
}

.formdesign td{
	margin-left:10px;

}

input.inputsize {
 width: 35;
}

textarea.inputsizebig {
width:300px;
max-width:450px;
}


/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	background-color:#006599;
	margin-top:50px;
	font-family:'Sawarabi Mincho',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.footmenu li a{
	color:#fff;
	font-size:14px;
}

.footmenu li a:hover {
	color:#1E90FF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footlink {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
}
.footlink ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footlink li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.footlink li a{
	color:#fff;
	font-size:14px;
}

.footlink li a:hover {
	color:#1E90FF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.copyright {
	clear:both;
	padding:20px 0;
	font-size:16px;
	text-align:center;
}

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

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;
}


.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#1E90FF;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviColumnL {
	display:inline;
	width:65.5%;
	float:left;
	margin-right:1.030%;
}

.topNaviColumnR {
	display:inline;
	width:48.5%;
	float:right;
	margin-right:1.2%;
}

/* ブログ(news.html)枠 */
.topNaviColumnLn {
	display:inline;
	width:48.5%;
	float:left;
	margin-right:1.030%;
}


.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #1E90FF;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#1E90FF;
	border:none;
}
.topNaviCon:hover h2 {
	color:#1E90FF;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}

/* 会員ログイン枠 */
.topNaviConin {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#6BB7FF;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviConin:hover {
	color:#000;
	border:1px solid #1E90FF;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviConin h3 {
	font-size:18px;
	background: #0F6EFE;
	padding: 0.2em;
	border-left:none;
	text-align: center; 
}

.topNaviConin br {
	line-height: 2.5;
}

.kaiintoi {
	font-size:12px;
	padding:14px;
}

.topNaviConin br {
	line-height: 1;
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	header {
		width:100%;
	}

	nav ul {
			width:100%;
	}

	#contents {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

	header {
		text-align:center;
	}



	header h1 {
		font-size:30px;
	}

	#contents {
		width:100%;
	}

	#main {
		float:none;
		width:89%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#999;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:32%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		text-align:center;
		text-decoration:none;
		font-size:15px;

	}

#listart {
	border-right: none;
}


	/* サブコンテンツメニュー */
#subcontents {
	background-color:#d1e9ff;
	width:100%;
	margin-left:-20px;
	padding-right:40px;
	font-family:'Sawarabi Mincho',"メイリオ";
}

#subcontents li {
	display: inline-block;
	vertical-align: middle;
	font-size:13px;
}
 
#subcontents li > a {
	text-align: center;
	display: table;
	width: 100%;
	padding: 10px 5px 10px 0;
}
 
#subcontents li > a span {
	display: table-cell;
	vertical-align: middle;
}

#subtable {
	display:table;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	width: 100%;
	border-collapse:collapse;
}

#titlebana img{
	width:100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
	}

	.careiframe {
		-moz-transform: scale(1.2,1.2);
		-webkit-transform: scale(1.2,1.2);
		-o-transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
		margin-left:40px;
		margin-top:25px;
		}

	/* 企業理念 */

.box17{
    margin:1em 0 1em 0;
    position: relative;
    padding: 0.5em 2.5em;
    border-top: solid 2px #51ABFF;
    border-bottom: solid 2px #51ABFF;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #51ABFF;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

.box17 h4 {
	position: relative;
	color: #333333;
	z-index: 1;
	font-size:20px;
	font-family:'Sawarabi Mincho',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin-bottom:10px;
}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}
	.topNaviColumnL {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}
	.topNaviColumnR {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}

	/* お問い合わせフォーム */

.formdesign{
	margin-top:20px;
}

table.formdesign {
  width: 100%;
 table-layout: fixed;
}


table.formdesign td {
  padding: 10px;

}

table.formdesign th {
  width: 35%;
  padding: 10px;

}

input.inputsize {
 width: 100%;
}

textarea.inputsizebig {
width:100%;
}

	.contact {
		position:relative;
		margin:10px 0;
		text-align:center;
	}
input#submit_button {
	display:block;
	padding:4px 10px;
	margin:10px 15px 10px  10px;
	color:#fff;
	background:#1E90FF;
	border-radius:4px;
	text-decoration:none;
		text-align:center;
}

/* アコーディオン */
.ac-container{
    width: auto;
    margin: 30px auto;
}
.ac-container label{
    width: 80%;
    text-align: center;
    background: #51ABFF;
    margin: auto;
    padding: 20px 5px;
    position: relative;
    display: block;
    cursor: pointer;
    color: #fff;
    font-size:17px;
}
.ac-container label:hover{
    background: #A7D6FF;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.ac-container label:after{
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: '\f0fe';
}

.ac-container input:checked ~ label::after {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: '\f146';
}

.ac-container input{
   display: none;
}
.ac-container div{
   background: rgba(255, 255, 255, 0.5);
   margin-top: -1px;
   overflow: hidden;
   height: 0px;
   position: relative;
   z-index: 10;
   transition: 
   height 0.3s ease-in-out, 
   box-shadow 0.6s linear;
}
.ac-container input:checked ~ div{
   transition: 
   height 0.5s ease-in-out, 
   box-shadow 0.1s linear;
   box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container div p{
   line-height: 23px;
   font-size: 12px;
   padding: 20px;
}
/* 高さの定義 */
.ac-container input:checked ~ div.ac-small{
   height: 920px;
}
.ac-container input:checked ~ div.ac-medium{
   height: 200px;
}
.ac-container input:checked ~ div.ac-large{
   height: 300px;
}
 


	/* フッター */
footer {
	clear: both;
	width:100%;
}

.footmenu {
	width:100%;
}
.footmenu ul {
	position:relative;
	float:left;
	left:55%;
	margin:0;
	text-align:center;

}

.footmenu li a{
	color:#fff;
	font-size:13px;
}

.footlink {
	width:100%;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	margin-top:-15px;
}

.footlink ul {
	margin:0;
}
.footlink li {
	position:relative;
	list-style:none;
	margin:0;
	left:-40%;
}

.footlink img{
	width:80%;
	padding:5px 0;
}


.footlink li a:hover {
	color:#1E90FF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.copyright {
	clear:both;
	padding:20px 0;
	font-size:13px;
	text-align:center;
}

.copyright img{
	width:100%;
}

}

