@charset "UTF-8";

/*
CSS Document
Copyright (C) GLOBAL ASSET MOTIONS CO., LTD All Rights Reserved.
URL:www.glam.ne.jp
*/



@import url("common.css");



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap');

/* ----------------------------------------------------------
   MAIN VISUAL AREA
---------------------------------------------------------- */

.gradation{
  position: relative;
  width: 100%;
  background: linear-gradient(270deg, #808080, #000); 
  background-size: 200% 200%;
  animation: Grad 5s ease infinite;

}

@keyframes Grad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}



.main_visual_area{
    position: relative;
    width: 100%;
    height:auto;
	max-height: 100vh;
	min-height: 80vh;
	overflow: hidden;
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0% 40%);
}

.main_visual_deco{
	position: absolute;
	top: 0;
	left: -40%;
	width: 100%;
	height: 100%;
	clip-path: polygon(65% 0, 100% 0%, 35% 100%, 0% 100%);
    background: linear-gradient(rgba(255, 255, 255, 0.7),rgba(23, 23, 23, 0.9));
	z-index: 3;
	
}

.top_slider {
  position:relative;
   z-index: 1;
  /* margin-top: 70px;*/
   padding: 0;
   opacity: 0;
	max-height: 100vh;
	min-height: 80vh;
}

.top_slider li {
    width: 100%;
    height:auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slick-initialized{
  opacity: 1
}

.top_slider img{
  width: 100%;
  height: auto;
  object-fit: cover;
	max-height: 100vh;
	min-height: 80vh;
}


/* ------ catch area ------- */

.catch-area {
    position: absolute;
    bottom: 8%;
    left: 6%;
    color: #fff;
    line-height: 1em;
    z-index: 4;
    text-align: left;
}

.catch-area h2{
    margin-bottom: 10px;
    /*font-size: 28px;*/
    /*line-height: 1.5em;*/
    letter-spacing: 0.05em;
    /*font-weight: 500;*/
/*    font-family: "Roboto", sans-serif;
    font-style: italic;*/
    
font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
    line-height: 1em;
    font-size: 9vw;
    
}

.catch-area h3{
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.025em;
    font-weight: 500;
}


/* ----------------------------------------------------------
   CONTENTS AREA
---------------------------------------------------------- */

.pb_10{
    padding-bottom: 20vh;
}


.top_company_img{
  position: absolute;
    left: 0;
    top: -10vh;
    width: 90vw;
    height: 30vh;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}

.filter_fff{
     background: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 1));
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.top_company_img img{
    width: 100%;
    height: 30vh;
    object-fit: cover;

}
.company_info_box{
    position: relative;
    margin: 0 auto;
    z-index: 2!important;
}

.card {
    position: relative;
  background-color: #ffffff;
/*  border-radius: 12px;*/
  margin: 0px 0;
/*  box-shadow: 6px 6px 0 var(--color-sub);*/
    overflow: hidden;
    margin: 0!important;
    transition: 0.3s!important;
    box-shadow: 6px 6px 0 #0D3387;
}

.card:nth-child(n+2){
    margin-top: 20px!important;
}

.card:hover{
    /*background: var(--color-sub);*/
    background-color: #808080;
}

.card:hover .card-text {
  /*  background: var(--color-sub);*/
    color: #fff;
    font-weight: 500;
    background-color: #808080;
}

.card:hover .arrow {
    color: #fff;
}


.card:nth-child(n+2){
    margin-top: 6%;
}

.card-img {
  width: 40%;
  height: 100%;
  object-fit: cover;
}

.card:hover .card-img{
	opacity:0.7;
	transition:0.4s;
}

.card-text {
    margin: 0!important;
  padding: 20px;
  font-size: 1.05rem;
 /* color: #0f3b82;*/
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
    font-size: 500;
    background: #fff;
    transition: 0.3s!important;
    color: #333;
}



.card-text .arrow{
/*  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;*/
    display: flex;
    transition: transform 0.4s ease-in-out;
}


.card-text .arrow::after {
  content: '';
  width: 20px;
  height: 6px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}

.card:hover .card-text .arrow {
    transform: translateX(8px); 
}



.card a{
  display: flex;
  align-items: center;

}



/* business */



.top_business_box{
    position: relative;
 /*   padding: 0 0 20vh 0;*/
    z-index: 0;
    
    padding: 150px 0 0 0;
}


.business_image_area{
 /*   height: 20vh;*/
    width: 100vw;
    position: absolute;
    top: 0;
    right: 0;
   /* height: calc(100% - 20vh);*/
    z-index: 1;
    
    height: 200px;
}

.business_img img{
    width: 100%;
  /*    height: 20vh;*/
    object-fit: cover;
     clip-path: polygon(10vw 0, 100% 0, 100% 100%, 0 100%);
  height: 100%;
}


.business_area{
    width: 100vw;
    /*height: 20vh;*/
     clip-path: polygon(0 0, 100% 0, 90vw 100%, 0% 100%);
    background: linear-gradient(rgba(128, 128, 128, 0.5),rgba(15, 15, 15, 1));
 /*   margin: -20vw 0 0 auto;*/
   /* margin: 0 0 0 0;*/
    padding: 12% 5%; 
    position: relative;
    z-index: 2;
}

ul.top_business_list li{
    border-bottom: solid 1px #ddd;
    padding: 0.5rem 0;
}

ul.top_business_list li:first-child{
    margin-right: 1rem;
}

ul.top_business_list li:nth-child(2){
    margin-right: 1.5rem;
}

ul.top_business_list li:nth-child(3){
    margin-right: 2rem;
}

ul.top_business_list li:nth-child(4){
    margin-right: 2.5rem;
}


ul.top_business_list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    color: #fff;
}

ul.top_business_list li a .business_img_mini{
    width: 30%;
    height: 45px;
}

ul.top_business_list li a .business_img_mini img{
    width: 100%;
    height: 45px;
    object-fit: cover;
}











.bg_color_deco {
    background: url("../common/bg_blue.webp")no-repeat;
    background-size: contain;
    background-position: top 100px center;
}

.bg_color_deco .wrapper_content{
    padding-top:0%!important;
}

.company-sections {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company-card {
  position: relative;
  width: 90%;
  height: 150px;
  color: white;
  text-decoration: none;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-size: 100%;
  background-position: center;
  transition: 0.5s!important;
    background-position: top center;
    overflow: hidden!important;
    transition:background-size 0.7s;
}

.company-card:hover{
    background-size: 110%;
	
}


.company-card_right{
    margin: 0 0 0 auto;
}

.company-card .overlay {
    position: relative;
  background-image: linear-gradient(0deg, #333 20%, #80808033 79%);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.company-card .en {
    position: absolute;
    left: 20px;
    bottom: 38px;
    line-height: 1em;
   /* font-family: "Birthstone", cursive;*/
 /* font-size: 22px;*/
    letter-spacing: 0.05em;
  margin: 0;
  /*opacity: 0.8;*/
    
    
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8rem;
    color: #C2C2C2;
    
    text-transform:uppercase;
}

.company-card h4 {
    position: absolute;
    left: 20px;
    bottom: 10px;
    margin: 5px 0;
    font-size: 18px;
    line-height: 1em;
}

/*.company-card:hover.company-card h4{
    border-bottom: 1px solid #fff;
}*/

/*.company-card .arrow {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 18px;

}*/


.company-card .arrow {
/*  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;*/
    display: flex;
    transition: transform 0.4s ease-in-out;
      position: absolute;
  right: 20px;
  bottom: 20px;
}


.company-card .arrow::after {
  content: '';
  width: 30px;
  height: 8px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}

.company-card:hover .arrow {
    transform: translateX(8px); 
}

.company-card.greeting {
  background-image: url('../home/company_01.webp');
      background-position: center;
}

.company-card.outline {
  background-image: url('../home/company_02.webp');
}

.company-card.philosophy {
  background-image: url('../home/company_03.webp');
}

.company-card.award {
  background-image: url('../home/company_04.webp');
}



/*  top_banner_box  */

.top_banner_box{
  /*  margin-top: 15%;*/
    display: block!important;
    color: #fff;
}

.top_banner{
    position: relative;
 /*   height: 200px;*/
    padding: 40px 25px;
    background-size: cover;
    background-position: bottom;
    height: 230px;
}

.sustainable_banner{
  background-image: url('../home/sustainable.webp');
}

.recruit_banner{
  background-image: url('../home/recruite.webp');
}


.top_banner h4{
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.top_banner h4.blue{
    color: #2F6B9D;
}

.top_banner a{
    position: relative;
    display: block;
    /*padding: 10px 20px;*/
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-base);
    padding: 20px;
}

.btn_half{
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
}

.btn_half div{
    width: 50%;
    height: auto;
}

.btn_half div a{
    position: relative; 
}

.btn_half div a.new_graduate{
    background-color: #92C61E;
}

.btn_half div a.mid_career{
    background-color: #38ADA9;
}



.top_banner a:link,
.top_banner a:visited,
.top_banner a:active,
.top_banner a:hover {
    color: #fff;;
}

.top_banner a::before,
.top_banner a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}

.top_banner a::before {
  transform: rotate(45deg);
}

.top_banner a::after {
  transform: rotate(-45deg);
}

.top_banner:hover a.sdgs{
    transition: 0.5s;
    background-color: var(--color-sub)!important;
}

.btn_half div a.new_graduate:hover{
    background-color: #6dd95c;
    transition: 0.5s!important;
}

.btn_half div a.mid_career:hover{
    background-color: #47c0a6;
    transition: 0.5s!important;
}







/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    TABLET

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



@media only screen and (min-width: 599px){




/* ----------------------------------------------------------
   MAIN VISUAL AREA - TA
---------------------------------------------------------- */


    
.catch-area h2{
    font-size: 55px;
    
}

/* ----------------------------------------------------------
   CONTENTS AREA - TA
---------------------------------------------------------- */


    
/* business */



.top_business_box{
    padding: 40vh 0 0 0;
}


.business_image_area{
    width: 80vw;
    height: 45vh;
}

.business_img img{
    clip-path: polygon(10vw 0, 100% 0, 100% 100%, 0 100%);
}


.business_area{
    width: 80vw;
    clip-path: polygon(0 0, 100% 0, 70vw 100%, 0% 100%);
}



ul.top_business_list li a .business_img_mini{
    max-width: 150px;
}

ul.top_business_list li a .business_img_mini img{
    max-width: 150px;
}

    
    .top_business_name{
        font-size: 1.2rem;
    }

    
    
    
    
    
    

.bg_color_deco {
    background-position: top 300px center;
    background-size: 100% auto;
}
    
.bg_color_deco .wrapper_content{
  /*  padding-top:1%!important;*/
    padding-top: 5%!important;
}

.company-sections {
  gap: 30px;
}

.company-card {
  position: relative;
  width: 70%;
  height: 230px;
}

.company-card .en {
    left: 25px;
    bottom: 55px;
    line-height: 1em;
  font-size: 1rem;
}

.company-card h4 {
    left: 25px;
    bottom: 15px;
  margin: 5px 0;
  font-size: 28px;
}

.company-card .arrow {
  right: 25px;
  bottom: 15px;
  font-size: 25px;
}
    

    
    
    
/*  top_banner_box  */


.top_banner{
    margin: 0 auto;
    padding: 40px 25px;
    width: 100%;
    height: 350px;
}

.top_banner h4{
    margin-bottom: 10px;
    font-size: 30px;
}

.top_banner a{
    padding: 20px 30px;
    font-size: 18px;
}


.top_banner a::before,
.top_banner a::after {
  right: 20px;
  width: 15px;
  height: 1px;
}

    
.recruit_banner{
    background-position: center;
}    
    
    
    
    
    
    
    

}
/*** TA END ***/









/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    PC

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



@media only screen and (min-width: 1099px) {



/* ----------------------------------------------------------
   MAIN VISUAL AREA -PC
---------------------------------------------------------- */


    
    
.main_visual_area{
    height: 100vh;
    clip-path: polygon(200px 0, 100% 0, 100% 100%, 0 100%, 0% 70%);

}

.main_visual_deco{
    width: 550px;
    left: -100px;
    clip-path: polygon(300px 0, 100% 0%, 250px 100%, 0% 100%);
}    
    


.top_slider img{
  width: 100%;
    height: 100vh;
    object-position: center;
    
}
    
    
    .top_slider img.pc_img03{
        object-position: left center;
    }

.catch-area {
    bottom: 8%;
    left: 6%;
}
    
        
.catch-area h2{
    font-size: 65px;
    line-height: 1.2em;
}

.catch-area h3{
    font-size: 28px;
}




    

/* ----------------------------------------------------------
   CONTENTS AREA - PC
---------------------------------------------------------- */
    
    
    

.top_company_img{
    height: 50vh;
}
    
    .top_company_img img {
        height: 50vh;
    }


    
/* business */
    

.top_business_box{
    padding: 0 0 100px 0;
}


.business_image_area{
    width: 60vw;
    height: 100%;
    top: 100px;
    right: 0;
}

.business_img img{
    clip-path: polygon(10vw 0, 100% 0, 100% 100%, 0 100%);
}


.business_area{
    width: 60vw;
    clip-path: polygon(0 0, 100% 0, 50vw 100%, 0% 100%);
    padding: 12% 10%;
}

ul.top_business_list li{
    padding: 1rem 0;
}


ul.top_business_list li:nth-child(2){
    margin-right: 2rem;
}

ul.top_business_list li:nth-child(3){
    margin-right: 3rem;
}

ul.top_business_list li:nth-child(4){
    margin-right: 4rem;
}


    


ul.top_business_list li a .business_img_mini{
      transition: transform .4s ease;/* ゆっくり変化させる */
    height: auto;
    max-width: none;
}
    
    ul.top_business_list li a:hover{
        color: #CCCCCC;
    }
    
    ul.top_business_list li a:hover .business_img_mini{
        transform: scale(1.7);
    }


ul.top_business_list li a .business_img_mini img{
    height: auto;
    max-width: none;
}
    
ul.top_business_list li a:hover .business_img_mini img{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;       
}    




    
    

.bg_color_deco {
    background-position: top 170px center;
}

    
.company-sections {
  display: flex;
  flex-direction:row;
    flex-wrap: wrap;
  gap: 0px;
    justify-content: space-between;
}

.company-card {
  position: relative;
  height: 280px;
    width: 25%;
    background-repeat: no-repeat;
    background-size: 130%;
	transition:background-size 0.7s;
}
	
.company-card:hover{
    background-size: 140%;
	
}
    
    .company-card_right{
        margin: 0;
    }
    

.company-card .en {
    left: 25px;
    bottom: 60px;
    line-height: 1em;
  font-size: 1rem;
}

.company-card h4 {
    left: 25px;
    bottom: 20px;
  margin: 5px 0;
  font-size: 24px;
}

.company-card .arrow {
  right: 25px;
  bottom: 20px;
  font-size: 25px;
}
    
    
.company-card.greeting {
    background-position: top;
}
    
    

    
    
    
/*  top_banner_box  */

.top_banner_box{
    width: 100%;
    display: flex!important;
}

.top_banner{
    margin: 0 auto;
    width: 50%;
    height: 450px;
    padding: 40px 25px;
}
    
.top_banner h4{
    margin-bottom: 10px;
    font-size: 30px;
}

.top_banner a{
    font-size: 18px;
    padding: 30px;
}


.top_banner a::before,
.top_banner a::after {
  right: 20px;
  width: 15px;
  height: 1px;
}

    
.recruit_banner{
    background-position: right;
}        



}
/*** SP END ***/



/****** ALL END ******/
