@charset "UTF-8";
/* CSS Document */
main {
  background: linear-gradient(90deg, #fff 15%, #fff 50%, #fff 85%);
}
a:hover {
  opacity: 1.0;
}


header {
  z-index: 320;
  position: fixed;
  background-color: #1E1E23;
  width: 100%;
  height: 70px;
}
.section-top {
  width: 100%;
  padding: 130px 0 60px;
  position: relative;
  background: linear-gradient(-40deg, #182DFC 30%, #1E1E23 50%, #F400A1 70%);
  background-size: 160% 160%; 
  animation: bggradient 10s ease infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-top ul {
  display: none;
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.section-top_title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 420px;
}
.top-pcimg {
  display: none;
}
.top-spimg {
  display: block;
}
.section-top_title img {
  width: 155px;
  height: 100%;
  margin-right: 30px;
}
.section-top_title h2 {
  color: #FFF;
  font-size: 3rem;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin: 0 auto 0 30px;
  text-align: left;
  font-weight: 200;
  line-height: 4.5rem;
}
.section-top_title h2 span {
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 800;
}

.section-top p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 50px 30px 0;
  text-align: left;
  color: #fff;
  max-width: 420px;
}
.section-top_companyname {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.section-top_companyname img {
  height: 27px;
  margin-right: 10px;
}
.section-top_companyname h3 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #E3E3E3;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 200;
}



.section-service {
  background-color: #2E2D2D;
  padding: 60px 0 80px;
}
.section-service_title {
  position: relative;
  margin-bottom: 50px;
}
.section-service_title img {
  width: 98px;
  opacity: 0.24;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4.2rem;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 100;
  line-height: 2.6rem;
}
.center span {
  font-size: 1.6rem;
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 100;
}
.section-service ul {
  max-width: 1260px;
  margin: 0 auto;
}
.section-service ul li {
  display: inline-block;
  color: #fff;
  padding: 0 30px 40px;
}
.section-service ul li p {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service_dis {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 30px;
}
.service_dis h2 {
  text-decoration: underline;
  font-size: 2.0rem;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 100;
  line-height: 2.0rem;
}
.service_dis img {
  height: 120px;
}
.w-img {
  width: 120px;
}
a.hamon_btn {
  display: inline-block;
  width: 240px;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 60px;
  color: #fff;
  background-color: #2E2D2D;
  border: 2px solid #F400A1;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: ripple 1.5s infinite;
  margin-top: 20px;
}
a.hamon_btn:hover {
  background-position: right center;
  color: #F400A1;
  border: 2px solid #F400A1;
}




.section-works {
  position: relative;
  background-image: url("../../assets/images/top/sakurabg36.jpg");
  background-size: 100%;
  width: 100%;
  padding: 60px 0 80px;
}
.section-works_title {
  position: relative;
  margin-bottom: 50px;
}
.section-works_title img {
  width: 98px;
  opacity: 0.3;
}
.section-works ul li {
  display: inline-block;
  color: #fff;
  text-align: left;
  margin: 0 30px 40px;
  background-color: #1D1D1D;
}
.section-works ul li a {
  text-decoration: none;
}
.section-works ul li a:hover {
  opacity: 0.4;
}
.section-works ul li a img {
  text-decoration: none;
  width: 100%;
}
.section-works ul li a h4 {
  font-size: 2.0rem;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 100;
  line-height: 2.0rem;
  text-decoration: none;
  color: #fff;
  padding: 28px 30px 18px;
}
.section-works ul li a p {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 2.0rem;
  text-decoration: underline;
  color: #F4C788;
  padding: 0 30px 40px;
}
a.hamon_btn2 {
  display: inline-block;
  width: 240px;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 60px;
  color: #2E2D2D;
  background-color: #fff;
  border: 2px solid #2E2D2D;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: ripple 1.5s infinite;
  margin-top: 20px;
}
a.hamon_btn2:hover {
  background-position: right center;
  color: #F400A1;
  border: 2px solid #F400A1;
}
@keyframes ripple {
  0% {box-shadow: 0 0 0 0 #F400A1;}
  70% {box-shadow: 0 0 0 16px rgb(224 0 161 / 0%);}
  100% {box-shadow: 0 0 0 0 rgb(224 0 161 / 0%);}
}





.section-news {
  position: relative;
  background-color: #191919;
  background-size: 100%;
  width: 100%;
  padding: 60px 0 80px;
}
.section-news_title {
  position: relative;
  margin-bottom: 50px;
}
.section-news_title img {
  width: 98px;
  opacity: 0.24;
}
.section-news ul li {
  color: #fff;
  text-align: left;
  display: inline-block;
  background: #fff;
  margin: 0 30px 40px;
}
.section-news ul li a {
  text-decoration: none;
  background-color: #fff;
}
.section-news ul li a:hover {
  opacity: 0.4;
}
.section-news ul li a img {
  text-decoration: none;
  width: 100%;
}
.section-news ul li a h4 {
  font-size: 2.0rem;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 100;
  line-height: 2.0rem;
  text-decoration: none;
  color: #1D1D1D;
  padding: 28px 30px 18px;
}
.section-news ul li a p {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.6rem;
  padding: 0 30px 40px;
}
.section-news ul li a p span {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 3rem;
  text-decoration: none;
  color: #9A9A9A;
}


.section-contact {
  padding: 60px 0 120px;
  background-color: #101010;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section-contact a:hover {
  opacity: 0.4;
}
.contact_title {
  padding: 0 30px 30px;
}
.contact_title h4 {
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 4.2rem;
  line-height: 4.2rem;
  font-weight: 500;
  background: linear-gradient(90deg, #49FFFF 40%, #FFED49 50%, #ff49ed 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 40px;
}
.contact_title h5 {
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #fff;
  text-align: left;
  padding-bottom: 40px;
}
.contact_title p {
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.8rem;
  line-height: 3.0rem;
  color: #fff;
  text-align: left;
}
  .contact_h4_br {
    display: none;
  }
  .contact_h4_br2 {
    display: block;
  }
.contact_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
   padding-bottom: 40px;
}
.contact_container img {
  width: 155px;
  height: 100%;
}

.contact_circle {
  width: 150px;
  height: 128px;
  background: linear-gradient(45deg, #49FFFF 25%, #FFED49 50%, #ff49ed 75%);
  border-radius: 74% 53% 50% 43% / 36% 62% 40% 50% ;
  animation: move 3s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_circle a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #101010;
  font-size: 2.8rem;
  line-height: 2.8rem;
  text-decoration: none;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.contact_circle a:hover {
  color: #fff;
  opacity: 1;
}
.contact_btn a {
  width: 250px;
}
.contact_btn a img {
  width: 250px;
  height: 100%;
}
@keyframes move {
  50% {
    border-radius: 45% 61% 58% 45% / 55% 52% 52% 48% ;
  }

  75% {
    border-radius: 100% 98% 100% 100% / 100% 100% 89% 100% ;
  }
}


@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.82;
  }
}







@media (max-width: 395px) {
.section-top_title h2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
}
@media (max-width: 925px) {
.news_pc-content {
    display: none!important;
  }
}
@media (min-width: 420px) {
.section-top_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-top_title img {
  width: 180px;
  margin: 0 0 0 0;
}
.section-top_title h2 {
  margin: 0 0 0 0;
  width: 100%;
}
.section-top p {
  margin: 50px 0 0;
  max-width: 356px;
}
.section-service ul li p {
  max-width: 356px;
}
.contact_title h5 {
  max-width: 356px;
}
.contact_title p {
  max-width: 356px;
}
.section-works ul li {
  max-width: 400px;
}
.section-news ul li {
  max-width: 400px;
}
}
@media (min-width: 1259px) {
header {
  z-index: 320;
  position: fixed;
  background: rgba(255, 255, 255, 0.0);
  margin-top: 0;
}
header img:hover {
  opacity: 1.0;
  height: 120px;
}
.section-top {
  padding: 180px 0 60px;
}
.section-top_title {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
}
.top-pcimg {
  display: block;
}
.top-spimg {
  display: none;
}
.section-top_title img {
  width: 488px;
  height: 100%;
  margin-left: -80px;
}
.section-top_title h2 {
  font-size: 9rem;
  margin: 0;
  line-height: 14.5rem;
  min-width: 540px;
}
.section-top p {
  display: none;
}
.section-top_companyname h3 {
  font-size: 2.8rem;
  line-height: 2.8rem;
}
.section-top ul {
  display: inline-block;
  list-style-type: none;
  text-align: left;
  width: 100%;
  margin: -60px 0 auto auto;
}
.section-top ul li {
  margin-bottom: 30px;
}
.section-top ul li a {
  font-size: 3rem;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #fff;
  text-decoration: none;
}
.section-top ul li a:hover {
  color: #F400A1;
  opacity: 1.0;
}
.section-contact {
  flex-direction: row;
  justify-content: center;
}
.contact_title {
  padding: 0 30px 0 0;
}
.contact_title h4 {
  text-align: left;
  background: linear-gradient(90deg, #49FFFF 6%, #FFED49 12%, #ff49ed 18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 200;
}
.contact_title h5 {
  font-size: 3.2rem;
  line-height: 4.8rem;
  max-width: 640px;
}
.contact_title p {
  font-size: 1.8rem;
  line-height: 3.0rem;
  max-width: 640px;
}
  .contact_h4_br {
    display: block;
  }
  .contact_h4_br2 {
    display: none;
  }
.contact_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
   padding-bottom: 0;
}
.contact_container img {
  width: 268px;
  height: 100%;
}

.contact_circle {
  width: 194px;
  height: 166px;
}
.contact_circle a {
  font-size: 3.5rem;
  line-height: 3.5rem;
}
.contact_btn a {
  width: 250px;
}
.contact_btn a img {
  display: none;
}

}