@charset "UTF-8";

body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
}

img {
    width: 100%;
}

h3 {
    margin-block-start: 0;
    margin-block-end: 0;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.pc_only {
    display: none;
}

/*--------------------------------------------------
**************************************************
  ヘッダー
**************************************************
--------------------------------------------------*/
header {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    z-index: 100000;
}

header .header_wrap {
    width: 100%;
    margin: 0 auto;
}

header .header_wrap a {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
}

header .header_wrap a .logo {
    width: 25px;
    margin: 0 10px 0 10px;
}

header .header_wrap a .text {
    font-size: 10px;
    color: #bcbbbb;
    letter-spacing: 0.075em;
}

/*--------------------------------------------------
**************************************************
  トップ
**************************************************
--------------------------------------------------*/
.top {
    position: relative;
    width: 100%;
    height: auto;
}

.top .top_img {
    display: none;
}

.top .top_img.L {
    display: block;
}

.top .title_wrap {
    position: absolute;
    width: 100%;
    height: 30vw;
    top: 0;
    bottom: 40%;
    margin: auto;
    font-family: "Noto Serif JP", serif;
}

.top h1 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.top h1 .title {
    font-size: 4vw;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}

.top h1 .title.one::before {
    position: absolute;
    content: "こんなお悩みがある方は";
    color: #000000;
    top: 2px;
    left: 2px;
    z-index: -1;
}

.top h1 .title.two::before {
    position: absolute;
    content: "です！";
    color: #000000;
    top: 2px;
    left: 2px;
    z-index: -1;
}


.top h1 .text-img {
    width: 23vw;
    /* margin: 0 10px; */
    transform: rotate(17deg);
}

.top .house {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;

    margin: 0 auto;
}

.top .house .house_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 500px;
}

.top .house .house_wrap .house_cont {
    position: relative;
    width: 250px;
}

.top .house .house_wrap .house_cont h3 {
    font-size: 23px;
    color: #e71f19;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 30px;
    margin-bottom: 20px;
}

.top .house .house_wrap .house_cont .h-text {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.075em;
    line-height: 20px;
}

.top .house .house_wrap .house_cont::before {
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top .house .house_wrap .house_cont.one::before {
    background: url(../imgs/house1.png) no-repeat;
    background-size: 100%;
}

.top .house .house_wrap .house_cont.two::before {
    background: url(../imgs/house2.png) no-repeat;
    background-size: 100%;
}

.top .house .house_wrap .house_cont.three::before {
    background: url(../imgs/house3.png) no-repeat;
    background-size: 100%;
}

.top .house .house_wrap .house_cont.one,
.top .house .house_wrap .house_cont.three {
    transform: rotate(350deg);
}

.top .house .house_wrap .house_cont.two {
    transform: rotate(6deg);
}

.top .house .house_wrap .house_cont .house_titlewrap {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 170px;
    justify-content: flex-end;
}

@media screen and (max-width: 580px) {
    .top .house .house_wrap {
        height: 77vw;
    }

    .top .house .house_wrap .house_cont {
        width: 43vw;
    }

    .top .house .house_wrap .house_cont::before {
        width: 43vw;
        height: 43vw;
    }

    .top .house .house_wrap .house_cont .house_titlewrap {
        width: 43vw;
        height: 30vw;
    }

    .top .house .house_wrap .house_cont h3 {
        font-size: 4vw;
        line-height: 5vw;
        margin-bottom: 15px;
    }

    .top .house .house_wrap .house_cont .h-text {
        font-size: 2.3vw;
        line-height: 3.3vw;
    }
}


/*--------------------------------------------------
**************************************************
ボタン
**************************************************
--------------------------------------------------*/
.btn-top {
    background: #000000;
    width: 100%;
    padding: 30px 0;
}

.comment {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.comment .deco {
    width: 35px;
}

.comment .c-text {
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin: 0 40px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn a {
    display: flex;
    position: relative;
    width: 430px;
    height: 80px;
    background-color: #f39800;
    border-radius: 30px;
    border: 2px solid #f7f8f8;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s;
    box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
}

.btn a:hover {
    opacity: 0.8;
}

.btn .btn-text-s {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-family: "Noto Serif JP", serif;
    margin-right: 10px;
}

.btn .btn-text-l {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-family: "Noto Serif JP", serif;
}

.btn a::after {
    position: absolute;
    content: "";
    background-image: url(../imgs/arrow-btn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 35px;
    height: 20px;
    margin: auto;
}

@media screen and (max-width: 600px) {
    .comment .deco {
        width: 5.6vw;
    }

    .comment .c-text {
        font-size: 3vw;
        margin: 0 20px;
    }

    .btn a {
        width: 72vw;
        height: 13vw;
    }

    .btn a::after {
        right: 4vw;
        width: 5.8vw;
        height: 3vw;
    }

    .btn .btn-text-s {
        font-size: 2.3vw;
    }

    .btn .btn-text-l {
        font-size: 4.2vw;
    }

    .btn-last {
        margin-top: 3vw;
    }
}


/* @media screen and (max-width: 460px) {
    .comment .deco {
        width: 6vw;
    }

    .comment .c-text {
        font-size: 3vw;
    }

    .btn-top {
        padding: 7vw 0;
    }

    .btn a {
        width: 94vw;
        height: 17vw;
    }

    .btn .btn-text-s {
        font-size: 3vw;
    }

    .btn .btn-text-l {
        font-size: 5.5vw;
    }

    .btn a::after {
        width: 7vw;
        height: 3vw;
    }
} */

/*--------------------------------------------------
**************************************************
ダマす・cheat
**************************************************
--------------------------------------------------*/
.cheat {
    width: 100%;
    background: #000000;
}

.cheat .cheat-title {
    width: calc(100% - 20px);
    margin: 0 auto;

}

.cheat .cheat-main {
    width: calc(100% - 20px);
    margin: 30px auto;

}

.cheat .cheat-comment {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 33px;
    word-break: auto-phrase;
    width: calc(100% - 20px);
    margin: 0 auto;
}

@media screen and (max-width: 500px) {
    .cheat .cheat-comment {
        font-size: 5vw;
        line-height: 7.5vw;
    }
}

/*--------------------------------------------------
**************************************************
youtube
**************************************************
--------------------------------------------------*/
.youtube {
    background: #000000;
    width: 100%;
    padding: 40px 10px 10px 10px;
    box-sizing: border-box;
}

.youtube .youtube1,
.youtube .youtube2 {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube .y-comment {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 33px;
    word-break: auto-phrase;
}

.youtube .y-arrow {
    width: 65px;
    margin: 20px auto;
}

@media screen and (max-width: 500px) {
    .youtube .y-comment {
        font-size: 4.7vw;
        line-height: 7.5vw;
        letter-spacing: 0.05em;
    }
}

/*--------------------------------------------------
**************************************************
case
**************************************************
--------------------------------------------------*/
.case {
    width: 100%;
    background: #000000;
    position: relative;
    margin-bottom: 30vw;
}

.case:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 40vw;
    left: 0;
    right: 0;
    bottom: -23vw;
    background: url(../imgs/caseshita.svg) no-repeat;
    background-size: 100% 40vw;
    z-index: 0;
}

.case .case-cont {
    width: calc(100% - 20px);
    margin: 7vw auto 7vw auto;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

.case .case-cont.one {
    background: url(../imgs/case1-1sp.png) no-repeat;
    background-size: cover;
}

.case .case-cont.two {
    background: url(../imgs/case2-1sp.png) no-repeat;
    background-size: cover;
}

.case .case-cont.three {
    background: url(../imgs/case3-1sp.png) no-repeat;
    background-size: cover;
}

.case .case-cont.four {
    background: url(../imgs/case4-1sp.png) no-repeat;
    background-size: cover;
}


.case .case_wrap {
    display: flex;
    justify-content: center;

    margin: 0px auto;
    flex-wrap: wrap;
}

.case .c-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.case .c-img {
    width: 17vw;
    top: -10vw;
    position: absolute;
    left: -10px;
}

.case .c-text {
    font-size: 6vw;
    color: #ffffff;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin: 20px 0 15px 0;
}

.case .c-text br {
    display: none;
}

.case .c-comment {
    font-size: 3.8vw;
    color: #ffff;
    letter-spacing: 0.1em;
    line-height: 5vw;
    word-break: auto-phrase;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.case .c-com-bg {
    position: relative;
    width: calc(100% - 80px);
    margin: 0 auto;
}

.case .c-comment .c-comment-wrap {
    margin: auto;
    width: calc(100% - 10vw);
    height: auto;
}

.case .c-comment p {
    margin-bottom: 2.6vw;
}

.case .case_comment {
    font-size: 5.5vw;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.2em;
    line-height: 7.4vw;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    position: relative;
}

/* @media screen and (max-width: 450px) {
    .case .case_comment {
        font-size: 5.5vw;
        line-height: 12vw;
    }
} */

/* @media screen and (max-width: 400px) {
    .case {
        padding-bottom: 85px;
    }
} */


/*--------------------------------------------------
**************************************************
お客様の声
**************************************************
--------------------------------------------------*/
.voice {
    background: #f7f8ec;
    width: 100%;
    margin-top: -30vw;
    position: relative;
    z-index: -1;
    padding: 30vw 0 5vw 0;
}

.voice .v-comment {
    font-family: "Noto Serif JP", serif;
    font-size: 5vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 7vw;
    text-align: center;
}

.voice .v-title {
    width: 100%;
    text-align: center;
}

.voice .v-title h2,
.consultation h2 {
    position: relative;
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 8vw;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.voice .v-title h2::before {
    position: absolute;
    content: "";
    top: 3px;
    right: -5vw;
    background: url(../imgs/voice1.png) no-repeat;
    background-size: 100%;
    width: 4vw;
    height: 8.2vw;
}

.voice .v-cont {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.voice .v-img {
    position: absolute;
    top: 50vw;
    width: 30vw;
}

.voice .v-speech {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-left: 0;
    position: relative;
    z-index: 1;
}

.voice .speech {
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    padding: 20px 25px;
    border: 5px solid #ddd;
    border-radius: 80px;
    background: #ffffff;
    box-sizing: border-box;
    margin: 10px auto;
}

.voice .speech .s-title {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

.voice .speech .s-title .tile-img {
    width: 9vw;
    margin-right: 10px;
}

.voice .title-cont .title {
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.voice .title-cont .age {
    font-size: 3vw;
    letter-spacing: 0.1em;
}

.voice .speech .s-title::before {
    position: absolute;
    content: "";
    background: #e95513;
    width: calc(100% - 30px);
    height: 2px;
    bottom: 0;
}

.voice .speech .comment {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    margin: 5px auto;
    /* width: calc(100% - 40px); */
}

/* .voice .speech::before {
    position: absolute;
    content: "";
    background: url(../imgs/speech2.png) no-repeat;
    background-size: 100%;
    width: 60vw;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
} */

/* @media screen and (max-width: 420px) {
    .voice .v-speech {
        width: 100%;
    }

    .voice .speech {
        height: 36vw;
        width: 65vw;
    }

    .voice .speech::before {
        width: 65vw;
    }
} */


/*--------------------------------------------------
**************************************************
ご相談の流れ・consultation
**************************************************
--------------------------------------------------*/
.consultation {
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
}

.consultation .consul-comment1 {
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    line-height: 6.6vw;
    width: calc(100% - 20px);
    margin: 0 auto;
    word-break: auto-phrase;
}

.consultation .consul-arrow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
    width: 100%;
}

.consultation .arrow {
    position: relative;
    width: 31vw;
    height: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 6vw;
    box-sizing: border-box;
    margin-right: 0.8vw;
}

.consultation .arrow::before {
    position: absolute;
    content: "";
    width: 36vw;
    height: auto;
    background: url(../imgs/arrow-green1.png) no-repeat;
    background-size: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.consultation .arrow.two::before {
    background: url(../imgs/arrow-green2.png) no-repeat;
    background-size: 100%;
}

.consultation .title {
    font-size: 3.1vw;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.1em;
}

.consultation .icon-wrap {
    width: 7vw;
    height: 9vw;
    display: flex;
    align-items: center;
}

.consultation .arrow.two .icon-wrap {
    width: 5vw;
}

.consultation .arrow ul {
    text-align: left;
}

.consultation .arrow ul li {
    position: relative;
    font-size: 2.2vw;
    color: #ffffff;
    letter-spacing: 0.1em;
    line-height: 2.5vw;
    margin-bottom: 0.6vw;
    padding-left: 15px;
}

.consultation .arrow ul li::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
    bottom: 0;
}

.consultation .arrow.three ul li br {
    display: none;
}

.consultation .consul-check {
    width: calc(100% - 40px);
    text-align: left;
    margin: 0 auto;
}

.consultation .consul-check li {
    position: relative;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    padding-left: 7vw;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.consultation .consul-check li::before {
    position: absolute;
    content: "";
    width: 4vw;
    height: 4vw;
    border: solid 1px #000000;
    top: 1.5vw;
    left: 0;
    bottom: 0;
}

.consultation .consul-check li::after {
    position: absolute;
    content: "";
    background: url(../imgs/check.png) no-repeat;
    background-size: 100%;
    width: 4vw;
    height: 4vw;
    left: 1vw;
    top: 0.5vw;
}

.consultation .consul-comment2 {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 7vw;
    margin-top: 6.7vw;
}

.consultation .consul-comment2 .orange {
    font-size: 5.5vw;
    font-weight: bold;
    color: #d0662f;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 500px) {
    .consultation .arrow ul li {
        padding-left: 10px;
    }
}

/* @media screen and (max-width: 460px) {
    .consultation .consul-comment2 {
        font-size: 12px;
        line-height: 22px;
    }

    .consultation .consul-comment2 .orange {
        font-size: 5.2vw;
    }
} */

/*--------------------------------------------------
**************************************************
対面で相談はちょっと・face
**************************************************
--------------------------------------------------*/
.face {
    width: 100%;
    margin: 50px auto 0 auto;
}

.face .face-title {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.face .face-text-wrap {
    display: inline-block;
}

.face .face-title::before {
    position: absolute;
    content: "";
    background: url(../imgs/demo.png) no-repeat;
    background-size: 100%;
    width: 11vw;
    height: 9vw;
    top: -4vw;
    left: 15vw;
}

.face .face-title::after {
    position: absolute;
    content: "";
    background: url(../imgs/couple.png) no-repeat;
    background-size: 100%;
    width: 24vw;
    height: 18vw;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.face .text1 {
    font-size: 3.4vw;
    letter-spacing: 0.1em;
    text-align: left;
}

.face .text2 {
    font-size: 8vw;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.face .text3 {
    font-size: 4vw;
    letter-spacing: 0.1em;
}

.face .arrow-shita {
    width: 65px;
    margin: 30px auto 0 auto;
}

.face .diagnosis {
    margin: 30px 0 7vw 0;
    position: relative;
    text-align: center;
}

.face .diagnosis::before {
    position: absolute;
    content: "";
    background: url(../imgs/man.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 55px;
    margin: auto;
    width: 130px;
    height: 400px;
}

.face .d-comment1 {
    font-size: 4vw;
    letter-spacing: 0.1em;
    text-align: center;
}

.face .d-comment1 .bold {
    font-size: 4.5vw;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.face .d-comment2 {
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.15em;
    position: relative;
    padding: 2.5vw 0 1.5vw 0;
    display: inline-block;
}

.face .d-comment2::before {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: 4vw;
    background: #f6e373;
    bottom: 0;
    left: -5px;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 20px;
}

.face .d-maru {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
    margin-left: 160px;
}

.face .maru {
    width: 250px;
    height: 250px;
    background: #fceef4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.face .maru-title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #036eb7;
    margin-bottom: 18px;
}

.face .maru-text {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 20px;
    width: 180px;
    /* height: 110px; */
    text-align: left;
}

@media screen and (max-width: 660px) {
    .face .d-maru {
        margin-left: 0;
    }

    .face .diagnosis::before {
        width: 21vw;
        height: 62vw;
        left: 0vw;
        bottom: -6vw;
    }
}

@media screen and (max-width: 510px) {
    .face .maru {
        width: 48vw;
        height: 48vw;
    }

    .face .maru-title {
        font-size: 4.3vw;
        margin-bottom: 3.3vw;
    }

    .face .maru-text {
        font-size: 3vw;
        line-height: 4.1vw;
        width: 37vw;
        /* height: 22vw; */
    }
}


/*--------------------------------------------------
**************************************************
last
**************************************************
--------------------------------------------------*/
.last {
    width: 100%;
    position: relative;
    margin: 0 auto 6vw auto;
}

.last .last-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.last .last-title {
    font-family: "Noto Serif JP", serif;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 6vw;
}

.last .last-comment {
    font-size: 3vw;
    letter-spacing: 0.1em;
    line-height: 4vw;
    text-align: center;
}

.last .last-comment .b36 {
    font-size: 3.6vw;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.last .last-comment p {
    margin-bottom: 2vw;
}

.last .last-comment p:last-child {
    margin-bottom: 0;
}

.btn-last {
    margin: 4vw 0;
}

.btn-last .c-text {
    color: #000000;
    text-align: center;
}

/*--------------------------------------------------
**************************************************
運営者情報・Company
**************************************************
--------------------------------------------------*/
.company {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
}

.company table.c-table {
    width: 100%;
    border: 1px solid #ddd;
    border-spacing: 0;
    border-collapse: collapse;
}

.company tr {
    border-bottom: 1px solid #ddd;
}

.company tr th {
    vertical-align: middle;
    font-weight: normal;
    width: 150px;
    padding: 10px 10px;
    background: #f3f3f3;
}

.company tr td {
    vertical-align: middle;
    padding: 10px 10px;
}

@media screen and (max-width: 510px) {
    .company {
        font-size: 10px;
    }
    .company tr th {
        width: 120px;
    padding: 10px 5px;
    }
    .company tr td {
        padding: 10px 5px;
    }
}