@media screen and (max-width: 860px) {
  .side {
    display: block;
  }
}

.section.num01 {
  padding: 0px 0px 40px 0px;
}

.section.num02 {
  padding-top: calc(168*100vw/1920);
  padding-bottom: calc(155*100vw/1920);
}

#index .section.num02 .text01 {
  text-align: left!important;
  margin-bottom: 0!important;
}

.section.num02 ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section.num02 .list > li {
  margin-top: 0px;
}

.list--disc > li:before {
  content: "";
  top: 9px;
  left: 3px;
  width: 3px;
  height: 3px;
  background-color: rgba(0, 0, 0, 1);
  border: none;
  border-radius: 50%;
}

.headline--02 {
  font-size: 42px!important;
  line-height: 44px;
  text-transform: none!important;
  margin-bottom: 80px !important;
}

.headline--02::before {
  width: 90px;
  transform: translateY(-25px);
}

.moving-background {
  width: 100%;
  background: url(../jpg/moving-top.jpg) center;
  background-size: cover;
  position: relative;
  height: clamp(493px,calc(740*100vw/1920),9999px);
  z-index: -10;
}

.moving-background .wrap{
  max-height: 100% !important;
}

.title-header {
  height: clamp(493px,calc(740*100vw/1920),9999px);
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.moving-title {
  font-family: 'adobe-garamond-pro',serif;
  font-size: 60px;
  line-height: 56px;
  font-weight: 600;
  padding-bottom: 36px;
  color: #FFFFFF;
}

.moving-sub-title {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  font-family: Helvetica,Arial, sans-serif;
  color: #FFFFFF;
  text-align: center;
}

.flow__left {
  width: 50%;
}

.flow__right {
  width: 100%;
}

.flow__number {
  width: 90px;
  height: 90px;
  align-items: center;
  display: flex;
  justify-content: center;
  top: initial;
  font-family: "adobe-garamond-pro",serif;
  font-weight: 600;
  font-size: 32px;
}

.flow__number::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: rgba(0, 35, 104, 1);
  transform: translateY(-126px);
}

.flow__item {
  margin-top: 0 !important;
  display: flex;
  padding-top: 80px;
  border-top: 2px solid rgba(216, 216, 216, 1);
  gap: 20px;
  padding-bottom: 80px;
}

.process-title {
  font-size: 36px;
  line-height: 38px;
  font-family: 'adobe-garamond-pro',serif;
  font-weight: 600;
  color: rgba(0, 35, 104, 1);
  padding-left: 30px;
  height: 90px;
  display: flex;
  align-items: center;
}

.text01:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .section.num02 {
    padding-top: 73px;
    padding-bottom: 33px;
  }

  .section.num02 .list > li {
    font-size: 14px;
  }

  .headline--02 {
    line-height: 31px;
    font-size: 26px !important;
    text-transform: none !important;
    margin-bottom: 38px !important;
  }

  .headline--02::before {
    width: 36px;
  }

  .moving-background {
    background: url(../jpg/moving-top-2.jpg) no-repeat;
    padding-bottom: 0;
    background-size: cover;
    height: 428px;
  }

  .moving-title {
    font-size: 38px;
    line-height: 38px;
    padding-bottom: 15px;
  }

  .moving-sub-title {
    text-align: center;
  }

  .process-title {
    height: 40px;
    font-size: 24px;
    line-height: 26px;
    padding-left: 0;
  }

  .title-header {
    height: 428px;
  }

  .flow__left {
    width: 100%;
  }

  .flow__number {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .section.num02 ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #index .section.num02 .text01 {
    margin-top: 0!important;
  }

  .flow__number::before {
    transform: translateY(-53px);
    width: 40px;
    gap: 16px;
  }

  .flow__item {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 30px;
    padding-left: 50px;
  }
}
