@charset "utf-8";
*{
    font-size: 1rem;
    color: #333;
    background-color: #ffffff;
    box-sizing: border-box;
    overflow-wrap: break-word;
}


/* PCここから */
/* 共通 */

body {
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Yu Gothic UI", "sans-serif";
}

img{
    max-width: 100%;
}


h3{
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
    line-height: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
}

h4{
    font-size: clamp(1.15rem, 1.114rem + 0.18vw, 1.25rem);
    line-height: clamp(1.5rem, 1.391rem + 0.55vw, 1.8rem);
    font-weight: 600;
}

p{
    line-height: 1.4rem;
    font-weight: 400;
}


.section_text{
    max-width: 100%;
    width: 1400px;
    margin: 0 auto;
    padding: 150px 20px 100px 20px;
}

.section_text h2{
    font-size: clamp(1rem, 2.2rem + 1.5vw, 4rem);
    color: #e51c19;
    letter-spacing: 0.2rem;
    font-family: Tahoma, "sans-serif";
    overflow-wrap: break-word;
}

.section_text span{
    font-size: clamp(0.85rem, 0.795rem + 0.27vw, 1rem);
    display: inline-block;
    padding: 5px 0 0 2px;
    letter-spacing: clamp(0.08rem, 0.055rem + 0.13vw, 0.15rem);
    font-weight: 400;
}



/* インビューアニメーションここから */
.fadeIn {
    opacity: 0;
    transition: 3s;
}
.fadeIn.is-show {
    opacity: 1;
}



/* PCヘッダーここから */
#header{
    width: 100%;
}

.header_area{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #e51c19;
    z-index: 999;
    padding: 0 50px;
}


.header_logo img:hover {
    opacity: 0.5;
    transition:.3s;
}


.gNav-menu{
    display: flex;
}

.gNav-menu li{
    margin-right: 50px;
}


.gNav-menu a{
    color: #fff;
    font-weight: 600;
}

.gNav-menu a:hover{
    opacity: 0.5;
    transition:.3s;
}



/* ハンバーガーメニューここから */
.btn-gNav {
    position: fixed;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 100;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-gNav span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-gNav span:nth-child(1) {
    top: 0;
}

.btn-gNav span:nth-child(2) {
    top: 10px;
}

.btn-gNav span:nth-child(3) {
    top: 20px;
}

.btn-gNav.open span:nth-child(1) {
    background: #e51c19;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-gNav.open span:nth-child(2),
.btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #e51c19;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav  {
    display: none;
}

.nav_address{
    display: none;
}






/* キービジュアルここから */
#key_visual{
    width: 100%;
    height: 100dvh;
    background-color: #e51c19;
    position: relative;
}

.key_text{
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
}

.key_text h1{
    font-size: clamp(3rem, 2.455rem + 2.73vw, 4.5rem);
    color: #fff;
    font-family: Tahoma;
    letter-spacing: 0.5rem;
    overflow-wrap: break-word;
}

.key_text .sub_copy{
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
    color: #fff;
    text-align: center;
    display: block;
    padding: 15px 0;
    letter-spacing: 0.2rem;
}




/* スクロールダウンここから */
.scroll_down a {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 30px;
    padding: 10px 10px 90px;
    color: #fff;
    font-size: 0.85rem;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transition: .2s;
    overflow: hidden;
    margin: auto;
}

.scroll_down a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 80px;
    background: #fff;
}

.scroll_down a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 80px;
    background: #e51c19;
}

.scroll_down a:hover {
opacity: .5;
}

#type01 a {
    animation-name: smooth_fade;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    }
    
    @keyframes smooth_fade {
        0% { opacity: 0; }
        100% { opacity: 1; }
    }


#type01 a:after {
animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
}
50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
}
50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
}
100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
}
}







/* アバウトここから */
#about{
    width: 100%;
    max-width: 100%;
}

.earth_area{
    width: 100%;
    position: relative;
}

.earth_right{
    position: absolute;
    opacity: 0.15;
    top: 0;
    right: 0;
}

.about_area{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.about_photo img{
    padding: 20px;
}

.about_inner{
    padding: 20px;
}

.about_inner h3{
    padding: 20px 0;
    overflow-wrap: break-word;
}


.about_copy h2{
    max-width: 100%;
    font-family: Tahoma;
    letter-spacing: 0.5rem;
    color: #e51c19;
    font-size: 8rem;
    text-align: center;
    padding-top: 100px;
    overflow-wrap: break-word;
}



/* サービスここから */
#service{
    width: 100%;
    max-width: 100%;
}

#service img{
    margin: 0 auto;
    display: block;
}

.branding_area{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 100px 0;
}

.branding_inner{
    text-align: center;
    padding: 20px;
}


.branding_inner p{
    padding-top: 20px;
}

.branding_inner h3{
    overflow-wrap: break-word;
    padding: 10px 0;
    font-weight: 400;
}

.branding_inner span{
    font-size: clamp(0.7rem, 0.64rem + 0.3vw, 1rem);
    color: #999999;
    font-weight: 400;
}

.branding_inner a{
    font-size: clamp(0.7rem, 0.64rem + 0.3vw, 1rem);
    color: #999999;
    overflow-wrap: break-word;
    font-weight: 400;
}

.branding_inner a:hover{
    opacity: 0.5;
    transition:.3s;
}




.slide1 {
    width: 100%;
    padding-top: 50px;
    overflow: hidden;
}

.slide2{
    width: 100%;
    overflow: hidden;
}

.slide1 .slide2 .swiper-wrapper{
    transition-timing-function: linear;
    box-sizing: border-box;
    position: relative;
}





/* リクルートここから */
#recruit{
    width: 100%;
}

.staff_area{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.staff_area h3{
    padding: 20px;
}

.change_your_future img{
    position: relative;
    padding: 20px;
    margin-bottom: -100px;
    margin-right: -125px;
}


.staff_inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    padding: 25px 0;
}



.staff_inner:nth-child(2n){
    flex-direction: row-reverse;
}

.staff_text{
    padding: 20px;
    text-align: left;
}

.staff_text h4{
    padding: 20px 0;
}

.staff_text p{
    text-align: left;
}



.recruit_area{
    max-width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.recruit_area h3{
    position: relative;
    padding: 50px 0px 0px 0px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.recruit_area h3::after{
    content: "";
    width: calc(100% - 120px);
    height: 1px;
    background-color:#333;
    position: absolute;
    display: inline-block;
    right: 0;
}

.recruit_inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}


.permanent_inner{
    width: 50%;
}

.permanent_list{
    display: flex;
    align-items: flex-start;
}

.permanent_list dt{
    width: 20%;
    text-align: left;
    line-height: 1.25rem;
    padding: 2px 0;
    font-size: 0.9rem;
    font-weight: 400;
}

.permanent_list dd{
    width: 80%;
    text-align: left;
    line-height: 1.25rem;
    padding: 2px 0;
    font-size: 0.9rem;
    font-weight: 400;
}


.recruit_line_mid span{
    display: none;
}


.part_inner{
    width: 50%;
}


.part_list{
    display: flex;
    align-items: flex-start;
}


.part_list dt{
    width: 20%;
    text-align: left;
    line-height: 1.25rem;
    padding: 2px 0;
    font-size: 0.9rem;
    font-weight: 400;
}

.part_list dd{
    width: 80%;
    text-align: left;
    line-height: 1.25rem;
    padding: 2px 0;
    font-size: 0.9rem;
    font-weight: 400;
}


.recruit_line_bottom span{
    width: 100%;
    height: 1px;
    background-color: #333;
    display: block;
}




/* カンパニーここから */
#company{
    width: 100%;
}

.earth_area{
    width: 100%;
    position: relative;
}

.earth_left{
    position: absolute;
    opacity: 0.15;
    top: 1200px;
    left: 0;
}


.cycle_area{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.cycle_area h3{
    margin: 0 auto;
    color: #333;
}

.cycle_area h4{
    padding: 20px;
}

.cycle_inner{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 50px 0;
}

.cycle_inner{
    padding: 20px;
}


.cycle_area p{
    text-align: left;
    padding: 20px;
}


.message_area{
    max-width: 800px;
    margin: 0 auto;
}


.message_inner{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 50px 0;
}

.message_text{
    padding: 20px;
}

.message_text img{
    padding: 20px 0;
}

.message_text h4{
    text-align: left;
    padding: 20px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4rem;
}


.message_logo_sp{
    display: none;
}



.information_area{
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 20px 50px 20px;
}

.information_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.information_list::before{
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #333;
    position: absolute;
    bottom: 15px;
}

.information_list dt{
    width: 40%;
    padding: 20px 0; 
    line-height: 1.25rem;
    font-size: 0.9rem;
    font-weight: 400;
}

.information_list dd{
    width: 60%;
    padding: 20px 0; 
    line-height: 1.25rem;
    font-size: 0.9rem;
    font-weight: 400;
}


.sdgs_area{
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.sdgs_area h3{
    font-size: 1.5rem;
    padding: 20px 0;
    overflow-wrap: break-word;
}

.sdgs_area p{
    padding: 20px;
    overflow-wrap: break-word;
}

.sdgs_area img{
    max-width: 100%;
    padding: 50px 0;
}



.google-map{
    padding: 50px 0;
}

.google-map iframe{
    width: 100%;
}





/* フッダーここから */
#footer{
    width: 100%;
    padding: 20px;
}

.footer_nav{
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

.footer_nav a:hover{
    opacity: 0.5;
    transition:.3s;
}

.footer_menu{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer_menu li a{
    color: #e51c19;
    overflow-wrap: break-word;
    font-weight: 600;
}

.footer_area{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.footer_area img{
    padding: 50px 0;
}

.footer_inner{
    padding: 20px 0;
}

.footer_inner p{
    font-size: 0.9rem;
}

.copyright small{
    font-size: 0.8rem;
    padding: 10px 0;
    color: #999999;
    font-weight: normal;
    overflow-wrap: break-word;
}








/* SP ここから */
@media screen and (max-width:768px) {

/* SP 共通ここから */ 
.section_text{
    padding: 100px 20px 50px 20px;
}

.slide1 {
    width: 100%;
    padding-top: 20px;
}

.slide2{
    width: 100%;
}

.slide1 .slide2 .swiper-wrapper{
    transition-timing-function: linear;
}



/* SP ヘッダーここから */
.header_area{
    height: 60px;
    padding:  0 20px ;
}

.header_logo img{
    width: 70%;
}

.btn-gNav {
    display: block;
}

.gNav.open {
    top: 0;
    transition: 1s;
}

.gNav {
    position: fixed;
    top: 0;
    top: -150%;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #ebebeb;
    box-sizing: border-box;
    z-index: 10;
    padding: 100px 0;
    transition: 1s;
}

.gNav-menu {
    display: block;
    width: 100%;
}

.gNav-menu li {
    margin-left: 0px;
    padding: 20px 50px;
}

.gNav-menu a {
    font-size: 1.25rem;
    color: #e51c19;
    position: relative;
}

.nav_address{
    display: block;
    padding: 50px;
}

.nav_address img{
    padding: 15px 0;
}

.nav_address p{
    font-size: 0.7rem;
}


.scroll_down a {
    padding: 11px 11px 60px;
    font-size: 0.75rem;
}

.scroll_down a:before {
    height: 50px;
}

.scroll_down a:after {
    height: 50px;
}





/* SP キービジュアルここから */
.key_text .sub_copy{
    text-align: left;
}










/* SP アバウトここから */  
.about_area{
    display: block;
}

.about_photo img{
    width: 100%;
}

.about_inner{
    text-align: center;
}

.about_inner p br{
    display: none;
}




/* SP サービスここから */  
.branding_area{
    display: block;
    padding: 25px 0;
}

.branding_inner img{
    width: 80%;
}

.branding_inner p{
    padding-top: 15px;
}

.branding_inner h3{
    padding: 5px 0;
}




/* SP リクルートここから */  
.staff_inner{
    display: block;
}

.staff_text{
    text-align: center;
}

.recruit_inner{
    display: block;
}

.change_your_future img{
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 0;
}

.staff_text p br{
    display: none;
}

.permanent_inner{
    width: 100%;
}

.permanent_list dt{
    width: 30%;
}

.permanent_list dd{
    width: 70%;
}

.recruit_area h3{
    padding: 20px 0px 0px 0px;
}


.recruit_line_mid{
    padding: 20px 0;
}

.recruit_line_mid span{
    width: 100%;
    height: 1px;
    background-color: #333;
    display: block;
}


.part_inner{
    width: 100%;
}

.part_list dt{
    width: 30%;
}

.part_list dd{
    width: 70%;
}

.recruit_area h4{
    padding: 20px 0;
}



/* SP カンパニーここから */  
.cycle_inner{
    display: block;
}

.cycle_area h4 br{
    display: none;
}

.cycle_inner p br{
    display: none;
}

.cycle_inner{
    padding: 10px 20px;
}


.message_inner{
    display: block;
    text-align: center;
    padding: 20px 0;
}

.message_text h4{
    text-align: left;
}

.message_text h4 br{
    display: none;
}


.message_logo_pc{
    display: none;
}

.message_logo_sp{
    display: block;
    padding: 10px 0;
}

.message_logo_sp img{
    padding: 0;
}

.message_logo_sp p{
    padding: 0 0 20px 0;
}

.information_area{
    padding: 0px 20px 50px 20px;
}


.sdgs_area p{
    text-align: left;
}

.sdgs_area p br{
    display: none;
}

.sdgs_area img{
    padding: 20px;
}


.google-map iframe{
    height: 250px;
}




/* SP フッダーここから */  
.footer_menu{
    display: block;
}

.footer_menu li{
    padding: 10px 0;
}

.footer_area{
    text-align: left;
}

.footer_area img{
    padding: 20px 0;
}


}