@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual .title {
    padding: 6px 10px 9px;
    color: #E65380;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.6rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.04em;
}
.mainVisual .bgBox {
    padding: 5px 0 24px;
    text-align: center;
    background: url("../img/index/main_visual_bg.jpg") no-repeat center center;
    background-size: cover;
}
.mainVisual .bgBox .ttlImg img {
    width: 970px;
}
.mainVisual .txtImg {
    margin: 0 auto;
    padding-right: 66px;
    width: 953px;
}
#main .worries {
    padding: 61px 0 108px;
    background: linear-gradient(#EEE9DA 38.7%, #00696C 38.5%);
}
#main .worries .inner {
    margin: 0 -50px;    
}
#main .worries .textList {
    padding: 10px 50px 0;
    color: #00696C;
    background-color: #FFF;
}
#main .worries .textList li {
    margin: 43px 39px 0 0;
    width: 305px;
    font-size: 1.6rem;
    font-weight: bold;
    border: 1px solid #C8D0DB;
}
#main .worries .textList li:nth-child(3n) {
    margin-right: 0;
}
#main .worries .textList li .title {
    padding: 6px;
    min-height: 65px;
    letter-spacing: 0.04em;
    box-sizing: border-box;
    text-align: center;
    background-color: #C8D0DB;
}
#main .worries .textList li .title .num {
    margin-top: 1px;
    display: block;
    font-size: 2.6rem;
    line-height: 1;
}
#main .worries .textList li .text {
    padding: 14px 16px;
    min-height: 78px;
    box-sizing: border-box;
    text-align: justify;
    letter-spacing: 0.04em;
}
#main .worries .txt {
    margin-bottom: 70px;
    padding: 46px 0 67px;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.04em;
    background: url("../img/index/mutiple_bg.png") no-repeat center top/100% 100%;
}
#main .worries .txt span {
    margin-top: 3px;
    display: block;
    color: #00696C;
}
#main .worries .comContactBox .title {
    margin-bottom: 38px !important;
}
#main .bgBox01 {
    padding: 120px 0 129px;
    background-color: #EEE9DA;
}
#main .flow {
    margin-bottom: 118px;
}
#main .flow .headLine01 {
    margin-bottom: 27px;
}
#main .flow .flowImg {
    margin-right: -1px;
}
#main .flow .text {
    margin-bottom: 66px;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
}
#main .voice .headLine01 {
    margin-bottom: 76px;
}
#main .voice .content {
    width: 1100px;
}
#main .voice .voiceList {
    margin: -57px 0 110px;
    position: relative;
}
#main .voice .voiceList:last-child {
    margin-bottom: 0;
}
#main .voice .voiceList {
    overflow: hidden;
}
#main .voice .voiceList li {
    margin: 57px 0 -1px;
    position: relative;
    width: 397px;
    box-sizing: border-box;
    border-bottom: 1px solid #00696c;
}
#main .voice .voiceList li .inn {
	position: relative;
    padding: 0 40px 110px 50px;
	box-sizing: border-box;
}
#main .voice .voiceList li:nth-child(3n-1) {
    width: 306px;
}
#main .voice .voiceList li:nth-child(3n-1) .inn {
    padding: 0 0 115px;
}
#main .voice .voiceList li:nth-child(3n) .inn {
    padding: 0 50px 115px 40px;
}
#main .voice .voiceList li .title {
    margin-bottom: 13px;
}
#main .voice .voiceList li .text {
	max-height: calc(3em * 1.68);
    line-height: 1.68;
    text-align: justify;
    text-justify: inter-ideograph;
	overflow: hidden;
}
#main .voice .voiceList li .text.on {
	max-height: inherit;
	overflow: visible;
}
#main .voice .voiceList li .link {
    width: 100%;
    position: absolute;
    bottom: 51px;
    left: 0;
}
#main .voice .voiceList li .link a {
    width: 210px;
    margin: 0 auto;
    padding: 7px 25px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    border: 2px solid #00696c;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    background: #FFF url("../img/common/icon04.png") no-repeat right 14px center / 15px;
}
#main .voice .voiceList li .link .close {
    display: none;
}
#main .voice .voiceList li .link.on .close {
    display: block;
}
#main .voice .voiceList li .link.on .open {
    display: none;
}
#main .bgBox {
    background-color: #EEE9DA;
}
#main .faq {
    padding: 147px 0 166px;
}
#main .faq .headLine01 {
    margin-bottom: 57px;
}
#main .faq .faqList {
    margin: -60px 0 70px;
}
#main .faq .faqList li {
    margin-top: 60px;
    width: 460px;
    color: #FFF;
}
#main .faq .faqList li .ttl {
    padding: 17px 10px 17px 68px;
    margin-bottom: 20px;
    font-size: 2.1rem;
    font-weight: bold;
    position: relative;
    border-radius: 10px;
    letter-spacing: 0.04em;
    background-color: #00A43C;
}
#main .faq .faqList li .ttl::before {
    padding-top: 3px;
    text-align: center;
    position: absolute;
    left: 14px;
    top: 13px;
    width: 37px;
    height: 37px;
    color: #00A43C;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #FFF;
    content: "Q";
}
#main .faq .faqList li .text {
    line-height: 1.7;
    color: #000;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media all and (max-width: 896px) {
    .mainVisual {
        margin-bottom: 18px;
    }
    .mainVisual .title {
        padding: 5px 10px 6px;
        font-size: 3vw;
    }
    .mainVisual .bgBox {
        margin-bottom: 18px;
        padding: 8px 0 12px;
        background: url("../img/index/sp_main_visual_bg.jpg") no-repeat center center / cover;
    }
    .mainVisual .bgBox .pho {
        margin: 0 auto 6px;
        width: 26%;
    }
    .mainVisual .bgBox .ttlImg {
        margin: 0 55px;
        width: auto;
    }
    .mainVisual .txtImg {
        margin: 0 30px;
        padding: 0;
        width: auto;
    }
    #main .worries {
        padding: 34px 0 38px;
        background: linear-gradient(#EEE9DA 38%, #00696C 38%);
    }
    #main .worries .inner {
        margin: 0 3px;
    }
    #main .worries .textList {
        padding: 0 12px 30px;
        justify-content: space-between;
        color: #00696C;
        background-color: #FFF;
    }
    #main .worries .textList li {
        margin: 18px 0 0;
        width: 46%;
        font-size: 1.3rem;
        font-weight: bold;
        border: 1px solid #C8D0DB;
    }
    #main .worries .textList li:nth-child(-n+2){
        margin-top: 14px;
    }
    #main .worries .textList li .title {
        padding: 6px 5px 5px;
        min-height: auto;
        font-size: 1.5rem;
        box-sizing: border-box;
        text-align: center;
        background-color: #C8D0DB;
    }
    #main .worries .textList li .title .num {
        display: block;
        font-size: 1.3rem;
    }
    #main .worries .textList li .text {
        padding: 8px 10px 6px;
        min-height: auto;
        letter-spacing: 0.02em;
    }
    #main .worries .txt {
        margin-bottom: 36px;
        padding: 6px 10px 26px;
        box-sizing: border-box;
        font-size: 1.6rem;
        background-image: url("../img/index/sp_mutiple_bg.png");
        background-size: 100% 100%;
    }
    #main .worries .txt span {
        margin-top: -15px;
        display: block;
    }
    #main .worries .comContactBox .title {
        margin-bottom: 4px !important;
    }
    #main .worries .comContactBox .link {
        margin: 1px -1px 0 1px;
    }
    #main .bgBox01 {
        padding: 51px 0 26px;
        background-color: #EEE9DA;
    }
    #main .flow {
        margin-bottom: 63px;
    }
    #main .flow .content {
        margin: 0 20px;
    }
    #main .flow .headLine01 {
        margin-bottom: 14px;
    }
    #main .flow .text {
        margin-bottom: 22px;
        font-size: 1.2rem;
    }
    #main .voice .headLine01 {
        margin-bottom: 37px;
    }
    #main .voice .content {
        width: auto;
        margin: 0 10px;
    }
    #main .voice .voiceList {
        margin: -25px 0 110px;
    }
    #main .voice .voiceList li {
        margin: 25px 0 -1px;
        width: 50% !important;
        font-size: 1.2rem;
    }
    #main .voice .voiceList li .inn {
        padding: 0 7px 60px;
    }
    #main .voice .voiceList li:nth-child(3n-1) {
        padding: 0;
        width: 100%;
    }
    #main .voice .voiceList li:nth-child(3n) {
        padding: 0;
    }
    #main .voice .voiceList li:nth-child(2n-1) .inn,
    #main .voice .voiceList li:nth-child(2n) .inn {
        padding: 0 7px 60px;
    }
    #main .voice .voiceList li .title {
        margin-bottom: 6px;
    }
    #main .voice .voiceList li .text {
        line-height: 1.78;
        font-size: 1.2rem;
    }
    #main .voice .voiceList li .link {
        bottom: 20px;
    }
    #main .voice .voiceList li .link a {
        padding: 3px 4px;
        width: 98px;
        box-shadow: none;
        background: #FFF url("../img/common/icon04.png") no-repeat right 6px center / 7px;
    }
    #main .faq .content {
        margin: 0 20px;
    }
    #main .faq {
        padding: 58px 0 58px;
    }
    #main .faq .headLine01 {
        margin-bottom: 35px;
    }
    #main .faq .faqList {
        margin: -37px 0 40px;
    }
    #main .faq .faqList li {
        margin-top: 36px;
        width: 100%;
    }
    #main .faq .faqList li .ttl {
        padding: 9px 10px 8px 34px;
        margin-bottom: 12px;
        font-size: 1.5rem;
        border-radius: 5px;
    }
    #main .faq .faqList li .ttl::before {
        padding-top: 0;
        left: 7px;
        top: 10px;
        width: 21px;
        height: 21px;
        border-radius: 5px;
    }
    #main .faq .faqList li .text {
        font-size: 1.3rem;
        line-height: 1.75;
    }
}