.sample, .company, .company2, .company3, .company4 {
  position: relative;
}
 .company4 {
   margin-top: 10px;
}

.line {
  width: 100%;
  padding-bottom: 26%;
  border: 1px solid #eae4db;
}
.img, .muryo, .txt, .co_txt1, .co_txt2, .co_txt3, .co_txt4, .co_txt5, .co_txt6, .co_txt7 {
  position: absolute;
}
.muryo {
    width: 9%;
    left: 20%;
    top: -26px;
}
.img {
  left: 1%;
  top: -14px;
}
.txt {
  width: 40%;
    left: 30%;
    top: -5px;
}
.co_txt1 {
   width: 83%;
   right: 2px;
   bottom: 6px;
}
.co_txt2 {
   width: 92%;
   top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.co_txt3 {
    width: 69%;
    top: -2%;
    left: 23%;
}
.co_txt4 {
    width: 50%;
    top: 6%;
    left: 39%;
}
.co_txt5 {
    width: 52%;
    top: 55%;
    left: 17%;
}
.co_txt6 {
    width: 52%;
    top: 11%;
    left: 5%;
}
.co_txt7 {
   width: 75%;
   top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.co_back {
	width: 100%;
  height: 100px;
  object-fit: cover;
}
.co_back2 {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.co_back3 {
    width: 100%;
}
@media screen and (min-width: 768px) {
   .company4 {
   margin: 0;
}
.co_txt3 {
    width: 52%;
    top: 16%;
    left: 29%;
}
.co_txt4 {
    width: 55%;
    top: 20%;
    left: 35%;
}
.co_txt5 {
    width: 66%;
    top: 62%;
    left: 17%;
}
.co_txt6 {
    width: 58%;
    top: 20%;
    left: 0%;
}
.co_txt7 {
   width: 53%;
   top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
}
  .muryo {
    width: 7%;
    left: 26%;
    top: 29px;
}
  .img {
  top: -12px;
}
  .txt {
  width: 30%;
    left: 36%;
    top: 49px;
}
  .co_txt1 {
   width: 60%;
   right: 7px;
   bottom: 14px;
}
  .co_txt2 {
   width: 66%;
}
  .co_back, .co_back2 {
  height: 200px;
}
}
@media screen and (min-width: 1024px) {
  .img {
  top: -11px;
}
  .co_txt3 {
    width: 40%;
    top: 10%;
    left: 29%;
}
.co_txt4 {
    width: 48%;
    top: 13%;
    left: 35%;
}
.co_txt5 {
    width: 59%;
    top: 57%;
    left: 35%;
}
.co_txt6 {
    width: 50%;
    top: 13%;
    left: 5%;
}
}
@media screen and (min-width: 1240px) {
  .muryo {
    width: 7%;
    left: 26%;
    top: 41px;
}
  .img {
  top: -10px;
}
  .txt {
  width: 28%;
    left: 36%;
    top: 61px;
}
}

.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 97%;
  margin: 20px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #ba373b;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}


@media screen and (min-width: 600px) {
  .sp_br{
    display: none;
  }
  
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }
  
  .ta_left {
    text-align: left;
    margin-bottom: 35px;
}
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }
}
