@charset "UTF-8";
.p-greet-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 3rem;
  width: 81.5rem;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 767px) {
  .p-greet-head {
    display: block;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 4rem;
  }
}
.p-greet-head .-photo {
  width: 58.7rem;
}
@media screen and (max-width: 767px) {
  .p-greet-head .-photo {
    width: 100%;
  }
}
.p-greet-head .-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-greet-head .-name {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-greet-head .-name {
    text-align: right;
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.p-greet-body {
  color: #fff;
}
.p-greet-body .-ttl {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-greet-body .-ttl {
    text-align: left;
    font-size: 2.8rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
}
.p-greet-body .-txt p {
  line-height: 1.8;
}
.p-greet-body .-txt p + p {
  margin-top: 3rem;
}

.p-principle {
  color: #fff;
}
.p-principle-head .-ttl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-principle-head .-ttl {
    margin-bottom: 3rem;
  }
}
.p-principle-head .-headline {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-principle-head .-headline {
    font-size: 2.8rem;
    line-height: 1.7;
  }
}
.p-principle-head p {
  line-height: 1.8;
}
.p-principle-body {
  background: #F4F2F1;
  color: #272526;
  margin-top: 8.5rem;
  padding: 6rem 6rem 6.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-principle-body {
    margin-top: 6rem;
    padding: 4rem 6% 4.5rem;
    text-align: left;
  }
}
.p-principle-body .-ttl {
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-principle-body .-ttl {
    margin-bottom: 3.5rem;
  }
}
.p-principle-body .-policy {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-principle-body .-policy {
    font-size: 2rem;
  }
}
.p-principle-body .-detail {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-principle-body .-detail {
    font-size: 1.4rem;
  }
}
.p-principle-body .-detail + .-policy {
  margin-top: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-principle-body .-detail + .-policy {
    margin-top: 3.5rem;
  }
}
.p-principle-symbol {
  margin-top: 8rem;
  padding: 4.8rem 5.6rem;
  border: solid 1px #B6B4B4;
}
@media screen and (max-width: 767px) {
  .p-principle-symbol {
    margin-top: 6.4rem;
    padding: 3.2rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-principle-symbol .u-headline {
    font-size: 2.8rem;
    padding-left: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-principle-symbol .u-headline:before {
    width: 1.6rem;
    height: 4.2rem;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-principle-symbol .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-principle-symbol .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem 0;
  }
}
.p-principle-symbol .flex .img-box {
  width: 20.6rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767px) {
  .p-principle-symbol .flex .img-box {
    width: 15.2rem;
    margin: 0 auto;
  }
}
.p-principle-symbol .flex .txt-box .txt {
  font-size: 2rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-principle-symbol .flex .txt-box .txt {
    font-size: 1.4rem;
    line-height: 170%;
  }
}
.p-principle-symbol .flex .txt-box .list {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-principle-symbol .flex .txt-box .list {
    margin-top: 1.6rem;
  }
}
.p-principle-symbol .flex .txt-box .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.8rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-principle-symbol .flex .txt-box .list li {
    font-size: 1.6rem;
    line-height: 180%;
  }
}
.p-principle-symbol .flex .txt-box .list li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #E60012;
  margin-top: 0.9rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767px) {
  .p-principle-symbol .flex .txt-box .list li::before {
    margin-top: 0.8rem;
  }
}
.p-principle-symbol .flex .txt-box .list li + li {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-principle-symbol .flex .txt-box .list li + li {
    margin-top: 0.8rem;
  }
}
.p-principle-symbol .flex .txt-box .list + .txt {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-principle-symbol .flex .txt-box .list + .txt {
    margin-top: 1.6rem;
  }
}

.p-quality-lead {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-quality-lead {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 4.5rem;
  }
}
.p-quality-slogan {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 6rem;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 767px) {
  .p-quality-slogan {
    display: block;
    margin-bottom: 0;
  }
}
.p-quality-slogan .-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-quality-slogan .-img {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-quality-slogan .-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-quality-slogan .-txt {
    width: 100%;
  }
}
.p-quality-slogan .-txt .ttl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-quality-slogan .-txt .ttl {
    margin-bottom: 2rem;
  }
}
.p-quality-slogan .-txt .catch {
  color: #F4F2F1;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-quality-slogan .-txt .catch {
    font-size: 2.8rem;
    line-height: 1.7;
  }
}
.p-quality-policy {
  background: #F4F2F1;
  color: #272526;
  margin-top: 8.5rem;
  padding: 7rem 10rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-quality-policy {
    margin-top: 6rem;
    padding: 3.5rem 6% 4.5rem;
  }
}
.p-quality-policy .-ttl {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-quality-policy .-ttl {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.p-quality-policy .-list {
  counter-reset: quality-counter;
}
.p-quality-policy .-list li {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  padding-left: 5.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-quality-policy .-list li {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-left: 3.5rem;
  }
}
.p-quality-policy .-list li + li {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-quality-policy .-list li + li {
    margin-top: 1.8rem;
  }
}
.p-quality-policy .-list li::before {
  content: counter(quality-counter, decimal-leading-zero) ".";
  counter-increment: quality-counter;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  color: #E60012;
}
.p-quality-policy .-list li:last-child {
  margin-bottom: 0;
}

.p-qualify-lead {
  color: #fff;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-qualify-lead {
    font-size: 1.6rem;
    margin-bottom: 5rem;
    text-align: left;
  }
}
.p-qualify-list {
  color: #F4F2F1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  max-width: 77rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-qualify-list {
    gap: 3rem;
  }
}
.p-qualify-list .-col .-ttl {
  background: #3B393A;
  padding: 1.5rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-qualify-list .-col .-ttl {
    padding: 1.2rem 1.4rem;
  }
}
.p-qualify-list .-col .-table {
  width: 100%;
}
.p-qualify-list .-col .-table th, .p-qualify-list .-col .-table td {
  font-size: 1.6rem;
  line-height: 1.8;
  border-bottom: 1px solid #504E4F;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-qualify-list .-col .-table th, .p-qualify-list .-col .-table td {
    display: block;
    font-size: 1.4rem;
  }
}
.p-qualify-list .-col .-table th {
  text-align: left;
  font-weight: 400;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .p-qualify-list .-col .-table th {
    width: 100%;
    border-bottom: none;
    padding: 1.4rem 0 0;
  }
}
.p-qualify-list .-col .-table td {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-qualify-list .-col .-table td {
    text-align: left;
    padding: 0 0 1.4rem 0;
  }
}

.p-overview .c-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-overview .c-inner {
    display: block;
  }
}
.p-overview-main {
  width: 91.1rem;
  color: #F4F2F1;
}
@media screen and (max-width: 767px) {
  .p-overview-main {
    width: 100%;
  }
}
.p-overview-side {
  width: 12rem;
  position: sticky;
  top: 18rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-overview-side {
    position: static;
    width: 100%;
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-overview-side .-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 3rem;
  }
}
.p-overview-side .-list li a {
  color: #797777;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-left: 2.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .p-overview-side .-list li a {
    font-size: 1.6rem;
    color: #F4F2F1;
    display: block;
    border-bottom: 1px solid #8D8B8B;
    padding: 1.4rem 0 1rem;
  }
}
.p-overview-side .-list li a:before {
  content: "";
  width: 0.9rem;
  height: 2rem;
  background: #797777;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .p-overview-side .-list li a:before {
    width: 1.1rem;
    height: 1.1rem;
    background: url(../img/header_icn_arw.svg) no-repeat center center/contain;
    position: absolute;
    left: auto;
    right: 0;
    top: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-overview-side .-list li.is-current a {
    color: #F4F2F1;
  }
  .p-overview-side .-list li.is-current a:before {
    background: url(../img/headline_icn.png) no-repeat center center/contain;
  }
}
.p-overview-side .-list li + li {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-overview-side .-list li + li {
    margin-top: 0;
  }
}
.p-overview-section {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-overview-section {
    margin-bottom: 6rem;
  }
}
.p-overview-section:last-of-type {
  margin-bottom: 0;
}
.p-overview-section .about-table {
  width: 100%;
}
.p-overview-section .about-table th, .p-overview-section .about-table td {
  font-size: 1.6rem;
  line-height: 1.8;
  border-bottom: 1px solid #8D8B8B;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-overview-section .about-table th, .p-overview-section .about-table td {
    font-size: 1.4rem;
  }
}
.p-overview-section .about-table th {
  text-align: left;
  font-weight: 400;
  width: 21%;
}
@media screen and (max-width: 767px) {
  .p-overview-section .about-table th {
    padding-top: 1.8rem;
    width: 28%;
  }
}
.p-overview-section .about-table td {
  text-align: left;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .p-overview-section .about-table td {
    text-align: left;
    padding: 1.8rem 0 1.4rem 3%;
    width: auto;
  }
  .p-overview-section .about-table td a[href^="tel:"] {
    text-decoration: none;
  }
}
.p-overview-section .about-table td.m-under {
  border-bottom: 1px solid #504E4F;
}
.p-overview-section .about-table td dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-overview-section .about-table td dl {
    display: block;
  }
}
.p-overview-section .about-table td dl dt {
  font-weight: 400;
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .p-overview-section .about-table td dl dt {
    width: 100%;
    position: relative;
    padding-left: 1.2rem;
  }
  .p-overview-section .about-table td dl dt:before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background: #F4F2F1;
    position: absolute;
    left: 0;
    top: 0.8rem;
  }
}
.p-overview-section .about-table td dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-overview-section .about-note {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: right;
}
.p-overview-section .organization-img {
  width: 100%;
  background: #3B393A;
  padding: 3.5rem 0;
  margin-top: 1.5rem;
  text-align: center;
}
.p-overview-section .organization-img img {
  width: 64rem;
  display: inline-block;
  margin-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-overview-section .organization-img img {
    width: 29.8rem;
    margin-right: 0;
  }
}
.p-overview-section .history-lead {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-overview-section .history-lead {
    line-height: 1.7;
  }
}
.p-overview-section .history-detail {
  line-height: 1.8;
}
.p-overview-section .history-timeline {
  background: #3B393A;
  padding: 3.2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-overview-section .history-timeline {
    background: none;
    padding: 0;
    margin-top: 0;
  }
}
.p-overview-section .history-timeline .-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.p-overview-section .history-timeline .-head .ttl {
  padding: 1rem;
  font-weight: 600;
  text-align: center;
}
.p-overview-section .history-timeline .-head .ttl.m-ciatec {
  background: #E60012;
}
.p-overview-section .history-timeline .-head .ttl.m-sumitomo {
  background: #F4F2F1;
  color: #272526;
}
.p-overview-section .history-timeline .-tbl {
  margin-top: 3rem;
}
@media print, screen and (min-width: 768px) {
  .p-overview-section .history-timeline .-tbl {
    position: relative;
  }
  .p-overview-section .history-timeline .-tbl:before {
    content: "";
    width: 1px;
    height: calc(100% - 2rem);
    background: #F4F2F1;
    position: absolute;
    left: 50%;
    top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-overview-section .history-timeline .-tbl .tr {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr 0.8rem 20rem 0.8rem 1fr;
    grid-template-columns: 1fr 20rem 1fr;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-overview-section .history-timeline .-tbl .tr {
    position: relative;
    padding: 0 0 2rem 25%;
    border-bottom: 1px solid #8D8B8B;
  }
}
.p-overview-section .history-timeline .-tbl .tr + .tr {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-overview-section .history-timeline .-tbl .tr + .tr {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-overview-section .history-timeline .-tbl .tr.m-double .th span {
    border: 1px solid #E60012;
  }
  .p-overview-section .history-timeline .-tbl .tr.m-double .th:before {
    left: 0;
  }
  .p-overview-section .history-timeline .-tbl .tr.m-double .th:after {
    content: "";
    width: 3.3rem;
    border-bottom: 1px dashed #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-overview-section .history-timeline .-tbl .tr.m-double .td + .td {
    margin-top: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-overview-section .history-timeline .-tbl .th {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 20rem;
    position: relative;
  }
  .p-overview-section .history-timeline .-tbl .th span {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 12rem;
    height: 4.1rem;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    background: #3B393A;
  }
  .p-overview-section .history-timeline .-tbl .th:before {
    content: "";
    width: 3.3rem;
    border-bottom: 1px dashed #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-overview-section .history-timeline .-tbl .th.m-sumitomo span {
    border: 1px solid #F4F2F1;
  }
  .p-overview-section .history-timeline .-tbl .th.m-sumitomo:before {
    right: 0;
  }
  .p-overview-section .history-timeline .-tbl .th.m-ciatec span {
    border: 1px solid #E60012;
  }
  .p-overview-section .history-timeline .-tbl .th.m-ciatec:before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-overview-section .history-timeline .-tbl .th {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    line-height: 1.6;
  }
}
.p-overview-section .history-timeline .-tbl .td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.7rem;
}
.p-overview-section .history-timeline .-tbl .td span {
  display: block;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-overview-section .history-timeline .-tbl .td span {
    margin-top: 0.2rem;
  }
}
.p-overview-section .history-timeline .-tbl .td span, .p-overview-section .history-timeline .-tbl .td li {
  font-size: 1.4rem;
}
.p-overview-section .history-timeline .-tbl .td li {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-overview-section .history-timeline .-tbl .td li {
    padding-left: 1.2rem;
    position: relative;
  }
  .p-overview-section .history-timeline .-tbl .td li:before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background: #F4F2F1;
    position: absolute;
    left: 0;
    top: 0.8rem;
  }
}
.p-overview-section .history-timeline .-tbl .td li + li {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-overview-section .history-timeline .-tbl .td:before {
    padding: 0.2rem 0.5rem 0.25rem;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-overview-section .history-timeline .-tbl .td.m-ciatec {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .p-overview-section .history-timeline .-tbl .td.m-ciatec:before {
    content: "シアテック";
    display: inline-block;
    background: #E60012;
    color: #F4F2F1;
  }
}
@media print, screen and (min-width: 768px) {
  .p-overview-section .history-timeline .-tbl .td.m-sumitomo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-overview-section .history-timeline .-tbl .td.m-sumitomo:before {
    content: "住友化学";
    display: inline-block;
    background: #F4F2F1;
    color: #272526;
  }
}
.p-overview-section .financial-table {
  width: 100%;
}
.p-overview-section .financial-table th, .p-overview-section .financial-table td {
  font-size: 1.6rem;
  line-height: 1.8;
  border-bottom: 1px solid #8D8B8B;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-overview-section .financial-table th, .p-overview-section .financial-table td {
    font-size: 1.4rem;
    padding: 1.6rem 0 1.6rem;
  }
}
.p-overview-section .financial-table th {
  text-align: left;
  font-weight: 400;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-overview-section .financial-table th {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .p-overview-section .financial-table td {
    padding-left: 3%;
  }
}
.p-overview-section .office-unit .-name {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-overview-section .office-unit .-name {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.p-overview-section .office-unit .-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  /*.transport {

  }*/
}
@media screen and (max-width: 767px) {
  .p-overview-section .office-unit .-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-overview-section .office-unit .-info .address a[href^="tel:"] {
  text-decoration: none;
}
.p-overview-section .office-unit .-map iframe {
  width: 100%;
  aspect-ratio: 912/456;
}
@media screen and (max-width: 767px) {
  .p-overview-section .office-unit .-map iframe {
    aspect-ratio: 342/264;
  }
}
.p-overview-section .office-unit + .office-unit {
  margin-top: 4rem;
}