@media only screen and (min-width : 501px) {
body {
background:#268e52 url("images/pc_bg.svg") repeat-y top center;
background-size: contain;
background-attachment: fixed;
}
}
.main{
background: #fff;
}
main{
background: #fff;
}
.main{
position: relative;
text-align: center;
font-weight: 700;
}
.main-ttl{
width: 87%;
position: absolute;
left: 6.5%;
top: 4%;
}
.main-ill{
width: 92%;
position: absolute;
left: 5%;
top: 7%;
}
.main-copy{
width: 65%;
position: absolute;
left: 17.5%;
bottom: 46%;
}
.anchor-box{
position: absolute;
right: 5%;
bottom: 3%;
width: 53.5%;
}
.anchor-box a:hover{
border-bottom: 3px dashed #cf284b;
}
.sec01{
position: relative;
background: url("images/sec01-bg.jpg") no-repeat top center;
background-size: 100% auto;
padding: 20% 0 0;
}
.sec02{
position: relative;
background: url("images/sec02-bg.jpg") no-repeat top center;
background-size: 100% auto;
padding: 20% 0 0;
}
.sec03{
position: relative;
background: url("images/sec03-bg.jpg") no-repeat top center;
background-size: 100% auto;
padding: 20% 0 0;
}
.sec04{
position: relative;
background: url("images/sec04-bg.jpg") no-repeat top center;
background-size: 100% auto;
padding: 20% 0 0;
}
.quiz-default{
padding: 0 5%;
}
.quiz-q{
position: relative;
}
.q-ill01{
position: absolute;
width: 23%;
right: -3.5%;
bottom: -17%;
}
.q-ill02{
position: absolute;
width: 27%;
right: 5%;
bottom: -17%;
}
.q-ill03{
position: absolute;
width: 25%;
right: 5%;
bottom: -13%;
}
.q-ill04{
position: absolute;
width: 23%;
right: -2%;
bottom: -14%;
}
.answer-wrap{
padding: 0 0 13%;
}
.quiz01 a,.quiz02 a,.quiz03 a,.quiz04 a{
display: block;
}
.quiz01 a.is-active img,
.quiz02 a.is-active img,
.quiz03 a.is-active img,
.quiz04 a.is-active img{
opacity: 0;
}
.quiz01 a:nth-child(1){background: url("images/a-01-1_on.svg") no-repeat top center;background-size: 100% auto;}
.quiz01 a:nth-child(2){background: url("images/a-01-2_on.svg") no-repeat top center;background-size: 100% auto;}
.quiz01 a:nth-child(3){background: url("images/a-01-3_on.svg") no-repeat top center;background-size: 100% auto;}
.quiz01 a:nth-child(4){background: url("images/a-01-4_on.svg") no-repeat top center;background-size: 100% auto;}
.quiz01 a:nth-child(5){background: url("images/a-01-5_on.svg") no-repeat top center;background-size: 100% auto;}
.quiz01 a:nth-child(6){background: url("images/a-01-6_on.svg") no-repeat top center;background-size: 100% auto;}

.quiz02 a:nth-child(1){background: url("images/a-02-1_on.svg") no-repeat top center;background-size: 100% auto;}
.quiz02 a:nth-child(2){background: url("images/a-02-2_on.svg") no-repeat top center;background-size: 100% auto;}
.quiz02 a:nth-child(3){background: url("images/a-02-3_on.svg") no-repeat top center;background-size: 100% auto;}
.quiz02 a:nth-child(4){background: url("images/a-02-4_on.svg") no-repeat top center;background-size: 100% auto;}
.quiz02 a:nth-child(5){background: url("images/a-02-5_on.svg") no-repeat top center;background-size: 100% auto;}

.quiz03 a:nth-child(1){background: url("images/a-03-1_on.svg") no-repeat top center;background-size: 100% auto;}
.quiz03 a:nth-child(2){background: url("images/a-03-2_on.svg") no-repeat top center;background-size: 100% auto;}
.quiz03 a:nth-child(3){background: url("images/a-03-3_on.svg") no-repeat top center;background-size: 100% auto;}
.quiz03 a:nth-child(4){background: url("images/a-03-4_on.svg") no-repeat top center;background-size: 100% auto;}

.quiz04 a:nth-child(1){background: url("images/a-04-1_on.svg") no-repeat top center;background-size: 100% auto;}
.quiz04 a:nth-child(2){background: url("images/a-04-2_on.svg") no-repeat top center;background-size: 100% auto;}

.quiz-section__answer{
display: none;
opacity: 0;
margin: -18% 0 0;
padding: 18% 0 0;
}
.quiz-section__answer.is-show{
display: block;
opacity: 1;
transition:opacity 1.4s 0s;
animation: fadein 500ms 1;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.answer-correct-img,
.answer-incorrect-img{
width: 50%;
margin: 0 auto;
display: none;
}
.is-correct .answer-correct-img{
display: block;
}
.is-uncorrect .answer-incorrect-img{
display: block;
}
.business-result{
display: none;
}
.business-result.is-show{
display: block;
}
.result-ttl-box{
background: #268E52;
padding: 11% 0;
}
.result-ttl{
width: 32.5%;
margin: 0 auto;
}
.business-result__comment{
padding: 8% 0 15%;
}
.result-rank-img{
width: 90%;
margin: 0 auto;
}
.result-rank01,
.result-rank02,
.result-rank03{
}
.business-result__num{
display: none;
}
.business-result__comment-rank{
display: none;
}
.business-result__comment-rank1.is-show,
.business-result__comment-rank2.is-show,
.business-result__comment-rank3.is-show{
display: block;
}

.sec05{
padding: 12% 5% 20%;
background: #6cc672;
}
.talk-cont{
padding: 0;
position: relative;
}
.talk-cont-end-ill{
position: absolute;
width: 25%;
right: 8%;
bottom: -5%;
}
.talk-box01{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.talk-box01 p{
position: relative;
font-size: clamp(12px, 3.45vw, 17px);
padding: 3.5% 5%;
border-radius: 2.6vw;
}
.talk-av{
width: 19.5%;
}
.talk-cont-l{
width: 80%;
padding: 3% 5% 0 11%;
}
.talk-cont-r{
width: 80%;
padding: 0 3% 0 5%;
}
.talk-box01 .talk-cont-r p{
background: #fff;
font-weight: 500;
}
.talk-box01 .talk-cont-r p::after{
position: absolute;
width: 8%;
height: 70%;
top: 7%;
left: -5%;
content: '';
background: url("images/arrow-gray.svg") no-repeat;
background-size: 100% auto;
}
.talk-box01 .talk-cont-l p{
background: #fff;
font-weight: 500;
}
.talk-box01.point-ex .talk-cont-l p{
background: #FFF2AF;
width: 100%;
}
.talk-box01 .talk-cont-l p::after{
position: absolute;
width: 8%;
height: 70%;
top: 18%;
right: -5%;
content: '';
background: url("images/arrow-t01.svg") no-repeat;
background-size: 100% auto;
}
.talk-box01.point-ex .talk-cont-l p::after{
position: absolute;
width: 8%;
height: 70%;
top: 18%;
right: -5%;
content: '';
background: url("../07/images/arrow-t02.svg") no-repeat;
background-size: 100% auto;
}
.talk-box01.point-ex .talk-av{
width: 30%;
}
.talk-box01.point-ex .talk-cont-l{
width: 64%;
padding: 0 0 0;
display: flex;
align-items: center;
}
.talk-box01.point-ex{
margin: -6% auto -4%;
}



@media only screen and (min-width : 501px) {
.talk-box01 p{
border-radius: 18px;
}
}
