@charset "UTF-8";
/****************************************************
 * Stylesheet 製品・技術情報
 ****************************************************/
.pagetitle {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .pagetitle {
    background-image: url("../images/products/pagetitle_bg01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    background-image: url("../images/products/pagetitle_bg01_sp.jpg");
  }
}

.p-products__anchor_links {
  margin-bottom: 10rem;
  padding: 1.6rem 0;
  background-color: #313B4C;
}
@media only screen and (max-width: 767px) {
  .p-products__anchor_links {
    margin-bottom: 7rem;
  }
}
.p-products__anchor_links ul {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-products__anchor_links ul {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-products__anchor_links ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.p-products__anchor_links ul li {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-products__anchor_links ul li {
    margin: 0 9rem;
  }
}
.p-products__anchor_links ul li a {
  padding: 0.9rem 0;
  color: #ffffff;
  border-bottom: solid 1px transparent;
  display: block;
}
.p-products__anchor_links ul li a:after {
  width: 0.4rem;
  height: 0.8rem;
  margin-left: 1rem;
  content: '';
  background-image: url("../images/common/icon_arrow01_white.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.p-products__anchor_links ul li a:hover {
  border-bottom-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .p-products__products01 .headding {
    margin-bottom: 4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-products__products01 .headding {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-products__products01 .headding .subTtl01 {
    width: 23.3rem;
  }
}
.p-products__products01 .headding p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4D4D4D;
}
@media only screen and (min-width: 768px) {
  .p-products__products01 .headding p {
    width: 75%;
    max-width: 60rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .p-products__products01 .headding p {
    line-height: 1.8125;
  }
}
.p-products__products01 .car {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .p-products__products01 .car {
    background-image: url("../images/products/products_img01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .p-products__products01 .car {
    background-image: url("../images/products/products_img01_sp.jpg");
  }
}
.p-products__products01 .car .inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-products__products01 .car .inner {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}
.p-products__products01 .car .products_btn01 {
  margin-bottom: 22.4rem;
}
@media only screen and (max-width: 767px) {
  .p-products__products01 .car .products_btn01 {
    margin-bottom: 15.4rem;
  }
}
.p-products__products01 .car .products_btn01 .btn01 {
  width: 50rem;
  padding: 2.2rem 0;
  font-size: 2.2rem;
  border-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-products__products01 .car .products_btn01 .btn01 {
    width: 33.5rem;
    max-width: 100%;
    font-size: 1.6rem;
    padding: 1.6rem 4rem 1.6rem 1rem;
  }
}
.p-products__products01 .car .products_btn01 .btn01:after {
  width: 1.8rem;
  height: 0.75rem;
  margin-top: -0.35rem;
  content: '';
  background-image: url("../images/common/icon_arrow02_white.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-products__products01 .car .products_btn01 .btn01:after {
    right: 2rem;
  }
}
.p-products__products01 .car .products_btn01 .btn01:hover {
  border-color: #0092E6;
}
.p-products__products01 .car .products_btn02 {
  text-align: right;
}
.p-products__products01 .car .products_btn02 .btn01 {
  width: 28rem;
  padding: 1.8rem 1rem;
  font-size: 1.6rem;
  border-color: #ffffff;
  position: relative;
  vertical-align: middle;
}
.p-products__products01 .car .products_btn02 .btn01:nth-child(1) {
  padding-right: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .p-products__products01 .car .products_btn02 .btn01 {
    width: 26rem;
    margin: 0 0 0 auto;
    padding: 1.5rem 1rem;
    font-size: 1.6rem;
    display: block;
  }
}
.p-products__products01 .car .products_btn02 .btn01:after {
  width: 1.8rem;
  height: 0.75rem;
  margin-top: -0.35rem;
  content: '';
  background-image: url("../images/common/icon_arrow02_white.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2rem;
}
.p-products__products01 .car .products_btn02 .btn01:hover {
  border-color: #0092E6;
}
.p-products__products01 .car .products_btn02 .btn01 + .btn01 {
  margin-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-products__products01 .car .products_btn02 .btn01 + .btn01 {
    margin: 1.3rem 0 0 auto;
  }
}
.p-products__products01 .car .products_btn02 .btn01.line2 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.p-products__products01 .more .inner {
  padding-top: 3.6rem;
  padding-bottom: 8rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-products__products01 .more .inner {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
.p-products__products01 .more .inner:after {
  width: 32rem;
  height: 23.6rem;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  top: 0;
  left: -13.3rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-products__products01 .more .inner:after {
    width: 19.5rem;
    height: 100%;
    left: -5.5%;
  }
}
.p-products__products02 {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
  .p-products__products02 {
    margin-bottom: 7rem;
  }
}
.p-products__products02 .inner {
  color: #ffffff;
  background-color: #313C4D;
}
@media only screen and (max-width: 767px) {
  .p-products__products02 .inner {
    width: 100%;
  }
}
.p-products__products02 .content {
  max-width: 86rem;
  margin: 0 auto;
  padding: 3rem;
}
@media only screen and (min-width: 768px) {
  .p-products__products02 .content {
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .p-products__products02 .content {
    width: 90%;
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-products__products02 .content .text_area {
    width: 50%;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products__products02 .content .text_area {
    margin-bottom: 3rem;
  }
}
.p-products__products02 .content .text_area h2 {
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 1.45;
}
.p-products__products02 .content .text_area p {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .p-products__products02 .content .img_area {
    width: 45%;
    margin-left: 5%;
  }
}
.p-products__products02 .content .img_area .img {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.p-products__technology {
  margin-bottom: 9rem;
}
.p-products__technology .inner {
  position: relative;
  z-index: 1;
}
.p-products__technology .inner:after {
  width: 32rem;
  height: 32rem;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  bottom: 0;
  right: -13.3rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-products__technology .inner:after {
    content: none;
  }
}
@media only screen and (min-width: 768px) {
  .p-products__technology .headding {
    margin-bottom: 5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-products__technology .headding {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-products__technology .headding .subTtl01 {
    width: 30.6rem;
  }
}
.p-products__technology .headding p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4D4D4D;
}
@media only screen and (min-width: 768px) {
  .p-products__technology .headding p {
    width: 68%;
    max-width: 62rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .p-products__technology .headding p {
    line-height: 1.8125;
  }
}
.p-products__technology ul {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .p-products__technology ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.p-products__technology ul li {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-products__technology ul li {
    width: 47.2%;
  }
}
@media only screen and (max-width: 767px) {
  .p-products__technology ul li + li {
    margin-top: 3rem;
  }
}
.p-products__technology ul li a:after {
  width: 2rem;
  height: 2rem;
  content: '';
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-repeat: no-repeat;
  -webkit-background-size: 1rem auto;
  background-size: 1rem auto;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  -webkit-transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
}
.p-products__technology ul li a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-products__technology ul li a:hover:after {
  background-color: #0092E6;
  -webkit-transform: translate(0.5rem);
  transform: translate(0.5rem);
}
.p-products__technology ul li h3 {
  padding: 1.7rem 2rem;
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #313C4D;
}
@media only screen and (max-width: 767px) {
  .p-products__technology ul li h3 {
    padding: 1.3rem 2rem;
    font-size: 1.6rem;
  }
}
.p-products__technology ul li .img {
  overflow: hidden;
}
.p-products__technology ul li .img > img, .p-products__technology ul li .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-products__technology ul li .img img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.p-products__technology ul li p {
  padding: 2rem 4.5rem 2.2rem 2rem;
  color: #333333 !important;
  border-top: solid 1px #DEDEDE;
}
@media only screen and (max-width: 767px) {
  .p-products__technology ul li p {
    padding: 1.5rem 2rem 3rem 2rem;
    font-size: 1.4rem;
  }
}
.p-products__technology .more {
  text-align: center;
}
.p-products__message {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-products__message {
    margin-bottom: 6rem;
  }
}
.p-products__message .inner {
  padding-bottom: 6rem;
  position: relative;
  z-index: 1;
}
.p-products__message .inner:before {
  width: 93.9%;
  height: 20.5rem;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-products__message .inner:before {
    width: 111%;
    left: -5.5%;
  }
}
.p-products__message .inner:after {
  width: 9999px;
  height: 20.5rem;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  bottom: 0;
  right: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-products__message .inner:after {
    content: none;
  }
}
@media only screen and (min-width: 768px) {
  .p-products__message .headding {
    margin-bottom: 5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-products__message .headding {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-products__message .headding .subTtl01 {
    width: 43.7rem;
  }
}
.p-products__message .headding p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4D4D4D;
}
@media only screen and (min-width: 768px) {
  .p-products__message .headding p {
    width: 60%;
    max-width: 54rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .p-products__message .headding p {
    line-height: 1.8125;
  }
}
.p-products__message .content {
  max-width: 80rem;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-products__message .content a {
    display: -webkit-flex;
    display: flex;
  }
}
.p-products__message .content a:after {
  width: 2rem;
  height: 2rem;
  content: '';
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-repeat: no-repeat;
  -webkit-background-size: 1rem auto;
  background-size: 1rem auto;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  -webkit-transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
}
.p-products__message .content a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-products__message .content a:hover:after {
  background-color: #0092E6;
  -webkit-transform: translate(0.5rem);
  transform: translate(0.5rem);
}
.p-products__message .content .img {
  overflow: hidden;
}
.p-products__message .content .img > img, .p-products__message .content .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .p-products__message .content .img {
    width: 50%;
  }
}
.p-products__message .content .img img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (min-width: 768px) {
  .p-products__message .content .text_area {
    width: 50%;
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-products__message .content .text_area {
    padding: 2rem;
  }
}
.p-products__message .content .text_area h3 {
  margin-bottom: 1rem;
}
.p-products__message .content .text_area h3 span {
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #313C4D;
  display: inline-block;
}
.p-products__message .content .text_area p {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #333333 !important;
}
.p-products__message .content .text_area .prof {
  font-size: 1.4rem;
  color: #4D4D4D;
}
.p-products__message .content .text_area .prof + .prof {
  margin-top: 0.3rem;
}
