/*---------------
    company
---------------*/
.u-company {
  margin-bottom: 160px;
}
@media screen and (max-width: 834px) {
  .u-company {
    margin-bottom: 80px;
  }
}

.company__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .company__list {
    flex-direction: column;
    gap: 2rem;
  }
}
.company__item {
  margin-bottom: 60px;
  width: 48.5%;
}

@media screen and (max-width: 834px) {
  .company__item {
    margin-bottom: 0;
    width: 100%;
  }
}
.company__item a {
  display: block;
  height: 360px;
  border-radius: 10px;
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.5s ease;
}

@media screen and (max-width: 834px) {
  .company__item a {
    height: 180px;
    border-radius: 5px;
  }
}
.company__item a .company__item--bg {
  height: 100%;
}

.company__item a picture {
  display: block;
  height: 100%;
}

.company__item a img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: 0.5s ease;
}

.company__item a:hover picture img {
  transform: scale(1.1);
  transition: 0.5s ease;
}

.company__item-text {
  position: absolute;
  color: #fff;
  bottom: 20px;
  left: 5%;
  font-size: 16px;
  font-weight: 500;
}
.company__item-text span {
  font-family: "Unbounded";
  font-weight: 300;
  font-size: 32px;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 834px) {
  .company__item-text span {
    font-size: 26px;
  }
}

/*---------------
    outline
---------------*/
.outline__list-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #acacac;
  padding: 3rem 0;
}
@media screen and (max-width: 834px) {
  .outline__list-item {
    padding: 2rem 0;
  }
}

.outline__list-item:nth-of-type(1) {
  padding-top: 0;
}

.outline__list-subject {
  font-size: 15px;
  font-weight: 500;
  width: 30%;
  max-width: 220px;
  white-space: nowrap;
  padding-left: 5rem;
}
@media screen and (max-width: 834px) {
  .outline__list-subject {
    max-width: 120px;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .outline__list-subject {
    max-width: 100px;
    font-size: 16px;
    padding-left: 1rem;
  }
}
@media (max-width: 374px) {
  .outline__list-subject {
    padding-left: 0;
    width: 100px;
    flex-shrink: 0;
    font-size: 14px;
  }
}

.outline__list-desc {
  width: calc(100% - 220px);
}
@media screen and (max-width: 834px) {
  .outline__list-desc {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 834px) {
  .outline__list-desc {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 1024px) {
  .outline-wrap {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 834px) {
  .outline-wrap {
    margin-bottom: 60px;
  }
}

/*---------------
   philosophy
---------------*/
.com-phil {
  overflow: visible;
}

.u-phil {
  padding-top: 110px;
}
@media screen and (max-width: 834px) {
  .u-phil {
    padding-top: 60px;
  }
}

.phil__flex {
  display: flex;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .phil__flex {
    display: block;
  }
}

.phil__main-bl {
  width: 71%;
}
@media screen and (max-width: 1200px) {
  .phil__main-bl {
    width: 80%;
  }
}
.phil__main-bl section {
  border-bottom: 1px solid #acacac;
  margin-bottom: 11rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 1200px) {
  .phil__main-bl section {
    margin-bottom: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .phil__main-bl section {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 650px) {
  .phil__main-bl section {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
.phil__main-bl section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.phil__sub-bl {
  width: 29%;
  position: sticky;
  top: 100px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1200px) {
  .phil__sub-bl {
    width: 20%;
  }
}

.phil__sub-ttl {
  margin-bottom: 5rem;
}
.phil__sub-ttl .f32 {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 3rem;
  text-align: left;
}
.phil__sub-ttl .f15 {
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 650px) {
  .phil__sub-list {
    display: none;
  }
}
.phil__sub-list li {
  font-weight: 600;
  text-align: left;
}
.phil__sub-list li a {
  color: #aaaaaa;
  display: flex;
  font-family: "Unbounded", sans-serif;
  font-size: 1.8rem;
  padding: 1rem 0;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .phil__sub-list li a {
    font-size: 1.5rem;
    padding: 0.5rem 0;
  }
}
.phil__sub-list li a span {
  color: #2b5e98;
  display: flex;
  margin-right: 0.25rem;
  opacity: 0;
  transition: 0.5s ease;
  width: 1.7rem;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
}
.phil__sub-list li a.active {
  color: #333333;
}
.phil__sub-list li a.active span {
  opacity: 1;
  transition: 0.5s ease;
}

.phil__ttl {
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 10rem;
  line-height: 1;
  margin-bottom: 6rem;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .phil__ttl {
    font-size: 7rem;
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 834px) {
  .phil__ttl {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .phil__ttl {
    font-size: 4rem;
  }
}

.phil__main-bl {
  width: 100%;
}

.phil__main-bl-wrap {
  margin-left: 12%;
  width: 88%;
}
@media screen and (max-width: 1200px) {
  .phil__main-bl-wrap {
    margin-left: 10%;
    width: 90%;
  }
}
@media screen and (max-width: 650px) {
  .phil__main-bl-wrap {
    margin: 0;
    width: 100%;
  }
}

.phil__head {
  font-size: 4rem;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .phil__head {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .phil__head {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 650px) {
  .phil__head {
    font-size: 2.2rem;
  }
}
.phil__head span {
  display: block;
  font-size: 2.8rem;
}
@media screen and (max-width: 1200px) {
  .phil__head span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .phil__head span {
    font-size: 1.8rem;
  }
}

.phil__sec01 .f15 {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .phil__sec01 .f15 {
    margin-top: 3rem;
  }
}

.phil-value__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.phil-value__list li {
  margin-top: 4rem;
  width: 48%;
}
@media screen and (max-width: 834px) {
  .phil-value__list li {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .phil-value__list li {
    margin-top: 2rem;
  }
}

.phil-value__list-wrap {
  border-left: 1px solid #acacac;
  padding-left: 4rem;
}
@media screen and (max-width: 1200px) {
  .phil-value__list-wrap {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 650px) {
  .phil-value__list-wrap {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .phil-value__list-wrap .f15 {
    font-size: 1.4rem;
  }
}

.phil-value__ttl {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 650px) {
  .phil-value__ttl {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.phil-value__ttl span {
  color: #3d5877;
  font-family: "Unbounded", sans-serif;
  margin-left: 0.5rem;
}/*# sourceMappingURL=company.css.map */