@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
	特殊ガラスってすごい　css
  ---------------------------------------------*/
/*---------------------------------------------
メインのエリア
  ---------------------------------------------*/
.page_main {
  background: url("/assets/img/atfirst/specialglass/main_bg.jpg") center no-repeat;
  background-size: cover;
  height: 1550px;
  padding-top: 250px;
  position: relative;
}
@media all and (max-width: 480px) {
  .page_main {
    padding-top: 50px;
    height: 270vw;
  }
}
.page_main:after {
  content: "";
  width: 98vw;
  height: 8vw;
  background: url("/assets/img/atfirst/specialglass/glass_bg.png") no-repeat bottom center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page_main .main_inner {
  width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .page_main .main_inner {
    width: 90%;
  }
}
.page_main h2 {
  clip-path: inset(0 100% 0 0);
  animation: titleAnim 0.7s 0.7s ease-in-out;
  animation-fill-mode: forwards;
}
.page_main h2 .glad_text {
  position: relative;
  font-size: 115px;
  display: inline-block;
  z-index: 2;
  padding-left: 30px;
}
@media all and (max-width: 480px) {
  .page_main h2 .glad_text {
    font-size: 55px;
    padding-left: 15px;
  }
}
.page_main h2 .glad_text:before {
  content: "";
  width: 100%;
  height: 140px;
  padding: 15px 10px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
}
@media all and (max-width: 480px) {
  .page_main h2 .glad_text:before {
    height: 50px;
    padding: 10px 0 20px 15px;
  }
}
.page_main h2 .glad_text p {
  line-height: 1.5em;
  background: rgb(59, 212, 242);
  background: linear-gradient(315deg, rgb(59, 212, 242) 0%, rgb(86, 87, 252) 30%, rgb(4, 69, 150) 51%, rgb(59, 212, 242) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page_main h2 .sub_text {
  line-height: 1em;
  margin: -30px 0 0 400px;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 480px) {
  .page_main h2 .sub_text {
    margin: -10px 0 0 120px;
  }
}
.page_main .feature {
  opacity: 0;
  filter: blur(10px);
  clip-path: circle(0);
  transition: 1s;
  width: 850px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media all and (max-width: 480px) {
  .page_main .feature {
    width: 100%;
  }
}
.page_main .feature:before {
  content: "";
  width: 570px;
  height: 420px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: blur(100px);
  z-index: -1;
}
@media all and (max-width: 480px) {
  .page_main .feature:before {
    width: 70%;
    height: 50%;
    filter: blur(50px);
  }
}
.page_main .feature h3 {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 2;
}
.page_main .feature h3:before {
  content: "";
  width: 100%;
  height: 65px;
  padding: 0 20px;
  background: rgb(33, 116, 186);
  background: linear-gradient(132deg, rgba(33, 116, 186, 0.7) 0%, rgba(2, 217, 240, 0.7) 51%, rgba(0, 165, 140, 0.7) 100%);
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}
@media all and (max-width: 480px) {
  .page_main .feature h3:before {
    height: 35px;
  }
}
.page_main .feature h3:after {
  content: "";
  width: 100%;
  height: 65px;
  padding: 0 20px;
  background: rgb(33, 116, 186);
  background: linear-gradient(132deg, rgba(33, 116, 186, 0.4) 0%, rgba(2, 217, 240, 0.4) 51%, rgba(0, 165, 140, 0.4) 100%);
  position: absolute;
  top: 5px;
  left: -15px;
  z-index: -2;
}
@media all and (max-width: 480px) {
  .page_main .feature h3:after {
    height: 35px;
  }
}
.page_main .feature .feature_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 480px) {
  .page_main .feature .feature_wrap {
    display: block;
  }
}
.page_main .feature .feature_wrap:after {
  content: "";
  width: 1000px;
  height: 370px;
  background: url("/assets/img/atfirst/specialglass/bg_element.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -100px;
  left: -10px;
  right: 0;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .page_main .feature .feature_wrap:after {
    display: none;
  }
}
.page_main .feature .feature_wrap .feature_box {
  width: 425px;
  height: 250px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
  padding-left: 10px;
}
@media all and (max-width: 480px) {
  .page_main .feature .feature_wrap .feature_box {
    width: 100%;
    height: auto;
    padding-left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding-bottom: 15px;
  }
}
.page_main .feature .feature_wrap .feature_box:before {
  content: "";
  width: 70px;
  height: 70px;
  background: url("/assets/img/atfirst/specialglass/icon1.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 30px;
  right: 0;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .page_main .feature .feature_wrap .feature_box:before {
    width: 50px;
    height: 50px;
    left: 0;
    top: -25px;
  }
}
.page_main .feature .feature_wrap .feature_box:nth-of-type(2) {
  padding-left: 0;
  padding-right: 90px;
}
@media all and (max-width: 480px) {
  .page_main .feature .feature_wrap .feature_box:nth-of-type(2) {
    padding-right: 0;
  }
}
.page_main .feature .feature_wrap .feature_box:nth-of-type(2):before {
  background: url("/assets/img/atfirst/specialglass/icon2.svg") no-repeat center;
  background-size: contain;
  left: auto;
  right: 220px;
}
@media all and (max-width: 480px) {
  .page_main .feature .feature_wrap .feature_box:nth-of-type(2):before {
    left: 0;
    right: 0;
  }
}
.page_main .feature.isAnimate {
  opacity: 1;
  filter: blur(0);
  clip-path: circle(100%);
}

@keyframes titleAnim {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
/*---------------------------------------------
コンテンツ
  ---------------------------------------------*/
.midle_copy {
  width: 590px;
  padding: 30px 0 30px;
  background-color: #E7F0FA;
  border-bottom: 1px solid #061643;
  text-align: center;
  margin: -40px auto 0;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 480px) {
  .midle_copy {
    width: 90%;
    text-align: left;
    margin-top: 0;
  }
}
.midle_copy:before {
  content: "";
  width: 8px;
  height: 30px;
  border-right: 2px solid #061643;
  border-left: 2px solid #061643;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .midle_copy:before {
    bottom: -50px;
  }
}

.glass_type {
  text-align: center;
  width: 790px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}
@media all and (max-width: 480px) {
  .glass_type {
    width: 100%;
  }
}
.glass_type h3 {
  display: inline-block;
  background: rgb(33, 116, 186);
  background: linear-gradient(132deg, rgb(33, 116, 186) 0%, rgb(5, 58, 124) 24%, rgb(86, 87, 252) 51%, rgb(59, 212, 242) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.glass_type .type_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.glass_type .type_wrap figure {
  display: block;
  width: 250px;
  opacity: 0;
  filter: blur(10px);
  transition: 1s 0.5s;
}
@media all and (max-width: 480px) {
  .glass_type .type_wrap figure {
    width: 100%;
  }
}
.glass_type .type_wrap figure figcaption {
  background-color: #fff;
  padding: 35px 0 15px;
  position: relative;
}
.glass_type .type_wrap figure figcaption:before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #B0BBC6;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.glass_type.isAnimate {
  opacity: 1;
  transform: translateY(0);
}
.glass_type.isAnimate figure {
  opacity: 1;
  filter: blur(0);
}

.society_area {
  padding-top: 340px;
  position: relative;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 480px) {
  .society_area {
    padding-top: 120px;
  }
}
.society_area:before {
  content: "";
  width: 906px;
  height: 430px;
  background: url("/assets/img/atfirst/specialglass/city_bg.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .society_area:before {
    width: 100%;
    height: 50vw;
  }
}
.society_area h3 {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 2;
}
.society_area h3:before {
  content: "";
  width: 100%;
  height: 65px;
  padding: 0 20px;
  background: rgb(33, 116, 186);
  background: linear-gradient(132deg, rgba(33, 116, 186, 0.7) 0%, rgba(2, 217, 240, 0.7) 51%, rgba(0, 165, 140, 0.7) 100%);
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}
@media all and (max-width: 480px) {
  .society_area h3:before {
    height: 35px;
  }
}
.society_area h3:after {
  content: "";
  width: 100%;
  height: 65px;
  padding: 0 20px;
  background: rgb(33, 116, 186);
  background: linear-gradient(132deg, rgba(33, 116, 186, 0.4) 0%, rgba(2, 217, 240, 0.4) 51%, rgba(0, 165, 140, 0.4) 100%);
  position: absolute;
  top: 5px;
  left: -15px;
  z-index: -2;
}
@media all and (max-width: 480px) {
  .society_area h3:after {
    height: 35px;
  }
}
.society_area .society_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.society_area .society_wrap .scene {
  width: 220px;
  opacity: 0;
  filter: blur(10px);
  transition: 1s;
}
@media all and (max-width: 480px) {
  .society_area .society_wrap .scene {
    width: 47%;
  }
}
.society_area .society_wrap .scene figure {
  position: relative;
}
.society_area .society_wrap .scene figure figcaption {
  position: absolute;
  bottom: 15px;
  left: 0;
}
@media all and (max-width: 480px) {
  .society_area .society_wrap .scene figure figcaption {
    bottom: 5px;
  }
}
.society_area .society_wrap .scene.isAnimate {
  opacity: 1;
  filter: blur(0);
}

.under_link_area a {
  background: url("/assets/img/atfirst/specialglass/under_link_bg.jpg") center no-repeat;
  background-size: cover;
}
.under_link_area a p span {
  display: inline-block;
  background-color: #fff;
  line-height: 1em;
  padding: 5px 10px 1px;
}/*# sourceMappingURL=specialglass.css.map */