@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: 45%;
  color: #fff;
  font-size: 3.7vw;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 4.2vw;
  position: absolute;
  top: 37%;
  left: 80px;
}

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

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

main {
  max-width: 1280px;
  margin: 0 auto;
}

#news {
  text-align: center;
  width: 1024px;
  margin: 60px auto;
}

.news-container {
  display: flex;
  justify-content: center;
}

#news-list {
  width: 100%;
  height: 154px;
  margin: 0;
  font-size: 12px;
}

#news-list a {
  text-decoration: none;
  color: #000;
}

#news-list a:hover {
  color: #003f8e;
}

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

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

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

.banner {
  width: 670px;
  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: 491px;
  position: relative;
  margin-bottom: 60px;
}

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

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

#about-z3 {
  width: 550px;
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 3;
  padding-right: 60px;
}

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

#about-text h1 {
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 30px;
}

#about-text p {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
}

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

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

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

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

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

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

.name {
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

#video-z3 {
  width: 66%;
  height: 374px;
  background-image: url(../../img/VP-image.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 2;
}
