.intro_wrap {
  width: 1152px;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.intro_wrap h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 70px;
}

.sticky_wrap {
  width: 1152px;
  margin: 0 auto;
  display: flex;
  position: none;
}
.sticky_wrap.is-fixed {
  position: all;
}
.sticky_wrap .img {
  width: 548px;
  height: 100vh;
  display: flex;
  align-items: center;
}
.sticky_wrap .img img {
  width: 100%;
  height: 324px;
}
.sticky_wrap ul {
  width: calc(100% - 548px);
  position: relative;
  height: 100vh;
}
.sticky_wrap ul li {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sticky_wrap ul li.is-active {
  opacity: 1;
}
.sticky_wrap ul li:last-child {
  text-align: center;
}
.sticky_wrap ul li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-break: keep-all;
}
.sticky_wrap ul li h2 {
  white-space: nowrap;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}

.final_wrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.final_wrap .text_wrap {
  width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.final_wrap .text_wrap.is-active {
  color: #fff;
  margin-top: 0;
}
.final_wrap .text_wrap.is-active p {
  color: rgb(234, 234, 234);
}
.final_wrap .text_wrap h2 {
  font-size: 54px;
  font-weight: 700;
  line-height: 70px;
  transition: 1s;
}
.final_wrap .text_wrap p {
  transition: 1s;
  font-size: 16px;
  line-height: 21px;
  padding-top: 40px;
  word-break: keep-all;
}
.final_wrap .bg {
  width: 720px;
  height: 405px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1.3s 0.4s, opacity 0.4s;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.final_wrap .bg.is-active {
  width: 100%;
  height: 100vh;
  top: 50%;
  opacity: 1;
}
.final_wrap .bg .bg_img {
  display: inline-block;
  width: 100vw;
  height: 100vh;
}
.final_wrap .bg .bg_img img {
  width: 100%;
  height: 100%;
  max-width: auto;
  max-height: auto;
  object-fit: cover;
  object-position: center;
}
.final_wrap .bg .bg_img img.mo {
  display: none;
}

@media (max-width: 1400px) {
  .intro_wrap,
  .sticky_wrap {
    width: calc(100% - 48px);
  }
  .final_wrap .text_wrap h2,
  .intro_wrap h1 {
    font-size: 44px;
    line-height: 60px;
  }
  .sticky_wrap ul li h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .sticky_wrap ul li {
    padding-left: 36px;
  }
  .sticky_wrap .img {
    width: 480px;
  }
  .sticky_wrap ul {
    width: calc(100% - 480px);
  }
}
@media (max-width: 1024px) {
  .final_wrap .text_wrap h2,
  .intro_wrap h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .sticky_wrap {
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 420px;
  }
  .sticky_wrap .img {
    width: 327px;
    height: fit-content;
    position: sticky;
    top: calc(50vh - 200px);
    z-index: 1;
  }
  .sticky_wrap .img::before {
    content: "";
    display: block;
    position: absolute;
    top: -250%;
    left: 0;
    width: 700px;
    height: 500px;
    background-color: #fff;
  }
  .sticky_wrap .img img {
    height: 200px;
  }
  .sticky_wrap ul,
  .sticky_wrap ul li {
    width: 327px;
    height: auto;
  }
  .sticky_wrap ul li {
    position: static;
    padding-left: 0;
    transform: translateY(0);
    padding-top: 24px;
    height: fit-content;
    transition: opacity 0.3s ease-out;
  }
  .sticky_wrap ul li:first-child {
    margin-bottom: 120px;
  }
  .sticky_wrap ul li:last-child {
    max-height: 0;
    padding-top: 0;
    justify-content: flex-start;
  }
  .sticky_wrap ul li:last-child h2 {
    padding-top: 24px;
  }
  .sticky_wrap ul li p {
    line-height: 22px;
  }
  .sticky_wrap ul li p br {
    display: none;
  }
  .final_wrap .bg {
    width: 327px;
    height: 217px;
  }
  .final_wrap .text_wrap p {
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .sticky_wrap ul li p.left {
    text-align: left;
  }
  .final_wrap .text_wrap h2,
  .intro_wrap h1 {
    font-size: 28px;
    line-height: 39px;
    width: 100%;
  }
  .final_wrap .text_wrap {
    width: 327px;
  }
  .final_wrap .text_wrap p br {
    display: none;
  }
  .final_wrap .bg .bg_img img.web {
    display: none;
  }
  .final_wrap .bg .bg_img img.mo {
    display: inline;
  }
}
.visual_wrap {
  padding-top: 170px;
}
.visual_wrap h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 70px;
  padding: 0 calc((100% - 1152px) / 2) 100px;
}
.visual_wrap .img {
  width: 100%;
  height: 560px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.visual_wrap .img img {
  width: 100%;
  max-width: none;
}
.visual_wrap .mobile_des {
  display: none;
}

@media (max-width: 1400px) {
  .visual_wrap h1 {
    font-size: 44px;
    line-height: 60px;
    width: calc(100% - 48px);
    margin: 0 auto;
  }
  .visual_wrap .img {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .visual_wrap h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .ceo_inner .img {
    height: 300px;
  }
  .visual_wrap .img {
    height: 300px;
  }
  .visual_wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 768px) {
  .visual_wrap h1 {
    font-size: 28px;
    line-height: 39px;
    padding-bottom: 60px;
  }
  .visual_wrap {
    padding-top: 100px;
  }
  .visual_wrap .img {
    margin: 0 auto;
    height: 200px;
  }
}
.ceo_inner {
  padding: 260px 0 200px;
  width: 1152px;
  margin: 0 auto;
  display: flex;
}
.ceo_inner .img {
  width: 548px;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/company/c-ceo-01.png);
  border-radius: 20px;
}
.ceo_inner .l-text_box {
  padding-left: 60px;
}
.ceo_inner .l-text_box .text {
  padding-top: 30px;
}
.ceo_inner .l-text_box .signature {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.ceo_inner .l-text_box .signature::after {
  content: "";
  display: inline-block;
  width: 244px;
  height: 80px;
  background: url(../images/company/c-signiture.svg) no-repeat center/cover;
  margin-left: 34px;
}

@media (max-width: 1400px) {
  .ceo_inner {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1024px) {
  .ceo_inner {
    flex-direction: column;
  }
  .ceo_inner .img {
    width: 100%;
  }
  .ceo_inner .l-text_box {
    width: 100%;
    margin-top: 24px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .ceo_inner {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .l-text_box .text {
    word-break: keep-all;
  }
  .l-text_box .text br {
    display: none;
  }
  .l-text_box .text .l-text_box h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .ceo_inner .l-text_box .text {
    padding-top: 24px;
  }
  .ceo_inner .l-text_box .signature {
    margin-top: 32px;
  }
  .ceo_inner .l-text_box .signature::after {
    width: 122px;
    height: 40px;
    margin-left: 8px;
  }
  .ceo_inner .img {
    border-radius: 12px;
  }
}
.vision_inner .top {
  display: flex;
  flex-wrap: wrap;
  padding: 135px calc((100% - 1280px) / 2);
}
.vision_inner .top .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  width: 546px;
}
.vision_inner .top .l-text_box {
  width: calc(100% - 546px);
}
.vision_inner .top .l-text_box .text {
  font-size: 16px;
}
.vision_inner .banner {
  width: 100%;
  height: 225px;
  background: url(../images/company/c-ceo-02.png) no-repeat center/cover;
  margin-top: 60px;
  border-radius: 18px;
}
.vision_inner .vision_list {
  padding: 135px calc((100% - 1152px) / 2) 180px;
  background-color: rgb(250, 250, 250);
}
.vision_inner .vision_list li {
  display: flex;
  align-items: center;
  margin-bottom: 108px;
}
.vision_inner .vision_list li:last-child {
  margin-bottom: 0;
}
.vision_inner .vision_list li:nth-child(2) .l-text_box {
  padding-right: 0;
  padding-left: 60px;
}
.vision_inner .vision_list li .l-text_box {
  width: 506px;
  padding-right: 44px;
}
.vision_inner .vision_list li .l-text_box .text {
  padding-top: 18px;
  word-break: keep-all;
}
.vision_inner .vision_list li .img {
  width: calc(100% - 506px);
  height: 225px;
  border-radius: 20px;
  overflow: hidden;
}
.vision_inner .vision_list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1400px) {
  .vision_inner .vision_list,
  .vision_inner .top {
    padding-left: 24px;
    padding-right: 24px;
  }
  .vision_inner .top .title {
    width: 500px;
  }
  .vision_inner .top .l-text_box {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1024px) {
  .vision_inner .top .title {
    width: 100%;
  }
  .vision_inner .top .l-text_box {
    width: 100%;
    margin-top: 32px;
  }
  .vision_inner .vision_list li {
    flex-direction: column;
  }
  .vision_inner .vision_list li .img {
    order: 1;
    width: 100%;
  }
  .vision_inner .vision_list li .l-text_box {
    order: 2;
    width: 100%;
    padding-top: 24px;
    padding-left: 0 !important;
  }
  .vision_inner .top .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .vision_inner .vision_list li .img {
    border-radius: 12px;
  }
  .vision_inner .vision_list li {
    margin-bottom: 60px;
  }
  .vision_inner .vision_list,
  .vision_inner .top {
    padding: 80px 24px;
  }
  .vision_inner .top {
    background-color: rgb(250, 250, 250);
  }
  .vision_inner .vision_list {
    background-color: transparent;
  }
  .vision_inner .top .title {
    font-size: 24px;
  }
  .l-text_box h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .l-text_box .text {
    padding-top: 12px;
  }
  .vision_inner .banner {
    margin-top: 24px;
    height: 128px;
  }
  .vision_inner .vision_list li .img {
    height: 220px;
  }
  .vision_inner .vision_list li .l-text_box .text {
    padding-top: 12px;
  }
}
.philosophy_inner {
  padding: 110px 0 200px;
  width: 1152px;
  margin: 0 auto;
}
.philosophy_inner .title {
  font-size: 40px;
  font-weight: 700;
}
.philosophy_inner .top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.philosophy_inner .top ul li {
  width: calc((100% - 120px) / 2);
  margin-bottom: 80px;
}
.philosophy_inner .top ul li:nth-child(3), .philosophy_inner .top ul li:nth-child(4) {
  margin-bottom: 0;
}
.philosophy_inner .top ul li:nth-child(2) {
  padding-top: 64px;
}
.philosophy_inner .top ul li:nth-child(4) {
  padding-top: 32px;
}
.philosophy_inner .top ul li .l-text_box h2 {
  padding-bottom: 24px;
  border-bottom: solid 2px rgb(0, 0, 0);
}
.philosophy_inner .top ul li .l-text_box .text {
  padding-top: 24px;
  word-break: keep-all;
}
.philosophy_inner .bot {
  padding-top: 150px;
}
.philosophy_inner .bot .philosophy_list {
  margin-top: 100px;
}
.philosophy_inner .bot .philosophy_list li {
  display: flex;
  margin-bottom: 80px;
}
.philosophy_inner .bot .philosophy_list li:last-child {
  margin-bottom: 0;
}
.philosophy_inner .bot .philosophy_list li .l-text_box {
  width: calc(100% - 580px);
  padding-right: 60px;
}
.philosophy_inner .bot .philosophy_list li .l-text_box .text {
  max-width: 580px;
  padding-top: 20px;
  font-size: 16px;
  word-break: keep-all;
}
.philosophy_inner .bot .philosophy_list li .l-text_box .sub {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}
.philosophy_inner .bot .philosophy_list li .img {
  width: 580px;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
}
.philosophy_inner .bot .philosophy_list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1400px) {
  .philosophy_inner {
    width: calc(100% - 48px);
  }
  .philosophy_inner .title {
    font-size: 30px;
  }
  .philosophy_inner .bot .philosophy_list li .l-text_box {
    width: calc(100% - 400px);
  }
  .philosophy_inner .bot .philosophy_list li .img {
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 1024px) {
  .philosophy_inner .top ul li {
    width: calc((100% - 24px) / 2);
  }
  .philosophy_inner .top ul li .l-text_box h2 {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .philosophy_inner .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .philosophy_inner .title {
    font-size: 24px;
  }
  .philosophy_inner {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .philosophy_inner .bot {
    padding-top: 120px;
  }
  .philosophy_inner .top ul {
    margin-top: 32px;
  }
  .philosophy_inner .top ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .philosophy_inner .top ul li:nth-child(3) {
    margin-bottom: 40px;
  }
  .philosophy_inner .top ul li:nth-child(2), .philosophy_inner .top ul li:nth-child(4) {
    padding-top: 0;
  }
  .philosophy_inner .bot .philosophy_list {
    margin-top: 30px;
  }
  .philosophy_inner .bot .philosophy_list li {
    flex-direction: column;
  }
  .philosophy_inner .bot .philosophy_list li .l-text_box .sub {
    font-size: 12px;
  }
  .philosophy_inner .bot .philosophy_list li .l-text_box .text {
    padding-top: 12px;
    max-width: 100%;
  }
  .philosophy_inner .bot .philosophy_list li .l-text_box {
    width: 100%;
    padding-right: 0;
  }
  .philosophy_inner .bot .philosophy_list li .img {
    width: 100%;
    height: 210px;
    margin-top: 24px;
    border-radius: 12px;
  }
}

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