@charset "UTF-8";
/* Scss Document */
/* CSS Document */
.area_lnk_btn{
	position: absolute;
    right: 0;
	bottom: 0;
	transform: translateY(50%);
	line-height: 1;
}
.area_lnk_btn .lnk_btn .btn_inner{
	padding-right: 2em;
}
#sec_ttl .area_siteimg img{
	width: calc( (100% - 1000px) / 2 + 940px);
}
#sec_ttl .area_subimg{
	height: 0;
}
#sec_ttl .area_subimg img{
	width: 20%;
	transform: translateY(-60%);
}
#sec_ttl .bgc_white{
	background: linear-gradient(90deg, #FFF 0%, #FFF 50%, transparent 50%, transparent 100%);
	transform: translateY(-3em);
}
#sec_ttl .bgc_white h2 span{
	display: inline-block;
}
#sec_ttl .bgc_white .area_txt{
	padding-top: 3em;
	padding-right: 2em;
    width: 62%;
	background: #FFF;
    border-radius: 10px;
}
#sec_ttl .gradually::after{
	background: #FFF;
}
#sec_recruit{
	margin-top: 100px;
}
#sec_recruit .bgc_half .content_inner {
    transform: translateY(-3em);
}
#sec_recruit .area_txt{
	transform: translateY(-1.25em);
	padding-left: 0.5em;
}
#sec_recruit .flex_row_2 li:first-of-type img{
	width: 92.8%;
}
#sec_recruit .area_lnk_btn{
	bottom: -3em;
}
#sec_about .bgc_lightblue{
	position: relative;
    padding-top: 4em;
}
#sec_about .bgc_lightblue::before {
    border-color: #fff transparent transparent transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 30px 40px 0 40px;
}

#sec_company{
	background-image: url("../images/front-page/sec_company-bg.jpg");
    background-size: cover;
    background-position: 25% 35%;
    background-repeat: no-repeat;
    margin-bottom: 4em;
}
#sec_company a {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    display: block;
}
#sec_company a .icon-arrow_l{
	transform: rotate(90deg) translate(-50%, 0);
    display: inline-block;
    font-size: 2.5em;
    margin-left: 0.5em;
	transition: transform .5s;
}
#sec_company a:hover .icon-arrow_l{
	transform: rotate(90deg) translate(-50%, -0.5em);
}
#sec_posts .area_lnk_btn{
	position: relative;
	transform: translateY(25%);
	margin-bottom: 2em;
}
@keyframes typing{
  0% { width: 0%; }
  100% { width: 20em; }
}
/*===============================================*/
@media screen and (max-width: 1100px) {
	#sec_ttl .area_siteimg img{
		width: 94%;
	}
}
/*===============================================*/
@media screen and (max-width: 1000px) {
	#sec_posts .flex_space > div{
		width: 100%;
	}
}
/*===============================================*/
@media screen and (max-width: 480px) {
  #sec_ttl .bgc_white .area_txt{
	  width: 75%;
  }
}
