.company-head {
  padding-top: 87px;
}
.company-head .inner {
  max-width: 1120px;
}
.company-head__wrap {
  position: relative;
  width: 100%;
  border: 2px solid #009de0;
  border-radius: 169px;
  padding: 40px 50px 49px;
  text-align: center;
}
.company-head__wrap::before {
  position: absolute;
  content: "";
  width: 82px;
  height: 66px;
  top: -46px;
  left: calc(50% - 12px);
  transform: translateX(-50%);
  background: url(../img/common/kujira02.png) center/cover no-repeat;
}
.company-head__ttl {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4117647059;
  letter-spacing: 0.06em;
  color: #009de0;
  margin-right: 20px;
}
.company-head__ttl span {
  background: linear-gradient(to bottom, transparent 74%, #fff000 74%, #fff000 96%, transparent 96%);
}
.company-head__desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6153846154;
  letter-spacing: 0.06em;
  margin-top: 24px;
}

.company-overview {
  padding-top: 69px;
}

.company-overview-table {
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
}
.company-overview-table__row {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding: 19px 0 21.5px;
}
.company-overview-table__ttl {
  flex: 0 0 283px;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #004490;
  padding-left: 28px;
}
.company-overview-table__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.company-overview-table__text span {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.company-overview-table__text .spacer {
  display: block;
}

.company-about {
  background: url(../img/common/pattern03.jpg) 5px 0/40px 40px repeat;
  text-align: center;
  margin-top: 84px;
  padding-top: 140px;
  overflow: hidden;
}
.company-about__wrap {
  position: relative;
  z-index: 1;
}
.company-about__wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 2110px;
  min-height: 1816px;
  width: 124.1176470588vw;
  height: 106.8235294118vw;
  background: #fff;
  border-radius: 50% 50% 0 0;
  z-index: -1;
}
.company-about__ttl {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #004490;
  background: linear-gradient(to bottom, transparent 73%, #fff000 73%, #fff000 91.5%, transparent 91.5%);
  margin-top: 67px;
}
.company-about__ttl::before {
  position: absolute;
  content: "";
  top: -126px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 122px;
  background: url(../img/common/kujira01.png) center/cover no-repeat;
}
.company-about__desc {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 17px;
}

.company-about-circle {
  margin-top: 50px;
}
.company-about-circle__list {
  display: flex;
  width: 692px;
  margin: auto;
}
.company-about-circle__item {
  width: 367px;
  height: 367px;
  background: #e5f8ff;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 15px 25px 25px;
}
.company-about-circle__item:nth-child(1) {
  margin-right: -21px;
}
.company-about-circle__item:nth-child(2) {
  margin-left: -21px;
}
.company-about-circle__ttl {
  position: relative;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #009de0;
  padding-bottom: 26px;
}
.company-about-circle__ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 4px;
  background: #009de0;
}
.company-about-circle__desc {
  font-size: 20px;
  line-height: 1.85;
  letter-spacing: 0.08em;
  margin-top: 32px;
}
.company-about-circle__text {
  font-weight: 500;
  font-size: 30px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 24px;
}
.company-about-circle__text span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 11px;
}

.company-about-scroll {
  position: relative;
  margin-top: 55px;
  padding-bottom: 147px;
}
.company-about-scroll::after {
  position: absolute;
  content: "RELIABLE TECH";
  bottom: -39px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 240px;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
  color: #e5f8ff;
  z-index: 1;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.company-about-scroll__wrap {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.company-about-scroll__list {
  display: flex;
  animation: scroll-left 60s infinite linear;
}
.company-about-scroll__item {
  width: 28.2352941176vw;
  margin: 0 10px;
}
.company-about-scroll__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 480/325;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-about-scroll__list:nth-child(odd) .company-about-scroll__item:nth-child(2n-1), .company-about-scroll__list:nth-child(even) .company-about-scroll__item:nth-child(2n) {
  margin-top: 60px;
}

.company-initiative {
  background: #e5f8ff;
  padding: 88px 0 94px;
}

.company-initiative-list {
  display: flex;
  flex-flow: column;
  gap: 64px;
  margin-top: 40px;
}

.company-initiative-item__wrap {
  width: 100%;
  min-height: 447px;
  position: relative;
  display: flex;
  gap: 3.8333333333%;
  padding-bottom: 52px;
  z-index: 1;
}
.company-initiative-item__wrap::before {
  position: absolute;
  content: "";
  top: 46px;
  left: 60px;
  width: calc(100% - 60px);
  height: calc(100% - 46px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.06);
  z-index: -1;
}
.company-initiative-item__img {
  width: 46.1666666667%;
}
.company-initiative-item__img img {
  border-radius: 10px;
}
.company-initiative-item__img-text {
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0;
  margin: 19px 0 0 90px;
}
.company-initiative-item__img-text a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: all 0.2s;
}
.company-initiative-item__img-text a:hover {
  text-decoration-color: currentColor;
}
.company-initiative-item__text {
  width: 50%;
  margin-top: 92px;
}
.company-initiative-item__tag {
  width: 130px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  background: #009de0;
  margin: 11px 0 6px;
}
.company-initiative-item__ttl {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5714285714;
  letter-spacing: 0.06em;
  color: #004490;
}
.company-initiative-item__ttl span {
  display: inline-block;
}
.company-initiative-item__desc {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  margin-top: 22px;
}
.company-initiative-item__btn {
  margin-top: 38px;
}
.company-initiative-item:nth-child(2n-1) .company-initiative-item__text {
  padding-right: 5%;
}
.company-initiative-item:nth-child(2n-1) .company-initiative-item__ttl {
  margin-right: -3.7037037037%;
}
.company-initiative-item:nth-child(2n) .company-initiative-item__wrap::before {
  left: 0;
}
.company-initiative-item:nth-child(2n) .company-initiative-item__img {
  order: 1;
}
.company-initiative-item:nth-child(2n) .company-initiative-item__text {
  padding-left: 5%;
}
.company-initiative-item:nth-child(2) .company-initiative-item__img img {
  outline: 4px solid #f5f5f5;
  outline-offset: -4px;
}

.company-bnr {
  text-align: center;
  padding: 44px 0 77px;
}
.company-bnr a {
  transition: opacity 0.2s ease;
}
.company-bnr a:hover {
  opacity: 0.75;
}
.company-bnr img {
  margin-left: 20px;
}
@media screen and (max-width: 959px) {
  .company-overview-table__text {
    font-size: 15px;
  }
  .company-about__desc {
    font-size: 16px;
  }
  .company-about-circle__text {
    font-size: 24px;
  }
  .company-initiative-item__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .company-head {
    padding-top: 40px;
  }
  .company-head__wrap {
    border-width: 1px;
    border-radius: 32px;
    padding: 19px 14px 25px;
  }
  .company-head__wrap::before {
    width: 41px;
    height: 33px;
    top: -23px;
    left: 50%;
  }
  .company-head__ttl {
    font-size: 19px;
    line-height: 1.3684210526;
    margin-right: 0;
  }
  .company-head__desc {
    font-size: 14px;
    line-height: 1.7857142857;
    margin-top: 17px;
  }
  .company-overview {
    padding-top: 33px;
  }
  .company-overview-table {
    margin-top: 23px;
  }
  .company-overview-table__row {
    flex-flow: column;
    align-items: baseline;
    padding: 14px 0 17px;
  }
  .company-overview-table__row--place {
    gap: 6px;
  }
  .company-overview-table__ttl {
    flex: auto;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 0;
  }
  .company-overview-table__text {
    font-size: 14px;
    line-height: 1.75;
  }
  .company-overview-table__text--award {
    line-height: 1.3928571429;
  }
  .company-overview-table__text .spacer {
    height: 5px;
  }
  .company-about {
    background-size: 20px 20px;
    background-position: -5px 0;
    margin-top: 32px;
    padding-top: 63px;
  }
  .company-about__wrap::before {
    min-width: 1118px;
    min-height: 1242px;
    width: 298.1333333333vw;
    height: 331.2vw;
  }
  .company-about__ttl {
    font-size: 24px;
    margin-top: 38px;
  }
  .company-about__ttl::before {
    top: -69px;
    width: 50px;
    height: 61px;
  }
  .company-about__desc {
    font-size: 14px;
    line-height: 1.7857142857;
    margin: 13px -10px 0;
  }
  .company-about-circle {
    margin-top: 19px;
  }
  .company-about-circle__list {
    width: 335px;
  }
  .company-about-circle__item {
    width: 178px;
    height: 178px;
    padding: 20px 10px 10px;
  }
  .company-about-circle__item:nth-child(1) {
    margin-right: -10.5px;
  }
  .company-about-circle__item:nth-child(2) {
    margin-left: -10.5px;
  }
  .company-about-circle__ttl {
    font-size: 17px;
    padding-bottom: 13px;
  }
  .company-about-circle__ttl::after {
    width: 14px;
    height: 2px;
  }
  .company-about-circle__desc {
    font-size: 13px;
    line-height: 1.5384615385;
    margin-top: 10px;
  }
  .company-about-circle__text {
    font-size: 16px;
    line-height: 1.8125;
    margin-top: 13px;
  }
  .company-about-circle__text span {
    text-underline-offset: 4px;
  }
  .company-about-scroll {
    margin-top: 26px;
    padding-bottom: 53px;
  }
  .company-about-scroll::after {
    bottom: -14px;
    left: calc(50% + 3px);
    font-size: 90px;
  }
  .company-about-scroll__item {
    width: 46.1333333333vw;
    margin: 0 4px;
  }
  .company-about-scroll__item img {
    border-radius: 5px;
  }
  .company-about-scroll__list:nth-child(odd) .company-about-scroll__item:nth-child(2n-1), .company-about-scroll__list:nth-child(even) .company-about-scroll__item:nth-child(2n) {
    margin-top: 22px;
  }
  .company-initiative {
    padding: 30px 0 40px;
  }
  .company-initiative-list {
    gap: 25px;
    margin-top: 23px;
  }
  .company-initiative-item__wrap {
    min-height: auto;
    flex-flow: column;
    gap: 12px;
    padding: 0 20px 30px;
  }
  .company-initiative-item__wrap::before {
    top: 26.6666666667vw;
    left: 0;
    width: 100%;
    height: calc(100% - 26.6666666667vw);
    border-radius: 5px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
  }
  .company-initiative-item__img {
    width: 100%;
    text-align: center;
  }
  .company-initiative-item__img img {
    width: 100%;
    border-radius: 5px;
  }
  .company-initiative-item__img-text {
    font-size: 10px;
    line-height: 2;
    margin: 0;
    text-align: left;
  }
  .company-initiative-item__text {
    width: 100%;
    margin-top: 0;
  }
  .company-initiative-item__tag {
    width: 80px;
    height: 16px;
    font-size: 10px;
    margin: 5px 0 3px;
  }
  .company-initiative-item__ttl {
    font-size: 16px;
    line-height: 1.5;
  }
  .company-initiative-item__desc {
    font-size: 14px;
    line-height: 1.7857142857;
    margin-top: 6px;
  }
  .company-initiative-item__btn {
    margin-top: 11px;
    display: flex;
    justify-content: center;
  }
  .company-initiative-item__btn .c-btn {
    max-width: 285px;
    padding: 7px 10px 10px;
  }
  .company-initiative-item:nth-child(2n-1) .company-initiative-item__text {
    padding-right: 0;
  }
  .company-initiative-item:nth-child(2n-1) .company-initiative-item__ttl {
    margin-right: 0;
  }
  .company-initiative-item:nth-child(2n) .company-initiative-item__img {
    order: 0;
  }
  .company-initiative-item:nth-child(2n) .company-initiative-item__text {
    padding-left: 0;
  }
  .company-initiative-item:nth-child(1) .company-initiative-item__ttl {
    margin-right: -20px;
  }
  .company-initiative-item:nth-child(2) .company-initiative-item__img img {
    outline: 2px solid #f5f5f5;
    outline-offset: -2px;
  }
  .company-initiative-item:nth-child(3) .company-initiative-item__img {
    display: contents;
  }
  .company-initiative-item:nth-child(3) .company-initiative-item__img-text {
    order: 1;
  }
  .company-bnr {
    padding: 19px 0 35px;
  }
  .company-bnr .inner {
    padding: 0 10px;
  }
  .company-bnr img {
    margin-left: 0;
  }
}
