












.front{
width: 100%;
}
.front-section-ttl{
font-size: 63px;
}
.section-read{
margin: 0 0 44px;
}
.section-btn-box{
width: 510px;
}
.section-btn-box a{
display: block;
line-height: 76px;
font-size: 20px;
position: relative;
}


.hero{
width: 100%;
max-width: 1400px;
position: relative;
margin: 0 auto 100px;
top: -30px;
}

.hero-bg-slider{
width: calc(76.6666% + 40px);
max-width: 1200px;
position: absolute;
margin: 0 auto;
overflow: hidden;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
border-radius: 50px;
}


.hero-slider{
width: calc(76.6666% + 40px);
max-width: 1200px;
position: relative;
top: 0;
left: 0;
right: 0;
margin: auto;
z-index: 5;
}

.hero-bg-slider .swiper-slide,
.hero-slider .swiper-slide{

}
.hero-bg-slider .swiper-slide img{
border-radius: 50px;
}
.hero-oj01{
position: absolute;
left: 2.16%;
top: 12.3%;
width: 23.66%;
z-index: 10;
}
.hero-oj02{
position: absolute;
right: 3.16%;
bottom: -2.6%;
width: 21.5%;
z-index: 10;
}
.hero h1{
position: absolute;
left: 6.5%;
bottom: 4%;
width: 27%;
z-index: 10;
}



.scroll-container {
display: flex;
overflow: hidden;
width: 100%;
white-space: nowrap;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.scroll-content {
display: flex;
animation: scroll 25s linear infinite;
}
.scroll-content img {
width: 1800px;
}
.scroll-content .item img {
width: 100%;
}
@keyframes scroll {
0% {transform: translateX(0);}
100% {transform: translateX(-100%);}
}



.message{
background: #FEDC42;
width: 100%;
max-width: 1400px;
margin: 0 auto;
overflow: hidden;
border-radius: 30px;
}
.message-sec-ttl{
font-size: 36px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
writing-mode: vertical-rl;
}

.message-inner{
max-width: 1064px;
margin: 0 auto;
display: flex;
justify-content: space-between;
position: relative;
}
.message-pr{
width: 7%;
padding: 70px 0 0;
}
.message-sd{
width: 50%;
padding: 100px 0 100px;
}
.message-td{
width: 43%;
display: flex;
justify-content: space-between;
}


.m-scroll-container-wrap {
width: 43%;
position: absolute;
top: 0;
right: 0;
overflow: hidden;
display: flex;
justify-content: space-between;
}
.m-scroll-container {
display: flex;
overflow: hidden;
width: 48.5%;
height: 100%;
white-space: nowrap;
flex-direction: column;
}
.m-scroll-content {
display: flex;
animation: m-scroll 30s linear infinite;
}
.m-scroll-content2 {
display: flex;
animation: m-scroll2 30s linear infinite;
}
.m-scroll-content img,
.m-scroll-content2 img {
width: 100%;
height: auto;
}
@keyframes m-scroll {
0% {transform: translateY(-100%);}
100% {transform: translateY(0);}
}
@keyframes m-scroll2 {
0% {transform: translateY(0);}
100% {transform: translateY(-100%);}
}





.surprise{
max-width: 1300px;
margin: 0 auto;
padding: 120px 0 140px;
}
.surprise-ttl{
width: 800px;
margin: 0 auto 50px;
}
.surprise .swiper-slide img{
transform: scale(0.6);
filter: blur(8px);
transition: transform 1s,filter 0.8s;
}
.surprise .swiper-slide-active img{
transform: scale(1);
filter: blur(0);
}
.surprise .surprise-btn{
opacity: 0;
transition: opacity 0.6s 0.2s;
}
.surprise .swiper-slide-active .surprise-btn{
opacity: 1;
}
.surprise .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: 0;
    display: block;
    background: #ff6600;
    transform: translateY(-70px);
}
.swiper-button-next:after, .swiper-button-prev:after {
display: none;
}
.surprise .swiper-button-prev {
left: 20%;
background: url("../images/slide-prev.svg") no-repeat;
background-size: 100%;
}
.surprise .swiper-button-next {
right: 20%;
background: url("../images/slide-next.svg") no-repeat;
background-size: 100%;
}
.surprise-btn{
width: 160px;
margin: 0 auto;
display: block;
line-height: 45px;
color: #fff;
text-align: center;
font-family: "Montserrat", sans-serif;
font-weight: 700;
position: relative;
background: #003894;
border-radius: 100px;
}
.surprise-btn::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 7px;
    content: '';
    background: url(../images/arrow-w-small.svg) no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
}
.surprise-btn a{
display: block;
line-height: 45px;
color: #fff;
text-align: center;
font-family: "Montserrat", sans-serif;
font-weight: 700;
position: relative;
background: #003894;
border-radius: 100px;
}


.about{
max-width: 1400px;
margin: 0 auto;
border-radius: 30px;
overflow: hidden;
background: url(../images/front-about-bg.jpg) no-repeat center bottom;
background-size: 100% auto;
}
.about-inner,
.support-inner,
.person-inner{
width: 92%;
max-width: 980px;
margin: 0 auto;
padding: 90px 0 70px;
}

.section-btn-box a{
border-bottom: 1px solid #fff;
}
.section-btn-box a.inside::after,
.recruit a::after{
position: absolute;
top: 50%;
right: 18px;
width: 30px;
height: 30px;
content: '';
background: url(../images/icon-btn-arrow.svg) no-repeat center bottom;
background-size: 100% auto;
transform: translateY(-50%);
transition: right 0.4s;
}
.section-btn-box a.blank::after{
position: absolute;
top: 50%;
right: 24px;
width: 18px;
height: 18px;
content: '';
background: url(../images/icon-btn-bloank.svg) no-repeat center bottom;
background-size: 100% auto;
transform: translateY(-50%);
transition: right 0.4s;
opacity: 1!important;
}
.section-btn-box a.inside:hover::after,
.section-btn-box a.blank:hover::after,
.recruit a:hover::after{
right: 0;
}


.numbers{
width: 92%;
max-width: 1200px;
margin: 0 auto;
padding: 110px 0 140px;
}
.numners-section-ttl{
width: fit-content;
font-size: 20px;
padding: 0 34px;
background: #fff;
line-height: 1;
transform: translateY(50%) translateX(24px);
}
.numners-section-ttl span{
font-size: 49px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
padding: 0 28px 0 0;
}
.numbers-cont{
display: flex;
flex-wrap: wrap;
padding: 30px 34px 0;
border: 2px solid #42210B;
}
.numbers-once{
width: 33.3333%;
padding: 40px 0;
}
.numbers-once-inner{
height: 100%;
padding: 0 24px;
border-right: 1px solid #C69C6D;
}
.numbers-once img{
width: 150px;
display: block;
margin: 0 auto;
padding: 10px 0;
}
.numbers-once:nth-child(1),
.numbers-once:nth-child(2),
.numbers-once:nth-child(3){
border-bottom: 1px solid #C69C6D;
}
.numbers-once:nth-child(3) .numbers-once-inner,
.numbers-once:nth-child(6) .numbers-once-inner{
border-right: none;
}
.numbers-once-ttl{
width: 220px;
background: #FEDC42;
font-size: 20px;
line-height: 40px;
text-align: center;
border-radius: 100px;
margin: 0 0 18px;
}


.numbers-once .main-num{
text-align: center;
font-size: 30px;
height: 70px;
line-height: 72px;
letter-spacing: 0.12em;
}
.numbers-once span{
font-size: 73px;
font-family: "Montserrat", sans-serif;
font-weight: 600;
position: relative;
top: 2px;
}
.numbers-once .main-num-sub{
text-align: center;
font-size: 30px;
line-height: 1.4;
}
.numbers-once p{
font-size: 12px;
text-align: center;
line-height: 1.5;
}

.support{
max-width: 1400px;
margin: 0 auto;
border-radius: 30px;
overflow: hidden;
background: url(../images/front-support-bg.jpg) no-repeat center bottom;
background-size: 100% auto;
}
.support .front-section-ttl,
.support .section-read,
.support .section-btn-box a{
color: #fff;
}
.support .section-btn-box a.blank::after{
background: url(../images/icon-btn-bloank-w.svg) no-repeat center bottom;
background-size: 100% auto;
}




.work{
max-width: 1400px;
margin: 0 auto;
}
.work-inner{
padding: 120px 0 120px;
}
.work-section-ttl{
text-align: center;
font-size: 20px;
line-height: 1.3;
margin: 0 0 24px;
}
.work-section-ttl span{
text-align: center;
font-size: 78px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
display: inline-block;
line-height: 1.1;
}




.work-ex{
width: 92%;
max-width: 980px;
text-align: center;
margin: 0 auto 38px;
}
.work-slider{

}

.work-slider-ttl{
font-size: 26px;
padding: 28px 0 14px;
}
.work-slider-ttl::after{
position: relative;
top: 5px;
display: inline-block;
content: '';
width: 30px;
height: 30px;
background: url(../images/icon-btn-arrow.svg) no-repeat center bottom;
background-size: 100% auto;
margin: 0 0 0 24px;
left: 0;
transition: left 0.4s;
}

.work-slider a:hover .work-slider-ttl::after{
left:18px;
}



.work .swiper-slide img{
transform: scale(0.7);
transition: transform .8s;
}
.work .swiper-slide-active img{
transform: scale(1);
}
.work .work-slider-ttl,
.work .work-slider p{
opacity: 0;
transition: opacity 0.6s 0.2s;
}
.work .swiper-slide-active .work-slider-ttl,
.work .swiper-slide-active p{
opacity: 1;
}
.work .swiper-button-next,.work .swiper-button-prev {
    position: absolute;
    top: 32%;
    width: 50px;
    height: 50px;
    margin-top: 0;
    display: block;
    background: #ff6600;
    transform: translateY(0);
}
.swiper-button-next:after, .swiper-button-prev:after {
display: none;
}
.work .swiper-button-prev {
left: 15%;
background: url("../images/slide-prev.svg") no-repeat;
background-size: 100%;
}
.work .swiper-button-next {
right: 15%;
background: url("../images/slide-next.svg") no-repeat;
background-size: 100%;
}








.person{
max-width: 1400px;
margin: 0 auto;
border-radius: 30px;
overflow: hidden;
background: #FEDC42;
}

.person-cont{
position: relative;
}

.person-slider-wrap{
width: 100%;
position: relative;
left: 37%;
padding: 0 0 34px;
}
.person-slider{
width: 100%;
position: relative;
border-radius: 30px;
overflow: hidden;
}
.person-slider .swiper-slide img{
border-radius: 30px;
}
.person-slider .slick-list {
border-radius: 34px;
overflow: hidden;
}
.person-slide{
margin: 0 36px 0 0;
}
.person-slide a{
display: block;
position: relative;
}
.person-slide a::after{
content: '';
position: absolute;
bottom: 24px;
right: 24px;
width: 40px;
height: 40px;
background: url("../images/btn-circle-w.svg") no-repeat;
background-size: 100%;
transition: right 0.4s;
}
.person-slide a:hover::after{
right: 10px;
}




.person-slider-wrap .swiper-pagination {
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    text-align: left;
}
.person-slider-wrap .swiper-pagination-bullet{
background: #fff;
opacity: 1;
margin: 0 6px!important;
}
.person-slider-wrap .swiper-pagination-bullet-active {
    background: #003894;
}

.person-slider-wrap .swiper-button-prev {
    left: 540px;
    background: url(../images/slide-prev.svg) no-repeat;
    background-size: 100%;
    top: -74px;
}
.person-slider-wrap .swiper-button-next {
right: auto;
    left: 610px;
    background: url(../images/slide-next.svg) no-repeat;
    background-size: 100%;
    top: -74px;
}
.person-slider-wrap .swiper-button-next, 
.person-slider-wrap .swiper-button-prev {
    width: 50px;
    height: 50px;
    transform: translateY(0);
    margin: 0;
}




.person-detail-slider{
position: absolute;
width: 35%;
left: 0;
bottom: 20px;
}
.person-detail{
padding: 0 0 20px;
}
.person-detail a{
display: block;
}
.person-detail-catch{
min-height: 150px;
}
.person-detail-catch p{
font-size: 24px;
display: inline-block;
background: #fff;
margin: 0 0 8px;
padding: 0 4px 2px 8px; 
border: 1px solid #42210B; 
line-height: 1.5;
}
.person-detail .spec{
line-height: 1.6;
}
.person-detail .spec span{
font-size: 20px;
display: inline-block;
line-height: 2.2;
}




.recruit{
max-width: 980px;
margin: 0 auto;
padding: 120px 0 150px;
}

.recruit li a{
width: 100%;
padding: 30px 0;
position: relative;
display: flex;
align-items: center;
font-size: 26px;
border-bottom: 1px solid #C69C6D;
}
.recruit li a img{
width: 198px;
margin: 0 44px 0 0;
}





.surprise-modal {
display: none;
background: #fff;
border-radius: 30px;
padding: 6% 8%;
}



.surprise-modal p{
min-height: 156px;
font-weight: 700;
padding: 20px 0 0;
border-top: 1px solid #003894;
}

.surprise-modal-cont-box{
margin: 0 0 20px;
}
.surprise-modal-cont-pr{
padding: 0 0 0;
}
.surprise-modal-cont-num{
display: inline-block;
background: #E60013;
color: #fff;
font-weight: 700;
font-size: 17px;
line-height: 1.6;
padding: 0 8px 2px;
position: relative;
top: -2px;
}
.surprise-modal .cat{
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 1.3;
display: inline-block;
padding: 0 0 0 14px;
}
.surprise-modal-cont-ttl{
min-height: 114px;
font-weight: 700;
font-size: 38px;
line-height: 1.5;
margin: 14px 0 0;
}
.surprise-modal-cont-img{
display: flex;
align-items: center;
}
.surprise-modal-close-box{
position: absolute;
width: 40px;
top: 20px;
right: 30px;
height: 40px;
font-size: 36px;
font-weight: 700;
color: #003894;
text-align: center;
line-height: 40px;
}
.wt1{
width: 27.8%;
}
.wt2{
width: 43%;
}
.wt3{
width: 37%;
}
.wt4{
width: 26.8%;
}





.person-slider .slick-dots {
    bottom: -24px;
    display: block;
    list-style: none;
    text-align: left;
    left: 0;
}
.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    padding: 0 0;
    cursor: pointer;
    letter-spacing: 0;
}
.person-slider .slick-prev {
    top: -50px;
    left: 40%;
}
.person-slider .slick-next {
    top: -50px;
    left: calc(40% + 70px);
    right: auto;
}



.about-ex-slider .slick-dots {
bottom: -70px;
}
.person-slider .slick-dots li.slick-active button:before {
background: #003894;
}
.about-ex-slider .slick-dots li.slick-active button:before {
background: #ffd84a;
}




.swiper-slide a{
display: block;
pointer-events: none;
}
.swiper-slide.swiper-slide-active a{
pointer-events: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (max-width: 767px) { 

.front main {
    padding:0 0;
}

.hero {
    margin: 0 auto 64vw;
    top: 10px;
}

.hero-slider,
.hero-bg-slider{
width: 92%;
}
.hero-bg-slider {
    border-radius: 20px;
}
.hero-bg-slider .swiper-slide img{
border-radius: 20px;
}
.hero-bg-slider .slick-slide, .hero-slider .slick-slide {
    margin: 0 10px;
    overflow: hidden;
}
.hero-bg-slider .slick-slide img, .hero-slider .slick-slide img {
 position: relative;
 width: 150%;
 left: -25%;
}
.hero-oj01 {
    left: -2%;
    top: 2%;
    width: 34%;
}
.hero-oj02 {
    right: 1%;
    bottom: -20%;
    width: 38%;
}
.scroll-content {
    animation: scroll 18s linear infinite;
}
.scroll-content img {
    width: 900px;
}
.hero h1 {
    left: 4%;
    bottom: -40vw;
    width: 80%;
    z-index: 10;
}


.front-section-ttl {
    font-size: 36px;
}
.section-read {
    margin: 0 0 34px;
    font-weight: 700;
    padding: 16px 0 0;
}
.section-btn-box {
    width: 100%;
}
.section-btn-box a {
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
}





.message {
    border-radius: 20px;
    padding: 0 0 60px;
}
.message-pr {
    margin: 0 auto;
    padding: 40px 6% 20px;
}
.message-sec-ttl {
    font-size: 36px;
    writing-mode: horizontal-tb;
}
.message-sd {
    padding: 0 6% 40px;
    font-weight: 700;
}

.m-scroll-container-wrap {
width: 100%;
position: relative;
top: 0;
right: 0;
overflow: hidden;
display: block;
}
.m-scroll-container {
display: flex;
overflow: hidden;
width: 100%;
height: auto;
white-space: nowrap;
flex-direction: row;
flex-shrink: 0;
}
.m-scroll-container:nth-child(1) {
margin: 0 0 14px;
}
.m-scroll-content {
width: 140%;
display: flex;
animation: m-scroll 18s linear infinite;
flex-shrink: 0;
}
.m-scroll-content2 {
width: 140%;
display: flex;
animation: m-scroll2 18s linear infinite;
flex-shrink: 0;
}
.m-scroll-content img,
.m-scroll-content2 img {
width: 100%;
height: auto;
}
@keyframes m-scroll {
0% {transform: translateX(-100%);}
100% {transform: translateX(0);}
}
@keyframes m-scroll2 {
0% {transform: translateX(0);}
100% {transform: translateX(-100%);}
}





.about {
    margin: 0 auto;
    border-radius: 20px;
    background: url(../images/front-about-bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
}
.about-inner, .support-inner {
    width: 88%;
    margin: 0 auto;
    padding: 50px 0 340px;
}







.surprise {
width: 100%;
    margin: 0 auto;
    padding: 60px 0 60px;
}
.surprise-ttl {
    width: 88%;
    margin: 0 auto 40px;
}
.surprise-slider .swiper-slide {
padding: 0 12%;
}
.surprise-slider .swiper-slide a {
}
.surprise .swiper-button-prev {
    left: 2%;
}
.surprise .swiper-button-next {
    right: 2%;
}
.surprise .swiper-button-next, .surprise .swiper-button-prev {
    width: 40px;
    height: 40px;
    transform: translateY(-70px);
}
.surprise-btn {
    width: 130px;
    line-height: 38px;
}




.numbers {
    width: 88%;
    margin: 0 auto;
    padding: 50px 0 70px;
}


.numners-section-ttl span {
display: block;
    font-size: 36px;
    padding: 0 0 0;
}
.numners-section-ttl {
    width: fit-content;
    font-size: 20px;
    padding: 0 18px;
    margin: 0 auto;
    transform: translateY(50%) translateX(0);
    line-height: 1.3;
    text-align: center;
}
.numbers-cont {
    display: block;
    padding: 50px 5% 20px;
    border: 1px solid #42210B;
}
.numbers-once {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #C69C6D;
}
.numbers-once:last-child {
    border-bottom: none;
}
.numbers-once-inner {
    height: auto;
    padding: 0;
    border-right: none;
}
.numbers-once-ttl {
    width: 220px;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin: 0 auto ;
}

.numbers-once .main-num {
    text-align: center;
    font-size: 20px;
    height: auto;
    line-height: 54px;
    letter-spacing: 0.12em;
    font-weight: 700;
}
.numbers-once span {
    font-size: 54px;
    font-weight: 700;
    top: 2px;
}
.numbers-once .main-num-sub {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.numbers-once img {
    width: 150px;
    padding: 10px 0 0;
}

.support {
    border-radius: 20px;
    background: url(../images/front-support-bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
}


.work-inner {
    padding: 60px 0 60px;
}
.work-section-ttl {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 24px;
}
.work-section-ttl span {
    font-size: 50px;
    display: inline-block;
    line-height: 1.1;
}
.work-ex {
    width: 88%;
    text-align: left;
    margin: 0 auto 30px;
    font-weight: 700;
}

.work-slider .swiper-slide {
padding: 0 calc(2% + 20px) ;
}
.work-slider .swiper-button-prev {
    left: 2%;
}
.work-slider .swiper-button-next {
    right: 2%;
}
.work-slider .swiper-button-next, 
.work-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
}
.work .swiper-button-next, .work .swiper-button-prev {
    top: 22.8vw;
}
.work-slider-ttl {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0 12px;
}
.work-slider-ttl::after {
    top: 5px;
    width: 24px;
    height: 24px;
    margin: 0 0 0 14px;
}

.person {
    border-radius: 20px;
}
.person-inner {
    width: 88%;
    padding: 50px 0 10px;
}


.person-slider{
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 0 0;
    border-radius: 20px;
}
.person-slider .swiper-slide img {
    border-radius: 20px;
}
.person-slide {
    margin: 0;
}

.person-detail-slider {
    position: relative;
    width: 94%;
    left: 0;
    bottom: 0;
    margin: 0 auto;
}
.person-detail-catch p {
    font-size: 20px;
    margin: 0 0 4px;
    padding: 0 4px 2px 8px;
}

.person-detail-catch {
    min-height: auto;
}

    .work-slider .swiper-slide {
        padding: 0 calc(2% + 20px);
    }


.person-slider-wrap {
    width: 94%;
    position: relative;
    left: 0;
    margin: 0 auto;
    padding: 20px 0 20px;
}
.person-slider-wrap .swiper-button-prev {
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.person-slider-wrap .swiper-button-next {
    left: auto;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.person-slider-wrap .swiper-button-next, .person-slider-wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin: 0;
}
.person-slide a::after {
    bottom: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
}



.recruit {
width: 88%;
    margin: 0 auto;
    padding: 60px 0 80px;
}
.recruit ul{
padding: 20px 0 0;
}
.recruit li a {
    width: 100%;
    padding: 20px 0;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #C69C6D;
}
.recruit li a img {
    width: 70%;
    margin: 0 30% 12px 0;
}




.surprise-modal {
    border-radius: 20px;
    padding: 10% 8%;
}
    .surprise-modal-close-box {
        width: 40px;
        top: 14px;
        right: 14px;
        height: 40px;
        font-size: 30px;
    }
.surprise-modal-cont-ttl {
    min-height: auto;
    font-weight: 700;
    font-size: 24px;
    margin: 14px 0 0;
}

.section-btn-box a.inside::after, .recruit a::after {
    right: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
}
.section-btn-box a.blank::after {
    right: 4px;
    width: 16px;
    height: 16px;
}


}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (max-width: 500px) { 
.about-inner {
    padding: 50px 0 260px;
}
.support-inner {
    padding: 50px 0 230px;
}


}

