@charset "UTF-8";
/*============================
loading
============================*/
body {
  text-align: left;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background-color: #fff;
}
.loader, .loader:after {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -30px;
}
.loader {
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #2796e7;
  border-right: 5px solid #2796e7;
  border-bottom: 5px solid #2796e7;
  border-left: 5px solid #00ceb0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
 @-webkit-keyframes load8 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes load8 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*============================
container
============================*/
.top_img {
  width: 100%;
  background: url(../images/home/header/bg.jpg) no-repeat center center;
  background-size: cover;
}
.top_img .catch {
  width: 980px;
  padding-top: 560px;
  height: 0;
  overflow: hidden;
  background: url(../images/home/header/title.png) no-repeat left top;
  background-size: 100%;
  margin: auto;
}
/*============================
container
============================*/
.container {
  position: relative;
}
.primary {
  width: 100%;
  float: none;
}
.primary > article {
  padding: 80px 0 80px;
}
.primary .inner {
  width: 980px;
  margin: auto;
}
h2 {
  width: 980px;
  padding-top: 62px;
  height: 0;
  overflow: hidden;
  background: url(../images/home/service/title.jpg) no-repeat center top;
  background-size: 100%;
  margin: auto;
  margin-bottom: 30px;
}
.link {
  padding-top: 30px;
}
.link a {
  width: 300px;
  margin: auto;
  display: block;
  padding: 20px 0;
  color: #fff;
  background: #000;
}
/*============================
about
============================*/
#service {
  background: #FFF;
  overflow: hidden;
}
#service .text {
  width: 609px;
  float: left;
  padding: 50px 0 0 70px;
}
#service img.figure {
  display: block;
  float: right;
  padding-right: 50px;
}
#service .catch {
  font-size: 18px;
  font-weight: bold;
  color: #008d5a;
  background: #FFF;
}
#service .catch span {
  background: url(../images/home/service/line.png) no-repeat bottom left;
  background-size: auto;
  padding: 0 0 30px 0;
  display: block;
}
#service section {
  clear: both;
  padding-top: 50px;
  overflow: hidden;
}
#service h3 {
  margin: 0 0 0 0;
  padding: 15px 0 10px 0;
  text-align: center;
  font-weight: bold;
}
#service h3 span {
  padding-left: 35px;
  background: url(../images/home/service/icon01.png) no-repeat top 2px left;
  background-size: auto;
  padding: 7px 0 7px 22px;
}
#service .box2 h3 span {
  background: url(../images/home/service/icon02.png) no-repeat top 5px left;
  padding: 7px 0 7px 34px;
}
#service .box1, #service .box2 {
  float: left;
  width: 486px;
}
#service .box1 p, #service .box2 p {
  text-align: center;
}
#service .box1 img, #service .box2 img {
  display: block;
  width: 100%;
  height: auto;
}
#service .box1 {
  margin-right: 8px;
}
#service .box2 {
}
#service #btn li a {
  background-image: url(../images/home/service/btn.jpg);
}
/*============================
recruit
============================*/
#recruit {
  background: #f2f2f2;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
#recruit h2 {
  background-image: url(../images/home/recruit/title.jpg);
}
#recruit .text {
  width: 710px;
  margin: auto;
  margin-bottom: 30px;
}
#recruit .text .catch {
  color: #008d5a;
  font-weight: bold;
}
#recruit .photo {
  display: block;
  float: right;
}
#recruit table.info {
  width: 530px;
}
#recruit table.info tr {
  border-bottom: 1px solid #dadada;
  background: #fff;
  padding: 0;
}
#recruit table.info th {
  width: 130px;
}
#recruit #btn li a {
  background-image: url(../images/home/recruit/btn.jpg);
}
/*============================
company
============================*/
#company {
  background: #FFF;
  overflow: hidden;
}
#company .inner {
  overflow: hidden;
}
#company h2 {
  background-image: url(../images/home/company/title.jpg);
}
#company table.info {
  width: 530px;
  float: left;
  margin-right: 40px;
}
#company table.info tr:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#company table.info th {
  width: 130px;
}
#company .map {
  width: 400px;
  float: left;
  margin-top: 0;
  height: 483px;
}
#company #btn li a {
  background-image: url(../images/home/company/btn.jpg);
}

@media only screen and (max-width: 768px) {
.primary > article {
  padding: 40px 0 50px;
}
h2 {
  width: 100%;
  padding-top: 12.133333%;
  background-image: url(../images/home/service/title_sp.jpg);
  margin-bottom: 20px;
}
.link {
  padding-top: 25px;
}
.link a {
  width: 90.625%;
  margin: auto;
  padding: 16px 0;
  font-size: 16px;
  font-weight: bold;
  height: inherit;
  overflow: inherit;
  color: #fff;
  text-decoration: none;
  background: #0d2557;
  position: relative;
}
.link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 13px;
  height: 13px;
  margin-top: -7px;
  background-image: url(../images/common/contents/arrow_sp.png);
  background-size: 100%;
}
/*============================
contents
============================*/
.top_img {
  margin-top: 55px;
}
.top_img p.catch {
  padding-top: 80%;
  width: 100%;
  background-image: url(../images/home/header/title_sp.png);
  background-size: cover;
}
/* contents */
	
.primary .inner {
  width: 90.625%;
}
#service .text {
  width: 100%;
  float: none;
  padding: 0 0 0 0;
}
#service .catch {
  font-size: 17px;
  padding-bottom: 10px;
}
#service .catch span {
  background-image: url(../images/home/service/line_sp.png);
  background-size: 100%;
  padding: 0 0 22px 0;
}
#service img.figure {
  display: block;
  float: none;
  padding-right: 0;
  width: 70%;
  padding-top: 65.272727%;
  height: 0;
  overflow: hidden;
  background: url(../images/home/service/fig_sp.png) no-repeat left top;
  background-size: 100%;
  margin: auto;
}
#service section {
  padding-top: 30px;
}
#service .box1, #service .box2 {
  float: none;
  width: 100%;
  text-align: left;
}
#service .box1 {
  margin-bottom: 20px;
}
#service .box1 img, #service .box2 img {
  width: 100%;
  padding-top: 67.761194%;
  height: 0;
  overflow: hidden;
  background: url(../images/home/service/photo01_sp.jpg) no-repeat left top;
  background-size: 100%;
}
#service .box2 img {
  background-image: url(../images/home/service/photo02_sp.jpg);
}
#service h3 {
  padding: 15px 0 5px 0;
}
#service h3 span {
  background: url(../images/home/service/icon01_sp.png) no-repeat top 2px left;
  background-size: 15px;
  padding: 7px 0 7px 22px;
}
#service .box2 h3 span {
  background: url(../images/home/service/icon02_sp.png) no-repeat top 5px left;
  background-size: 25px;
  padding: 7px 0 7px 34px;
}
#service #btn {
  margin-top: 10px;
}
#service #btn li a {
  background-image: url(../images/home/service/btn_sp.jpg);
}
#recruit #btn li a {
  background-image: url(../images/home/recruit/btn_sp.jpg);
}
#recruit h2 {
  background-image: url(../images/home/recruit/title_sp.jpg);
}
#recruit .text {
  width: 100%;
  margin-bottom: 20px;
}
#recruit .text p {
  padding-bottom: 15px;
}
#recruit .text .catch {
  font-size: 16px;
  padding-bottom: 0;
}
#recruit .photo {
  width: 100%;
  padding-top: 41.791044%;
  height: 0;
  overflow: hidden;
  background: url(../images/home/recruit/photo01_sp.jpg) no-repeat left top;
  background-size: 100%;
  float: none;
  margin-bottom: 20px;
}
#recruit table.info {
  width: 100%;
}
#recruit table.info th {
  width: 100px;
}
#company h2 {
  background-image: url(../images/home/company/title_sp.jpg);
}
#company table.info {
  width: 100%;
}
#company .link a {
  background-image: none;
}
#company table.info {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
}
#company table.info th {
  width: 100px;
}
#company .map {
  width: 100%;
  float: none;
  margin-top: 0;
  height: 400px;
}
#company #btn li a {
  background-image: url(../images/home/company/btn_sp.jpg);
}
}

/* ローディング強制終了：JSが動かなくても3秒後に消える */
@keyframes forceHide {
    0%   { opacity: 1; visibility: visible; }
    90%  { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; pointer-events: none; }
}
.loading {
    animation: forceHide 3s ease forwards;
}
