@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-about__profile {
  margin-bottom: 6rem;
}
.p-about__profile table {
  width: 100%;
  border-top: solid 1px #CBCFD1;
}
@media only screen and (max-width: 767px) {
  .p-about__profile table {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__profile table tbody, .p-about__profile table tr {
    display: block;
  }
}
.p-about__profile table th {
  width: 25%;
  padding: 1.9rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: top;
  background-color: #F2F5F7;
  border-bottom: solid 1px #CBCFD1;
}
@media only screen and (max-width: 767px) {
  .p-about__profile table th {
    width: 100%;
    padding: 1.8rem 1.5rem;
    display: block;
  }
}
.p-about__profile table td {
  padding: 1.9rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: top;
  border-bottom: solid 1px #CBCFD1;
}
@media only screen and (max-width: 767px) {
  .p-about__profile table td {
    padding: 1.8rem 1.5rem;
    font-size: 1.4rem;
    display: block;
  }
}
.p-about__download {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-about__download {
    margin-bottom: 6rem;
  }
}
.p-about__download h2 {
  margin-bottom: 12rem;
  padding: 1.2rem;
  font-size: 2rem;
  font-weight: 500;
  color: #313C4E;
  border-bottom: solid 1px #313B4C;
}
.p-about__download .content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-about__download .content {
    display: -webkit-flex;
    display: flex;
  }
}
.p-about__download .content:after {
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p-about__download .content:after {
    width: 93.9%;
    height: 100%;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__download .content:after {
    width: 100%;
    height: 88%;
    bottom: 0;
    left: 0;
  }
}
.p-about__download .content .img01 {
  -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-about__download .content .img01 {
    width: 18.8%;
    -webkit-transform: translateY(-8rem);
    transform: translateY(-8rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-about__download .content .img01 {
    width: 59.7%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-about__download .content .img02 {
    width: 38.6%;
  }
}
@media only screen and (min-width: 768px) {
  .p-about__download .content .text {
    width: 42.6%;
    padding: 6rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__download .content .text {
    padding: 4rem 2rem 6rem 2rem;
  }
}
.p-about__download .content .text ul {
  font-size: 1.5rem;
}
.p-about__download .content .text ul li + li {
  margin-top: 2rem;
}
.p-about__download .content .text ul li a {
  padding-left: 3rem;
  display: inline-block;
}
.p-about__download .content .text ul li a:before {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 -3rem;
  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%;
  display: inline-block;
  vertical-align: -0.2em;
  -webkit-transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
}
.p-about__download .content .text ul li a:hover:before {
  background-color: #0092E6;
}
