@charset "UTF_8";
/*__common_________ */
a {
  color: #125687;
  text-decoration: none;
}

a img:hover {
  opacity: 0.6;
}

/*.top_kv ここから*/
.top_kv {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  margin-bottom: 40px;
  min-height: 430px;
  background: url(./../images/brand_top.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.top_kv .top_kv_ttl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 5px;
  color: #fff;
}

.top_kv .top_kv_ttl h1 {
  margin-bottom: 50px;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.5;
}

.top_kv_ttl p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}
/*.top_kv ここまで*/

/*.container_area ここから*/
.container_area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1236px;
  font-size: 16px;
  background: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.container_area h2 {
  position: absolute;
  top: 24%;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 10px;
  width: 100%;
  line-height: 1.0;
}

.container_area span {
  font-size: 140px;
}

.service {
  width: 90%;
  min-height: 220px;
  position: relative;
  top: 55%;
  display: flex;
  justify-content: space-around;
  margin: 40px auto;
  color: #ffffff;
}

.box {
  width: 30%;
  height:auto;
  text-align: left;
  margin: 0 15px 0 0;
  padding: 10px;
  background-color: rgb(0, 0, 0, 0.6);
}

.box h3 {
  font-size: 18px;
  font-weight: 700;
}

.deep {
  background: url(./../images/deep.jpg);
  height: 740px;
  background-size: cover;
  background-position: center;
}

.wide {
  background: url(./../images/wide.jpg) no-repeat;
  height: 740px;
  background-size: cover;
  background-position: center;
}

.forward {
  background: url(./../images/forward.jpg) no-repeat;
  height: 740px;
  background-size: cover;
  background-position: center;
}

.elegant {
  background: url(./../images/elegant.jpg) no-repeat;
  height: 740px;
  background-size: cover;
  background-position: center;
}

.fadein {
    opacity : 0;
    transform : translate(0, 60px);
    transition : all 1000ms;
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/*.container_area ここまで*/