@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    background-color: white;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.front_page {
    color: #696969;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 100;
    text-justify: inter-ideograph;

}

.front_page img {
    width: 100%;
}

.sns {
    width: 50px;
    position: fixed;
    bottom: 20px;
    left: 20px;
}
.sns img{
    width: 50px;
}
.front_page h3 {
    font-size: 2.4rem;
    font-weight: 660;
}

.front_page strong {
    font-size: 1.8rem;
}

.front_page p {
    text-align: justify;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

.front_page_top {
    height: 100vh;
    min-height: 100%;
    background: rgb(244, 70, 255);
    background: linear-gradient(169deg, rgba(244, 70, 255, 0.3567401960784313) 25%, rgba(0, 212, 255, 0.3875525210084033) 57%, rgba(255, 255, 255, 1) 80%), url("/images/top.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.headline_1 {
    font-family: fantasy;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.headline_1 h1 {
    text-align: center;
    margin: 0;
    font-size: 5.0rem;
    color: white;
    font-weight: 600;
    padding: 10px 30px;
    background-color: black;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.headline_1 p {
    text-align: center;
    color: white;
    font-weight: 600;
    margin-top: -3px;
    font-size: 2.0rem;
    padding: 10px 30px;
    background-color: black;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}


@media screen and (max-width: 1200px) {
    .headline_1 {
        top: 50%;
    }

    .headline_1 h1 {
        font-size: 3.0rem;
    }

    .headline_1 p {
        font-size: 2.rem;
    }
}

@media screen and (max-width: 850px) {
    .headline_1 {
        top: 50%;
    }

    .headline_1 h1 {
        letter-spacing: 3px;
        font-size: 2.0rem;
    }

    .headline_1 p {
        font-size: 1.5rem;
    }

    .front_page p {
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 500px) {

    .headline_1 {
        top: 50%;
        width: 300px;

    }

    .headline_1 h1 {
        letter-spacing: 1px;
        font-size: 1.8rem;
        padding: 5px 20px;
    }

    .headline_1 p {
        font-weight: 100;
        font-size: 1.5rem;
        padding: 5px 20px;
    }
}

.front_page h2 {
    font-weight: 600;
    font-size: 3.7rem;
    color: white;
    background-color: black;
    display: inline-block;
}



.front_page_trouble h2 i,
.front_page_company h2 i,
.front_page_feature h2 i,
.front_page_solution h2 i,
.front_page_create h2 i {
    color: #696969;
}

/*悩み*/
.front_page_trouble p {
    font-size: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.front_page_trouble_2 p {
    font-size: 1.7rem;

}


.front_page_trouble_2 span {
    font-weight: 600;
    font-size: 1.7rem;
    color: #152c4b;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.front_page_trouble p i {
    font-size: 2rem;
    color: #ff6347;
    font-weight: 700;
}

/*当事業所は*/
.front_page_company h2,
.front_page_solution h2 {
    color: black;
    background-color: white;
}

.front_page_company {
    background-image: url(/images/seo3.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.front_page_company p,
.front_page_solution p {
    line-height: 36px;
    font-size: 1.7rem;
    margin-bottom: 5px;
    color: white;
}

.front_page_company span {
    font-weight: 600;
    font-size: 2rem;
    color: #eef9f6;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

/*目的によって制作者の探し方*/
.front_page_feature {
    border: solid 1px #d4d9dc;
    border-radius: 10px;
}

.front_page_feature img {
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 9px 9px 12px #c2c2c2,
        -9px -9px 12px #ffffff;
}

.front_page_feature h3 {
    font-size: 2.8rem;
    color: #696969;
    display: inline-block;
}

.front_page_feature span {
    font-weight: 600;
    font-size: 1.7rem;
    color: #152c4b;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.front_page_feature p {
    font-size: 1.7rem;
}

/*そもそもなぜホームページが高いのか*/
.front_page_create h3 {
    font-size: 2.8rem;
    color: #696969;
    display: inline-block;
}

.front_page_create h3 span {
    font-weight: 700;
    font-size: 2.0rem;
    color: black;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.front_page_create_matome {
    color: black;
    font-weight: 600;

}

.front_page_create p {
    font-size: 1.7rem;
    margin-bottom: 3px;
}

/*制作費も解決策*/
.front_page_solution {
    background-image: url(/images/osaekata.jpg);
    background-size: cover;
    background-position: center left;
    background-attachment: fixed;
}

.front_page_solution p {
    font-size: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

/*プラン内容*/
.front_page_plan {
    min-height: 100%;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/images/top2.jpg");
}

.front_page_plan h3 {
    display: inline-block;
    color: black;
}

.front_page_plan h4 {
    font-size: 2rem;
}

.front_page_plan p {
    font-size: 1.4rem;
    margin-bottom: 4px;
}

@media screen and (max-width: 590px) {
    .front_page_plan {
        background-size: 40%;
    }
}

/*最後のまとめ*/
.front_page_last span {
    font-weight: 600;
    font-size: 1.8rem;
    color: #152c4b;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

@media screen and (max-width:700px) {

    .front_page h2 {
        font-size: 1.96rem;
    }

    .front_page_trouble p i {
        font-size: 1.4rem;
    }

    .front_page p {
        font-size: 1.5rem;
        padding: 3px 0;
    }

    .front_page h3 {
        font-size: 1.9rem;
    }

    .front_page span {
        font-size: 1.6rem;
        font-weight: 700;
    }

    .front_page_company p,
    .front_page_solution p {
        line-height: 26px;
    }

    .front_page_plan h4 {
        font-weight: 600;
    }
}

/*ボックススライドイン*/
.box {
    width: 100%;
    overflow: hidden;
}

.box .boxInner {
    width: inherit;
    height: inherit;
    opacity: 0;
}

.isPlay {
    animation-name: play;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    position: relative;
    opacity: 1 !important;
}

.isPlay:before {
    animation-name: maskOut;
    animation-duration: 1.5s;
    animation-delay: .1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: white;
}

@keyframes play {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes maskOut {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

/*ボタン*/

.back {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    z-index: 99;
}

.back a {
    color: white;
}

.button_base {
    font-size: 1.7rem;
    width: 200px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
}

.button_base:hover {
    cursor: pointer;
}

.b05_3d_roll {
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
}

.b05_3d_roll div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    padding: 10px;
    border: #696969 solid 1px;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.b05_3d_roll div:nth-child(1) {
    color: #696969;
    background-color: #696969;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b05_3d_roll div:nth-child(2) {
    color: #696969;
    background-color: #ffffff;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b05_3d_roll:hover div:nth-child(1) {
    color: #ffffff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

.b05_3d_roll:hover div:nth-child(2) {
    background-color: #696969;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
}
