.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.icc120 {
  font-family: "Noto Sans JP", sans-serif;
  background: #FFF;
  color: #000;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  overflow-x: clip;
}

.bg-red {
  background: #E60013;
  color: #FFF;
}

.bg-white {
  background: #FFF;
  color: #000;
}

.bgcircles {
  pointer-events: none;
  width: 86.1111111111%;
  aspect-ratio: 1/1;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bg-red .bgcircles {
  mix-blend-mode: normal;
}
.bg-white .bgcircles {
  mix-blend-mode: normal;
}
@media screen and (max-width: 999px) {
  .bgcircles {
    width: 125%;
  }
}
@media screen and (max-width: 768px) {
  .bgcircles {
    width: 190.4%;
  }
}
.bgcircles:not(.is-appear) {
  display: none;
}
.bgcircles.is-hidden {
  display: none !important;
}

.bgcircle {
  width: 100%;
  height: 100%;
  border: 8px solid transparent;
  border-radius: 50%;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.bg-red .bgcircle {
  background-color: #FFF;
  opacity: 0.1;
}
.bg-white .bgcircle {
  background-color: #E60013;
  opacity: 0.05;
}

.bgmasks {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 999px) {
  .bgmasks {
    width: 148.110046875%;
  }
}
@media screen and (max-width: 768px) {
  .bgmasks {
    width: 225.472%;
  }
}
.bgmasks::before {
  display: block;
  content: "";
  padding-bottom: 100vh;
}
.bgmasks:not(.is-appear) {
  display: none;
}

.bgmask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/icc120/circle_exclude-mask.svg);
  -webkit-mask-image: linear-gradient(#000, #000), url(../images/icc120/circle_exclude-mask.svg);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/icc120/circle_exclude-mask.svg);
          mask-image: linear-gradient(#000, #000), url(../images/icc120/circle_exclude-mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%, 100% auto;
          mask-size: 100% 100%, 100% auto;
  -webkit-mask-position: 0, center;
          mask-position: 0, center;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media screen and (max-width: 999px) {
  .bgmask {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/icc120/circle_exclude-mask-sp.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../images/icc120/circle_exclude-mask-sp.svg);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/icc120/circle_exclude-mask-sp.svg);
            mask-image: linear-gradient(#000, #000), url(../images/icc120/circle_exclude-mask-sp.svg);
  }
}

.bgPicture {
  background: #000;
  pointer-events: none;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -2;
}
.bgPicture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.bgPicture.is-hidden {
  opacity: 0 !important;
}

.bgconstruct {
  width: 100%;
  max-width: 1276px !important;
  padding: 0 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bgconstruct {
    padding: 0 16vw 0;
  }
}
.bgconstruct img, .bgconstruct svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.bgconstruct img > g, .bgconstruct svg > g {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.bg-red .bgconstruct svg > g {
  fill: #FFF;
}
.bg-white .bgconstruct {
  opacity: 0.05 !important;
}
.bg-white .bgconstruct svg > g {
  fill: #E60013;
}

.section_title img {
  width: auto;
  height: 74px;
  vertical-align: bottom;
}
@media screen and (max-width: 999px) {
  .section_title img {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .section_title img {
    height: 11.4666666667vw;
  }
}

.construct {
  width: 100%;
  position: relative;
}
.construct img {
  width: 100%;
  vertical-align: bottom;
}

.construct_text, .construct_text--lg {
  width: 48.4429065744%;
  height: 100%;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .construct_text, .construct_text--lg {
    width: 100%;
    height: 39.4957983193%;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 999px) {
  .construct_text--lg {
    width: 100%;
    height: 39.4957983193%;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.construct_text img, .construct_text--lg img, .construct_text svg, .construct_text--lg svg {
  width: auto;
  height: 116.26%;
  max-inline-size: none;
  max-block-size: none;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

@-webkit-keyframes construct-slot {
  0% {
    opacity: 0;
  }
  16.6666666667% {
    opacity: 1;
  }
  33.3323333333% {
    opacity: 1;
  }
  33.3333333333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes construct-slot {
  0% {
    opacity: 0;
  }
  16.6666666667% {
    opacity: 1;
  }
  33.3323333333% {
    opacity: 1;
  }
  33.3333333333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.construct-mirai img, .construct-mirai svg {
  opacity: 0;
  -webkit-animation: construct-slot 5s infinite;
          animation: construct-slot 5s infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.construct-mirai img:nth-of-type(1), .construct-mirai svg:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.construct-mirai img:nth-of-type(2), .construct-mirai svg:nth-of-type(2) {
  -webkit-animation-delay: 1.6666666667s;
          animation-delay: 1.6666666667s;
}
.construct-mirai img:nth-of-type(3), .construct-mirai svg:nth-of-type(3) {
  -webkit-animation-delay: 3.3333333333s;
          animation-delay: 3.3333333333s;
}
.construct-mirai svg > g {
  fill: #FFF;
}
.is-stop .construct-mirai img, .is-stop .construct-mirai svg {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.construct-sync img {
  display: none;
}

.employee {
  width: 100%;
  position: relative;
}

.employee_illust {
  position: relative;
}
.employee_illust img {
  width: 100%;
  vertical-align: bottom;
}

.employee_info {
  height: 100%;
  color: #000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 0;
  right: 0;
}
.employee:not(.is-active) .employee_info {
  display: none;
}

.employee_infoDept {
  margin-left: 1em;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.7em;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .employee_infoDept {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .employee_infoDept {
    margin-left: 0.8em;
    font-size: 3.7333333333vw;
  }
}

.employee_infoName {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.2777777778em;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .employee_infoName {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .employee_infoName {
    font-size: 5.3333333333vw;
  }
}

.arrow, .arrow--next, .arrow--prev {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: auto;
  cursor: pointer;
  background: transparent;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
}
.arrow--prev {
  margin-right: auto;
  left: 0;
}
.arrow--next {
  margin-left: auto;
  right: 0;
}
.arrow img, .arrow--prev img, .arrow--next img, .arrow svg, .arrow--prev svg, .arrow--next svg {
  width: auto;
  height: 100%;
}

.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  .dots {
    gap: 4.2666666667vw;
  }
}
.dots > li {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .dots > li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.dots_btn {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(230, 0, 19, 0.1);
  border-radius: 50%;
  cursor: pointer;
}
.dots_btn.is-active {
  background: #E60013;
}

.icclogo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  position: relative;
}
.icclogo img {
  width: 100%;
}

.icclogo_symbol {
  width: 100%;
}
.icclogo_symbol img, .icclogo_symbol svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.icclogo_text {
  width: 140.8%;
  position: absolute;
  bottom: -28%;
  left: -20.4%;
}
.icclogo_text img, .icclogo_text svg {
  vertical-align: bottom;
}
.is-fixed .icclogo_text, .icclogo:not(.is-text) .icclogo_text {
  opacity: 0;
  visibility: hidden;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.header.is-hidden {
  opacity: 0;
}

.header_inner {
  padding: 60px 60px;
}
@media screen and (max-width: 999px) {
  .header_inner {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}

.header_logo {
  width: 148px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 74px;
    height: 60px;
  }
}
.header_logo img, .header_logo svg {
  width: 100%;
  height: 100%;
}

.header_logoSvg {
  vertical-align: bottom;
  pointer-events: auto;
}
.header_logoSvg .logoSvg {
  fill: #FFF;
  pointer-events: none;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.bg-red .header_logoSvg .logoSvg {
  fill: #FFF;
}
.bg-white .header_logoSvg .logoSvg {
  fill: #E60013;
}
.header_logoSvg .logoSvg_top {
  opacity: 1;
}
.header_logoSvg .logoSvg_btm {
  opacity: 0.5;
}

.header_logo.is-white .header_logoSvg .logoSvg {
  fill: #FFF !important;
}

.mv {
  width: 100%;
  height: auto;
  min-height: 100vh;
  color: #FFF;
}

.mv_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 60px 100px;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv_inner {
    padding: 26.6666666667vw 16vw 26.6666666667vw;
  }
}

.mv_logo {
  margin-bottom: 100px;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv_logo {
    margin-bottom: 16vw;
  }
}

.mv_logoImage {
  display: block;
  margin: 0 auto 20px;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .mv_logoImage {
    width: 42.6666666667vw;
  }
}

.mv_logoText {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 0.04em;
}
@media screen and (max-width: 768px) {
  .mv_logoText {
    font-size: 4vw;
    white-space: nowrap;
  }
}

.mv_construct, .bgconstruct {
  margin: 0 auto;
  width: 100%;
  max-width: 1156px;
}
.mv_construct.is-hidden, .is-hidden.bgconstruct {
  visibility: hidden;
  opacity: 0;
}

.mv_scroller {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease;
  transition: visibility 0.4s ease, opacity 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  vertical-align: bottom;
}
.mv_scroller.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.mv_scrollerBody {
  display: block;
  width: 2px;
  height: 100px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .mv_scrollerBody {
    height: 50px;
  }
}

.lead {
  width: 100%;
  height: auto;
  min-height: 100vh;
  color: #FFF;
}

.lead_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 200px 60px 200px;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lead_inner {
    padding: 32vw 8vw 26.6666666667vw;
  }
}

.lead_title {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
}
@media screen and (max-width: 999px) {
  .lead_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lead_title {
    font-size: 7.4666666667vw;
  }
}

.lead_sentence {
  font-size: 20px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
}
@media screen and (max-width: 999px) {
  .lead_sentence {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .lead_sentence {
    font-size: 4.2666666667vw;
    text-align: left;
  }
}
.lead_sentence > p + p {
  margin-top: 2em;
}

.announce {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  overflow-y: clip;
}

.announce_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 200px 60px 200px;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .announce_inner {
    padding: 32vw 8vw 26.6666666667vw;
  }
}

.announce_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 80px;
  width: 216px;
  height: 216px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.9375em;
  padding-top: 0.9375em;
}
.bg-white .announce_title {
  color: #E60013;
}
@media screen and (max-width: 999px) {
  .announce_title {
    margin-bottom: 64px;
    width: 160px;
    height: 160px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .announce_title {
    margin-bottom: 12.8vw;
    width: 32vw;
    height: 32vw;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
}

.announce_text, .announce_text--center {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .announce_text, .announce_text--center {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .announce_text, .announce_text--center {
    font-size: 4.2666666667vw;
    text-align: left;
  }
}
.announce_text--center {
  margin-top: 80px;
  text-align: center !important;
}
@media screen and (max-width: 999px) {
  .announce_text--center {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .announce_text--center {
    margin-top: 10.6666666667vw;
  }
}

.annouce_construct {
  margin: 60px auto 30px;
  width: 100%;
  max-width: 1156px;
}
.annouce_construct.is-hidden {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .annouce_construct {
    margin: 48px auto 22px;
  }
}
@media screen and (max-width: 768px) {
  .annouce_construct {
    margin: 16vw auto 0vw;
    padding: 0 8vw 0;
  }
}

.announce_employee {
  margin: 0 -60px;
  padding: 60px 0 60px;
  width: 100vw;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 999px) {
  .announce_employee {
    padding: 48px 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .announce_employee {
    margin: 0 -8vw;
    padding: 12.8vw 0 12.8vw;
  }
}

.announce_employeeList {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.announce_employeeList > li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  width: 242px;
}
@media screen and (max-width: 999px) {
  .announce_employeeList > li {
    width: 172px;
  }
}
@media screen and (max-width: 768px) {
  .announce_employeeList > li {
    width: 27.4666666667vw;
  }
}
.announce_employeeList > li.is-active {
  width: 520px;
}
@media screen and (max-width: 999px) {
  .announce_employeeList > li.is-active {
    width: 315px;
  }
}
@media screen and (max-width: 768px) {
  .announce_employeeList > li.is-active {
    width: 53.7333333333vw;
  }
}

.announce_employeeArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 756px;
  height: 64px;
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .announce_employeeArrow {
    max-width: 517px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .announce_employeeArrow {
    height: 32px;
  }
}

.announce_employeeDots {
  bottom: -52px !important;
}
@media screen and (max-width: 768px) {
  .announce_employeeDots {
    bottom: calc(-8px - 8vw) !important;
  }
}

.announce_sectionCircles {
  --section-split: 100%;
}
.announce_sectionCircles .bgcircle {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFF), color-stop(#FFF), color-stop(#E60013), to(#E60013));
  background-image: linear-gradient(to top, #FFF 0%, #FFF var(--section-split), #E60013 var(--section-split), #E60013 100%);
  background-repeat: no-repeat;
}

.history {
  width: 100%;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  color: #FFF;
  position: relative;
}

.history_wrapper {
  height: 600vh;
  overflow-x: clip;
}

.history_wrapperBg {
  width: 100vw;
  height: 100vh;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  --grayscale: 1;
  --darken: 0.4;
}
.history_wrapperBg.is-fixed {
  position: fixed;
}
.history_wrapperBg::after {
  display: block;
  content: "";
  background: rgba(0, 0, 0, var(--darken));
  position: absolute;
  inset: 0;
}
.history_wrapperBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.history_wrapperMasks {
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .history_wrapperMasks {
    display: none !important;
  }
}

.history_sections {
  container-type: inline-size;
  width: 500%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .history_sections {
    width: 1000vw;
  }
}
.history_sections.is-fixed {
  position: fixed;
  z-index: -1;
}

.history_sectionsTitle {
  width: 100vw;
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 1;
}
.history_sectionsTitle.is-fixed {
  position: fixed;
}
@media screen and (max-width: 768px) {
  .history_sectionsTitle {
    top: 24vw;
  }
}
.history_sectionsTitle img {
  width: 100%;
}

.history_sectionsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100cqi;
  -webkit-transform: translateX(0cqi);
      -ms-transform: translateX(0cqi);
          transform: translateX(0cqi);
}

.history_section {
  position: relative;
  width: 20cqi;
}
@media screen and (max-width: 768px) {
  .history_section {
    margin-right: 10cqi;
    width: 10cqi;
  }
}
.history_section + .history_section {
  margin-left: -5cqi;
}
.history_sectionCircles {
  position: absolute;
}
.history_sectionCircles .bgcircle {
  background-color: #FFF !important;
  opacity: 0.1 !important;
}

.history_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 60px 160px;
  width: 100%;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history_inner {
    padding: 24vw 8vw 24vw;
  }
}

.history_sectionInner, .history_sectionInner--year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 60px 120px;
  width: 100%;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  max-height: 100vh;
  max-height: 100svh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history_sectionInner, .history_sectionInner--year {
    padding: 27.4666666667vw 8vw 16vw;
  }
}
.history_sectionInner--year {
  padding: 194px 60px 120px;
}
@media screen and (max-width: 768px) {
  .history_sectionInner--year {
    padding: 35.4666666667vw 8vw 16vw;
  }
}
@media screen and (max-width: 399px) {
  .history_sectionInner--year {
    padding-bottom: 8vw;
  }
}

.history_title {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
}
@media screen and (max-width: 999px) {
  .history_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .history_title {
    font-size: 6.9333333333vw;
  }
}

.history_subtitle {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
}
@media screen and (max-width: 768px) {
  .history_subtitle {
    min-height: 3.6em;
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 399px) {
  .history_subtitle {
    font-size: 4.8vw;
  }
}

.history_text, .history_text--spcenter {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .history_text, .history_text--spcenter {
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .history_text, .history_text--spcenter {
    min-height: 4em;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .history_text--spcenter {
    text-align: center;
  }
}

.history_scroll {
  width: 323px;
  position: absolute;
  bottom: 160px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .history_scroll {
    width: 100%;
    position: relative;
    bottom: 0;
    margin: 16vw 0 0;
  }
}
.history_scroll img {
  width: 100%;
}

.history_year {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .history_year {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 399px) {
  .history_year {
    margin-bottom: 5.3333333333vw;
  }
}
.history_year img {
  width: auto;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .history_year img {
    height: 12vw;
  }
}
.history_year small {
  display: block;
  margin-top: 1em;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .history_year small {
    font-size: 4.2666666667vw;
  }
}

.history_image {
  width: 320px;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .history_image {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
}
.history_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.history_scroller {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease;
  transition: visibility 0.4s ease, opacity 0.4s ease;
}
.history_scroller.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.history_scrollerBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  vertical-align: bottom;
}
.history_scrollerBody > span {
  display: block;
  width: 2px;
  height: 100px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .history_scrollerBody > span {
    height: 50px;
  }
}

.story {
  width: 100%;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  color: #000;
  position: relative;
}

.story_bg {
  display: none;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -3;
}
.story_bg::after {
  display: block;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.story_bg.is-fixed {
  display: block;
  position: fixed;
}
.story_bg img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-block-size: none;
}

.story_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 60px 160px;
  width: 100%;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .story_inner {
    padding: 24vw 8vw 24vw;
  }
}
.story_inner::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.story_innerBg {
  --inner-split: 0%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(#fff), color-stop(transparent), to(transparent));
  background: linear-gradient(to top, #fff 0%, #fff var(--inner-split), transparent var(--inner-split), transparent 100%);
  -webkit-mask-image: url(../images/icc120/circle_exclude-mask.svg);
          mask-image: url(../images/icc120/circle_exclude-mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.story_innerBg.is-fixed {
  position: fixed;
}
@media screen and (max-width: 999px) {
  .story_innerBg {
    width: 148.110046875%;
    -webkit-mask-image: url(../images/icc120/circle_exclude-mask-sp.svg);
            mask-image: url(../images/icc120/circle_exclude-mask-sp.svg);
  }
}
@media screen and (max-width: 768px) {
  .story_innerBg {
    width: 225.472%;
  }
}

.story_title {
  margin-bottom: 72px;
}
@media screen and (max-width: 999px) {
  .story_title {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .story_title {
    margin-bottom: 10.6666666667vw;
  }
}

.story_lead {
  margin-bottom: 56px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
}
@media screen and (max-width: 999px) {
  .story_lead {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .story_lead {
    margin: 0 -8.5333333333vw 8vw;
    font-size: 5.8666666667vw;
  }
}

.story_sentence {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
}
@media screen and (max-width: 999px) {
  .story_sentence {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .story_sentence {
    font-size: 4.2666666667vw;
    text-align: left;
  }
}
.story_sentence > p + p {
  margin-top: 2em;
}

.story_movie {
  margin: 80px auto 0;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 999px) {
  .story_movie {
    width: 100%;
    max-width: 803px;
  }
}
@media screen and (max-width: 768px) {
  .story_movie {
    margin-top: 10.6666666667vw;
    max-width: 128vw;
  }
}

.story_movieWrapper {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.story_movieWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.message {
  width: 100%;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
}

.message_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .message_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.message_circles {
  z-index: 1;
}

.message_president {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  height: 100vh;
  overflow: clip;
  position: sticky;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .message_president {
    width: 100%;
    height: 116.2666666667vw;
    position: relative;
  }
}
.message_president.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .message_president.is-fixed {
    position: relative !important;
  }
}
.message_president img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-block-size: none;
}

.message_body {
  margin-left: auto;
  width: 50%;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message_body {
    width: 100%;
  }
}

.message_inner, .message_inner--construct {
  min-height: 100vh;
  padding: 160px 60px 160px;
}
@media screen and (max-width: 768px) {
  .message_inner, .message_inner--construct {
    padding: 21.3333333333vw 8vw 21.3333333333vw;
  }
}
.message_inner--construct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  min-height: 150vh;
  position: relative;
}

.message_title {
  margin-bottom: 64px;
}

.message_sentence {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
  max-width: 800px;
}
@media screen and (max-width: 999px) {
  .message_sentence {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .message_sentence {
    font-size: 4.2666666667vw;
  }
}
.message_sentence > p + p {
  margin-top: 2em;
}

.message_author {
  margin-top: 64px;
}
@media screen and (max-width: 999px) {
  .message_author {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .message_author {
    margin-top: 10.6666666667vw;
  }
}

.message_authorTitle {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .message_authorTitle {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.message_construct {
  margin: 0 auto;
  width: 100%;
}
.message_construct.is-fixed {
  width: 40%;
  max-width: 678px;
  position: fixed;
  top: 50%;
  left: 75%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 999px) {
  .message_construct.is-fixed {
    width: 32.03125vw;
  }
}
@media screen and (max-width: 768px) {
  .message_construct.is-fixed {
    width: 65.6vw;
    left: 50%;
  }
}

.conclusion {
  width: 100%;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
}

.conclusion_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 60px 0;
  width: 100%;
  height: auto;
  min-height: 200vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .conclusion_inner {
    padding: 0 8vw 0;
  }
}

.conclusion_logo, .conclusion_logo--big {
  width: 350px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  --originx: 50%;
  --originy: 50%;
}
@media screen and (max-width: 999px) {
  .conclusion_logo, .conclusion_logo--big {
    margin-bottom: 55px;
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .conclusion_logo, .conclusion_logo--big {
    margin-bottom: 14.6666666667vw;
    width: 44.7066666667vw;
  }
}
.conclusion_logo.is-hidden, .is-hidden.conclusion_logo--big {
  opacity: 0;
  visibility: hidden;
}
.conclusion_logo--big {
  --scale: 41.562;
  --transx: 65.06%;
  --transy: 58.34%;
  --scaling: 33.25;
  width: calc(350px * var(--scale));
  position: fixed;
  left: 50%;
  top: 50%;
  pointer-events: none;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: translate(calc(-1 * var(--transx)), calc(-1 * var(--transy))) scale(var(--scaling));
      -ms-transform: translate(calc(-1 * var(--transx)), calc(-1 * var(--transy))) scale(var(--scaling));
          transform: translate(calc(-1 * var(--transx)), calc(-1 * var(--transy))) scale(var(--scaling));
}
@media screen and (max-width: 999px) {
  .conclusion_logo--big {
    width: calc(250px * var(--scale));
  }
}
@media screen and (max-width: 768px) {
  .conclusion_logo--big {
    width: calc(44.7066666667vw * var(--scale));
  }
}
.conclusion_logo:has(.icclogo)::after, .conclusion_logo--big:has(.icclogo)::after {
  display: block;
  content: "";
}
.conclusion_logo:has(.icclogo).is-fixed::after, .conclusion_logo--big:has(.icclogo).is-fixed::after {
  content: none;
}

.conclusion_message {
  margin: auto 0 15vh;
}
.conclusion_message.is-fixed {
  position: fixed;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .conclusion_message.is-fixed {
    padding: 0 8vw 0;
  }
}
.conclusion_message.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.conclusion_messageText {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 999px) {
  .conclusion_messageText {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .conclusion_messageText {
    font-size: 4.2666666667vw;
    font-weight: 500;
    text-align: left;
  }
}
@media screen and (max-width: 399px) {
  .conclusion_messageText {
    font-size: 3.4vw;
  }
}

.conclusion_messageLink {
  margin: 20px auto 0;
  width: 520px;
}
@media screen and (max-width: 768px) {
  .conclusion_messageLink {
    width: 100%;
  }
}

.linkbtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75em calc(0.5em + 63px + 40px);
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #E60012;
  border: 2px solid #E60012;
  border-radius: 9999px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .linkbtn {
    padding: 0.75em calc(0.5em + 63px);
  }
}

.linkbtn_text {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .linkbtn_text {
    font-size: 16px;
  }
}

.linkbtn_arrow {
  width: 63px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .linkbtn_arrow {
    right: 20px;
  }
}
.linkbtn_arrow img, .linkbtn_arrow svg {
  display: block;
}

@media (any-hover: hover) {
  .linkarrow_base {
    -webkit-transition: d 0.5s ease;
    transition: d 0.5s ease;
  }
  .linkbtn:hover .linkarrow_base {
    d: path("m19.5 7.5h42");
  }
}
@media (any-hover: hover) {
  .linkarrow_head {
    -webkit-transition: d 0.5s ease;
    transition: d 0.5s ease;
  }
  .linkbtn:hover .linkarrow_head {
    d: path("m53.5 1.5 8 6");
  }
}