/**********************
 front
  css
**********************/
#front-main {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  min-height: 600px;
}
#front-main .main-bg {
  background: url("../../images/top/main-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 97;
  width: 100%;
  height: 100%;
}
#front-main .main-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 98;
}
#front-main .en-main-catch {
  position: absolute;
  z-index: 98;
  bottom: 150px;
  left: 100px;
  color: #fff;
  font-size: 62px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#front-main .en-main-catch p {
  margin-bottom: 0;
}
#front-main .ja-main-catch {
  position: absolute;
  z-index: 98;
  bottom: 90px;
  left: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
#front-main .ja-main-catch span {
  display: block;
  color: #fff;
}
#front-main .fixed-news {
  max-width: 600px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 98;
}
#front-main .fixed-news .news-box {
  display: flex;
}
#front-main .fixed-news .news-box .news-label {
  width: 100px;
  background: #4b51ca;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
#front-main .fixed-news .news-box .news-cnt {
  background: #fff;
  width: 500px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
  font-size: 14px;
}
#front-main .fixed-news .news-box .news-time {
  margin-right: 15px;
}
#front-main .fixed-news .news-box .news-title a {
  color: #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  #front-main .en-main-catch {
    left: 30px;
    font-size: 32px;
  }
  #front-main .ja-main-catch {
    left: 30px;
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  #front-main .ja-main-catch {
    font-size: 12px;
  }
  #front-main .en-main-catch {
    font-size: 30px;
  }
}
/******************************
 front-aboutus
******************************/
#front-aboutus .bg {
  background: #012b54;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 10px;
}
#front-aboutus .flex {
  display: flex;
  flex-wrap: wrap;
}
#front-aboutus .text-area {
  width: calc(100% - 800px);
  padding-left: 100px;
}
#front-aboutus .img-area {
  width: 800px;
}
#front-aboutus h2 {
  margin-bottom: 80px;
  color: #fff;
  font-weight: bold;
}
#front-aboutus h2 span {
  display: block;
}
#front-aboutus h2 span:nth-of-type(1) {
  font-size: 82px;
  margin-bottom: 5px;
}
#front-aboutus h2 span:nth-of-type(2) {
  font-size: 14px;
}
#front-aboutus .main-catch {
  color: #ff031c;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: bold;
}
#front-aboutus .catch {
  color: #fff;
  line-height: 2.5em;
  margin-bottom: 50px;
}
#front-aboutus .catch p {
  margin-bottom: 0;
}
#front-aboutus .catch span {
  display: block;
}
#front-aboutus .read-more a {
  display: inline-block;
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #b82b39;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
}
#front-aboutus .img-wrap img {
  width: 100%;
}
#front-aboutus .img-wrap {
  background: url("../../images/top/bg-about.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1399px) {
  #front-aboutus .text-area {
    width: calc(100% - 700px);
    padding-left: 100px;
  }
  #front-aboutus .img-area {
    width: 700px;
  }
}
@media (max-width: 1299px) {
  #front-aboutus .text-area {
    width: calc(100% - 600px);
    padding-left: 100px;
  }
  #front-aboutus .img-area {
    width: 600px;
  }
}
@media (max-width: 1199px) {
  #front-aboutus .text-area {
    width: calc(100% - 500px);
    padding-left: 100px;
  }
  #front-aboutus .img-area {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  #front-aboutus .text-area {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  #front-aboutus .text-area {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  #front-aboutus .img-area {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 640px) {
  #front-aboutus h2 span:nth-of-type(1) {
    font-size: 62px;
    margin-bottom: 5px;
  }
  #front-aboutus .main-catch {
    font-size: 24px;
  }
  #front-aboutus .catch {
    font-size: 13px;
  }
}
/******************************
 front-link
******************************/
#front-link {
  background: #86a2ca;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
}
#front-link .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
#front-link .flex .flex-item {
  width: calc(100% / 3);
  width: -webkit-calc(100% / 3);
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
#front-link .flex .flex-item:nth-of-type(2) {
  border-left: 1px solid #4b51ca;
  border-right: 1px solid #4b51ca;
}
#front-link .sub-en {
  writing-mode: vertical-lr;
  position: absolute;
  top: 20px;
  left: 0px;
}
#front-link .icon {
  width: 100px;
  margin: 0 auto 30px;
}
#front-link .icon img {
  width: 100%;
}
#front-link h2 {
  text-align: center;
  font-weight: 100;
  color: #4b51ca;
  font-size: 22px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
#front-link .content {
  text-align: center;
  line-height: 2em;
  margin-bottom: 50px;
  font-size: 14px;
}
#front-link .content span {
  display: block;
}
#front-link .read-more {
  text-align: center;
}
#front-link .read-more a {
  display: inline-block;
  max-width: 300px;
  width: 80%;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #4b51ca;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  #front-link .flex .flex-item:nth-of-type(1) {
    width: 100%;
    border-bottom: 1px solid #4b51ca;
  }
  #front-link .flex .flex-item:nth-of-type(2) {
    width: 50%;
    border-left: none;
  }
  #front-link .flex .flex-item:nth-of-type(3) {
    width: 50%;
  }
}
@media (max-width: 991px) {
  #front-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #front-link .flex .flex-item:nth-of-type(1) {
    width: 100%;
    border-bottom: 1px solid #4b51ca;
  }
  #front-link .flex .flex-item:nth-of-type(2) {
    width: 100%;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #4b51ca;
  }
  #front-link .flex .flex-item:nth-of-type(3) {
    width: 100%;
    border-bottom: 1px solid #4b51ca;
  }
}
/*******************************
 front-service
********************************/
#front-service .bg {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../../images/top/top_service.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 97;
}
#front-service .bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 98;
}
#front-service .box {
  position: relative;
  z-index: 99;
  text-align: center;
}
#front-service .box h2 {
  margin-bottom: 50px;
}
#front-service .box h2 span:nth-of-type(1) {
  display: block;
  font-size: 82px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
#front-service .box h2 span:nth-of-type(2) {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#front-service .box .main-catch {
  color: #cf3342;
  font-weight: bold;
  margin-bottom: 50px;
  font-size: 32px;
}
#front-service .box .catch {
  color: #fff;
  margin-bottom: 50px;
}
#front-service .read-more a {
  display: inline-block;
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #b82b39;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  #front-service .box .main-catch {
    font-size: 20px;
  }
  #front-service .box .catch {
    font-size: 13px;
    line-height: 2.5em;
  }
}
