@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-color: #80D8D0;
  background-size: cover;
}

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

/*---------------------------------------- 
挨拶
----------------------------------------*/
.sec-outline .sec-outline-text p {
  margin-bottom: 30px;
  line-break: strict;
}

@media (max-width: 800px) {
  .sec-outline-photo {
    text-align: center;
  }
  .sec-outline-photo figure {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .sec-outline-photo figure .wp-block-spacer {
    height: 10px !important;
  }
  #column-daihyo {
    gap: 0;
  }
  #column-daihyo .wp-block-spacer {
    display: none;
  }
}
#daihyo-figure {
  float: right;
  width: 300px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}

#sec-daihyo-photo p {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  #sec-daihyo-photo {
    position: relative;
    padding-bottom: 330px;
  }
  #daihyo-figure {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*---------------------------------------- 
略歴
----------------------------------------*/
/*---------------------------------------- 
会社概要
----------------------------------------*/
.sec-info table {
  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: #3DC6B9;
  color: #ffffff;
}
.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 .info-sns {
  /* 公式SNS */
}
.sec-info .info-sns tr:last-child td:last-child {
  padding-bottom: 0;
  color: #3DC6B9;
  text-decoration: underline;
}
.sec-info .info-sns tr:last-child td:last-child a:hover {
  text-decoration: underline;
  color: #E0B87E;
  -webkit-text-decoration-color: #E0B87E;
          text-decoration-color: #E0B87E;
}
.sec-info .info-sns tr:last-child td:last-child a[target=_blank]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f35d";
  /* fa-up-right-from-square のUnicode */
  font-weight: 900;
  /* solidアイコンの場合 */
  margin-left: 0.3em;
  font-size: 0.8em;
  color: #3DC6B9;
}
.sec-info .info-sns tr:last-child td:last-child a[target=_blank]:hover::after {
  color: #E0B87E;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .sec-info tr {
    display: revert;
  }
  .sec-info td:first-child {
    width: 420px;
    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 */