.ci {
  position: relative;
  z-index: 1;
}

.ci__box {
  position: relative;
  aspect-ratio: 1600/980;
  margin: 0 auto;
  padding: 180px 0;
}

.ci__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ci__mess {
  color: #fff;
  margin-bottom: 100px;
  margin-left: 5%;
}

.ci__main {
  color: #fff;
  margin-left: 50%;
}

.ci__h3 {
  font-size: 28px;
  margin-bottom: 50px;
  font-weight: 300;
}

.ci-next {
  min-height: 860px;
  position: relative;
  height: 100vh;
  z-index: 2;
}
.ci-next .inner {
  position: relative;
}

.simpleParallax {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.simpleParallax img {
  min-height: 860px;
}

.ci-next .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.ci-next__h2 {
  color: #fff;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 180px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}

.ci-next__h3 {
  max-width: 37vw;
  width: 100%;
  margin: 0 auto;
}

.ci-spirit {
  background-color: #00446f;
  padding: 150px 0;
}

.ci-cm__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ci-cm__flex-left {
  width: 28%;
  position: sticky;
  height: 30px;
  top: 150px;
}
.ci-cm__flex-left .sec-ttl-s {
  color: #fff;
  padding-left: 2em;
}

.ci-cm__flex-right {
  color: #fff;
  width: 67%;
}

.ci-cm__h3 {
  font-weight: 500;
  margin-bottom: 30px;
}

.circles-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: -50px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 70px;
}

.circle-item {
  width: 22vw;
  height: 22vw;
  background: url(../img/ci/png/circle.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 6%;
  box-sizing: border-box;
  flex-shrink: 0;
}
.circle-item .jp-ttl {
  font-size: 21px;
  margin-bottom: 15px;
}
.circle-item .en-ttl {
  width: 100%;
  margin-bottom: 10px;
}

.circle-item:not(:first-child) {
  margin-left: -50px;
}

.circle-item:nth-child(2) {
  z-index: 1;
}

.ci-symbol {
  padding: 150px 0;
}
.ci-symbol .ci-cm__flex-left .sec-ttl-s {
  color: inherit;
}
.ci-symbol .ci-cm__flex-right {
  color: inherit;
}

.ci-img__logo {
  background: #fff;
  border-radius: 10px;
  margin-top: 70px;
  width: 100%;
  padding: 60px;
}

.ci-img__logo-ttl {
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}

.ci-img__logo-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ci-img__logo-flex .logo {
  width: 35%;
}

.ci-img__logo-flex-cont {
  border-left: 1px solid #eaeaea;
  padding: 30px 0 25px 5%;
  width: 60%;
}
.ci-img__logo-flex-cont .txt {
  margin-bottom: 30px;
}

.ci-img__logo-dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.ci-img__logo-dl dt {
  margin-right: 20px;
  width: 50px;
}
.ci-img__logo-dl dd {
  width: calc(100% - 50px);
}
.ci-img__logo-dl dd .f16 {
  display: block;
  color: #0062a0;
  font-weight: 600;
  line-height: 1;
}
.ci-img__logo-dl dd .txt {
  margin-bottom: 0;
}

@media (min-width: 1670px) {
  .circle-item {
    width: 16vw;
    height: 16vw;
  }
}
@media (max-width: 1580px) {
  .ci__box {
    aspect-ratio: 1600/1140;
  }
}
@media (max-width: 1400px) {
  .ci__main {
    margin-left: 40%;
  }
  .ci__mess {
    margin-bottom: 60px;
  }
  .ci__h3 {
    margin-bottom: 40px;
  }
  .ci-next__h2 {
    font-size: 150px;
  }
}
@media (max-width: 1300px) {
  .ci__box {
    aspect-ratio: 1600/1130;
    padding: 130px 0;
  }
}
@media (max-width: 1130px) {
  .ci__box {
    aspect-ratio: 1600/1210;
  }
}
@media (max-width: 1100px) {
  .ci__box {
    aspect-ratio: 1600/1320;
    padding: 130px 0;
  }
  .ci-cm__flex {
    display: block;
  }
  .ci-cm__flex-left {
    position: inherit;
    width: 100%;
    margin-bottom: 50px;
  }
  .ci-cm__flex-right {
    width: 100%;
  }
  .ci-next {
    min-height: 600px;
    height: auto;
  }
  .simpleParallax img {
    min-height: 600px;
    object-fit: cover;
  }
  .circle-item {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 1000px) {
  .ci__box {
    aspect-ratio: 1600/1430;
  }
  .ci-next__h2 {
    font-size: 120px;
  }
}
@media (max-width: 834px) {
  .ci__box {
    aspect-ratio: auto;
    padding: 130px 0;
  }
  .ci__h3 {
    font-size: 20px;
  }
  .ci__main {
    margin-left: 0;
  }
  .ci__mess {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .ci-next__h2 {
    font-size: 80px;
  }
  .circles-container {
    width: 630px;
    margin-top: 50px;
  }
  .ci-cm__flex-left {
    margin-bottom: 20px;
  }
  .ci-img__logo {
    padding: 12% 5% 4%;
  }
  .ci-img__logo-ttl {
    margin-bottom: 20px;
  }
  .ci-img__logo-flex {
    display: block;
  }
  .ci-img__logo-flex .logo {
    width: 70%;
    margin: 0 auto 20px;
    display: block;
  }
  .ci-img__logo-flex-cont {
    border-left: none;
    padding-left: 5%;
    width: 100%;
    padding: 5% 2%;
    border-top: 1px solid #eaeaea;
  }
}
@media (max-width: 550px) {
  .ci__box {
    padding: 80px 0;
  }
  .ci-next__h2 {
    font-size: 52px;
  }
  .ci-next__h3 {
    max-width: 48vw;
  }
  .ci-spirit {
    padding: 80px 0;
  }
  .ci-symbol {
    padding: 80px 0;
  }
}
@media (max-width: 450px) {
  .ci-next {
    min-height: 470px;
  }
  .simpleParallax img {
    min-height: 470px;
  }
}/*# sourceMappingURL=ci.css.map */