@charset "UTF-8";

#header {
  background: url(../../img/top_header_bg.webp) center center no-repeat var(--c_blue_2);
  background-size: cover;
}
#main .inner {
  padding: 150px 0;
}
.sub_view h2 {
  margin: 150px 0;
}
p.index_label {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .10em;
  font-weight: 350;
  color: var(--c_blue_2);
  margin-bottom: 80px;
}
p.index_label span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .14em;
}
h3 {
  font-size: 18px;
  background: url(../../img/i_title_circle.png) left center / 33px auto no-repeat;
  padding-left: 50px;
  margin-bottom: 20px;
}
h3+p {
  margin-bottom: 50px;
}

.exp {
  width: 500px;
}
.exp p {
  text-align: justify;
}
#about {
  position: relative;
}
.concept {
  display: block;
  position: absolute;
  top: 20px;
  right: -60px;
}
p.signature {
  text-align: right;
  font-size: 14px;
}
p.signature img {
  margin-top: 20px;
}

/* English page */
.en-style {
  font-family: var(--font_en);
}
.en-style p {
  letter-spacing: .06em;
}
.en-style p.index_label {
  font-size: 36px;
  font-weight: 200;
  letter-spacing: .1em;
}
.en-style p.index_label span {
  display: block;
  font-size: 16px;
  font-weight: 320;
  margin-top: 20px;
  line-height: 1.6;
}
.en-style h3 {
  font-size: 20px;
  letter-spacing: .06em;
  padding-top: 6px;
  font-weight: 400;
}
.en-style p {
  font-size: 15px;
  font-weight: 350;
  word-break: normal;
  overflow-wrap: normal;
}
.en-style .concept {
  top: 100px;
}
.en-style p.signature {
  font-size: 14px;
}

@media screen and (max-width:768px) {
  #main .inner {
    padding: 100px 0;
  }
  #header {
    background: url(../../img/top_header_bg.webp) center right no-repeat var(--c_blue_2);
    background-size: cover;
  }
  h2 {
    line-height: normal;
    letter-spacing: .1em;
  }
  h2 span {
    padding-top: 20px;
    letter-spacing: .1em;
  }
  p.index_label {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .1em;
    margin-bottom: 0;
  }
  p.index_label span {
    font-size: 13px;
    font-weight: 400;
  }
  img.concept {
    position: static;
    width: 100%;
    max-width: 680px;
    height: auto;
    margin: 40px 0 60px 0;
  }
  .exp {
    width: 100%;
  }
  .exp p {
    text-align: left;
  }
  #about h3 {
    font-size: 16px;
  }
  p.signature {
    font-size: 12px;
  }
  p.signature img {
    width: 160px;
    height: auto;
    margin-top: 10px;
  }
  /* SP English page */
  .en-style #about h3 {
    font-size: 18px;
  }
  .en-style p.signature {
    font-size: 13px;
  }


}