@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.inner {
  max-width: 1340px; }

.sec01 {
  background: linear-gradient(-45deg, #777d80 0%, #d4dae0 50%, #ffffff 100%);
  padding-bottom: 150px; }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding-bottom: 80px; } }
  .sec01 .sec01_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .sec01 .text_wrap {
    text-align: center; }
  .sec01 .text_wrap01 .img01 {
    margin-bottom: clamp(30px, 5vw, 60px); }
    @media screen and (max-width: 480px) {
      .sec01 .text_wrap01 .img01 {
        width: 60%;
        margin-inline: auto; } }
  .sec01 .text_wrap01 .img02 {
    margin-top: -30px;
    margin-top: 50px;
    margin-inline: auto;
    margin-bottom: 70px; }
    @media screen and (max-width: 480px) {
      .sec01 .text_wrap01 .img02 {
        margin-top: 10px;
        margin-top: 20px;
        margin-bottom: 30px; } }
  .sec01 .icon01 {
    text-align: center;
    margin-inline: auto;
    line-height: 1;
    font-size: 0;
    margin-bottom: clamp(40px, 5vw, 60px); }
  .sec01 .text_wrap02 .img {
    margin-top: clamp(30px, 6.667vw, 80px); }
    @media screen and (max-width: 480px) {
      .sec01 .text_wrap02 .img {
        width: 70%;
        margin-inline: auto; } }

.sec02 {
  padding-top: 65px;
  padding-bottom: 120px;
  background: url("../images/brand/bg.jpg") center center/cover no-repeat; }
  .sec02 .sec02_wrap .ttl_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 4.17%;
    margin-bottom: clamp(20px, 3.334vw, 40px); }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap .ttl_wrap {
        flex-direction: column;
        line-height: 1.4;
        row-gap: 5px; } }
    .sec02 .sec02_wrap .ttl_wrap .cap_l {
      color: #fff; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .ttl_wrap .cap_l {
          text-align: center; } }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap .item_wrap {
      flex-wrap: wrap;
      row-gap: 15px; } }
  .sec02 .sec02_wrap .item_wrap .item {
    width: 22.99%; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap .item_wrap .item {
        width: 48%; } }
    .sec02 .sec02_wrap .item_wrap .item .img {
      position: relative; }
      .sec02 .sec02_wrap .item_wrap .item .img::after {
        content: '';
        position: absolute;
        inset: 0;
        border: 4px solid #0d386b; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_wrap .item_wrap .item .img::after {
            border: 2px solid #0d386b; } }
    .sec02 .sec02_wrap .item_wrap .item .read {
      color: #fff;
      text-align: center;
      line-height: 1.25;
      margin-top: .5em; }
      .sec02 .sec02_wrap .item_wrap .item .read span {
        display: block;
        font-size: clamp(10px, 1vw, 12px); }

/*# sourceMappingURL=brand.css.map */
