@charset "utf-8";

/*!
Theme Name: habakiri
Author: ここに名前を書いてください
Version: 1.0.0
*/

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    /*outline: 1px solid red;*/
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
}

@media (max-width: 767px) {
    html {
        font-size: 50%;
    }
}

body {
    margin: 0;
}

img {
    vertical-align: bottom;
}

p,
button,
a {
    font-size: 1.6rem;
    color: inherit;
    text-decoration: none;
}

.text-center{
    text-align: center;
}
.block-center {
    margin: auto;
}
.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

video {
    max-width: 100%;
    vertical-align: bottom;
}

.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.w-max {
    max-width: 100%;
}

.sp {
    display: none;
}
.pc {
    display: block;
}
@media screen and (max-width: 479px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

/*== ここから下に書いてください ==*/

body {
    line-height: 2.0;
    letter-spacing: 0.1em;
    color: #131313;
    line-break: strict;
    word-break: normal !important;
    word-wrap: break-word;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    transition: 0.3s ease-in-out;
    overflow-x: hidden;
}
@media (hover: hover) {
    .hover {
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: all 0.5s ease;
    }
    .hover:hover {
        box-shadow: 0 10px 20px rgb(0 0 0 / 16%);
        transform: translateY(-10px);
    }
    .to-line:hover {
        color: #06C655;
        background-color: #ffffff;
    }
    .to-line:hover::before{
        filter: invert(54%) sepia(60%) saturate(3951%) hue-rotate(112deg) brightness(104%) contrast(95%);
    }
    .to-top:hover {
        color: #3682C6;
        background-color: #ffffff;
    }
}
.result-wrapper {
    padding: 8rem 0;
    background-color: #FFFCBA;
}
.result-inner {
    padding: 0 2rem;
    font-weight: 700;
}

.result-sub {
    font-size: 2rem;
    color: #3682C6;
    line-height: 1.6em;
    margin-top: 2rem;
}
.result-recommend{
    font-size: 4rem;
    color: #3682C6;
    line-height: 1.6em;
    margin-top: 2rem;
}

.result-box{
    display: flex;
    gap: 55px;
    width: 800px;
    max-width: 100%;
    padding: 5%;
    border: 2px solid #3682C6;
    border-radius: 8px;
    margin: 5rem auto;
    position: relative;
    background-color: #ffffff;
}

.result-box::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    top: -2px;
    right: 55%;
}
.result-box::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    bottom: -2px;
    left: 30%;
}
.result-arrow {
    width: 50px;
    margin: auto;
}

.result-a {
    font-size: 2.2rem;
    line-height: 1.6em;
    margin-top: 5rem;
}
.result-copy {
    font-size: 4rem;
    color: #3682C6;
    line-height: 1.6em;
    margin-top: 5rem;
}

.microcopy {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    margin-top: 5rem;
}

.microcopy::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 40%;
    background-color: #515151;
    bottom: 20%;
    left: -2rem;
    transform: rotate(-10deg);
}
.microcopy::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 40%;
    background-color: #515151;
    bottom: 20%;
    right: -2rem;
    transform: rotate(10deg);
}

.to-line{
    display: flex;
    width: 373px;
    height: 87px;
    border: none;
    padding: 0;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    background-color: #06C655;
    border-radius: 200px;
    cursor: pointer;
    transition: 0.3s ease;
}

.to-line::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../assets/line_w.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 1rem;
}

.to-top {
    display: flex;
    width: 373px;
    height: 87px;
    border: none;
    padding: 0;
    margin: 0.8rem auto 0;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    background-color: #3682C6;
    border-radius: 200px;
    cursor: pointer;
    transition: 0.3s ease;
}

@media screen and (max-width: 479px) {
    /* ヘッダーここから */
    
    /* ヘッダーここまで */
    /* フッターここから */
    
    /* フッターここまで */
}

@media screen and (max-width: 479px) {
    .result-box{
        flex-direction: column;
        padding: 10%;
    }
    .result-icon{
        width: 50%;
        margin: auto;
    }

}