/**
 * Theme Name: Atsumaru Custom Fabric Theme
 * Version: 0.0.1
 * Template: arkhe
 */
:root {
  --fabric--demo-content--display: flex;
}

.wp-block-flexible-table-block-table {
  margin: inherit;
}
.wp-block-flexible-table-block-table th,
.wp-block-flexible-table-block-table td {
  border-color: #b4b4b4 !important;
  padding: 1.06em 1.625em !important;
}
@media (max-width: 760px) {
  .wp-block-flexible-table-block-table th,
.wp-block-flexible-table-block-table td {
    padding: 0.5em 1em !important;
  }
}
.wp-block-flexible-table-block-table th {
  font-weight: 500;
}
@media (max-width: 760px) {
  .wp-block-flexible-table-block-table .is-stacked-on-mobile tr:not(:first-child) th {
    border-top: none !important;
  }
}
@media (max-width: 760px) {
  .wp-block-flexible-table-block-table .is-stacked-on-mobile th:not(:nth-of-type(1)) {
    border-top: none !important;
  }
}
@media (max-width: 760px) {
  .wp-block-flexible-table-block-table .is-stacked-on-mobile td {
    border-top: none !important;
  }
}

.p-page__content .mv {
  margin: 0;
}
@media (min-width: 761px) {
  .p-page__content .mv {
    margin: 0 -83px;
  }
}

.company-profile-list {
  column-gap: 2rem;
  width: fit-content;
  display: flex;
  flex-flow: wrap;
}
.company-profile-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 761px) {
  .company-history.wp-block-flexible-table-block-table {
    border: 1px solid #b4b4b4 !important;
  }
}
@media (min-width: 761px) {
  .company-history.wp-block-flexible-table-block-table tr:first-child th,
.company-history.wp-block-flexible-table-block-table tr:first-child td {
    padding: 1.06em 1.625em 0.2em !important;
  }
}
@media (min-width: 761px) {
  .company-history.wp-block-flexible-table-block-table tr:last-child th,
.company-history.wp-block-flexible-table-block-table tr:last-child td {
    padding: 0.2em 1.625em 1.06em !important;
  }
}
@media (min-width: 761px) {
  .company-history.wp-block-flexible-table-block-table th,
.company-history.wp-block-flexible-table-block-table td {
    border: none !important;
    padding: 0.2em 1.625em !important;
  }
}
@media (min-width: 761px) {
  .company-history.wp-block-flexible-table-block-table th {
    border-right: 1px solid #b4b4b4 !important;
  }
}

.belife-to-create {
  border: 1px solid #7e7e7e;
}

.philosophy-section-ttl {
  padding: 0 20px 60px !important;
}
@media (max-width: 760px) {
  .philosophy-section-ttl {
    padding: 0 5px 30px !important;
  }
}
.philosophy-section-ttl h2 {
  position: relative;
  top: -0.5em;
  padding-bottom: 0.35em;
  margin-bottom: -0.25em;
  font-size: 7.7rem;
}
@media (max-width: 760px) {
  .philosophy-section-ttl h2 {
    font-size: 49px;
    font-size: 12.5641025641vw;
  }
}
.philosophy-section-ttl h2::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 19px;
  height: 2px;
  background-color: #727272;
  content: "";
}
.philosophy-section-ttl h3 {
  font-size: 3.1rem;
}
@media (max-width: 760px) {
  .philosophy-section-ttl h3 {
    font-size: 21px;
    font-size: 5.3846153846vw;
  }
}
.philosophy-section-ttl p {
  font-size: 1.8rem;
}
@media (max-width: 760px) {
  .philosophy-section-ttl p {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}

.philosophy-col h3 {
  font-size: 2.6rem;
}
@media (max-width: 760px) {
  .philosophy-col h3 {
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
}
.philosophy-col h3.en02 {
  font-size: 5.5rem;
}
@media (max-width: 760px) {
  .philosophy-col h3.en02 {
    font-size: 51px;
    font-size: 13.0769230769vw;
  }
}
@media (min-width: 761px) {
  .philosophy-col--reverse .ark-block-columns__inner {
    flex-flow: row-reverse;
  }
}

.shukuhaku-column {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.shukuhaku-column .p-item {
  position: relative;
}
@media (min-width: 761px) {
  .shukuhaku-column .p-item {
    padding: 45px 35px;
  }
}
@media (max-width: 760px) {
  .shukuhaku-column .p-item {
    padding: 8vw 6vw;
  }
}
.shukuhaku-column .p-item::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -35px;
  left: 50%;
  translate: -50% 0;
  width: 25px;
  height: 14px;
  background: #555555;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 760px) {
  .shukuhaku-column .p-item::before {
    bottom: -42px;
  }
}
.shukuhaku-column .p-item:last-child::before {
  content: none;
}

.shukuhaku__sec .p-about {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 761px) {
  .shukuhaku__sec .p-about {
    padding: 35px 35px;
  }
}
@media (max-width: 760px) {
  .shukuhaku__sec .p-about {
    padding: 7vw 5vw;
  }
}

.shukuhaku-address {
  border: 1px solid #707070;
}
@media (min-width: 761px) {
  .shukuhaku-address {
    padding: 56px 66px;
  }
}
@media (max-width: 760px) {
  .shukuhaku-address {
    padding: 4vw 4vw 8vw;
  }
}
@media (min-width: 761px) {
  .shukuhaku-address iframe {
    height: 400px;
  }
}
@media (max-width: 760px) {
  .shukuhaku-address iframe {
    height: 266px;
  }
}

.l-footer-shukuhaku .l-footer-main.l-footer-main.l-footer-main.l-footer-main.l-footer-main {
  width: 100%;
  padding: 0;
}

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