.company-page-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page-head-img {
  min-height: 636px;
}

.page-head-img.head-company {
  margin-bottom: 100px;
    background-image: url(../img/common/mainimg_company.jpg);
}
@media screen and (max-width: 1140px) {
	.page-head-img.head-company {
		background-position: 40% 0;
	}
}
@media screen and (max-width: 580px) {
	.page-head-img.head-company {
		background: #eb6c00;
	}
}

.page-head-img .page-ttl {
  margin: 110px 0 50px;
  padding-left: 0;
}

.page-head-img .page-ttl-ja {
  padding-left: 0;
}

.innerP .page-ttl-en {
  border-bottom: 4px solid#fff;
  margin-bottom: 10px;
}


.company-page-box .left .text {
  max-width: 418px;
  color: #fff;
  letter-spacing: .2em;
  font-size: 1.6rem;
  line-height: 2;
}

.company-page-box .right {
  max-width: 485px;
  margin-top: 138px;
}

.company-page-box .right .text {
  margin: 24px 0 26px;
  letter-spacing: .2em;
  font-size: 20px;
  font-weight: bold;
}

.btn-more,.companybtn-more {
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #333333), color-stop(50%, white));
    background-image: linear-gradient(to right, #333333 50%, white 50%);
    background-position: 0 0;
    background-size: 201% auto;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    position: relative;
    color: #fff;
}

.btn-more::after,.companybtn-more::after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 35%;
    right: 4%;
}

.btn-more:hover,.company-linkbox a:hover .companybtn-more{
    background-position: -99% 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #333333), color-stop(50%, #eb6c00));
    background-image: linear-gradient(to right, #333333 50%, #eb6c00 50%);
}

.company-linkbox-area {
  display: flex;
  flex-wrap: wrap;
}

.company-linkbox {
  max-width: 342px;
  width: 31%;
  margin: 0 32px 80px 0;
}

.company-linkbox-area .company-linkbox:nth-child(3n) {
  margin-right: 0;
}

.company-linkbox .text {
  margin: 14px 0 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .2em;
}

.company-linkbox .imgbox {
  font-size: 0;
  overflow: hidden;;
}

.company-linkbox .img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: .3s;
}

.company-linkbox a:hover .img {
    transform: scale(1.1, 1.1);
    opacity: .7;
}

.dis-sp {
  display: none;
}



@media screen and (max-width: 1100px) {

.company-linkbox {
  margin: 0 2.4vw 80px 0;
}

}

@media screen and (max-width: 1000px) {

.innerP .page-ttl-en {
  font-size: 7vw;
}

.company-page-box .left {
  width: 48%;
}

.company-page-box .left .text {
  width: 84%;
}

.company-page-box .right .text {
  font-size: 2vw;
}

.company-page-box .right {
  width: 36%;
}

.page-head-img .page-ttl {
      margin: 110px 0 14vw;
}
}

@media screen and (max-width: 768px) {
.company-linkbox-area {
  justify-content: space-between;
}

.company-linkbox {
  width: 47%;
  margin: 0 0 80px 0;
}

.company-linkbox .text {
  font-size: 2vw;
}

.page-head-img .page-ttl {
  margin: 0 0 18vw;
}

.page-head-img {
  min-height: auto;
  padding-bottom: 4vw;
  background-size: 100% 100%;
}

.page-head-img .page-ttl {
    margin: 0 0 9vw;
}

.company-page-box .right {
  width: 50%;
  margin-top: 0;
}

.company-page-box {
    margin-top: 16vw;
}

}


@media screen and (max-width: 580px) {

.page-head-img {
  background-size: auto 100%;
	background-position: left top;
}
.company-page-box {
  flex-direction: column;
}
.company-page-box .left,
.company-page-box .right{
  width: 100%;
}
.company-page-box .right{
  text-align: center;
  margin: 30px 0 0;
}

.company-linkbox {
    width: 100%;
    margin: 0 0 80px 0;
}

.company-linkbox-area {
    justify-content: center;
}

.company-page-box .left .text {
  width: 100%;
  font-size: 16px;
}

.company-page-box .right .text {
    font-size: 20px;
}

.innerP .page-head-img .page-ttl-ja {
  font-size: 18px;
}

.dis-sp {
  display: block;
}

.company-linkbox .text {
    font-size: 20px;
}

.company-page-box .right .btn-more {
    font-size: 16px;
}

.companybtn-more {
    font-size: 16px;
}


}

