@charset "utf-8";

 /* ==================== 
 banner
=====================*/
.header{
    height: 150px;
    background-image: url(../images/banner_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pagename_sp{
    display: block;
    padding: 10px 14px;
    margin: 32px auto 0;
    color: #FFF;
    background: rgba(255, 102, 102, 0.50);
    font-family: "Kiwi Maru";
    font-size: 2rem;
    font-weight: 500;
}

.logo,.hamburger{
    position: absolute;
}

.logo{
    top:25px;
 }

.hamburger{
    top:20px;
    right:21px;
}

.pagename_pc,.banner_pc{
    display: none;
}

/* banner pc */
@media screen and (min-width:769px) {
.banner{
    max-width: 100%;
    text-align: center;
    position: relative;
    }

.pagename_pc{
    display: inline-block;
    padding: 20px 0;
    color: #FFF;
    font-family: "Kiwi Maru";
    font-size: 6.4rem;
    background-color:rgba(255, 102, 102, 0.50);
    text-align: center;
    position: absolute;
    width: 900px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    }

.banner_pc{
    display: block;
    }
}/* pc 769px */

 /* ==================== 
 voice
=====================*/
.section--voice{
    padding: 40px 5.3%;
    background-image: url(../images/voice-background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.page_title-voice{
    text-align: center;
    font-family: Inter;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 3;
}

.page_title-voice::before{
    content: '';
    display: block;
    max-width: 291px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
}

.page_title-voice::after{
    content: '';
    display: block;
    max-width: 291px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
}

.voice_list{
    margin-top: 77px;
}

.voice_list li{
    margin-bottom: 86px;
}

.voice_list li:nth-child(3){
    margin-bottom: 0;
}

.voice_item01,.voice_item02,.voice_item03{
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 35px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.voice_item01,.voice_item02{
    padding: 50px 37px 18px 38px;
} 

.voice_item01{
    background-color: #E5FAC9;
}

.voice_item01::before{
    margin: 0 auto;
    content: '';
    display: block;
    width: 100px;
    height: 34px;
    background-image: url(../images/tape_green.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(5deg);
    position: relative;
    top: -64px;
}

.voice_item02{
    background-color: #FDFFB5;
}

.voice_item02::before{
    margin: 0 auto;
    content: '';
    display: block;
    width: 100px;
    height: 34px;
    background-image: url(../images/tape_yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-5deg);
    position: relative;
    top: -64px;
}

.voice_item03{
    padding: 47px 25px 6px 43px;
    background-color: #E4FFFF;
}

.voice_item03::before{
    margin: 0 auto;
    content: '';
    display: block;
    width: 100px;
    height: 34px;
    background-image: url(../images/tape_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-5deg);
    position: relative;
    top: -64px;
}

.initial{
    margin-top: 53px;
    text-align: right;
}

.voice_list li:nth-child(3) p{
    margin-top: 19px;
}

/* voice pc */
@media screen and (min-width:769px) {
    .section--voice{
        padding: 60px 8.6%;
    }

    .voice_list{
        max-width: 1188px;
        justify-content: center;
        display: flex;
        margin: 137px auto;
        gap:20px
    }

    .voice_list li{
        max-width: 350px;
        margin-bottom: 0;
        padding-top: 0;
        top:-19px;
    }

    .voice_list li:nth-child(2) p{
        margin-top: 89px;
    }

    .voice_item01,.voice_item02,.voice_item03{
        font-size: 1.8rem;
    }

    .voice_item01::before{
        top:-16px;
    }

    .voice_item02::before{
        top:-16px;
    }

    .voice_item03::before{
        top:-16px;
    }
}/* pc 769px */

 /* ==================== 
 letter
=====================*/
.page_title-letter{
    display: block;
    max-width: 300px;
    height: 148px;
    margin: 60px auto 0;
    padding: 39px 52px;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 35px;
    background-color: #FFF;
    border-radius: 50%;
    position: relative;
}

.page_title-letter::after{
    content: '';
    position: absolute;
    top: 74%;
    left: 53%;
    margin-left: 76px;
    border: 22px solid transparent;
    border-top: 36px solid #FFF;
}

.letter_list{
    margin-top: 60px;
}

.letter_list img{
    margin-top: 40px;
}

.letter_list img:nth-child(1){
    margin-top: 0;
}

/* letter pc */
@media screen and (min-width:769px) {
    .letter_list{
        display: flex;
        justify-content: center;
        max-width: 1185px;
        margin: 127px auto;
        gap: 60px;
        flex-wrap: wrap;
     }
    
    .letter_list img{
        max-width: 562px;
        margin-top: 0;
    }
}

 /* ==================== 
 QandA
=====================*/
.section--QandA{
    padding: 55px 5.3% 40px;
    background-color: var(--primary-beige, #FFEDE0);
}

.page_tittle-QandA{
    text-align: center;
    font-family: Inter;
    font-size: 2rem;
    font-weight: 600;
    position: relative;
}

.page_tittle-QandA::after{
    content: '';
    width: 110px;
    height: 2px;
    display: block;
    background-image: url(../images/QandA_line.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.QandA_list{
    margin: 70px auto;
}

.QandA_list dt,dd{
    display: flex;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 700;
    gap: 10px;
}

.QandA_list dt{
    align-items: center;
}

.QandA_list dd{
    align-items: flex-start;
    margin: 20px auto 40px;
    font-size: 1.6rem;
    font-weight: 500;
}


.QandA_item span{
    padding: 8px 15px 8px 15px;
    background-color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-weight: 500;
}

.answer span{
    background-color: #FFCACA;
}

.QandA_txt{
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    text-align: center;
    margin-top: 20px;
}

/* QandA pc */
@media screen and (min-width:769px){
.spBr{
    display: none;
    }
}/* pc 769px */






