@charset "utf-8";
/* CSS Document */
/*--------------------------------------
ヘディング
---------------------------------------*/
.future-plans-heading {
    padding: 90px 0 160px 0;
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.future-plans-heading .future-plans-heading_lead .catch {
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #008D95;
    margin-bottom: 36px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

.future-plans-heading .future-plans-heading_lead .caption {
    font-size: 19px;
    width: 70%;
    text-align: justify;
}

.future-plans-heading .future-plans-heading_img {
    position: absolute;
    top: 90px;
    right: 0;
    display: flex;
    flex-direction: column;
}

.future-plans-heading .future-plans-heading_img::before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    top: 0;
    left: -10px;
}

.future-plans-heading .future-plans-heading_img .heading_img_01 {
    width: 300px;
}
.future-plans-heading .future-plans-heading_img .heading_img_02 {
    width: 300px;
}

@media screen and (max-width: 1024px) {
    .future-plans-heading {
        padding: 70px 4% 120px 4%;
        position: relative;
    }
    
    .future-plans-heading .future-plans-heading_lead .catch {
        font-size: 24px;
        letter-spacing: 6px;
        margin-bottom: 28px;
    }
    
    .future-plans-heading .future-plans-heading_lead .caption {
        font-size: 16px;
        width: 74%;
    }
    
    .future-plans-heading .future-plans-heading_img .heading_img_01 {
        width: 180px;
    }
    .future-plans-heading .future-plans-heading_img .heading_img_02 {
        width: 180px;
    }
}

@media screen and (max-width: 767px) {
    .future-plans-heading {
        padding: 40px 4% 80px 4%;
        position: relative;
        margin-bottom: 180px;
    }

    .future-plans-heading .future-plans-heading_lead .catch {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    
    .future-plans-heading .future-plans-heading_lead .caption {
        font-size: 14px;
        width: 100%;
    }
    
    .future-plans-heading .future-plans-heading_img {
        position: absolute;
        top: inherit;
        bottom: inherit;
        right: 0;
        display: flex;
        flex-direction: row;
        padding: 0 4%;
        margin-top: 14px;
    }
    
    .future-plans-heading .future-plans-heading_img::before {
        width: 92%;
        height: 15px;
        background-image: linear-gradient(90deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
        top: inherit;
        left: 4%;
        bottom: -6%;
    }
    
    .future-plans-heading .future-plans-heading_img .heading_img_01 {
        width: 58%;
    }
    .future-plans-heading .future-plans-heading_img .heading_img_02 {
        width: 42%;
    }
}
/*--------------------------------------
Q&A
---------------------------------------*/
.future-plans-qa {
    position: relative;
    padding: 0 0;
}
.future-plans-qa::before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 141, 149, 1), rgba(0, 141, 149, 0));
    top: 0;
    left: 0;
}

.future-plans-qa_item {
    margin-bottom: 68px;
}

.future-plans-qa_item .question {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.future-plans-qa_item .question .question_text {
    /*background-image: linear-gradient(360deg, rgba(0, 141, 149, 1), rgba(14, 244, 255, 1));*/
    background-color: #008D95;
    display: inline-block;
    padding: 18px 30px 18px 80px;
    border-radius: 50px;
    position: relative;
    color: #fff;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 2px;
    margin: 20px 32px 0 0;
}
.future-plans-qa_item .question .question_text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1%;
    border-style: solid;
    border-width: 0 0 14px 30px;
    border-color: transparent transparent transparent #008D95;
    translate: 100% -50%;
}
.future-plans-qa_item .question .question_text span {
	content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/future-plans/q_icon.svg");
	background-size: contain;
	vertical-align: middle;
	width: 32px;
	height: 32px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background-repeat: no-repeat;
}

.future-plans-qa_item .question img {
    width: 90px;
}


.future-plans-qa_item .question.counseling {
    position: relative;
}

.future-plans-qa_item .question.counseling .question_img {
    position: absolute;
    top: -20%;
    right: 0;
    display: flex;
    flex-direction: column;
}
.future-plans-qa_item .question.counseling .question_img img {
    width: 420px;
}

.future-plans-qa_item .question.counseling .question_img::before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    top: 0;
    left: 0;
}







.future-plans-qa_item .answer {
    padding: 0 0 0 60px;
}

.future-plans-qa_item .answer .answer_list .answer_list_item {
    display: flex;
    margin-bottom: 54px;
}
.future-plans-qa_item .answer .answer_list li:last-of-type {
    margin-bottom: 0;
}

.future-plans-qa_item .answer .answer_list li .answer_img {
    margin-right: 3%;
    width: 10%;
}

.future-plans-qa_item .answer .answer_list li .answer_text {
    width: 87%;
}

.future-plans-qa_item .answer .answer_list li .answer_text .answer_text_lead {
    color: #008D95;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 12px;
    letter-spacing: 2px;
    font-family: "Noto Serif JP", serif;
}

.future-plans-qa_item .answer .answer_list li .answer_text .answer_text_caption {
    line-height: 1.8;
    font-size: 19px;
}

.future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail {
    margin-top: 48px;
}

.future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail h5 {
    font-size: 20px;
}

.future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail h5.side-border {
    color: #008D95;
    display: flex;
    align-items: center;
    margin-bottom: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
}

.future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail h5.side-border:after {
    content: "";
    height: 0.5px;
    background: #008D95;
    flex-grow: 1;
    margin: 0 0 0 20px;
}

.future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail h5.bg-color {
    background-color: #008D95;
    color: #fff;
    padding: 6px 0 6px 14px;
    margin-bottom: 22px;
    font-size: 22px
}


.future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail .text_detail_list {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    font-size: 18px;
}

.future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail .text_detail_list.col1 {
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
}
.future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail .text_detail_list.col2 {
    width: 50%;
}

.future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail .text_detail_list li {
    width: 50%;
    list-style: disc;
    margin-bottom: 10px;
}
.future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail .text_detail_list.col1 li {
    width: 100%;
}

.future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail .text_detail_list li::marker {
    color: #008D95;
}

@media screen and (max-width: 1024px) {
    .future-plans-qa {
        padding: 0 4%
    }
    .future-plans-qa::before {
        width: 10px;
    }

    .future-plans-qa_item {
        margin-bottom: 46px;
    }
    
    .future-plans-qa_item .question {
        justify-content: flex-end;
    }

    .future-plans-qa_item .question .question_text {
        /*background-image: linear-gradient(360deg, rgba(0, 141, 149, 1), rgba(14, 244, 255, 1));*/
        padding: 16px 28px 16px 56px;
        font-size: 20px;
        letter-spacing: 2px;
        margin: 20px 32px 0 0;
    }
    
    .future-plans-qa_item .question .question_text span {
        width: 26px;
        height: 26px;
    }
    
    .future-plans-qa_item .question img {
        width: 70px;
    }

    .future-plans-qa_item .answer {
        padding: 0 0;
    }
    
    .future-plans-qa_item .answer .answer_list li .answer_img {
        margin-right: 2%;
        width: 10%;
    }
    
    .future-plans-qa_item .answer .answer_list li .answer_text {
        width: 88%;
    }

    .future-plans-qa_item .answer .answer_list li .answer_text .answer_text_lead {
        font-size: 18px;
    }
    
    .future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail .text_detail_list {
        width: 100%;
        flex-direction: column;
    }
    
    .future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail .text_detail_list.col2 {
        width: 100%;
    }

    
    .future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail .text_detail_list li {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .future-plans-qa::before {
        display: none;
    }

    .future-plans-qa_item .question {
    }
    
    .future-plans-qa_item .question .question_text {
        padding: 8px 12px 8px 64px;
        font-size: 14px;
        letter-spacing: 0;
        margin: 0 12px 0 0;
        border-radius: 50px;
        width: 100%;
    }
    .future-plans-qa_item .question .question_text::after {
        border-width: 0 0 14px 10px;
    }

    .future-plans-qa_item .question .question_text span {
        width: 32px;
        height: 32px;
        left: 16px;
    }
    
    .future-plans-qa_item .question img {
        width: 46px;
    }
    
    .future-plans-qa_item .answer .answer_list li .answer_img {
        margin-right: 2%;
        width: 14%;
    }
    
    .future-plans-qa_item .answer .answer_list li .answer_text {
        width: 84%;
    }
    
    .future-plans-qa_item .answer .answer_list li .answer_text .answer_text_lead {
        font-size: 14px;
    }
    
    .future-plans-qa_item .answer .answer_list li .answer_text .answer_text_caption {
        line-height: 1.4;
        font-size: 14px;
    }
    
    .future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail {
        margin-top: 32px;
        margin-left: -40px;
    }
    
    .future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail h5 {
        font-size: 14px;
    }
    
    .future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail .text_detail_list.col2 {
        width: 100%;
    }
    
    .future-plans-qa_item .answer .answer_list li .answer_text .answer_text_detail .text_detail_list li {
        font-size: 14px;
    }
}


/*--------------------------------------
お客様の声
---------------------------------------*/
.cutomer-voice .inner {
    padding: 0 0;
    border-top: 2px solid #008D95;
}
.customer-voice_item {
    padding: 80px 0;
}

.customer-voice_item:first-of-type {
    border-bottom: 2px solid #008D95;
}

.customer-voice_item .customer-voice_list h4 {
    font-size: 24px;
    color: #008D95;
    margin-bottom: 48px;
    letter-spacing: 2px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

.customer-voice_item .customer-voice_list .bubble,
.customer-voice_item .customer-voice_list .thoughts {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.customer-voice_item .customer-voice_list .bubble:last-of-type,
.customer-voice_item .customer-voice_list .thoughts:last-of-type {
    margin-bottom: 0;
}

.customer-voice_item .customer-voice_list .bubble img,
.customer-voice_item .customer-voice_list .thoughts img {
    width: 120px;
    margin-right: 26px;
}

.customer-voice_item .customer-voice_list .bubble p {
    position: relative;
    display: inline-block;
    padding: 22px 48px;
    border: 3px solid #99CCD3;
    border-radius: 50px;
    background-color: #fff;
    text-align: left;
    font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    letter-spacing: 2px;
    font-size: 19px;
}
.customer-voice_item .customer-voice_list .bubble p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 6px 14px 6px 0;
    border-color: transparent #99CCD3 transparent transparent;
    translate: -100% -50%;
}
.customer-voice_item .customer-voice_list .bubble p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 3.8px 8.9px 3.8px 0;
    border-color: transparent #ffffff transparent transparent;
    translate: -100% -50%;
}

.customer-voice_item .customer-voice_list .thoughts {
    margin-bottom: 78px;
}

.customer-voice_item .customer-voice_list .thoughts .thoughts_text {
    border-bottom: 1px solid #008D95;  
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    padding-bottom: 24px;
    width: 100%;
}

.customer-voice_item .customer-voice_list .thoughts .thoughts_text .comment {
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 19px;
}

.customer-voice_item .customer-voice_list .thoughts .thoughts_text .comment span {
    color: #008D95;
}

.customer-voice_item .customer-voice_list .thoughts .thoughts_text .name {
    display: flex;
    justify-content: flex-end;
}


@media screen and (max-width: 1024px) {
    .cutomer-voice .inner {
        padding: 0 4%
    }
}

@media screen and (max-width: 767px) {
    .cutomer-voice .inner {
        padding: 0 4%
    }
    
    .customer-voice_item .customer-voice_list h4 {
        font-size: 18px;
        margin-bottom: 32px;
        letter-spacing: 2px;
    }

    .customer-voice_item .customer-voice_list .bubble img,
    .customer-voice_item .customer-voice_list .thoughts img {
        width: 60px;
        margin-right: 8px;
    }
    
    .customer-voice_item .customer-voice_list .bubble p {
        padding: 8px 16px;
        font-size: 14px;
        width: 100%;
    }
    
    .customer-voice_item .customer-voice_list .thoughts {
        margin-bottom: 46px;
        align-items: flex-start;
    }

    .customer-voice_item .customer-voice_list .thoughts .thoughts_text {
        border-bottom: none;  
        padding-bottom: 24px;
    }

    .customer-voice_item .customer-voice_list .thoughts .thoughts_text .comment {
        font-weight: bold;
        margin-bottom: 8px;
        font-size: 14px;
        text-align: justify;
    }

    .customer-voice_item .customer-voice_list .thoughts .thoughts_text .comment span {
        color: #008D95;
    }

    .customer-voice_item .customer-voice_list .thoughts .thoughts_text .name {
        font-size: 14px;
    }
}

