@charset "UTF-8";

/*----------------------------------------------------
	☆PC
----------------------------------------------------*/

#high-school-graduates-talk #header .header01 {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
}

/*--- mv --*/
#mv{
    position: relative;
    width: 100%;
    height: 50vw;
}

#mv .image{
    width: 33.333%;
    position: absolute;
    bottom: 0;
    height: 100%;
}

#mv .image01{
    background:#e21b13;
    left: 0;
}
#mv .image02{
    background: #ffda00;
    left: 33.333%;
}
#mv .image03{
    background: #f7931e;
    left: 66.6666%;
}

#mv .image::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 48vw;
    left: 0;
    bottom: 0;
    animation: slidePC 4000ms steps(1) infinite;
}

#mv .image01::after{
    background: url("../images/high-school-graduates-talk/mv_01.jpg") center 0 / 100% auto repeat-y #e21b13;
}
#mv .image02::after{
    background: url("../images/high-school-graduates-talk/mv_02.jpg") center 0 / 100% auto repeat-y #ffda00;
    animation-delay: .3s !important;
}
#mv .image03::after{
    background: url("../images/high-school-graduates-talk/mv_03.jpg") center 0 / 100% auto repeat-y #f7931e;
    animation-delay: .6s !important;
}

@keyframes slidePC {
	0%   { background-position: center 0; }
	25%  { background-position: center -50vw; }
	50%  { background-position: center -100vw; }
	75%  { background-position: center -150vw; }
	100% { background-position: center -200vw; }
}
@keyframes slideSP {
	0%   { background-position: center 0; }
    25%  { background-position: center -80vw; }   /* 50vw × 1.6 */
    50%  { background-position: center -160vw; }  /* 100vw × 1.6 */
    75%  { background-position: center -240vw; }
    100% { background-position: center -320vw; }
}

#mv .title{
    position: absolute;
    left: 50%;
    top: 100px;
    width: 60.2%;
    transform: translate(-50%,0);
}

/*--- talk --*/
#contents .talk-contents .talk{
    padding: 0;
}
#contents .talk-contents .talk .image{
    background-position: center top;
    background-size: cover;
    height: 34vw;
}
#contents .talk-contents .talk .titleBox{
    position: relative;
    background: #e21b13;
    color: #fff;
}
#contents .talk-contents .talk .numBox{
    width: 150px;
    height: 75px;
    background: #e21b13;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-45px);
    border-radius: 100px 100px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#contents .talk-contents .talk:nth-child(even) .titleBox,
#contents .talk-contents .talk:nth-child(even) .numBox{
    background: #ffda00;
    color: #000;
}

#contents .talk-contents .talk .numBox .caption{
    font-size: 8px;
    line-height: 1;
}
#contents .talk-contents .talk .numBox .num{
    font-size: 30px;
    line-height: 1;
}
#contents .talk-contents .talk .titleBox .title{
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    padding: 50px 7.5%;
}
#contents .talk-contents .talk .talkInr{
    background: #fff;
    padding: 100px 0 120px;
    max-width: 1200px;
    margin: 0 auto;
    width: 85%;
}
#contents .talk-contents .talk .talkInr dl{
    max-width: 840px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}
#contents .talk-contents .talk .talkInr dl:last-child{
    margin-bottom: 0;
}
#contents .talk-contents .talk .talkInr dl dt{
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
}
#contents .talk-contents .talk .talkInr dl dt .name{
    font-size: 12px;
}
#contents .talk-contents .talk .talkInr dl dd{
    width: calc(100% - 120px - 120px);
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: justify;
    line-height: 1.75;
    position: relative;
}
#contents .talk-contents .talk .talkInr dl:nth-child(odd) dd{
    box-shadow: -5px 5px 11px rgba(0,0,0,0.18);
}
#contents .talk-contents .talk .talkInr dl:nth-child(even) dd{
    box-shadow: 5px 5px 11px rgba(0,0,0,0.18);
}

#contents .talk-contents .talk .talkInr dl dd:before {
  width: 0;
  height: 0;
  border-style: solid;
    content: "";
    display: block;
    position: absolute;
    top: 55px;
}

#contents .talk-contents .talk .talkInr dl:nth-child(odd) dd:before {
    left: -15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #ffffff;
  border-left: 0;
}
#contents .talk-contents .talk .talkInr dl:nth-child(even) dd:before {
    right: -15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0;
}

#contents .talk-contents .talk .talkInr dl:nth-child(even){
    flex-direction: row-reverse;
}

#contents .endImage{
    background: url("../images/high-school-graduates-talk/end.jpg") center center / cover no-repeat;
    width: 100%;
    height: 42vw;
}

/*--- voices --*/
#contents .voices {
    padding-bottom: 0;
}
#contents .voices .titleBox{
    position: relative;
}

#contents .voices .titleBox .balloon{
    position: absolute;
    top: 0;
    max-width: 216px;
    left: 50%;
    transform: translate(-120%, -100%);
    width: 26%;
}


#contents .voices .voiceList{
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 85%;
}
#contents .voices .voiceList > li{
    margin-bottom: 80px;
    width: 49%;
    background: #fff;
    padding: 70px 50px;
    position: relative;
}
#contents .voices .voiceList > li:last-child{
    margin-bottom: 0;
}
#contents .voices .voiceList li .num{
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 60px;
    line-height: 1;
    transform: translate(-50%,-50%);
    color: #e21b13;
}
#contents .voices .voiceList li .inr{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#contents .voices .voiceList li .title{
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}

#contents .voices .voiceList li .image + .info,
#contents .voices .voiceList li ul + .title02{
    margin-top: 40px;
} 
#contents .voices .voiceList li .info .title02{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
}
#contents .voices .voiceList li .circle li{
    padding-left: 1em;
    position: relative;
    line-height: 1.25;
    margin-bottom: 10px;
}
#contents .voices .voiceList li .circle li:last-child{
    margin-bottom: 0;
}
#contents .voices .voiceList li .circle li::before{
    display: block;
    content: "";
    border-radius: 100px;
    width: 0.8em;
    height: 0.8em;
    background: #e21b13;
    position: absolute;
    left: 0;
    top: 0.25em;
}
#contents .voices .voiceList li .rowCommentList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#contents .voices .voiceList li .rowCommentList li{
    width: 46%;
}

#contents .voices .voiceList li ul li .title03{
    font-size: 18px;
    font-weight: bold;
    color: #e21b13;
    margin-bottom: 13px;
    line-height: 1.25;
}

#contents .voices .voiceList li .text{
    line-height: 1.45;
    font-size: 14px;
}
#contents .voices .voiceList li .columnCommentList li{
    width: 100%;
}
#contents .voices .voiceList li .columnCommentList li + li{
    margin-top: 30px;
}

#contents .voices .voiceList li:last-child{
    width: 100%;
}
#contents .voices .voiceList li:last-child .osusume{
    display: flex;
    justify-content: space-between;
}

#contents .voices .voiceList li:last-child .osusume li{
    position: relative;
    z-index: 0;
}

#contents .voices .voiceList li:last-child .osusume li.img01{
    width: 27.5%;
    margin: 0 -3.7% 0 0;
}
#contents .voices .voiceList li:last-child .osusume li.img02{
    width: 18.8%;
    margin: 11.9% -3.7% 0 0;
}
#contents .voices .voiceList li:last-child .osusume li.img03{
    width: 22%;
    margin: 1.7% -3.7% 0 0;
    z-index: 3;
}
#contents .voices .voiceList li:last-child .osusume li.img04{
    width: 27.5%;
    margin: 4.1% -3.7% 0 0;
}
#contents .voices .voiceList li:last-child .osusume li.img05{
    width: 18.8%;
    margin: 0 0 0 0;
}

/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/



/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

@media screen and (min-width:901px) {
}


/*----------------------------------------------------
	☆TOP UNDER 1200
----------------------------------------------------*/

@media screen and (max-width:1200px) {
    
    #mv{
        height: calc(55vw + 75px);
    }
    #mv .title{
        top: calc(9% + 75px);
    }
    
}

/*----------------------------------------------------
	☆TOP UNDER 1100
----------------------------------------------------*/

@media screen and (max-width:1100px) {
    
    #contents .voices .voiceList > li{
        width: 100%;
        margin: 0 auto 80px;
        max-width: 900px;
    }
    
    #contents .voices .voiceList > li .image{
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
}

/*----------------------------------------------------
	☆TOP UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {    
        
        
    #contents .talk-contents .talk .talkInr {
        padding: 80px 0 100px;
    }
    
    #contents .talk-contents .talk .titleBox .title {
        font-size: min(4.2vw,26px);
        padding: 40px 7.5%;
    }
    
    #contents .talk-contents .talk .talkInr dl dd {
        width: calc(100% - 120px);
    }
    
    
}


/*----------------------------------------------------
	☆TOP UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    #mv{
        height: 135vw;
    }
    #mv .title{
        width: 85%;
    }
    #mv .image::after{
        background-size: 160% auto !important;
        animation: slideSP 4000ms steps(1) infinite;
        height: 80vw;
    }
    #mv .title {
        top: calc(5.3% + 75px);
    }
    
    
    #contents .talk-contents .talk .talkInr {
        padding: 40px 0 60px;
    }
    #contents .talk-contents .talk .image{
        height: 200px;
    }
    #contents .talk-contents .talk .numBox .num {
        font-size: 22px;
        padding-top: 3px;
    }
    #contents .talk-contents .talk .titleBox .title {
        font-size: min(5vw, 26px);
        padding: 30px 7.5%;
    }
    #contents .talk-contents .talk .talkInr dl dt {
        width: 70px;
    }
    #contents .talk-contents .talk .talkInr dl dd {
        width: calc(100% - 10px - 70px);
        padding: 22px;
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 0.06em;
    }
    #contents .talk-contents .talk .talkInr dl dd:before {
        top: 0;
        margin-top: 12%;
    }
    
     #contents .voices .titleBox .balloon {
        width: 36%;
    }
    #contents .voices .voiceList {
        padding-top: 50px;
    }
    #contents .voices .voiceList > li{
        padding: 50px 30px;
        margin-bottom: 50px;
    }
    #contents .voices .voiceList li .num{
        font-size: 40px;
    }
    #contents .voices .voiceList li .title {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    #contents .voices .voiceList li .rowCommentList{
        flex-direction: column;
        gap: 30px;
    }
    #contents .voices .voiceList li .rowCommentList li{
        width: 100%;
    }
    #contents .voices .voiceList li ul li .title03{
        font-size: 17px;
    }
    #contents .voices .voiceList li ul li .title03 br{
        display: none;
    }
    
    #contents .voices .voiceList li:last-child .osusume{
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        max-width: 340px;
    }
    
    #contents .voices .voiceList li:last-child .osusume li.img01{
        width: 86.4%;
        margin: 0  0 -11.5% 12.9%;
    }
    #contents .voices .voiceList li:last-child .osusume li.img02{
        width: 59.3%;
        margin: 0  0 -11.5% 3%;
    }
    #contents .voices .voiceList li:last-child .osusume li.img03{
        width: 54.5%;
        margin: 0  0 -11.5% 24.2%;
        z-index: 3;
    }
    #contents .voices .voiceList li:last-child .osusume li.img04{
        width: 86.4%;
        margin: 0  0 -11.5% 0;
    }
    #contents .voices .voiceList li:last-child .osusume li.img05{
        width: 69.1%;
        margin: 0 0 0 40.3%;
    }
    
    
}

