@charset "UTF-8";

/*============================
loading
============================*/

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90000;
  background-color: #d5f1ff;
}

.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 #1b89c2;
  border-right: 5px solid #1b89c2;
  border-bottom: 5px solid #1b89c2;
  border-left: 5px solid #006295;
  -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);
  }
}

/*============================
top_img
============================*/

.top_img {
  width: 100%;
  background: url(../images/home/top_img.jpg) no-repeat center center;
  background-size: cover;
}

.top_img h1 {
  width: 980px;
  padding-top: 650px;
  height: 0;
  overflow: hidden;
  background: url(../images/home/top_catch.png) no-repeat left top;
  background-size: 100%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .top_img h1 {
    width: 100%;
    padding-top: 96%;
    background-image: url(../images/home/top_img_sp.jpg);
  }
}

/*============================
container
============================*/

.container {
  position: relative;
}

.primary {
  width: 100%;
  float: none;
}

.primary > article {
  padding: 80px 0;
}

.primary .inner {
  width: 1040px;
  margin: auto;
  overflow: visible;
}

.link li a,
.link li input {
  background-color: #1b89c2;
}

@media only screen and (max-width: 768px) {
  .primary > article {
    padding: 50px 0;
  }

  .primary .inner {
    width: 90.625%;
  }
}

/*============================
h2
============================*/

h2 {
  margin-bottom: 40px;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}

h2 .eng {
  color: #1b89c2;
  font-weight: 700;
  font-size: 42px;
}

h2 .jp {
  color: #4cb3e9;
  font-weight: 600;
  margin-left: 10px;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  h2 {
    margin-bottom: 30px;
  }

  h2 .eng {
    font-size: 30px;
  }

  h2 .jp {
    font-size: 16px;
  }
}

/*============================
h3
============================*/

h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}

/*============================
#news(wp)
============================*/

#news {
  background: #edf9ff;
}

#news .inner-bg {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 35px;
}

#news .inner .box a {
  display: block;
  padding: 10px 0;
}

#news .inner .box a:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

#news .inner .box a p span {
  font-weight: bold;
  margin-right: 20px;
}

#news .small_link {
  text-align: right;
  font-weight: bold;
  margin-top: 5px;
}

#news .small_link a {
  color: #1b89c2;
}

@media only screen and (max-width: 768px) {
  #news .inner-bg {
    border-radius: 3px;
    padding: 10px 15px;
  }

  #news .inner .box a p span {
    display: block;
  }
}


/*============================
#service
============================*/

#service .inner li {
  width: 320px;
}

#service .inner li img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #service .inner li {
    width: 100%;
  }

  #service .inner li:not(:first-of-type) {
    margin-top: 20px;
  }
}

/*============================
#recruit
============================*/

#recruit {
  background-color: #edf9ff;
}

#recruit .photo {
  width: 490px;
}

#recruit .photo img {
  width: 100%;
}

#recruit .text {
  width: 490px;
  margin-top: 20px;
}

#recruit .text h3 {
  color: #1b89c2;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #recruit .photo {
    width: 100%;
  }

  #recruit .text {
    width: 100%;
    margin-top: 20px;
  }
}


/*============================
#company
============================*/

#company {
  background: url(../images/home/company/company_bg.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

#company h2,
#company h2 span {
  color: #fff;
}

#company h2::before,
#company h2::after {
  background-color: #fff;
}

#company h2::after {
  width: calc(100% - 210px);
}

#company table.info {
  width: 500px;
  margin-top: 0;
}

#company table.info th,
#company table.info td {
  background-color: #fff;
}


@media only screen and (max-width: 768px) {

  #company table.info {
    width: 100%;
    margin-top: 10px;
  }

}
