@charset "UTF-8";
/****************************************************
 * Stylesheet 事業概要
 ****************************************************/
@media only screen and (min-width: 768px) {
  .pagetitle {
    background-image: url("../images/company/pagetitle_bg01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    background-image: url("../images/company/pagetitle_bg01_sp.jpg");
  }
}

.p-business__message {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-business__message {
    margin-bottom: 7.5rem;
  }
}
.p-business__message .inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-business__message .inner {
    display: -webkit-flex;
    display: flex;
  }
}
.p-business__message .inner:before {
  width: 32rem;
  height: 40rem;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  top: 9rem;
  left: -13.3rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-business__message .inner:before {
    width: 19.5rem;
    top: 6.5rem;
    left: -5.5%;
  }
}
.p-business__message .img_area {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-business__message .img_area {
    width: 54.5%;
    height: 42.45vw;
    max-height: 58rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__message .img_area {
    width: 100%;
    height: 86.4vw;
  }
}
.p-business__message .img_area .img01 {
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  -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);
}
.p-business__message .img_area .img02 {
  width: 33.3%;
  top: 25.8%;
  left: 0;
  position: absolute;
  -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);
}
.p-business__message .img_area .img03 {
  width: 33.3%;
  top: 65.5%;
  right: 10%;
  position: absolute;
  -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);
}
@media only screen and (min-width: 768px) {
  .p-business__message .text_area {
    width: 38.18%;
    margin-right: 7.32%;
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__message .text_area {
    margin-bottom: 4rem;
  }
}
.p-business__message .text_area h2 {
  margin-bottom: 5rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .p-business__message .text_area h2 {
    margin-bottom: 2.7rem;
    font-size: 1.8rem;
  }
}
.p-business__message .text_area p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-business__message .text_area p {
    font-size: 1.4rem;
  }
}
.p-business__message .text_area p + p {
  margin-top: 2em;
}
.p-business__product {
  margin-bottom: 13rem;
}
.p-business__product .subTtl02 + p {
  margin-bottom: 4rem;
  font-size: 1.5rem;
}
.p-business__product .link {
  margin-bottom: 5rem;
  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;
}
.p-business__product .link 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-business__product .link a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-business__product .link a:hover:after {
  background-color: #0092E6;
  -webkit-transform: translate(0.5rem);
  transform: translate(0.5rem);
}
.p-business__product .link h3 {
  padding: 1.7rem 2rem;
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #313C4D;
}
@media only screen and (max-width: 767px) {
  .p-business__product .link h3 {
    padding: 1.3rem 2rem;
    font-size: 1.6rem;
  }
}
.p-business__product .link .img {
  overflow: hidden;
}
.p-business__product .link .img > img, .p-business__product .link .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-business__product .link .img img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.p-business__product .link p {
  padding: 2rem 4.5rem 2.2rem 2rem;
  color: #333333 !important;
  border-top: solid 1px #DEDEDE;
}
@media only screen and (max-width: 767px) {
  .p-business__product .link p {
    padding: 1.5rem 2rem 3rem 2rem;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-business__product .btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-business__product .btn a + a {
    margin-left: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__product .btn a + a {
    margin-top: 1.5rem;
  }
}
.p-business__technology {
  margin-bottom: 10rem;
}
.p-business__technology .subTtl02 + p {
  margin-bottom: 4rem;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-business__technology ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.p-business__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-business__technology ul li {
    width: 47.2%;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__technology ul li + li {
    margin-top: 3rem;
  }
}
.p-business__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-business__technology ul li a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-business__technology ul li a:hover:after {
  background-color: #0092E6;
  -webkit-transform: translate(0.5rem);
  transform: translate(0.5rem);
}
.p-business__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-business__technology ul li h3 {
    padding: 1.3rem 2rem;
    font-size: 1.6rem;
  }
}
.p-business__technology ul li .img {
  overflow: hidden;
}
.p-business__technology ul li .img > img, .p-business__technology ul li .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-business__technology ul li .img img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.p-business__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-business__technology ul li p {
    padding: 1.5rem 2rem 3rem 2rem;
    font-size: 1.4rem;
  }
}
