@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;
}
.sp_only{
    display: none;
}

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

header .header_wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

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

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

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

/*--------------------------------------------------
**************************************************
  トップ
**************************************************
--------------------------------------------------*/
.top {
    position: relative;
    width: 100%;
    height: auto;
    /* background: url(../imgs/top1.png) no-repeat; */
    /* background-size: 100%; */
}

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

.top .title_wrap {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    bottom: 0;
    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: 50px;
    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: 250px;
    /* margin: 0 10px; */
    transform: rotate(17deg);
}

.top .house {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

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

.top .house .house_wrap .house_cont::before {
    position: absolute;
    content: "";
    width: 340px;
    height: 340px;
    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: 340px;
    height: 220px;
    justify-content: flex-end;
}

@media screen and (max-width: 1060px) {
    .top h1 .title {
        font-size: 4.5vw;
    }

    .top h1 .text-img {
        width: 23vw;
    }

    .top .top_img {
        display: none;
    }

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

    .top .title_wrap {
        bottom: 40%;
    }

    .top .house {
        bottom: 30px;
    }

    .top .house .house_wrap {
        height: 600px;
        flex-wrap: wrap;
    }

}


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

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

.comment .deco {
    width: 45px;
}

.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: 530px;
    height: 100px;
    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: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-family: "Noto Serif JP", serif;
    margin-right: 10px;
}

.btn .btn-text-l {
    font-size: 30px;
    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: 50px;
    height: 20px;
    margin: auto;
}

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

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

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

.cheat .cheat-comment {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 48px;
    word-break: auto-phrase;
}

/*--------------------------------------------------
**************************************************
youtube
**************************************************
--------------------------------------------------*/
.youtube {
    background: #000000;
    width: 100%;
    padding: 60px 0 10px 0;
}

.youtube .youtube1,
.youtube .youtube2 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.youtube iframe {
    width: 700px;
    height: 390px;
}

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

.youtube .y-arrow {
    width: 110px;
    margin: 30px auto;
}

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

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

.case .case-cont {
    width: 360px;
    margin: 20px 20px;
}

.case .case_wrap {
    display: flex;
    justify-content: center;
    max-width: 1100px;
    margin: 0px auto;
    flex-wrap: wrap;
}

.case .c-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}

.case .c-img {
    width: 120px;
}

.case .c-text {
    font-size: 35px;
    color: #ffffff;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.case .c-comment {
    font-size: 15px;
    color: #ffff;
    letter-spacing: 0.1em;
    line-height: 25px;
    padding: 60px 30px 30px 30px;
    margin-top: -40px;
    word-break: auto-phrase;
    position: relative;
    z-index: 1;
}

.case .c-comment:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 360px;
    height: 520px;
}

.case .case-cont.one .c-comment:before {
    background: url(../imgs/case1-1.png) no-repeat;
    background-size: 100%;
}

.case .case-cont.two .c-comment:before {
    background: url(../imgs/case2-1.png) no-repeat;
    background-size: 100%;
}

.case .case-cont.three .c-comment:before {
    background: url(../imgs/case3-1.png) no-repeat;
    background-size: 100%;
}

.case .case-cont.four .c-comment:before {
    background: url(../imgs/case4-1.png) no-repeat;
    background-size: 100%;
}


.case .c-comment p {
    margin-bottom: 20px;
}

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

@media screen and (max-width: 820px) {
    .case .case-cont {
        width: calc(100% - 60px);
        margin: 20px auto 30px auto;
    }

    .case .c-title {
        justify-content: center;
    }

    .case .c-img {
        position: absolute;
        left: 0;
    }

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

    .case .c-comment {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 60px 30px 0 30px;
    }

    .case .c-comment:before {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .case .c-comment .c-comment-wrap {
        max-width: 500px;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .case .case-cont.one .c-comment:before {
        background: url(../imgs/case1-1sp.png) no-repeat;
        background-size: 100%;
    }

    .case .case-cont.two .c-comment:before {
        background: url(../imgs/case2-1sp.png) no-repeat;
        background-size: 100%;
    }

    .case .case-cont.three .c-comment:before {
        background: url(../imgs/case3-1sp.png) no-repeat;
        background-size: 100%;
    }

}


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

.voice .v-comment {
    font-family: "Noto Serif JP", serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 60px;
    text-align: center;
    word-break: keep-all;
}

.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: 60px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.voice .v-title h2::before {
    position: absolute;
    content: "";
    top: 10px;
    right: -40px;
    background: url(../imgs/voice1.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 67px;
}

.voice .v-cont {
    display: flex;
    align-items: flex-end;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.voice .v-img {
    width: 350px;
    margin-bottom: 20px;
}

.voice .v-speech {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 300px);
    justify-content: center;
    margin-left: -50px;
}

.voice .speech {
    position: relative;
    width: 400px;
    height: 320px;
    padding: 37px 20px;
    box-sizing: border-box;
}

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

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

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

.voice .title-cont .age {
    font-size: 12px;
    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: 14px;
    letter-spacing: 0.05em;
    line-height: 20px;
    margin: 15px auto;
    width: calc(100% - 40px);
}

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

.voice .speech.one {
    margin-right: 10px;
}

.voice .speech.three {
    width: 550px;
    margin-top: 10px;
}

.voice .speech.three::before {
    background: url(../imgs/speech2.png) no-repeat;
    background-size: 100%;
    width: 550px;
}

@media screen and (max-width: 1130px) {
    .voice .v-cont {
        align-items: center;
    }

    .voice .speech {
        width: 550px;
        margin-top: 10px;
    }

    .voice .speech::before {
        background: url(../imgs/speech2.png) no-repeat;
        background-size: 100%;
        width: 550px;
    }
}

@media screen and (max-width: 870px) {
    .voice .v-img {
        width: 39vw;
    }

    .voice .v-speech {
        width: calc(100% - 39vw);
        margin-left: 0;
    }

    .voice .speech,
    .voice .speech.three {
        width: 57vw;
        height: 270px;
        padding: 20px 20px;
    }

    .voice .speech::before,
    .voice .speech.three::before {
        width: 57vw;
    }

    .voice .speech .comment {
        font-size: 12px;
        line-height: 18px;
    }
}

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

.consultation .consul-comment1 {
    font-size: 23px;
    letter-spacing: 0.1em;
    line-height: 34px;
}

.consultation .consul-arrow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 50px auto;
    width: calc(100% - 100px);
}

.consultation .arrow {
    position: relative;
    width: 320px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    box-sizing: border-box;
    margin-right: 20px;
}

.consultation .arrow::before {
    position: absolute;
    content: "";
    width: 380px;
    height: 320px;
    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: 30px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.1em;
}

.consultation .icon-wrap {
    width: 70px;
    height: 100px;
    display: flex;
    align-items: center;
}

.consultation .arrow.two .icon-wrap {
    width: 50px;
}

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

.consultation .arrow ul li {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    line-height: 24px;
    padding-left: 20px;
}

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

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

.consultation .consul-check li {
    position: relative;
    font-size: 24px;
    letter-spacing: 0.1em;
    padding-left: 60px;
    margin-bottom: 20px;
}

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

.consultation .consul-check li::after {
    position: absolute;
    content: "";
    background: url(../imgs/check.png) no-repeat;
    background-size: 100%;
    width: 37px;
    height: 36px;
    left: 6px;
    top: -10px;
}

.consultation .consul-comment2 {
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 66px;
    margin-top: 90px;
}

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

@media screen and (max-width: 890px) {
    .consultation .consul-comment1 {
        word-break: keep-all;
    }
}

@media screen and (max-width: 1140px) {
    .consultation .arrow {
        width: 32vw;
        height: 32vw;
    }

    .consultation .arrow::before {
        width: 34vw;
        height: auto;
    }

    .consultation .title {
        font-size: 2.3vw;
    }

    .consultation .arrow ul li {
        font-size: 1.5vw;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .consultation .icon-wrap {
        width: 8vw;
        height: 9vw;
    }

    .consultation .arrow.three .icon-wrap {
        width: 6.5vw;
    }

}


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

.face .face-title {
    position: relative;
    width: 320px;
    margin: 0 auto;
    padding: 50px 150px;
}

.face .face-title::before {
    position: absolute;
    content: "";
    background: url(../imgs/demo.png) no-repeat;
    background-size: 100%;
    width: 140px;
    height: 105px;
    top: 0;
    left: 0;
}

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

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

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

.face .text3 {
    font-size: 26px;
    letter-spacing: 0.1em;
}

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

.face .diagnosis {
    margin: 50px 0;
    position: relative;
}

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

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

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

.face .d-comment2 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
    position: relative;
    padding: 38px 0 7px 0;
}

.face .d-comment2::before {
    position: absolute;
    content: "";
    width: 700px;
    height: 31px;
    background: #f6e373;
    bottom: 0;
    left: 0;
    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: 290px;
    height: 290px;
    background: #fceef4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

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

.face .maru-text {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 25px;
    width: 180px;
    height: 130px;
}

@media screen and (max-width: 870px) {
    .face .face-title::after {
        width: 31vw;
        height: 23vw;
    }
}

/*--------------------------------------------------
**************************************************
last
**************************************************
--------------------------------------------------*/
.last {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto 90px 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: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 50px;
}

.last .last-comment {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: center;
}

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

.last .last-comment p {
    margin-bottom: 25px;
}

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

.btn-last {
    margin-top: 50px;
}

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

@media screen and (max-width: 980px) {
    .last .last-title {
        font-size: 3vw;
        margin-bottom: 4vw;
    }

    .last .last-comment {
        font-size: 2vw;
        line-height: 25px;
    }

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

    .last .last-comment .b36 {
        font-size: 2.6vw;
    }

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

/*--------------------------------------------------
**************************************************
form
**************************************************
--------------------------------------------------*/
form#mail_form h2 {
    text-align: center;
    margin: 70px 0 5px 0;
}

form#mail_form .text {
    text-align: center;
    margin-bottom: 30px;
    word-break: auto-phrase;
}


/*--------------------------------------------------
**************************************************
運営者情報・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;
}
