/* commpany */
/*---------------------------------------------
    page_titArea
---------------------------------------------*/
.company__page .page_titArea {
  background: linear-gradient(transparent 0%, transparent 60%, #F7F4F0 60%, #F7F4F0 100%);
  padding-bottom: 70px;
}

.page__kv {
  max-width: 1500px;
  margin: 0 auto 80px;
}

.sub-nav {
  max-width: 1120px;
  margin: 0 auto;
}

.sub-nav li {
  width: 32%;
  max-width: 350px;

}

.sub-nav li a {
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  border: solid 1px #3D4F72;
  font-weight: bold;
  white-space: nowrap;
  transition: .3s ease-out;
}

.sub-nav li a:hover {
  opacity: 1;
  background: #3D4F72;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .company__page .page_titArea {
    background: linear-gradient(transparent 0%, transparent 40%, #F7F4F0 40%, #F7F4F0 100%);
    padding-bottom: 8vw;
  }

  .page__kv {
    margin: 0 auto 10vw;
  }

  .sub-nav li {
    width: 100%;
    margin: 0 auto 5vw;
  }

  .sub-nav li a {
    line-height: 13.33vw;

  }

  .sub-nav li:last-child {
    margin-bottom: 0;
  }

}

/*---------------------------------------------
   com__about
---------------------------------------------*/
.com__about {
  padding-bottom: 0;
}



.cab__ttl .-en {
  display: block;
}

.cab__ttl::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 150%;
  bottom: 0;
  left: -1.5em;
  background: #3D4F72;
}

.cab__copy {
  width: 45%;
}

.cab__txt {
  width: 50%;
}

.ca__img {
  max-width: 1435px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com__about {
    padding-bottom: 26vw;
  }

  .cab__ttl::before {
    height: 150%;
    bottom: 0;
    left: -.75em;
  }

  .cab__ttl .txt {
    font-size: 5.333vw;
  }

  .cab__copy {
    width: 100%;
    margin-bottom: 5vw;
  }

  .cab__txt {
    width: 100%;
  }

  .ca__img {
    max-width: 1435px;
    margin: 0 auto;
  }
}


/*---------------------------------------------
   c-philosophy
---------------------------------------------*/
.c-philosophy::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  background-color: #F7F4F0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.cp__atc {
  width: 32%;
  max-width: 330px;
}

.cp__num {
  font-style: italic;
  line-height: 1;
}

.cp__h3 {
  padding-bottom: .5em;
  margin-bottom: .5em;
  letter-spacing: .15em;
  border-bottom: solid 1px #3D4F72;
}

.cp__h3 .fs-40 {
  line-height: 1;
  vertical-align: baseline;

}

.cp__txt {
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .c-philosophy::before {
    width: 100%;
    height: 100%;

  }

  .cp__ttl {
    margin-bottom: 15vw;
  }

  .cp__atc {
    width: 100%;
    max-width: none;
    margin: 0 auto 8vw;
  }

  .cp__atc:last-child {
    margin-bottom: 0;
  }

}

/*---------------------------------------------
   c-business
---------------------------------------------*/
.cbu__atc {
  width: 48%;
  max-width: 510px;
  margin-bottom: 100px;
  position: relative;
}
.cbu__img{
    margin: 0!important;
}

.cbu__atc:nth-child(5),
.cbu__atc:nth-child(6) {
  margin-bottom: 0;
}

.sbu__h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.sbu__h3 .-en {
  font-size: 1rem;
}


@media screen and (max-width: 750px) {
  .cbu__ttl {
    margin-bottom: 15vw;
  }

  .cbu__atc {
    width: 100%;
    margin: 0 auto 10vw;
  }

  .cbu__atc:nth-child(5) {
    margin-bottom: 10vw;
  }

  .cbu__atc:last-child {
    margin-bottom: 0;
  }

  .sbu__h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  .sbu__h3 .-en {
    font-size: 2.667vw
  }

}

/*---------------------------------------------
   c-outline
---------------------------------------------*/
.c-outline {
  padding-bottom: 0;
}

.c-out__flex {
  align-items: flex-start;
}

.c-out__ttl {
  margin-right: 2em;
}

.c-out__tbl {
  flex: 0 1 auto;
  width: 100%;
}

.c-out__tbl th {
  white-space: nowrap;
  color: #3D4F72;
  font-weight: bold;
  padding: 1em 2em;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
}

.c-out__tbl td {
  padding: 1em;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
}

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

  .c-out__ttl {
    margin-right: 0;
  }


  .c-out__tbl th {
    padding: 1em 2em 1em 0;
  }

  .c-out__tbl td {
    padding: 1em 0;
  }

}

/*---------------------------------------------
   c-contents
---------------------------------------------*/
.c-contents {
  padding-bottom: 0;
}

.c-cont__atc {
  width: 48%;
  max-width: 510px;
}

.c-cont__h3 {
  padding: .5em 0 .5em 2em;
  position: relative;
}

.c-cont__h3 .-en {
  margin-left: 1em;
  font-size: 1rem;
}

.c-cont__h3::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 200%;
  bottom: 0;
  left: 1em;
  background: #3D4F72;
}

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


  .c-cont__atc {
    width: 100%;
    margin: 0 auto 10vw;
  }

  .c-cont__atc:last-child {
    margin-bottom: 0;
  }

  .c-cont__h3 {
    display: flex;
    align-items: center;
  }

}