:root{
    --orange-primary:#eb9714;
    --red-primary: #a4000d;
}
.main-content.parent{
    background: #f2f2f2;
}
/* font */
@font-face {
  font-family: 'kakuminM';
  src: url('../parent/font/A-OTF-KakuminPro-Medium.otf') format('opentype'); /* OTFファイルのパスを指定 */
  font-style: normal;
}
@font-face {
  font-family: 'kakuminR';
  src: url('../parent/font/A-OTF-KakuminPro-Regular.otf') format('opentype'); /* OTFファイルのパスを指定 */
  font-style: normal;
}
.font-kaku-R{
    font-family: "kakuminR",sans-serif;
}
.font-kaku-M{
    font-family: "kakuminM",sans-serif;
}
.graph-caption{
    margin-top: 8px;
    font-size: 1.4rem;
}
.parent-caption{
    color: #2c2c2c;
}
@media screen and (max-width:768px){
    .graph-caption{
       font-size: 1.2rem;
    }
}
.mv-contents{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
    height: 63vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.mv-contents::before{
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    content: "";
	background: url(../images/parent/bg-mv.webp) no-repeat center / cover;
    z-index: 0;
}

.mv-contents-title{
    position: relative;
    z-index: 1;
    font-size: clamp(40px,4vw,55px);
    letter-spacing: .15em;
}
.mv-contents-title .is-txt-L{
    font-size: 150%;
}
.mv-contents-title .is-dots{
    position: relative;
    display: inline-block;
    padding-top: .5em;
    background-position: top left -5px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: -webkit-radial-gradient(.1em .1em at center center,#f2f2f2,#f2f2f2 100%,transparent);
    background-image: radial-gradient(.1em .1em at center center,#f2f2f2,#f2f2f2 100%,transparent);
}

.mv-contents-txt{
    position: relative;
    z-index: 1;
    font-size: clamp(30px,3vw,36px);
    letter-spacing: .1em;
}
@media screen and (max-width:768px){
    .mv-contents::before{
        background: url(../images/parent/bg-mv.webp) no-repeat center / cover;
    }
    .mv-contents-title{
        font-size: 36px;
    }
    .mv-contents-txt{
        font-size: 16px;
    }

}
/* lead */
.lead-contents{
    gap: 45px;
    align-items: center;
}
.lead-contents-image{
    width: calc(50% - 45px/2);
}
.lead-contents-txt{
    width: calc(50% - 45px/2);
    letter-spacing: .06em;
    line-height: 2;
}
@media screen and (max-width:768px){
    .lead-contents{
        flex-direction: column;
    }
    .lead-contents-image{
        width: 100%;
    }
    .lead-contents-txt{
        width: 100%;

    }
}

/* voice */
.voice-contents-list{
    display: flex;
    flex-direction: column;
    gap: 220px;
}
.voice-item-head{
    width: 60%;
    margin: 0px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
}

.voice-item-head::before{
    content: "";
    background: url(../images/parent/bg-voice-list.svg) no-repeat center / contain;
    width: min(500px, 37vw);
    height: min(500px, 37vw);
    position: absolute;
    top: 50%;
    right: 14%;
    translate:10% -50%;
}
.voice-item-head.second::before{
    top: 50%;
    left: 14%;
    translate:-10% -50%;
}
.voice-item-head.third{
    margin: 100px auto 0;
}
.voice-item-head.third::before{
    top: 50%;
    left: 50%;
    translate:-65% -65%;
}

.voice-item-head-img{
    width: 9%;
}
.voice-item-head-title{
    text-align: center;
    font-size: clamp(2.7rem,2.8vw,3rem);
    line-height: 1.5;
}
.voice-item-head-txt{
    line-height: 2;
    font-size: clamp(1.5rem,1.6vw,1.8rem);
}

@media screen and (max-width:768px){
    .voice-contents-list{
        gap: 100px;
    }
    .voice-item-head{
        width: 100%;
        gap: 30px;
        margin: 0 auto 0;
    }
    .voice-item-head-title{
        font-size: 2.4rem;
    }
    .voice-item-head::before{
        content: "";
        background: url(../images/parent/bg-voice-list.svg) no-repeat center / contain;
        width: 300px;
        height: 300px;
        top: 40%;
        right: 0%;
        translate: 4% -50%;
    }
    .voice-item-head.second::before{
        top: 50%;
        left: 14%;
        translate:-20% -50%;
    }
    .voice-item-head.third::before{
        top: 50%;
        left: 50%;
        translate:-50% -65%;
    }
    .voice-item-head-txt{
        font-size: 1.4rem;
        text-align: left;
    }
    .voice-item-head.third{
        margin: 0px auto 0;
    }

}

/* graph */
.voice-item-graph{
    gap: 60px;
    margin-top: clamp(40px, 8vw, 160px);
    justify-content: center;
}
.voice-item-graph-image{
    position: relative;
    /* width: 40%; */
}

.voice-item-txt{
    /* width: calc(60% - 60px); */
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: .06em;
    margin-top: 30px;
    position: relative;
}
.voice-item-txt::before{
    content: "";
    mask: url(../images/parent/arw-point.svg) no-repeat center / contain;
    width: 120px;
    height: 100px;
    position: absolute;
    top: -5%;
    left: 0px;
    background-color: #000;
    translate: -110% 0%;
}
.voice-item-txt .is-accent-L{
    font-size: 120%;
    color: var(--orange-primary);
    display: inline-block;
    margin: 0 2px;
}
@media screen and (max-width:768px){
    .voice-item-graph{
        flex-direction: column-reverse;
        gap: 24px;
    }
    .voice-item-graph-image{
        width: 80%;
        margin: 0 auto;
    }
    .voice-item-txt{
        font-size: 1.6rem;
        margin-top: 0px;
    }
    .voice-item-txt::before{
        mask: url(../images/parent/arw-point-sp.svg) no-repeat center / contain;
        bottom: 29px;
        left: 50%;
        background-color: #000;
        translate: 26% 64%;
        width: 103px;
        height: 90px;
        top: 0;
    }
}


/* hukidashi */
.voice-detail-list{
    margin-top: clamp(40px,10vw,210px);
    display: flex;
    flex-direction: column;
    gap: clamp(60px,7vw,110px);
}
.voice-detail-item:nth-child(2){
    flex-direction: row-reverse;
}
.voice-detail-contents{
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: clamp(8px,1.3vw,24px);
    position: relative;
    padding: 88px clamp(115px,17vw,275px);
}
.voice-detail-contents::before{
    content: "";
    background: url(../images/parent/img-hukidashi01.svg) no-repeat center / contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    translate:3% 0%;
    z-index: 0;
}
.voice-detail-item:nth-child(2) .voice-detail-contents::before{
    background: url(../images/parent/img-hukidashi02.svg) no-repeat center / contain;
    translate:-5% 0%;
}
.voice-detail-item:nth-child(2) .voice-detail-contents{
    padding: 88px clamp(115px,19vw,295px);
}
.voice-detail-item:nth-child(3) .voice-detail-contents::before{
    background: url(../images/parent/img-hukidashi03.svg) no-repeat center / contain;
}

.voice-detail-image{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.voice-detail-item:nth-child(1) .voice-detail-image ,.voice-detail-item:nth-child(3) .voice-detail-image{
    margin-left: clamp(-130px,-7vw,-20px);
}
.voice-detail-item:nth-child(2) .voice-detail-image{
    margin-right: clamp(-130px,-7vw,-20px);
}
.voice-detail-contents-title{
    font-size: clamp(2rem,2vw,2.2rem);
}
.voice-detail-contents-txt{
    font-size: clamp(1.2rem,1.5vw,1.6rem);
    letter-spacing: 0.06em;
    line-height: 2;
}
.voice-detail-contents-author{
    color: var(--orange-primary);
    font-size: 1.6rem;
}
.voice-detail-contents-txt,.voice-detail-contents-title,.voice-detail-contents-author{
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 666px) and (max-width: 900px) {
    .voice-detail-contents{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: relative;
        padding: 88px clamp(115px,25vw,295px);
    }
    .voice-detail-item:nth-child(2) .voice-detail-contents {
        padding: 88px clamp(115px, 24vw, 295px);
    }
    .voice-detail-contents::before{
        background: url(../images/parent/img-hukidashi01-medium.svg) no-repeat center / contain;
        top: 7%;
        left: 0%;
    }
    .voice-detail-item:nth-child(2) .voice-detail-contents::before{
        background: url(../images/parent/img-hukidashi02-medium.svg) no-repeat center / contain;
        translate:0% 0%;
    }
    .voice-detail-item:nth-child(3) .voice-detail-contents::before{
        background: url(../images/parent/img-hukidashi03-medium.svg) no-repeat center / contain;
    }
    .voice-detail-item:nth-child(1) .voice-detail-image ,.voice-detail-item:nth-child(3) .voice-detail-image{
        margin-left: auto;
    }
    .voice-detail-item:nth-child(2) .voice-detail-image{
        margin-right: auto;
    }
    .voice-detail-image{
        width: 40%;
        margin: 0 auto;
    }

}
@media screen and (min-width: 480px) and (max-width: 666px) {
    .voice-detail-contents{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: relative;
        padding: 88px 12vw;
    }
    .voice-detail-item:nth-child(2) .voice-detail-contents {
        padding: 88px 18vw;
    }
    .voice-detail-contents::before{
        background: url(../images/parent/img-hukidashi01-medium.svg) no-repeat center / contain;
        top: 7%;
        left: 0%;
    }
    .voice-detail-item:nth-child(2) .voice-detail-contents::before{
        background: url(../images/parent/img-hukidashi02-medium.svg) no-repeat center / contain;
        translate:0% 0%;
    }
    .voice-detail-item:nth-child(3) .voice-detail-contents::before{
        background: url(../images/parent/img-hukidashi03-medium.svg) no-repeat center / contain;
    }
    .voice-detail-item:nth-child(1) .voice-detail-image ,.voice-detail-item:nth-child(3) .voice-detail-image{
        margin-left: auto;
    }
    .voice-detail-item:nth-child(2) .voice-detail-image{
        margin-right: auto;
    }
    .voice-detail-image{
        width: 40%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 431px) and (max-width: 480px) {
    .voice-detail-list{
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .voice-detail-contents{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: relative;
        padding: 88px 80px;
    }
    .voice-detail-contents::before {
        content: "";
        width: 100%;
    }
    .voice-detail-contents::before{
        background: url(../images/parent/img-hukidashi01-sp.svg) no-repeat center / contain;
        top: 0%;
        left: 0%;
        translate:0% 0%;
        z-index: 0;
    }
    .voice-detail-item:nth-child(1) .voice-detail-contents::before{
        background: url(../images/parent/img-hukidashi01-sp.svg) no-repeat center / contain;
        top: -8%;
        height: 120%;
        
    }
    .voice-detail-item:nth-child(2) .voice-detail-contents::before{
        background: url(../images/parent/img-hukidashi02-sp.svg) no-repeat center / contain;
        translate:0% 3%;
        height: 110%;
        top: -5%;
    }
    .voice-detail-item:nth-child(3) .voice-detail-contents::before{
        background: url(../images/parent/img-hukidashi03-sp.svg) no-repeat center / contain;
        translate: 0% 4%;
        height: 118%;
        top: -12%;
    }
    .voice-detail-item:nth-child(2) .voice-detail-contents{
        padding: 80px 87px 88px;
    }
    .voice-detail-contents-title{
        font-size: 1.6rem;
    }
    .voice-detail-contents-txt{
        font-size: 1.3rem;
    }
    .voice-detail-contents-author{
        font-size: 1.4rem;
        text-align: center;
    }
     .voice-detail-item:nth-child(1) .voice-detail-image ,.voice-detail-item:nth-child(3) .voice-detail-image{
        margin-left: auto;
    }
    .voice-detail-item:nth-child(2) .voice-detail-image{
        margin-right: auto;
    }
    .voice-detail-image{
        width: 40%;
        margin: 0 auto;
    }
}
@media screen and (max-width:431px){
    .voice-detail-list{
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .voice-detail-contents{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: relative;
        padding: 88px 40px;
    }
    .voice-detail-contents::before {
        content: "";
        width: 100%;
    }
    .voice-detail-contents::before{
        background: url(../images/parent/img-hukidashi01-sp.svg) no-repeat center / contain;
        top: 0%;
        left: 0%;
        translate:0% 0%;
        z-index: 0;
    }
    .voice-detail-item:nth-child(1) .voice-detail-contents::before{
        background: url(../images/parent/img-hukidashi01-sp.svg) no-repeat center / contain;
        top: -8%;
        height: 120%;
        
    }
    .voice-detail-item:nth-child(2) .voice-detail-contents::before{
        background: url(../images/parent/img-hukidashi02-sp.svg) no-repeat center / contain;
        translate:0% 3%;
        height: 110%;
        top: -5%;
    }
    .voice-detail-item:nth-child(3) .voice-detail-contents::before{
        background: url(../images/parent/img-hukidashi03-sp.svg) no-repeat center / contain;
        translate: 0% 4%;
        height: 118%;
        top: -12%;
    }
    .voice-detail-item:nth-child(2) .voice-detail-contents{
        padding: 80px 47px 88px;
    }
    .voice-detail-contents-title{
        font-size: 1.6rem;
    }
    .voice-detail-contents-txt{
        font-size: 1.3rem;
    }
    .voice-detail-contents-author{
        font-size: 1.4rem;
        text-align: center;
    }
     .voice-detail-item:nth-child(1) .voice-detail-image ,.voice-detail-item:nth-child(3) .voice-detail-image{
        margin-left: auto;
    }
    .voice-detail-item:nth-child(2) .voice-detail-image{
        margin-right: auto;
    }
    .voice-detail-image{
        width: 40%;
        margin: 0 auto;
    }
}


/* question */
.voice-item-question{
    position: relative;
    width: min(80%, 950px);
    margin: 100px auto 0;
    padding: 250px clamp(120px,15vw,200px);
}
.voice-question-txt{
    position: absolute;
    padding: 80px 80px 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.8;
    font-size: clamp(1.6rem,1.6vw,1.9rem);
}

.voice-question-txt:nth-child(1){
     background: url(../images/parent/img-imazination01.svg) no-repeat center / contain;
    top: 0;
    left: 0;
}
.voice-question-txt:nth-child(2){
     background: url(../images/parent/img-imazination02.svg) no-repeat center / contain;
    top: 0;
    right: 0;
}
.voice-question-txt:nth-child(3){
     background: url(../images/parent/img-imazination03.svg) no-repeat center / contain;
    bottom: 0;
    left: 0;
     padding: 100px 80px 75px;
}
.voice-question-txt:nth-child(4){
     background: url(../images/parent/img-imazination04.svg) no-repeat center / contain;
    bottom: 0;
    right: 0;
    padding: 100px 80px 75px;
}
@media screen and (max-width:768px){
    .voice-question-txt{
        padding: 80px 10px 100px;
        font-size: 1.3rem;
    }
    .voice-item-question{
        position: relative;
        width: min(80%, 950px);
        margin: 160px auto 0;
        padding: 0px 0px;
    }
    .voice-question-txt:nth-child(1){
        top: -155px;
        left: -30px;
    }
    .voice-question-txt:nth-child(2){
        top: -155px;
        right: -30px;
    }
    .voice-question-txt:nth-child(3){
        background: url(../images/parent/img-imazination03.svg) no-repeat center / contain;
        bottom: -200px;
        left: -30px;
        padding: 120px 25px 100px;
    }
    .voice-question-txt:nth-child(4){
        background: url(../images/parent/img-imazination04.svg) no-repeat center / contain;
        bottom: -200px;
        right: -30px;
        padding: 120px 25px 100px;
    }
}

.message{
    font-size: 2.8rem;
    margin: 180px auto 0;
    letter-spacing: .06em;
    line-height: 1.6;
    position: relative;
    width: fit-content;
}
.message::before{
    content: "";
    background: url(../images/parent/img-message.svg) no-repeat center / contain;
    width: 120%;
    height: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate:-50% -50%;
}
@media screen and (max-width:768px){
    .message{
        font-size: 1.6rem;
        margin: 180px auto 0;
    }
    .message::before{
        width: 120%;
        height: 130%;
    }
}

.btn-wrap{
    gap: 30px;   
    align-items: center;
    margin-top: 140px;
    justify-content: center;


}
.c-btn{
    width: fit-content;
    position: relative;
}
.c-btn::before{
    content: "";
    mask: url(../images/parent/arw-next.svg) no-repeat center / contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 30px;
    background-color: #fff;
    translate:0% -50%;
    rotate:-90deg;
    z-index: 2;
}
.c-btn:nth-child(2)::before{
    mask: url(../images/parent/arw-next.svg) no-repeat center / contain;
}
.c-btn-link{
    padding: 18px 125px;
    font-size: 2.6rem;
    background:var(--red-primary);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    display: block;
    transition: .8s;
}
.c-btn-link:hover{
    opacity: .6;
}
.c-btn:nth-child(2) .c-btn-link{
    background: var(--orange-primary);
}
@media screen and (max-width:768px){
    .btn-wrap{
        gap: 16px;   
        margin-top: 60px;
    }
    .c-btn{
        width: calc(50% - 8px);
    }
    .c-btn::before{
        width: 16px;
        height: 16px;
        right: 20px;
    }
    .c-btn-link{
        padding: 14px 0px;
        font-size: 1.6rem;
        text-align: center;
    }
}



