@charset "utf-8";


/* ===============================
FV
=============================== */
.top_fv {
    height: 100vh;
    overflow: hidden;
    position: relative;
    /* max-height: 800px; */
}
.video-wrap {
    position: relative;
    height: 100vh;
}
.top_fv_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
}
.curtain {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: #ffffffcd;
}
.top_fv_content p {
    text-align: center;
    font-weight: bold;
}
.top_fv_content h2 {
    text-align: center;
    font-size: 6rem;
    line-height: 1.2em;
    margin: 10px 0;
}
.fv_bar {
   background-color: var(--orange);
   margin: 0 auto;
   max-width: 350px;
   padding: 3px 0;
   transform: skewX(-30deg);
}
.fv_bar p {
    color: #fff;
    transform: skewX(30deg);
    font-size: 2.4rem;
}
.top_fv_content_p {
    font-size: 2.4rem;
}
.top_fv_content h2 img {
    width: 54px;
    display: inline;
    position: relative;
    top: 5px;
}
.top_fv_content h2 span {
    padding-left: 25px;
}
.scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 10;
}
.scroll .text_scroll {
    width: 100px;
    margin: 0 auto;
    animation:10s linear infinite rotation;
}
.scroll .aroow_scroll {
    width: 25px;
    position: absolute;
    bottom: 35%;
    left: 37%;
}
@keyframes rotation{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}

/* ===============================
ABOUT PC
=============================== */
.top_about {
    background-image: url(../img/top/back.svg);
    background-position: center top;
    background-size: cover;
    padding: 50px 0 130px;
}
.top_about h3 {
    text-align: center;
    margin: 20px 0 40px;
}
.top_about h3 .orange {
    color: var(--orange);
}
.top_about p {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

/* ===============================
top_solution PC
=============================== */
.top_solution {
    background-image: url(../img/top/back2.jpg);
    background-size: cover;
    padding: 80px 0 40px;
}
.top_solution h2 {
    text-align: center;
    margin-bottom: 20px;
}
.top_solution_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_solution_flex .left, .top_solution_flex .right {
    width: 38%;
}
.top_solution_flex .center {
    width: 20%;
}
.top_solution_flex .img1 {
    animation: floating-y 3s ease-in-out infinite alternate-reverse;
}
.top_solution_flex .img2 {
    width: 85%;
    margin: 20px 0 0 15%;
    animation: floating-y 2s ease-in-out infinite alternate-reverse;
}
.top_solution_flex .img3 {
    width: 95%;
    margin-left: 5%;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
    0% {
      transform: translateY(-3%);
    }
    100% {
      transform: translateY(3%);
    }
  }
.top_solution_aro {
    width: 150px;
    margin: 0 auto;
}
.black_title {
    background-color: #444;
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 100;
    left: 10px;
}
.black_title p {
    color: #fff;
    font-weight: bold;
}
.black_title p span {
    color: #FFEF3D;
    background-image: radial-gradient(circle at center, #FFEF3D 20%, transparent 20%);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 1em 0.5em;
    padding-top: 0.5em;
}

/* ===============================
できること PC
=============================== */
.can {
    position: relative;
    padding-top: 80px;
}
.huwa, .huwa2, .huwa3, .huwa4 {
    width: 50px;
    position: absolute;
    z-index: -9;
    opacity: 0.6;
}
.huwa {
    top: 10%;
    left: -5%;
    animation: floating-y .7s ease-in-out infinite alternate-reverse;
}
.huwa2 {
    bottom: 10%;
    left: -2%;
    animation: floating-y .6s ease-in-out infinite alternate-reverse;
}
.huwa3 {
    top: 20%;
    right: 0;
    animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
.huwa4 {
    bottom: 15%;
    right: 10%;
    animation: floating-y .8s ease-in-out infinite alternate-reverse;
}
.can_back {
    position: absolute;
    top: 0;
    right: -10%;
    z-index: -10;
    width: 100%;
    max-width: 1000px;
}
.can_flex {
    display: flex;
    justify-content: space-between;
}
.can_flex .left {
    width: 40%;
    position: relative;
}
.can_flex .right {
    width: 57%;
}
.en_h3 {
    color: #9A9A9A;
    font-size: 2rem;
    text-align: center;
}
.en_h3 span {
    color: var(--orange);
}
.can .bottom_h2 {
    text-align: center;
    margin-top: 10px;
}
.can_flex .left p {
    width: 75%;
    margin: 20px auto 40px;
    line-height: 1.8em;
}
.slide_img {
    position: relative;
    width: 85%;
    margin: 0 auto;
}
.slide_img p {
    font-weight: bold;
    position: absolute;
    font-size: 1.6rem;
    bottom: 0;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 0 10px 0 0;
    border-top: 2px solid var(--orange);
    border-right: 2px solid var(--orange);
    color: var(--orange);
    opacity: 0.8;
}
.slide_text {
    background-color: #fff;
    border: 2px solid #E0E0E0;
    border-radius: 25px;
    padding: 30px 25px;
    margin-top: 20px;
}
.slide_text p {
    margin-bottom: 20px;
}
.can_dog {
    width: 100px;
}
.back5 {
    position: relative;
    left: 10px;
    z-index: 10;
}


/* ===============================
Swiper
=============================== */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: -200px;
  width: 0;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/top/pre.svg);
  left: 10px;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    background-image: url(../img/top/pre.svg);
    transform: rotate(-180deg);
    right: 10px;
}



/* ===============================
こんなサイトを作ります PC
=============================== */
.create {
    background-image: url(../img/top/back2.jpg);
    background-size: cover;
    position: relative;
    z-index: 0;
    top: -3vw;
}
.create .bottom_h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 60px;
}
.back6 {
    position: absolute;
    top: 0;
    left: 10px;
    width: 200px;
}
.phone_dog {
    position: absolute;
    top: 70px;
    max-width: 500px;
    right: 3%;
    width: 33vw;
}
.create_box h3 {
    text-align: center;
}
.create_box h3 img {
    width: 30px;
    display: inline-block;
    margin: 0px 10px 0 0;
    position: relative;
    top: 4px;
}
.create_box h3 span {
    color: var(--orange);
}
.create_box p {
    text-align: center;
    margin-top: 20px;
    line-height: 1.8em;
}
.create_box.margin {
    margin-top: 50px;
}
.create .w_btn {
    margin-top: 60px;
}
.foot1 {
    width: 250px;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: -10;
}
.create .huwa {
    top: 40%;
    left: 7%;
}
.create .huwa2 {
    bottom: 3%;
    left: 20%;
}
.create .huwa3 {
    top: 40%;
    right: 20px;
}




/* ===============================
tablet
=============================== */
@media screen and (max-width:1000px) {
    .phone_dog {
        width: 39vw;
    }
    .back5, .black_title, .back6 {
        left: 0;
    }
}


/* ===============================
SP
=============================== */
@media screen and (max-width:769px) {
    .back5 {
        left: -10px;
    }
    /* ===============================
    FV SP
    =============================== */
    .top_fv_content h2 {
        font-size: 4rem;
    }
    .fv_bar {
    max-width: 300px;
    }
    .fv_bar p {
        font-size: 2rem;
    }
    .top_fv_content_p {
        font-size: 2rem;
    }
    .top_fv_content h2 img {
        width: 40px;
    }
    .top_fv_content h2 span {
        padding-left: 19px;
    }
    .scroll {
        bottom: 20px;
    }
    .scroll .text_scroll {
        width: 80px;
    }
    .scroll .aroow_scroll {
        width: 20px;
        left: 38%;
    }
    .video-wrap {
        height: 85vh;
    }

    /* ===============================
    ABOUT SP
    =============================== */
    .top_about {
        padding: 50px 0 130px;
    }
    .top_about h3 {
        margin: 20px 0 30px;
    }
    .top_about p {
        text-align: left;
    }
    /* ===============================
    top_solution SP
    =============================== */
    .top_solution {
        padding: 40px 0 20px;
        margin-top: -100px;
    }
    .top_solution_flex {
        display: none;
    }
    .top_solution_aro {
        width: 20%;
    }
    .black_title {
        left: 0;
    }
    .container1200.nayamisp {
        max-width: 98%;
    }
    /* ===============================
    できること SP
    =============================== */
    .can {
        padding-top: 40px;
    }
    .can_back {
        right: -40%;
    }
    .huwa, .huwa2, .huwa3, .huwa4 {
        width: 30px;
    }
    .huwa {
        left: 0%;
    }
    .huwa4 {
        right: 5%;
    }
    .can_flex {
        display: block;
    }
    .can_flex .left {
        width: 100%;
        position: relative;
    }
    .can_flex .right {
        width: 100%;
        margin: 40px auto 0;
        max-width: 600px;
    }
    .en_h3 {
        font-size: 1.8rem;
    }
    .can .bottom_h2 {
        margin-top: 5px;
    }
    .can_flex .left p {
        width: 100%;
        margin: 20px auto;
    }
    .slide_img p {
        font-size: 1.4rem;
        border: none;
    }
    .slide_text {
        padding: 20px;
    }
    .slide_text p {
        margin-bottom: 20px;
    }
    .swiper-button-prev::after {
        left: -8px;
    }
    .swiper-button-next::after {
        right: -8px;
    }
    /* ===============================
    こんなサイトを作ります SP
    =============================== */
    .create .bottom_h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .back6 {
        width: 100px;
    }
    .phone_dog {
        top: 120px;
        right: -10%;
        width: 200px;
    }
    .create_box h3 {
        font-size: 1.6rem;
        text-align: left;
        text-indent: -1.8em;
        padding-left: 1.8em;
    }
    .create_box h3 img {
        width: 20px;
        top: 2px;
    }
    .create_box p {
        text-align: left;
        margin-top: 10px;
    }
    .create_box.margin {
        margin-top: 30px;
    }
    .create .w_btn {
        margin-top: 30px;
    }
    .foot1 {
        width: 150px;
        bottom: 0px;
    }
    .create .huwa {
        top: 20%;
    }
    .create .huwa2 {
        bottom: 8%;
        left: 10%;
    }
    .good_skil {
        margin-top: 0;
    }







}