/* =========================================================
technology
========================================================= */
.p-technology-mv--wrap {
  height: 50vh;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 430px) {
  .p-technology-mv--wrap {
    height: 70vh;
  }
}
@media screen and (min-width: 620px) {
  .p-technology-mv--wrap {
    height: 75vh;
  }
}
.p-technology-mv picture img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}
.p-technology-mv_title {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: calc(50 * (100vw / 430));
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  padding: 0 5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 430px) {
  .p-technology-mv_title {
    font-size: calc(70 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-technology-mv_title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-technology-mv_title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-technology-mv_title {
    font-size: 80px;
  }
}
.p-technology-mv_title .reduce {
  display: block;
  font-size: 30%;
}
@media screen and (min-width: 992px) {
  .p-technology-mv_title .reduce {
    font-size: 20%;
    letter-spacing: .5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-technology-mv_title .reduce {
    font-size: 30%;
  }
}
.p-technology-info {
  background-color: #fafafa;
}
.p-technology-info--wrap {
  margin: auto;
  max-width: 1400px;
  padding: 60px 3%;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .p-technology-info--wrap {
    padding: 100px 5%;
  }
}
.p-technology-info figure {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  margin: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .p-technology-info figure {
    flex-direction: row-reverse;
    margin: 0 0 100px;
  }
}
.p-technology-info figure:nth-of-type(2n+1) {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-technology-info figure:nth-of-type(2n+1) {
    flex-direction: row;
  }
}
.p-technology-info figure:nth-of-type(2n+1) .image {
  margin: 5% 0 0 0;
  max-width: 500px;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .p-technology-info figure:nth-of-type(2n+1) .image {
    margin: 0 5% 0 0;
    max-width: none;
    width: 50%;
  }
}
.p-technology-info figure:last-of-type {
  margin: 0;
}
.p-technology-info figure .image {
  margin: 5% 0 0 0;
  max-width: 500px;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .p-technology-info figure .image {
    margin: 0 0 0 5%;
    max-width: none;
    width: 50%;
  }
}
.p-technology-info figure figcaption {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-technology-info figure figcaption {
    padding: 0 4%;
    width: 45%;
  }
}
.p-technology-info figure figcaption .title {
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 430px) {
  .p-technology-info figure figcaption .title {
    font-size: calc(28 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-technology-info figure figcaption .title {
    font-size: calc(34 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-technology-info figure figcaption .title {
    font-size: calc(34 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-technology-info figure figcaption .title {
    font-size: 34px;
  }
}
.p-technology-info figure figcaption .title .reduce {
  display: block;
  font-size: 30%;
  letter-spacing: 0.5rem;
}
.p-technology-info figure figcaption .text {
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 2;
  margin: 15px auto 0;
  max-width: 1200px;
}
@media screen and (min-width: 992px) {
  .p-technology-info figure figcaption .text {
    font-size: 18px;
    margin: 35px auto 0;
  }
}
.p-technology-slogan {
  padding: 30px calc(10 * (100vw / 762));
}
@media screen and (min-width: 768px) {
  .p-technology-slogan {
    padding: calc(50 * (100vw / 1920));
  }
}
.p-technology-slogan--wrap {
  background-image: url(../images/technology/bg_slogan01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  margin: auto;
  max-width: 1400px;
  padding: calc(90 * (100vw / 992)) 7vw;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .p-technology-slogan--wrap {
    padding: calc(120 * (100vw / 1920)) 7vw;
  }
}
.p-technology-slogan--wrap .title {
  color: #fff;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-technology-slogan--wrap .title {
    font-size: calc(28 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-technology-slogan--wrap .title {
    font-size: calc(34 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-technology-slogan--wrap .title {
    font-size: calc(34 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-technology-slogan--wrap .title {
    font-size: 34px;
  }
}
.p-technology-slogan--wrap .text {
  color: #fff;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 2;
  margin: 15px auto 0;
  max-width: 1200px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-technology-slogan--wrap .text {
    margin: 35px auto 0;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-technology-slogan--wrap .text {
    font-size: 18px;
  }
}
.p-technology-area--wrap {
  margin: auto;
  max-width: 1400px;
  padding: 60px 3%;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .p-technology-area--wrap {
    padding: 100px 5%;
  }
}
.p-technology-area .title {
  color: #01a7ea;
  font-size: calc(52 * (100vw / 430));
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .p-technology-area .title {
    font-size: calc(60 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-technology-area .title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-technology-area .title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-technology-area .title {
    font-size: 80px;
  }
}
.p-technology-area .title .en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.p-technology-area .title .reduce {
  color: #01a7ea;
  display: block;
  font-size: 30%;
}
.p-technology-area_list {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 0;
}
@media screen and (min-width: 768px) {
  .p-technology-area_list {
    margin: 55px 0 0;
  }
}
.p-technology-area_list > li {
  margin: 0 0 35px;
  padding: 0 3px;
  width: calc(100% / 2);
}
@media screen and (min-width: 430px) {
  .p-technology-area_list > li {
    padding: 0 10px;
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 768px) {
  .p-technology-area_list > li {
    padding: 0 10px;
    width: calc(100% / 5);
  }
}
.p-technology-area_list > li figure figcaption .text {
  font-size: clamp(13px, 1.61vw, 18px);
  margin: 5px 0 0;
}
@media screen and (min-width: 992px) {
  .p-technology-area_list > li figure figcaption .text {
    font-size: 16px;
  }
}
.p-technology-advantage {
  background-image: url(../images/technology/bg_advantage.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #01A7EA;
}
.p-technology-advantage--wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  max-width: 1400px;
  padding: 60px 3%;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .p-technology-advantage--wrap {
    flex-direction: row;
    padding: 100px 5%;
  }
}
.p-technology-advantage--left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-technology-advantage--left {
    width: 50%;
  }
}
.p-technology-advantage--left .title {
  color: #fff;
  font-size: calc(24 * (100vw / 430));
  line-height: 1.5;
  margin: 0 0 30px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 430px) {
  .p-technology-advantage--left .title {
    font-size: calc(34 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-technology-advantage--left .title {
    font-size: calc(34 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-technology-advantage--left .title {
    font-size: calc(34 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-technology-advantage--left .title {
    font-size: calc(34 * (100vw / 1200));
  }
}
@media screen and (min-width: 1200px) {
  .p-technology-advantage--left .title {
    font-size: 40px;
  }
}
.p-technology-advantage--left .text {
  color: #fff;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 2;
  margin: 0 0 2rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .p-technology-advantage--left .text {
    font-size: 16px;
  }
}
.p-technology-advantage--right {
  margin: 3% 0 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-technology-advantage--right {
    margin: 0 0 0 3%;
    width: 47%;
  }
}
.p-technology-philosophy {
  padding: 5vw 2.5vw;
}
.p-technology-philosophy--wrap {
  background-image: url(../images/technology/bg_philosophy.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  margin: auto;
  max-width: 1400px;
  padding: calc(120 * (100vw / 992)) 7vw;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .p-technology-philosophy--wrap {
    padding: calc(120 * (100vw / 1920)) 7vw;
  }
}
.p-technology-philosophy .title {
  color: #fff;
  font-size: calc(24 * (100vw / 430));
  line-height: 1.5;
  margin: 0 0 30px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-technology-philosophy .title {
    font-size: calc(34 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-technology-philosophy .title {
    font-size: calc(34 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-technology-philosophy .title {
    font-size: calc(34 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-technology-philosophy .title {
    font-size: calc(34 * (100vw / 1200));
  }
}
@media screen and (min-width: 1200px) {
  .p-technology-philosophy .title {
    font-size: 40px;
  }
}
.p-technology-philosophy .text {
  color: #fff;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 2;
  margin: 0 0 2rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .p-technology-philosophy .text {
    font-size: 16px;
    text-align: center;
  }
}
.p-technology-philosophy .btn {
  margin: 30px auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-technology-philosophy .btn {
    margin: 50px auto 0;
  }
}
.p-technology-philosophy .btn a {
  border: 1px solid #fff;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 15px 25px;
  max-width: 360px;
  transition: .4s;
  text-align: center;
}
.p-technology-philosophy .btn a::after {
  background-image: url(../images/common/icon_arrow02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 0 0 15px;
}
@media screen and (min-width: 620px) {
  .p-technology-philosophy .btn a::after {
    height: 25px;
    width: 25px;
  }
}
.p-technology-philosophy .btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
