@import url(./page/about-us.css?1);
@import url(./page/flow.css);
@import url(./page/faq.css);
@import url(./page/contact.css);
@import url(./page/privacypolicy.css);
@import url(./page/service.css);

@font-face {
    font-family: 'Meiryo-Bold';
    src: url('../font/Meiryo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

:root {
    --main-color: #ff748b;
    --main-sub-color: #febec8;
}

html {
    font-size: 1vw;
    overflow-x: hidden;
}

body {
    font-family:'Meiryo-Bold', 'Meiryo', sans-serif;
    font-weight: bold;
    overflow-x: hidden;
}

.post, .page {
    margin: 0;
}

ul{
    list-style: none;
    margin: 0!important;
    padding: 0!important;
}

a,
a:visited ,
a:hover {
    text-decoration: none!important;
    color: #000!important;
    font-family:'Meiryo-Bold', 'Meiryo', sans-serif;
    font-weight: bold!important;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 0!important;
    font-family:'Meiryo-Bold', 'Meiryo', sans-serif;
    font-weight: bold!important;
}

.main-color {
    color: var(--main-color);
}

.sub-color {
    color: var(--main-sub-color);
}

.text-white-shadow {
    text-shadow: 0px 0px 3px #fff;
}

/* PCのデザイン */
@media (min-width: 768px) {

    .sp {
        display: none!important;
    }

    .page-header--content {
        width: 96%;
        margin: 0.9rem auto;
    }
    
    .page-header--img {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 32rem;
        border-radius: 0.5rem;
    }

    .page-header--title {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .page-header--title h1 {
        letter-spacing: 0.133rem;
        color: #fff;
        text-shadow: 0px 0px 4px #000;
    }

    .title1--subtitle {
        margin-left: 0.3rem;
    }

    .title1--subtitle h3 {
        font-size: 1.2rem;
        color: #ffbeca;
        letter-spacing: 0.05rem;
    }

    .title1--title {
        margin-top: 0.9rem;
    }

    .title1--title h2 {
        color: var(--main-color);
        font-size: 1.835rem;
    }

    .title1::after {
        content: "";
        position: absolute;
        background-image: url(../img/cat-mark.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 4.75rem;
        height: 4.75rem;
        top: 0rem;
        left: 23.5rem;
    }

    .title2 h3 {
        font-size: 1.3rem;
    }

    .title2 h2 {
        font-size: 1.75rem;
        margin-top: 0.5rem;
        color: var(--main-color);
        letter-spacing: 0.075rem;
    }

    .common-btn1--content {
        padding: 1.75rem 0;
        letter-spacing: 0.1rem;
        background-color: var(--main-color);
        border-radius: 3rem;
    }

    .common-btn1--content p {
        font-size: 1.2rem;
        color: #fff;
    }

    .common-btn1--content::after {
        content: "";
        position: absolute;
        top: 2.1rem;
        right: 1.8rem;
        width: 1rem;
        height: 1rem;
        border-radius: 0.5rem;
        background-color: #fff;
    }


    .faq--content.first {
        margin-top: 4.4rem;
    }

    .faq--content {
        border-radius: 1rem;
        margin-top: 2rem;
        border: solid #eee;
        box-shadow: 0px 0px 4px #eee;
    }

    .faq--row {
        border-radius: 1.5rem 1.5rem;
        padding-bottom: 2rem;
        transition: 1s;
    }

    .faq--row.active{
        border-radius: 1.5rem 1.5rem 0 0;
    }

    .faq--row-col.col1 {
        width: 2rem;
        margin-left: 2rem;
        margin-top: 2.5rem;
    }

    .faq--row-col.col1 p {
        font-size: 2rem;
    }

    .faq--row-col.col2 {
        width: 69rem;
        margin-left: 1.5rem;
        margin-top: 3rem;
    }

    .faq--row-col.col2 p {
        font-size: 1.55rem;
        letter-spacing: 0.06rem;
    }

    .faq--row-col.col3 .icon {
        width: 2.75rem;
        height: 2.75rem;
        background: var(--main-color);
        border-radius: 2rem;
        margin-top: 2.6rem;
        margin-left: 1rem;
    }

    .faq--row-col.col3 i {
        font-size: 1.8rem;
        cursor: pointer;
        color: #fff;
        margin: 0.6rem;
    }

    .faq--content-answer {
        padding-bottom: 2.7rem;
        border-top: solid 2px #ddd;
        width: 97%;
        margin: auto;
    }

    .faq--content-answer-col {
        margin-top: 1.7rem;
        margin-left: 4.2rem;
    }

    .faq--content-answer-col p {
        font-size: 1.5rem;
        letter-spacing: 0.12rem;
        line-height: 2.6rem;
    }

    .faq--content-btn {
        width: 23.5rem;
        margin: 8rem auto 4rem;
    }

    
}

/* SPのデザイン */
@media (max-width: 767px) {
    .pc {
        display: none!important;
    }

    .page-header--content {
        width: 96%;
        margin: 0.9rem auto;
    }
    
    .page-header--img {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 32rem;
        border-radius: 0.5rem;
    }

    .page-header--title {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .page-header--title h1 {
        font-size: 6rem;
        letter-spacing: 1.5rem;
        color: #fff;
        text-shadow: 0px 0px 4px #000;
    }

    .title1--subtitle {
        margin-left: 0.3rem;
    }

    .title1--subtitle h3 {
        font-size: 3.5rem;
        color: #ffbeca;
        letter-spacing: 0.2rem;
    }

    .title1--title {
        margin-top: 2rem;
    }

    .title1--title h2 {
        color: var(--main-color);
        font-size: 5rem;
        letter-spacing: 0.2rem;
    }

    .title1::after {
        content: "";
        position: absolute;
        background-image: url(../img/cat-mark.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 6.75rem;
        height: 6.75rem;
        top: -2rem;
        left: 23.5rem;
    }

    .title2 h3 {
        font-size: 3.5rem;
    }

    .title2 h2 {
        font-size: 5rem;
        margin-top: 0.5rem;
        color: var(--main-color);
        letter-spacing: 0.3rem;
    }

    .common-btn1--content {
        padding: 3.5rem 0;
        letter-spacing: 0.3rem;
        background-color: var(--main-color);
        border-radius: 6rem;
    }

    .common-btn1--content p {
        font-size: 3.5rem;
        color: #fff;
    }

    .common-btn1--content::after {
        content: "";
        position: absolute;
        top: 4.5rem;
        right: 8.5rem;
        width: 3rem;
        height: 3rem;
        border-radius: 1.5rem;
        background-color: #fff;
    }

    .faq--content.first {
        margin-top: 10rem;
    }

    .faq--content {
        border-radius: 2rem;
        margin-top: 5rem;
        border: solid #eee;
        box-shadow: 0px 0px 4px #eee;
    }

    .faq--row {
        border-radius: 1.5rem 1.5rem;
        padding-bottom: 2rem;
        transition: 1s;
    }

    .faq--row.active{
        border-radius: 1.5rem 1.5rem 0 0;
    }

    .faq--row-col.col1 {
        width: 4rem;
        margin-left: 2rem;
        margin-top: 2.5rem;
    }

    .faq--row-col.col1 p {
        font-size: 5rem;
    }

    .faq--row-col.col2 {
        width: 73rem;
        margin-left: 1.5rem;
        margin-top: 3.5rem;
    }

    .faq--row-col.col2 p {
        font-size: 3.5rem;
        letter-spacing: 0.2rem;
    }

    .faq--row-col.col3 .icon {
        width: 6.75rem;
        height: 6.75rem;
        background: var(--main-color);
        border-radius: 4rem;
        margin-top: 2.6rem;
        margin-left: 0rem;
    }

    .faq--row-col.col3 i {
        font-size: 4rem;
        cursor: pointer;
        color: #fff;
        margin: 1.6rem;
    }

    .faq--content-answer {
        padding-bottom: 2.7rem;
        border-top: solid 2px #ddd;
        width: 97%;
        margin: auto;
    }

    .faq--content-answer-col {
        margin-top: 3rem;
        margin-left: 6rem;
    }

    .faq--content-answer-col p {
        font-size: 3rem;
        letter-spacing: 0.3rem;
        line-height: 5rem;
    }

    .faq--content-btn {
        margin: 15rem auto 0;
    }
}