@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共通ここまで***/
body {
  background-color: #000;
}

body {
  overflow: hidden;
}

main {
  overflow: hidden;
  background-color: #000;
}
main.active1 {
  overflow: hidden;
  height: 100vh;
}
main.active2 {
  overflow: hidden;
  height: auto;
}

/**************************************/
/*****************************************/
.f75res {
  font-size: 75px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f75res {
    font-size: 6.8181818182vw;
  }
}
@media screen and (max-width:800px) {
  .f75res {
    font-size: 8vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f10res {
  font-size: 10px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f10res {
    font-size: 0.9090909091vw;
  }
}
@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);
  }
}

#section01 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  padding: 0;
  background-color: #fff;
}
#section01.subs {
  background-color: #000;
}
#section01 img {
  width: 100%;
}
#section01 h1.subs {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#section02 {
  width: 100%;
  /*background-color: #fff;*/
  background-color: black;
  color: white;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 120px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding-bottom: 21vw;
  }
}
#section02 .section__in {
  max-width: 700px;
  margin: 0 auto;
  width: 90%;
}
#section02 .block {
  padding-top: 220px;
}
@media screen and (max-width:800px) {
  #section02 .block {
    padding-top: 24vw;
  }
}
#section02 .block.block--01 {
  padding-top: 140px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 {
    padding-top: 18vw;
  }
}
#section02 .block.block--02 {
  padding-top: 140px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--02 {
    padding-top: 18vw;
  }
}
#section02 .block.block--02 h2 {
  margin-bottom: 1em;
}
#section02 .block.block--02 .box_text {
  line-height: 2em;
}
#section02 .block.block--03 {
  padding-top: 140px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--03 {
    padding-top: 18vw;
  }
}
#section02 .block.block--03 .long {
  margin-bottom: 0;
}
#section02 .block.block--03 .minis {
  margin-top: 0.5em;
}
#section02 .block_title {
  text-align: center;
  /*color: #004368;*/
  color: white;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section02 .block_title {
    font-size: 5vw;
  }
}
#section02 .block_title .title_en {
  display: block;
  margin: 0 auto;
  width: 72px;
  margin-bottom: 21px;
}
@media screen and (max-width:800px) {
  #section02 .block_title .title_en {
    width: 15vw;
    margin-bottom: 0;
  }
}
#section02 .block_title .title_en img {
  width: 100%;
}
#section02 .block_title .title_ja {
  letter-spacing: 0.04em;
  line-height: 1.75em;
}
#section02 .box {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section02 .box {
    margin-top: 5vw;
  }
}
#section02 .box .box_imglist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section02 .box .box_imglist figure {
  width: 49%;
  margin-bottom: 30px;
  position: relative;
}
#section02 .box .box_imglist figure.long {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02 .box .box_imglist figure {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
#section02 .box .box_imglist figure figcaption {
  margin-top: 8px;
  text-align: right;
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-weight: 500;
}
#section02 .box .box_imglist figure figcaption.white {
  color: #fff;
}
#section02 .box .box_imglist figure:nth-last-child(2), #section02 .box .box_imglist figure:last-child {
  margin-bottom: 0;
}
#section02 .box .box_imglist div.textlong {
  width: 100%;
  margin-top: 1em;
  line-height: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section02 .box .box_imglist div.textlong {
    margin-top: 7vw;
  }
}
#section02 .box .box_imglist div.textlong .text--blue {
  color: #004368;
}
#section02 .box .box_text {
  margin-top: 50px;
  line-height: 2em;
}
@media screen and (max-width:800px) {
  #section02 .box .box_text {
    margin-top: 7vw;
  }
}
#section02 .box .box_text .text--blue {
  color: #004368;
}
#section02 .box .box_text--attention {
  margin-top: 16px;
}
#section02 .box .box_graphimg {
  margin-top: 52px;
  padding: 0;
}
#section02 .box .box_graphimg .img_attention {
  text-align: right;
  margin-top: 16px;
}
#section02 .point_block {
  border: 2px solid #004368;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 38px 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section02 .point_block {
    display: block;
    padding: 8vw 6%;
    margin-top: 13vw;
    border-radius: 4vw;
  }
}
#section02 .point_block dt {
  width: 58.5%;
}
@media screen and (max-width:800px) {
  #section02 .point_block dt {
    width: 100%;
  }
}
#section02 .point_block dt h3 {
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  background-color: #004368;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
#section02 .point_block dt .point_text {
  line-height: 2em;
}
#section02 .point_block dt .point_text.unders {
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section02 .point_block dt .box_text_img {
    margin-bottom: 9vw;
  }
}
#section02 .point_block dd {
  width: 37.5%;
}
@media screen and (max-width:800px) {
  #section02 .point_block dd {
    width: 100%;
  }
}
#section02 .point_block dd .box_img .img_title {
  text-align: center;
}
#section02 .point_block dd .box_img .img_attention {
  margin-top: 8px;
  text-align: right;
}
#section02 .point_block dd .box_img:last-child {
  margin-top: 26px;
}
#section02 .point_block.point_block--02 dt {
  width: 55%;
}
@media screen and (max-width:800px) {
  #section02 .point_block.point_block--02 dt {
    width: 100%;
  }
}
#section02 .point_block.point_block--02 dd {
  width: 41.5%;
  max-width: 388px;
  padding: 24px 0 0 0;
}
@media screen and (max-width:800px) {
  #section02 .point_block.point_block--02 dd {
    width: 100%;
    max-width: 800px;
    padding: 0;
    margin-top: 7vw;
    padding: 24px 0;
  }
}
#section02 .point_block.point_block--02 dd .box_img .img_title {
  margin-bottom: 10px;
}
#section02 .point_block.point_block--02 dd .box_img .img_attention {
  margin-top: 8px;
}

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

.sp_tops {
  pointer-events: none;
  opacity: 0;
  transition: all 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  position: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
}
.sp_tops.active {
  opacity: 1;
}

.scrolltext2 {
  position: absolute;
  left: 50.2%;
  top: 70%;
  width: 1px;
  height: 40px;
  z-index: 30;
  font-family: "Noto Serif JP", serif;
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .scrolltext2 {
    top: auto;
    display: block;
    bottom: calc(115px + 25vw);
    top: auto;
    bottom: 32.5%;
  }
}
.scrolltext2.active {
  opacity: 0;
  pointer-events: none;
}
.scrolltext2 .scrolltext__moji {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translate(-50%, 0%);
  color: #000;
}
.scrolltext2 .scrolltext__moji.active_pc {
  color: #000;
}
@media screen and (max-width:800px) {
  .scrolltext2 .scrolltext__moji.active_pc {
    color: #000;
  }
}
.scrolltext2 .scrolltext__intext {
  width: 100%;
  height: 100%;
  background-color: #000;
  animation: scrollmoves 1.4s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.scrolltext2 .scrolltext__intext.active_pc {
  background-color: #000;
}
@media screen and (max-width:800px) {
  .scrolltext2 .scrolltext__intext.active_pc {
    background-color: #000;
  }
}
@keyframes scrollmoves {
  0% {
    height: 0;
    top: 0;
    transform: translate(0%, 0%);
  }
  30% {
    height: 40px;
    top: 0%;
    transform: translate(0%, 0%);
  }
  100% {
    height: 0;
    top: 100%;
    transform: translate(0%, 0%);
  }
}

h2.top_first {
  position: absolute;
  bottom: 30px;
  transform: translate(0%, 0%);
  z-index: 40;
  left: 0%;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  display: none;
}
@media screen and (max-width:800px) {
  h2.top_first {
    display: block;
    top: 75%;
    opacity: 1;
  }
}
h2.top_first.active {
  opacity: 0;
  pointer-events: none;
}
h2.top_first .textsub {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  h2.top_first .textsub {
    font-size: 2.8vw;
  }
}
h2.top_first .textmain {
  letter-spacing: -0.05em;
  color: #fff;
  text-align: center;
  font-size: 38px;
  color: #fff;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  h2.top_first .textmain {
    font-size: 5.8vw;
  }
}

ul.cvbox {
  width: 90%;
  max-width: 525px;
  margin: 120px auto 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  ul.cvbox {
    margin: 60px auto 0px auto;
    font-size: 3.6vw;
  }
}
ul.cvbox li.long {
  width: 100%;
  margin-bottom: 12px;
}
ul.cvbox li.long a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.8em 0em 0.85em 0em;
  line-height: 100%;
  color: #fff;
  background-color: #9B7F3C;
}
ul.cvbox li.left {
  width: 48.5%;
}
ul.cvbox li.left a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.8em 0em 0.85em 0em;
  line-height: 100%;
  /*color: #fff;
  background-color: #000;*/
  background-color: #947748;
}
ul.cvbox li.right {
  width: 48.5%;
}
ul.cvbox li.right a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.8em 0em 0.85em 0em;
  line-height: 100%;
  color: #fff;
  /*background-color: #004098;*/
  background-color: #752c39;
}

.subtext_info {
  width: 100%;
  text-align: center;
  margin-top: 1em;
  font-size: 22px;
}
@media screen and (max-width:1200px) {
  .subtext_info {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width:800px) {
  .subtext_info {
    font-size: 3.6vw;
    line-height: 140%;
  }
}

.close_waku {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 80px auto;
  text-align: center;
}
@media screen and (max-width:800px) {
  .close_waku {
    margin: 30px auto 40px auto;
  }
}
.close_waku a {
  display: inline-block;
  padding: 0.75em 4em 0.85em 4em;
  /*border: 1px solid #000;*/
  border: 1px solid white;
  /*color: #000;*/
  color: white;
  line-height: 100%;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  .close_waku a {
    padding: 0.75em 4em 0.85em 4em;
    font-size: 3vw;
  }
}
.close_waku a:hover {
  /*color: #000;*/
  opacity: 0.7;
}

#section01_02 {
  width: 100%;
  background-color: #1F2C5C;
}
#section01_02 .section__in {
  width: 96%;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto;
  padding: 0.85em 0;
  line-height: 160%;
}/*# sourceMappingURL=column.css.map */