@charset "UTF-8";

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





/* ----------------------------------------------------------
   GENERAL
---------------------------------------------------------- */

/* ----------------------------------------------------------
   second_top_area
---------------------------------------------------------- */
.second_top_area {
    position:relative;
	margin:0%;
    padding:0%;
    width:100%;
	height:600px;
    overflow: hidden;
}

.second_top {
    position: relative;
    width:100%;
	height:600px;
	overflow:hidden;
	z-index:1;
    content: '';
    position: absolute;
    background: inherit;
    /*filter: brightness(70%);*/
  /*  filter: brightness(120%);*/
}

.second_top img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.second_ct_mark img{
    z-index: 2;
}


.second_top_title{
    width: fit-content;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    	z-index:2;
}

.content_wide{
    max-width: none;
    padding: 8%;
}

p.second_title{
      line-height: 1.5em;
    letter-spacing: 0.1em;
    font-size: 31px;
    font-weight:bolder;
    font-style: normal;
    color: #fff;
	z-index:2;
    text-align: center;
    text-shadow: 1px 1px 2px #333;
}

ul.environment_item li + li{
    margin-top: 2rem;
}


.flex_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left_area{
    width: 48%;
}

.left_area img{
    width: 100%;
    
}

.fluid_shape img{
        border-radius: 23% 77% 32% 68% / 66% 42% 58% 34%;
}

.right_area{
    width: 48%;
}

p.environment_title{
    padding: 0% 0 2rem 15px;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    color: #542f1f;
    position: relative;
}

p.environment_title::before,
p.environment_title::after{
    content: '●';
    margin: 0px 5px;
    font-size: 10px;
    color: #f09199;
    position: absolute;
    left: -10px;
}

p.environment_title::after{
    left: auto;
}

.pc_order1{
    order: 1;
}


.pc_order2{
    order: 2;
}

ul.ideal_list{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    flex-wrap: wrap;
    grid-row-gap: 2rem;
}

ul.ideal_list li{
    width: 30%;
    background-color: #fff;
    padding: 2rem 0;
    border-radius: 50vh;
}

.ideal_icon{
    margin: 0 auto;
    width: 30%;
    max-width: 80px;
}

.ideal_icon img{
    width: 100%;
    max-width: 80px;
}

p.ideal_text{
    text-align: center;
}



p.voice_com{
    padding: 0% 0 0 25px;
  /*  font-size: 24px;*/
    line-height: 1.8em;
    font-weight: bold;
    color: #542f1f;
  /*  position: relative;*/
    background-image: url("../recruit/img/fukidashi.png");
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 1.5rem;
}

p.voice_com:first-child{
    margin-top: 0;
}

/*p.voice_com::before{
    content: url("../recruit/img/fukidashi.png");
    margin: 0px 5px;
    font-size: 10px;
    position: absolute;
    left: -10px;
}*/

p.voice_com span.right_com{
    display: block;
    text-align: right;
}

.entry_box {
    width: 450px;
    height: auto;
    margin: 0 auto 5% auto;
    border-radius: 50vh;
    color: #fff;
    text-align: center;
    background: #b2cb41;
    line-height: 1.5em;
}

a.entry_button {
    position: relative;
    display: block;
    margin: 0%;
    padding: 0;
    line-height: 100px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    border-radius:50vh; 
    color: #fff;
    font-size: 22px;
}

a.entry_button span {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
    margin: 0% 10px 5px 0%;
}

a.entry_button span.icon03 {
    background-image: url("../recruit/img/entry.png");
}



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

    TABLET

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


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

    .second_top_area{
        height: 450px;
    }
    
.second_top {
    height: 450px;
}    
    
    
.second_top img{
    height: 450px;
}
	
	.second_ct_mark{
		margin: 0% 0% 1% 0%;
	}	
    

	
	

p.environment_title{
/*    padding: 0% 0 2rem 15px;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    color: #542f1f;
    position: relative;*/
    font-size: 20px;
}

    
    
    @media only screen and (max-width: 980px){
        
        ul.environment_item li + li{
            margin-top: 4rem;
        }
        .environment_flex{
            flex-wrap: wrap;
        }
        

        
        
        .environment_img{
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
        }
        
        .environment_img{
            width: 100%;
            max-width: 500px;
        }
        
        .environment_text{
            width: 100%;
            margin: 2rem auto 0;
        }
        
        .pc_order1{
            order: 2;
        }
        
        .pc_order2{
            order: 1;
        }
        
        .environment_title{
            text-align: center;
        }
        
        p.environment_title::before,
        p.environment_title::after{
            left: 0;
            position: relative;
            bottom: 4px;
        }
        
        p.environment_com{
            text-align: center;
        }
        

        
    }
    
    
    ul.ideal_list{
        justify-content: center;
        column-gap: 2rem;
    }
    
ul.ideal_list li{
/*    width: 30%;
    background-color: #fff;
    padding: 2rem 0;
    border-radius: 50vh;*/
    width: 40%;
}
    
    
    .voice_flex{
        flex-wrap: wrap;
        
    }
    
    .voice_img{
        width: 100%;
        order: 2;
        max-width: 500px;
        margin: 2rem auto 0;
    }
    
    
    .voice_img img{
        width: 100%;
        max-width: 500px;
    }
    
    .voice_text{
        width: 100%;
        order: 1;
    }

/* ---------------------------------------------------------
   HEADER AREA - TA
------------------------------------------^^^^^^^-------- */


}


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

    SMART PHONE

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


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

.second_top_area{
        height: 300px;
    }
    
.second_top {
    height: 300px;
}    
    
    
.second_top img{
    height: 300px;
}
    
    p.second_title {
        font-size: 25px;
    }
/* ----------------------------------------------------------
   GENERAL - SP
---------------------------------------------------------- */
p.environment_title{
/*    padding: 0% 0 2rem 15px;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    color: #542f1f;
    position: relative;*/
    /*font-size: 20px;*/
    font-size: 18px;
    padding: 0 0 1rem 15px;
}
    
    ul.ideal_list{
        column-gap: 0.5rem;
    }
    
ul.ideal_list li{
/*    width: 30%;
    background-color: #fff;
    padding: 2rem 0;
    border-radius: 50vh;*/
    width: 48%;
}



}





/*** END ***/
