@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.titl01_wrap {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .titl01_wrap {
    margin-bottom: 60px;
  }
}
.titl01_wrap .titl01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 800px) {
  .titl01_wrap .titl01 {
    font-size: 3.6rem;
  }
}

section h3 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  letter-spacing: 0.125em;
  line-height: 1.65;
  text-align: center;
}
@media (max-width: 800px) {
  section h3 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
section h3 + p {
  width: 84%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 800px) {
  section h3 + p {
    width: 100%;
    font-size: 1.5rem;
  }
}
section h3 + p + .bc_txts {
  width: 84%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 800px) {
  section h3 + p + .bc_txts {
    font-size: 1.5rem;
  }
}
section h4 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 800px) {
  section h4 {
    font-size: 1rem;
  }
}

.sec01 {
  margin-bottom: 160px;
  text-align: center;
}
.sec01 dl dt {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 800px) {
  .sec01 dl dt {
    font-size: 2.5rem;
  }
}
.sec01 dl dd {
  line-height: 1.8;
}
.sec01 dl dd:nth-child(2) {
  margin-top: 30px;
  font-size: 2rem;
  letter-spacing: 0.025em;
}
@media (max-width: 800px) {
  .sec01 dl dd:nth-child(2) {
    font-size: 1.8rem;
  }
}
.sec01 p {
  margin: 50px 0 40px;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media (max-width: 800px) {
  .sec01 p {
    margin-bottom: 35px;
    font-size: 1.6rem;
  }
}
.sec01 .mov {
  width: 90.4%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .sec01 .mov {
    width: 100%;
  }
}
.sec01 .mov iframe {
  width: 100%;
  aspect-ratio: 217/122;
}

.sec02 {
  margin-bottom: 155px;
}
@media (max-width: 800px) {
  .sec02 {
    margin-bottom: 80px;
  }
}
.sec02 .message {
  width: 51.25%;
  margin: 60px auto 45px;
}
@media (max-width: 800px) {
  .sec02 .message {
    width: 300px;
    margin-top: 42px;
  }
}
.sec02 .zenkoku_wrap {
  width: 84%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 800px) {
  .sec02 .zenkoku_wrap {
    width: 100%;
    margin-top: 60px;
  }
}
.sec02 .zenkoku_wrap .txt {
  position: absolute;
  top: 15px;
  left: 0;
}
@media (max-width: 800px) {
  .sec02 .zenkoku_wrap .txt {
    position: static;
  }
}
.sec02 .zenkoku_wrap .txt p:nth-child(1) {
  font-size: 2rem;
}
@media (max-width: 800px) {
  .sec02 .zenkoku_wrap .txt p:nth-child(1) {
    font-size: 1.8rem;
  }
}
.sec02 .zenkoku_wrap .txt p:nth-child(2) {
  margin: 22px 0 15px;
  font-size: 1.2rem;
  line-height: 1;
}
@media (max-width: 800px) {
  .sec02 .zenkoku_wrap .txt p:nth-child(2) {
    margin-bottom: 22px;
  }
}
.sec02 .zenkoku_wrap .txt p:nth-child(2) span {
  font-size: 2rem;
}
@media (max-width: 800px) {
  .sec02 .zenkoku_wrap .txt p:nth-child(2) span {
    font-size: 1.6rem;
  }
}
.sec02 .zenkoku_wrap .txt p:nth-child(2) span span {
  font-size: 4rem;
  color: #a58b56;
}
@media (max-width: 800px) {
  .sec02 .zenkoku_wrap .txt p:nth-child(2) span span {
    font-size: 3.3rem;
  }
}
.sec02 .zenkoku_wrap .pic {
  margin: 60px auto 80px;
  width: 58%;
}
@media (max-width: 800px) {
  .sec02 .zenkoku_wrap .pic {
    margin: 18px auto 60px;
    width: 100%;
  }
}
.sec02 .box_wrap {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  .sec02 .box_wrap {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.sec02 .box_wrap .pic {
  margin: 0 auto;
}
.sec02 .box_wrap li {
  text-align: center;
  background-color: #fff;
  border: 1px solid #aeb1a7;
}
.sec02 .box_wrap li p:not(.sub) {
  font-size: 2rem;
  letter-spacing: 0.125em;
}
@media (max-width: 800px) {
  .sec02 .box_wrap li p:not(.sub) {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.sec02 .box_wrap li.group {
  padding: 40px 30px 33px;
  width: 55%;
}
@media (max-width: 960px) {
  .sec02 .box_wrap li.group {
    padding: 30x 18px 20px;
  }
}
@media (max-width: 960px) and (max-width: 800px) {
  .sec02 .box_wrap li.group {
    width: 100%;
  }
}
.sec02 .box_wrap li.group .pic {
  padding: 30px 0 50px;
  width: 44%;
}
@media (max-width: 800px) {
  .sec02 .box_wrap li.group .pic {
    padding: 40px 0;
    width: 68%;
    max-width: 205px;
  }
}
.sec02 .box_wrap li.group .sub {
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
}
.sec02 .box_wrap li.jpx {
  padding: 40px 0 33px;
  width: 40.2%;
}
@media (max-width: 960px) {
  .sec02 .box_wrap li.jpx {
    width: 43.2%;
    padding: 30x 0 20px;
  }
}
@media (max-width: 960px) and (max-width: 800px) {
  .sec02 .box_wrap li.jpx {
    width: 100%;
  }
}
.sec02 .box_wrap li.jpx .pic {
  padding: 30px 0 20px;
  width: 32.5%;
}
@media (max-width: 800px) {
  .sec02 .box_wrap li.jpx .pic {
    padding-top: 35px;
    width: 42%;
    max-width: 125px;
  }
}
.sec02 .box_wrap li.jpx .sub {
  font-size: 1.2rem;
}
@media (max-width: 800px) {
  .sec02 .box_wrap li.jpx .sub {
    font-size: 1rem;
  }
}

.sec03 h3 {
  letter-spacing: 0.05em;
}
.sec03 ul {
  margin-top: 80px;
}
.sec03 ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  .sec03 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px 0;
  }
}
.sec03 ul li + li {
  margin-top: 115px;
}
.sec03 ul li .barTtoB {
  width: 0.5px;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 0 0 0);
}
.sec03 ul li dl {
  width: 46.75%;
  margin-top: -8px;
  padding-left: 24px;
}
@media (max-width: 800px) {
  .sec03 ul li dl {
    width: 100%;
    padding-left: 20px;
  }
}
.sec03 ul li dl dt {
  margin-bottom: 35px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 800px) {
  .sec03 ul li dl dt {
    margin-bottom: 35px;
    font-size: 1.8rem;
  }
}
.sec03 ul li dl dt .f_sorts {
  font-size: 2.4rem;
}
@media (max-width: 800px) {
  .sec03 ul li dl dt .f_sorts {
    font-size: 2rem;
  }
}
.sec03 ul li dl dd .pic {
  width: 54%;
  margin: 0 auto 30px;
}
@media (max-width: 800px) {
  .sec03 ul li dl dd .pic {
    width: 63.5%;
  }
}
.sec03 ul li dl dd p {
  font-size: 1.45rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.sec03 ul li:first-child dl dt {
  margin-bottom: 40px;
}
.sec03 ul li:first-child dl dd p span {
  letter-spacing: -0.1em;
}
.sec03 ul li > .scaleIn_wrap,
.sec03 ul li > .pic_wrap {
  width: 48.25%;
}
@media (max-width: 800px) {
  .sec03 ul li > .scaleIn_wrap,
  .sec03 ul li > .pic_wrap {
    width: 100%;
    padding-left: 20px;
  }
}
.sec03 ul li > .scaleIn_wrap .cap,
.sec03 ul li > .pic_wrap .cap {
  margin-top: 8px;
  line-height: 1;
}
.sec03 ul li > .scaleIn_wrap .flex,
.sec03 ul li > .pic_wrap .flex {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec03 ul li > .scaleIn_wrap .flex .scaleIn_wrap,
.sec03 ul li > .pic_wrap .flex .scaleIn_wrap {
  width: 47.5%;
}
.sec03 ul li > .scaleIn_wrap .flex .scaleIn_wrap .cap,
.sec03 ul li > .pic_wrap .flex .scaleIn_wrap .cap {
  margin-top: 6px;
  line-height: 1.33;
}/*# sourceMappingURL=brand.css.map */