@charset "UTF-8";
.company-first-view {
  background-color: rgba(242, 246, 247, 0.7);
  padding-bottom: 100rem;
}

.company-info {
  background-color: #ffffff;
  padding-bottom: 150rem;
  padding-top: 90rem;
}
.company-info__image {
  width: 1720rem;
  height: 646rem;
  margin: 0 auto 132rem;
}
@media (max-width: 768px) {
  .company-info__image {
    width: 880rem;
    height: 560rem;
  }
}
.company-info__list {
  width: 1720rem;
  margin: min(78rem, 78px) auto 0;
  border-top: 1px rgba(29, 29, 29, 0.2) solid;
  font-size: 28rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2.1428571429;
  letter-spacing: 0.08em;
  color: #1d1d1d;
  max-width: 1600px;
  font-size: min(28rem, 28px);
}
@media (max-width: 768px) {
  .company-info__list {
    width: 100%;
    border-top: none;
    margin-top: 83rem;
  }
}
.company-info__card {
  border-bottom: 1px rgba(29, 29, 29, 0.2) solid;
  padding-top: min(36rem, 36px);
  padding-bottom: min(32rem, 32px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 768px) {
  .company-info__card {
    width: 880rem;
    margin: 0 auto;
    padding-top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 85rem;
  }
}
@media (max-width: 768px) {
  .company-info__card:last-child {
    padding-bottom: 0;
  }
}
.company-info__card--map {
  width: 100%;
}
@media (max-width: 768px) {
  .company-info__card--map .company-info__card-head {
    width: 880rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .company-info__card-head {
    font-size: 38rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.08em;
    color: #00505a;
    margin-bottom: 22rem;
  }
}
.company-info__card-body {
  width: 66.7%;
}
@media (max-width: 768px) {
  .company-info__card-body {
    width: 100%;
    border-top: 1px rgba(29, 29, 29, 0.2) solid;
    border-bottom: 1px rgba(29, 29, 29, 0.2) solid;
    font-size: 32rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4375;
    letter-spacing: 0.08em;
    color: #1d1d1d;
    padding-top: 50rem;
    padding-bottom: 45rem;
  }
}
@media (max-width: 768px) {
  .company-info__card-body--map {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-top: none;
  }
}
@media (max-width: 768px) {
  .company-info__card-body--map p {
    width: 880rem;
    margin: 0 auto;
  }
}
.company-info__card-body--map hr {
  display: none;
}
@media (max-width: 768px) {
  .company-info__card-body--map hr {
    display: block;
    width: 880rem;
    margin: 0 auto;
    color: rgba(29, 29, 29, 0.2);
  }
}
.company-info__card-body--map iframe {
  width: 100%;
  aspect-ratio: 1/0.523;
  margin-top: min(30rem, 30px);
}
@media (max-width: 768px) {
  .company-info__card-body--map iframe {
    aspect-ratio: 1/1;
    position: relative;
    margin-top: 40rem;
  }
}
.company-info__card-body--map {
  /*
  @todo 追加された２つの支社のスタイリングを本社・長野と合わせて調整する
  */
}
.company-info__card-body--map .--first {
  padding-bottom: min(46rem, 46px);
  border-bottom: 1px rgba(29, 29, 29, 0.2) solid;
}
@media (max-width: 768px) {
  .company-info__card-body--map .--first {
    padding-top: 50rem;
    border-bottom: none;
    padding-bottom: 99rem;
  }
}
.company-info__card-body--map .--second {
  padding-top: min(36rem, 36px);
}
@media (max-width: 768px) {
  .company-info__card-body--map .--second {
    padding-top: 50rem;
    padding-bottom: 99rem;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .company-info__service-list {
    padding-top: 25rem;
    padding-bottom: 25rem;
    /*
    @todo 追記CSSを排除できるかどうか検証する
    ↓↓↓HTML構造変更に伴う暫定措置↓↓↓
    */
    margin-top: -50rem;
    margin-bottom: -45rem;
  }
}
.company-info__service-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 768px) {
  .company-info__service-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
.company-info__service-card .c-circle-button {
  margin-top: min(5rem, 5px);
}
.company-info__service-card:not(:first-child) {
  padding-top: min(36rem, 36px);
}
@media (max-width: 768px) {
  .company-info__service-card:not(:first-child) {
    padding-top: 25rem;
  }
}
.company-info__service-card:not(:last-child) {
  border-bottom: 1px rgba(29, 29, 29, 0.2) solid;
  padding-bottom: min(32rem, 32px);
}
@media (max-width: 768px) {
  .company-info__service-card:not(:last-child) {
    padding-bottom: 25rem;
  }
}
.company-info__badge {
  width: 1720rem;
  max-width: 1600px;
  aspect-ratio: 1/0.128;
  margin: 0 auto;
  border-bottom: 1px rgba(29, 29, 29, 0.2) solid;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}
@media (max-width: 768px) {
  .company-info__badge {
    aspect-ratio: auto;
    width: 880rem;
    height: 188rem;
  }
}
.company-info__badge img {
  width: 66.7%;
  aspect-ratio: 1/0.119;
  object-fit: contain;
  object-position: left;
}

@keyframes slideX {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.company-clients {
  background-color: rgba(242, 246, 247, 0.7);
  padding-top: 90rem;
  height: 866rem;
}
@media (max-width: 768px) {
  .company-clients {
    padding-top: 130rem;
    height: 960rem;
  }
}
.company-clients__lists {
  overflow-x: hidden;
  margin-top: 100rem;
}
.company-clients__lists ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  width: fit-content;
  animation: slideX 150s infinite linear;
}
.company-clients__lists li {
  flex-shrink: 0;
  width: 323rem;
  height: 195rem;
  background-color: #ffffff;
  border-radius: 20rem;
  margin: 0 13rem;
  font-size: 30rem;
  padding: 13rem;
}
@media screen and (max-width: 430px) {
  .company-clients__lists li {
    padding: 18rem;
  }
}
.company-clients__lists li h3 {
  font-size: 22rem;
}
@media screen and (max-width: 430px) {
  .company-clients__lists li h3 {
    font-size: 26rem;
  }
}
.company-clients__lists li a {
  border-width: 0.5px;
}
@media screen and (max-width: 430px) {
  .company-clients__lists li a {
    border-width: 1px;
  }
}
.company-clients__lists ul:first-child {
  margin-bottom: 26rem;
}
.company-clients__lists ul:last-child {
  animation-direction: reverse;
}

.company-history {
  padding-bottom: 154rem;
  padding-top: 142rem;
  position: relative;
}
@media (max-width: 768px) {
  .company-history {
    padding-top: 135rem;
  }
}
.company-history__bg {
  position: absolute;
  width: 1854rem;
  height: 70%;
  top: 0;
  right: 0;
  object-fit: fill;
}
@media (max-width: 768px) {
  .company-history__bg {
    height: 45%;
  }
}
.company-history__list {
  position: relative;
  width: 1700rem;
  max-width: 1600px;
  margin: min(130rem, 130px) auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
@media (max-width: 768px) {
  .company-history__list {
    width: 831rem;
    margin: 100rem 100rem 0 auto;
  }
}
.company-history__card {
  width: min(1490rem, 1490px);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: 1px rgba(29, 29, 29, 0.2) solid;
  padding-bottom: min(32rem, 32px);
}
@media (max-width: 768px) {
  .company-history__card {
    width: 100%;
  }
}
.company-history__card:before {
  content: "";
  position: absolute;
  left: max(-90rem, -90px);
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 80, 90, 0.3);
}
@media (max-width: 768px) {
  .company-history__card:before {
    left: -70rem;
  }
}
.company-history__card:first-child {
  border-top: 1px rgba(29, 29, 29, 0.2) solid;
}
@media (max-width: 768px) {
  .company-history__card.--en .company-history__card-head {
    font-size: 40rem;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: inherit;
    top: 2rem;
  }
}
.company-history__card.--en .company-history__card-list {
  width: min(1290rem, 1290px);
}
@media (max-width: 768px) {
  .company-history__card.--en .company-history__card-list {
    width: 720rem;
  }
}
@media (max-width: 768px) {
  .company-history__card.--en .company-history__card-list li {
    font-size: 26rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3076923077;
    letter-spacing: 0em;
    color: inherit;
  }
}
.company-history__card.--en .company-history__event-month {
  width: min(150rem, 150px);
}
@media (max-width: 768px) {
  .company-history__card.--en .company-history__event-month {
    width: 150rem;
    font-size: 24rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4166666667;
    letter-spacing: 0em;
    color: inherit;
  }
}
.company-history__card.--en .company-history__event-text {
  width: min(1068rem, 1068px);
}
@media (max-width: 768px) {
  .company-history__card.--en .company-history__event-text {
    width: 523rem;
  }
}
.company-history__card-head {
  position: relative;
  font-size: 64rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: inherit;
  font-size: min(64rem, 64px);
  top: min(10rem, 10px);
}
@media (max-width: 768px) {
  .company-history__card-head {
    font-size: 46rem;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: inherit;
    top: 4rem;
  }
}
.company-history__card-list {
  width: min(1122rem, 1122px);
}
@media (max-width: 768px) {
  .company-history__card-list {
    width: 689rem;
  }
}
.company-history__card-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  font-size: 24rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  color: inherit;
  font-size: min(24rem, 24px);
  padding-top: min(32rem, 32px);
}
@media (max-width: 768px) {
  .company-history__card-list li {
    font-size: 30rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0em;
    color: inherit;
    padding-top: 32rem;
  }
}
.company-history__event-month {
  width: min(60rem, 60px);
  color: #00505a;
  text-align: right;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .company-history__event-month {
    width: 74rem;
  }
}
.company-history__event-text {
  color: #1d1d1d;
  width: 89%;
}
@media (max-width: 768px) {
  .company-history__event-text {
    width: 583rem;
  }
}
.company-history__point {
  position: absolute;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  bottom: 0;
  left: max(-90rem, -90px);
}
@media (max-width: 768px) {
  .company-history__point {
    left: -70rem;
  }
}
.company-history__point--current .company-history__point-circle {
  width: min(48rem, 48px);
  height: min(48rem, 48px);
}
.company-history__point-circle {
  width: min(31rem, 31px);
  height: min(31rem, 31px);
  flex-shrink: 0;
  background-color: #00505a;
  border-radius: 100%;
}
.company-history__point-arrow {
  width: min(45rem, 45px);
  height: min(54rem, 54px);
  object-fit: contain;
  flex-shrink: 0;
  position: absolute;
  left: max(-120rem, -120px);
}
@media (max-width: 768px) {
  .company-history__point-arrow {
    display: none;
  }
}

.company-systems {
  position: relative;
  margin-top: 116rem;
  margin-bottom: 284rem;
}
@media (max-width: 768px) {
  .company-systems {
    margin-bottom: 184rem;
  }
}
.company-systems__heading {
  text-align: center;
  font-size: min(55.98rem, 55.98px);
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4448017149;
  letter-spacing: 0.08em;
  color: inherit;
  margin-bottom: min(130rem, 130px);
}
@media (max-width: 768px) {
  .company-systems__heading {
    font-size: 55.98rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4448017149;
    letter-spacing: 0.08em;
    color: inherit;
    margin-bottom: 67rem;
  }
}
.company-systems__list {
  width: 1720rem;
  margin: 0 auto;
  max-width: 1600px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: min(310rem, 310px);
  column-gap: min(40rem, 40px);
  row-gap: min(40rem, 40px);
}
@media (max-width: 768px) {
  .company-systems__list {
    width: 100%;
    padding: 0 100rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 310rem;
    column-gap: 40rem;
    row-gap: 40rem;
  }
}
.company-systems__card {
  border: 2px #00505a solid;
  border-radius: min(20rem, 20px);
  padding: min(85rem, 85px) 0 0 min(64rem, 64px);
}
@media (max-width: 768px) {
  .company-systems__card {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    border-radius: 20rem;
    padding: 0 0 0 73rem;
  }
}
.company-systems__card-main {
  font-size: min(40rem, 40px);
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  color: inherit;
  margin-bottom: min(24rem, 24px);
}
@media (max-width: 768px) {
  .company-systems__card-main {
    font-size: 40rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: inherit;
    margin-bottom: 8rem;
  }
}
.company-systems__card-sub {
  font-size: min(28rem, 28px);
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5714285714;
  letter-spacing: 0.08em;
  color: #1d1d1d;
}
@media (max-width: 768px) {
  .company-systems__card-sub {
    font-size: 32rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #1d1d1d;
  }
}

.company-snapshot {
  position: relative;
}
.company-snapshot__heading {
  text-align: center;
  font-size: 55.98rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4448017149;
  letter-spacing: 0.08em;
  color: inherit;
  margin-bottom: 130rem;
}
@media (max-width: 768px) {
  .company-snapshot__heading {
    margin-bottom: 64rem;
  }
}
.company-snapshot__card {
  height: 734rem;
  padding: 0 85rem;
}
@media (max-width: 768px) {
  .company-snapshot__card {
    height: auto;
    padding: 80rem 0;
  }
}
.company-snapshot__card:nth-child(odd) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background-color: rgba(242, 246, 247, 0.7);
}
@media (max-width: 768px) {
  .company-snapshot__card:nth-child(odd) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.company-snapshot__card:nth-child(odd) .company-snapshot__card-texts {
  padding-left: 40rem;
}
@media (max-width: 768px) {
  .company-snapshot__card:nth-child(odd) .company-snapshot__card-texts {
    padding-left: 0rem;
  }
}
.company-snapshot__card:nth-child(even) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .company-snapshot__card:nth-child(even) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.company-snapshot__card:nth-child(even) .company-snapshot__card-texts {
  padding-left: 145rem;
}
@media (max-width: 768px) {
  .company-snapshot__card:nth-child(even) .company-snapshot__card-texts {
    padding-left: 0;
  }
}
.company-snapshot__card-texts {
  margin-top: 18rem;
  width: calc(100% - 860rem);
}
@media (max-width: 768px) {
  .company-snapshot__card-texts {
    width: 100%;
    text-align: center;
    margin-bottom: 40rem;
  }
}
.company-snapshot__card-main {
  font-size: 48rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.7485416667;
  letter-spacing: 0em;
  color: inherit;
  margin-bottom: 55rem;
}
@media (max-width: 768px) {
  .company-snapshot__card-main {
    margin-bottom: 50rem;
  }
}
.company-snapshot__card-sub {
  font-size: 26rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6923076923;
  letter-spacing: 0.08em;
  color: #1d1d1d;
}
@media (max-width: 768px) {
  .company-snapshot__card-sub {
    font-size: 32rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #1d1d1d;
  }
}
.company-snapshot__card-image-box {
  width: 860rem;
  height: 530rem;
  background-color: grey;
  border-radius: 20rem;
}
.company-snapshot__card-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20rem;
}

.company-vision-first-view {
  position: relative;
  background-color: rgba(242, 246, 247, 0.7);
  padding-bottom: 100rem;
}

.company-vision-our {
  position: relative;
  padding-top: 140rem;
  padding-bottom: 144rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  .company-vision-our {
    padding-top: 80rem;
    padding-bottom: 130rem;
  }
}
.company-vision-our .c-section-heading {
  width: 100%;
}
.company-vision-our__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 135rem;
}
@media (max-width: 768px) {
  .company-vision-our__wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 95rem;
    padding-top: 58rem;
  }
}
.company-vision-our__image {
  width: min(658.35rem, 658.35px);
  aspect-ratio: 1/1;
  margin-right: min(182rem, 182px);
}
@media (max-width: 768px) {
  .company-vision-our__image {
    width: 658.35rem;
    height: 658.35rem;
  }
}
.company-vision-our__texts {
  width: auto;
}
@media (max-width: 768px) {
  .company-vision-our__texts {
    width: 750.57rem;
  }
}
.company-vision-our__main {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4448017149;
  letter-spacing: 0.08em;
  color: inherit;
  font-size: min(55.98rem, 55.98px);
  margin-top: max(-17rem, -17px);
  margin-bottom: min(78rem, 78px);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .company-vision-our__main {
    font-size: 55.98rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4448017149;
    letter-spacing: 0.08em;
    color: inherit;
    margin-top: 84rem;
    margin-bottom: 64rem;
  }
}
.company-vision-our__sub {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 2.1153846154;
  letter-spacing: 0.1em;
  color: #1d1d1d;
  font-size: min(26rem, 26px);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .company-vision-our__sub {
    font-size: 34rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.9411764706;
    letter-spacing: 0em;
    color: #1d1d1d;
  }
}

.company-vision-compass {
  padding-top: 120rem;
  background-color: rgba(242, 246, 247, 0.7);
}
@media (max-width: 768px) {
  .company-vision-compass {
    padding: 130rem 0 0;
  }
}
.company-vision-compass__image {
  width: 1720rem;
  height: 646rem;
  margin: 140rem auto 136rem;
}
@media (max-width: 768px) {
  .company-vision-compass__image {
    width: calc(100% - 190rem);
    height: 330.62rem;
    margin: 75rem auto 105rem;
  }
}
.company-vision-compass__texts {
  margin: 0 0 0 23.4%;
}
@media (max-width: 768px) {
  .company-vision-compass__texts {
    margin: 0 95rem;
  }
}
.company-vision-compass__intro {
  font-size: 32rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  color: #1d1d1d;
  font-size: min(32rem, 32px);
  margin-bottom: min(125rem, 125px);
}
@media (max-width: 768px) {
  .company-vision-compass__intro {
    font-size: 34rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.9411764706;
    letter-spacing: 0em;
    color: #1d1d1d;
    margin-bottom: 120rem;
  }
}
.company-vision-compass__title {
  font-size: 55.98rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4448017149;
  letter-spacing: 0.08em;
  color: inherit;
  font-size: min(55.98rem, 55.98px);
  margin-bottom: min(30rem, 30px);
}
@media (max-width: 768px) {
  .company-vision-compass__title {
    margin-bottom: 50rem;
  }
}
.company-vision-compass__text {
  font-size: 24rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #1d1d1d;
  font-size: min(24px, 24rem);
  padding-left: min(42rem, 42px);
  padding-bottom: min(165rem, 165px);
}
@media (max-width: 768px) {
  .company-vision-compass__text {
    font-size: 34rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.6470588235;
    letter-spacing: 0em;
    color: #1d1d1d;
    padding-left: 0;
    padding-bottom: 110rem;
  }
}

.company-vision-culture {
  padding-top: 120rem;
}
@media (max-width: 768px) {
  .company-vision-culture {
    padding-top: 160rem;
  }
}
.company-vision-culture .c-section-heading {
  margin-bottom: 120rem;
}
@media (max-width: 768px) {
  .company-vision-culture .c-section-heading {
    margin-bottom: 80rem;
  }
}
.company-vision-culture__title {
  width: 100%;
  display: inline-block;
  font-size: 55.98rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4448017149;
  letter-spacing: 0.08em;
  color: inherit;
  font-size: min(55.98rem, 55.98px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: min(62rem, 62px);
}
@media (max-width: 768px) {
  .company-vision-culture__title {
    margin-bottom: 84rem;
  }
}
.company-vision-culture__title:before, .company-vision-culture__title:after {
  content: "";
  width: min(339rem, 339px);
  height: 2rem;
  background-color: #00505a;
  position: relative;
  margin-bottom: min(8rem, 8px);
}
@media (max-width: 768px) {
  .company-vision-culture__title:before, .company-vision-culture__title:after {
    width: 280rem;
    height: 2rem;
    margin-bottom: 8rem;
  }
}
.company-vision-culture__title:before {
  margin-right: min(68rem, 68px);
}
@media (max-width: 768px) {
  .company-vision-culture__title:before {
    margin-right: 68rem;
  }
}
.company-vision-culture__title:after {
  margin-left: min(68rem, 68px);
}
@media (max-width: 768px) {
  .company-vision-culture__title:after {
    margin-left: 68rem;
  }
}
.company-vision-culture__list {
  width: 1718rem;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  column-gap: min(50rem, 50px);
  row-gap: 0;
  margin-bottom: min(140rem, 140px);
}
@media (max-width: 768px) {
  .company-vision-culture__list {
    width: 880rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    column-gap: 0;
    row-gap: 56rem;
    margin-bottom: 140rem;
  }
}
.company-vision-culture__card {
  border-radius: min(20rem, 20px);
  border: 2rem #00505a solid;
  text-align: center;
  padding-top: min(65rem, 65px);
  padding-bottom: min(65rem, 65px);
}
@media (max-width: 768px) {
  .company-vision-culture__card {
    padding-top: 90rem;
    padding-bottom: 84rem;
  }
}
.company-vision-culture__card-title {
  font-size: 56rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: inherit;
  font-size: min(56px, 56rem);
  margin-bottom: min(42rem, 42px);
}
@media (max-width: 768px) {
  .company-vision-culture__card-title {
    margin-bottom: 38rem;
  }
}
.company-vision-culture__card-text {
  font-size: 26rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6153846154;
  letter-spacing: 0.08em;
  color: #1d1d1d;
  font-size: min(26rem, 26px);
}
@media (max-width: 768px) {
  .company-vision-culture__card-text {
    font-size: 36rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5555555556;
    letter-spacing: 0.04em;
    color: #1d1d1d;
  }
}

.company-message-first-view {
  position: relative;
  background-color: rgba(242, 246, 247, 0.7);
  padding-bottom: 100rem;
}

.company-message-message {
  position: relative;
  padding-top: 140rem;
  padding-bottom: 120rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .company-message-message {
    padding-top: 69rem;
    padding-bottom: 100rem;
  }
}
.company-message-message__wrapper {
  padding: 115rem 0 0;
  width: 1740rem;
  max-width: 1340px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .company-message-message__wrapper {
    padding: 105rem 78rem 0 98rem;
    width: 100%;
  }
}
.company-message-message__image {
  width: 41%;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.company-message-message__image--sp {
  display: none;
}
@media (max-width: 768px) {
  .company-message-message__image--sp {
    display: block;
    width: 712rem;
    height: 712rem;
    margin-bottom: 84rem;
  }
}
@media (max-width: 768px) {
  .company-message-message__image--pc {
    display: none;
  }
}
.company-message-message__main {
  font-size: 55.98rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4448017149;
  letter-spacing: 0.08em;
  color: inherit;
  margin-bottom: 120rem;
}
@media (max-width: 768px) {
  .company-message-message__main {
    margin-bottom: 65rem;
  }
}
.company-message-message__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}
.company-message-message__text {
  font-size: 26rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.9230769231;
  letter-spacing: 0.1em;
  color: #1d1d1d;
  width: 51.1%;
  text-align: justify;
}
@media (max-width: 768px) {
  .company-message-message__text {
    font-size: 36rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.8333333333;
    letter-spacing: 0em;
    color: #1d1d1d;
    width: 100%;
  }
}

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