html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 640px) {
  html {
    scroll-padding: 50px;
  }
}

body {
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.1em;
  background-color: #fff;
  --docomoCS-green: #E5FEFA;
  width: 100vw;
  overflow-x: hidden;
}

body.modal,
body.open {
  overflow: hidden;
}

img {
  display: block;
}

.pc { display: block; }
.sp { display: none; }

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

@keyframes upInview {
  0%{
    opacity: 0;
    transform: translateY(50px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes flagMotion {
  0%{
    transform-origin: top left;
    transform: translateY(50px) rotate(45deg);
    opacity: 0;
  }
  100%{
    transform-origin: top left;
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
}

@keyframes charaMotionA {
  0%{
    transform: translateY(0);
  }
  10%{
    transform: translateY(-8px);
  }
  15%{
    transform: translateY(0);
  }
  30%{
    transform: translateY(-8px);
  }
  40%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(0);
  }
}

@keyframes charaMotionB {
  0%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(-20px);
  }
  40%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(0);
  }
}

@keyframes charaMotionC {
  0%{
    transform-origin: top center;
    transform: rotate(-5deg);
  }
  100%{
    transform-origin: top center;
    transform: rotate(5deg);
  }
}

@keyframes charaMotionD {
  0%{
    transform: translateY(0);
  }
  10%{
    transform: translateY(-5px);
  }
  15%{
    transform: translateY(0px);
  }
  20%{
    transform: translateY(-5px);
  }
  25%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(0);
  }
}

@keyframes charaMotionE {
  0%{
    transform: translateY(0);
  }
  70%{
    transform: translateY(-5px);
  }
  75%{
    transform: translateY(0);
  }
  80%{
    transform: translateY(-5px);
  }
  85%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(0);
  }
}

@keyframes charaMotionF {
  0%{
    transform: translateY(0);
  }
  10%{
    transform: translateY(-10px);
  }
  15%{
    transform: translateY(0px);
  }
  20%{
    transform: translateY(-5px);
  }
  25%{
    transform: translateY(0);
  }
  30%{
    transform: translateY(-3px);
  }
  35%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(0);
  }
}

@keyframes charaMotionG {
  0%{
    transform: translateY(0);
  }
  10%{
    transform: translateY(-10px);
  }
  15%{
    transform: translateY(0px);
  }
  20%{
    transform: translateY(-5px);
  }
  25%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(0);
  }
}

@keyframes cloudMotionA {
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(20px);
  }
}

@keyframes cloudMotionB {
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-30px);
  }
}

@keyframes cloudMotionC {
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-20px);
  }
}

@keyframes shipMotionA {
  0%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(-8px);
  }
}

@keyframes shipMotionB {
  0%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(-5px);
  }
}

@keyframes birdMotionA {
  0%{
    transform: rotate(0);
  }
  15%{
    transform: rotate(-15deg);
  }
  30%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(10deg);
  }
  100%{
    transform: rotate(0);
  }
}

@keyframes birdMotionB {
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(20deg);
  }
}

@keyframes fishMotionA {
  0%{
    transform: translateY(0);
  }
  10%{
    transform: translateY(-3px);
  }
  20%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(0);
  }
}

@keyframes hoverActionA {
  0%{
    transform: scale(1);
  }
  100%{
    transform: scale(1.08);
  }
}

@keyframes hoverActionB {
  0%{
    transform: translateY(0);
  }
  5%{
    transform: translateY(-10px);
  }
  15%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(-10px);
  }
  25%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(0);
  }
}

@keyframes airplaneMotion {
  0%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(-10px);
  }
}

@keyframes airplaneMotionView {
  0%{
    transform-origin: center;
    transform: translate(33.254901960784314vw, 6.901960784313725vw) scale(0.3);
    opacity: 0;
  }
  100%{
    transform-origin: center;
    transform: translate(0) scale(1);
    opacity: 1;
  }
}

@keyframes heroTitleMotion {
  0%{
    transform: translateY(0);
  }
  5%{
    transform: translateY(-3px);
  }
  10%{
    transform: translateY(0);
  }
  15%{
    transform: translateY(-3px);
  }
  20%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(0);
  }
}

@media screen and (max-width: 420px) {
  @keyframes upInview {
    0%{
      opacity: 0;
      transform: translateY(30px);
    }
    100%{
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes flagMotion {
    0%{
      transform-origin: top left;
      transform: translateY(30px) rotate(45deg);
      opacity: 0;
    }
    100%{
      transform-origin: top left;
      transform: translateY(0) rotate(0);
      opacity: 1;
    }
  }
  
  @keyframes charaMotionA {
    0%{
      transform: translateY(0);
    }
    10%{
      transform: translateY(-4px);
    }
    15%{
      transform: translateY(0);
    }
    30%{
      transform: translateY(-4px);
    }
    40%{
      transform: translateY(0);
    }
    100%{
      transform: translateY(0);
    }
  }
  
  @keyframes charaMotionB {
    0%{
      transform: translateY(0);
    }
    20%{
      transform: translateY(-8px);
    }
    40%{
      transform: translateY(0);
    }
    100%{
      transform: translateY(0);
    }
  }
  
  @keyframes charaMotionC {
    0%{
      transform-origin: top center;
      transform: rotate(-3deg);
    }
    100%{
      transform-origin: top center;
      transform: rotate(3deg);
    }
  }
  
  @keyframes charaMotionD {
    0%{
      transform: translateY(0);
    }
    10%{
      transform: translateY(-3px);
    }
    15%{
      transform: translateY(0px);
    }
    20%{
      transform: translateY(-3px);
    }
    25%{
      transform: translateY(0);
    }
    100%{
      transform: translateY(0);
    }
  }
  
  @keyframes charaMotionE {
    0%{
      transform: translateY(0);
    }
    70%{
      transform: translateY(-3px);
    }
    75%{
      transform: translateY(0);
    }
    80%{
      transform: translateY(-3px);
    }
    85%{
      transform: translateY(0);
    }
    100%{
      transform: translateY(0);
    }
  }
  
  @keyframes charaMotionF {
    0%{
      transform: translateY(0);
    }
    20%{
      transform: translateY(-4px);
    }
    40%{
      transform: translateY(0);
    }
    100%{
      transform: translateY(0);
    }
  }
  
  @keyframes charaMotionG {
    0%{
      transform: translateY(0);
    }
    10%{
      transform: translateY(-5px);
    }
    15%{
      transform: translateY(0px);
    }
    20%{
      transform: translateY(-3px);
    }
    25%{
      transform: translateY(0);
    }
    100%{
      transform: translateY(0);
    }
  }
  
  @keyframes cloudMotionA {
    0%{
      transform: translateX(0);
    }
    100%{
      transform: translateX(10px);
    }
  }
  
  @keyframes cloudMotionB {
    0%{
      transform: translateX(0);
    }
    100%{
      transform: translateX(-15px);
    }
  }
  
  @keyframes cloudMotionC {
    0%{
      transform: translateX(0);
    }
    100%{
      transform: translateX(-10px);
    }
  }
  
  @keyframes shipMotionA {
    0%{
      transform: translateY(0);
    }
    100%{
      transform: translateY(-4px);
    }
  }
  
  @keyframes shipMotionB {
    0%{
      transform: translateY(0);
    }
    100%{
      transform: translateY(-3px);
    }
  }
  
  @keyframes birdMotionA {
    0%{
      transform: rotate(0);
    }
    15%{
      transform: rotate(-8deg);
    }
    30%{
      transform: rotate(0deg);
    }
    50%{
      transform: rotate(5deg);
    }
    100%{
      transform: rotate(0);
    }
  }
  
  @keyframes birdMotionB {
    0%{
      transform: rotate(0);
    }
    100%{
      transform: rotate(10deg);
    }
  }
  
  @keyframes fishMotionA {
    0%{
      transform: translateY(0);
    }
    5%{
      transform: translateY(-3px);
    }
    10%{
      transform: translateY(0);
    }
    15%{
      transform: translateY(-3px);
    }
    20%{
      transform: translateY(0);
    }
    100%{
      transform: translateY(0);
    }
  }

  @keyframes airplaneMotion {
    0%{
      transform: translateY(0);
    }
    100%{
      transform: translateY(-5px);
    }
  }
}

.cs-header {
  position: absolute;
  top:  max(3.240740740740741vh, 35px);
  left: 0;
  right: 0;
  z-index: 1;
}

.cs-header .inner-wrap {
  width: calc(100% - 60px);
  max-width: 1120px;
  margin: auto;
}

.cs-header .nav-list {
  width: 100%;
  /* padding-right: 15px; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 20px;
}

.cs-header .nav-list .item {
  width: 150px;
  height: 49px;
  cursor: pointer;
}

.cs-header .nav-list .item:nth-child(1) {
  background: url(../images/header-btn1.png) center / cover no-repeat;
}

.cs-header .nav-list .item:nth-child(2) {
  background: url(../images/header-btn2.png) center / cover no-repeat;
}

.cs-header .nav-list .item:nth-child(3) {
  background: url(../images/header-btn3.png) center / cover no-repeat;
}

.cs-header .nav-list .item:nth-child(4) {
  background: url(../images/header-btn4.png) center / cover no-repeat;
}

.cs-header .nav-list .item:nth-child(1):hover {
  background: url(../images/header-btn1-red.png) center / cover no-repeat;
}

.cs-header .nav-list .item:nth-child(2):hover {
  background: url(../images/header-btn2-red.png) center / cover no-repeat;
}

.cs-header .nav-list .item:nth-child(3):hover {
  background: url(../images/header-btn3-red.png) center / cover no-repeat;
}

.cs-header .nav-list .item:nth-child(4):hover {
  background: url(../images/header-btn4-red.png) center / cover no-repeat;
}

.cs-header.fixed .nav-list .item:nth-child(1) {
  background: url(../images/header-btn1-grey.png) center / cover no-repeat;
}

.cs-header.fixed .nav-list .item:nth-child(2) {
  background: url(../images/header-btn2-grey.png) center / cover no-repeat;
}

.cs-header.fixed .nav-list .item:nth-child(3) {
  background: url(../images/header-btn3-grey.png) center / cover no-repeat;
}

.cs-header.fixed .nav-list .item:nth-child(4) {
  background: url(../images/header-btn4-grey.png) center / cover no-repeat;
}

.cs-header.fixed .nav-list .item.now:nth-child(1),
.cs-header.fixed .nav-list .item:nth-child(1):hover {
  background: url(../images/header-btn1-red.png) center / cover no-repeat;
}

.cs-header.fixed .nav-list .item.now:nth-child(2),
.cs-header.fixed .nav-list .item:nth-child(2):hover {
  background: url(../images/header-btn2-red.png) center / cover no-repeat;
}

.cs-header.fixed .nav-list .item.now:nth-child(3),
.cs-header.fixed .nav-list .item:nth-child(3):hover {
  background: url(../images/header-btn3-red.png) center / cover no-repeat;
}

.cs-header.fixed .nav-list .item.now:nth-child(4),
.cs-header.fixed .nav-list .item:nth-child(4):hover {
  background: url(../images/header-btn4-red.png) center / cover no-repeat;
}

.cs-header.fixed {
  position: fixed;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 250ms ease,
  opacity 250ms ease;
  top: 0;
  z-index: 2;
  padding: 20px 0;
  background-color: #fff;
}

.cs-header.fixed .inner-wrap {
  width: calc(100% - 60px);
  max-width: 1120px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cs-header.fixed.active {
  transform: translateY(0);
  opacity: 1;
}

.cs-header.fixed .cs-logo {
  aspect-ratio: 135.6/11.53;
  width: 250px;
  box-sizing: border-box;
  display: inline-block;
}

.cs-header.fixed .cs-logo .img {
  width: 100%;
  height: auto;
}

.cs-header.fixed .nav-list {
  padding-right: 0;
}
  



@media screen and (max-width: 980px) {
  .cs-header {
    visibility: hidden;
  }

}

.cs-header-sp {
  width: 100%;
  height: 50px;
  padding: 12px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 3;
}

.cs-header-sp .inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cs-header-sp .bar-set {
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: transform 200ms ease;
}

.cs-header-sp .bar-set .bar {
  width: 20px;
  height: 2px;
  background-color: #CF1934;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cs-header-sp .bar-set .bar:nth-child(1) {
  top: 12px;
  transform: rotate(0);
  transition: top 200ms ease,
  transform 200ms ease;
}

.cs-header-sp .bar-set.open .bar:nth-child(2) {
  opacity: 1;
  transition: opacity 200ms ease;
}


.cs-header-sp .bar-set .bar:nth-child(3) {
  bottom: 12px;
  transform: rotate(0);
  transition: top 200ms ease,
  transform 200ms ease;
}

.cs-header-sp .bar-set.open {
  transform: rotate(180deg);
}

.cs-header-sp .bar-set.open .bar:nth-child(1) {
  top: 0px;
  transform: rotate(35deg);
}

.cs-header-sp .bar-set.open .bar:nth-child(3) {
  bottom: 0px;
  transform: rotate(-35deg);
}

.cs-header-sp .bar-set.open .bar:nth-child(2) {
  opacity: 0;
}


.cs-menu-container {
  width: 100%;
  height: 100%;
  background-color: rgba(242, 254, 252, .9);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  position: fixed;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease,
  visibility 400ms ease;
}

.cs-menu-container.open {
  opacity: 1;
  visibility: visible;
}

.cs-menu-container .nav-list {
  width: calc(100% - 60px);
  max-width: 390px;
  height: 400px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 44px 0;
}

.cs-menu-container .item {
  text-decoration: none;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
  padding: 0 0 15px;
  border-bottom: solid 1px #CC1533;
}

.cs-menu-container .item:hover {
  color: #CC1533;
}

.cs-menu-container .item .sp-br {
  display: none;
}

@media screen and (max-width: 640px) {
  .cs-menu-container .item {
    font-size: 14px;
  }

  .cs-menu-container .item .sp-br {
    display: block;
  }

  .cs-header.fixed .nav-list .item:nth-child(1):hover {
    background: url(../images/header-btn1-grey.png) center / cover no-repeat;
  }

  .cs-header.fixed .nav-list .item:nth-child(2):hover {
    background: url(../images/header-btn2-grey.png) center / cover no-repeat;
  }

  .cs-header.fixed .nav-list .item:nth-child(3):hover {
    background: url(../images/header-btn3-grey.png) center / cover no-repeat;
  }

  .cs-header.fixed .nav-list .item:nth-child(4):hover {
    background: url(../images/header-btn4-grey.png) center / cover no-repeat;
  } 
}


.cs-footer {
  background-color: #C6142F;
  padding: 20px 0;
}

.cs-footer .inner-wrap {
  width: calc(100% - 50px);
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 0;
}

.cs-footer .link-container {
  display: flex;
  align-items: center;
  gap: 0 50px;
}

.cs-footer .link {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}

.cs-footer .copy-right {
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .cs-footer .inner-wrap {
    flex-direction: column;
  }
}

.hero {
  height: 100vh;
  background: url(../images/wave-bg.png) center bottom / cover no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero .inner-wrap {
  width: calc(1000 * var(--unit));
  height: calc(1000 * var(--unit));
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.hero .map-container {
  position: absolute;
  right: calc(-154 * var(--unit));
  top: calc((75.6 + 91.7) * var(--unit));
  width: calc(1275 * var(--unit));
  height: calc(833 * var(--unit));
}

.hero .japan-map {
  width: 100%;
  position: absolute;
  top: -6.6px;
  left: 0;
}

.hero .japan-map.now {
  animation: japanMapMotion 1000ms 200ms steps(10) forwards alternate;
}

@keyframes japanMapMotion {
  0%{
    transform: translateY(0);
  }
  10% {
    transform: translateY(-1%);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-1%);
  }
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1%);
  }
  60% {
    transform: translateY(0);
  }
  100%{
    transform: translateY(0);
  }
}

.hero .dbs-wrap {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* clip-path: circle(0% at 80% 80%); */
  position: absolute;
  bottom: 0;
  right: 0;
  transition: opacity 0s 200ms ease-out;
}

.hero .dbs-wrap.now {
  opacity: 1;
  /* clip-path: circle(120% at 80% 80%); */
  transition: opacity 0s 200ms ease-out;
}

.hero .business-solution {
  width: 100%;
  height: 105%;
  position: absolute;
  top: -4%;
  right: -1%;
  left: 1%;
  margin: auto;
}
.hero .business-solution-line {
  width: 100%;
  height: auto;
  position: absolute;
  top: -1%;
  left: 0;
  right: 0;
  margin: auto;
}

.hero .character {
  position: absolute;
}

.hero .map-container .sakana {
  width: min(4.235294117647059%, 54px);
  height: auto;
  aspect-ratio: 54/55;
  top: min(9.50360144057623%, 75px);
  right: min(6.03921568627451%, 77px);
}

.hero .map-container .redbird {
  width: min(3.372549019607843%, 43px);
  height: auto;
  aspect-ratio: 43/41;
  bottom: min(54.741896758703481%, 456px);
  left: min(42.745098039215686%, 545px);
}

.hero .map-container .greenbird {
  width: min(4.470588235294118%, 57px);
  height: auto;
  aspect-ratio: 57/58;
  bottom: min(24.729891956782713%, 206px);
  left: min(6.352941176470588%, 81px);
}

.hero .map-container .airplane-pc {
  width: min(27.780392156862745%, 354.2px);
  height: auto;
  aspect-ratio: 322/78;
  top: min(12.004801920768307%, 100px);
  right: min(28.941176470588235%, 369px);
  opacity: 0;
}

.hero.kv-view .map-container .airplane-pc {
  animation: airplaneMotionView 1500ms 2800ms ease forwards,
  airplaneMotion 1000ms 6000ms steps(10) infinite alternate;
}

.hero .map-container .airplane-sp {
  display: none;
}

.hero .map-container .ship1 {
  width: min(6.03921568627451%, 77px);
  height: auto;
  aspect-ratio: 77/51;
  bottom: min(8.403361344537815%, 70px);
  left: min(30.196078431372549%, 385px);
}

.hero .map-container .ship2 {
  width: min(8.215450643776824%, 95.71px);
  height: auto;
  aspect-ratio: 95.71/90.29;
  bottom: min(13.71280724450194%, 106px);
  right: min(12.619947659203257%, 147px);
}

.hero .map-container .cloud1 {
  width: min(9.254901960784314%, 118px);
  height: auto;
  aspect-ratio: 118/21;
  bottom: min(33.853541416566627%, 282px);
  left: min(11.686274509803922%, 149px);
}

.hero .map-container .cloud2 {
  width: min(7.450980392156863%, 95px);
  height: auto;
  aspect-ratio: 95/21;
  bottom: min(59.183673469387755%, 493px);
  left: min(54.274509803921569%, 692px);
}

.hero .map-container .cloud3 {
  width: min(7.92156862745098%, 101px);
  height: auto;
  aspect-ratio: 101/23;
  bottom: min(69.387755102040816%, 578px);
  left: min(58.745098039215686%, 749px);
}

.hero .map-container .cloud4 {
  width: min(7.843137254901961%, 100px);
  height: auto;
  aspect-ratio: 100/23;
  bottom: min(49.699879951980792%, 414px);
  right: min(2.980392156862745%, 38px);
}

.hero .map-container .cloud4 {
  width: min(7.843137254901961%, 100px);
  height: auto;
  aspect-ratio: 100/23;
  bottom: min(49.699879951980792%, 414px);
  right: min(2.980392156862745%, 38px);
}

.hero .map-container .hokkaido-woman {
  width: min(4.235294117647059%, 54px);
  height: auto;
  aspect-ratio: 54/72;
  top: min(0.795180722891566%, 6.6px);
  right: min(20%, 255px);
}

.hero .map-container .kanto-man {
  width: min(4.156862745098039%, 53px);
  height: auto;
  aspect-ratio: 53/81;
  top: min(66.218487394957983%, 551.6px);
  right: min(26.03921568627451%, 332px);
}

.hero .map-container .kanto-pair1 {
  width: min(4.235294117647059%, 54px);
  height: auto;
  aspect-ratio: 54/74;
  top: min(47.539015606242497%, 392px);
  right: min(32.470588235294118%, 414px);
}

.hero .map-container .kanto-pair2 {
  width: min(4.156862745098039%, 53px);
  height: auto;
  aspect-ratio: 53/67;
  top: min(50.900360144057623%, 424px);
  right: min(29.176470588235294%, 372px);
}

.hero .map-container .hokuriku-pair1 {
  width: min(4.235294117647059%, 54px);
  height: auto;
  aspect-ratio: 54/63;
  top: min(52.220888355342137%, 435px);
  right: min(39.450980392156863%, 503px);
}

.hero .map-container .hokuriku-pair2 {
  width: min(3.843137254901961%, 49px);
  height: auto;
  aspect-ratio: 49/68;
  bottom: min(38.535414165666267%, 321px);
  right: min(43.058823529411765%, 549px);
}

.hero .map-container .tyugoku-woman {
  width: min(4.07843137254902%, 52px);
  height: auto;
  aspect-ratio: 52/71;
  bottom: min(29.771908763505402%, 248px);
  left: min(40.862745098039216%, 521px);
}

.hero .map-container .shikoku-family {
  width: min(8.862745098039216%, 113px);
  height: auto;
  aspect-ratio: 113/92;
  bottom: min(17.406962785114046%, 145px);
  left: min(35.529411764705882%, 453px);
}

.hero .map-container .kyushu-man {
  width: min(5.333333333333333%, 68px);
  height: auto;
  aspect-ratio: 68/74;
  bottom: min(23.169267707082833%, 193px);
  left: min(18.980392156862745%, 242px);
}

.hero .map-container .kyushu-woman {
  width: min(4.392156862745098%, 56px);
  height: auto;
  aspect-ratio: 56/80;
  bottom: min(14.165666266506603%, 118px);
  left: min(15.215686274509804%, 194px);
}

.hero .map-container .sakana {
  animation: fishMotionA 1300ms 100ms steps(3) infinite alternate;
}

.hero .map-container .redbird {
  transform-origin: -20px -5px;
  animation: birdMotionA 3000ms 100ms steps(8) infinite alternate;
}

.hero .map-container .greenbird {
  transform-origin: top right;
  animation: birdMotionB 1000ms 100ms steps(10) infinite alternate;
}

.hero .map-container .airplane-pc {
  animation: airplaneMotion 1000ms 100ms steps(8) infinite alternate;
}

.hero .map-container .airplane-sp {
  animation: airplaneMotion 1000ms 100ms steps(8) infinite alternate;
}

.hero .map-container .ship1 {
  animation: shipMotionA 2000ms 100ms steps(8) infinite alternate;
}

.hero .map-container .ship2 {
  animation: shipMotionB 1300ms 100ms steps(8) infinite alternate;
}

.hero .map-container .cloud1 {
  animation: cloudMotionC 1800ms 100ms steps(12) infinite alternate;
}

.hero .map-container .cloud2 {
  animation: cloudMotionB 2000ms 100ms steps(12) infinite alternate;
}

.hero .map-container .cloud3 {
  animation: cloudMotionA 1500ms 100ms steps(12) infinite alternate;
}

.hero .map-container .cloud4 {
  animation: cloudMotionB 1500ms 100ms steps(12) infinite alternate;
}


.hero .map-container .hokkaido-woman {
  animation: charaMotionC 1000ms 200ms steps(2) infinite;
}

.hero .map-container .kanto-man {
  animation: charaMotionB 1000ms 200ms steps(2) infinite;
}

.hero .map-container .kanto-pair1 {
  animation: charaMotionD 2500ms 200ms steps(2) infinite;
}

.hero .map-container .kanto-pair2 {
  animation: charaMotionE 2500ms 200ms steps(2) infinite;
}

.hero .map-container .hokuriku-pair1 {
  animation: charaMotionD 2700ms 200ms steps(2) infinite;
}

.hero .map-container .hokuriku-pair2 {
  animation: charaMotionC 1200ms 200ms steps(2) infinite;
}

.hero .map-container .tyugoku-woman {
  animation: charaMotionC 1200ms 200ms steps(2) infinite;
}

.hero .map-container .shikoku-family {
  animation: charaMotionB 1200ms 200ms steps(2) infinite;
}

.hero .map-container .kyushu-man {
  animation: charaMotionC 1300ms 200ms steps(2) infinite;
}

.hero .map-container .kyushu-woman {
  animation: charaMotionG 2700ms 200ms steps(2) infinite;
}




.hero .text-container {
  position: absolute;
  top: 0;
  left: min(9.490196078431373%, 121px);
}

.hero .hero-title {
  width: calc(516.83 * var(--unit));
  height: auto;
  position: absolute;
  top: calc(140 * var(--unit));
  left: calc((-110) * var(--unit));
  opacity: 0;
}

.hero.kv-view .hero-title {
  animation: upInview 800ms 400ms ease forwards,
  heroTitleMotion 1800ms 2500ms linear infinite alternate;
}

.hero .hero-lead {
  width: calc(408.33 * var(--unit));
  height: calc(206.64 * var(--unit));
  top: calc((110 + 233.97) * var(--unit));
  left: calc((-50) * var(--unit));
  position: absolute;
  opacity: 0;
}

.hero.kv-view .hero-lead {
  animation: upInview 800ms 800ms ease forwards;
}

.hero .area-name {
  position: absolute;
}

.hero .area-name.hokkaido {
  width: min(8.645490196078431%, 110.23px);
  aspect-ratio: 110.23/29.38;
  background: url(../images/text-hokkaido.png) center / 100% auto no-repeat;
  top: min(7.719087635054022%, 64.3px);
  right: min(30.196078431372549%, 385px);
}

.hero .area-name.tohoku {
  width: min(6.779607843137255%, 86.44px);
  aspect-ratio: 86.44/29.54;
  background: url(../images/text-tohoku.png) center / 100% auto no-repeat;
  bottom: min(46.890756302521008%, 390.6px);
  right: min(13.152941176470588%, 167.7px);
}

.hero .area-name.kanto {
  width: min(8.645490196078431%, 111.94px);
  aspect-ratio: 111.94/41.37;
  background: url(../images/text-kanto.png) center / 100% auto no-repeat;
  top: min(67.887154861944778%, 565.5px);
  right: min(13.937254901960784%, 177.7px);
}

.hero .area-name.hokuriku {
  width: min(8.094901960784314%, 103.21px);
  aspect-ratio: 103.21/29.48;
  background: url(../images/text-hokuriku.png) center / 100% auto no-repeat;
  top: min(48.955582232893157%, 407.8px);
  right: min(44.258823529411765%, 564.3px);
}

.hero .area-name.tokai {
  width: min(4.923137254901961%, 62.77px);
  aspect-ratio: 62.77/29.36;
  background: url(../images/text-tokai.png) center / 100% auto no-repeat;
  bottom: min(13.805522208883553%, 115px);
  right: min(35.137254901960784%, 448px);
}

.hero .area-name.kansai {
  width: min(5.667450980392157%, 72.26px);
  aspect-ratio: 72.26/29.46;
  background: url(../images/text-kansai.png) center / 100% auto no-repeat;
  bottom: min(10.084033613445378%, 84px);
  right: min(45.725490196078431%, 583px);
}

.hero .area-name.chugoku {
  width: min(7.852549019607843%, 100.12px);
  aspect-ratio: 100.12/29.55;
  background: url(../images/text-chugoku.png) center / 100% auto no-repeat;
  bottom: min(43.337334933973589%, 361px);
  left: min(31.529411764705882%, 402px);
}

.hero .area-name.shikoku {
  width: min(7.071372549019608%, 90.16px);
  aspect-ratio: 90.16/29.49;
  background: url(../images/text-shikoku.png) center / 100% auto no-repeat;
  bottom: min(9.123649459783914%, 76px);
  left: min(37.411764705882353%, 477px);
}

.hero .area-name.kyushu {
  width: min(6.533333333333333%, 83.3px);
  aspect-ratio: 83.3/29.62;
  background: url(../images/text-kyushu.png) center / 100% auto no-repeat;
  bottom: min(27.851140456182473%, 232px);
  left: min(12.313725490196078%, 157px);
}

.hero .area-name.solution {
  width: min(21.459227467811159%, 249.78px);
  aspect-ratio: 249.78/14.72;
  background: url(../images/text-solution.png) center / 100% auto no-repeat;
  bottom: min(11%, 80px);
  right: min(6.180257510729614%, 72px);
}

.hero .area-name.hokkaido.open {
  background: url(../images/text-hokkaido-red.png) center / 100% auto no-repeat;
}
.hero .area-name.tohoku.open {
  background: url(../images/text-tohoku-red.png) center / 100% auto no-repeat;
}
.hero .area-name.kanto.open {
  background: url(../images/text-kanto-red.png) center / 100% auto no-repeat;
}
.hero .area-name.hokuriku.open {
  background: url(../images/text-hokuriku-red.png) center / 100% auto no-repeat;
}
.hero .area-name.tokai.open {
  background: url(../images/text-tokai-red.png) center / 100% auto no-repeat;
}
.hero .area-name.kansai.open {
  background: url(../images/text-kansai-red.png) center / 100% auto no-repeat;
}
.hero .area-name.chugoku.open {
  background: url(../images/text-chugoku-red.png) center / 100% auto no-repeat;
}
.hero .area-name.shikoku.open {
  background: url(../images/text-shikoku-red.png) center / 100% auto no-repeat;
}
.hero .area-name.kyushu.open {
  background: url(../images/text-kyushu-red.png) center / 100% auto no-repeat;
}
.hero .area-name.solution.open {
  background: url(../images/text-solution-red.png) center / 100% auto no-repeat;
}

.hero .area-link {
  position: absolute;
  height: auto;
  overflow: hidden;
}

.hero .area-link.hokkaido  {
  width: min(15.764705882352941%, 201px);
  aspect-ratio: 201/110;
  top: min(3.289315726290516%, 27.4px);
  right: min(9.725490196078431%, 124px);
}

.hero .area-link.tohoku  {
  width: min(16.470588235294118%, 210px);
  aspect-ratio: 210/96;
  top: min(34.141656662665066%, 284.4px);
  right: min(12%, 153px);
}

.hero .area-link.kanto  {
  width: min(15.764705882352941%, 168px);
  aspect-ratio: 168/92;
  top: min(57.190876350540216%, 476.4px);
  right: min(15.372549019607843%, 196px);
}

.hero .area-link.hokuriku  {
  width: min(15.503529411764706%, 197.67px);
  aspect-ratio: 197.67/90.09;
  top: min(42.304921968787515%, 352.4px);
  right: min(28.4%, 362.1px);
}

.hero .area-link.tokai  {
  width: min(14.931764705882353%, 190.38px);
  aspect-ratio: 190.38/104.12;
  top: min(62.869147659063625%, 523.7px);
  right: min(27.701960784313725%, 353.2px);
}

.hero .area-link.kansai  {
  width: min(13.937254901960784%, 177.7px);
  aspect-ratio: 177.7/97.18;
  top: min(66.290516206482593%, 552.2px);
  right: min(47.952941176470588%, 611.4px);
}

.hero .area-link.chugoku  {
  width: min(14.274509803921569%, 182px);
  aspect-ratio: 182/93;
  top: min(54.069627851140456%, 450.4px);
  right: min(41.803921568627451%, 533px);
}

.hero .area-link.shikoku  {
  width: min(14.218039215686275%, 181.28px);
  aspect-ratio: 181.28/99.14;
  top: min(63.361344537815126%, 527.8px);
  right: min(61.709803921568627%, 786.8px);
}

.hero .area-link.kyushu  {
  width: min(15.669803921568627%, 199.79px);
  aspect-ratio: 199.79/91.05;
  top: min(58.223289315726291%, 485px);
  right: min(75.733333333333333%, 965.6px);
}

.hero .area-link.solution  {
  width: min(13.449785407725322%, 156.69px);
  aspect-ratio: 156.69/94.55;
  /* top: min(64.683053040103493%, 500px); */
  bottom: min(23.712807%, 182px);
  right: min(16.927038626609442%, 197.2px);
}

.hero .area-link {
  pointer-events: none;
}

.hero .area-link .message {
  display: block;
  max-width: 100%;
  transform: translateY(105%);
  animation: messageAllClose 300ms forwards;
}

.hero .area-link.hokkaido .message  {
  aspect-ratio: 201/110;
  background: url(../images/message-hokkaido.png) center / cover no-repeat;
}

.hero .area-link.tohoku .message  {
  aspect-ratio: 210/96;
  background: url(../images/message-tohoku.png) center / cover no-repeat;
}

.hero .area-link.kanto .message  {
  aspect-ratio: 168/92;
  background: url(../images/message-kanto.png) center / cover no-repeat;
}

.hero .area-link.hokuriku .message  {
  aspect-ratio: 197.67/90.09;
  background: url(../images/message-hokuriku.png) center / cover no-repeat;
}

.hero .area-link.tokai .message  {
  aspect-ratio: 190.38/104.12;
  background: url(../images/message-tokai.png) center / cover no-repeat;
}

.hero .area-link.kansai .message  {
  aspect-ratio: 177.7/97.18;
  background: url(../images/message-kansai.png) center / cover no-repeat;
}

.hero .area-link.chugoku .message  {
  aspect-ratio: 182/93;
  background: url(../images/message-tyugoku.png) center / cover no-repeat;
}

.hero .area-link.shikoku .message  {
  aspect-ratio: 181.28/99.14;
  background: url(../images/message-shikoku.png) center / cover no-repeat;
}

.hero .area-link.kyushu .message  {
  aspect-ratio: 199.79/91.05;
  background: url(../images/message-kyushu.png) center / cover no-repeat;
}

.hero .area-link.solution .message  {
  aspect-ratio: 156.69/94.55;
  background: url(../images/message-solution.png) center / cover no-repeat;
}

.hero.view .area-link.hokkaido .message  {
  animation: messageView 300ms 900ms ease forwards,
  messageAllClose 300ms 4000ms ease forwards;
}

.hero.view .area-link.tohoku .message  {
  animation: messageView 300ms 500ms ease forwards,
  messageAllClose 300ms 4000ms ease forwards;
}

.hero.view .area-link.kanto .message  {
  animation: messageView 300ms 300ms ease forwards,
  messageAllClose 300ms 4000ms ease forwards;
}

.hero.view .area-link.hokuriku .message  {
  animation: messageView 300ms 700ms ease forwards,
  messageAllClose 300ms 4000ms ease forwards;
}

.hero.view .area-link.tokai .message  {
  animation: messageView 300ms 1100ms ease forwards,
  messageAllClose 300ms 4000ms ease forwards;
}

.hero.view .area-link.kansai .message  {
  animation: messageView 300ms 1200ms ease forwards,
  messageAllClose 300ms 4000ms ease forwards;
}

.hero.view .area-link.chugoku .message  {
  animation: messageView 300ms 1500ms ease forwards,
  messageAllClose 300ms 4000ms ease forwards;
}

.hero.view .area-link.shikoku .message  {
  animation: messageView 300ms 1700ms ease forwards,
  messageAllClose 300ms 4000ms ease forwards;
}

.hero.view .area-link.kyushu .message  {
  animation: messageView 300ms 1900ms ease forwards,
  messageAllClose 300ms 4000ms ease forwards;
}

.hero.view .area-link.solution .message  {
  animation: messageView 300ms 2100ms ease forwards,
  messageAllClose 300ms 4000ms ease forwards;
}

.hero .area-link.open {
  pointer-events: auto;
}

.hero .area-link.open .message  {
  animation: messageView 300ms ease forwards;
  position: relative;
  z-index: 1;
}

@keyframes messageView {
  0%{
    transform: translateY(105%);
    opacity: 0;
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes messageAllClose {
  0%{
    transform: translateY(0);
    opacity: 1;
  }
  100%{
    transform: translateY(105%);
    opacity: 0;
  }
}

.hero .map-area {
  position: absolute;
  height: auto;
  opacity: .8;
  cursor: pointer;
}

.hero .map-area.hokkaido {
  width: min(20.823529411764706%, 265.5px);
  aspect-ratio: 265.5/231.36;
  clip-path: url(#hokkaido);
  top: min(0.348139255702281%, 2.9px);
  right: min(10.643137254901961%, 135.7px);
}

.hero .map-area.tohoku {
  width: min(12.383529411764706%, 157.89px);
  aspect-ratio: 157.89/236.67;
  top: min(29.495798319327731%, 245.7px);
  right: min(20.32156862745098%, 259.1px);
  clip-path: url(#tohoku);
}

.hero .map-area.kanto {
  width: min(16.866666666666667%, 215.05px);
  aspect-ratio: 215.05/274.74;
  top: min(47.551020408163265%, 396.1px);
  right: min(23.066666666666667%, 294.1px);
  clip-path: url(#kanto);
}

.hero .map-area.hokuriku {
  width: min(9.282352941176471%, 118.35px);
  aspect-ratio: 118.35/102.02;
  top: min(53.565426170468187%, 446.2px);
  right: min(37.96078431372549%, 484px);
  clip-path: url(#hokuriku);
}

.hero .map-area.tokai {
  width: min(13.869019607843137%, 176.83px);
  aspect-ratio: 176.83/180.47;
  top: min(61.368547418967587%, 511.2px);
  right: min(33.380392156862745%, 425.6px);
  clip-path: url(#tokai);
}

.hero .map-area.kansai {
  width: min(9.249411764705882%, 117.93px);
  aspect-ratio: 117.93/215.2;
  top: min(59.447779111644658%, 495.2px);
  right: min(45.356862745098039%, 578.3px);
  clip-path: url(#kansai);
}

.hero .map-area.chugoku {
  width: min(13.726274509803922%, 175.01px);
  aspect-ratio: 175.01/109.5;
  top: min(59.447779111644658%, 495.2px);
  right: min(53.796078431372549%, 685.9px);
  clip-path: url(#chugoku);
}

.hero .map-area.shikoku {
  width: min(12.329411764705882%, 157.2px);
  aspect-ratio: 157.2/105.61;
  top: min(73.68547418967587%, 613.8px);
  right: min(53.607843137254902%, 683.5px);
  clip-path: url(#shikoku);
}

.hero .map-area.kyushu {
  width: min(20.392156862745098%, 260px);
  aspect-ratio: 1/1;
  top: min(60.360144057623049%, 502.8px);
  left: min(13.215686274509804%, 168.5px);
  clip-path: url(#kyushu);
}
.hero .map-area.solution {
  width: min(8.240343347639485%, 96px);
  aspect-ratio: 96/90;
  /* top: min(74.644243208279431%, 577px); */
  bottom: min(13.71280724450194%, 106px);
  right: min(12.618025751072961%, 147px);
}

@media screen and (max-width: 980px) {
  .hero {
    height: auto;
    padding: 50px 0 0 0;
    display: block;
  }

  .hero .inner-wrap {
    width: auto;
    height: auto;
    padding-top: calc(393 * var(--unit));
  }

  .hero .map-container {
    width: calc(476 * var(--unit));
    height: calc(311 * var(--unit));
    left: calc(-48 * var(--unit));
    right: calc(-38 * var(--unit));
    top: calc(82 * var(--unit));
    margin: auto;
    position: absolute;
  }

  .hero .text-container {
    margin-left: 0;
  }
  
  .hero .hero-title {
    width: calc(253 * var(--unit));
    top: calc(40.3 * var(--unit));
    left: calc(15.3 * var(--unit));
  }

  .hero .japan-map {
    position: relative;
    top: max(-0.792316926770708%, -6.6px);
  }

  .hero .hero-lead {
    width: calc(239.41 * var(--unit));
    position: static;
    margin: calc(33.2 * var(--unit)) auto;
  }

}

@media screen and (max-width: 420px) {
  .hero .map-container .sakana {
    top: min(-1.929260450160772%, -6px);
    right: min(12.815126050420168%, 61px);
  }

  .hero .map-container .greenbird {
    width: max(5.042016806722689%, 24px);
    bottom: auto;
    top: min(29.581993569131833%, 92px);
    left: min(21.848739495798319%, 104px);
  }

  .hero .map-container .airplane-pc {
    display: none;
  }

  .hero.kv-view .map-container .airplane-sp {
    animation: airplaneMotionView 800ms 1500ms forwards,
    airplaneMotion 800ms 4000ms steps(10) infinite alternate;
  }

  .hero .map-container .airplane-sp {
    display: block;
    width: min(27.941176470588235%, 133px);
    height: auto;
    aspect-ratio: 322/78;
    top: min(35.254019292604502%, 65px);
    right: min(46.80672268907563%, 180px);
    opacity: 0;
  }

  .hero .map-container .cloud4 {
    bottom: auto;
    top: min(41.479099678456592%, 129px);
    right: min(10.294117647058824%, 49px);
  }

  .hero .map-container .ship2 {
    top: 74.644243208279431%;
    right: 12.618025751072961%;
  }

  .hero .area-name {
    transform: scale(1.25);
  }

  .hero .area-name.kanto {
    top: min(67.845659163987138%, 211px);
    right: min(12.184873949579832%, 58px);
  }

  .hero .area-name.chugoku {
    bottom: auto;
    top: min(49.517684887459807%, 154px);
    left: min(35.084033613445378%, 167px);
  }

  .hero .area-name.kyushu {
    bottom: auto;
    top: min(52.090032154340836%, 162px);
    left: min(18.277310924369748%, 87px);
  }

  .hero .area-name.solution {
    width: 16.938914027149321%;
    top: auto;
    right: min(12.184873949579832%, 58px);
  }

  .hero .area-link.hokkaido,
  .hero .area-link.tohoku,
  .hero .area-link.kanto,
  .hero .area-link.hokuriku,
  .hero .area-link.tokai,
  .hero .area-link.kansai,
  .hero .area-link.chugoku,
  .hero .area-link.shikoku,
  .hero .area-link.kyushu,
  .hero .area-link.solution {
    width: min(40vw, 220px);
    top: 10vw;
    right: auto;
    left: min(16vw, 60px);
  }

  .hero .area-link.hokkaido  {
    aspect-ratio: 2032/775;
  }
  
  .hero .area-link.tohoku  {
    aspect-ratio: 2032/805;
  }
  
  .hero .area-link.kanto  {
    aspect-ratio: 1836/895;
  }
  
  .hero .area-link.hokuriku  {
    aspect-ratio: 1726/945;
  }
  
  .hero .area-link.tokai  {
    aspect-ratio: 1638/991;
  }
  
  .hero .area-link.kansai  {
    aspect-ratio: 1639/1045;
  }
  
  .hero .area-link.chugoku  {
    aspect-ratio: 1639/1119;
  }
  
  .hero .area-link.shikoku  {
    aspect-ratio: 1595/1073;
  }
  
  .hero .area-link.kyushu  {
    aspect-ratio: 1721/877;
  }

  .hero .area-link.solution  {
    aspect-ratio: 169.17/102.08;
  }

  .hero .area-link.open {
    pointer-events: auto;
  }

  .hero.view .area-link.hokkaido .message  {
    animation: none;
    aspect-ratio: 2032/775;
    background: url(../images/message-hokkaido-sp.png) center / cover no-repeat;
  }
  
  .hero.view .area-link.tohoku .message  {
    animation: none;
    aspect-ratio: 2032/805;
    background: url(../images/message-tohoku-sp.png) center / cover no-repeat;
  }
  
  .hero.view .area-link.kanto .message  {
    animation: none;
    aspect-ratio: 1836/895;
    background: url(../images/message-kanto-sp.png) center / cover no-repeat;
  }
  
  .hero.view .area-link.hokuriku .message  {
    animation: none;
    aspect-ratio: 1726/945;
    background: url(../images/message-hokuriku-sp.png) center / cover no-repeat;
  }
  
  .hero.view .area-link.tokai .message  {
    animation: none;
    aspect-ratio: 1638/991;
    background: url(../images/message-tokai-sp.png) center / cover no-repeat;
  }
  
  .hero.view .area-link.kansai .message  {
    animation: none;
    aspect-ratio: 1639/1045;
    background: url(../images/message-kansai-sp.png) center / cover no-repeat;
  }
  
  .hero.view .area-link.chugoku .message  {
    animation: none;
    aspect-ratio: 1639/1119;
    background: url(../images/message-tyugoku-sp.png) center / cover no-repeat;
  }
  
  .hero.view .area-link.shikoku .message  {
    animation: none;
    aspect-ratio: 1595/1073;
    background: url(../images/message-shikoku-sp.png) center / cover no-repeat;
  }
  
  .hero.view .area-link.kyushu .message  {
    animation: none;
    aspect-ratio: 1721/877;
    background: url(../images/message-kyushu-sp.png) center / cover no-repeat;
  }

  .hero.view .area-link.solution .message  {
    animation: none;
    aspect-ratio: 169.17/102.08;
    background: url(../images/message-solution.png) center / cover no-repeat;
  }

  .hero.view .area-link .message {
    display: block;
    max-width: 100%;
    transform: translateY(105%);
    animation: none;
    opacity: 0;
    transform: translateY(105%);
    transition: transform 300ms ease,
    opacity 300ms ease;
  }

  .hero.view .area-link.open .message  {
    animation: none;
    position: relative;
    z-index: 1;
    opacity: 1;
    transform: translateY(0);
    transition: transform 300ms ease,
    opacity 300ms ease;
  }
}
  

.cs-group {
  padding: 0 0 100px;
  background-color: #F2FEFC;
  position: relative;
}

.cs-group.second {
  padding: 100px 0 130px;
  background-color: #F2FEFC;
}

.cs-group .lead {
  margin: auto;
  font-size: 26px;
  line-height: 1.5769;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
}

.cs-group .lead.in-view {
  animation: upInview 500ms 300ms ease forwards;
}

.cs-group .inner-wrap {
  width: calc(100% - 260px);
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.cs-group .heading {
  height: 92px;
  margin: auto;
  opacity: 0;
}

.cs-group .heading.in-view {
  animation: flagMotion 400ms 100ms ease forwards;
}

.cs-group.second .heading {
  height: 92px;
  margin: 75px auto 0;
}

.cs-group .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(2.6875vw, 43px) 3%;
  margin-top: 17px;
}

.cs-group .list .link-btn {
  width: calc((100% - 6%)/2);
  max-width: 563px;
  height: auto;
  max-height: 142px;
  aspect-ratio: 563/142;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0;
}

.cs-group .list .link-btn:nth-child(1) {
  background: url(../images/csgroup-img1.png) center / 100% 100% no-repeat;
}

.cs-group .list .link-btn:nth-child(2) {
  background: url(../images/csgroup-img2.png) center / 100% 100% no-repeat;
}

.cs-group .list .link-btn:nth-child(3) {
  background: url(../images/csgroup-img3.png) center / 100% 100% no-repeat;
}

.cs-group .list .link-btn:nth-child(4) {
  background: url(../images/csgroup-img4.png) center / 100% 100% no-repeat;
}

.cs-group .list .link-btn:nth-child(5) {
  background: url(../images/csgroup-img5.png) center / 100% 100% no-repeat;
}

.cs-group .list .link-btn:nth-child(6) {
  background: url(../images/csgroup-img6.png) center / 100% 100% no-repeat;
}

.cs-group .list .link-btn:nth-child(7) {
  background: url(../images/csgroup-img7.png) center / 100% 100% no-repeat;
}

.cs-group .list .link-btn:nth-child(8) {
  background: url(../images/csgroup-img8.png) center / 100% 100% no-repeat;
}

.cs-group .list .link-btn:nth-child(9) {
  background: url(../images/csgroup-img9.png) center / 100% 100% no-repeat;
}

.cs-group .list .link-btn:nth-child(10) {
  background: url(../images/docomo-solutions.png) center / 100% 100% no-repeat;
}

.cs-group .list.in-view .link-btn:nth-child(1) {
  animation: upInview 600ms 200ms ease forwards;
}

.cs-group .list.in-view .link-btn:nth-child(2) {
  animation: upInview 600ms 300ms ease forwards;
}

.cs-group .list.in-view .link-btn:nth-child(3) {
  animation: upInview 600ms 400ms ease forwards;
}

.cs-group .list.in-view .link-btn:nth-child(4) {
  animation: upInview 600ms 500ms ease forwards;
}

.cs-group .list.in-view .link-btn:nth-child(5) {
  animation: upInview 600ms 600ms ease forwards;
}

.cs-group .list.in-view .link-btn:nth-child(6) {
  animation: upInview 600ms 700ms ease forwards;
}

.cs-group .list.in-view .link-btn:nth-child(7) {
  animation: upInview 600ms 800ms ease forwards;
}

.cs-group .list.in-view .link-btn:nth-child(8) {
  animation: upInview 600ms 900ms ease forwards;
}

.cs-group .list.in-view .link-btn:nth-child(9) {
  animation: upInview 600ms 1000ms ease forwards;
}

.cs-group .list.in-view .link-btn:nth-child(10) {
  animation: upInview 600ms 1100ms ease forwards;
}

.cs-group .list .link-btn:hover {
  transform: scale(1.08) !important;
}

.cs-group .inner-wrap .woman  {
  position: absolute;
  top: 35px;
  left: -64px;
  animation: charaMotionA 1300ms steps(3) infinite;
}

.cs-group .inner-wrap .man  {
  position: absolute;
  top: 206px;
  right: -61px;
}

.cs-group .inner-wrap .tree1  {
  position: absolute;
  top: 300px;
  left: -85px;
}

.cs-group .inner-wrap .tree2  {
  position: absolute;
  top: 388px;
  right: -75px;
}

.cs-group .inner-wrap .pair  {
  position: absolute;
  bottom: 90px;
  left: -101px;
  z-index: 1;
}

.cs-group .inner-wrap .topman  {
  position: absolute;
  bottom: -105px;
  right: -123px;
  z-index: 1;
  animation: charaMotionB 700ms steps(6) infinite;
}

.cs-group .waveCanvas {
  width: 100vw;
  height: 150px;
  position: absolute;
  bottom: -145px;
  left:0;
  transform: rotate(180deg);
}

.cs-group.second .waveCanvas {
  width: 100vw;
  height: 150px;
  position: absolute;
  top: -145px;
  left:0;
  transform: rotate(0);
}

@media screen and (max-width: 980px) {
  .cs-group {
    padding: 35px 0 50px;

  }

  .cs-group.second {
    padding: 0px 0 130px;
    background-color: #F2FEFC;
    scroll-margin: 50px;
  }

  .cs-group .lead {
    width: calc(100% - 50px);
    height: auto;
    max-height: 120px;
    margin: auto;
    font-size: 18px;
    line-height: 1.5555;
  }

  .cs-group .inner-wrap {
    width: calc(100% - 50px);
    max-width: 600px;
    margin: auto;
    position: relative;
  }

  .cs-group .heading {
    height: 49px;
    margin: auto;
  }

  .cs-group.second .heading {
    height: 49px;
    margin: 32px auto 0;
  }

  .cs-group .list {
    gap: 13px 8px;
    margin-top: 17px;
  }
  
  .cs-group .list .link-btn {
    width: calc((100% - 8px) / 2);
    height: auto;
    aspect-ratio: 372/140;
  }

  .cs-group .list .link-btn:hover {
    transform: scale(1) !important;
  }

  .cs-group .inner-wrap .woman  {
    width: min(12.96vw, 86px);
    top: min(27.703703703703704%, 160px);
    left: max(-4.166666666666667%, -25px);
  }
  
  .cs-group .inner-wrap .man  {
    width: min(9.2373vw, 61px);
    top: min(4.5333vw, 17px);
    right: max(-2.1333vw, -8px);
  }
  
  .cs-group .inner-wrap .tree1  {
    width: min(12.5733vw, 83px);
    top: auto;
    bottom: max(-17.777777777777778%, -120px);
    left: min(5%, 30px);
    z-index: 1;
  }
  
  .cs-group .inner-wrap .pair-woman  {
    width: min(16.9946vw, 90px);
    position: absolute;
    bottom: max(-9.925925925925926%, -40px);
    left: max(-12.333333333333333%, -44px);
  }

  .cs-group .inner-wrap .pair-man  {
    width: min(15.4533vw, 81px);
    position: absolute;
    top: min(41.48%, 280px);
    right: max(-6.666666666666667%, -40px);
  }
  
  .cs-group .inner-wrap .topman  {
    width: min(17.84vw, 117.39px);
    bottom: max(-28.148148148148148%, -190px);
    right: 0;
  }

  .cs-group .list .link-btn:nth-child(1) {
    background: url(../images/csgroup-img1-sp.png) center / 100% 100% no-repeat;
  }
  
  .cs-group .list .link-btn:nth-child(2) {
    background: url(../images/csgroup-img2-sp.png) center / 100% 100% no-repeat;
  }
  
  .cs-group .list .link-btn:nth-child(3) {
    background: url(../images/csgroup-img3-sp.png) center / 100% 100% no-repeat;
  }
  
  .cs-group .list .link-btn:nth-child(4) {
    background: url(../images/csgroup-img4-sp.png) center / 100% 100% no-repeat;
  }
  
  .cs-group .list .link-btn:nth-child(5) {
    background: url(../images/csgroup-img5-sp.png) center / 100% 100% no-repeat;
  }
  
  .cs-group .list .link-btn:nth-child(6) {
    background: url(../images/csgroup-img6-sp.png) center / 100% 100% no-repeat;
  }
  
  .cs-group .list .link-btn:nth-child(7) {
    background: url(../images/csgroup-img7-sp.png) center / 100% 100% no-repeat;
  }
  
  .cs-group .list .link-btn:nth-child(8) {
    background: url(../images/csgroup-img8-sp.png) center / 100% 100% no-repeat;
  }
  
  .cs-group .list .link-btn:nth-child(9) {
    background: url(../images/csgroup-img9-sp.png) center / 100% 100% no-repeat;
  }
  
  .cs-group .list .link-btn:nth-child(10) {
    background: url(../images/docomo-solutions-sp.png) center / 100% 100% no-repeat;
  }
}

@media screen and (max-width: 640px) {
  .cs-group .inner-wrap {
    width: calc(100% - 50px);
  }

  .hero .business-solution {
    width: 85%;
    height: 110%;
    position: absolute;
    top: -7%;
  }
}

.fixed-bg {
  width: 100%;
  height: 100vh;
  background: url(../images/wave-bg.png) center top / cover no-repeat;
  position: fixed;
  top: 0;
  z-index: -1;
}

.wave-bg {
  width: 100%;
  max-width: 1526px;
  height: 100vh;
  background: url(../images/wave-line-bg.png) center top / 100% auto no-repeat;
  position: fixed;
  top: 82px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}


.about {
  padding: 200px 0 0;
  position: relative;
}

.about::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--docomoCS-green);
  mix-blend-mode: multiply;
}

.about .inner-wrap {
  width: calc(100% - 50px);
  max-width: 1200px;
  margin: auto;
}

.about .heading {
  font-size: 41px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 100px;
  opacity: 0;
} 

.about .heading.in-view {
  animation: upInview 500ms 300ms ease forwards;
}

.about .title {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  opacity: 0;
  margin-bottom: 40px;
}

.about .title.in-view {
  animation: upInview 500ms 300ms ease forwards;
}

.about .main-img {
  width: calc(100% - 70px);
  margin: auto;
}

.about .main-img .img {
  max-width: 1040px;
  opacity: 0;
  margin: 0 auto 150px;
}

.about .main-img .img.in-view {
  animation: upInview 800ms 300ms ease forwards;
}

.about .concept-list {
  display: flex;
  gap: min(calc(32 * 100vw / 1600), 32px);
}

.about .concept-item .sub-heading {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.about .concept-item {
  padding: min(calc(45 * 100vw / 1600), 45px) min(calc(30 * 100vw / 1600), 30px) min(calc(30 * 100vw / 1600), 30px);
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
}
.about .concept-item.in-view:nth-child(1) {
  animation: upInview 600ms 800ms ease forwards;
}
.about .concept-item.in-view:nth-child(2) {
  animation: upInview 600ms 1100ms ease forwards;
}

.about .explan {
  font-size: 16px;
  line-height: 2;
}

.about .explan .fade-block {
  opacity: 0;
}

.about .explan .fade-block.in-view {
  animation: upInview 800ms 300ms ease forwards;
}

.about .btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 18px;
  margin-top: 40px;
}

.about .btn-list .btn {
  width: 220px;
  height: 94px;
  cursor: pointer;
}

.about .btn-list .btn:nth-child(1) {
  background: url(../images/about-btn1.svg) center / cover no-repeat;
}

.about .btn-list .btn:nth-child(2) {
  background: url(../images/about-btn2.svg) center / cover no-repeat;
}

.about .btn-list .btn:nth-child(1):hover {
  background: url(../images/about-btn1-hover.svg?v=2) center / cover no-repeat;
}

.about .btn-list .btn:nth-child(2):hover {
  background: url(../images/about-btn2-hover.svg?v=2) center / cover no-repeat;
}


@media screen and (max-width: 980px) {
  .about {
    padding: 140px 0 0;
    scroll-margin: -100px;
  }

  .about .heading {
    font-size: 27px;
    line-height: 1.48;
    margin-bottom: 40px;
  }

  .about .title {
    font-size: 22px;
  }

  .about .main-img {
    width: 100%;
    margin: 40px auto 0;
  }

  .about .main-img .img {
    max-width: 100%;
    margin: 0 auto 70px;
  }

  .about .concept-list {
    gap: 10px;
    flex-direction: column;
  }

  .about .concept-item {
    padding: 30px 25px 40px;
  }

  .about .concept-item .sub-heading {
    font-size: 20px;
  }

  .about .explan {
    font-size: 15px;
    line-height: 2;
    margin-top: 30px;
  }

  .about .btn-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .about .btn-list .btn {
    width: 150px;
    height: 69px;
    cursor: pointer;
    /* margin-top: 50px; */
  }

  .about .btn-list .btn:nth-child(1) {
    background: url(../images/about-btn1-sp.svg) center / cover no-repeat;
  }
  
  .about .btn-list .btn:nth-child(2) {
    background: url(../images/about-btn2-sp.svg) center / cover no-repeat;
  }

  .about .btn-list .btn:nth-child(1):hover {
    background: url(../images/about-btn1-sp.svg) center / cover no-repeat;
  }
  
  .about .btn-list .btn:nth-child(2):hover {
    background: url(../images/about-btn2-sp.svg) center / cover no-repeat;
  }
}

.why-choose-us {
  padding: 170px 0 160px;
  margin-top: 150px;
  position: relative;
}

.why-choose-us::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F2FEFC;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.why-choose-us .heading {
  font-size: 41px;
  line-height: 1.7;
  text-align: center;
  opacity: 0;
}

.why-choose-us .heading.in-view {
  animation: upInview 600ms 300ms ease forwards;
}

.why-choose-us .list {
  width: 1000px;
  margin: 53px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.why-choose-us .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 30px);
  max-width: 490px;
  height: 236px;
  padding: 20px 0 24px;
  background-color: #fff;
  mix-blend-mode: unset;
  border: solid 3px #222222;
  box-sizing: border-box;
  border-radius: 30px;
  cursor: pointer;
  opacity: 0;
  position: relative;
}

.why-choose-us .item:nth-child(1):hover,
.why-choose-us .item:nth-child(4):hover,
.why-choose-us .item:nth-child(5):hover {
  border: solid 3px #CF1934;
}

.why-choose-us .item:nth-child(2):hover,
.why-choose-us .item:nth-child(3):hover,
.why-choose-us .item:nth-child(6):hover {
  border: solid 3px #0DAA86;
}

.why-choose-us .item .num {
  font-size: 16px;
  font-weight: bold;
}

.why-choose-us .item .text-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  padding-left: 60px;
}

.why-choose-us .list.in-view .item:nth-child(1) {
  animation: upInview 800ms 500ms ease forwards;
}
.why-choose-us .list.in-view .item:nth-child(2) {
  animation: upInview 800ms 1000ms ease forwards;
}
.why-choose-us .list.in-view .item:nth-child(3) {
  animation: upInview 800ms 1500ms ease forwards;
}
.why-choose-us .list.in-view .item:nth-child(4) {
  animation: upInview 800ms 2000ms ease forwards;
}
.why-choose-us .list.in-view .item:nth-child(5) {
  animation: upInview 800ms 2500ms ease forwards;
}
.why-choose-us .list.in-view .item:nth-child(6) {
  animation: upInview 800ms 3000ms ease forwards;
}

.why-choose-us .item:nth-child(1) .text-container {
  align-items: flex-start;
}

.why-choose-us .item:nth-child(1) .text-caution {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-indent: -1em;
  text-align: left;
  padding-left: calc(60px + 1em);
  margin-top: -10px;
}

.why-choose-us .item:nth-child(5) .text-container,
.why-choose-us .item:nth-child(6) .text-container {
  align-items: flex-end;
}

.why-choose-us .item .text-container .text {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.545;
  white-space: nowrap;
}

.why-choose-us .item:nth-child(1) .text-container .text,
.why-choose-us .item:nth-child(4) .text-container .text,
.why-choose-us .item:nth-child(5) .text-container .text {
  color: #CF1934;
}

.why-choose-us .item:nth-child(2) .text-container .text,
.why-choose-us .item:nth-child(3) .text-container .text,
.why-choose-us .item:nth-child(6) .text-container .text {
  color: #0DAA86;
}

.why-choose-us .item .text-container .icon {
  height: 86.25px;
}

.why-choose-us .item:nth-child(2) .text-container .icon {
  height: 55px;
  margin-left: 30px;
}

.why-choose-us .item:nth-child(3) .text-container .icon {
  height: 75.59px;
  margin-left: 52.8px;
}

.why-choose-us .item:nth-child(4) .text-container .icon {
  height: 62px;
  margin-left: 11px;
}

.why-choose-us .item:nth-child(5) .text-container .icon {
  height: 65.89px;
  margin-left: 5.8px;
}

.why-choose-us .item:nth-child(6) .text-container .icon {
  height: 79px;
  margin-left: 13px;
}

.why-choose-us .item .btn {
  width: 99px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  border-radius: 30px;
}

.why-choose-us .item:nth-child(1) .btn,
.why-choose-us .item:nth-child(4) .btn,
.why-choose-us .item:nth-child(5) .btn {
  background-color: #CC0033;
}

.why-choose-us .item:nth-child(2) .btn,
.why-choose-us .item:nth-child(3) .btn,
.why-choose-us .item:nth-child(6) .btn {
  background-color: #0DAA86;
}

.why-choose-us .item .btn .text {
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

.why-choose-us .waveCanvas {
  width: 100vw;
  height: 150px;
  position: absolute;
  top: -150px;
  left: 0;
  background-color: var(--docomoCS-green);
  mix-blend-mode: multiply;
}

.why-choose-us .waveCanvas2 {
  width: 100vw;
  height: 150px;
  transform: rotate(180deg);
  position: absolute;
  bottom: -150px;
  left: 0;
  background-color: var(--docomoCS-green);
  mix-blend-mode: multiply;
}

@media screen and (max-width: 1040px) {
  .why-choose-us .list {
    width: calc(100% - 30px);
    margin: 40px auto 0;
    gap: 20px 20px;
  }

  .why-choose-us .item {
    max-width: 450px;
  }

  .why-choose-us .item .text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    padding-left: 0;
  }

  .why-choose-us .item .text-container .icon {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .why-choose-us {
    padding: 50px 0 0px;
  }

  .why-choose-us .heading {
    font-size: 27px;
    line-height: 1.48;
  }

  .why-choose-us .list {
    flex-direction: column;
  }

  .why-choose-us .item {
    width: 100%;
    height: 200px;
    margin: auto;
    padding: 17px 0;
  }

  .why-choose-us .item .num {
    font-size: 14px;
  }

  .why-choose-us .item .text-container .text {
    font-size: 20px;
    line-height: 1.5;
  }

  .why-choose-us .item:nth-child(1) .text-caution {
    font-size: 10px;
    text-align: center;
    padding-left: 1em;
    margin-bottom: 5px;
  }

  .why-choose-us .item:nth-child(odd):hover {
    border: solid 3px #CF1934;
  }

  .why-choose-us .item:nth-child(even):hover {
    border: solid 3px #0DAA86;
  }

  .why-choose-us .item:nth-child(odd) .text-container .text {
    color: #CF1934;
  }

  .why-choose-us .item:nth-child(even) .text-container .text {
    color: #0DAA86;
  }

  .why-choose-us .item .btn {
    width: 87px;
    height: 24px;
    gap: 0 4px;
  }

  .why-choose-us .item:nth-child(odd) .btn {
    background-color: #CC0033;
  }

  .why-choose-us .item:nth-child(even) .btn {
    background-color: #0DAA86;
  }

  .why-choose-us .item:hover .btn {
    transform: scale(1);
  }

  .why-choose-us .item .btn .text {
    font-size: 10px;
  }

  .why-choose-us .item .btn .icon {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 420px) {
  .why-choose-us .item:nth-child(odd):hover {
    border: solid 3px #CF1934;
  }

  .why-choose-us .item:nth-child(even):hover {
    border: solid 3px #0DAA86;
  }
}

.company-system {
  padding: 110px 0 150px;
  margin-top: 150px;
  position: relative;
}

.company-system::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--docomoCS-green);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.company-system .heading {
  font-size: 41px;
  line-height: 1;
  text-align: center;
  opacity: 0;
}

.company-system .heading.in-view {
  animation: upInview 500ms 100ms ease forwards;
}

.company-system .lead {
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-top: 50px;
  opacity: 0;
}

.company-system .lead.in-view {
  animation: upInview 500ms 100ms ease forwards;
}

.company-system .title {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  opacity: 0;
}

.company-system .title.in-view {
  animation: upInview 500ms 100ms ease forwards;
}

@media screen and (max-width: 980px) {
  .company-system {
    padding: 0 0 150px;
    scroll-margin: 50px;
  }

  .company-system .heading {
    font-size: 27px;
    line-height: 1.481;
  }

  .company-system .lead {
    width: calc(100% - 50px);
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin: 25px auto 0;
  }

  .company-system .title {
    font-size: 22px;
  }
}

.company-system .work-style {
  margin-top: 110px;
}

.company-system .work-style .list {
  width: calc(100% - 50px);
  max-width: 1200px;
  margin: 35px auto 0;
  padding: 0 45px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 50px;
}

.company-system .work-style .list::after {
  content: "";
  width: 530px;
  height: 100%;
}

.company-system .work-style .item {
  width: 530px;
  height: 192px;
  display: flex;
  align-items: center;
  position: relative;
  opacity: 0;
}

.company-system .work-style .list.in-view .item:nth-child(1) {
  animation: upInview 500ms 800ms ease forwards;
}
.company-system .work-style .list.in-view .item:nth-child(2) {
  animation: upInview 500ms 1000ms ease forwards;
}
.company-system .work-style .list.in-view .item:nth-child(3) {
  animation: upInview 500ms 1200ms ease forwards;
}
.company-system .work-style .list.in-view .item:nth-child(4) {
  animation: upInview 500ms 1400ms ease forwards;
}
.company-system .work-style .list.in-view .item:nth-child(5) {
  animation: upInview 500ms 1600ms ease forwards;
}
.company-system .work-style .list.in-view .item:nth-child(6) {
  animation: upInview 500ms 1800ms ease forwards;
}
.company-system .work-style .list.in-view .item:nth-child(7) {
  animation: upInview 500ms 2000ms ease forwards;
}


.company-system .work-style .trigger-btn {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.company-system .work-style .item:nth-child(1) .trigger-btn::before,
.company-system .work-style .item:nth-child(2) .trigger-btn::before,
.company-system .work-style .item .trigger-btn::after {
  content: "";
  width: 99%;
  height: 3px;
  background: url(../images/workstyle-item-line.svg) left center / auto 100% no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.company-system .work-style .item:nth-child(1) .trigger-btn::before,
.company-system .work-style .item:nth-child(2) .trigger-btn::before {
  top: 0;
  bottom: auto;
}

.company-system .work-style .item .img-wrap {
  width: 195px;
}

.company-system .work-style .item:hover .img-wrap .icon {
  animation: hoverActionB 1000ms steps(4) forwards;
}

.company-system .work-style .item .text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.company-system .work-style .item:nth-child(5) .text,
.company-system .work-style .item:nth-child(6) .text,
.company-system .work-style .item:nth-child(7) .text {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #CF1934;
}

.company-system .work-style .item:nth-child(7) .text {
  line-height: 1.2  ;
}


.company-system .work-style .item .num-wrap {
  display: flex;
  align-items: flex-end;
}

.company-system .work-style .item .num {
  font-size: 87px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #CF1934;
}

.company-system .work-style .item .unit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  color: #CF1934;
}

.company-system .work-style .item .arrow-icon {
  margin-left: auto;
}

.company-system .work-style .item:hover {
  background-color: rgba(242, 254, 252, .55);
}

.company-system .work-style .item .balloon-pop {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 75%;
  cursor: default;
  transition: visibility 200ms ease,
  opacity 200ms ease;
}

.company-system .work-style .item.open .balloon-pop {
  visibility: visible;
  opacity: 1;
  transition: visibility 200ms ease,
  opacity 200ms ease;
}

.company-system .work-style .item .balloon-pop .balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  color: #222222;
  font-size: 16px;
  line-height: 1.875;
  background: #FFF;
  border: solid 3px #CC0033;
  border-radius: 20px;
  box-sizing: border-box;
}

.company-system .work-style .item .balloon-pop .balloon .notice {
  display: block;
  font-size: 12px;
}

.company-system .work-style .item .balloon-pop .balloon::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -6px;
  border: 5px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.company-system .work-style .item .balloon-pop .balloon::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -8px;
  border: 7px solid transparent;
  border-top: 15px solid #CC0033;
  z-index: 1;
}

.company-system .work-style .item .balloon-pop .close-btn {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #CC0033;
  position: absolute;
  top: -65px;
  right: -2px;
  cursor: pointer;
}

.company-system .work-style .item .balloon-pop .bar {
  width: 25px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.company-system .work-style .item .balloon-pop .bar:nth-child(2) {
  transform: rotate(135deg);
}

@media screen and (max-width: 1249px) {

  .company-system .work-style .list {
    padding: 0 45px;
    gap: 0 50px;
  }

  .company-system .work-style .list::after {
    content: "";
    width: calc((100% - 140px)/2);
  }

  .company-system .work-style .item {
    width: calc((100% - 140px)/2);
    height: auto;
    aspect-ratio: 530/192;
  }

  .company-system .work-style .item .img-wrap {
    width: 36.7924%;
  }

  .company-system .work-style .item .img-wrap .icon {
    width: 96px;
    height: auto;
    aspect-ratio: 158/120;
  }
  

  .company-system .work-style .item .text {
    font-size: 15px;
  }

  .company-system .work-style .item:nth-child(5) .text,
  .company-system .work-style .item:nth-child(6) .text,
  .company-system .work-style .item:nth-child(7) .text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #CF1934;
  }

  .company-system .work-style .item .num {
    font-size: 56px;
  }

  .company-system .work-style .item .unit {
    font-size: 12px;
  }

  .company-system .work-style .item .arrow-icon {
    width: 16px;
    height: 16px;
    margin-left: auto;
  }

}

@media screen and (max-width: 980px) {
  .company-system .work-style {
    margin-top: 50px;
  }

  .company-system .work-style .list {
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }

  .company-system .work-style .item {
    width: 100%;
    max-width: 460px;
    margin: auto;
  }

  .company-system .work-style .item:nth-child(2) .trigger-btn::before {
    display: none;
  }

  .company-system .work-style .item:hover {
    background-color: transparent;
  }
}

@media screen and (max-width: 420px) {
  .company-system .work-style .item:hover .img-wrap .icon {
    animation: none;
  }
}

.company-system .welfare {
  margin-top: 110px;
}

.company-system .welfare .list {
  width: calc(100% - 30px);
  max-width: 900px;
  margin: 75px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.company-system .welfare .column {
  background-color: #fff;
  border-radius: 14px;
  padding: 22px 20px 22px 30px;
  box-shadow: 2px 2px 0 #D6E8E5;
  cursor: pointer;
  opacity: 0;
}

.company-system .welfare .column.in-view {
  animation: upInview 500ms ease forwards;
}

.company-system .welfare .text-head {
  display: flex;
  align-items: center;
  position: relative;
}

.company-system .welfare .text-head .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 38px;
}

.company-system .welfare .text-head .sub-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.company-system .welfare .text-head .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: left;
  margin-top: 11px;
  color: #CF1934;
  opacity: 1;
}

.company-system .welfare .column:nth-child(even) .text-head .title {
  color: #0DAA86;
}

.company-system .welfare .text-head .box-btn {
  width: 20px;
  height: 20px;
  background-color: #CC0033;
  border-radius: 4px;
  position: relative;
  margin-left: auto;
}

.company-system .welfare .column:nth-child(even) .text-head .box-btn {
  background-color: #0DAA86;
}

.company-system .welfare .text-head .box-btn .bar {
  width: 10px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.company-system .welfare .text-head .box-btn .bar:nth-child(2) {
  width: 2px;
  height: 10px;
}

.company-system .welfare .sub-list {
  width: calc(100% - 30px);
  max-width: 900px;
  margin: auto;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.company-system .welfare .sub-list .column{
  cursor: pointer;
  padding: 17px 20px 17px 30px;
}

.company-system .welfare .sub-list .column:first-child {
  cursor: default;
}

.company-system .welfare .sub-list .column:first-child .text-wrap {
  margin-left: 38px;
}

.company-system .welfare .sub-list .column .sub-title {
  font-size: 18px;
}

.company-system .welfare .sub-list .column:first-child .sub-title {
  font-size: 16px;
}

.company-system .welfare .sub-list .text-head .text-wrap {
  margin-left: 0;
}

.company-system .welfare .sub-list:nth-child(odd) .title {
  color: #0DAA86;
}

.company-system .welfare .sub-list:nth-child(odd) .text-head .box-btn {
  background-color: #0DAA86;
}

.company-system .welfare .sub-list:nth-child(even) .text-head .box-btn {
  background-color: #CC0033;
}

.company-system .welfare .column .container .detaile {
  font-size: 15px;
  font-weight: normal;
  line-height: 0;
  padding: 0 60px 0 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: padding 300ms ease,
  height 300ms ease,
  opacity 200ms ease,
  line-height 300ms ease,
  visibility 300ms ease;
}

.company-system .welfare .column.open .container .detaile {
  line-height: 1.73;
  padding: 10px 60px 0 0;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: padding 300ms ease,
  height 300ms ease,
  opacity 200ms ease,
  line-height 300ms ease,
  visibility 300ms ease;
}

.company-system .welfare .column .box-btn {
  animation: boxClose 300ms ease;
}

.company-system .welfare .column.open .box-btn {
  animation: boxOpen 300ms ease;
}

.company-system .welfare .column .box-btn .bar:nth-child(2) {
  opacity: 1;
  transition: opacity 300ms ease;
}

.company-system .welfare .column.open .box-btn .bar:nth-child(2) {
  opacity: 0;
}

@keyframes boxOpen {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes boxClose {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0);
  }
}

@media screen and (max-width: 980px) {
  .company-system .welfare {
    margin-top: 70px;
  }

  .company-system .welfare .list {
    margin: 25px auto 0;
  }

  .company-system .welfare .column {
    padding: 22px 20px 22px 10px;
    border-radius: 7px;
  }

  .company-system .welfare .sub-list .column {
    padding: 17px 20px 17px 18px;
  }

  .company-system .welfare .text-head .img-wrap {
    width: 53px;
    height: 53px;
  }

  .company-system .welfare .text-head .img-wrap .icon {
    max-width: 100%;
    max-height: 100%;
  }

  .company-system .welfare .sub-list .text-head .img-wrap {
    width: 45px;
    height: 45px;
  }

  .company-system .welfare .sub-list .text-head .img-wrap .icon {
    max-width: 100%;
    max-height: 100%;
  }

  .company-system .welfare .text-head .text-wrap {
    margin-left: 26px;
  }

  .company-system .welfare .sub-list .column:first-child .text-wrap {
    margin-left: 26px;
  }

  .company-system .welfare .text-head .sub-title {
    font-size: 12px;
  }

  .company-system .welfare .sub-list .column .sub-title {
    font-size: 14px;
  }

  .company-system .welfare .sub-list .column:first-child .sub-title {
    font-size: 12px;
  }

  .company-system .welfare .text-head .title {
    font-size: 20px;
    margin-top: 8px;
  }

  .company-system .welfare .column .container .detaile {
    font-size: 14px;
    padding: 0 40px 0 0;
  }

  .company-system .welfare .column.open .container .detaile {
    line-height: 1.7142;
    padding: 10px 40px 0 0;
  }



  .company-system .welfare .text-head .box-btn {
    width: 16px;
    height: 16px;
  }
}

.modal-window {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease,
  visibility 300ms ease;
  display: flex;
  align-items: center;
}

.modal-window.active {
  opacity: 1;
  visibility: visible;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .6);
}

.modal-inner {
  width: calc(100% - 20px);
  max-width: 1124px;
  height: auto;
  max-height: 670px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.modal-container {
  height: auto;
  max-height: 670px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px 0;
  padding: 55px;
  height: auto;
  background-color: #fff;
  border: solid 3px #CC0033;
  border-radius: 20px;
}

.modal-container .heading {
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
}

.modal-container .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px 0;
}
.modal-container._dbs .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.modal-container.about-consept .text-container {
  width: 50%;
}

.modal-container .text-container .title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #CC0033;
}

.modal-container.about-consept .text-container .title {
  line-height: 1.48;
}

.modal-container.about-consept._dbs .text-container .title {
  line-height: 1;
  margin-bottom: 40px;
}

.modal-container .text-container .detaile {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 10px;
}

.modal-container.about-consept .img-wrap {
  width: 48%;
}

.modal-container.about-consept._dbs .img-wrap {
  aspect-ratio: 445/308;
  width: 44%;
}

.modal-container.about-consept .img-wrap .main-img {
  width: 100%;
}

.modal-container.about-consept._dbs .img-wrap .main-img {
  width: 100%;
  height: 100%;
}

.modal-container.about-mission .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.modal-container.about-mission .text-container .detaile {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 30px;
}

.modal-container.reason1 .main-img {
  width: 334.02px;
  height: 220.54px;

}

.modal-container.reason2 .main-img {
  width: 232px;
  height: 137px;

}

.modal-container.reason3 .main-img {
  width: 222.29px;
  height: 181.59px;
}

.modal-container.reason4 .main-img {
  width: 230px;
  height: 169px;
}

.modal-container.reason5 .main-img {
  width: 263.93px;
  height: 174.41px;
}

.modal-container.reason6 .main-img {
  width: 217px;
  height: 213px;
}

.modal-container.choose .text-container {
  width: 70%;
}

.modal-container.choose .text-container .title {
  line-height: 1.48;
}

.modal-container.reason1 .text-container .title,
.modal-container.reason4 .text-container .title,
.modal-container.reason5 .text-container .title {
  color: #CC0033;
}

.modal-container.reason2 .text-container .title,
.modal-container.reason3 .text-container .title,
.modal-container.reason6 .text-container .title {
  color: #0DAA86;
}

.modal-container.choose .text-container .detaile {
  margin-top: 20px;
}

.modal-close-btn {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #CC0033;
  position: absolute;
  top: -70px;
  right: -48px;
  cursor: pointer;
}

.modal-close-btn .bar {
  width: 25px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.modal-close-btn .bar:nth-child(2) {
  transform: rotate(135deg);
}

@media screen and (max-width: 1240px) {
  .modal-close-btn {
    right: 0;
  }
}

@media screen and (max-width: 980px) , (max-height: 840px) {
  .modal-window.active {
    opacity: 1;
    visibility: visible;
    overflow: scroll;
  }

  .modal-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .6);
  }

  .modal-inner {
    height: auto;
    max-height: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 120px;
    padding: 0 0 50px;
    box-sizing: border-box;
  }

  .modal-container {
    max-height: none;
    padding: 30px 16px;
    gap: 15px 0;
  }

  .modal-container .heading {
    font-size: 23px;
  }

  .modal-container .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px 0;
  }

  .modal-container.about-consept .container {
    gap: 10px 0;
    flex-direction: column-reverse;
  }

  .modal-container.about-consept .text-container {
    width: 100%;
  }

  .modal-container .text-container .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    color: #CC0033;
  }

  .modal-container .text-container .detaile {
    font-size: 15px;
    line-height: 2;
    margin-top: 10px;
  }

  .modal-container.about-consept .img-wrap {
    width: 100%;
    max-width: 320px;
    height: auto;
    aspect-ratio: 320/176;
    margin: auto;
    box-sizing: border-box;
  } 

  .modal-container.about-consept .img-wrap .main-img {
    width: auto;
    height: 100%;
  }

  .modal-container.about-mission .container {
    gap: 15px 0;
  }

  .modal-container.about-mission .text-container .detaile {
    font-size: 15px;
    line-height: 2;
    margin-top: 10px;
  }

  .modal-container.about-mission .img-wrap {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 334/101;
    margin: auto;
    box-sizing: border-box;
  }

  .modal-container.about-mission .img-wrap .main-img {
    width: 100%;
    height: auto;
  }

  .modal-close-btn {
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 2;
  }

  .modal-container.choose .text-container {
    width: 100%;
  }

  .modal-container.reason1 .main-img {
    width: min(59.645945945945946%, 334.02px);
    height: auto;
    aspect-ratio: 334.02/220.54;
    margin: 0 auto max(-5.128205128205128vw,-20px);
  }
  
  .modal-container.reason2 .main-img {
    width: min(46.486486486486486%, 232px);
    height: auto;
    aspect-ratio: 232/137;
    margin: auto;
  }
  
  .modal-container.reason3 .main-img {
    width: min(36.956756756756757%, 222.29px);
    height: auto;
    aspect-ratio: 222.29/181.59;
    margin: auto;
  }
  
  .modal-container.reason4 .main-img {
    width: min(36.956756756756757%, 230px);
    height: auto;
    aspect-ratio: 230/169;
    margin: auto;
  }
  
  .modal-container.reason5 .main-img {
    width: min(46.989189189189189%, 263.93px);
    height: auto;
    aspect-ratio: 263.93/174.41;
    margin: 0 auto max(-2.564102564102564vw, -10px);
  }
  
  .modal-container.reason6 .main-img {
    width: min(32.162162162162162%, 217px);
    height: auto;
    aspect-ratio: 217/213;
    margin: auto;
  }

  .modal-container.reason1 .text-container .title,
  .modal-container.reason3 .text-container .title,
  .modal-container.reason5 .text-container .title {
    color: #CC0033;
  }

  .modal-container.reason2 .text-container .title,
  .modal-container.reason4 .text-container .title,
  .modal-container.reason6 .text-container .title {
    color: #0DAA86;
  }


}

















