@charset "UTF-8";

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

/*--- mv --*/
#mv{
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
}

#mv .info{
    width: 55%;
    margin-right: -5%;
    position: relative;
    z-index: 1;
    margin-top: 60px;
}
#mv .info::before,
#mv .info::after{
    content: "";
    display: block;
    position: absolute;
}

#mv .info::before{
    width: 210px;
    height: 140px;
    background: url("../images/interview/img_int_01.png") center center / contain no-repeat;
    left: 40px;
    top: -50px;
    z-index: 1;
}
#mv .info::after{
    width: 167px;
    height: 268px;
    background: url("../images/interview/img_int_02.png") center center / contain no-repeat;
    right: -40px;
    bottom: -40px;
    z-index: 1;
}

#interview.int03 #mv .info::after{    background: url("../images/interview/img_int_15.png") center center / contain no-repeat;}
#interview.int01 #mv .info::after{    background: url("../images/interview/img_int_16.png") center center / contain no-repeat;}
#interview.int04 #mv .info::after{    background: url("../images/interview/img_int_17.png") center center / contain no-repeat;}

#mv .info .inner{
    background: #00a550;
    border-radius: 0 30px 30px 0;
    color: #fff;
    padding: 120px 80px 80px;
    width: 100%;
}

#mv .info .position{
    border-radius: 100px;
    padding: 0.3em 1.5em;
    background: #ffbb33;
    border: 2px solid #000;
    font-weight: bold;
    margin-bottom: 1em;
    display: table;
    color: #000;
}

#interview.int03 #mv .info .position{ background: #adb7e8;}
#interview.int01 #mv .info .position{ background: #ffa2b5;}
#interview.int04 #mv .info .position{ background: #66dd9f;}

#mv .info .title{
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 1.1em;   
}
#mv .info .profile .position2{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}
#mv .info .profile .name{
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.3;
}
#mv .info .profile .year{
    font-size: 14px;
    opacity: 0.7;
    line-height: 1.3;
}

#mv .image{
    width: 50%;
    height: 720px;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    border-radius: 0 0 0 30px;
}

#interview.int01 #mv .image,
#interview.int04 #mv .image{
    background-position: center top;
}

/*--- status --*/

#contents .status{
    position: relative;
    border-radius: 30px;
    background: #ffb5c4;
    border: 2px solid #000;
    padding: 60px;
    margin-top: 200px;
}

#interview.int03 #contents .status{
	background: #85e4b2;
}
#interview.int04 #contents .status{
	background: #bdc5ed;
}
#interview.int01 #contents .status{
	background: #ffbb33;
}

#contents .status .deco01{
    width: 153px;
    position: absolute;
    left: -40px;
    top: -40px;
}

#contents .status .image{
    max-width: 173px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
}
#contents .status .image .fukidashi{
    position: absolute;
    width: 89%;
    right: -100px;
    top: 30px;
}

#contents .status .head04{
    margin-top: 80px;
}

#contents .status .ability{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#contents .status .ability li{
    width: 17%;
}
#contents .status .ability li .title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
#contents .status .ability li .meterbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
#contents .status .ability li .meterbox .icon{
    width: 15%;
    flex-shrink: 0;
    height: auto;
    aspect-ratio: 1 / 1;
}
#contents .status .ability li .meterbox .meter{
    width: calc(100% - 15% - 5%);
    position: relative;
    height: 0;
    padding-top: 15%;
}
#contents .status .ability li .meterbox .meter::after{
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 100 / 19.6;
    background: url("../images/interview/meter.svg") center center / contain no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#contents .status .ability li .meterbox .meter::before{
    content: "";
    display: block;
    background: #fff;
    width: 92.4%;
    aspect-ratio: 138 / 17;
    border-radius: 100px;
    position: absolute;
    z-index: 0;
    left: 3.8%;
    bottom: 0%;
    
}
#contents .status .ability li .meterbox .meter span{
    display: block;
    position: absolute;
    width: 18.8%;
    aspect-ratio: 26.77 / 12.85;
    bottom: 5%;
    background: #fff;
    z-index: 1;
    will-change: transform, opacity; 
    backface-visibility: hidden;
}
#contents .status .ability li .meterbox .meter span:nth-of-type(1){
    border-radius: 100px 0 0 100px;
    left: 3.8%;
    background: #ffaa00;
}
#contents .status .ability li .meterbox .meter span:nth-of-type(2){
    left: 22.6%;
    background: #ff8b00;
}
#contents .status .ability li .meterbox .meter span:nth-of-type(3){
    left: 41.4%;
    background: #ff6600;
}
#contents .status .ability li .meterbox .meter span:nth-of-type(4){
    left: 60.2%;
    background: #ef4206;
}
#contents .status .ability li .meterbox .meter span:nth-of-type(5){
    border-radius: 0 100px 100px 0;
    right: 3.8%;
    background: #e51600;
}
#contents .status .ability li .text{
    font-size: 14px;
    line-height: 1.75;
}

#contents .status .ability li .meterbox .meter.lv1 span:nth-of-type(n+2){ background: #fff;}
#contents .status .ability li .meterbox .meter.lv2 span:nth-of-type(n+3){ background: #fff;}
#contents .status .ability li .meterbox .meter.lv3 span:nth-of-type(n+4){ background: #fff;}
#contents .status .ability li .meterbox .meter.lv4 span:nth-of-type(n+5){ background: #fff;}


/*--- job ---*/
#contents .job {
    padding-bottom: 80px;
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}
#contents .job .inner{
    position: relative;
    padding: 0 100px;
}
#contents .job .inner::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: -1;
}

#contents .job .inner ul{
    display: flex;
    justify-content: center;
    max-width: 545px;
    width: 90%;
    margin: 0 auto 30px;;
}
#contents .job .inner ul li{
    width: 28%;
    margin: 0 2.5%;
}
#contents .job .inner ul li .image{
    max-width: 145px;
    margin: 0 auto 10px;
}
#contents .job .inner ul li .title{
    font-size: 18px;
    color: #e9651f;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}

#contents .job .deco{
    position: absolute;
}

#contents .job .deco01{
    width: 362px;
    left: -60px;
    top: 60px;
}
#contents .job .deco02{
    width: 380px;
    right: -60px;
    bottom: -120px;
}



/*--- interviewContents ---*/
#contents .interviewContents{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    max-width: 1500px;
    margin: 0 auto;
}
#contents .interviewContents .image{
    width: 45%;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
}
#contents .interviewContents .info{
    width: 47%;
    margin-top: 160px;
    position: relative;
}
#contents .interviewContents .info::before{
    content: "";
    display: block;
    border-radius: 30px 0 0 30px;
    background: #fff;
    position: absolute;
    left: calc(-120px - 10%);
    top: -80px;
    z-index: -1;
    width: calc(50vw + 120px + 10%);
    height: calc(100% + 160px);
}
#contents .interviewContents .info .chapter{
    color: #00893e;
    font-size: 12px;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
}
#contents .interviewContents .info .chapter::before{
    width: 1.2em;
    height: 1.2em;
    content: "";
    background: url(../images/interview/icon_ball.svg) center center / contain no-repeat;
    margin-right: 0.5em;
}

#contents .interviewContents:nth-last-of-type(even){
    flex-direction: row-reverse;
}
#contents .interviewContents:nth-last-of-type(even) .info::before{
    border-radius: 0 30px 30px 0;
    left: auto;
    right: calc(-120px - 10%);
}

#contents .interviewContents .info .title{
    font-size: 30px;
    font-weight: bold;
    color: #00893e;
    position: relative;
    display: table;
    margin-bottom: 30px;
    line-height: 1.5;
    padding-bottom: 20px;
}
#contents .interviewContents .info .title::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background: #00893e;
    position: absolute;
    left: 0;
    bottom: 0;
}

#contents .interviewContents .info .text{
    line-height: 2;
}


/*--- schedule ---*/
#contents .schedule{
    margin-top: 120px;
}
#contents .schedule .inner{
    max-width: 845px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
#contents .schedule .inner ul{
    width: 46%;
}
#contents .schedule .inner ul li{
    position: relative;
    padding-left: 30px;
    padding-bottom: 30px;
}
#contents .schedule .inner ul li:last-of-type{
    padding-bottom: 0;
}
#contents .schedule .inner ul li::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../images/interview/icon_ball.svg") center center / contain no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#contents .schedule .inner ul li::after{
    width: 2px;
    height: 100%;
    content: "";
    display: block;
    background: #000;
    position: absolute;
    left: 5px;
    top: 1px;
}
#contents .schedule .inner ul li .time{
    line-height: 1;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
}
#contents .schedule .inner ul li .title{
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.05em;
}
#contents .schedule .deco01{
    width:288px;
    left: calc(50% + 200px);
    top: -100px;
}

/*--- favorit ---*/
#contents .favorit{
    background: #e9651f;
    border: 2px solid #000;
    border-radius: 30px;
    position: relative;
    max-width: 1320px;
    width: 85%;
    margin: 120px auto 120px;
    padding: 0 0 0 0;
}
#contents .favorit .inner{
    background: #ffbb33;
    border: 2px solid #000;
    border-radius: 30px;
    transform: translate(-2px, 8px);
    width: calc(100% + 4px);
    padding-bottom: 130px;
	position: relative;
}
#contents .favorit .inner::before{
    content: "";
    display: block;
    width: 100%;
    border: 2px solid #000;
    border-radius: 0 0 30px 30px;
    background: url("../images/common/bg_stripe_orange.jpg") left top / 20px repeat;
    position: absolute;
    left: -2px;
    bottom: -2px;
    height: 190px;
    z-index: 0;
}
#contents .favorit .inner > .title01{
    max-width: 470px;
    margin: -40px auto 0;
}

#contents .favorit .inner .slotBox{
    width: 86%;
    background: #e9651f;
    border: 2px solid #000;
    margin: 25px auto 0;
    padding: 8px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
#contents .favorit .inner .slotBox ul{
    background: #fff;
    border: 2px solid #000;
    border-radius: 22px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 500px; 
  position: relative;
  overflow: hidden;
}
#contents .favorit .inner .slotBox ul li{
    width: 33.33%;
    position: relative;
    padding: 60px 30px;
    
  padding: 0; 
  height: 100%;
  overflow: hidden;
  min-height: 500px; 
}
#contents .favorit .inner .slotBox ul li::after{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    z-index: 2;
}
#contents .favorit .inner .slotBox ul li:last-child::after{
    display: none;
}


/* リール中のスクロールする帯（JSで生成） */
#contents .favorit .inner .slotBox ul li .reelViewport{
  position: relative;
  min-height: 500px;
  overflow: hidden;
    /*background: url("../images/interview/hazure.png") center center / 60% no-repeat;*/
}

#contents .favorit .inner .slotBox ul li .reelTrack{
  position: absolute;
  left: 0; right: 0;
  top: 0;
  will-change: transform;
    background: #fff;
}

#contents .favorit .inner .slotBox ul li .reelItem{
  /* 元のカードの余白感を再現 */
  padding: 60px 30px;
}

#contents .favorit .inner .slotBox ul li .title{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 8px 0;
}
#contents .favorit .inner .slotBox ul li .text{
    line-height: 1.75;
    font-size: 14px;
    letter-spacing: 0.02em;
}

/* 操作ボタン */
#contents .favorit .inner .slotControls{
    gap: 50px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 27px;
    transform: translateX(-50%);
    z-index: 1;
    width: 353px;
    aspect-ratio: 353 / 74;
}
/*
#contents .favorit .inner .slotControls .slotStop{
    padding: 0;
    border: none;
    width: 43px;
    background: none;
}
#contents .favorit .inner .slotControls .slotStop:disabled{
  opacity: 0.4;
  cursor: default;
}

#contents .favorit .inner .slotReplayBox {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

#contents .favorit .inner .slotReplay {
  background: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 8px 20px;
  cursor: pointer;
  font-weight: bold;
  transition: transform 0.2s;
}

#contents .favorit .inner .slotReplay:hover {
  transform: scale(1.05);
}
*/

/* 飾り */

#contents .favorit .deco01{
    width: 320px;
    position: absolute;
    top: -100px;
    right: 8px;
    z-index: 2;
}

#contents .favorit .deco02,
#contents .favorit .deco03{
    position: absolute;
    top: 280px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    z-index: 2;
    width: 3.1%;
}
#contents .favorit .deco02{
    left: 2%;
}
#contents .favorit .deco03{
    right: 2%;
}


/*--- message ---*/
#contents .message{
    position: relative;
    max-width: 960px;
    width: 85%;
    margin: 0 auto;
}
#contents .message .head01{
    margin-bottom: 100px;
}
#contents .message .inner{
    background: #00a550;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    padding: 1px 100px 60px;
    position: relative;
}
#contents .message .inner .title{
    background: #ffbb33;
    border: 2px solid #000;
    border-radius: 20px;
    box-shadow: 2px 2px 0 #e9651f;
    padding: 20px;
    font-size: 26px;
    max-width: 650px;
    position: relative;
    color: #000;
        margin: -50px auto 50px;
    text-align: center;
}
#contents .message .inner .title::before{
    width: 15px;
    height: 12px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,92%);
    background: url("../images/interview/tri_01.svg") center top / contain no-repeat;
}

#contents .message .inner .title::after{
    width: 35px;
    height: 27px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%,-100%);
    background: url("../images/interview/img_int_14.svg") center center / contain no-repeat;
}
#contents .message .deco{
    position: absolute;
    width: 300px;
    right: -170px;
    bottom: -110px;
}

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

#mv .info .inner {
    animation: clip-to-right .8s ease forwards;
}

#mv .info::after /*タイトル付近のキャラ*/{
    opacity: 0;
    animation: bounce02 1.2s ease forwards;
    animation-delay: .8s !important;
}

#mv .image{
    animation: clip-to-bottom .8s ease forwards;
}

#contents .status .ability.in li .meterbox{
    transform-origin: center bottom;
    animation: bounce 1s ease forwards;
}

#contents .status .ability li .meterbox .meter span{
    opacity: 0;
  will-change: opacity;
  backface-visibility: hidden; /* ← よく効く */
    animation-fill-mode: both;
}
#contents .status .ability.in li .meterbox .meter span{
    animation: meter 1s ease forwards;
}

@keyframes meter {
	0% { opacity: 0;}
	99% { opacity: 0;}
	100% { opacity: 1; }
}
#contents .status .ability.in li .meterbox .meter span:nth-child(2){ animation-delay: .1s;}
#contents .status .ability.in li .meterbox .meter span:nth-child(3){ animation-delay: .2s;}
#contents .status .ability.in li .meterbox .meter span:nth-child(4){ animation-delay: .3s;}
#contents .status .ability.in li .meterbox .meter span:nth-child(5){ animation-delay: .4s;}


#contents .job .inner ul li .image{
    opacity: 0;
    transform: rotateY(0deg) translate(0,75%);
}

#contents .job .inner ul.in li .image{
    animation: coin_rotation 1s ease forwards;
}

@keyframes coin_rotation {
  0% {
    transform: rotateY(0deg) translate(0,75%);
      opacity: 0;
  }
  100% {
    transform: rotateY(360deg) translate(0,0);
      opacity: 1;
  }
}

#contents .job .inner ul.in li:nth-child(1) .image{ animation-delay: .2s !important;}
#contents .job .inner ul.in li:nth-child(2) .image{ animation-delay: .4s !important;}
#contents .job .inner ul.in li:nth-child(3) .image{ animation-delay: .6s !important;}

#contents .job .inner ul li .title{
    opacity: 0;
}
#contents .job .inner ul.in li .title{
    animation: slidein 1.5s ease forwards;
}

#contents .job .inner ul.in li:nth-child(1) .title{ animation-delay: .8s !important;}
#contents .job .inner ul.in li:nth-child(2) .title{ animation-delay: 1.0s !important;}
#contents .job .inner ul.in li:nth-child(3) .title{ animation-delay: 1.2s !important;}



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

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


/*----------------------------------------------------
	☆UNDER 1680
----------------------------------------------------*/

@media screen and (max-width:1680px) {
    
    #contents .interviewContents{
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    
}
    
/*----------------------------------------------------
	☆UNDER 1200
----------------------------------------------------*/

@media screen and (max-width:1200px) {
    
    /*--- mv ---*/
    #mv .info::before {
        width: 170px;
        height: 120px;
    }
    #mv .info::after {
        width: 153px;
        height: 247px;
    }
    #mv .info .inner {
        padding: 120px 120px 80px 60px;
    }
    #mv .info .position{
        font-size: 0.8em;
    }
    #mv .info .title {
        font-size: 30px;
    }
    #mv .info .profile .position2{
        font-size: 12px;
    }
    #mv .info .profile .name{
        font-size: 18px;
    }
    #mv .info .profile .year{
        font-size: 12px;
    }
    
    /*--- status ---*/
    #contents .status .deco01 {
        width: 120px;
    }
    #contents .status .ability li .text {
        font-size: 12px;
    }
    #contents .status .ability li .title {
        font-size: 18px;
        margin-bottom: 7px;
    }
    
    /*--- job ---*/
    #contents .job .deco01,
    #contents .job .deco02{
        width: min(300px,26vw);
    }
    
    /*--- interviewContents ---*/
    #contents .interviewContents{
        flex-direction: column !important;
    }
    #contents .interviewContents .image {
        width: 85%;
        height: 35vw;
        margin: 0 auto;
        border-radius: 25px;
    }
	
	#interview.int01 #contents .interviewContents:nth-child(2 of .interviewContents) .image {
		background-position: center top;
	}
    #contents .interviewContents .info {
        width: 85%;
        max-width: 850px;
        margin: 0 auto;   
        padding: 60px 0;
    }
    #contents .interviewContents .info::before,
    #contents .interviewContents:nth-last-of-type(even) .info::before{
        border-radius: 25px;
        left: 50%;
        transform: translateX(-50%);
        top: -80px;
        width: 90vw;
        height: calc(100% + 100px);
    }
    #contents .interviewContents .info br.pc{
        display: none;
    }
    #contents .interviewContents .info .chapter {
        margin: 0 auto 15px;
        width: fit-content;
        flex-direction: column-reverse;
    }
    #contents .interviewContents .info .chapter::before{
        margin: 10px 0 0 0;
    }
    #contents .interviewContents .info .title{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    #contents .interviewContents:nth-child(2 of .interviewContents){
        padding-top: 0;
    }
    
    /*--- schedule ---*/
    #contents .schedule .deco01 {
        width: 220px;
    }
    #contents .schedule .inner ul li .title {
        font-size: 16px;
    }
    
    /*--- favorit ---*/
    #contents .favorit .deco01 {
        width: 250px;
    }
    
    /*--- title ---*/
    #contents .message .inner .title {
        font-size: 24px;
    }
    #contents .message .deco {
        width: 240px;
        right: -100px;
        bottom: -80px;
    }
}

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

@media screen and (max-width:900px) {    
    
    /*--- mv ---*/
    #mv {
        flex-direction: column-reverse;
    }
    #mv .image {
        width: 100%;
        height: max(70vw, 360px);
        border-radius: 0;
        margin-top: 14px;
    }
    #mv .info{
        width: 100%;
        margin: 0;
    }
    #mv .info .inner{
        border-radius: 0;
        padding: 60px;
    }
    #mv .info::before {
        width: min(22vw, 160px);
        aspect-ratio: 1 / 0.8;
        height: auto;
        left: 10px;
    }
    #mv .info::after {
        width: min(20vw, 150px);
        aspect-ratio: 1 / 1.5;
        height: auto;
        right: 0px;
    }
    
    /*--- status ---*/
    #contents .status {
        border-radius: 20px;
        padding: 40px;
        margin-top: 150px;
    }
    #contents .status .image {
        max-width: 130px;
    }
    #contents .status .deco01 {
        width: 100px;
        left: -20px;
    }
    #contents .status .ability {
        justify-content: center;
        gap: 30px;
    }
    #contents .status .ability li {
        width: calc((100% - 60px) / 3);
    }
    #contents .status .ability li .text {
        letter-spacing: 0.05em;
    }
    
    /*--- job ---*/
    #contents .job .inner::before {
        height: 92%;
    }
    #contents .job .inner {
        padding: 0 60px;
    }
    #contents .job .inner ul {
        width: 80%;
    }
    #contents .job .inner ul li .title {
        font-size: 15px;
    }
    #contents .job .deco02 {
        bottom: -80px;
    }
    
    /*--- interviewContents ---*/
    #contents .interviewContents .image {
        height: max(35vw, 280px);
        border-radius: 20px;
    }
    #contents .interviewContents .info .title {
        font-size: 24px;
    }
    
    /*--- schedule ---*/
    #contents .schedule {
        margin-top: 40px;
        padding: 80px 0;
    }
    #contents .schedule .deco01 {
        width: 190px;
        left: calc(50% + 130px);
        top: -80px;
    }
    
    /*--- favorit ---*/
    #contents .favorit .inner > .title01 {
        width: 60%;
    }
	#contents .favorit .deco01 {
        width: 210px;
        top: -133px;
        right: -30px;
    }
    
    #contents .favorit .inner .slotBox ul{
		height: auto;
		min-height: auto;
	}
	
	#contents .favorit .inner .slotBox ul li{
		width: 100%;
		padding: 30px;
		height: auto;
		min-height: auto;
	}
	#contents .favorit .inner .slotBox ul li::after {
		width: 100%;
		height: 2px;
		top: auto;
		bottom: 0;
	}
    #contents .favorit .inner .slotBox ul li .image{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
	#contents .favorit .inner .slotBox ul li .title {
    	font-size: 16px;
	}
	#contents .favorit .inner .slotBox ul li .text {
    	font-size: 14px;
		letter-spacing: 0.02em;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
	}
	#contents .favorit .deco02, #contents .favorit .deco03{
		display: none;
	}
	#contents .favorit .inner .slotControls {
		display: none;
	}
    #contents .favorit .inner .slotReplayBox{
        display: none;
    }
    
    /*--- message ---*/
    #contents .message {
        padding-bottom: 120px;
    }
    #contents .message .inner {
        padding: 1px 60px 60px;
    }
    #contents .message .deco {
        width: 210px;
        right: -60px;
        bottom: -120px;
    }
    
}


/*----------------------------------------------------
	☆UNDER 800
----------------------------------------------------*/

@media screen and (max-width:800px) {
    
    /*--- status ---*/
    #contents .favorit .inner .slotBox ul li{
        padding: 40px 20px;
    }
    
}

/*----------------------------------------------------
	☆UNDER 750
----------------------------------------------------*/

@media screen and (max-width:750px) {
    
    /*--- status ---*/
    #contents .status .ability li {
        width: calc((100% - 30px) / 2);
    }
    
}

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

@media screen and (max-width:600px) {
    
    /*--- mv ---*/
    #mv {
        padding: 0 14px;
    }
    #mv .info::before {
        width: min(30vw, 127px);
    }
    #mv .info .inner {
        padding: 50px 30px 60px;
    }
    #mv .info .title {
        font-size: 24px;
    }
    
    /*--- status ---*/
    #contents .status {
        border-radius: 15px;
        padding: 30px 30px 50px;
        margin-top: 120px;
    }
    #contents .status .image .fukidashi {
        width: 89%;
        right: -74px;
        top: 22px;
    }
    #contents .status .deco01 {
        width: 85px;
        left: -9px;
    }
    #contents .status .ability li{
        width: 100%;
    }
    #contents .status .ability li .title {
        font-size: 16px;
    }
    #contents .status .ability li .text{
        font-size: 13px;
    }
    
    /*--- job ---*/
    #contents .job .inner {
        padding: 0 30px 50px;
    }
    #contents .job .inner ul{
        width: 100%;
    }
    #contents .job .inner ul li .title {
        font-size: 12px;
        letter-spacing: 0.02em;
        line-height: 1.3;
    }
    #contents .job .inner::before {
        border-radius: 15px;
        top: 40px;
    }
    #contents .job .inner ul{
        gap: 5%;
    }
    #contents .job .inner ul li{
        width: calc((100% - 10%) / 3);
        margin: 0;
    }
    #contents .job .deco01 {
        width: 115px;
        left: -20px;
        top: -41px;
    }
    
    #contents .job .deco02 {
        bottom: 10px;
        width: 150px;
        right: 0;
    }
    
    /*--- interviewContents ---*/
    #contents .interviewContents{
        padding-top: 0;
    }
    #contents .interviewContents .info::before,
    #contents .interviewContents:nth-last-of-type(even) .info::before {
        border-radius: 15px;
        width: 87vw;
        height: calc(100% + 80px);
    }
    #contents .interviewContents .info .title {
        font-size: 22px;
    }
    #contents .interviewContents .info {
        padding: 30px 0 50px;
    }
    
    /*--- schedule ---*/
	#contents .schedule .head01{
		padding-left: 20px;
		padding-right: 20px;
	}
	#contents .schedule .inner{
		flex-direction: column;
	}
	#contents .schedule .inner ul{
		width: 100%;
	}
	#contents .schedule .inner ul:first-of-type li:last-of-type{
		padding-bottom: 30px;
	}
	#contents .schedule .deco01 {
        width: 140px;
        left: calc(50% + 55px);
    }
	
    /*--- favorit ---*/
	#contents .favorit {
		border-radius: 20px;
        margin-bottom: 70px;
	}
	#contents .favorit .deco01 {
        width: 160px;
        right: -30px;
        top: -124px;
    }
	
	#contents .favorit .inner {
		border-radius: 20px;
		padding-bottom: 40px;
	}
	#contents .favorit .inner::before{
		border-radius: 0 0 20px 20px;
	}
	#contents .favorit .inner > .title01 {
		width: 80%;
		margin: -6vw auto 0;
		z-index: 2;
		position: relative;
	}
	
	
	
    
	
    /*--- message ---*/
	#contents .section.message {
		padding-bottom: 80px;
	}
	#contents .message .head01 {
		margin-bottom: 70px;
	}	
	#contents .message .inner {
        padding: 1px 30px 40px;
		border-radius: 20px;
    }
	#contents .message .inner .title {
        font-size: 18px;
		letter-spacing: 0.03em;
		padding: 20px 10px;
		margin-bottom: 30px;
    }
	#contents .message .deco {
        width: 150px;
        right: -20px;
        bottom: -80px;
    }
	
}

