/* CSS Document */
.rarehair{
    text-align: center;
    background: url("../../img/contents/iron/wave-top.png") top center / contain no-repeat;
    margin-top: 150px;
    margin-bottom: 10%;
}
.rarehair .circle{
    transform: translateY(-50%);
    margin-bottom: -50px;
}
.rarehair .txt-stroke{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    -webkit-text-fill-color: white;
    font-weight: bold;
}
.rarehair ruby rt{
    color: #fff;
    font-size: 10px;
}
.rarehair .arrow-down{
    margin: 3em 0;
}
.keyV{
    text-align: center;
    position: relative;
    margin-bottom: 10%;
}
.keyV .keyV_img img{
    width: 100%;
}
.qa_wrap {
    /*position: relative;*/
}
.qa_wrap .question{
    position: absolute;
    left: 25%;
    top: 0;
    transform: translate(-50%,-50%)
}
.qa_wrap .answer{
    padding: 3em 0;
    background: #DEE8E6;
    border: 1px solid #707070;
    border-top: none;
}
.feature{
    counter-reset: number;
}
.feature .title_wrap{
    text-align: center;
    margin-bottom: 2em;
}
.feature .title_wrap p{
    color: #AA998A;
}
.feature .feature_wrap{
    padding: 30px;
    background: #fff;
}
.feature .feature_wrap h3.flexbox{
    justify-content: flex-start;
    padding: 2em 0;
    margin-bottom: 3em;
    border-bottom: 1px solid
}
.feature .feature_wrap h3::before{
    counter-increment: number;
    content:'Feature' counter(number, decimal-leading-zero);
    font-family: "winter sans";
    display: block;
    width: 30%;
    text-align: center;
    color: #AA9989;
    font-size: 150%;
}
.feature .feature_wrap h3 span{
    width: 65%;
}
.feature .feature_img img{
    max-width: 100%;
}
.feature .feature_img{
    width: 40%;
    text-align: center;
}
.feature .feature_cap{
    width: 55%;
}
.feature .feature_box{
    position: relative;
}
.feature .feature_wrap{
    margin-bottom: 3em;
}
.movie{
    text-align: center;
    margin-bottom: 3em;
}
.movie .triangle{
    margin: 2em 0 ;
}
.movie .movie_wrap div iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie .movie_wrap div{
    position: relative;
    padding-top: 56.25%;
}
.osusume{
    padding: 0 3em;
    counter-reset: number;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
}
.osusume h2{
    margin-bottom: 2em;
}
.osusume h2::before{
    content: "?";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #AA9989;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    font-family: "winter sans";
    color: #fff;
    margin-right: 20px;
}
.osusume .osusume_box:not(:last-of-type){
    margin-bottom: 4em;
}
.osusume .osusume_box .osusume_title{
    justify-content: flex-start;
    margin-bottom: 1em;
}
.osusume .osusume_box .osusume_title::before{
    counter-increment: number;
    content: counter(number, decimal) ".";
    display: block;
    font-family: "winter sans";
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 8px;
    margin-right: 1em;
}
.osusume .osusume_box .osusume_title span{
    width: calc(100% - 70px);
}
.osusume .osusume_box .osusume_cap{
    justify-content: flex-start;
    align-items: flex-start;
}
.osusume .osusume_box .osusume_cap::before{
    content: "理由";
    font-weight: bold;
    display: block;
    width: 50px;
    padding: 5px 0;
    text-align: center;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    border-radius: 5px;
    margin-right: 1em;
}
.osusume .osusume_box .osusume_cap p{
    width: calc(100% - 70px);
}
.foot_capiton{
    background: url("../../img/contents/iron/wave-bottom.png") bottom center / contain no-repeat;  
    line-height: 4;
    padding: 8% 0;
    margin-bottom: 60px;
}
.column{
    text-align: center;
}
.column .triangle{
    margin: 2em 0 ;
}
.column img{
    margin-bottom: 1em;
    max-width: 100%;
}
@media screen and (max-width:768px){
    .rarehair.inner1150{
        width: 100%;
    }
    .rarehair h2{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .rarehair h2 span{
        display: block;
    }
    .qa_wrap{
        position: relative;
    }
    .qa_wrap .question{
        left: 20px;
        transform: translate(0%,-50%);
    }
    .qa_wrap .question img{
        width: 100px;
    }
    .foot_capiton.inner1150{
        width: 100%;
    }
    .foot_capiton .foot_text{
        width: 80%;
    }
    .foot_capiton .foot_img{
        width: 20%;
        align-self: flex-end;
    }
    .foot_capiton .foot_img img{
        max-width: 100%;
    }
    main{
        /*padding-bottom: 0;*/
    }
}
@media screen and (max-width:480px){
    .rarehair{
        margin-top: 100px;
    }
    .rarehair .circle img{
        width: 100px;
    }
    .rarehair .marker_line{
        display: block;
        width: 90%;
        margin: auto;
    }
    .keyV.inner1150{
        width: 100%;
    }
    .qa_wrap .question{
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .qa_wrap .answer{
        padding:5em 2em 2em;
    }
    .feature .feature_wrap h3 span,
    .feature .feature_wrap h3::before{
        width: 100%;
    }
    .feature .feature_wrap h3::before{
        margin-bottom: 1em;
    }
    .feature .feature_img{
        margin-bottom: 1em;
    }
    .feature .feature_img,
    .feature .feature_cap{
        width: 100%;
    }
    .movie_wrap.inner800{
        width: 100%;
    }
    .osusume{
        padding: 20px;
    }
    .osusume h2.flexcentering{
        flex-wrap: wrap;
    }
    .osusume h2::before{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .foot_capiton{
        position: relative;
    }
    .foot_capiton .foot_text{
        width: 100%;
    }
    .foot_capiton .foot_img{
        width: 30%;
        position: absolute;
        bottom: 20px;
        right: 0;
    }
}
