

/* Start:/company/mission/style.css?16650702378342*/
.large-head {
  position: relative;
  background: rgba(247, 247, 247, 0.9);
  color: #000;
  width: 100%;
  overflow: hidden;
}
.large-head-info {
  min-height: 566px;
  padding: 91px 20px 40px;
  max-width: 762px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.large-head-sub {
  font-size: 26px;
  line-height: 31px;
}
.large-head-title {
  margin-top: 11px;
  font-weight: 500;
  font-size: 68px;
  line-height: 70px;
}
.large-head-description {
  margin-top: 11px;
  font-size: 18px;
  line-height: 28px;
  max-width: 519px;
}
.large-head-images {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 519px;
  left: 50%;
  margin-left: -260px;
}
.large-head-image{
  position: absolute;
  top: 0;
  display: flex;
  justify-content: flex-start;
  height: 100%;
  width: 380px;
}
.large-head-image .mobile {
  display: none;
}
.large-head-image img {
  max-height: 100%;
  max-width: 100%;
}
.large-head-image.left {
  right: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  margin-right: 10px;
}
.large-head-image.left img {
  max-width: none;
  height: 100%;
}
.large-head-image.right {
  left: 100%;
  align-items: flex-end;
  margin-left: 37px;
}
.mission-list {
  margin-top: 79px;
  color: #000;
  padding: 0 14px;
}
.mission-list-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
}
.mission-list-item {
  position: relative;
  padding-left: 121px;
  margin-top: 63px;
}
.mission-list-item-icon {
  width: 102px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.mission-list-item-title {
  font-weight: 500;
  font-size: 27px;
  line-height: 40px;
  margin-bottom: -5px;
  max-width: 790px;
}
.mission-list-item-description {
  padding-top: 14px;
  margin-top: 15px;
  font-size: 18px;
  line-height: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 121px;
}
.mission-list-item-description span {
  white-space: nowrap;
}
.mission-list-item-description p {
  margin: 0;
}
.mission-list-item-description p + p {
  margin-top: 18px;
}
.mission-carousel-wrapper {
  background: #F7F7F7;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000;
  padding: 59px 20px 70px;
  margin-top: 104px;
  overflow: hidden;
}
.mission-carousel-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 44px;
  max-width: 565px;
}
.mission-carousel-description {
  margin-top: 13px;
  font-size: 18px;
  line-height: 26px;
  max-width: 668px;
}
.mission-carousel-icon {
  margin-top: 13px;
}
.mission-carousel {
  margin: 15px -20px;
}
.mission-carousel-wrap {
  align-items: center;
}
.swiper-container-free-mode>.swiper-wrapper,
.mission-carousel-wrap {
  transition-timing-function: linear !important;
}
.mission-carousel-wrap .swiper-slide{
  width: auto;
}
.mission-carousel-wrap .mobile {
  display: none;
}
.mission-sign {
  margin-top: 18px;
  background: #F7F7F7;
  color: #000;
  position: relative;
  width: 100%;
  text-align: center;
}
.mission-sign-content.container {
  padding-top: 338px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mission-sign-hand {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.mission-sign-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
  max-width: 739px;
}
.mission-sign-description {
  margin-top: 15px;
  font-size: 18px;
  line-height: 26px;
  max-width: 682px;
}
.mission-sign-bottom {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  font-size: 20px;
  line-height: 39px;
  color: #212222;
  font-style: italic;
}
.mission-sign-bottom img {
  margin-left: 30px;
}

@media screen and (max-width: 1290px) {
  .large-head-info {
    max-width: none;
    padding: 60px 222px;
    min-height: 422px;
  }
  .large-head-title {
    font-size: 60px;
    line-height: 62px;
    max-width: 530px;
  }
  .large-head-description {
    max-width: 442px;
  }
  .large-head-images {
    max-width: 442px;
    margin-left: -221px;
  }
  .large-head-image {
    width: 222px;
    height: auto;
  }
  .large-head-image.left {
    align-items: flex-end;
    bottom: 0;
  }
  .large-head-image.right {
    top: 80px;
    bottom: 0;
  }
  .large-head-image.right img {
    width: 160px;
  }
}
@media screen and (max-width: 1060px) {
  .large-head-sub{
    font-size: 20px;
    line-height: 24px;
  }
  .large-head-title {
    margin-top: 10px;
    font-size: 32px;
    line-height: 34px;
    max-width: 368px;
  }
  .large-head-description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .mission-list-item-title{
    font-size: 23px;
    line-height: 30px;
  }
  .mission-list-item-description{
    font-size: 16px;
    line-height: 26px;
  }
  .mission-sign-title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .large-head-info {
    padding: 42px 20px 0;
    min-height: 0;
  }
  .large-head-title{
    font-size: 32px;
    line-height: 34px;
  }
  .large-head-description {
    line-height: 24px;
    max-width: 382px;
  }
  .large-head-images {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: -44px;
    left: 0;
    margin-left: 0;
    height: 367px;
    max-width: none;
  }
  .large-head-image {
    right: 0;
  }
  .large-head-image .mobile {
    display: block;
  }
  .large-head-image .desktop {
    display: none;
  }
  .large-head-image.left{
    top: 0;
    left: 0;
    z-index: 2;
    justify-content: flex-start;
  }
  .large-head-image.right{
    width: 140px;
    padding-left: 0;
    margin-left: -30px;
    top: 0;
    left: auto;
    right: 15%;
  }
  .mission-list {
    margin-top: 44px;
    padding: 0;
  }
  .mission-list-title {
    font-size: 22px;
    line-height: 24px;
  }
  .mission-list-item {
    margin-top: 24px;
    padding-left: 0;
  }
  .mission-list-item + .mission-list-item {
    margin-top: 36px;
  }
  .mission-list-item-icon {
    display: flex;
    position: static;
    text-align: left;
    width: 90px;
    max-height: 62px;
  }
  .mission-list-item-icon img {
    display: block;
    max-height: 62px;
  }
  .mission-list-item-icon.puzzle{
    width: 90px;
    max-height: none;
    margin-bottom: -10px;
  }
  .mission-list-item-icon.small{
    width: 55px;
  }
  .mission-list-item-icon.medium{
    width: 70px;
  }
  .mission-list-item-title {
    font-size: 22px;
    line-height: 28px;
    margin-top: 14px;
  }
  .mission-list-item-description{
    line-height: 22px;
    margin-right: 0;
  }
  .mission-list-item-description p + p {
    margin-top: 16px;
  }

  .mission-carousel-wrapper {
    margin-top: 64px;
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .mission-carousel-title {
    font-size: 22px;
    line-height: 26px;
  }
  .mission-carousel-description {
    font-size: 16px;
    line-height: 22px;
    margin-top: 11px;
  }
  .mission-carousel-icon img {
    height: 20px;
    display: block;
  }
  .mission-carousel{
    margin-top: 24px;
  }
  .mission-carousel-wrap .desktop{
    display: none;
  }
  .mission-carousel-wrap .mobile {
    display: block;
  }
  .mission-sign {
    margin-top: -36px;
  }
  .mission-sign-hand {
    padding: 0 57px;
  }
  .mission-sign-hand img {
    max-width: 207px;
  }
  .mission-sign-content.container {
    padding: 174px 19px 61px;
  }
  .mission-sign-title {
    font-size: 26px;
    line-height: 32px;
  }
  .mission-sign-description {
    font-size: 16px;
    line-height: 22px;
    margin-top: 11px;
  }
  .mission-sign-bottom {
    margin-top: 43px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .mission-sign-bottom span {
    white-space: nowrap;
  }
  .mission-sign-bottom img {
    width: 51px;
    margin-left: 8px;
  }
}

@media screen and (max-width: 500px) {
  .large-head-image.right{
    right: 30px;
  }
}
@media screen and (max-width: 390px) {
  .large-head-images{
    height: 330px;
    margin-top: -63px;
  }
  .large-head-image.left{
    width: 220px;
    left: -11px;
  }
  .large-head-image.left img{
    max-width: 100%;
    height: auto;
  }
  .large-head-image.right{
    right: 16px;
    width: 125px;
  }
}
/* End */
/* /company/mission/style.css?16650702378342 */
