.ftrWrapColor{
    background-color: #051d39;
}

.credit{
    background-image: url(../images/credit_background.jpg);
    background-size: cover;
    padding-top: 362px;
    padding-bottom: 318px;
}
.credit .side_gra_text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 826px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.credit .side_gra_text .gra_white{
    width: 20%;
    height: 4px;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.credit .gra_white:first-child{
    transform: rotate(180deg);
}
.credit .side_gra_text p{
    width: 50%;
    font-size: 72px;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.slide_wrap{
    animation: 10s linear infinite scroll-left;
    margin-top: 31px;
    margin-bottom: 146px;
}
@keyframes scroll-left{
	0%{margin-left: 100%;}
	100%{margin-left: -100%;}
}
.slide_text{
    object-fit: contain; 
    -webkit-text-stroke: 1px #fff; 
    color: transparent; 
    white-space: nowrap; 
    font-size: 170px;
    font-weight: bold;
    font-style: italic;
    overflow: hidden;
	text-shadow: none;
}
@media(max-width:992px){
    .credit{
        padding-top: 100px;
    }
    .credit .ttl{
        padding-left: 40px !important;
    }
    .credit .side_gra_text{
        width: calc(100% - 30px);
    }
    .credit .side_gra_text p{
        font-size: 48px;
    }
    .slide_wrap{
        animation: 7s linear infinite scroll-left;
    }
    .slide_text{
        font-size: 70px;
    }
}
@media (max-width: 400px){
    .credit .side_gra_text p {
        font-size: 36px;
    }
}


.credit .ttl{
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding-left: 93px;
}
.credit .ttl_bar{
    margin-bottom: 60px;
}
.team_wrap{
    position: relative;
}
.team{
    max-width: 1305px;
    padding: 0 15px;
    margin: 0 auto;
    padding-bottom: 250px;
}
.team .team_img{
    position: absolute;
    top: 30px;
    padding: 0 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.team .team_img img{
    width: 80%;
}
.team .team-info{
    position: absolute;
    bottom: 16px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.team .team-info p{
    text-align: center;
    font-style: italic;
}
.team .team-info p:first-child{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.team .team-info p:last-child{
    font-size: 16px;
    color: #00fbff;
}
.team .flex-4{
    width: 25%;
    margin-right: 0;
    position: relative;
}
.team_wrap .img1{
    position: absolute;
    top: -84px;
    left: 0;
}
.team_wrap .img2{
    position: absolute;
    bottom: -260px;
    right: 0;
}

@media(max-width:1280px){
    .team .team-info p:first-child{
        font-size: 20px;
    }
    .team .team-info{
        bottom: 14px;
    }
}
@media(max-width:1040px){
    .credit{
        padding-bottom: 150px;
    }
    .team{
        padding-bottom: 100px;
    }
    .team .team-info{
        bottom: 14px;
    }
    .team .flex-4{
        width: 33.33%;
    }
    .team_wrap .img2{
        bottom: 0;
    }
    .team_wrap .img2 img{
        height: 300px;
    }
}
@media(max-width:820px){
    .team .team-info{
        bottom: 18px;
    }
    .team .flex-4{
        width: 50%;
    }
    .team_wrap .img2{
        bottom: -30px;
    }
    .team_wrap .img2 img{
        height: 100px;
    }
}
@media(max-width:620px){
    .team .team-info p:first-child{
        font-size: 18px;
    }
    .team .team-info{
        bottom: 12px;
    }
}
@media(max-width:520px){
    .team .team-info p:first-child{
        font-size: 16px;
    }
    .team .team-info p:last-child{
        font-size: 14px;
    }
    .team .team-info{
        bottom: 8px;
    }
}
@media(max-width:440px){
    .team .team-info p:first-child{
        font-size: 14px;
    }
    .team .team-info p:last-child{
        font-size: 12px;
    }
    .team .team-info{
        bottom: 6px;
    }
}

.thanks_to{
    max-width: 1305px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.thanks_to .flex-4{
    position: relative;
    width: calc(100% / 4 - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}
.thanks_to .flex-4 .cont{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    font-style: italic;
    text-align: center;
	white-space: nowrap;
}
.thanks_to .flex-4 .cont p:first-child{
    font-size: 24px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: bold;
    color: #fff;
}
.thanks_to .flex-4 .cont p:last-child{
    font-size: 16px;
    color: #00fbff;
}
@media(max-width:1180px){
    .thanks_to .flex-4 .cont p:first-child{
        font-size: 20px;
    }
    .thanks_to .flex-4 .cont p:last-child{
        font-size: 14px;
    }
}
@media(max-width:992px){
    .thanks_to .flex-4{
        width: calc(33.33% - 30px);
    }
    .thanks_to .ttl_bar {
        width: calc(100% - 30px);
    }
}
@media(max-width:780px){
    .thanks_to .flex-4 .cont p:first-child{
        font-size: 16px;
    }
    .thanks_to .flex-4 .cont p:last-child{
        font-size: 14px;
    }
}
@media(max-width:600px){
    .thanks_to .flex-4{
        width: calc(50% - 30px);
    }
}
@media(max-width:500px){
    .thanks_to .flex-4 .cont p:first-child{
        font-size: 16px;
    }
    .thanks_to .flex-4 .cont p:last-child{
        font-size: 14px;
    }
}
@media(max-width:400px){
    .thanks_to .flex-4{
        width: 100%;
    }
    .thanks_to .flex-4 .cont p:first-child{
        font-size: 18px;
    }
    .thanks_to .flex-4 .cont p:last-child{
        font-size: 14px;
    }
}