@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-company__pagelist01 .inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-company__pagelist01 .inner {
    padding-bottom: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist01 .inner {
    padding-bottom: 15rem;
  }
}
.p-company__pagelist01 .inner:after {
  width: 32rem;
  height: 32rem;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  bottom: 0;
  left: -13.3rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist01 .inner:after {
    width: 19.5rem;
    height: 59%;
    left: -5.5%;
  }
}
.p-company__pagelist01 .biggining {
  margin-bottom: 6rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist01 .biggining {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 1.8125;
  }
}
.p-company__pagelist01 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);
}
.p-company__pagelist01 ul li:nth-child(odd) a .text:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.p-company__pagelist01 ul li + li {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist01 ul li + li {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company__pagelist01 ul li a {
    display: -webkit-flex;
    display: flex;
  }
}
.p-company__pagelist01 ul li a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-company__pagelist01 ul li a:hover .text:after {
  background-color: #0092E6;
  -webkit-transform: translate(0.5rem);
  transform: translate(0.5rem);
}
.p-company__pagelist01 ul li .img {
  overflow: hidden;
}
.p-company__pagelist01 ul li .img > img, .p-company__pagelist01 ul li .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .p-company__pagelist01 ul li .img {
    width: 50%;
  }
}
.p-company__pagelist01 ul li .img img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.p-company__pagelist01 ul li .text {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-company__pagelist01 ul li .text {
    width: 50%;
    padding: 3rem 10rem 4rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist01 ul li .text {
    padding: 2rem 2rem 4rem 2rem;
  }
}
.p-company__pagelist01 ul li .text:before {
  width: 12.8rem;
  height: 15.5rem;
  content: '';
  background-image: url("../images/common/fig02.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 2rem;
  right: 3rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist01 ul li .text:before {
    width: 8rem;
    height: 9.6rem;
    top: 0.6rem;
    right: 1.5rem;
  }
}
.p-company__pagelist01 ul li .text:after {
  width: 4rem;
  height: 4rem;
  content: '';
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-repeat: no-repeat;
  -webkit-background-size: 2rem auto;
  background-size: 2rem auto;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  -webkit-transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist01 ul li .text:after {
    width: 3rem;
    height: 3rem;
    -webkit-background-size: 1.5rem auto;
    background-size: 1.5rem auto;
  }
}
.p-company__pagelist01 ul li .text h3 {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist01 ul li .text h3 {
    margin-bottom: 3rem;
    font-size: 1.3rem;
  }
}
.p-company__pagelist01 ul li .text h3 span {
  font-family: "Raleway", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1875;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist01 ul li .text h3 span {
    margin-bottom: 0.3rem;
    font-size: 3.2rem;
  }
}
.p-company__pagelist01 ul li .text p {
  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-company__pagelist01 ul li .text p {
    font-size: 1.6rem;
    line-height: 1.8125;
  }
}
.p-company__pagelist02 {
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-company__pagelist02 {
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist02 {
    padding-bottom: 4rem;
  }
}
.p-company__pagelist02:after {
  width: 100%;
  height: calc(100% - 8rem);
  content: '';
  background-color: #313C4D;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p-company__pagelist02 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist02 ul {
    width: 95.5%;
    margin: 0 auto;
  }
}
.p-company__pagelist02 ul li {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-company__pagelist02 ul li {
    width: 29%;
  }
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist02 ul li + li {
    margin-top: 3rem;
  }
}
.p-company__pagelist02 ul li a {
  color: #ffffff;
  display: block;
}
.p-company__pagelist02 ul li a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-company__pagelist02 ul li .img {
  margin-bottom: 2rem;
  overflow: hidden;
  -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-company__pagelist02 ul li .img > img, .p-company__pagelist02 ul li .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-company__pagelist02 ul li .img img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.p-company__pagelist02 ul li p {
  font-size: 1.3rem;
}
.p-company__pagelist02 ul li p span {
  margin-bottom: 0.2rem;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  display: block;
}
.p-company__pagelist03 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist03 {
    margin-bottom: 9rem;
  }
}
.p-company__pagelist03 .inner {
  padding-top: 6rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist03 .inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.p-company__pagelist03 .inner:before {
  width: 93.9%;
  height: 100%;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist03 .inner:before {
    width: 68.6%;
  }
}
.p-company__pagelist03 .inner:after {
  width: 9999px;
  height: 100%;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p-company__pagelist03 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist03 ul {
    width: 71.6%;
    margin: 0 auto;
  }
}
.p-company__pagelist03 ul li {
  background-color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-company__pagelist03 ul li {
    width: 21.8%;
  }
}
@media only screen and (max-width: 767px) {
  .p-company__pagelist03 ul li + li {
    margin-top: 3rem;
  }
}
.p-company__pagelist03 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-company__pagelist03 ul li a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-company__pagelist03 ul li a:hover:after {
  background-color: #0092E6;
  -webkit-transform: translate(0.5rem);
  transform: translate(0.5rem);
}
.p-company__pagelist03 ul li .img {
  overflow: hidden;
  -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-company__pagelist03 ul li .img > img, .p-company__pagelist03 ul li .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-company__pagelist03 ul li .img img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.p-company__pagelist03 ul li p {
  padding: 0.8rem 1.5rem 1rem 1.5rem;
  font-size: 1.3rem;
  color: #4D4D4D;
}
.p-company__pagelist03 ul li p span {
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #313C4E;
  display: block;
}
.p-company__video {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-company__video {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-company__video .inner {
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .p-company__video .text_area {
    width: 41.72%;
    padding: 7rem 8rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-company__video .text_area {
    margin-bottom: 4rem;
  }
}
.p-company__video .text_area p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .p-company__video .video_area {
    width: 58.18%;
  }
}
@media only screen and (max-width: 767px) {
  .p-company__video .video_area {
    width: 100%;
  }
}
