@charset "utf-8";
/*****************/
/* contents less */
/*****************/
body {
  color: #4e4141;
  line-height: 130%;
  min-width: 1024px;
}
/*SP hidden*/
.sp {
  display: none !important;
}
/*****************/
/* PC AREA */
/*****************/
a {
  color: #00897A;
}
header {
  background: #f40000;
}
header div.cont_wrapper {
  margin: 0 auto;
  height: 96px;
  text-align: right;
}
header div.cont_wrapper h1 {
  display: inline-block;
  position: relative;
  float: left;
  padding: 24px 0 0 40px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  header div.cont_wrapper h1 {
    padding-left: 20px;
  }
}
header div.cont_wrapper h1 a img {
  max-width: 100%;
  height: auto;
}
header div.cont_wrapper .sns {
  display: inline-table;
  table-layout: fixed;
  margin-right: 2%;
  width: 126px;
  vertical-align: middle;
}
header div.cont_wrapper .sns a {
  display: table-cell;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  text-indent: 101%;
  -webkit-transition: all opacity 100ms ease-in ease-out;
  -moz-transition: all opacity 100ms ease-in ease-out;
  -o-transition: all opacity 100ms ease-in ease-out;
  transition: all opacity 100ms ease-in ease-out;
  -webkit-transition: opacity 100ms ease-in;
  -moz-transition: opacity 100ms ease-in;
  -ms-transition: opacity 100ms ease-in;
  -o-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
header div.cont_wrapper .sns a.line {
  background-image: url(../img/sns_line.png);
}
header div.cont_wrapper .sns a.instagram {
  background-image: url(../img/sns_instagram.png);
}
header div.cont_wrapper .sns a.twitter {
  background-image: url(../img/sns_twitter.png);
}
header div.cont_wrapper .sns a:hover {
  opacity: 0.7;
}
header div.cont_wrapper nav {
  display: inline-block;
  width: 55%;
  max-width: 720px;
}
header div.cont_wrapper nav ul {
  display: inline-table;
  width: 100%;
  height: 96px;
  text-align: left;
  vertical-align: middle;
}
header div.cont_wrapper nav ul li {
  display: table-cell;
  border-left: solid 1px #f3e6e6;
  width: 16.66%;
  max-width: 120px;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header div.cont_wrapper nav ul li:first-child {
  border-left: solid 1px #f40000;
}
header div.cont_wrapper nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-transition: all background 100ms ease-in ease-out;
  -moz-transition: all background 100ms ease-in ease-out;
  -o-transition: all background 100ms ease-in ease-out;
  transition: all background 100ms ease-in ease-out;
  -webkit-transition: background 100ms ease-in;
  -moz-transition: background 100ms ease-in;
  -ms-transition: background 100ms ease-in;
  -o-transition: background 100ms ease-in;
  transition: background 100ms ease-in;
  background: no-repeat center center / contain #fff;
}
header div.cont_wrapper nav ul li a:hover,
header div.cont_wrapper nav ul li a.active {
  background-image: none !important;
  background-color: #f00;
}
header div.cont_wrapper nav ul li a img {
  max-width: 100%;
  max-height: 96px;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all opacity 100ms ease-in ease-out;
  -moz-transition: all opacity 100ms ease-in ease-out;
  -o-transition: all opacity 100ms ease-in ease-out;
  transition: all opacity 100ms ease-in ease-out;
  -webkit-transition: opacity 100ms ease-in;
  -moz-transition: opacity 100ms ease-in;
  -ms-transition: opacity 100ms ease-in;
  -o-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
header div.cont_wrapper nav ul li a span.text {
  display: none;
}
header div.cont_wrapper nav ul li a:hover img {
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
header div.cont_wrapper nav ul li a.active img {
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
header div.cont_wrapper nav ul li:nth-child(1) a {
  background-image: url("../img/nav_info.png");
}
header div.cont_wrapper nav ul li:nth-child(2) a {
  background-image: url("../img/nav_try.png");
}
header div.cont_wrapper nav ul li:nth-child(3) a {
  background-image: url("../img/nav_fac.png");
}
header div.cont_wrapper nav ul li:nth-child(4) a {
  background-image: url("../img/nav_req.png");
}
header div.cont_wrapper nav ul li:nth-child(5) a {
  background-image: url("../img/nav_cnt.png");
}
header div.cont_wrapper nav ul li:nth-child(6) a {
  background-image: url("../img/nav_recruit.png");
}
header div.cont_wrapper a#menu_toggle {
  display: none;
}
/*============================
#subtitle
============================*/
section#subtitle {
  height: 67px;
  margin: 0px 0px 42px;
  background-image: url("../img/news_title_bg.png");
}
section#subtitle h2 {
  width: 1024px;
  margin: 0px auto;
  height: 45px;
  padding: 22px 0px 0px;
  background-position: center right;
  background-repeat: no-repeat;
}
/*============================
#contents
============================*/
div#contentsTop {
  width: 100%;
  margin: 0px auto;
}
div#contents {
  width: 1024px;
  margin: 0px auto;
  /*============================
	#main
	============================*/
  /*============================
#size_nav
============================*/
}
div#contents section#main {
  width: 670px;
  float: left;
  /*============================
#bt_link
============================*/
}
div#contents section#main table.table thead tr th {
  background: #dcdcdc;
  color: #9f0c0f;
  padding: 6px 5px;
  border-top: solid 1px #aaaaaa;
  border-right: solid 1px #aaaaaa;
  font-weight: normal;
}
div#contents section#main table.table thead tr th:first-child {
  border-left: solid 1px #aaaaaa;
}
div#contents section#main table.table tbody {
  border-bottom: solid 1px #aaaaaa;
}
div#contents section#main table.table tbody tr td {
  color: #6e6e6e;
  text-align: center;
  vertical-align: middle;
  padding: 6px 10px;
  border-top: solid 1px #aaaaaa;
  border-right: solid 1px #aaaaaa;
}
div#contents section#main table.table tbody tr td:first-child {
  border-left: solid 1px #aaaaaa;
}
div#contents section#main table.table tbody tr th {
  text-align: left;
  color: #6e6e6e;
  background: #ebebeb;
  padding: 7px 6px;
  border-top: solid 1px #aaaaaa;
  border-right: solid 1px #aaaaaa;
}
div#contents section#main table.table tbody tr th:first-child {
  border-left: solid 1px #aaaaaa;
}
div#contents section#main ul#bt_link {
  margin: 70px 0px 40px;
}
div#contents section#main ul#bt_link li {
  float: left;
  display: block;
  width: 50%;
  text-align: center;
  margin: 0px 0px 15px;
}
div#contents section#main ul#bt_link li a {
  -webkit-transition: all opacity 50ms ease-in ease-out;
  -moz-transition: all opacity 50ms ease-in ease-out;
  -o-transition: all opacity 50ms ease-in ease-out;
  transition: all opacity 50ms ease-in ease-out;
  -webkit-transition: opacity 50ms ease-in;
  -moz-transition: opacity 50ms ease-in;
  -ms-transition: opacity 50ms ease-in;
  -o-transition: opacity 50ms ease-in;
  transition: opacity 50ms ease-in;
}
div#contents section#main ul#bt_link li a:hover {
  filter: alpha(opacity=0.3);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
}
div#contents div#size_nav {
  width: 312px;
  float: right;
  /*============================
		#banners
		============================*/
}
div#contents div#size_nav nav {
  margin: 0px 0px 25px;
}
div#contents div#size_nav nav h3 {
  height: 60px;
  background-repeat: no-repeat;
  background-position: center top;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 21px 0px 0px 13px;
}
div#contents div#size_nav nav ul {
  padding: 0px 0px 7px;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 100%;
  line-height: 110%;
}
div#contents div#size_nav nav ul li {
  display: block;
}
div#contents div#size_nav nav ul li a {
  padding: 18px 30px;
  background-repeat: no-repeat;
  background-position: 13px center;
  display: block;
  text-decoration: none;
  -webkit-transition: all background-color 50ms ease-in,color 50ms ease-in ease-out;
  -moz-transition: all background-color 50ms ease-in,color 50ms ease-in ease-out;
  -o-transition: all background-color 50ms ease-in,color 50ms ease-in ease-out;
  transition: all background-color 50ms ease-in,color 50ms ease-in ease-out;
  -webkit-transition: background-color 50ms ease-in,color 50ms ease-in;
  -moz-transition: background-color 50ms ease-in,color 50ms ease-in;
  -ms-transition: background-color 50ms ease-in,color 50ms ease-in;
  -o-transition: background-color 50ms ease-in,color 50ms ease-in;
  transition: background-color 50ms ease-in,color 50ms ease-in;
}
div#contents div#size_nav nav ul li a:hover {
  color: #fff;
}
div#contents div#size_nav nav ul li:first-child a {
  border-top: none;
}
div#contents div#size_nav ul#banners li {
  padding: 0px 0px 10px;
}
div#contents div#size_nav ul#banners li a:hover img {
  filter: alpha(opacity=0.5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
div#contents div#size_nav nav {
  /*sidebar all red*/
}
div#contents div#size_nav nav h3 {
  background-image: url("../img/nav_header.png");
}
div#contents div#size_nav nav ul {
  background-image: url("../img/nav_footer.png");
}
div#contents div#size_nav nav ul li a {
  background-image: url("../img/nav_yaji.png");
  border-top: solid 1px #F40000;
  border-left: solid 1px #F40000;
  border-right: solid 1px #F40000;
  color: #494949;
}
div#contents div#size_nav nav ul li a:hover {
  background: #FE4A4A;
}
/*============================
footer
============================*/
footer {
  /*background: #f7f7f7;*/
  padding: 80px 0px 0px;
}
footer div.cont_wrapper {
  width: 1024px;
  margin: 0px auto 35px;
  /*============================
		#address
		============================*/
  /*============================
		#map
		============================*/
}
footer div.cont_wrapper div#address {
  font-size: 90%;
  float: left;
  width: 435px;
}
footer div.cont_wrapper div#address span.name {
  font-size: 110%;
  font-weight: bold;
  display: block;
  border-bottom: solid 1px #999;
  padding: 25px 0px 10px;
  margin: 0px 0px 9px;
}
footer div.cont_wrapper div#address span.zip {
  padding: 0px 15px 0px 0px;
}
footer div.cont_wrapper div#address div.tel {
  font-weight: bold;
  font-size: 145%;
  display: block;
  padding: 2px 0px 2px;
}
footer div.cont_wrapper div#address div.tel a {
  color: #333;
  text-decoration: none;
}
footer div.cont_wrapper div#address div.fax {
  display: block;
}
footer div.cont_wrapper div#map {
  float: right;
}
footer div#copyright {
  background: #f40000;
  padding: 15px 0px 20px;
  text-align: center;
  color: #fff;
  font-size: 80%;
}
/*============================
#for Smart phone
============================*/
@media only screen and (max-width: 640px), only screen and (orientation: portrait) {
  /*SP hidden*/
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  body {
    min-width: 0;
  }
  img {
    max-width: 100%;
    vertical-align: bottom;
  }
  header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 102;
  }
  header div.cont_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: solid #990000 1px;
    text-align: left;
  }
  header div.cont_wrapper h1 {
    padding: 8px 0px 7px 3%;
    float: none;
    margin: 0px auto;
  }
  header div.cont_wrapper h1 a img {
    height: 25px;
  }
  header div.cont_wrapper .sns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: 90px;
    top: 10px;
    margin-right: 3%;
    width: 80px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  header div.cont_wrapper .sns a {
    width: 20px;
    height: 20px;
  }
  header div.cont_wrapper nav {
    display: none;
    float: none;
    width: auto;
    max-width: none;
  }
  header div.cont_wrapper nav ul {
    display: block;
  }
  header div.cont_wrapper nav ul li {
    display: block;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    float: none;
    background: #fff;
  }
  header div.cont_wrapper nav ul li:first-child {
    border-left: 0;
  }
  header div.cont_wrapper nav ul li a {
    background: #fff;
    border-bottom: solid #f40000 1px;
    display: block;
    padding: 15px 3%;
    text-decoration: none;
    text-align: right;
  }
  header div.cont_wrapper nav ul li a img {
    display: none;
  }
  header div.cont_wrapper nav ul li a span.text {
    display: inline;
    font-size: 80%;
    color: #f40000;
  }
  header div.cont_wrapper nav ul li a:hover {
    background: #f40000;
  }
  header div.cont_wrapper nav ul li a.active {
    background: #f40000;
  }
  header div.cont_wrapper nav ul li:nth-child(1) a,
  header div.cont_wrapper nav ul li:nth-child(2) a,
  header div.cont_wrapper nav ul li:nth-child(3) a,
  header div.cont_wrapper nav ul li:nth-child(4) a,
  header div.cont_wrapper nav ul li:nth-child(5) a,
  header div.cont_wrapper nav ul li:nth-child(6) a {
    background: #fff;
  }
  header div.cont_wrapper nav ul li:nth-child(1) a.active,
  header div.cont_wrapper nav ul li:nth-child(2) a.active,
  header div.cont_wrapper nav ul li:nth-child(3) a.active,
  header div.cont_wrapper nav ul li:nth-child(4) a.active,
  header div.cont_wrapper nav ul li:nth-child(5) a.active,
  header div.cont_wrapper nav ul li:nth-child(6) a.active,
  header div.cont_wrapper nav ul li:nth-child(1) a:hover,
  header div.cont_wrapper nav ul li:nth-child(2) a:hover,
  header div.cont_wrapper nav ul li:nth-child(3) a:hover,
  header div.cont_wrapper nav ul li:nth-child(4) a:hover,
  header div.cont_wrapper nav ul li:nth-child(5) a:hover,
  header div.cont_wrapper nav ul li:nth-child(6) a:hover {
    background: #ffedeb;
  }
  header div.cont_wrapper a#menu_toggle {
    display: inline-block;
    position: absolute;
    right: 3%;
    top: 8px;
  }
  header div.cont_wrapper a#menu_toggle img {
    height: 25px;
  }
  /*============================
	#subtitle
	============================*/
  section#subtitle {
    height: 60px;
    margin: 40px 0px 25px;
  }
  section#subtitle h2 {
    width: 94%;
    margin: 0px auto;
    height: auto;
    padding: 5px 0px 5px;
    background-size: auto 40%;
    background-position: right center;
  }
  section#subtitle h2 img {
    max-height: 18px;
  }
  /*============================
	#contents
	============================*/
  div#contents {
    width: 94%;
    /*============================
		#main
		============================*/
    /*============================
	#size_nav
	============================*/
  }
  div#contents section#main {
    width: 100%;
    float: none;
    /*============================
	#bt_link
	============================*/
  }
  div#contents section#main table.table thead tr th {
    padding: 3px 2px;
  }
  div#contents section#main table.table tbody tr td {
    padding: 3px 5px;
  }
  div#contents section#main table.table tbody tr th {
    padding: 3px 2px;
  }
  div#contents section#main ul#bt_link {
    margin: 20px 0px 5px;
  }
  div#contents section#main ul#bt_link li {
    width: 46%;
    margin: 0px 2% 15px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  div#contents div#size_nav {
    display: none;
    width: 100%;
    float: none;
    margin: 0px auto;
    /*============================
			#banners
			============================*/
  }
  div#contents div#size_nav nav {
    margin: 0px 0px 15px;
  }
  div#contents div#size_nav nav h3 {
    height: auto;
    padding: 15px 10px 5px;
    background-repeat: repeat-x;
    text-align: left;
  }
  div#contents div#size_nav nav ul {
    padding: 0px 0px 7px;
    background-repeat: repeat-x;
    font-size: 95%;
    line-height: 110%;
  }
  div#contents div#size_nav nav ul li a {
    padding: 13px 25px;
    background-position: 13px center;
  }
  div#contents div#size_nav ul#banners li {
    max-width: 60%;
    margin: 0px auto;
    padding: 0px 0px 5px;
  }
  div#contents div#size_nav ul#banners li a:hover img {
    filter: alpha(opacity=0.5);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
  }
  /*============================
	footer
	============================*/
  footer {
    margin: 10px 0px 0px;
    padding: 20px 0px 0px;
  }
  footer div.cont_wrapper {
    width: 94%;
    margin: 0px auto 10px;
    /*============================
			#address
			============================*/
    /*============================
			#map
			============================*/
  }
  footer div.cont_wrapper div#address {
    float: none;
    width: 100%;
  }
  footer div.cont_wrapper div#address img {
    float: right;
    max-width: 30%;
  }
  footer div.cont_wrapper div#address span.name {
    float: none;
    width: 65%;
    font-size: 90%;
    padding: 0px 0px 3px;
    margin: 0px 0px 3px;
  }
  footer div.cont_wrapper div#address span.zip {
    font-size: 90%;
    display: block;
  }
  footer div.cont_wrapper div#address span.address {
    font-size: 90%;
    padding: 0px 10px 0px 0px;
  }
  footer div.cont_wrapper div#map {
    margin: 10px auto 5px;
    width: 100%;
    float: none;
  }
  footer div.cont_wrapper div#map iframe {
    width: 100%;
  }
  footer div#copyright {
    padding: 5px 0px 10px;
    font-size: 70%;
  }
}
@media only screen and (max-width: 320px) {
  header div.cont_wrapper .sns {
    right: 85px;
    top: 13px;
    width: 64px;
  }
  header div.cont_wrapper .sns a {
    width: 16px;
    height: 16px;
  }
}
