@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);
}

.fonts {
  font-family: "Lato", sans-serif;
}

/**scss¹²Í¨¤³¤³¤Þ¤Ç***/
#section01 {
  position: relative;
  filter: brightness(1);
  transition: all 0.5s ease-out 0.01s;
  opacity: 0;
  z-index: 2;
}
#section01.active {
  filter: brightness(1);
  opacity: 1;
}
#section01 .base {
  position: relative;
}
#section01 .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: roops1 0.3s linear infinite;
}
#section01 .base_on.active {
  animation: roops1_off 0.3s linear infinite;
}
#section01 .base_on.active2 {
  animation-play-state: paused;
  opacity: 0 !important;
}
#section01 .scroll {
  position: absolute;
  bottom: -18%;
  right: 5%;
  width: 7.5%;
  z-index: 5;
  display: none;
}
@media screen and (max-width:800px) {
  #section01 .scroll {
    display: block;
  }
}

#section02 {
  width: 100%;
  position: relative;
  z-index: 1;
}
#section02 .backimg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100vw;
  filter: brightness(5);
  transition: all 1s ease-out 0.01s;
  opacity: 0;
}
#section02 .backimg.active {
  filter: brightness(1);
  opacity: 1;
}
#section02 .backimg .base {
  position: relative;
}
#section02 .backimg .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: roops1 0.3s linear infinite;
}
#section02 .backimg .base_on.active {
  animation: roops1_off 0.3s linear infinite;
}
#section02 .backimg .base_on.active2 {
  animation-play-state: paused;
  opacity: 0 !important;
}
#section02 .section__in {
  width: 29.16%;
  margin: 0 auto;
  padding: 6.5104166667vw 0 9.375vw 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 65%;
    padding: 33vw 0;
  }
}
#section02 .section__in h2 {
  font-size: 6.25vw;
  text-align: left;
  margin-bottom: 1.25em;
}
@media screen and (max-width:800px) {
  #section02 .section__in h2 {
    font-size: 12vw;
  }
}
#section02 .section__in .copy {
  width: 67.5%;
  margin: 0 auto 5em 0;
}
@media screen and (max-width:800px) {
  #section02 .section__in .copy {
    width: 57.5%;
    margin: 0 auto 3em 0;
  }
}
#section02 .section__in .base_box {
  width: 85.5%;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 .section__in .base_box {
    width: 100%;
  }
}
#section02 .section__in .base_box .backbata {
  width: 330%;
  position: absolute;
  top: 3%;
  right: 40%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section02 .section__in .base_box .backbata {
    width: 170%;
    top: 45%;
    right: -5%;
    z-index: 1;
  }
}
#section02 .section__in .base_box .imgs {
  width: 60%;
  margin-bottom: 2em;
  position: relative;
  z-index: 10;
}
#section02 .section__in .base_box .base_text {
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 240%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section02 .section__in .base_box .base_text {
    font-size: 4vw;
    line-height: 180%;
  }
}
#section02 .section__in2 {
  width: 61.66%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section02 .section__in2 {
    width: 90%;
  }
}
#section02 .section__in2 .backimgs {
  width: 110%;
  position: absolute;
  z-index: 1;
  top: 9.5%;
  right: 38%;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section02 .section__in2 .backimgs {
    width: 135%;
    right: 10%;
    transform: translate(0, -50%);
  }
}
#section02 .section__in2 .backimgs2 {
  width: 154%;
  position: absolute;
  z-index: 1;
  bottom: 0%;
  right: 0%;
  transform: translate(0, 40%);
}
@media screen and (max-width:800px) {
  #section02 .section__in2 .backimgs2 {
    width: 110%;
    transform: translate(0, 55%);
  }
}
#section02 .section__in2 h2 {
  font-size: 5.9895833333vw;
  text-align: left;
  margin-bottom: 1.45em;
  color: #fff;
  letter-spacing: -0.025em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section02 .section__in2 h2 {
    font-size: 12vw;
    padding-left: 0.8em;
    margin-bottom: 1.15em;
  }
}
#section02 .section__in2 .base_text {
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 240%;
  position: relative;
  z-index: 10;
  margin-bottom: 8.5em;
}
@media screen and (max-width:800px) {
  #section02 .section__in2 .base_text {
    font-size: 4vw;
    line-height: 180%;
    margin-bottom: 4.5em;
  }
}
#section02 .section__in2 .base_days {
  color: #fff100;
  padding-bottom: 12vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section02 .section__in2 .base_days {
    padding-bottom: 7.5%;
  }
}
#section02 .section__in2 .base_days .textin {
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
}
#section02 .section__in2 .base_days .textin::after {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #fff100;
  bottom: -0.2em;
  left: 0;
  position: absolute;
}
#section02 .section__in2 .base_days .years {
  font-size: 2.0833333333vw;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section02 .section__in2 .base_days .years {
    font-size: 4vw;
    margin-bottom: 0.25em;
  }
}
#section02 .section__in2 .base_days .text {
  font-size: 3.2291666667vw;
}
@media screen and (max-width:800px) {
  #section02 .section__in2 .base_days .text {
    font-size: 5.6vw;
  }
}
#section02 .section__in2 .base_days .text span {
  font-size: 50%;
  font-weight: 600;
}
#section02 .section__in2 .base_days .text .fonts2 {
  font-size: 100%;
  font-family: "Noto Serif JP", serif;
}

#section02_photo {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 15;
}

.spimgback {
  position: relative;
  z-index: 15;
}

#section03 {
  width: 100%;
  position: relative;
  z-index: 1;
  background: url(/EDGE-PRIME_Initiative_2025/images/back_sca.svg) no-repeat center top;
  background-size: 100% auto;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section03 {
    background: url(/EDGE-PRIME_Initiative_2025/images/back_sca_sp.svg) no-repeat center top;
    background-size: 100% auto;
  }
}
#section03 .backimg {
  position: absolute;
  top: 86%;
  left: 0;
  width: 100%;
  display: none;
}
@media screen and (max-width:800px) {
  #section03 .backimg {
    display: block;
    transform: translate(0, -50%);
  }
}
#section03 .section__in {
  width: 79.16%;
  margin: 0 auto;
  padding: 8.8vw 0 10vw 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section03 .section__in {
    width: 92.5%;
    padding: 30vw 0 10.2666666667vw 0;
  }
}
#section03 h2 {
  font-size: 6.25vw;
  text-align: right;
  margin-bottom: 1em;
  color: #000;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section03 h2 {
    font-size: 12vw;
    padding-left: 0.8em;
    margin-bottom: 0.6em;
  }
}
#section03 .type01 {
  display: flex;
  justify-content: space-between;
  background-color: #2a4da0;
  color: #fff;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section03 .type01.sp1 {
    margin-bottom: 10vw;
  }
}
#section03 .type01 .item01 {
  width: 25%;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 1.5em 0 2em 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section03 .type01 .item01 {
    width: 50%;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
  }
}
#section03 .type01 .item01::after {
  content: "";
  width: 1.95em;
  height: 1.95em;
  background: url(/EDGE-PRIME_Initiative_2025/images/icon_seide.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
#section03 .type01 .item01:first-child {
  border-left: 2px solid #2a4da0;
}
@media screen and (max-width:800px) {
  #section03 .type01 .item01:first-child {
    border-left: 1.5px solid #2a4da0;
  }
}
#section03 .type01 .item01:last-child::after {
  content: none;
}
#section03 .type01 .step {
  width: 30%;
  margin: 0 auto 1em auto;
}
@media screen and (max-width:800px) {
  #section03 .type01 .step {
    width: 40%;
  }
}
#section03 .type01 .bigtext1 {
  font-size: 3.6458333333vw;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section03 .type01 .bigtext1 {
    font-size: 8vw;
  }
}
#section03 .type01 .base_text1 {
  font-size: 1.0416666667vw;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width:800px) {
  #section03 .type01 .base_text1 {
    font-size: 2.4vw;
  }
}
#section03 .type02 {
  display: flex;
  justify-content: space-between;
  background-color: #2a4da0;
  color: #fff;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section03 .type02.sp1 {
    margin-bottom: 10vw;
  }
}
#section03 .type02 .item01 {
  width: 25%;
  border-right: 2px solid #fff;
  padding: 1.5em 0 1.5em 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section03 .type02 .item01 {
    width: 50%;
    border-right: 1.5px solid #fff;
  }
}
#section03 .type02 .item01:first-child {
  border-left: 2px solid #2a4da0;
}
@media screen and (max-width:800px) {
  #section03 .type02 .item01:first-child {
    border-left: 1.5px solid #2a4da0;
  }
}
#section03 .type02 .daytext {
  font-size: 2.9166666667vw;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section03 .type02 .daytext {
    font-size: 7vw;
  }
}
#section03 .type02 .daytext span.mini {
  font-size: 60%;
}
#section03 .type02 .daytext span.fonts2 {
  font-family: "Noto Serif JP", serif;
}
#section03 .type02 .daytext span.sukima {
  display: inline-block;
  margin-left: -0.25em;
  margin-right: -0.25em;
}
#section03 .type03, #section03 .type04 {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section03 .type03.sp1, #section03 .type04.sp1 {
    margin-bottom: 10vw;
  }
}
#section03 .type03 .item01, #section03 .type04 .item01 {
  width: 25%;
  border-bottom: 2px solid #2a4da0;
  border-right: 2px solid #2a4da0;
  padding: 0 0em;
  position: relative;
}
@media screen and (max-width:800px) {
  #section03 .type03 .item01, #section03 .type04 .item01 {
    width: 50%;
    border-bottom: 1.5px solid #2a4da0;
    border-right: 1.5px solid #2a4da0;
  }
}
#section03 .type03 .item01:first-child, #section03 .type04 .item01:first-child {
  border-left: 2px solid #2a4da0;
}
@media screen and (max-width:800px) {
  #section03 .type03 .item01:first-child, #section03 .type04 .item01:first-child {
    border-left: 1.5px solid #2a4da0;
  }
}
#section03 .type03 .textbox, #section03 .type04 .textbox {
  padding: 1.5em 1.75em;
  width: 100%;
  text-align: left;
  position: relative;
}
@media screen and (max-width:800px) {
  #section03 .type03 .textbox, #section03 .type04 .textbox {
    padding: 1.5em 1em;
  }
}
#section03 .type03 .textbox::after, #section03 .type04 .textbox::after {
  content: "";
  border-bottom: 2px dotted #2a4da0;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
#section03 .type03 .textbox.last::after, #section03 .type04 .textbox.last::after {
  content: none;
}
#section03 .type03 .time_text, #section03 .type04 .time_text {
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 1.5625vw;
}
@media screen and (max-width:800px) {
  #section03 .type03 .time_text, #section03 .type04 .time_text {
    font-size: 4vw;
    margin-bottom: 0.25em;
  }
}
#section03 .type03 .sub_eng, #section03 .type04 .sub_eng {
  color: #2a4da0;
  font-size: 1.1458333333vw;
  font-weight: 700;
  margin-bottom: 0.75em;
}
@media screen and (max-width:800px) {
  #section03 .type03 .sub_eng, #section03 .type04 .sub_eng {
    font-size: 2.7vw;
    margin-bottom: 0.35em;
  }
}
#section03 .type03 .ttl_text, #section03 .type04 .ttl_text {
  font-size: 1.3541666667vw;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width:800px) {
  #section03 .type03 .ttl_text, #section03 .type04 .ttl_text {
    font-size: 3.6vw;
    line-height: 135%;
  }
}
#section03 .type03 .ttl_text_sub, #section03 .type04 .ttl_text_sub {
  font-size: 0.9375vw;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section03 .type03 .ttl_text_sub, #section03 .type04 .ttl_text_sub {
    font-size: 2.6vw;
  }
}
#section03 .type03 .captext, #section03 .type04 .captext {
  font-size: 0.9375vw;
  margin-top: 1.25em;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section03 .type03 .captext, #section03 .type04 .captext {
    font-size: 2.6vw;
    line-height: 160%;
  }
}
#section03 .type03 .name_text, #section03 .type04 .name_text {
  font-size: 1.6666666667vw;
  margin-top: 0.5em;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section03 .type03 .name_text, #section03 .type04 .name_text {
    font-size: 4.25vw;
  }
}
#section03 .type05 {
  display: flex;
  justify-content: space-between;
  background-color: #2a4da0;
  color: #fff;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section03 .type05.sp1 {
    margin-bottom: 10vw;
  }
}
#section03 .type05 .item01 {
  width: 25%;
  border-bottom: 2px solid #2a4da0;
  border-right: 2px solid #fff;
  padding: 1.5em 0 2em 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section03 .type05 .item01 {
    width: 50%;
    border-bottom: 1.5px solid #2a4da0;
    border-right: 1.5px solid #fff;
  }
}
#section03 .type05 .item01:first-child {
  border-left: 2px solid #2a4da0;
}
@media screen and (max-width:800px) {
  #section03 .type05 .item01:first-child {
    border-left: 1.5px solid #2a4da0;
  }
}
#section03 .type05 .item01:last-child {
  border-right: 2px solid #2a4da0;
}
@media screen and (max-width:800px) {
  #section03 .type05 .item01:last-child {
    border-right: 1.5px solid #2a4da0;
  }
}
#section03 .type05 .minis {
  font-size: 0.8854166667vw;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section03 .type05 .minis {
    font-size: 2.6vw;
  }
}
#section03 .type05 .base_text2 {
  font-size: 1.1458333333vw;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.7em;
}
@media screen and (max-width:800px) {
  #section03 .type05 .base_text2 {
    font-size: 3.2vw;
  }
}
#section03 #entry_in_section {
  padding-bottom: 1px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section03 #entry_in_section {
    padding-top: 25VW;
  }
}
#section03 #entry_in_section h3 {
  font-size: 6.25vw;
  text-align: left;
  color: #fff;
  letter-spacing: 0em;
  position: relative;
  z-index: 10;
  width: 95%;
  margin: 0 auto 1em auto;
}
@media screen and (max-width:800px) {
  #section03 #entry_in_section h3 {
    font-size: 12vw;
    padding-left: 0em;
    margin-bottom: 0.6em;
  }
}
#section03 #entry_in_section h3 span {
  display: inline-block;
  font-size: 40%;
  letter-spacing: 0em;
  margin-left: 0.75em;
}
#section03 #entry_in_section .section__in2 {
  width: 79.16%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section03 #entry_in_section .section__in2 {
    width: 92.5%;
  }
}
#section03 #entry_in_section .section__in2 .inwhitebox {
  width: 100%;
  background-color: #fff;
  border: 2px solid #000;
  padding: 2.85em;
  color: #000;
}
@media screen and (max-width:800px) {
  #section03 #entry_in_section .section__in2 .inwhitebox {
    padding: 1.5em;
  }
}
#section03 #entry_in_section .section__in2 .inwhitebox .base_text {
  font-size: 0.8333333333vw;
  line-height: 180%;
  margin-bottom: 1.2em;
}
@media screen and (max-width:800px) {
  #section03 #entry_in_section .section__in2 .inwhitebox .base_text {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
}
#section03 #entry_in_section .section__in2 .inwhitebox .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 #entry_in_section .section__in2 .inwhitebox .clumbox .left {
  width: 54.28%;
}
@media screen and (max-width:800px) {
  #section03 #entry_in_section .section__in2 .inwhitebox .clumbox .left {
    width: 100%;
  }
}
#section03 #entry_in_section .section__in2 .inwhitebox .clumbox .right {
  width: 42.85%;
}
@media screen and (max-width:800px) {
  #section03 #entry_in_section .section__in2 .inwhitebox .clumbox .right {
    width: 100%;
  }
}
#section03 #entry_in_section .section__in2 .inwhitebox dl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  font-size: 0.8333333333vw;
  margin-top: 1em;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section03 #entry_in_section .section__in2 .inwhitebox dl {
    flex-wrap: wrap;
    font-size: 3vw;
  }
}
#section03 #entry_in_section .section__in2 .inwhitebox dl dt {
  width: 6.5em;
}
@media screen and (max-width:800px) {
  #section03 #entry_in_section .section__in2 .inwhitebox dl dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
#section03 #entry_in_section .section__in2 .inwhitebox dl dt span {
  line-height: 100%;
  padding: 0.35em 0 0.55em 0;
  border: 1px solid #000;
  text-align: center;
  width: 5em;
  display: inline-block;
}
#section03 #entry_in_section .section__in2 .inwhitebox dl dd {
  width: calc(100% - 6.5em);
}
@media screen and (max-width:800px) {
  #section03 #entry_in_section .section__in2 .inwhitebox dl dd {
    width: 100%;
  }
}
#section03 #entry_in_section .section__in2 .inwhitebox dl dd .clums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section03 #entry_in_section .section__in2 .inwhitebox dl dd .clums .text01 {
  padding: 0.25em 0.5em;
  width: 18em;
  position: relative;
}
#section03 #entry_in_section .section__in2 .inwhitebox dl dd .clums .text01::after {
  content: "";
  width: 0.5em;
  height: 100%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  right: 0;
}
#section03 #entry_in_section .section__in2 .inwhitebox dl dd .clums .text02 {
  padding: 0.5em;
  width: calc(100% - 18.5em);
}
#section03 #entry_in_section .section__in2 .inwhitebox dl dd .clums .text02 span {
  display: block;
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 85%;
  width: 110%;
  margin-left: 0;
  margin-right: -10%;
}
#section03 #entry_in_section .section__in2 .inwhitebox dl.nowarp {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  font-size: 0.8333333333vw;
  margin-top: 1em;
}
@media screen and (max-width:800px) {
  #section03 #entry_in_section .section__in2 .inwhitebox dl.nowarp {
    font-size: 3vw;
  }
}
#section03 #entry_in_section .section__in2 .inwhitebox dl.nowarp dt {
  width: 6.5em;
}
#section03 #entry_in_section .section__in2 .inwhitebox dl.nowarp dt span {
  line-height: 100%;
  padding: 0.35em 0 0.55em 0;
  border: 1px solid #000;
  text-align: center;
  width: 5em;
  display: inline-block;
}
#section03 #entry_in_section .section__in2 .inwhitebox dl.nowarp dd {
  width: calc(100% - 6.5em);
}
#section03 #entry_in_section .botans {
  width: 100%;
  text-align: center;
  margin-top: 4em;
  color: #fff;
  position: relative;
  z-index: 5;
}
#section03 #entry_in_section .botans .minis {
  font-size: 1.1458333333vw;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section03 #entry_in_section .botans .minis {
    font-size: 3VW;
  }
}
#section03 #entry_in_section .botans a {
  display: inline-block;
  padding: 0.2em 1.5em 0.35em 1.5em;
  background-color: #fff;
  color: #2a4da0;
  text-align: center;
  font-size: 5vw;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section03 #entry_in_section .botans a {
    font-size: 12.8vw;
  }
}/*# sourceMappingURL=top.css.map */