@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.header_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.sub_main {
  width: 100%;
  aspect-ratio: 1920/866;
  background-image: url("../img/brand/main.webp");
  background-size: cover;
}
@media (max-width: 768px) {
  .sub_main {
    aspect-ratio: 1/1;
  }
}
.sub_main .titl {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #c1b086;
  -webkit-transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s, -webkit-transform 1s;
}

.all_bg_wrap {
  background-color: #f7f7f6;
}
.all_bg_wrap .all_bg {
  background: url(../img/brand/bg_gray.webp) center top repeat-x;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .all_bg_wrap .all_bg {
    padding: 60px 0;
  }
}

.con_bd {
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .con_bd {
    padding-bottom: 30px;
  }
}
.con_bd::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.con_bd::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #222;
}

.c01 {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .c01 {
    margin-bottom: 60px;
  }
}
.c01 .nt_logo {
  width: 500px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .c01 .nt_logo {
    width: 80%;
  }
}
.c01 .boxs {
  display: grid;
  grid-template-columns: 350px 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 30px;
}
@media (max-width: 768px) {
  .c01 .boxs {
    grid-template-columns: 1fr;
  }
}
.c01 .titl {
  line-height: 2;
  font-size: clamp(2rem, 0.676rem + 1.724vw, 2.4rem);
}
.c01 .txts {
  line-height: 2;
  text-align: justify;
}

.c02 {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .c02 {
    margin-bottom: 60px;
  }
}
.c02 .con_wrap {
  position: relative;
  display: grid;
  grid-template-columns: 350px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30px;
}
@media (max-width: 768px) {
  .c02 .con_wrap {
    grid-template-columns: 1fr;
  }
}
.c02 .con_wrap .left {
  position: sticky;
  top: 100px;
}
@media (max-width: 768px) {
  .c02 .con_wrap .left {
    position: static;
  }
}
.c02 .con_wrap .left .titl {
  line-height: 2;
  font-size: clamp(2rem, 0.676rem + 1.724vw, 2.4rem);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .c02 .con_wrap .left .titl {
    margin-bottom: 30px;
  }
}
.c02 .con_wrap .left .txts {
  line-height: 2;
  text-align: justify;
}
.c02 .con_wrap .right .boxs01 {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px 0px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .c02 .con_wrap .right .boxs01 {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.c02 .con_wrap .right .boxs01 .txt01 {
  color: #947b4f;
}
.c02 .con_wrap .right .boxs01 .txt01 span {
  font-size: clamp(2rem, 0.676rem + 1.724vw, 2.4rem);
}
@media (max-width: 768px) {
  .c02 .con_wrap .right .boxs01 .txt02 {
    margin-bottom: 20px;
  }
}
.c02 .con_wrap .right .sub_titl {
  margin-bottom: 20px;
}
.c02 .con_wrap .right .boxs02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .c02 .con_wrap .right .boxs02 {
    gap: 10px;
  }
}
.c02 .con_wrap .right .boxs02 .box {
  position: relative;
}
.c02 .con_wrap .right .boxs02 .box .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.c02 .con_wrap .right .boxs02 .box_w {
  grid-column: 1/3;
}
.c02 .con_wrap .right .boxs02_cap {
  font-size: 1.2rem;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .c02 .con_wrap .right .boxs02_cap {
    margin-bottom: 30px;
  }
}
.c02 .con_wrap .right .boxs03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .c02 .con_wrap .right .boxs03 {
    grid-template-columns: 1fr;
  }
}
.c02 .con_wrap .right .boxs03 .box .txt {
  margin-top: 10px;
  font-size: 1.2rem;
}

.c03 {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .c03 {
    margin-bottom: 60px;
  }
}
.c03 .con_wrap {
  position: relative;
  display: grid;
  grid-template-columns: 350px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30px;
}
@media (max-width: 768px) {
  .c03 .con_wrap {
    grid-template-columns: 1fr;
  }
}
.c03 .con_wrap .left {
  position: sticky;
  top: 100px;
}
@media (max-width: 768px) {
  .c03 .con_wrap .left {
    position: static;
  }
}
.c03 .con_wrap .left .titl {
  line-height: 2;
  font-size: clamp(2rem, 0.676rem + 1.724vw, 2.4rem);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .c03 .con_wrap .left .titl {
    margin-bottom: 30px;
  }
}
.c03 .con_wrap .left .txts {
  line-height: 2;
  text-align: justify;
}
.c03 .con_wrap .right .sub_titl {
  margin-bottom: 20px;
}
.c03 .con_wrap .right .boxs01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .c03 .con_wrap .right .boxs01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.c03 .con_wrap .right .boxs01 .box {
  position: relative;
}
.c03 .con_wrap .right .boxs01 .box .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}/*# sourceMappingURL=brand.css.map */