@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共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
}
#section01 .backimg {
  position: relative;
  width: 100%;
  height: 18.33vw;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section01 .backimg {
    height: 30vw;
  }
}
#section01 .backimg figure {
  width: 100%;
  position: relative;
}
#section01 h1 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 46%;
  left: 0;
  font-size: 38px;
  font-family: "Noto sans JP";
  color: #fff;
  transform: translate(0, -50%);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    font-size: 5vw;
  }
}
#section01 .minis {
  position: absolute;
  color: #fff;
  bottom: 8px;
  right: 8px;
  z-index: 15;
}

#section02 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 80px 0 50px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 40px 0 30px 0;
  }
}
#section02 h2 {
  margin-bottom: 1em;
  text-align: center;
}
#section02 .base_text {
  margin-bottom: 2em;
  text-align: center;
}
#section02 .section__in {
  width: 90%;
  max-width: 860px;
  margin: 0 auto 0 auto;
}
#section02 .clums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 .clums .item1 {
  width: 46.6%;
}
@media screen and (max-width:800px) {
  #section02 .clums .item1 {
    width: 100%;
  }
}
#section02 .clums .item2 {
  width: 46.6%;
}
@media screen and (max-width:800px) {
  #section02 .clums .item2 {
    width: 100%;
  }
}
#section02 .clums figure {
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section02 .clums figure {
    margin-bottom: 20px;
  }
}
#section02 .clums figure.mt-40 {
  margin-top: -40px;
}
@media screen and (max-width:800px) {
  #section02 .clums figure.mt-40 {
    margin-top: -20px;
  }
}
#section02 .clums figure.mt-130 {
  margin-top: -130px;
}
@media screen and (max-width:800px) {
  #section02 .clums figure.mt-130 {
    margin-top: -20px;
  }
}
#section02 .clums figure.long {
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section02 .clums figure.long {
    margin-bottom: 20px;
  }
}

.sp_only_inlne {
  display: none;
}
@media screen and (max-width:800px) {
  .sp_only_inlne {
    display: inline-block;
  }
}/*# sourceMappingURL=voice.css.map */