.sec-tp-about h2 {
  margin-top: 0;
  font-family: var(--font-NotoSansJP);
  font-weight: 400;
  font-size: 26.25pt;
  letter-spacing: 30%;
  line-height: 1.75;
  
  display: flex;
  flex-direction: column;
}

.sec-tp-about p {
  font-family: var(--font-NotoSansJP);
  font-weight: 400;
  font-size: 13.5pt;
  line-height: 2;
}

.sec-tp-about a {
  margin-top: 36px;
  text-decoration: none;
  font-family: var(--font-NotoSansJP);
  font-size: 12pt;
  font-weight: 700;
  color: var(--color-lightblue);
  letter-spacing: .15em;

  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1.5em;
  width: fit-content;
}

.sec-tp-about a > span:first-child {
  width: 100px;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--color-lightblue);
  border-radius: 50%;
  position: relative;
}

.sec-tp-about a > span:first-child::after {
  content: "";
  aspect-ratio: 23 / 7;
  background-color: var(--color-lightblue);
  display: inline-block;
  width: 23px;
  height: auto;
  -webkit-mask: url('https://morikogyo-imabari.co.jp/wp-content/themes/morikogyo/svg/arrow.svg');
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 3.5px);
}

.sec-tp-about a:hover > span:first-child {
  background-color: var(--color-lightblue);
}

.sec-tp-about a:hover > span:first-child::after {
  background: white;
}

.sec-tp-about div.sec-tp-about-columns {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
}

.sec-tp-about div.sec-tp-about-columns > .sec-tp-about-column {
  width: calc(50% - 20px);
}

.sec-tp-about div.sec-tp-about-columns > .sec-tp-about-column:first-child {

}

.sec-tp-about div.sec-tp-about-columns > .sec-tp-about-column:last-child {
  aspect-ratio: 56 / 48;
}

.sec-tp-about div.sec-tp-about-columns > .sec-tp-about-column:last-child > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.sec-tp-techno {
  position: relative;
  background: linear-gradient(90deg, #154A90 0%, #156F90 100%);
  margin-bottom: 0;
  z-index: 100;
}

.sec-tp-techno::before {
  content: 'Pipe Manufacturing Technology';
  position: absolute;
  left: -0.35em;
  color: rgba(255, 255, 255, 0.2);
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  height: 100%;
  font-family: var(--font-FjallaOne);
  font-size: 6.09vh;
  top: 0;
  white-space: nowrap;
}

.sec-tp-techno h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: var(--font-NotoSansJP)!important;
  font-weight: 100;
  font-size: 31.5pt;
  text-align: center;
  color: white;
}

.sec-tp-techno div.sec-tp-techno-columns {
  display: flex;
  flex-direction: row;
}

.sec-tp-techno div.sec-tp-techno-columns > .sec-tp-techno-column {
  width: calc(100% / 3 - 0.01px);
}

.sec-tp-techno div.sec-tp-techno-columns > .sec-tp-techno-column .img-box {
  aspect-ratio: 400 / 225;
}

.sec-tp-techno div.sec-tp-techno-columns > .sec-tp-techno-column .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-tp-techno div.sec-tp-techno-columns > .sec-tp-techno-column h3 {
  margin: 24px 0;
  font-family: var(--font-NotoSansJP);
  font-weight: 500;
  font-size: 18.75pt;
  text-align: center;
  color: white;
  letter-spacing: .0125em;
}

.sec-tp-techno div.sec-tp-techno-columns > .sec-tp-techno-column p {
  font-family: var(--font-NotoSansJP);
  font-weight: 500;
  font-size: 12pt;
  color: white;
  width: 90%;
  margin: 0 auto;
  line-height: 2;
}


@media screen and (max-width: 767px) {
  .sec-tp-about h2 {
    font-size: 24pt;
  }

  .sec-tp-about div.sec-tp-about-columns {
    flex-direction: column;
    column-gap: 0;
    row-gap: 40px;
  }

  .sec-tp-about div.sec-tp-about-columns > .sec-tp-about-column {
    width: 100%;
  }

  .sec-tp-about p {
    font-size: 12pt;
  }

  .sec-tp-techno::before {
    writing-mode: horizontal-tb;
    top: -.25em;
    left: 0;
    font-size: 4.675vh;
    z-index: -1;
  }

  .sec-tp-techno h2 {
    font-size: 27pt;
    line-height: 1.5;
  }

  .sec-tp-techno div.sec-tp-techno-columns {
    flex-direction: column;
    margin-top: 60px;
    row-gap: 40px;
  }

  .sec-tp-techno div.sec-tp-techno-columns > .sec-tp-techno-column {
    width: 100%;
  }

  .sec-tp-techno div.sec-tp-techno-columns > .sec-tp-techno-column p {
    line-height: 1.75;
    font-weight: 400;
    margin: 0;
    text-align: left;
    width: 100%;
  }
}