main.company {
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 35px;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  @media screen and (max-width: 1080px){
    justify-content: center;
    padding-left: 0;
    padding-right: 20px;
  }
}
.company__left {
  position: relative;
  flex: 1;
  padding-right: 30px;
  @media screen and (max-width: 750px){
    padding-right: 20px;
    z-index: 3;
  }
  nav {
    position: sticky;
    top: 80px;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    @media screen and (max-width: 1080px) {
      top: 80px;
    }
    &:before {
      content: "";
      height: 100%;
      width: 200vw;
      position: absolute;
      top: 0px;
      right: 276px;
      background: var(--grad-blue);
      @media screen and (max-width: 750px){
        right: calc(100% - 20px);
      }
    }
  }
}
.company__title {
  font-size: 132px;
  font-weight: bold;
  color: var(--color-blue);
  font-family: var(--font-josefin);
  letter-spacing: -0.02em;
  line-height: 1;
  writing-mode: vertical-rl;
  @media screen and (max-width: 750px){
    font-size: 66px;
  }
}
.companyNavi {
  margin-left: 28px;
  @media screen and (max-width: 750px){
    position: absolute;
    top: 0px;
    left: calc(100% - 10px);
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 70vw;
    z-index: 100;
    background-color: #fff;
    padding: 5px;
  }
  li {
    + li {
      margin-top: 10px;
      @media screen and (max-width: 750px){
        margin: 0;
      }
    }
    a {
      display: flex;
      width: 114px;
      height: 52px;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      text-decoration: none;
      color: var(--color-blue);
      background-color: rgba(13, 78, 166, 0.2);
      font-size: 14px;
      @media screen and (max-width: 750px){
        width: 110px;
        height: 40px;
        font-size: 10px;
      }
      &:hover,
      &.is-active {
        background-color: var(--color-blue);
        color: #fff;
      }
    }
  }
}
.company__right {
  width: 750px;
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  @media screen and (max-width: 1080px){
    width: calc(100% - 106px);
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.companyTable {
  margin-top: 90px;
  @media screen and (max-width: 750px){
    margin-top: 40px;
  }
}
.companyAccess {
  padding-top: 160px;
  @media screen and (max-width: 750px){
    padding-top: 60px;
  }
}
.companyAccess__map {
  margin-top: 90px;
  iframe {
    width: 100%;
    height: 420px;
    vertical-align: bottom;
  }
  + .companyTable {
    margin-top: 60px;
  }
}
.companyHistory {
  padding-top: 160px;
  @media screen and (max-width: 750px){
    padding-top: 120px;
  }
}
.companyHistoryList {
  margin-top: 90px;
  @media screen and (max-width: 750px){
    margin-top: 60px;
  }
}
.companyHistoryList__item {
  padding: 50px 0 20px 130px;
  border-left: 1px solid var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
  position: relative;
  display: flex;
  align-items: center;
  @media screen and (max-width: 750px){
    padding: 20px 0 20px 20px;
    flex-direction: column;
  }
  &:after {
    content: "";
    background: var(--color-blue);
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    left: -5px;
    transform: rotate(45deg);
  }
  &:last-child {
    &:before {
      content: "";
      width: 1px;
      height: 80%;
      background: var(--color-blue);
      position: absolute;
      top: 100%;
      left: 0;
    }
  }
}
.companyHistoryList__left {
  font-size: 47px;
  font-weight: 500;
  font-family: var(--font-josefin);
  color: var(--color-blue);
  letter-spacing: -0.02em;
  width: 190px;
  line-height: 1;
  padding-top: 0.1em;
  @media screen and (max-width: 750px){
    font-size: 36px;
  }
}
.companyHistoryList__right {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: var(--color-blue);
}
.companyIso {
  padding-top: 160px;
  @media screen and (max-width: 750px){
    padding-top: 120px;
  }
}
.companyIsoList {
  margin-top: 90px;
  color: var(--color-blue);
  @media screen and (max-width: 750px){
    margin-top: 40px;
  }
}
.companyIsoList__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.18em;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  @media screen and (max-width: 750px){
    line-height: 1.8;
    text-align: left;
  }
}
.companyIsoList__item {
  padding: 80px 0 0;
  margin: 80px 0 0;
  border-top: 1px solid var(--color-blue);
  @media screen and (max-width: 750px){
    padding: 40px 0 0;
    margin: 40px 0 0;
  }
  &:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top-style: none;
  }
}
.companyIsoList__title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.34em;
  margin-bottom: 1em;
  @media screen and (max-width: 750px){
    font-size: 18px;
  }
}
.companyIsoIcons {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  @media screen and (max-width: 750px){
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.companyIsoIcons__item {
  @media screen and (max-width: 750px){
    width: 44%;
  }
}
.companyIsoIcons__icon {
  height: 130px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  @media screen and (max-width: 750px){
    height: 110px;
  }
}
.companyIsoIcons__text {
  margin-top: 2em;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-align: center;
  line-height: 1.5;
  @media screen and (max-width: 750px){
    font-size: 13px;
  }
}
.companyPolicy {
  margin-top: 30px;
  text-align: center;
  background-color: #f0f5fa;
  color: var(--color-blue);
  padding: 64px 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media screen and (max-width: 750px){
    padding: 40px 10px;
  }
}
.companyPolicy__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.34em;
  @media screen and (max-width: 750px){
    font-size: 14px;
    line-height: 1.6;
  }
}
.companyPolicy__large {
  font-size: 54px;
  letter-spacing: 0.34em;
  color: var(--color-blue);
  font-weight: 500;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-blue);
  @media screen and (max-width: 750px){
    font-size: 20px;
  }
  span {
    display: inline-block;
    margin-right: 1.3em;
    position: relative;
    &:after {
      content: "";
      display: block;
      width: 11px;
      height: 11px;
      background-color: var(--color-blue);
      position: absolute;
      top: 50%;
      right: -0.65em;
      transform: translate(-50%, -50%) rotate(45deg);
      @media screen and (max-width: 750px){
        right: -0.85em;
        width: 7px;
        height: 7px;
      }
    }
    &:last-child {
      margin-right: 0;
      &:after {
        display: none;
      }
    }
  }
}
.companyPolicy__medium {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 500;
  color: var(--color-blue);
  letter-spacing: 0.34em;
  text-align: center;
  @media screen and (max-width: 750px){
    font-size: 14px;
    line-height: 2;
    margin-top: 24px;
  }
}
.companyGreet {
  padding-top: 160px;
  @media screen and (max-width: 750px){
    padding-top: 120px;
  }
}
.companyGreet__inner {
  margin-top: 90px;
  border: 1px solid var(--color-blue);
  padding: 80px 20px 60px;
  text-align: center;
  color: var(--color-blue);
  @media screen and (max-width: 750px){
    margin-top: 40px;
    padding: 30px 10px 40px;
  }
}
.companyGreet__subtitle {
  font-size: 50px;
  font-weight: 500;
  font-family: var(--font-josefin);
  letter-spacing: -0.02em;
  margin-bottom: 0.5em;
  @media screen and (max-width: 750px){
    font-size: 36px;
  }
}
.companyGreet__text {
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.18em;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  @media screen and (max-width: 750px){
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    br {
      display: none;
    }
  }
}
.companyGreet__name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.34em;
  margin-top: 70px;
  @media screen and (max-width: 750px){
    margin-top: 40px;
    font-size: 16px;
  }
  .large {
    font-size: 22px;
    @media screen and (max-width: 750px){
      font-size: 18px;
      display: block;
    }
  }
}