@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;*/
}

/*********************************/
#section01 {
  width: 100%;
  background-color: #f3f2ee;
  padding: 170px 0 0 0;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 140px 0 0 0;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section01 h1 {
  text-align: center;
  margin-bottom: 2em;
}
#section01 h1 .eng {
  text-align: center;
  line-height: 100%;
}
#section01 h1 .jpn {
  text-align: center;
  letter-spacing: 0.1em;
}
#section01 .contenabox {
  width: 100%;
  background-color: #fff;
  padding: 100px 6% 70px 6%;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #section01 .contenabox {
    padding: 10vw 2.5vw 5vw 2.5vw;
  }
}
#section01 .contenabox h2 {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 500;
}
#section01 .contenabox dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #999;
}
#section01 .contenabox dl dt {
  border-top: 1px solid #999;
  width: 14em;
  padding: 0.45em 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #section01 .contenabox dl dt {
    width: 9em;
  }
}
#section01 .contenabox dl dd {
  border-top: 1px solid #999;
  width: calc(100% - 14em);
  padding: 0.45em 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #section01 .contenabox dl dd {
    width: calc(100% - 9em);
    padding-left: 1em;
  }
}
#section01 .contenabox h3 {
  width: 100%;
  padding: 0.45em 0.75em 0.55em 0.75em;
  text-align: left;
  border: 1px solid #999;
  margin: 1.5em auto 0.85em auto;
}
#section01 .attentiontext {
  width: 90%;
  max-width: 890px;
  margin: 80px auto 0 auto;
  padding: 0.5em 0.5em 25px 0.5em;
}
@media screen and (max-width:800px) {
  #section01 .attentiontext {
    margin: 40px auto 0 auto;
  }
}/*# sourceMappingURL=outline.css.map */