@charset "UTF-8";
/* common */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}

h3,
dt {
  font-size: 1.6rem;
  font-weight: 500;
}

p,
dd,
span,
time {
  font-size: 1.2rem;
  font-weight: 500;
}

section {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
  color: #4b4b4b;
  text-align: center;
}

.bgcolor-blue {
  background-color: #1e4a93;
  color: #fff;
}

/* kv */
.kv {
  background-color: #4b67a7;
  background-image: url("../img/top_sp.jpg");
  background-position: center;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
  background-blend-mode: soft-light;
}

.concept .cons-movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  width: 100%;
}

.concept .cons-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.concept .cons-detail {
  background-color: #1e4a93;
  padding: 24px;
  color: #fff;
  text-align: left;
}

.concept .cons-detail h2 {
  margin-bottom: 12px;
}

.concept .cons-detail h3 {
  margin-bottom: 8px;
}

/* service */
.service {
  padding-bottom: 72px;
  max-width: inherit;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  background-image: url("../img/service_sp.jpg");
  background-position: center;
  background-color: #4b67a7;
  background-blend-mode: multiply;
}

.service .serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service .serviceList dl {
  display: block;
  width: 148px;
  height: 148px;
  background-color: #fff;
  color: #4b4b4b;
  padding: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.service .serviceList dl i {
  font-size: 60px;
  margin: 5px;
}

.service .serviceList dl dt {
  margin-bottom: 5px;
}

/* news */
.news article {
  margin: 0 auto;
  text-align: left;
  padding-bottom: 4px;
  border-bottom: 1px solid #4b4b4b;
}

/* about */
.about {
  max-width: inherit;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

.about dl {
  margin-bottom: 16px;
}

.about dl dt {
  margin-bottom: 8px;
}

.sec5 {
  background-color: #aaa;
  background-image: url("../img/contact_sp.jpg");
  background-position: center;
  background-blend-mode: screen;
  margin: 0;
  margin-top: -64px;
  max-width: inherit;
}

/* footer */
footer {
  text-align: center;
  background-color: #394c78;
  color: #fff;
  padding: 10px 0;
  font-size: 1.2rem;
}

/* TB */
@media screen and (min-width: 600px) {
  /* news */
  .news article {
    width: 75%;
  }
  .concept {
    position: relative;
    max-width: 800px;
  }
  .concept .cons-movie {
    width: 60%;
    padding-bottom: 33.75%;
  }
  .concept .cons-detail {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 45%;
    margin-right: 8px;
    padding: 32px;
  }
}

/* PC */
@media screen and (min-width: 1025px) {
  /* common */
  section {
    padding: 64px 0;
  }
  /* news */
  .news article {
    width: 50%;
  }
  .kv {
    background-image: url("../img/top_pc.jpg");
  }
  .sec5 {
    background-image: url("../img/contact_pc.jpg");
    background-position: center;
  }
}

.mt-64 {
  margin-top: 64px !important;
}
/*# sourceMappingURL=style.css.map */
