@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Klee+One&family=Noto+Sans+JP:wght@100..900&display=swap");
/*---------------------------------------- 
メインビジュアル
----------------------------------------*/
#about .subpage-mv .bg-cotainer {
  background-image: url(../img/about/title-about.png);
  background-position-x: calc(50% + 120px);
}

/*---------------------------------------- 
全体
----------------------------------------*/
#about .w-container > section {
  margin-bottom: 50px;
}

/*---------------------------------------- 
挨拶
----------------------------------------*/
#daihyoy-simei-figure {
  text-align: right;
}

/*---------------------------------------- 
略歴
----------------------------------------*/
.outline-flex > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column-reverse;
}

.sec-outline table {
  width: 100%;
  table-layout: auto;
  border: none;
  border-collapse: collapse;
}
.sec-outline tr,
.sec-outline th,
.sec-outline td {
  border: none !important;
}
.sec-outline th,
.sec-outline td {
  padding: 8px;
  vertical-align: top;
  border: none;
}
.sec-outline tr {
  display: block;
}
.sec-outline td:first-child {
  white-space: nowrap;
  width: 100%;
  font-weight: bold;
  display: block;
  background: rgba(152, 200, 226, 0.4117647059);
  padding: 5px;
}
.sec-outline td:nth-child(2) {
  width: auto;
}
.sec-outline .photo-kawa {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.sec-outline .simei-kawa {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.sec-outline .simei-kawa span {
  margin-left: 8px;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .sec-outline .outline-flex > .wp-block-group__inner-container {
    flex-direction: row;
  }
  .sec-outline tr {
    display: revert;
  }
  .sec-outline td:first-child {
    width: 130px;
    display: revert;
    background-color: revert;
    padding: 0.5em;
  }
  .sec-outline td:nth-child(2) br {
    display: revert;
  }
  .sec-outline .photo-column {
    width: 500px;
    flex-shrink: 0;
    margin-left: 30px;
  }
  .sec-outline .photo-column .photo-kawa {
    width: 100%;
    margin-left: revert;
    margin-right: revert;
    margin-bottom: 15px;
  }
}

/*---------------------------------------- 
会社概要
----------------------------------------*/
.sec-info table {
  max-width: 900px;
  table-layout: auto;
  border: none;
  border-collapse: collapse;
}
.sec-info th,
.sec-info td {
  padding: 8px;
  vertical-align: top;
  border: none;
  line-height: 1.5;
  border: none !important;
}
.sec-info tr {
  display: block;
}
.sec-info td:first-child {
  white-space: nowrap;
  width: 100%;
  font-weight: bold;
  display: block;
  background: rgba(152, 200, 226, 0.4117647059);
  background-color: #f2f3f4;
}
.sec-info td:nth-child(2) {
  width: auto;
}
.sec-info td:nth-child(2) br {
  display: none;
}
.sec-info td:nth-child(2) {
  width: auto;
}
.sec-info figure {
  margin-bottom: 30px;
}
.sec-info td.td-jigyonaiyo br {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .sec-info tr {
    display: revert;
  }
  .sec-info td:first-child {
    width: 230px;
    display: revert;
  }
  .sec-info tr,
.sec-info th,
.sec-info td {
    border: none !important;
    border-top: 1px solid #e1e1e1 !important;
    padding: 15px 10px !important;
  }
  .sec-info tr:last-child td {
    border-bottom: 1px solid #e1e1e1 !important;
  }
  .sec-info tr:last-child td:last-child br {
    display: inline-block;
  }
}

/*---------------------------------------- 
アクセス
----------------------------------------*/
.sec-access iframe {
  max-width: 900px;
  width: 100%;
  height: 400px;
}

.g-company {
  margin-bottom: 1.7em;
}
.g-company .g-company-name {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.g-company .g-company-name::after {
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 30px;
  background-color: #122845;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.g-company .g-company-name + p {
  padding-left: 20px;
}
/*# sourceMappingURL=about.css.map */