@charset "UTF-8";

ol,
ul {
    list-style: none;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
* {
    box-sizing: border-box;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
    font-size: 14px;
    height: 100%;
    background-image: url(../images/scale.png);
    /* background-repeat:no-repeat; */
    background-repeat: repeat-x; 
}

.bold {
    font-weight: 500;
}

.light {
    font-weight: 300;
}

img {
    display: block;
    width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    opacity: 0.5;
} 

.sp_none {
    display: none;
}
.pc_none {
    display: block;
}

/* font & color
---------------------------------------------*/
.en {
    font-family: "Apercu";
}
h1,
h2,
h3,
h4 {
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
}
.view_small_text {
    font-size: 0.8em;
    line-height: 1.6;
    margin-top: 6px;
}
.small_text {
    font-size: 0.8em;
    display: block;
    line-height: 1.6;
    margin-top: 6px;
}
.middle_text {
    font-size: 0.95em;
    display: block;
    line-height: 1.6;
    margin-top: 6px;
}
.bottom_text {
    font-size: 12px;
    margin-bottom: 0;
}
.hosoku {
    font-size: 10px;
}


.gr {
    color: #7fba00;
}
.wh {
    color: #fff;
}
.bg_gr {
    background: #7fba00;
}

/* padding & margin
---------------------------------------------*/
.mrl0 {
    margin-left: 0!important;
    margin-right: 0!important;
}
.mt0 {
    margin-top: 0!important;
}

/* main_v
---------------------------------------------*/
.main_v {
    position: relative;
    background: #7fba00;
    width: 100%;
    height: 100vh;
    
}

.main_v::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -33px;
    border: 35px solid transparent;
    border-top: 22px solid #7fba00;
}

.main_v .title {
    margin-top: 30px;
    margin-bottom: 28px;
    align-self: center;
}
.main_v h1 {
    max-width: 400px;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 8px;
    margin: auto;
}
.main_v .circle_text {
    font-size: 22px;
    letter-spacing: 0;
    border: 2px solid;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    padding: 4px;
    margin: 2px;
}

.main_v .unisize_img {
    width: 100px;
    height: auto;
    max-width: 150px;
    margin: auto;
    align-self: center;

}
.main_v .img1 {
    filter: drop-shadow(5px 5px 5px rgba(2, 2, 2, .2));
    width: 50%;
    height: auto;
    text-align: center;
    margin-top: 60px;
    margin: auto;
    max-width: 350px;
}
/* section2 
---------------------------------------------*/
.s2 {
    margin: 40px 20px;
}
.s2 .top_text {
    padding-bottom: 20px;
}
.s2 h2 {
    font-size: 24px;
    text-align: center;
}

.bg_lgr {
    background-color: #f2f8e5;
    padding: 20px;
    margin-bottom: 20px;
}
.s2 h3 {
    text-align: center;
    margin: 0 auto 16px;
}
.s2 .img_2 {
    width: 70%;
    height: auto;
    margin: auto;
}

/* section3 
---------------------------------------------*/
.s3 {
    padding: 24px 20px 20px;
}
.s3 .step {
    position: relative;
    margin-top: 40px;
    border: 2px solid #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.s3 .step .click {
    position: absolute;
    top: 46%;
    right: 10%;
    width: 60px;
    height: auto;
}
.s3 h3 {
    margin-top: 24px;
    margin-bottom: 12px;
    line-height: 1.5;
}
 
.s3 .step .step_img {
    position: absolute;
    width: 60px;
    height: auto;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}
.s3 .step .flow_1 {
    width: 70%;
    height: auto;
    margin: auto;
}
.s3 .step .flow_2 {
    width: 80%;
    height: auto;
    margin: auto;
}

.s3 .other h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.s3 .other .w75 {
    width: 75%;
    height: auto;
    margin: auto;
}
.s3 .other .bg_lgr .other_1,
.s3 .other .bg_lgr .other_2 {
    position: relative;
}
.s3 .other .bg_lgr .other_1 .fukidashi, 
.s3 .other .bg_lgr .other_2 .fukidashi {
    position: absolute;
    top: 66%;
    left: 0;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    background: rgba(127, 186, 0, .8); 
    padding: 10px; 
    width: 100%;
}
.s3 .other .bg_lgr .other_1 .fukidashi::before, 
.s3 .other .bg_lgr .other_2 .fukidashi::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 12px solid rgba(127, 186, 0, .8);
} 
.s3 .other .bg_lgr .other_2 .fukidashi {
    top: 54%;
}
.fuwafuwa{
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
.keyframe1{
    animation-name: anim_v;
}

@keyframes anim_v {
    0% {
        transform: translate(0, 0px);
    }
    100% {
        transform: translate(0, -4px);
    }
}
.s3 .other .bg_lgr .other_2 {
    margin-top: 20px;
}

.s3 .other {
    margin-bottom: 20px;
}
.s3 .last_text h4 {
    font-size: 1.17em;
}
.last_text {
    margin-bottom: 80px;
}
.pal_logo {
    width: 134px;
    height: auto;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}
small {
    text-align: center;
    margin: auto;
    display: block;
}

/* pc
---------------------------------------------*/
@media screen and (min-width: 1000px){
/* main_v
---------------------------------------------*/
    .sp_none {
        display: block;
    }
    .pc_none {
        display: none;
    }
    .main_v .title_wrap {
        display: flex;
        justify-content: space-around;
        max-width: 1000px;
        margin: 6% auto 0;
    }
    
    .main_v h1 {
        font-size: 38px;
    }
    .main_v .circle_text {
        font-size: 30px;
    }
    .main_v .img1 {
        margin: 0;
        max-width: 300px;
    }
    .main_v .unisize_img {
        width: 140px;
    }
    /* section2
---------------------------------------------*/
    .s2 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .s2 .top_text .inner {
        max-width: 800px;
        margin: auto;
    }

    .s2 .top_text .text_inner {
        width: 600px;
        margin: auto;
        text-align: center;
    }

    .s2 .bg_lgr_wrap {
        max-width: 800px;
        margin: auto;
        display: flex;
    }
    .s2 .bg_lgr {
        margin: 20px;
    }
    /* section3
---------------------------------------------*/
    .s3 {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .s3 h3 {
        margin-bottom: 12px;
    }
    .s3 .step_wrap {
        display: flex;
        max-width: 1100px;
        margin: auto;
        margin-bottom: 40px
    }
    .s3 .step {
        width: 30%;
        margin: 40px auto;
    }
    .s3 .other .bg_lgr {
        max-width: 800px;
        margin: auto;
        padding-bottom: 20px;
    }
    .s3 .other .other_wrap {
        display: flex;
    }
    .s3 .other .bg_lgr .other_1 .fukidashi{
        top: 45%;
    }
    .s3 .other .bg_lgr .other_2 .fukidashi {
        top: 59%;
    }
    .s3 .other .bg_lgr .other_2 {
        margin-top: 50px;
    }
    .last_text h4 {
        text-align: left;
        margin-top: 30px;
    }
    .last_text .inner {
        max-width: 800px;
        margin: auto;
    }
    .last_text .ml20 {
        margin-left: 20px;
    }

}