@charset "UTF-8";

body {
  background-color: #f5f3f5;
  overflow-x: hidden;
}

header {
  height: 100vh;
  position: relative;
}

#img_top {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

#catch {
  width: 75%;
  color: #fff;
  font-size: 6.4vw;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 7.6vw;
  position: absolute;
  bottom: 60%;
  left: 13%;
}

#contact-container {
  position: absolute;
  text-align: end;
  width: 95%;
  bottom: 5%;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.contact-item {
  position: relative;
  margin-top: 20px;
}

#news {
  text-align: center;
  width: 100%;
  margin: 40px auto;
}

.news-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-item img {
  width: 40%;
}

#news-list {
  width: 90vw;
  height: 160px;
  margin: 0 auto;
  font-size: 10px;
  padding-top: 5%;
  padding-left: 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: left;
  line-height: 1.2;
}

.news-list-container {
  display: flex;
  border-bottom: solid 1px #888;
}

.news-list-item {
  padding-right: 12px;
}

.news-list-item:last-child {
  padding-right: 0;
}

#nl-width {
  width: 15%;
  text-align: left;
  font-weight: bold;
}

.banner {
  width: 90%;
  margin: 0 auto 60px auto;
}

.banner a img {
  width: 100%;
  display: block;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

#about {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 60px;
}

#about-z1 {
  width: 100%;
  height: 500px;
  background-color: #003f8e;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#about-z2 {
  width: 100%;
  height: 50%;
  background-image: url(../../img/hands_1280d.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
}

#about-z3 {
  width: 90%;
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 3;
  margin: 0 auto;
}

#about-text {
  color: #fff;
  width: 100%;
}

#about-text h1 {
  width: 280px;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 auto 0 0;
}

#about-text p {
  width: 100%;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  margin: 20px auto;
}

#more {
  width: 100%;
  text-align: center;
}

#service h1 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}

#system {
  width: 100%;
  height: 580px;
  position: relative;
  z-index: 0;
}

#system-z1 {
  width: 100%;
  height: 100%;
  background: linear-gradient(#06beb6, #48b1bf);
  z-index: 1;
  position: absolute;
  left: 0;
}

#system-z2 {
  position: absolute;
  width: 90%;
  padding-left: 5%;
  color: #fff;
  top: 40px;
  z-index: 3;
}

#system-z3 {
  width: 100%;
  height: 36%;
  background-image: url(../../img/SD-image.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 2;
}

.name {
  margin-bottom: 20px;
}

.name .number {
  width: 30px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  border-bottom: dashed 4px #fff;
  padding-bottom: 5px;
  margin: 0;
}

.name h2 {
  width: 300px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 15px 0 5px 0;
}

.name p {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 5px 0;
}

.caption {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
}

.caption-more {
  text-align: end;
  margin-top: 20px;
}

#video {
  width: 100%;
  height: 580px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

#video-z1 {
  width: 100%;
  height: 100%;
  background: linear-gradient(#ff416c, #ff4b2b);
  z-index: 1;
  position: absolute;
  right: 0;
}

#video-z2 {
  position: absolute;
  width: 90%;
  padding-left: 5%;
  color: #fff;
  top: 40px;
  z-index: 3;
}

#video-z3 {
  width: 100%;
  height: 36%;
  background-image: url(../../img/VP-image.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 2;
}
