@charset "UTF-8";
/* ----------------------------------------
	.page_title
---------------------------------------- */
.page_title {
  position: relative;
  background: url("../images/common/pagetit_bg.jpg?1") no-repeat;
  background-size: cover;
  max-width: 100vw;
  width: 100vw;
  height: 130px;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .page_title {
      margin-top: 60px; } }
  @media screen and (min-width: 961px) {
    .page_title {
      margin-top: 115px;
      height: 250px; } }
  .page_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .page_title .title {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
    color: #FFFFFF;
    z-index: 3;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 961px) {
      .page_title .title {
        top: 90px;
        font-size: 1.8rem; } }
    .page_title .title span {
      display: block;
      font-weight: 600;
      font-size: 2.6rem;
      line-height: 1.6;
      text-transform: capitalize;
      color: #FFFFFF;
      font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
      line-height: 1.0; }
      @media screen and (min-width: 961px) {
        .page_title .title span {
          font-size: 4.5rem; } }

#concept .page_title {
  background: url("../images/common/pagetit_bg_concept.jpg?1");
  background-position: 50% 40%; }

#showroom .page_title {
  background: url("../images/common/pagetit_bg_showroom.jpg");
  background-position: 50% 20%;
  background-size: 100%; }

#company .page_title {
  background: url("../images/common/pagetit_bg_company.jpg");
  background-position: 50% 50%;
  background-size: 100%; }

.sectionTitle {
  font-weight: 500;
  line-height: 1.2;
  color: #eb6100;
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: bold; }

.sectionsubTitle {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
  font-size: clamp(1.6rem, 5vw, 1.8rem);
  color: #333333; }
  @media screen and (min-width: 961px) {
    .sectionsubTitle {
      margin-bottom: 50px; } }

.sectionText {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 961px) {
    .sectionText {
      margin-top: 30px;
      margin-bottom: 50px; } }

.moreBtn {
  width: 350px;
  margin: 0px auto;
  border-radius: 50px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .moreBtn {
      width: 400px;
      margin: 0px auto; } }
  .moreBtn:after {
    content: url("../images/common/arrow_w.svg");
    width: 23px;
    position: absolute;
    right: 10px;
    top: 15%; }
  .moreBtn a {
    text-align: center;
    color: #ffffff;
    background: #8C6239;
    display: block;
    padding: 15px 10px;
    border-radius: 50px; }

.bgG {
  background: #f5f5f5; }

.pointR {
  color: #d1121b; }

.pointG {
  color: #005fb7; }

.moreBtn {
  width: 350px;
  margin: 0px auto;
  border-radius: 50px; }
  .moreBtn a {
    text-align: center;
    color: #ffffff;
    background: #8C6239;
    display: block;
    padding: 15px 10px;
    border-radius: 50px; }
