/* ---common--- */

html {
    font-family: "Noto Sans JP";
    color: #333;
    font-size: calc(10/375*100vw);
    line-height: 1.5;
}

.is-scroll {
    overflow: hidden;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

p {
    font-size: 1.4rem;
}

.font-26 {
    font-size: 2.6rem;
}

.font_32 {
    font-size: 3.2rem;
}

.text_br {
    color: #9A7666;
}

.text_bold {
    font-weight: bold;
}

.text_or {
    color: #EF9643;
}

.text_mini {
    font-size: 1.3rem;
}


@media(min-width:768px) {
    html {
        font-size: calc(10/1920*100vw);
    }

    h1 {
        font-size: clamp(24px, 3.2rem, 40px);
    }

    h2 {
        font-size: clamp(18px, 2.4rem, 30px);
    }

    p {
        font-size: clamp(14px, 1.6rem, 20px)
    }

    .font-26 {
        font-size: clamp(24px, 3.2rem, 40px)
    }

    .text_mini {
        font-size: clamp(14px, 1.6rem, 20px);
    }

    .sp_only {
        display: none !important;
    }

}

@media(max-width:767px) {
    .pc_only {
        display: none !important;
    }
}


/* ---header--- */

.header {
    width: 100%;
    height: 5rem;

    background-color: #F1E9E7;
    display: flex;
    align-items: center;
}

.header_inner {
    width: 100%;
    padding: 0 1rem;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    width: 11rem;
    height: 3rem;
}



.header_logo .header_logo_img {
    width: 100%;
}

.header_nav-pc {
    display: none;
}

.header_nav-sp {
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding-bottom:6rem;
    position: fixed;
    top: 5rem;
    left: 0;
    z-index: 990;

    background-color: #fff;
    opacity: 0.95;

    transform: translateX(100vw);
    transition: all .3s linear;
}

.header_nav-sp.is-active {
    transform: translateX(0);
}

.headerNav_list {
    width: 100%;
    padding: 0 2.6rem;
}

.headerNav_item {
    width: 100%;
    border-bottom: 1px solid #CACACA;
}

.headerNav_link {
    display: block;
    padding-top: 3rem;
    padding-bottom: 3rem;

    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    color: #9A7666;
}

.headerNav_sp-icon {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;

}

.headerNav_icon-line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #9A7666;
    transition: all 0.3s;
    border-radius: 0.2rem;
}

span:nth-child(3) {
    width: 72%;
}

.headerNav_sp-icon.is-active .headerNav_icon-line:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
}


.headerNav_sp-icon.is-active .headerNav_icon-line:nth-child(2) {
    opacity: 0;
}


.headerNav_sp-icon.is-active .headerNav_icon-line:nth-child(3) {
    width: 100%;
    transform: translateY(-8.5px) rotate(-45deg);
}



.headerNav_button {
    width: 100%;
    padding: 0 1rem;
    margin-top: 4rem;
}

.headerNav_button-try {
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #9A7666;
}

.headerNavButton_link-try {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.8rem;
}

.headerNav_button-doc {
    width: 100%;
    height: 5rem;
    margin-top: 1rem;

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: solid 1px #9A7666;
    background-color: #fff;
}

.headerNavButton_link-doc {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    color: #9A7666;
    font-size: 1.8rem;
}


.headerNav_button-icon_try,
.headerNav_button-icon_doc {
    width: 32px;
    height: 32px;
    margin-right: 1rem;
}


@media(min-width:768px) {
    .header {
        height: 10rem;
    }

    .header_inner {
        padding: 0;
    }

    .header_logo {
        width: 27rem;
        height: auto;
        margin-left: 15rem;
    }

    .header_nav-sp {
        display: none;
    }

    .header_nav-pc {
        display: flex;
    }

    .headerNav_list {
        width: 100%;
        height: 100%;
        padding: 0;
        padding-right: 10rem;

        display: flex;
    }

    .headerNav_item {
        width: auto;
        margin-right: 5rem;

        border-bottom: none;

        display: flex;
        align-items: center;
    }


    .headerNav_link {
        font-size: clamp(14px, 1.6rem, 20px);
        font-weight: 400;
        color: #9A7666;

        height: 100%;
        position: relative;
    }

    .headerNav_link::after {
        position: absolute;
        left: 0;
        bottom: 1.5rem;
        content: '';
        width: 100%;
        height: 0.2rem;
        background-color: #9A7666;

        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.3s;
    }

    .headerNav_link:hover::after {
        transform: scale(1, 1);
    }



    .headerNav_sp-icon {
        display: none;
        /* PCの時はアイコン削除 */
    }

}

/* ---header--- */



/* ---mv--- */

.mv {
    width: 100%;
    height: 61.7rem;

    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/mv-sp.jpg);
}

.mv_inner {
    padding-top: 50rem;
}

.mv_button {
    width: 100%;
    padding: 0 1rem;

}

.mv_button-try {
    width: 100%;
    height: 5rem;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50px;
    background-color: #9A7666;
}

.mvButton_link-try {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #fff;
    font-size: 1.8rem;
}

.mv_button-icon_try {
    width: 32px;
    height: 32px;
    margin-right: 1rem;
    margin-top: 0.3rem;
}


.mv_button-doc {
    width: 100%;
    height: 5rem;

    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50px;
    border: solid 1px #9A7666;
    background-color: #fff;
}

.mvButton_link-doc {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #9A7666;
    font-size: 1.8rem;
}

.mv_button-icon_doc {
    width: 32px;
    height: 32px;
    margin-right: 1rem;
}

@media(min-width:768px) {
    .mv {
        width: 100%;
        height: 98rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/mv-pc.jpg);
    }

    .mv_inner {
        padding-top: 70.2rem;
    }

    .mv_button {
        width: max(39%, 514px);
        height: auto;
        margin: 0 auto;
        display: flex;
        gap: 1.5rem;
    }

    .mv_button-try {
        width: 100%;
        height: auto;
        padding: 1rem 3rem;
        display: flex;
        justify-content: center;
        align-items: center;

        border-radius: 50px;
        background-color: #9A7666;
        transition: .5s;
    }

    .mv_button-try:hover {
        translate: 0 -5px;
        box-shadow: 0 0.7rem 1rem rgba(75, 59, 53, 0.3);
    }

    .mvButton_link-try {
        width: 100%;
        height: 100%;

        display: flex;
        justify-content: center;
        align-items: center;

        color: #fff;
        font-size: clamp(16px, 2rem, 24px);

    }

    .mv_button-icon_try {
        width: 5rem;
        height: auto;
        margin-right: 1rem;
    }


    .mv_button-doc {
        width: 100%;
        height: auto;
        margin-top: 0;
        padding: 1rem 3rem;

        display: flex;
        justify-content: center;
        align-items: center;

        border-radius: 50px;
        border: solid 1px #9A7666;
        background-color: #fff;
        transition: .5s;
    }


    .mv_button-doc:hover {
        translate: 0 -5px;
        box-shadow: 0 0.7rem 1rem rgba(75, 59, 53, 0.2);
    }


    .mvButton_link-doc {
        width: 100%;
        height: auto;

        display: flex;
        justify-content: center;
        align-items: center;

        color: #9A7666;
        font-size: clamp(16px, 2rem, 24px);
    }

    .mv_button-icon_doc {
        width: 5rem;
        height: auto;
        margin-right: 1rem;
    }
}

/* ---mv--- */

/* ---issue--- */

.issue_title {
    font-size: 2rem;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 4rem;
}

.issueTitle_line {
    display: block;
    width: 66.6%;
    height: 0.1rem;
    margin: 1.6rem auto 0;
    background-color: #9A7666;
    border-radius: 0.2rem;
}

.issue_voice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;
}

.issueVoice_image {
    width: 13.5rem;
    height: 15rem;
}


.issueVoice_p {
    width: 20rem;
    height: 8.5rem;

    border: solid 1px #333;
    border-radius: 15px;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    font-size: 1.4rem;
}

.issueVoice_blowout-whole_first,
.issueVoice_blowout-whole_third {
    width: 3.4rem;
    height: 2.7rem;
    margin-top: 1rem;
}

.issueVoice_blowout-whole_second {
    width: 3.4rem;
    height: 2.7rem;
    margin-top: 1rem;

    position: absolute;
    left: 16.6rem;

    transform: scale(-1, 1);
}

.issue_voice:nth-child(2n) {
    flex-direction: row-reverse;
}

.solution {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/solution_bg-sp.jpg);
    padding: 4rem 0;
}

.solution-2 {
    width: 100%;

    position: relative;
    top: -11.3rem;

    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/solution_bg-sp.jpg);
    padding: 4rem 0;
}

.solution_title {
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    text-align: center;
}

.solutionTitle_line {
    display: block;
    width: 66.6%;
    height: 0.3rem;
    margin: 1.6rem auto 0;
    background-color: #fff;
    border-radius: 0.2rem;
}

.solution_title-2 {
    font-size: 2rem;
    display: flex;
    justify-content: center;
    text-align: center;
}

.solutionTitle_line-2 {
    display: block;
    width: 80%;
    height: 0.3rem;
    margin: 1.6rem auto 0;
    background-color: #fff;
    border-radius: 0.2rem;
}

.solution_image {
    width: 15rem;
    height: 15rem;
    margin: 2rem auto 0;
}

.solution_image-2 {
    width: 15rem;
    height: 14rem;
    margin: 2rem auto 0;
}

.solutionImage {
    width: 100%;
    height: 100%;
}

@media(min-width:768px) {

    .issue_title {
        font-size: clamp(24px, 3.2rem, 40px);
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 4rem;
    }

    .issueTitle_line {
        display: block;
        width: 42%;
        height: 1px;
        margin: 1.6rem auto 0;
        background-color: #9A7666;
        border-radius: 0.2rem;
    }

    .issueVoice_inner {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 2.8rem;
    }

    .issue_voice {
        width: clamp(198px, 30.5rem, 305px);
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        margin: 4rem 0 5rem;
    }

    .issueVoice_image {
        width: 18rem;
        height: auto;
    }

    .issueVoice_blowout {
        width: 100%;
        position: relative;
    }



    .issueVoice_p {
        width: 100%;
        height: auto;
        padding: 3rem 1rem;
        border: solid 1px #333;
        border-radius: 15px;

        display: flex;
        justify-content: center;
        text-align: center;

        font-size: clamp(14px, 1.6rem, 20px);
    }

    .issueVoice_blowout-whole_first,
    .issueVoice_blowout-whole_second,
    .issueVoice_blowout-whole_third {
        position: absolute;
        left: 70%;

        width: clamp(20px, 3.4rem, 34px);
        height: auto;
    }

    
    .issueVoice_blowout-whole_second {
        transform: scale(1);
    }

    .issue_voice.issue_voice:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .solution {
        width: 100%;
        height: auto;
        padding: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/solution_bg-pc.png);
    }

    .solution-2 {
        width: 100%;
        height: auto;
        padding: 0;
        top: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/solution_bg-pc.png);
    }

    .solution_inner {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 12rem 0;
        position: relative;
    }

    .solution_title {
        font-size: clamp(24px, 3.2rem, 40px);
    }

    .solution_title-2 {
        font-size: clamp(18px, 2.4rem, 30px);

    }

    .solutionTitle_line,
    .solutionTitle_line-2 {
        display: block;
        width: 52.5%;
        height: 3px;
        margin: 1.6rem auto 0;
        background-color: #fff;
        border-radius: 0.2rem;
    }


    .solution_image {
        width: 20.4rem;
        height: auto;
        display: block;
        position: absolute;
        bottom: 0;
        right: 2%;
    }

    .solution_image-2 {
        width: 23rem;
        height: auto;
        display: block;
        position: absolute;
        bottom: 0;
        right: 3cap;
    }

    .solutionImage {
        width: 100%;
        height: 100%;
    }
}


/* ---issue--- */


.about {
    margin: 0 1rem;
    padding: 4rem 0 0;
}

.section_title {
    margin: 0 auto 4rem;
    position: relative;
}

.section_title-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section_title-text {
    width: 100%;
    text-align: center;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_inner {
    width: 33rem;
    height: auto;
    margin: 0 auto;
}

.about_img {
    width: 100%;
    height: 22rem;
    margin-bottom: 2rem;

    border-radius: 2.5rem;
}

.section_subtitle {
    display: flex;
    align-items: center;
}

.sectionSubtitle_text {
    line-height: 1.5;
    text-align: left;
    padding-bottom: 0.5rem;

    /*点線を作る */
    background-image: linear-gradient(to right, #9A7666, 9px, transparent 9px);
    background-size: 16px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.sectionSubtitle_icon {
    width: 4.5rem;
    height: 4.5rem;
}

.sectionSubtitle_icon30 {
    width: 3rem;
    height: 3rem;
}

.about_text {
    margin: 2rem 0 4rem;
    height: 14rem;
    line-height: 1.5;
}

.aboutText_1 {
    padding-bottom: 1rem;
}

@media(min-width:768px) {
    .about {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 4rem 0 0;
    }

    .section_title {
        width: max(59%, 308px);
        margin: 0 auto 4rem;
        position: relative;
    }

    .section_title-image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .section_title-text {
        width: 100%;
        text-align: center;

        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .about_inner {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .aboutInner {
        width: 100%;
        margin: 0 auto 4rem;
        padding: 0 3rem;
        display: flex;

        justify-content: center;
        align-items: center;
    }

    .aboutImage {
        width: 50%;
        height: auto;
    }

    .about_img {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        border-radius: 0 9rem 0 0;
    }

    .aboutText_wrap {
        width: 50%;
        padding-left: 2rem;
    }

    .section_subtitle {
        display: flex;
        align-items: center;
    }

    .sectionSubtitle_icon,
    .sectionSubtitle_icon30 {
        width: 6%;
        height: auto;
    }

    .about_text {
        margin: 2rem 0 0;
        height: auto;
        line-height: 1.5;
    }

    .aboutText_1 {
        padding-bottom: 1em;
    }


    .about_inner .aboutInner:nth-child(2) {
        flex-direction: row-reverse;
    }

    .aboutImage_nth2 {
        border-radius: 9rem 0 0 0;
    }

    .aboutWrap_nth2 {
        padding-left: 0;
        padding-right: 2rem;
    }
}

/* ---about--- */



.point {
    padding: 4rem 0;

    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/point_bg.png);
}

.point_inner {
    margin: 0 1rem;
}

.grid_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;

    padding: 0 0.4rem;
}

.gridItem_number {
    font-family: serif;
    font-size: 2rem;
}

.grid_image-bg {
    width: 16.5rem;
    height: 11rem;

    background-color: #fff;
    border-radius: 0 15px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 2.5rem 0;
}

.gridItem_image-wrap {
    width: 8rem;
    height: auto;
}

.image_length {
    width: 8rem;
    height: auto;
}

.gridItem_image {
    width: 100%;
}

.gridItem_title {
    margin: 1rem 0;
}

@media(min-width:768px) {
    .point {
        padding: 5rem 0;

        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/point_bg.png);
    }

    .point_inner {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 3rem;
    }

    .grid_container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
    }

    /* .grid_item {
        width: 36rem;
    } */

    .gridItem_number {
        font-size: clamp(20px, 3rem, 36px);
    }

    .grid_image-bg {
        width: 100%;
        height: 24rem;

        background-color: #fff;
        border-radius: 0 15px 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gridItem_image-wrap {
        width: 18rem;
        height: auto;
    }

    .image_length {
        width: 17rem;
        height: auto;
    }

    .gridItem_image {
        width: 100%;
        height: 100%;
    }

    .gridItem_title {
        margin: 1rem 0;
    }

    .gridItem_text {
        height: auto;
        align-content: center;

    }
}

/* ---point--- */



.awesome {
    height: 177.338rem;
    padding: 4rem 0;
}

.awesome_item-fp,
.awesome_item-original,
.awesome_item-nosale {
    width: 100%;

    border-radius: 0 30% 0 0;
    border-top: solid 1px #decec7;
    border-left: solid 1px #decec7;
    border-right: solid 1px #decec7;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.awesome_item-original {
    height: 55rem;
    background-color: #E4D3CE;
}

.awesome_item-fp {
    background-color: #fff;
}

.awesome_item-nosale {
    position: relative;
    top: -11.3rem;
    background-color: #fff;
}

.awesomeItem_title {
    width: 100%;
    margin: 2rem 0;
    text-align: center;
}

.awesomeItem_image {
    width: 30rem;
    height: 24rem;
}

.awesomeItem_text {
    width: 30rem;
    margin: 2rem 0;
}

@media(min-width:768px) {

    .awesome {
        height: auto;
        padding: 5rem 0;
    }

    .awesome_inner {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0 3rem 5rem;
    }

    .awesomeItem_wrap {
        margin: 0 3rem;
        display: flex;
        justify-content: center;
        gap: 3rem;
    }

    .awesome_item-fp,
    .awesome_item-original,
    .awesome_item-nosale {
        width: 33%;
        height: auto;
        padding: 4.5rem 3rem;
        background-color: #fff;
        border-radius: 1.5rem;
        border: solid 1px #decec7;
        box-shadow: 0.7rem 0.7rem #E4D3CE;
        display: flex;
        flex-direction: column;
        align-items: center;

        top: auto;
    }

    .awesomeItem_image {
        width: 100%;
        height: auto;
    }

    .awesomeItem_text {
        width: 100%;
        height: auto;
        margin: 2rem 0;
    }
}

/* ---awesome--- */


/* ---voice--- */

.voice {
    margin: 0 1rem;
}

.grpText_wrap {
    width: 89%;
    height: 23.6rem;

    margin: 0 auto;

    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/voice_cloud.png);
}

.grpText {
    margin: 0 auto;

    position: relative;
    top: 6rem;
    text-align: center;
}

.grpText_p {
    font-size: 1.8rem;
}

.grpText_90 {
    font-size: 1.8rem;
    margin-top: 1rem;
}



.grp_image {
    width: 27rem;
    height: 27rem;
    display: block;
    margin: 0 auto 4rem;
}

.voice_wrap {
    width: 100%;

    margin-bottom: 2rem;
    padding: 1.8rem 0;
    border: solid 1px #9A7666;
    border-radius: 1.5rem;
}

.voice_title {
    text-align: center;
}

.voice_flex {
    width: 96.4%;
    margin: 2rem auto 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.voice_image {
    width: 12rem;
    height: 12rem;
}

.voice_text {
    margin-left: 0.7rem;

    font-size: 1.4rem;
    font-weight: 300;
}

.voice_text-p {
    margin-bottom: 1.5rem;
}

.cta {
    margin: 4rem auto;
}

.cta_inner {
    margin: 0 auto;
}

.cta_flex {
    padding: 0 1.6rem;
}

.cta_textbox {
    display: flex;
}

.cta_text {
    font-size: 2rem;
    text-align: center;
}

.cta_textbox::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 4.5rem;
    /*画像の幅*/
    height: 4.3rem;
    /*画像の高さ*/
    background-image: url(../images/line_left.png);
    background-size: contain;
    vertical-align: middle;
}

.cta_textbox::after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 4.5rem;
    /*画像の幅*/
    height: 4.3rem;
    /*画像の高さ*/
    background-image: url(../images/line_right.png);
    background-size: contain;
    vertical-align: middle;
}




.dots {
    background-image: radial-gradient(circle at center, #FFC3C3 20%, transparent 20%);
    /* 点の色とサイズ調整 */
    background-position: top right;
    /* 点の位置 */
    background-repeat: repeat-x;
    /* 横方向に繰り返し */
    background-size: 1em 0.23em;
    /* 点の間隔とサイズ調整 */
    padding-top: 0.2em;
    /* 縦方向の位置調整 */
}

.cta_button {
    width: 85%;
    margin: 2rem auto 0;
}


@media(min-width:768px) {
    .voice {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .grpItem_wrap {
        margin-bottom: 6rem;
        display: flex;
        justify-content: center;

        position: relative;
    }

    .grp_contant {
        width: max(39%, 300px);
        display: block;

    }

    .grp_text {
        font-size: clamp(18px, 2.4rem, 30px);
        text-align: center;
    }

    .grp_text::before {
        content: '';
        /*何も入れない*/
        display: inline-block;
        width: 3rem;
        /*画像の幅*/
        height: 4rem;
        /*画像の高さ*/
        margin-right: 1rem;
        background-image: url(../images/icon_question.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }

    .grp_image-pc {
        width: 62%;
        height: auto;

        display: block;
        margin: 5rem auto 0;
    }

    .icon_yen-text {
        width: 9.5rem;
        height: 9.5rem;

        position: absolute;
        top: 13%;
        left: 13%;
    }

    .icon_yen-book {
        width: 8.5rem;
        height: 6rem;

        position: absolute;
        top: 19%;
        right: 12%;
    }

    .icon_pig {
        width: 10.3rem;
        height: 9.2rem;

        position: absolute;
        top: 84%;
        left: 40%;
    }

    .icon_yen-coin {
        width: 8.5rem;
        height: 7rem;

        position: absolute;
        top: 88%;
        right: 40%;
    }

    .voice_wrap {
        width: 80%;
        margin: 0 auto 2rem;
        padding: 1.5rem 0;
    }

    .flex_pc {
        flex-direction: row-reverse;
    }

    .voice_flex {
        width: 100%;
        margin: 0 auto;

        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4rem;
    }

    .voice_image {
        width: 15rem;
        height: 15rem;
    }

    .voice_text {
        width: 65%;
    }

    .voice_text-p {
        margin-bottom: 1.5rem;
    }

    .cta {
        margin: 4rem auto 5rem;
    }

    .cta_inner {
        margin: 0 auto;
    }

    .cta_flex {
        width: max(52.5%, 472px);
        margin: 0 auto;
    }

    .cta_textbox {
        justify-content: center;
        display: flex;
    }

    .cta_text {
        font-size: clamp(24px, 3.2rem, 40px);
        text-align: center;
    }

    .cta_textbox::before {
        content: '';
        /*何も入れない*/
        display: inline-block;
        width: clamp(30px,4.2rem,50px);
        /*画像の幅*/
        height: clamp(30px,4.2rem,50px);
        /*画像の高さ*/
        background-image: url(../images/line_left.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin: 1rem 1rem 0 0;
    }

    .cta_textbox::after {
        content: '';
        /*何も入れない*/
        display: inline-block;
        width: clamp(30px,4.2rem,50px);
        /*画像の幅*/
        height: clamp(30px,4.2rem,50px);
        /*画像の高さ*/
        background-image: url(../images/line_right.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin: 1rem 0 0 1rem;
    }

    .dots {
        background-image: radial-gradient(circle at center, #FFC3C3 20%, transparent 20%);
        /* 点の色とサイズ調整 */
        background-position: top right;
        /* 点の位置 */
        background-repeat: repeat-x;
        /* 横方向に繰り返し */
        background-size: 1em 0.23em;
        /* 点の間隔とサイズ調整 */
        padding-top: 0.2em;
        /* 縦方向の位置調整 */
    }

    .cta_button {
        width: max(60%, 507px);
        height: auto;
        margin: 2rem auto 0;

        display: flex;
        gap: 2rem;
    }

}

/* ---voice--- */



/* ---footer--- */

footer {
    padding-top: 4rem;

    background-color: rgba(228, 211, 206, 40%)
}

.footer_logo {
    width: 15rem;
    height: 4rem;

    display: block;
    margin: 0 auto;
}

.contact {
    margin: 4rem auto 0;
}

.contact_text {
    text-align: center;
}


.cta_button-contact {
    width: 85%;
    margin: 2rem auto 0;
}


.button-contact {
    width: 100%;
    height: 5rem;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50px;
    background-color: #DCBFBB;
}

.button_link-contact {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #fff;
    font-size: 1.8rem;
}

.buttonIcon_mail-sp {
    width: 3.2rem;
    height: 2.3rem;
    margin-right: 2rem;
    margin-top: 0.5rem;
}

.sns {
    margin: 4rem 0;
}

.sns_text {
    margin-bottom: 1rem;
    text-align: center;
    font-family: "Open sans", sans-serif;
}

.sns_icon {
    display: flex;
    justify-content: center;
    column-gap: 2rem;
}

.snsIcon_box {
    width: 4rem;
    height: 4rem;
}

.snsIcon_box img {
    width: 100%;
}

.footerNav_list {
    width: 100%;
    text-align: center;
}

.footerNav_item {
    width: 100%;
    padding-bottom: 2rem;
}

.footerNav_link {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #9A7666;
}

.footer_copy {
    padding: 2rem 0 1rem;
    background-color: #E4D3CE;
}

.footer_copy img {
    width: 10rem;
    height: 2.5rem;
    display: block;
    margin: 0 auto 2rem;
}

.copy {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
}


@media(min-width:768px) {
    footer {
        padding-top: 5rem;

        background-color: #E4D3CE;
    }

    .footer_content {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;

        display: flex;
        align-items: flex-end;
    }

    .footerLogo_wrap {
        width: 50%;
    }

    .footer_logo {
        width: 27rem;
        height: 7rem;
    }

    .footerContent_wrap {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 3rem;
    }

    .contact {
        margin: 0;
        width: 50%;
    }

    .contact_text {
        text-align: center;
    }


    .cta_button-contact {
        width: 100%;
        margin: 2rem auto 0;
    }

    .button-contact {
        width: 100%;
        height: auto;
        padding: 1rem 3rem;
        display: flex;
        justify-content: center;
        align-items: center;

        border-radius: 50px;
        border: 1px solid #FFC3C3;
        background-color: #fff;
        transition: .5s;
    }

    .button-contact:hover {
        translate: 0 -5px;
        box-shadow: 0 0.7rem 1rem rgba(75, 59, 53, 0.2);
    }

    .button_link-contact {
        color: #FFC3C3;
        font-size: clamp(16px, 2rem, 24px);
    }

    .buttonIcon_mail-pc {
        width: 32px;
        height: auto;
        margin-top: 0.7rem;
        margin-right: 2rem;
    }


    .sns {
        margin: 0;
    }

    .sns_text {
        margin: 0;
        padding: 1rem 0;
        text-align: center;
        justify-content: center;
        font-family: "Open sans", sans-serif;
    }

    .sns_icon {
        margin-top: 2.5rem;
        display: flex;
        justify-content: center;
        column-gap: 2.5rem;
    }

    .snsIcon_box {
        width: clamp(32px, 5rem, 50px);
        height: auto;
    }

    .snsIcon_box img {
        width: 100%;
    }


    .footer_nav {
        width: 100%;
        max-width: 1200px;
        margin: 3rem auto 4rem;
    }

    .footerNav_list {
        width: 79.83%;
        margin: 0 auto;

        display: flex;
        justify-content: space-between;
        text-align: center;
        gap: 3rem;
        flex-wrap: wrap;
    }

    .footerNav_item {
        width: auto;
        padding: 0;
    }

    .footerNav_link {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        font-size: clamp(14px, 1.6rem, 16px);
        color: #9A7666;

        position: relative;
    }


    .footerNav_link::after {
        position: absolute;
        left: 0;
        bottom: -1rem;
        content: '';
        width: 100%;
        height: 0.2rem;
        background-color: #fff;

        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.3s;
    }

    .footerNav_link:hover::after {
        transform: scale(1, 1);
    }



    .footer_copy {
        padding: 0 0 1rem;
    }

    .footer_copy img {
        display: none;
    }

    .copy {
        display: block;
        text-align: center;
        font-size: clamp(12px, 1.2rem, 18px);
        font-weight: 300;
    }
}