@charset "UTF-8";
/* ------------------------------------------------------------
technology サンデンの技術とは？？
------------------------------------------------------------ */
.technology-contents .content-box {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .technology-contents .content-box {
    padding: 0 20px;
  }
}
.technology-contents .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .technology-contents .block {
    display: block;
    margin-top: 50px;
  }
}
.technology-contents .text {
  position: relative;
  max-width: 480px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .technology-contents .text {
    max-width: none;
    width: 100%;
  }
}
.technology-contents .text .ttl .en {
  position: absolute;
  font-size: 64px;
  color: #0092e6;
  left: -50px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .technology-contents .text .ttl .en {
    left: 0;
    font-size: 58px;
  }
}
.technology-contents .text .ttl .jp {
  font-size: 24px;
  font-weight: 700;
  color: #0b1c26;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .technology-contents .text .ttl .jp {
    font-size: 20px;
  }
}
.technology-contents .text p.title {
  color: #0092E6;
  font-size: 18px;
  margin-top: 30px;
}
.technology-contents .text p:not([class]) {
  margin-top: 15px;
  line-height: 1.75;
}
.technology-contents .text p.small {
  margin-top: 15px;
  font-size: 14px;
}
.technology-contents .img {
  width: 50%;
  margin-top: 50px;
  max-width: 480px;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}
.technology-contents .img img {
  width: 100%;
  max-width: 580px;
}
@media screen and (max-width: 767px) {
  .technology-contents .img {
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
    padding: 10px;
    border-radius: 7px;
  }
}
.technology-contents .key-technology .title {
  margin-top: 60px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212a35;
}
@media screen and (max-width: 767px) {
  .technology-contents .key-technology .title {
    font-size: 20px;
  }
}
.technology-contents .key-technology .title::before, .technology-contents .key-technology .title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #212a35;
  margin: 0 auto;
}
.technology-contents .key-technology .title::before {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .technology-contents .key-technology .title::before {
    margin-right: 20px;
  }
}
.technology-contents .key-technology .title::after {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .technology-contents .key-technology .title::after {
    margin-left: 20px;
  }
}

.key-technology-contents {
  max-width: 1040px;
  margin: 0 auto;
}
.key-technology-contents li {
  width: 100%;
  margin-top: 40px;
  padding: 0 30px 30px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .key-technology-contents li {
    margin-top: 30px;
    padding: 0 20px 20px;
  }
}
.key-technology-contents li .item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 -30px 30px;
  padding: 10px 20px;
  background: #313c4d;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .key-technology-contents li .item-name {
    font-size: 18px;
    margin: 0 -20px 20px;
  }
}
.key-technology-contents li .item-name span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .key-technology-contents li .item-name-coloumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.key-technology-contents li .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .key-technology-contents li .txt-box {
    display: block;
  }
}
.key-technology-contents li .txt-box img {
  margin: 0 auto;
  display: block;
}
.key-technology-contents li .txt-box p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .key-technology-contents li .txt-box p {
    margin-top: 20px;
  }
  .key-technology-contents li .txt-box p br {
    display: none;
  }
}

.note {
  max-width: 1040px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.7;
}

sub {
  font-size: 70%;
  position: relative;
  bottom: -0.2em;
}