@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss¹²Í¨¤³¤³¤Þ¤Ç***/
/*****************************************/
.f75res {
  font-size: 75px;
  line-height: 125%;
}
@media screen and (max-width:1200px) {
  .f75res {
    font-size: 6.25vw;
  }
}
@media screen and (max-width:800px) {
  .f75res {
    font-size: 8vw;
  }
}

.f65res {
  font-size: 65px;
  line-height: 125%;
}
@media screen and (max-width:1200px) {
  .f65res {
    font-size: 5.4166666667vw;
  }
}
@media screen and (max-width:800px) {
  .f65res {
    font-size: 7.5vw;
  }
}

.f60res {
  font-size: 60px;
  line-height: 125%;
}
@media screen and (max-width:1200px) {
  .f60res {
    font-size: 5vw;
  }
}
@media screen and (max-width:800px) {
  .f60res {
    font-size: 7.2vw;
  }
}

.f50res {
  font-size: 50px;
  line-height: 125%;
}
@media screen and (max-width:1200px) {
  .f50res {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width:800px) {
  .f50res {
    font-size: 8vw;
  }
}

.f42res {
  font-size: 42px;
  line-height: 135%;
}
@media screen and (max-width:1200px) {
  .f42res {
    font-size: 3.5vw;
  }
}
@media screen and (max-width:800px) {
  .f42res {
    font-size: 7.5vw;
  }
}

.f40res {
  font-size: 40px;
  line-height: 135%;
}
@media screen and (max-width:1200px) {
  .f40res {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width:800px) {
  .f40res {
    font-size: 7.5vw;
  }
}

.f38res {
  font-size: 38px;
  line-height: 115%;
}
@media screen and (max-width:1200px) {
  .f38res {
    font-size: 3.1666666667vw;
  }
}
@media screen and (max-width:800px) {
  .f38res {
    font-size: 7vw;
  }
}

.f36res {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width:1200px) {
  .f36res {
    font-size: 3vw;
  }
}
@media screen and (max-width:800px) {
  .f36res {
    font-size: 6.5vw;
  }
}

.f34res {
  font-size: 34px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f34res {
    font-size: 2.8333333333vw;
  }
}
@media screen and (max-width:800px) {
  .f34res {
    font-size: 6vw;
  }
}

.f32res {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f32res {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  .f32res {
    font-size: 5.7vw;
  }
}

.f30res {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f30res {
    font-size: 2.5vw;
  }
}
@media screen and (max-width:800px) {
  .f30res {
    font-size: 5vw;
  }
}

.f28res {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f28res {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width:800px) {
  .f28res {
    font-size: 4.8vw;
  }
}

.f26res {
  font-size: 26px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f26res {
    font-size: 2.1666666667vw;
  }
}
@media screen and (max-width:800px) {
  .f26res {
    font-size: 4.6vw;
  }
}

.f24res {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f24res {
    font-size: 2vw;
  }
}
@media screen and (max-width:800px) {
  .f24res {
    font-size: 4.4vw;
  }
}

.f22res {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f22res {
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width:800px) {
  .f22res {
    font-size: 4.2vw;
  }
}

.f20res {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f20res {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  .f20res {
    font-size: 4vw;
  }
}

.f19res {
  font-size: 19px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f19res {
    font-size: 1.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  .f19res {
    font-size: 3.9vw;
  }
}

.f18res {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f18res {
    font-size: 1.5vw;
  }
}
@media screen and (max-width:800px) {
  .f18res {
    font-size: 3.8vw;
  }
}

.f17res {
  font-size: 17px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f17res {
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width:800px) {
  .f17res {
    font-size: 3.6vw;
  }
}

.f16res {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f16res {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width:800px) {
  .f16res {
    font-size: 3.4vw;
  }
}

.f15res {
  font-size: 15px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f15res {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:800px) {
  .f15res {
    font-size: 3.3vw;
  }
}

.f14res {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f14res {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width:800px) {
  .f14res {
    font-size: 3.2vw;
  }
}

.f13res {
  font-size: 13px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  .f13res {
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width:800px) {
  .f13res {
    font-size: 3vw;
  }
}

.f12res {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:1200px) {
  .f12res {
    font-size: 1vw;
  }
}
@media screen and (max-width:800px) {
  .f12res {
    font-size: 2.4vw;
  }
}

.f11res {
  font-size: 11px;
  line-height: 125%;
}
@media screen and (max-width:1200px) {
  .f11res {
    font-size: 0.9166666667vw;
  }
}
@media screen and (max-width:800px) {
  .f11res {
    font-size: 2.3vw;
  }
}

.f10res {
  font-size: 10px;
  line-height: 125%;
}
@media screen and (max-width:1200px) {
  .f10res {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width:800px) {
  .f10res {
    font-size: 2.2vw;
  }
}

/*****************************************/
@media print {
  body {
    min-width: 1200px;
  }
  .fade__up {
    opacity: 1;
  }
  .fade__in {
    opacity: 1;
  }
}
/**********************/
@media screen and (max-width:800px) {
  .f10sp {
    font-size: calc(10 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f11sp {
    font-size: calc(11 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f12sp {
    font-size: calc(12 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f13sp {
    font-size: calc(13 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f14sp {
    font-size: calc(14 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f15sp {
    font-size: calc(15 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f16sp {
    font-size: calc(16 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f17sp {
    font-size: calc(17 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f18sp {
    font-size: calc(18 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f19sp {
    font-size: calc(19 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f20sp {
    font-size: calc(20 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f21sp {
    font-size: calc(21 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f22sp {
    font-size: calc(22 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f23sp {
    font-size: calc(23 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f24sp {
    font-size: calc(24 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f25sp {
    font-size: calc(25 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f26sp {
    font-size: calc(26 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f27sp {
    font-size: calc(27 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f28sp {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f29sp {
    font-size: calc(29 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f30sp {
    font-size: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f31sp {
    font-size: calc(31 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f32sp {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f33sp {
    font-size: calc(33 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f34sp {
    font-size: calc(34 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f35sp {
    font-size: calc(35 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f36sp {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f37sp {
    font-size: calc(37 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f38sp {
    font-size: calc(38 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f39sp {
    font-size: calc(39 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f40sp {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f41sp {
    font-size: calc(41 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f42sp {
    font-size: calc(42 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f43sp {
    font-size: calc(43 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f44sp {
    font-size: calc(44 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f45sp {
    font-size: calc(45 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f46sp {
    font-size: calc(46 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f47sp {
    font-size: calc(47 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f48sp {
    font-size: calc(48 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f49sp {
    font-size: calc(49 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f50sp {
    font-size: calc(50 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f51sp {
    font-size: calc(51 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f52sp {
    font-size: calc(52 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f53sp {
    font-size: calc(53 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f54sp {
    font-size: calc(54 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f55sp {
    font-size: calc(55 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f56sp {
    font-size: calc(56 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f57sp {
    font-size: calc(57 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f58sp {
    font-size: calc(58 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f59sp {
    font-size: calc(59 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f60sp {
    font-size: calc(60 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f61sp {
    font-size: calc(61 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f62sp {
    font-size: calc(62 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f63sp {
    font-size: calc(63 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f64sp {
    font-size: calc(64 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f65sp {
    font-size: calc(65 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f66sp {
    font-size: calc(66 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f67sp {
    font-size: calc(67 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f68sp {
    font-size: calc(68 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f69sp {
    font-size: calc(69 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f70sp {
    font-size: calc(70 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f71sp {
    font-size: calc(71 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f72sp {
    font-size: calc(72 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f73sp {
    font-size: calc(73 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f74sp {
    font-size: calc(74 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f75sp {
    font-size: calc(75 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f76sp {
    font-size: calc(76 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f77sp {
    font-size: calc(77 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f78sp {
    font-size: calc(78 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f79sp {
    font-size: calc(79 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f80sp {
    font-size: calc(80 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f81sp {
    font-size: calc(81 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f82sp {
    font-size: calc(82 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f83sp {
    font-size: calc(83 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f84sp {
    font-size: calc(84 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f85sp {
    font-size: calc(85 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f86sp {
    font-size: calc(86 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f87sp {
    font-size: calc(87 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f88sp {
    font-size: calc(88 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f89sp {
    font-size: calc(89 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f90sp {
    font-size: calc(90 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f91sp {
    font-size: calc(91 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f92sp {
    font-size: calc(92 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f93sp {
    font-size: calc(93 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f94sp {
    font-size: calc(94 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f95sp {
    font-size: calc(95 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f96sp {
    font-size: calc(96 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f97sp {
    font-size: calc(97 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f98sp {
    font-size: calc(98 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f99sp {
    font-size: calc(99 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f100sp {
    font-size: calc(100 / 750 * 100vw);
  }
}

main {
  position: relative;
  z-index: 10;
}

#topcontena {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#topcontena .copytitle {
  width: 20.25%;
  max-width: 274px;
  position: absolute;
  top: 52%;
  right: 5%;
  transform: translate(0, -50%);
  z-index: 99;
}
@media screen and (max-width:800px) {
  #topcontena .copytitle {
    width: 40%;
    margin-right: 5%;
    top: 100px;
    transform: translate(0, 0%);
  }
}
#topcontena .copysubtitle {
  width: 55.4%;
  max-width: 758px;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #topcontena .copysubtitle {
    transform: translate(0, 0%);
    width: 84%;
    top: auto;
    bottom: 3.5%;
    left: 8%;
  }
}
#topcontena .back_type1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/EDGE-PRIME_Initiative_2024/images/type01.png) repeat;
  background-position: center 0;
  background-size: 2358px 587px;
  z-index: 2;
  animation: toproop01 5s cubic-bezier(0.68, -0.6, 0.32, 1.6) infinite;
}
@keyframes toproop01 {
  0% {
    background-position: center 0;
  }
  25% {
    background-position: center 294px;
  }
  50% {
    background-position: center 294px;
  }
  75% {
    background-position: center 587px;
  }
  100% {
    background-position: center 587px;
  }
}
@media screen and (max-width:800px) {
  #topcontena .back_type1 {
    background: url(/EDGE-PRIME_Initiative_2024/images/type01.png) repeat;
    background-position: center 0;
    background-size: 1179px 293px;
    animation: toproop01_sp 5s cubic-bezier(0.68, -0.6, 0.32, 1.6) infinite;
  }
}
@keyframes toproop01_sp {
  0% {
    background-position: center 0;
  }
  25% {
    background-position: center 147px;
  }
  50% {
    background-position: center 147px;
  }
  75% {
    background-position: center 293px;
  }
  100% {
    background-position: center 293px;
  }
}
#topcontena .back_type2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/EDGE-PRIME_Initiative_2024/images/type02.png) repeat center 0;
  background-size: 2358px 587px;
  z-index: 2;
  animation: toproop02 5s cubic-bezier(0.68, -0.6, 0.32, 1.6) infinite;
}
@keyframes toproop02 {
  0% {
    background-position: center 0;
  }
  25% {
    background-position: center -294px;
  }
  50% {
    background-position: center -294px;
  }
  75% {
    background-position: center -587px;
  }
  100% {
    background-position: center -587px;
  }
}
@media screen and (max-width:800px) {
  #topcontena .back_type2 {
    background: url(/EDGE-PRIME_Initiative_2024/images/type02.png) repeat;
    background-position: center 0;
    background-size: 1179px 293px;
    animation: toproop02_sp 5s cubic-bezier(0.68, -0.6, 0.32, 1.6) infinite;
  }
}
@keyframes toproop02_sp {
  0% {
    background-position: center 0;
  }
  25% {
    background-position: center -147px;
  }
  50% {
    background-position: center -147px;
  }
  75% {
    background-position: center -293px;
  }
  100% {
    background-position: center -293px;
  }
}
#topcontena .scrollwaku {
  width: 55px;
  position: absolute;
  bottom: 25px;
  right: 50%;
  overflow: hidden;
  z-index: 5;
  transform: translate(50%, 0);
}
@media screen and (max-width:800px) {
  #topcontena .scrollwaku {
    bottom: 15px;
    right: 5%;
    width: 36px;
    transform: translate(0%, 0);
  }
}
#topcontena .scrollwaku figure {
  animation: scrllanime 2s infinite;
}
@keyframes scrllanime {
  0% {
    transform: translate(0, -100%);
  }
  50% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, 0%);
  }
}

#section00 {
  width: 100%;
  height: 110vh;
  pointer-events: none;
}

#colorbacksection {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(/EDGE-PRIME_Initiative_2024/images/colorback.jpg) no-repeat center 0%;
  background-size: 100% 100%;
}
#colorbacksection .colorbacksection__img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(/EDGE-PRIME_Initiative_2024/images/textback.png) no-repeat center top;
  background-size: 80% auto;
  top: -15%;
}
@media screen and (max-width:800px) {
  #colorbacksection .colorbacksection__img {
    background: url(/EDGE-PRIME_Initiative_2024/images/textback.png) no-repeat center 10%;
    background-size: 200% auto;
  }
}

#section01 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#section01 .left {
  width: 50%;
  background-color: #a3e0e9;
  position: relative;
  padding-top: 50px;
}
#section01 .left .backtext {
  width: 15.8%;
  max-width: 108px;
  position: absolute;
  bottom: 75px;
  left: 0;
}
@media screen and (max-width:800px) {
  #section01 .left .backtext {
    width: 24%;
    bottom: 10vw;
  }
}
#section01 .left .times {
  width: 8.6%;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section01 .left .times {
    width: 17.5%;
    bottom: 11.5vw;
  }
}
#section01 .right {
  width: 50%;
  background-color: #fcbbb6;
  position: relative;
  padding-top: 50px;
}
#section01 .right .textbox {
  width: 51.4%;
  max-width: 350px;
  margin-left: 5.8%;
  margin-bottom: 45px;
}
@media screen and (max-width:800px) {
  #section01 .right .textbox {
    width: 85%;
    max-width: 800px;
    margin-left: 5.8%;
    margin-bottom: 45px;
  }
}
#section01 .right dl {
  width: 90%;
  margin-left: 6.8%;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#section01 .right dl dt {
  width: 6em;
  margin-bottom: 1.75em;
}
@media screen and (max-width:800px) {
  #section01 .right dl dt {
    width: 100%;
    margin-bottom: 0.25em;
  }
}
#section01 .right dl dd {
  width: calc(100% - 6em);
  margin-bottom: 1.75em;
}
@media screen and (max-width:800px) {
  #section01 .right dl dd {
    width: 100%;
    padding-right: 1em;
  }
}
#section01 .right .photoimg {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section01 .right .photoimg {
    display: none;
  }
}
#section01 .right .photoimg figure {
  width: 137%;
  margin-left: -37%;
  margin-right: 0;
}
#section01 .right .backtext {
  width: 15.8%;
  max-width: 108px;
  position: absolute;
  top: 50px;
  right: 0;
}
@media screen and (max-width:800px) {
  #section01 .right .backtext {
    width: 24%;
    top: 25px;
  }
}

.photoimg_sp {
  width: 100%;
  display: none;
}
@media screen and (max-width:800px) {
  .photoimg_sp {
    display: block;
  }
}

#section02 {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
#section02 .side_left {
  width: 12px;
  position: absolute;
  height: 100%;
  background-color: #E2CCCC;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section02 .side_left {
    width: 6px;
  }
}
#section02 .side_right {
  width: 12px;
  position: absolute;
  height: 100%;
  background-color: #E2CCCC;
  top: 0;
  right: 0;
}
@media screen and (max-width:800px) {
  #section02 .side_right {
    width: 6px;
  }
}
#section02 .uppers {
  width: 100%;
  background-color: #E2CCCC;
  padding-bottom: 12px;
  position: relative;
}
#section02 .uppers .headimg {
  width: 22.6%;
  position: absolute;
  bottom: calc(100% - 3px);
  left: 0;
}
@media screen and (max-width:800px) {
  #section02 .uppers .headimg {
    width: 50%;
  }
}
#section02 .uppers h3 {
  margin-left: 3.6%;
  transform: translate(0, -30%);
}
@media screen and (max-width:800px) {
  #section02 .uppers h3 {
    margin-left: 5%;
    transform: translate(0, -15%);
  }
}
#section02 .uppers h3 .eng {
  width: 8.78%;
}
@media screen and (max-width:800px) {
  #section02 .uppers h3 .eng {
    width: 25%;
    line-height: 100%;
  }
}
#section02 .uppers h3 .jpn {
  font-weight: 600;
}
#section02 .section__in {
  width: 84%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0 200px 0;
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    padding: 7.5vw 0 15vw 0;
  }
}
#section02 .section__in h2 {
  width: 22.33%;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section02 .section__in h2 {
    width: 34%;
  }
}
#section02 .section__in .clums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 .section__in .clums .textbox {
  width: 60.8%;
}
@media screen and (max-width:800px) {
  #section02 .section__in .clums .textbox {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#section02 .section__in .clums .textbox .base_text {
  line-height: 225%;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section02 .section__in .clums .textbox .base_text {
    margin-bottom: 40px;
  }
}
#section02 .section__in .clums .textbox .base_text2 {
  line-height: 180%;
  margin-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section02 .section__in .clums .textbox .base_text2 {
    margin-bottom: 75px;
  }
}
#section02 .section__in .clums .textbox h5 {
  margin-bottom: 3em;
}
@media screen and (max-width:800px) {
  #section02 .section__in .clums .textbox h5 {
    margin-bottom: 1.5em;
  }
}
#section02 .section__in .clums .textbox .base_text3 {
  line-height: 225%;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section02 .section__in .clums .textbox .base_text3 {
    margin-bottom: 20px;
  }
}
#section02 .section__in .clums .textbox .base_text4 {
  line-height: 225%;
}
#section02 .section__in .clums .imgbox {
  width: 34%;
}
@media screen and (max-width:800px) {
  #section02 .section__in .clums .imgbox {
    width: 100%;
  }
}
#section02 .section__in .clums .imgbox h4 {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section02 .section__in .clums .imgbox h4 {
    margin-bottom: 1.5em;
  }
}
#section02 .section__in .clums .imgbox ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section02 .section__in .clums .imgbox ul {
    margin-bottom: 30px;
  }
}
#section02 .section__in .clums .imgbox ul li {
  width: 40.5%;
  margin-bottom: 22px;
  margin-right: 8.5%;
}
@media screen and (max-width:800px) {
  #section02 .section__in .clums .imgbox ul li {
    margin-bottom: 15px;
  }
}
#section02 .section__in .clums .imgbox ul li:nth-child(2n) {
  margin-right: 0;
}
#section02 .section__in .clums .imgbox ul li:last-child {
  margin: 0 auto 0 auto;
}
#section02 .section__in .clums .imgbox ul li .names {
  text-align: center;
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
  padding-top: 1.2em;
}
#section02 .section__in .clums .imgbox .markbox {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02 .section__in .clums .imgbox .markbox {
    width: 80%;
    margin: 0 auto;
  }
}
#section02 .base_imgbox {
  position: relative;
}
#section02 .base_imgbox .base_img_damis {
  opacity: 0;
}
#section02 .base_imgbox .mk01 {
  width: 25.74%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#section02 .base_imgbox .mk01 figure {
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
}
#section02 .base_imgbox .mk01 figure.active {
  opacity: 1;
}
#section02 .base_imgbox .mk02 {
  width: 16.7%;
  position: absolute;
  z-index: 90;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}
#section02 .base_imgbox .mk02 figure {
  transform: translate(0, -100%);
  transition: all 2.1s ease-out 0.01s;
}
#section02 .base_imgbox .mk02 figure.active {
  transform: translate(0, 0);
}
#section02 .base_imgbox .mk03 {
  width: 46.2%;
  position: absolute;
  z-index: 80;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#section02 .base_imgbox .mk03 figure {
  transform: scale(0);
  transition: all 0.75s linear 0.01s;
  transform-origin: center top;
}
#section02 .base_imgbox .mk03 figure.active {
  transform: scale(1);
}
#section02 .base_imgbox .mk03text {
  width: 16.52%;
  position: absolute;
  z-index: 82;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0);
}
#section02 .base_imgbox .mk03text figure {
  opacity: 0;
  transition: all 0.6s ease-out 0.01s;
}
#section02 .base_imgbox .mk03text figure.active {
  opacity: 1;
}
#section02 .base_imgbox .mk04 {
  width: 68.31%;
  position: absolute;
  z-index: 70;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
}
#section02 .base_imgbox .mk04.active {
  opacity: 1;
}
#section02 .base_imgbox .mk04 figure {
  transform: scale(0.67);
  transition: all 0.75s linear 0.01s;
  transform-origin: center top;
}
#section02 .base_imgbox .mk04 figure.active {
  transform: scale(1);
}
#section02 .base_imgbox .mk04text {
  width: 16.52%;
  position: absolute;
  z-index: 74;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
#section02 .base_imgbox .mk04text figure {
  opacity: 0;
  transition: all 0.6s ease-out 0.01s;
}
#section02 .base_imgbox .mk04text figure.active {
  opacity: 1;
}
#section02 .base_imgbox .mk05 {
  width: 100%;
  position: absolute;
  z-index: 60;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
}
#section02 .base_imgbox .mk05.active {
  opacity: 1;
}
#section02 .base_imgbox .mk05 figure {
  transform: scale(0.685);
  transition: all 0.75s linear 0.01s;
  transform-origin: center top;
}
#section02 .base_imgbox .mk05 figure.active {
  transform: scale(1);
}
#section02 .base_imgbox .mk05text {
  width: 16.52%;
  position: absolute;
  z-index: 74;
  top: 75%;
  left: 50%;
  transform: translate(-50%, 0);
}
#section02 .base_imgbox .mk05text figure {
  opacity: 0;
  transition: all 0.6s ease-out 0.01s;
}
#section02 .base_imgbox .mk05text figure.active {
  opacity: 1;
}
#section02 .base_imgbox .mk05_back {
  width: 100%;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: all 1.5s linear 0.01s;
}
#section02 .base_imgbox .mk05_back.active {
  opacity: 1;
}

#section02_02 {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
#section02_02 .side_left {
  width: 12px;
  position: absolute;
  height: 100%;
  background-color: #F99B23;
  top: 0;
  left: 0;
  z-index: 50;
}
@media screen and (max-width:800px) {
  #section02_02 .side_left {
    width: 6px;
  }
}
#section02_02 .side_right {
  width: 12px;
  position: absolute;
  height: 100%;
  background-color: #F99B23;
  top: 0;
  right: 0;
  z-index: 50;
}
@media screen and (max-width:800px) {
  #section02_02 .side_right {
    width: 6px;
  }
}
#section02_02 .uppers {
  width: 100%;
  background-color: #F99B23;
  padding-bottom: 12px;
  position: relative;
}
#section02_02 .uppers .headimg {
  width: 22.6%;
  position: absolute;
  bottom: calc(100% - 3px);
  left: 0;
}
@media screen and (max-width:800px) {
  #section02_02 .uppers .headimg {
    width: 50%;
  }
}
#section02_02 .uppers h3 {
  margin-left: 3.6%;
  transform: translate(0, -30%);
}
@media screen and (max-width:800px) {
  #section02_02 .uppers h3 {
    margin-left: 5%;
    transform: translate(0, -15%);
  }
}
#section02_02 .uppers h3 .eng {
  width: 11.85%;
}
@media screen and (max-width:800px) {
  #section02_02 .uppers h3 .eng {
    width: 32.5875%;
    line-height: 100%;
  }
}
#section02_02 .uppers h3 .jpn {
  font-weight: 600;
}
#section02_02 .section__in {
  width: 84%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0 200px 0;
}
@media screen and (max-width:800px) {
  #section02_02 .section__in {
    padding: 7.5vw 0 15vw 0;
  }
}
#section02_02 .section__in h2 {
  width: 22.33%;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section02_02 .section__in h2 {
    width: 34%;
  }
}
#section02_02 .section__in .clums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02_02 .section__in .clums .textbox {
  width: 60.8%;
}
@media screen and (max-width:800px) {
  #section02_02 .section__in .clums .textbox {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#section02_02 .section__in .clums .textbox .base_text {
  line-height: 225%;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section02_02 .section__in .clums .textbox .base_text {
    margin-bottom: 40px;
  }
}
#section02_02 .section__in .clums .textbox .base_text2 {
  line-height: 180%;
  margin-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section02_02 .section__in .clums .textbox .base_text2 {
    margin-bottom: 75px;
  }
}
#section02_02 .section__in .clums .textbox h5 {
  margin-bottom: 3em;
}
@media screen and (max-width:800px) {
  #section02_02 .section__in .clums .textbox h5 {
    margin-bottom: 1.5em;
  }
}
#section02_02 .section__in .clums .textbox .base_text3 {
  line-height: 225%;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section02_02 .section__in .clums .textbox .base_text3 {
    margin-bottom: 20px;
  }
}
#section02_02 .section__in .clums .textbox .base_text4 {
  line-height: 225%;
}
#section02_02 .section__in .clums .imgbox {
  width: 34%;
}
@media screen and (max-width:800px) {
  #section02_02 .section__in .clums .imgbox {
    width: 100%;
  }
}
#section02_02 .section__in .clums .imgbox h4 {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section02_02 .section__in .clums .imgbox h4 {
    margin-bottom: 1.5em;
  }
}
#section02_02 .section__in .clums .imgbox ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#section02_02 .section__in .clums .imgbox ul.last {
  margin-bottom: 0px;
}
@media screen and (max-width:800px) {
  #section02_02 .section__in .clums .imgbox ul.last {
    margin-bottom: 0px;
  }
}
#section02_02 .section__in .clums .imgbox ul.last li:last-child {
  margin: 0 0 0 0;
}
@media screen and (max-width:800px) {
  #section02_02 .section__in .clums .imgbox ul {
    margin-bottom: 30px;
  }
}
#section02_02 .section__in .clums .imgbox ul li {
  width: 40.5%;
  margin-bottom: 22px;
  margin-right: 8.5%;
}
@media screen and (max-width:800px) {
  #section02_02 .section__in .clums .imgbox ul li {
    margin-bottom: 15px;
  }
}
#section02_02 .section__in .clums .imgbox ul li:nth-child(2n) {
  margin-right: 0;
}
#section02_02 .section__in .clums .imgbox ul li:last-child {
  margin: 0 auto 0 auto;
}
#section02_02 .section__in .clums .imgbox ul li .names {
  text-align: center;
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
  padding-top: 1.2em;
}
#section02_02 .section__in .clums .imgbox .markbox {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02_02 .section__in .clums .imgbox .markbox {
    width: 80%;
    margin: 0 auto;
  }
}

#section02_03 {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
#section02_03 .side_left {
  width: 12px;
  position: absolute;
  height: 100%;
  background-color: #50CD5A;
  top: 0;
  left: 0;
  z-index: 50;
}
@media screen and (max-width:800px) {
  #section02_03 .side_left {
    width: 6px;
  }
}
#section02_03 .side_right {
  width: 12px;
  position: absolute;
  height: 100%;
  background-color: #50CD5A;
  top: 0;
  right: 0;
  z-index: 50;
}
@media screen and (max-width:800px) {
  #section02_03 .side_right {
    width: 6px;
  }
}
#section02_03 .uppers {
  width: 100%;
  background-color: #50CD5A;
  padding-bottom: 12px;
  position: relative;
}
#section02_03 .uppers .headimg {
  width: 22.6%;
  position: absolute;
  bottom: calc(100% - 3px);
  left: 0;
}
@media screen and (max-width:800px) {
  #section02_03 .uppers .headimg {
    width: 50%;
  }
}
#section02_03 .uppers h3 {
  margin-left: 3.6%;
  transform: translate(0, -30%);
}
@media screen and (max-width:800px) {
  #section02_03 .uppers h3 {
    margin-left: 5%;
    transform: translate(0, -15%);
  }
}
#section02_03 .uppers h3 .eng {
  width: 11.85%;
}
@media screen and (max-width:800px) {
  #section02_03 .uppers h3 .eng {
    width: 32.5875%;
    line-height: 100%;
  }
}
#section02_03 .uppers h3 .jpn {
  font-weight: 600;
}
#section02_03 .section__in {
  width: 84%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0 200px 0;
}
@media screen and (max-width:800px) {
  #section02_03 .section__in {
    padding: 7.5vw 0 15vw 0;
  }
}
#section02_03 .section__in h2 {
  width: 22.33%;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section02_03 .section__in h2 {
    width: 34%;
  }
}
#section02_03 .section__in .clums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02_03 .section__in .clums .textbox {
  width: 60.8%;
}
@media screen and (max-width:800px) {
  #section02_03 .section__in .clums .textbox {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#section02_03 .section__in .clums .textbox .base_text {
  line-height: 225%;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section02_03 .section__in .clums .textbox .base_text {
    margin-bottom: 40px;
  }
}
#section02_03 .section__in .clums .textbox .base_text2 {
  line-height: 180%;
  margin-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section02_03 .section__in .clums .textbox .base_text2 {
    margin-bottom: 75px;
  }
}
#section02_03 .section__in .clums .textbox h5 {
  margin-bottom: 3em;
}
@media screen and (max-width:800px) {
  #section02_03 .section__in .clums .textbox h5 {
    margin-bottom: 1.5em;
  }
}
#section02_03 .section__in .clums .textbox .base_text3 {
  line-height: 225%;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section02_03 .section__in .clums .textbox .base_text3 {
    margin-bottom: 20px;
  }
}
#section02_03 .section__in .clums .textbox .base_text4 {
  line-height: 225%;
}
#section02_03 .section__in .clums .imgbox {
  width: 34%;
}
@media screen and (max-width:800px) {
  #section02_03 .section__in .clums .imgbox {
    width: 100%;
  }
}
#section02_03 .section__in .clums .imgbox h4 {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section02_03 .section__in .clums .imgbox h4 {
    margin-bottom: 1.5em;
  }
}
#section02_03 .section__in .clums .imgbox ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#section02_03 .section__in .clums .imgbox ul.last {
  margin-bottom: 0px;
}
@media screen and (max-width:800px) {
  #section02_03 .section__in .clums .imgbox ul.last {
    margin-bottom: 0px;
  }
}
#section02_03 .section__in .clums .imgbox ul.last li:last-child {
  margin: 0 0 0 0;
}
@media screen and (max-width:800px) {
  #section02_03 .section__in .clums .imgbox ul {
    margin-bottom: 30px;
  }
}
#section02_03 .section__in .clums .imgbox ul li {
  width: 40.5%;
  margin-bottom: 22px;
  margin-right: 8.5%;
}
@media screen and (max-width:800px) {
  #section02_03 .section__in .clums .imgbox ul li {
    margin-bottom: 15px;
  }
}
#section02_03 .section__in .clums .imgbox ul li:nth-child(2n) {
  margin-right: 0;
}
#section02_03 .section__in .clums .imgbox ul li:last-child {
  margin: 0 auto 0 auto;
}
#section02_03 .section__in .clums .imgbox ul li .names {
  text-align: center;
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
  padding-top: 1.2em;
}
#section02_03 .section__in .clums .imgbox .markbox {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02_03 .section__in .clums .imgbox .markbox {
    width: 80%;
    margin: 0 auto;
  }
}

#section02_04 {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
#section02_04 .side_left {
  width: 12px;
  position: absolute;
  height: 100%;
  background-color: #F9766C;
  top: 0;
  left: 0;
  z-index: 50;
}
@media screen and (max-width:800px) {
  #section02_04 .side_left {
    width: 6px;
  }
}
#section02_04 .side_right {
  width: 12px;
  position: absolute;
  height: 100%;
  background-color: #F9766C;
  top: 0;
  right: 0;
  z-index: 50;
}
@media screen and (max-width:800px) {
  #section02_04 .side_right {
    width: 6px;
  }
}
#section02_04 .uppers {
  width: 100%;
  background-color: #F9766C;
  padding-bottom: 12px;
  position: relative;
}
#section02_04 .uppers .headimg {
  width: 22.6%;
  position: absolute;
  bottom: calc(100% - 3px);
  left: 0;
}
@media screen and (max-width:800px) {
  #section02_04 .uppers .headimg {
    width: 50%;
  }
}
#section02_04 .uppers h3 {
  margin-left: 3.6%;
  transform: translate(0, -30%);
}
@media screen and (max-width:800px) {
  #section02_04 .uppers h3 {
    margin-left: 5%;
    transform: translate(0, -15%);
  }
}
#section02_04 .uppers h3 .eng {
  width: 9%;
  margin-bottom: 0.2em;
}
@media screen and (max-width:800px) {
  #section02_04 .uppers h3 .eng {
    width: 24.75%;
    line-height: 100%;
  }
}
#section02_04 .uppers h3 .jpn {
  font-weight: 600;
}
#section02_04 .section__in {
  width: 84%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0 200px 0;
}
@media screen and (max-width:800px) {
  #section02_04 .section__in {
    padding: 7.5vw 0 15vw 0;
  }
}
#section02_04 .section__in h2 {
  width: 22.33%;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section02_04 .section__in h2 {
    width: 34%;
  }
}
#section02_04 .section__in .clums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02_04 .section__in .clums .textbox {
  width: 60.8%;
}
@media screen and (max-width:800px) {
  #section02_04 .section__in .clums .textbox {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#section02_04 .section__in .clums .textbox .base_text {
  line-height: 225%;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section02_04 .section__in .clums .textbox .base_text {
    margin-bottom: 40px;
  }
}
#section02_04 .section__in .clums .textbox .base_text2 {
  line-height: 180%;
  margin-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section02_04 .section__in .clums .textbox .base_text2 {
    margin-bottom: 75px;
  }
}
#section02_04 .section__in .clums .textbox h5 {
  margin-bottom: 3em;
}
@media screen and (max-width:800px) {
  #section02_04 .section__in .clums .textbox h5 {
    margin-bottom: 1.5em;
  }
}
#section02_04 .section__in .clums .textbox .base_text3 {
  line-height: 225%;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section02_04 .section__in .clums .textbox .base_text3 {
    margin-bottom: 20px;
  }
}
#section02_04 .section__in .clums .textbox .base_text4 {
  line-height: 225%;
}
#section02_04 .section__in .clums .imgbox {
  width: 34%;
}
@media screen and (max-width:800px) {
  #section02_04 .section__in .clums .imgbox {
    width: 100%;
  }
}
#section02_04 .section__in .clums .imgbox h4 {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section02_04 .section__in .clums .imgbox h4 {
    margin-bottom: 1.5em;
  }
}
#section02_04 .section__in .clums .imgbox ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 130px;
}
#section02_04 .section__in .clums .imgbox ul.last {
  margin-bottom: 0px;
}
@media screen and (max-width:800px) {
  #section02_04 .section__in .clums .imgbox ul.last {
    margin-bottom: 0px;
  }
}
@media screen and (max-width:800px) {
  #section02_04 .section__in .clums .imgbox ul {
    margin-bottom: 30px;
  }
}
#section02_04 .section__in .clums .imgbox ul li {
  width: 40.5%;
  margin-bottom: 22px;
  margin-right: 8.5%;
}
@media screen and (max-width:800px) {
  #section02_04 .section__in .clums .imgbox ul li {
    margin-bottom: 15px;
  }
}
#section02_04 .section__in .clums .imgbox ul li:nth-child(2n) {
  margin-right: 0;
}
#section02_04 .section__in .clums .imgbox ul li:last-child {
  /*margin: 0 auto 0 auto;*/
}
#section02_04 .section__in .clums .imgbox ul li .names {
  text-align: center;
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
  padding-top: 1.2em;
}
#section02_04 .section__in .clums .imgbox .markbox {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02_04 .section__in .clums .imgbox .markbox {
    width: 80%;
    margin: 0 auto;
  }
}

#section02_05 {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
#section02_05 .side_left {
  width: 12px;
  position: absolute;
  height: 100%;
  background-color: #47C1D3;
  top: 0;
  left: 0;
  z-index: 50;
}
@media screen and (max-width:800px) {
  #section02_05 .side_left {
    width: 6px;
  }
}
#section02_05 .side_right {
  width: 12px;
  position: absolute;
  height: 100%;
  background-color: #47C1D3;
  top: 0;
  right: 0;
  z-index: 50;
}
@media screen and (max-width:800px) {
  #section02_05 .side_right {
    width: 6px;
  }
}
#section02_05 .downner {
  width: 100%;
  position: absolute;
  height: 12px;
  background-color: #47C1D3;
  bottom: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width:800px) {
  #section02_05 .downner {
    height: 6px;
  }
}
#section02_05 .uppers {
  width: 100%;
  background-color: #47C1D3;
  padding-bottom: 12px;
  position: relative;
}
#section02_05 .uppers .headimg {
  width: 22.6%;
  position: absolute;
  bottom: calc(100% - 3px);
  left: 0;
}
@media screen and (max-width:800px) {
  #section02_05 .uppers .headimg {
    width: 50%;
  }
}
#section02_05 .uppers h3 {
  margin-left: 3.6%;
  transform: translate(0, -30%);
}
@media screen and (max-width:800px) {
  #section02_05 .uppers h3 {
    margin-left: 5%;
    transform: translate(0, -15%);
  }
}
#section02_05 .uppers h3 .eng {
  width: 9%;
  margin-bottom: 0.2em;
}
@media screen and (max-width:800px) {
  #section02_05 .uppers h3 .eng {
    width: 24.75%;
    line-height: 100%;
  }
}
#section02_05 .uppers h3 .jpn {
  font-weight: 600;
}
#section02_05 .section__in {
  width: 84%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section02_05 .section__in {
    padding: 7.5vw 0 7.5vw 0;
  }
}
#section02_05 .section__in h2 {
  width: 22.33%;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section02_05 .section__in h2 {
    width: 34%;
  }
}
#section02_05 .section__in .clums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02_05 .section__in .clums .textbox {
  width: 60.8%;
}
@media screen and (max-width:800px) {
  #section02_05 .section__in .clums .textbox {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#section02_05 .section__in .clums .textbox .base_text {
  line-height: 225%;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section02_05 .section__in .clums .textbox .base_text {
    margin-bottom: 40px;
  }
}
#section02_05 .section__in .clums .textbox .base_text2 {
  line-height: 180%;
  margin-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section02_05 .section__in .clums .textbox .base_text2 {
    margin-bottom: 75px;
  }
}
#section02_05 .section__in .clums .textbox h5 {
  margin-bottom: 3em;
}
@media screen and (max-width:800px) {
  #section02_05 .section__in .clums .textbox h5 {
    margin-bottom: 1.5em;
  }
}
#section02_05 .section__in .clums .textbox .base_text3 {
  line-height: 225%;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section02_05 .section__in .clums .textbox .base_text3 {
    margin-bottom: 20px;
  }
}
#section02_05 .section__in .clums .textbox .base_text4 {
  line-height: 225%;
}
#section02_05 .section__in .clums .imgbox {
  width: 34%;
}
@media screen and (max-width:800px) {
  #section02_05 .section__in .clums .imgbox {
    width: 100%;
  }
}
#section02_05 .section__in .clums .imgbox h4 {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section02_05 .section__in .clums .imgbox h4 {
    margin-bottom: 1.5em;
  }
}
#section02_05 .section__in .clums .imgbox ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#section02_05 .section__in .clums .imgbox ul.last {
  margin-bottom: 0px;
}
@media screen and (max-width:800px) {
  #section02_05 .section__in .clums .imgbox ul.last {
    margin-bottom: 0px;
  }
}
#section02_05 .section__in .clums .imgbox ul.last li:last-child {
  margin: 0 0 0 0;
}
@media screen and (max-width:800px) {
  #section02_05 .section__in .clums .imgbox ul {
    margin-bottom: 30px;
  }
}
#section02_05 .section__in .clums .imgbox ul li {
  width: 40.5%;
  margin-bottom: 22px;
  margin-right: 8.5%;
}
@media screen and (max-width:800px) {
  #section02_05 .section__in .clums .imgbox ul li {
    margin-bottom: 15px;
  }
}
#section02_05 .section__in .clums .imgbox ul li:nth-child(2n) {
  margin-right: 0;
}
#section02_05 .section__in .clums .imgbox ul li:last-child {
  margin: 0 auto 0 auto;
}
#section02_05 .section__in .clums .imgbox ul li .names {
  text-align: center;
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
  padding-top: 1.2em;
}
#section02_05 .section__in .clums .imgbox .markbox {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02_05 .section__in .clums .imgbox .markbox {
    width: 80%;
    margin: 0 auto;
  }
}

#section03 {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 150px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 100px 0 80px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 .ttlbox {
  width: 46%;
}
@media screen and (max-width:800px) {
  #section03 .ttlbox {
    width: 100%;
  }
}
#section03 .txtbox {
  width: 54%;
}
@media screen and (max-width:800px) {
  #section03 .txtbox {
    width: 100%;
  }
}
#section03 h2 {
  color: #053b44;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section03 h2 {
    margin-bottom: 40px;
  }
}
#section03 h2 span.eng {
  display: block;
  width: 45.7%;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section03 h2 span.eng {
    width: 37.7%;
    margin: 0 auto 0.25em auto;
    margin-bottom: 0.75em;
  }
}
#section03 h2 span.jpn {
  display: block;
  line-height: 100%;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1340px) {
  #section03 h2 span.jpn {
    font-size: 2vw;
  }
}
@media screen and (max-width:800px) {
  #section03 h2 span.jpn {
    font-size: 3.5vw;
    text-align: center;
  }
}
#section03 .base_text {
  width: 100%;
  line-height: 240%;
  color: #343332;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  #section03 .base_text {
    width: 100%;
    font-size: 3.4vw;
    text-align: left;
    margin-bottom: 2.5em;
  }
}
#section03 .base_img {
  width: 90%;
  margin: 0 0 0 auto;
}
@media screen and (max-width:800px) {
  #section03 .base_img {
    width: 100%;
  }
}

#section04_first {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 150px 0 0px 0;
}
@media screen and (max-width:800px) {
  #section04_first {
    padding: 100px 0 0px 0;
  }
}
#section04_first .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#section04_first h2 {
  color: #053b44;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section04_first h2 {
    margin-bottom: 50px;
  }
}
#section04_first h2 span.eng {
  display: block;
  width: 25%;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section04_first h2 span.eng {
    width: 37.7%;
    margin: 0 auto 0.25em auto;
    margin-bottom: 0.75em;
  }
}
#section04_first h2 span.jpn {
  display: block;
  line-height: 100%;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 1em;
  color: #3b3b3b;
}
@media screen and (max-width:1340px) {
  #section04_first h2 span.jpn {
    font-size: 2vw;
  }
}
@media screen and (max-width:800px) {
  #section04_first h2 span.jpn {
    font-size: 3.5vw;
    text-align: center;
  }
}

#section04 {
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 0px 0 0px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 0px 0 0px 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section04 h2 {
  color: #343332;
  padding-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section04 h2 {
    padding-bottom: 30px;
  }
}
#section04 h2 span.eng {
  font-weight: 400;
  font-size: 60px;
  display: block;
  line-height: 100%;
  margin-bottom: 0.05em;
}
@media screen and (max-width:800px) {
  #section04 h2 span.eng {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 0.15em;
  }
}
#section04 h2 span.jpn {
  display: block;
  line-height: 100%;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section04 h2 span.jpn {
    font-size: 2.5vw;
    text-align: center;
  }
}
#section04 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #000;
}
#section04 ul li {
  width: 25%;
}
@media screen and (max-width:800px) {
  #section04 ul li {
    width: 100%;
    margin-bottom: 2px;
  }
}
#section04 ul li:nth-child(1) {
  background-color: #e2d6bc;
}
#section04 ul li:nth-child(2) {
  background-color: #ccdbc8;
}
#section04 ul li:nth-child(3) {
  background-color: #e2cccc;
}
#section04 ul li:nth-child(4) {
  background-color: #c7d8d5;
}
#section04 ul li .daybox {
  width: 100%;
  padding: 50px 11.76% 30px 11.76%;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox {
    padding: 25px 6%;
  }
}
#section04 ul li .daybox.color01day {
  background-color: #ffd58e;
}
#section04 ul li .daybox.color02day {
  background-color: #b0dcaf;
}
#section04 ul li .daybox.color03day {
  background-color: #ffb4c9;
}
#section04 ul li .daybox.color04day {
  background-color: #98ccce;
}
#section04 ul li .daybox h3 {
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 0.75em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .daybox h3 {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox h3 {
    font-size: 6.6666666667vw;
  }
}
#section04 ul li .daybox h3 .d1img {
  width: 45%;
  max-width: 163px;
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox h3 .d1img {
    width: 35%;
  }
}
#section04 ul li .daybox h3 .d2img {
  width: 45.5%;
  max-width: 166px;
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox h3 .d2img {
    width: 35.6%;
  }
}
#section04 ul li .daybox h3 .d3img {
  width: 46%;
  max-width: 168px;
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox h3 .d3img {
    width: 36.2%;
  }
}
#section04 ul li .daybox h3 .d4img {
  width: 46.5%;
  max-width: 172px;
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox h3 .d4img {
    width: 37%;
  }
}
#section04 ul li .daybox .step {
  padding-top: 0.4em;
  padding-bottom: 1.25em;
  font-size: 20px;
}
@media screen and (max-width:1200px) {
  #section04 ul li .daybox .step {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox .step {
    font-size: 4vw;
  }
}
#section04 ul li .daybox .text01 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .daybox .text01 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox .text01 {
    font-size: 5.4vw;
  }
}
#section04 ul li .daybox .text02 {
  font-size: 16px;
  letter-spacing: 0.15em;
  padding: 0.65em 0 4em 0;
  font-weight: 500;
}
@media screen and (max-width:1200px) {
  #section04 ul li .daybox .text02 {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox .text02 {
    font-size: 3.6vw;
    letter-spacing: 0.1em;
    padding: 0.65em 0 3em 0;
  }
}
#section04 ul li .daybox .days2 {
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .daybox .days2 {
    font-size: 2.25vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox .days2 {
    font-size: 5.8vw;
  }
}
#section04 ul li .daybox .days2 .d1text {
  width: 59%;
  max-width: 265px;
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox .days2 .d1text {
    width: 53%;
  }
}
#section04 ul li .daybox .days2 .d2text {
  width: 59%;
  max-width: 265px;
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox .days2 .d2text {
    width: 53%;
  }
}
#section04 ul li .daybox .days2 .d3text {
  width: 65.4%;
  max-width: 283px;
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox .days2 .d3text {
    width: 58%;
  }
}
#section04 ul li .daybox .days2 .d4text {
  width: 73%;
  max-width: 316px;
}
@media screen and (max-width:800px) {
  #section04 ul li .daybox .days2 .d4text {
    width: 65%;
  }
}
#section04 ul li.color01 .color {
  color: #bf830c;
}
#section04 ul li.color02 .color {
  color: #1b8b3b;
}
#section04 ul li.color03 .color {
  color: #e2237e;
}
#section04 ul li.color04 .color {
  color: #16c4c4;
}
#section04 ul li .timebox {
  width: 100%;
  padding: 40px 11.76% 5px 11.76%;
  border-bottom: 3px solid #fff;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox {
    padding: 25px 6% 0 6%;
  }
}
#section04 ul li .timebox .time01 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox .time01 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .time01 {
    font-size: 4.6vw;
  }
}
#section04 ul li .timebox .subeng {
  font-size: 14px;
  font-weight: 600;
  padding-top: 0.15em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox .subeng {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .subeng {
    font-size: 3.4vw;
  }
}
#section04 ul li .timebox .text01 {
  font-size: 19px;
  padding: 0.5em 0 1em 0;
  letter-spacing: 0.05em;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox .text01 {
    font-size: 1.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .text01 {
    font-size: 4.8vw;
  }
}
#section04 ul li .timebox .text01b {
  font-size: 19px;
  padding: 0.5em 0 0.5em 0;
  letter-spacing: 0.05em;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox .text01b {
    font-size: 1.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .text01b {
    font-size: 4.8vw;
  }
}
#section04 ul li .timebox .text01c {
  font-size: 19px;
  padding: 0.5em 0 0.15em 0;
  letter-spacing: 0.05em;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox .text01c {
    font-size: 1.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .text01c {
    font-size: 4.8vw;
  }
}
#section04 ul li .timebox .text02 {
  font-size: 13px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox .text02 {
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .text02 {
    font-size: 3.6vw;
  }
}
#section04 ul li .timebox .text02b {
  font-size: 13px;
  line-height: 140%;
  padding-bottom: 45px;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox .text02b {
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .text02b {
    font-size: 3.6vw;
  }
}
#section04 ul li .timebox .text03 {
  font-size: 23px;
  line-height: 140%;
  margin-top: 0.4em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox .text03 {
    font-size: 1.9166666667vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .text03 {
    font-size: 4.6vw;
  }
}
#section04 ul li .timebox .endspace {
  margin-bottom: 45px;
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .endspace {
    margin-bottom: 30px;
  }
}
#section04 ul li .timebox .endspace2 {
  padding-bottom: 45px;
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox .endspace2 {
    padding-bottom: 30px;
  }
}
#section04 ul li .timebox2 {
  width: 100%;
  padding: 30px 11.76% 5px 11.76%;
  border-bottom: 3px solid #fff;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 {
    padding: 25px 6% 0 6%;
  }
}
#section04 ul li .timebox2 .time01 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox2 .time01 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 .time01 {
    font-size: 4.6vw;
  }
}
#section04 ul li .timebox2 .subeng {
  font-size: 14px;
  font-weight: 600;
  padding-top: 0.15em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox2 .subeng {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 .subeng {
    font-size: 3.4vw;
  }
}
#section04 ul li .timebox2 .text01 {
  font-size: 19px;
  padding: 0.5em 0 1em 0;
  letter-spacing: 0.05em;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox2 .text01 {
    font-size: 1.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 .text01 {
    font-size: 4.8vw;
  }
}
#section04 ul li .timebox2 .text01b {
  font-size: 19px;
  padding: 0.5em 0 0.5em 0;
  letter-spacing: 0.05em;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox2 .text01b {
    font-size: 1.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 .text01b {
    font-size: 4.8vw;
  }
}
#section04 ul li .timebox2 .text02 {
  font-size: 13px;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox2 .text02 {
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 .text02 {
    font-size: 3.6vw;
  }
}
#section04 ul li .timebox2 .text03 {
  font-size: 23px;
  line-height: 140%;
  margin-top: 0.4em;
}
@media screen and (max-width:1200px) {
  #section04 ul li .timebox2 .text03 {
    font-size: 1.9166666667vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 .text03 {
    font-size: 3.6vw;
  }
}
#section04 ul li .timebox2 .endspace {
  margin-bottom: 45px;
}
@media screen and (max-width:800px) {
  #section04 ul li .timebox2 .endspace {
    margin-bottom: 30px;
  }
}
#section04 ul li .timeH1 {
  margin-bottom: 45px;
}
#section04 ul li .lastbox {
  width: 100%;
  padding: 20px 11.76% 30px 11.76%;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section04 ul li .lastbox {
    padding: 25px 6% 25px 6%;
  }
}
#section04 ul li .lastbox .text01c {
  font-size: 15px;
  padding: 0.5em 0 0.5em 0;
  letter-spacing: 0.05em;
  line-height: 140%;
}
@media screen and (max-width:1200px) {
  #section04 ul li .lastbox .text01c {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:800px) {
  #section04 ul li .lastbox .text01c {
    font-size: 3.6vw;
  }
}
#section04 ul li .lastbox .endspace {
  margin-bottom: 45px;
}
#section04 ul li .lastbox.color01day {
  background-color: #ffd58e;
}
#section04 ul li .lastbox.color02day {
  background-color: #b0dcaf;
}
#section04 ul li .lastbox.color03day {
  background-color: #ffb4c9;
}
#section04 ul li .lastbox.color04day {
  background-color: #98ccce;
}

.textbold {
  font-weight: 600 !important;
}/*# sourceMappingURL=top.css.map */