@charset "UTF-8";
/* ベース幅 */
/* ひしがたのアイキャッチ */
/* ページ_タイトル */
/* ページ_サブタイトル */
/* トップ_セクションタイトル */
/* トップ_セクションサブタイトル */
/* Viewport768-1200 fontsize 12-16 */
/*  */
.page__ttl {
  background: url(../images/company/page_ttl.webp) center center no-repeat;
  background-size: cover;
}

.address__box {
  padding: 130px 10px;
}
@media only screen and (max-width: 767px) {
  .address__box {
    padding: 64px 10px;
  }
}
.address__box .address__box__inner {
  max-width: 1200px;
  margin: 0 auto;
  /*
  .address__list {
      ul {
          li {
              display: flex;
              justify-content: space-between;
              padding: 40px 0;
                  @include mixin.media("sp") {
              display: block;
              padding: 20px 0;

                  }
              &:first-child {
                  padding-top: 0;
              }
              & + li {
                  border-top: 1px solid $border_color03;
              }
              .flex__text {
                  width: calc(100% - 500px);
                  @include mixin.media("sp") {
                      width: 100%;
                      box-sizing: border-box;
                  }
                  > .ttl__box {
                      font-size: 2.4rem;
                      font-weight: 700;
                      padding: 0 0 16px;
                      border-bottom: 1px solid $border_color02;
                      margin: 0 0 16px;
                  @include mixin.media("sp") {
                      font-size: 2rem;
                  }
                  }
                  .text__box {
                      p {
                          font-size: 1.6rem;
                          line-height: 1.4;
                          font-weight: 300;
                          color: $font_base;
                          @include mixin.media("sp") {
                              font-size: 1.4rem;
                          }
                          & + p {
                              margin-top: 16px;
                          @include mixin.media("sp") {
                              margin-top: 12px;
                          }
                          }
                      }
                  }
              }
              .flex__img {
                  width: 400px;
                  @include mixin.media("sp") {
                      width: 100%;
                      box-sizing: border-box;
                      padding: 20px 0 0;
                  }
                  iframe {
                      width: 100%;
                      height: 225px;
                  }
              }
          }
      }
  }*/
}
.address__box .address__box__inner > .ttl__box {
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .address__box .address__box__inner > .ttl__box {
    margin-bottom: 30px;
  }
}
.address__box .address__box__inner > .ttl__box span {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  padding-left: 45px;
  font-size: 3.6rem;
}
.address__box .address__box__inner > .ttl__box span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .address__box .address__box__inner > .ttl__box span {
    font-size: 2.4rem;
    padding-left: 42px;
  }
}
.address__box .address__box__inner > .ttl__box span::after, .address__box .address__box__inner > .ttl__box span::before {
  width: 24px;
  height: 24px;
  bottom: -2px;
}
@media only screen and (max-width: 767px) {
  .address__box .address__box__inner > .ttl__box span::after, .address__box .address__box__inner > .ttl__box span::before {
    width: 18px;
    height: 18px;
    bottom: -1px;
  }
}

.address__list ul li .flex__text > .ttl__box .sub__name {
  display: none;
}/*# sourceMappingURL=company_address.css.map */