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

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -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, #00486e 0%, #00789b 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;
  padding: 0 0 90px;
}

#section01 .h1_wrap {
  background: url(../images/strength/mv_bg.jpg) no-repeat top/cover;
  padding: 60px 0 240px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #section01 .h1_wrap {
    background: url(../images/strength/mv_bg_sp.jpg) no-repeat top/cover;
    padding: 0;
  }
}

#section01 h1 {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

#section01 h1 img {
  max-width: 550px;
  width: 60%;
}

@media screen and (max-width: 800px) {
  #section01 h1 img {
    max-width: 100vw;
    width: 100%;
  }
}

#section01 .section__in {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto;
  margin-top: -170px;
}

@media screen and (max-width: 800px) {
  #section01 .section__in {
    margin-top: 0;
    width: 100%;
  }
}

#section01 .st_item {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}

@media screen and (max-width: 800px) {
  #section01 .st_item {
    margin-top: 60px;
  }
}

#section01 .st_item:first-child {
  margin-top: 0;
}

#section01 .st_item.st_item--2 {
  flex-direction: row-reverse;
}

#section01 .st_item.st_item--2 h2 {
  left: -20%;
}

@media screen and (max-width: 800px) {
  #section01 .st_item.st_item--2 h2 {
    left: 0;
  }
}

#section01 .st_item dt {
  width: 47%;
}

@media screen and (max-width: 800px) {
  #section01 .st_item dt {
    width: 100%;
  }
}

#section01 .st_item dt h2 {
  margin-bottom: 32px;
  width: 116%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  #section01 .st_item dt h2 {
    width: 100%;
    margin-bottom: 0;
  }
}

#section01 .st_item dt p {
  line-height: 180%;
  padding-left: 20px;
}

@media screen and (max-width: 800px) {
  #section01 .st_item dt p {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    font-size: 3vw;
    line-height: 180%;
  }
}

#section01 .st_item dd {
  width: 50%;
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  #section01 .st_item dd {
    margin-top: 0;
    display: none;
  }
}
/*# sourceMappingURL=strength.css.map */