@charset "UTF-8";
.company {
  padding-bottom: 16.6666666667vw;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.company__headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
.company__headline .headline-container {
  position: relative;
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.875vw;
  padding-left: 2.7777777778vw;
  background: #fff;
}
.company__headline .headline-text {
  display: block;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #524e46;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.company__container {
  width: 52.0833333333vw;
  margin: 0 auto;
  padding-top: 82px;
}
.company__content {
  width: 52.0833333333vw;
  position: relative;
  line-height: 0;
  margin-bottom: 155px;
}
.company__content.section2 .company__illust {
  left: -16.4583333333vw;
  bottom: -1.9444444444vw;
}
.company__content.section2 .company__illust img {
  width: 14.8611111111vw;
}
.company__content.section3 .company__illust {
  right: -12.7083333333vw;
  bottom: 1.8055555556vw;
}
.company__content.section3 .company__illust img {
  width: 23.6111111111vw;
}
.company__content.section4 .company__illust {
  right: 4.0972222222vw;
  top: -8.8888888889vw;
}
.company__content.section4 .company__illust img {
  width: 25.9722222222vw;
}
.company__mv {
  width: 100%;
  margin-bottom: 70px;
}
.company__mv img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.company__title {
  font-size: 19px;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 700;
  color: #524e46;
  margin-bottom: 67px;
  text-align: left;
  line-height: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #707070;
}
.company__title.message {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
.company__illust {
  position: absolute;
}
.company__intro {
  margin-bottom: 180px;
}
.company__intro__images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.1388888889vw;
}
.company__intro__images-item {
  width: 100%;
  height: auto;
}
.company__intro__images-item.landscape {
  width: 100%;
  height: auto;
}
.company__intro__images-item.portrait {
  width: 25.9722222222vw;
  height: auto;
}
.company__message {
  font-size: 16px;
  line-height: 1.5625em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  margin-bottom: 120px;
}
.company__message .sp-only {
  display: none;
}
.company__philosophy_list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  counter-reset: philosophy_num;
}
.company__philosophy_list li {
  width: 100%;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  counter-increment: philosophy_num;
}
.company__philosophy_list li::before {
  content: counter(philosophy_num) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 30px;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
}
.company__philosophy_list li strong {
  font-size: 20px;
  line-height: 30px;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.company__philosophy_list.num_none li::before {
  content: none;
}

@media screen and (max-width: 600px) {
  .company {
    padding-bottom: 24vw;
  }
  .company__headline .headline-container {
    width: auto;
    height: 9.3333333333vw;
    justify-content: center;
    padding-right: unset;
    padding: 2.5333333333vw 6.6666666667vw;
    background: #fff;
  }
  .company__headline .headline-text {
    font-size: 4.2666666667vw;
  }
  .company__container {
    width: 86.6666666667vw;
    padding-top: 18.1333333333vw;
  }
  .company__content {
    width: 100%;
  }
  .company__content.section2 .company__illust {
    margin: 12vw auto 0;
  }
  .company__content.section2 .company__illust img {
    width: 49.0666666667vw;
  }
  .company__content.section3 .company__illust {
    margin: 4.8vw auto 0;
  }
  .company__content.section3 .company__illust img {
    width: 68.8vw;
  }
  .company__content.section4 .company__illust {
    margin: 0 0 17.3333333333vw;
  }
  .company__content.section4 .company__illust img {
    width: 100%;
  }
  .company__mv {
    margin-bottom: 17.6vw;
  }
  .company__title {
    font-size: 4.2666666667vw;
    margin-bottom: 9.3333333333vw;
    text-align: center;
  }
  .company__title.message {
    margin-bottom: 8vw;
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .company__illust {
    position: static;
  }
  .company__intro {
    margin-bottom: 32vw;
  }
  .company__intro__images {
    gap: 0.5333333333vw;
  }
  .company__intro__images-item.portrait {
    width: 43.0666666667vw;
  }
  .company__message {
    font-size: 3.6vw;
    margin-bottom: 12vw;
  }
  .company__message .sp-only {
    display: inline;
  }
  .company__philosophy_list {
    gap: 6.6666666667vw;
  }
  .company__philosophy_list li {
    padding-left: 5.3333333333vw;
    font-size: 3.6vw;
    line-height: 1.6296em;
  }
  .company__philosophy_list li::before {
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
  }
  .company__philosophy_list li strong {
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
    margin-bottom: 1.3333333333vw;
  }
  .company__philosophy_list.num_none li::before {
    content: none;
  }
}
.section2 {
  margin-bottom: 145px;
}

@media screen and (max-width: 600px) {
  .section2 {
    margin-bottom: 20vw;
  }
}
.section3 {
  margin-bottom: 215px;
}
.section3__philosophy {
  position: relative;
  margin-bottom: 10.0694444444vw;
}
.section3__images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.1388888889vw;
}
.section3__images-item {
  width: 100%;
  height: auto;
}
.section3__images-item.landscape {
  width: 100%;
  height: auto;
}
.section3__images-item.portrait {
  width: 25.9722222222vw;
  height: auto;
}

@media screen and (max-width: 600px) {
  .section3 {
    margin-bottom: 23.4666666667vw;
  }
  .section3__philosophy {
    margin-bottom: 26.6666666667vw;
  }
  .section3__images {
    gap: 0.5333333333vw;
  }
  .section3__images-item.portrait {
    width: 43.0666666667vw;
  }
}
.section4 {
  margin-bottom: 0;
}
.section4 .company__title {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 600;
}
.section4__company__info {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  font-size: 16px;
  line-height: 1.5625em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  width: 100%;
  margin-bottom: 50px;
}
.section4__company__info dt {
  width: 133px;
}
.section4__company__info dd {
  width: calc(100% - 133px);
}
.section4__company__info dd br.sp-only {
  display: none;
}
.section4__company__history__title {
  font-size: 20px;
  line-height: 1em;
  font-weight: bold;
  color: #524e46;
  margin-bottom: 25px;
  padding-bottom: 0;
  border-bottom: 0;
}
.section4__company__history__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  font-size: 16px;
  line-height: 1.5625em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  width: 100%;
  margin-bottom: 87px;
}
.section4__company__history__list dt {
  width: 105px;
}
.section4__company__history__list dd {
  width: calc(100% - 105px);
}
.section4__company__history__list dd br.sp-only {
  display: none;
}
.section4__company__history__image {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .section4 .company__title {
    margin-bottom: 8vw;
    font-size: 4.2666666667vw;
  }
  .section4__company__info {
    row-gap: 4vw;
    font-size: 4vw;
    margin-bottom: 16vw;
  }
  .section4__company__info dt {
    width: 22.6666666667vw;
  }
  .section4__company__info dd {
    width: 64vw;
  }
  .section4__company__info dd br.sp-only {
    display: inline;
  }
  .section4__company__history__title {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .section4__company__history__list {
    row-gap: 0;
    font-size: 4.2666666667vw;
    margin-bottom: 24vw;
  }
  .section4__company__history__list dt {
    width: 100%;
  }
  .section4__company__history__list dd {
    width: 100%;
    margin-bottom: 4vw;
  }
  .section4__company__history__list dd:last-child {
    margin-bottom: 0;
  }
  .section4__company__history__list dd br.sp-only {
    display: inline;
  }
  .section4__company__history__image {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=company.css.map */
