@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;
  background-color: #E60012;
  padding: 20px 0;
  margin-top: 30px;
}

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

#section01 h1 img {
  width: auto;
  height: 72px;
}

#section02 {
  width: 100%;
  padding: 50px 0 80px 0;
  font-weight: 500;
}

#section02 .section__in {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
}

#section02 .item {
  margin-top: 110px;
}

@media screen and (max-width: 800px) {
  #section02 .item {
    margin-top: 50px;
  }
}

#section02 .item:first-child {
  margin-top: 0;
}

#section02 .item h2 {
  background: url(../images/works/title_bg.png) no-repeat center/100% 100%;
  box-sizing: border-box;
  padding: 6px 12px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  #section02 .item h2 {
    background: url(../images/works/title_bg_sp.png) no-repeat center/100% 100%;
  }
}

#section02 .item .figure_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

@media screen and (max-width: 800px) {
  #section02 .item .figure_wrap {
    display: block;
  }
}

#section02 .item .figure_wrap figure {
  width: 49%;
}

@media screen and (max-width: 800px) {
  #section02 .item .figure_wrap figure {
    width: 100%;
  }
  #section02 .item .figure_wrap figure:last-child {
    margin-top: 1%;
  }
}

#section02 .item dd {
  display: flex;
}

@media screen and (max-width: 800px) {
  #section02 .item dd {
    display: block;
  }
}

#section02 .item h3 {
  background-color: #E60012;
  text-align: center;
  color: #fff;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  #section02 .item h3 {
    width: 26vw;
    min-width: 0px;
  }
}

#section02 .item .desc_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 34px 0;
}

@media screen and (max-width: 800px) {
  #section02 .item .desc_wrap {
    margin-top: 10px;
    padding: 0;
  }
  #section02 .item .desc_wrap .f18 {
    font-size: 3.6vw;
  }
}

#section02 .item .desc {
  width: 100%;
  margin-bottom: 12px;
}

@media screen and (max-width: 800px) {
  #section02 .item .desc {
    width: 49%;
    margin-bottom: 2%;
  }
}

#section02 .item .period,
#section02 .item .auth,
#section02 .item .area {
  width: 30%;
}

@media screen and (max-width: 800px) {
  #section02 .item .period,
  #section02 .item .auth,
  #section02 .item .area {
    width: 49%;
  }
}

#section02 .item span {
  display: inline-block;
  border: 1px solid #E60012;
  background-color: #fff;
  padding: 5px 10px;
  text-align: center;
  min-width: 112px;
  border-radius: 100px;
  margin-right: 14px;
}

@media screen and (max-width: 800px) {
  #section02 .item span {
    min-width: 20vw;
    margin-right: 8px;
    font-size: 3.2vw;
    padding: 5px;
  }
}
/*# sourceMappingURL=works.css.map */