@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共通ここまで***/
#loading {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  z-index: 999999;
  transition: all 0.5s ease-out 0.01s;
}
#loading.active {
  opacity: 0;
  pointer-events: none;
}

#section_first {
  position: relative;
  z-index: 1000;
}
#section_first.active {
  display: none;
}
#section_first .fit {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section_first .fitsize {
  position: absolute;
}
#section_first .titlelogo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translate(0, -50%);
}
#section_first .titlelogo figure {
  width: 38.8%;
  max-width: 528px;
  margin: 0 auto 50px auto;
}
@media screen and (max-width:800px) {
  #section_first .titlelogo figure {
    width: 56%;
    max-width: 528px;
    margin: 0 auto 35px auto;
  }
}
#section_first .titlelogo .lang_waku {
  text-align: center;
  color: #fff;
}
#section_first .titlelogo .lang_waku a {
  font-weight: 500;
  color: #fff;
}
#section_first .titlelogo .lang_waku a:hover {
  cursor: pointer;
}
#section_first .scrollicon {
  position: absolute;
  z-index: 52;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40px;
}
@media screen and (max-width:800px) {
  #section_first .scrollicon {
    bottom: 7vw;
    width: 7.5vw;
  }
}

#section_back_slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
}

#section02 {
  width: 100%;
  padding-top: 120vh;
  position: relative;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
  color: #4d4d4d;
}
#section02 .section__spacer {
  pointer-events: auto;
  width: 100%;
  background-color: #fff;
  padding: 80px 0 0 0;
}
@media screen and (max-width:800px) {
  #section02 .section__spacer {
    padding-top: 50px;
  }
}
#section02 h2.h2title {
  color: #4d4d4d;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section02 h2.h2title {
    margin-bottom: 25px;
  }
}
#section02 h2.h2title_2 {
  color: #4d4d4d;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  padding-top: 100px;
}
@media screen and (max-width:800px) {
  #section02 h2.h2title_2 {
    padding-top: 60px;
    margin-bottom: 25px;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1324px;
  margin: 0 auto;
}
#section02 ul.sec02_itemlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 ul.sec02_itemlist li {
  width: 32.32%;
  border: 1px solid #a5a5a5;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_itemlist li {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section02 ul.sec02_itemlist li a {
  display: block;
  color: #4d4d4d;
}
#section02 ul.sec02_itemlist li a:hover figure {
  transform: scale(1.05);
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_itemlist li a:hover figure {
    transform: scale(1);
  }
}
#section02 ul.sec02_itemlist li h3 {
  padding: 35px 40px 35px 40px;
}
@media screen and (max-width:1200px) {
  #section02 ul.sec02_itemlist li h3 {
    padding: 25px;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_itemlist li h3 {
    padding: 5vw;
  }
}
#section02 ul.sec02_itemlist li h3 img {
  width: auto;
  height: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width:1460px) {
  #section02 ul.sec02_itemlist li h3 img {
    height: 2.0547945205vw;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_itemlist li h3 img {
    height: 4.3vw;
  }
}
#section02 ul.sec02_itemlist li figure {
  width: 100%;
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section02 ul.sec02_itemlist li .base_text {
  padding: 0 40px 35px 40px;
  margin-top: -1em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:1200px) {
  #section02 ul.sec02_itemlist li .base_text {
    padding: 0 25px 25px 25px;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_itemlist li .base_text {
    margin-top: -2.5em;
    padding: 0 5vw 5vw 5vw;
  }
}
#section02 ul.sec02_itemlist li .base_text p {
  font-size: 17px;
}
@media screen and (max-width:1460px) {
  #section02 ul.sec02_itemlist li .base_text p {
    font-size: 1.1643835616vw;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_itemlist li .base_text p {
    font-size: 3.6vw;
  }
}
#section02 ul.sec02_technologieslist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 ul.sec02_technologieslist li {
  height: 580px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  /*
  h3 img{
  	width: auto;
  	height: 30px;
  	margin-bottom: 5px;
  	@media screen and (max-width:1200px){
  		height: 24px;
  	}
  	@media screen and (max-width:800px){
  		height: 5.4vw;
  	}
  }
  */
}
#section02 ul.sec02_technologieslist li.list01 {
  width: 66.06%;
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_technologieslist li.list01 {
    width: 100%;
  }
}
#section02 ul.sec02_technologieslist li.list02 {
  width: 32.27%;
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_technologieslist li.list02 {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_technologieslist li {
    width: 100%;
    height: 84vw;
    margin-bottom: 5vw;
  }
}
#section02 ul.sec02_technologieslist li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #4d4d4d;
}
#section02 ul.sec02_technologieslist li a:hover .photo {
  transform: scale(1.05);
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_technologieslist li a:hover .photo {
    transform: scale(1);
  }
}
#section02 ul.sec02_technologieslist li h3 {
  padding: 35px 40px 35px 40px;
  font-size: 34px;
  font-weight: 500;
  color: #f89432;
  line-height: 115%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:1200px) {
  #section02 ul.sec02_technologieslist li h3 {
    padding: 25px;
    font-size: 2.8333333333vw;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_technologieslist li h3 {
    padding: 5vw;
    font-size: 5vw;
  }
}
#section02 ul.sec02_technologieslist li h3 img {
  width: auto;
  height: 55px;
  margin-bottom: 5px;
}
@media screen and (max-width:1460px) {
  #section02 ul.sec02_technologieslist li h3 img {
    height: 2.0547945205vw;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_technologieslist li h3 img {
    height: 4.3vw;
  }
}
#section02 ul.sec02_technologieslist li h3 img.img2 {
  width: auto;
  height: 55px;
  margin-bottom: 5px;
}
@media screen and (max-width:1460px) {
  #section02 ul.sec02_technologieslist li h3 img.img2 {
    height: 3.7671232877vw;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_technologieslist li h3 img.img2 {
    height: 9vw;
  }
}
#section02 ul.sec02_technologieslist li .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section02 ul.sec02_technologieslist li .photo.imgback01 {
  background: url(../images/tec_p01.jpg) no-repeat center;
  background-size: cover;
}
#section02 ul.sec02_technologieslist li .photo.imgback02 {
  background: url(../images/reco_burning_pc.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_technologieslist li .photo.imgback02 {
    background: url(../images/reco_burning_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#section02 ul.sec02_technologieslist li .shadow_under {
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 99%);
}
#section02 ul.sec02_technologieslist li .base_text {
  position: absolute;
  bottom: 35px;
  left: 40px;
  z-index: 5;
}
@media screen and (max-width:1200px) {
  #section02 ul.sec02_technologieslist li .base_text {
    bottom: 25px;
    left: 25px;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_technologieslist li .base_text {
    bottom: 5vw;
    left: 5vw;
  }
}
#section02 ul.sec02_technologieslist li .base_text p {
  font-size: 17px;
}
#section02 ul.sec02_technologieslist li .base_text p.whitetext {
  color: #fff;
}
@media screen and (max-width:1460px) {
  #section02 ul.sec02_technologieslist li .base_text p {
    font-size: 1.1643835616vw;
  }
}
@media screen and (max-width:800px) {
  #section02 ul.sec02_technologieslist li .base_text p {
    font-size: 3.6vw;
  }
}/*# sourceMappingURL=top.css.map */