@charset "UTF-8";
/* ===============================
	common
 =============================== */

.main_bg{
	/*height: 884px;*/
	height: calc(100vh - 14.5vw);
	max-height: 164vw;
	height: auto;
	background: #ccc;
    margin: 0 auto;
}
.main_bg.pc{
	display:none;
}
.main_bg img{
	height: 100%;
    object-fit: cover;
}


/* about us ----------------------------- */


.sec-about_us{
	padding: 15vw 0 3.5vw;
}

.sec-about_us p{
	font-size: 1.5rem;
	font-size: 3.815vw;
	line-height: 1.75;
}
.about_img {
	width: 85vw;
	margin: 8vw auto 0;
}

.about_img img,
.about_img picture{
	margin: 0 auto;
	width: 95%;
	transition: all .4s;
}

.about_img.is-active img,
.about_img.is-active picture{
	width: 100%;
}

.about_img .about_img_01{
	width: 60%;
}

.about_img .about_img_02{
	width: 37%;
}

.about_img .about_img_03{
	width: 100%;
    margin: 3% 0;
}

/* cross talk ----------------------------- */

.sec-cross_talk{
	background: #f5f5f5;
	padding: 4.5vw 0;
	background: url(common/images/crosstalk_bg.jpg) no-repeat;
	background-size: cover;
}

.sec-cross_talk .wrap-inner_01 {
	width: 85%;
}

.sec-cross_talk .img{
	width: 100%;
	margin: 0 auto;
	/* background: #f5f5f5; */
	padding: 0;
}

.sec-cross_talk .info_box {
    width: 100%;
}

.sec-cross_talk .info_box .box{
	background: #fff;
}

.sec-cross_talk .heading_shape {
    display: flex;
    flex-direction: column;
    height: 10.3em;
    max-height: 98px;
    justify-content: flex-end;
	position: relative;
	padding:0 0 0 11.2em;
    font-size: 1.4vw;
}

.sec-cross_talk .heading_shape p {
    font-size: min(3.1vw,2.4rem);
    left: -1.65em;
    text-indent: -1.65em;
    padding: 0 0 0 1.65em;
    letter-spacing: .02em;
    position: relative;
    font-family: 'Michroma', sans-serif;
    z-index: 3;
    margin: 0 0 0;
    line-height: 1.4;
	/* max-width: 16em;*/
}

.sec-cross_talk .heading_shape p i{
	font-size: min(3.9vw,3rem);
	font-style: normal;
	text-indent: 0;
	color: #fff;
	width: 1.1em;
	display: inline-block;
	text-align: left;
}

.sec-cross_talk .heading_shape .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 11.2em;
    height: 10.3em;
    max-width: 107px;
    max-height: 98px;
    overflow: hidden;
    display: block;
    font-size: 1.4vw;
}

.sec-cross_talk .heading_shape .shape:before,
.sec-cross_talk .heading_shape .shape:after{
	content: "";
	position: absolute;
}

.sec-cross_talk .heading_shape .shape:before {
    display: block;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-top: 10.3em solid #E60213;
    border-right: 11.2em solid #0376C1;
    z-index: 0;
}

.sec-cross_talk .name_box {
    padding: 5.5% 9.5% 9%;
    margin: 0 auto 5.5%;
}

.sec-cross_talk .icn_cross{
	width: 100%;
	text-align: center;
	font-size: min(13vw,5.1rem);
    line-height: 1.1;
}
.sec-cross_talk .name_01,
.sec-cross_talk .name_02{
	width: 100%;
}
.sec-cross_talk .name_01 p,
.sec-cross_talk .name_02 p{
	font-size: min(2.85vw,2.2rem);
}

.sec-cross_talk .name_02{
	justify-content: flex-end;
}

.sec-cross_talk .name_02 p{
	max-width: 65%;
}

.sec-cross_talk .name_01 span,
.sec-cross_talk .name_02 span{
    font-size: min(3.92vw,3rem);
    margin: 0 0 0 1em;
}

/* recruit info ----------------------------- */
	
.sec-recruit_info {
	padding: 9vw 5vw 4.8vw;
	background: #f5f5f5 url(./common/images/bg-recruit@2x.png) no-repeat 50% 50%;
	background-size: auto 135%;
	/*background-attachment: fixed;*/
	position: relative;
}

.item-recruit_info {
	margin: 6.5vw auto 11vw;
	padding: 5.5vw;
	background: #f5f5f5;
}

.item-recruit_info:last-child{
	margin-bottom: 0;
}

.item-recruit_info .heading_02{
	margin: 0 0 0.3em;
	line-height: 1;
}

.recruit_info_list-item {
    font-size: 1.2rem;
    font-size: 3.12vw;
    text-align: center;
    width: 58%;
    margin: .2em auto .2em;
}

.recruit_info_list-item a{
	background: #fff;
	display: block;
	position: relative;
	padding: .5vw 0;
}
	
.recruit_info_list-item a:before {
    content: "";
    position: absolute;
    width: 2vw;
    height: 1vw;
    background: url(./common/images/icn_arw_01.svg) no-repeat 50% 50%;
    background-size: contain;
    right: 2px;
    top: calc(50% - 2px);
	transition: all .1s;
}

.recruit_info_list-item a:hover:before {
	right: 1px;
}

.recruit_info_list {
    margin: 0 auto 5vw;
}

.recruit_img {
    width: 56vw;
    margin: 7vw auto 0;
}

/* works interview ----------------------------- */

.sec-our_works{
	padding: 9vw 0 9vw;
	background:#f5f5f5;
	background-size: cover;
}

.sec-our_works .heading_01{
	width: 85%;
    margin: 0 auto;
}

.sec-our_works .wrap-inner_01{
    width: 100%;
}

.our_works-slider {
    width: 100%;
    padding: 3.5% 7.5% 10vw;
    margin: 0 auto 14vw;
    background-size: auto 135%;
    /* background-attachment: fixed; */
  opacity: 0;
  transition: opacity .3s linear;
}
.our_works-slider.slick-initialized{
  opacity: 1;
}

.our_works-slider .more_btn_02{
    width: 37.5vw;
	margin-top: 24.3vw;
}

.our_works-slider .slick-prev,
.our_works-slider .slick-next{
	bottom: -7vw;
}
.our_works-slider .slick-prev{
	left: calc(50% - 13.5vw);
}
.our_works-slider .slick-next{
	right: calc(50% - 13.5vw);
}

.our_works-slider figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider_item-box {
    width: 100%;
}

.item-box-wrap {
	width: 100%;
	background: #fff;
    padding: 4.7vw 5vw 11.5vw;
	position: relative;
}

.sec-our_works .item-box-wrap p{
	font-size: 1.2rem;
    font-size: 3.12vw;
}


.item-box-wrap dt .red{
	margin: 0 0 0 1em;
	color: #E60113;
}

.item-box-wrap .heading {
    font-size: min(3.5vw,3rem);
    margin: 0 0 0.55em;
	line-height: 1.4;
}


.item-box-wrap dt{
	font-size: min(3.5vw,2.8rem);
}
.item-box-wrap dd{
	font-size: min(2.85vw,2.2rem);
}
.item-box-wrap dd span{
	position: relative;
	display: inline-block;
	padding: 0 9.5vw 0 0;
}
.item-box-wrap dd span:before {
    content: "";
    position: absolute;
    width: 7.5vw;
    height: 3.3vw;
    background: url(./common/images/icn_arw_01.svg) no-repeat 50% 50%;
    background-size: contain;
    right: 2px;
    top: calc(50% - 2.75vw);
    transition: all .1s;
}
.sec-our_works .heading_shape {
    display: flex;
    flex-direction: column;
    height: 10.3em;
    max-height: 98px;
    justify-content: flex-end;
	position: relative;
	padding:0 0 0 11.2em;
    font-size: 1.4vw;
}
.sec-our_works .heading_shape p {
    font-size: min(3.1vw,2.4rem);
    left: -1.65em;
    text-indent: -1.65em;
    padding: 0 0 0 1.65em;
    letter-spacing: .02em;
    position: relative;
    font-family: 'Michroma', sans-serif;
    z-index: 3;
    margin: 0 0 0;
    line-height: 1.4;
	/* max-width: 16em;*/
}

.sec-our_works .heading_shape p i{
	font-size: min(3.9vw,3rem);
	font-style: normal;
	text-indent: 0;
	color: #fff;
	width: 1.1em;
	display: inline-block;
	text-align: left;
}

.sec-our_works .heading_shape .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 11.2em;
    height: 10.3em;
    max-width: 107px;
    max-height: 98px;
    overflow: hidden;
    display: block;
    font-size: 1.4vw;
}

.sec-our_works .heading_shape .shape:before,
.sec-our_works .heading_shape .shape:after{
	content: "";
	position: absolute;
}

.sec-our_works .heading_shape .shape:before {
    display: block;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-top: 10.3em solid #E60213;
    border-right: 11.2em solid #0376C1;
    z-index: 0;
}
@media screen and (min-width: 1921px) {
	.sec-our_works .heading_shape .shape {
    	width: 107px;
    	height: 98px;
	}
	.sec-our_works .heading_shape .shape:before {
		border-top: 98px solid #E60213;
		border-right: 107px solid #0376C1;
	}
	.sec-our_works.heading_shape{
		height: 98px;
		padding: 0 0 0 107px;
	}
}

/* company ----------------------------- */

.sec-company {
    padding: 6vw 0 13vw;
}

.sec-company .heading-wrap{
	margin-bottom: 5vw;
    align-items: flex-end;
}

.sec-company .heading-wrap .heading_01{
	width: 56%;
	margin:0;
}

.sec-company .heading-wrap .logo{
	width: 44%;
}
.sec-company .heading-wrap .logo img{
	margin-left: auto;
}

.sec-company .txt {
    color: #F5F5F5;
    text-align: center;
    font-family: 'Michroma', sans-serif;
    white-space: nowrap;
    z-index: -1;
    position: relative;
    margin-top: -.7em;
    left: -.15em;
}

.sec-company .wrap-inner_01 {
    width: 85vw;
}

.company_list li {
    text-align: left;
	width: 32.3%;
    height: 49.62vw;
	overflow: hidden;
}

.company_list li a:before,
.company_list li a:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;

}
.company_list li a:before {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 1;
	transition: all .3s;
}

.company_list li a:after {
	background: rgba(56,56,56,.56);
	z-index: 2;
}

.company_list li a{
    font-size: 1.1rem;
    font-size: 2.8vw;
	color:#fff;
	text-align: left;
	background: rgba(56,56,56,.56);
	width: 100%;
	height: 100%;
    justify-content: center;
    align-items: center;
	position: relative;
}

.company_list li a span{
	position: relative;
	display: inline-block;
	z-index: 3;
}

.company_list li a span:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 100%;
    background: url(./common/images/icn_arw_right_w@2x.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    right: -2.8em;
    top: 0;
}

.company_list li a:hover:before{
	transform: scale(1.1);
}
.company_list-item_01 a:before{
	background-image: url(common/images/company_img_01_sp.jpg);
}

.company_list-item_02 a:before{
	background-image: url(common/images/company_img_02_sp.jpg);
}

.company_list-item_03 a:before{
	background-image: url(common/images/company_img_03_sp.jpg);
}

.sec-company .txt {
    font-size: 6vw;
}


/* history ----------------------------- */

.sec-history{
	position: relative;
	padding: 0 0 8vw;
	overflow: hidden;
}

.sec-history .wrap-inner_01{
	position: relative;
	z-index: 3;
	width: 85%;
}

.sec-history p {
    /* font-size: 1.1rem;
    font-size: 2.8vw; */
    margin: 4.5vw auto 5vw;
    line-height: 1.8;
}

.sec-history:before{
	content: "";
	width: 100%;
	height: 74%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #F5F5F5;
}

.sec-history .hisotory-item-box p{
}

.sec-history .more_btn_02{
	width: 38vw;
}


/*PC Layout
===================================*/
@media screen and (min-width: 769px) {
	
	/* main bg ----------------------------- */
	.main_bg{
		/*height: 884px;*/
    	max-width: 1920px;
		max-height: auto;
    	margin: 0 auto 52px;
		height: auto;
	}
	.main_bg.pc{
		display:block;
	}
	.main_bg.sp{
		display:none;
	}
	/*
	#contents{
		padding-top: 156px;
	}
	*/
	/* about us ----------------------------- */

	.sec-about_us {
		padding: 38px 0 1px;
	}

	.sec-about_us p{
		/*font-size: 2.1rem;*/
		font-size:1.6rem;
		line-height: 1.75;
	}

	.about_img {
		width: 100%;
		max-width: 1490px;
		margin: 90px auto 115px;
	}

	.about_img .about_img_01{
		width: 34%;
	}

	.about_img .about_img_02{
		width: 21%;
	}

	.about_img .about_img_03{
		width: 42.6%;
		margin: 0;
	}
	
	/* cross talk ----------------------------- */

	.sec-cross_talk {
		padding: 105px 0 110px;
	}
	
	.sec-cross_talk .wrap-inner_01 {
		width: 95%;
	}

	.sec-cross_talk .heading_01{
		margin: 0;
	}
	.sec-cross_talk .img{
		width: 63.6%;
		margin: -6em 4% 0 -4%;
		padding: 0;
	}

	.sec-cross_talk .info_box{
		width: 44.6%;
		margin-right: -9%;
		z-index: 3;
		position: relative;
	}

	.sec-cross_talk .info_box .box{
		margin: 92px 0 30px;
	}

	.sec-cross_talk .heading_shape{
		height: 10.3em;
		max-height: 98px;
		padding: 0 0 0 11.2em;
		font-size: .5vw;
	}
	.sec-cross_talk .heading_shape .shape {
		width: 11.2em;
		height: 10.3em;
		max-width: 107px;
		max-height: 98px;
		font-size: .5vw;
	}
	.sec-cross_talk .heading_shape p {
		font-size: min(1.6vw,2.2rem);
		left: -1.3em;
		text-indent: -1.65em;
		padding: 0 0 0 1.65em;
	}
	.sec-cross_talk .heading_shape .shape:before {
		border-top: 10.3em solid #E60213;
		border-right: 11.2em solid #0376C1;
	}

	.sec-cross_talk .heading_shape p i {
		width: 1.1em;
    	font-size: min(1.8vw,3.4rem);
	}

	.sec-cross_talk .icn_cross,
	.sec-cross_talk .name_01,
	.sec-cross_talk .name_02{
		width: auto;
	}
	.sec-cross_talk .name_02 p{
		max-width: 100%;
	}

	.sec-cross_talk .info_box .name_box{
		padding: 9.5% 4% 13.5%;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
	}

	.sec-cross_talk .info_box .name_box p{
		font-size: min(1.5vw,1.6rem);
		line-height: 1.4;
	}

	.sec-cross_talk .info_box .name_box p span{
		font-size: min(2.2vw,2.2rem);
		margin-left: .8em;
	}

	.sec-cross_talk .info_box .name_box .icn_cross {
		width: 1.64em;
		height: 1.64em;
		margin: 0 1.8em 0 1.8em;
		background: url(./common/images/icn_cross.svg) no-repeat 50% 50%;
		background-size: contain;
		text-align: center;
		white-space: nowrap;
		text-indent: 100%;
		overflow: hidden;
	}

	.sec-cross_talk .more_btn{
		margin:25px 0 0;
	}



	/* recruit info ----------------------------- */
	
	.sec-recruit_info {
		padding: 70px 0;
		background: url(./common/images/bg-recruit@2x.jpg) no-repeat 50% 50%;
		background-size: cover;
	}

	.item-recruit_info {
		width: 47%;
		margin: 35px 0 0;
		padding: 60px 0 100px;
	}
	
	.item-recruit_info .heading_02 {
	    margin: 0 0 1em;
	}
	.recruit_info_list{
		width: 80%;
		max-width: 477px;
		margin:0 auto 35px;
	}
	
	.recruit_info_list-item{
		/*font-size: 2.6rem;*/
		font-size: 1.8rem;
		width: 100%;
		max-width: 477px;
		margin: 0 auto 8px;
		text-align: left;
	}
	
	.recruit_info_list-item a{
		padding: 1.7em 2.5em;
	}
	
	.recruit_info_list-item a:before {
		width: 29px;
		height: 13px;
		background: url(./common/images/icn_arw_01.svg) no-repeat 50% 50%;
		background-size: contain;
		right: 47px;
		top: calc(50% - 1.5px);
	}

	.recruit_info_list-item a:hover:before {
		right: 35px;
	}
	.recruit_img{
		width: 80%;
		max-width: 475px;
		margin: 50px auto 0;
		position: absolute;
		bottom: 0;
	}
	.sec-recruit_info .wrap-inner_01{
		background: #fff;
		padding: 60px 100px;
		max-width: 95%;
	}
	.recruit_img_career {
		right: 15%;
		width: 40%;
	}
	.recruit_img_new {
		left: 0;
		width: 40%;
	}
	.info01-img {
		width: 20%;
		position: absolute;
		top: 10%;
		left: 0;
	}
	.info02-img {
		width: 20%;
		position: absolute;
		top: 10%;
		right: 0;
	}
	.line-img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 20%;
	}
	.item-recruit_info{
		position: relative;
	}
	.info01-img {
		width: 40%;
		position: absolute;
		top: -15px;
		left: -120px;
	}
	.info02-img {
		width: 40%;
		position: absolute;
		top: -70px;
		right: -120px;
	}

	/* works interview ----------------------------- */

	.sec-our_works{
		padding: 60px 0 140px;
	}
	
	.sec-our_works .wrap-inner_01{
		width: 95%;
		position: relative;
	}
	.sec-our_works .more_btn {
		position: absolute;
		right: 0;
	}

	.sec-our_works .heading_01{
		margin: 0 0 1.2em;
	}

	.sec-our_works .heading_01 br{
		display: none;
	}

	.sec-our_works .item-box-wrap p{
		/*font-size: 2.1rem;*/
		font-size: 1.6rem;
	}

	.item-box-wrap dd span:before {
		width: 2vw;
		height: 1vw;
		top: calc(50% - 2px);
		transition: all .1s;
	}

	.our_works-slider {
		background: none;
		margin: 0 auto 0;
		padding: 0;
	}

	.our_works-slider figure {
		width: 63.7%;
		margin: 1.5% -18.5% 55px 2.35%;
	}

	.our_works-slider figure img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.slider_item-box {
		width: 52%;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
		align-content: flex-end;
	}

	.item-box-wrap {
		/*padding: 100px 0 120px 95px;*/
		padding: 11.5% 0px 12.5% 17%;
		margin: 0 0 30px;
		overflow: hidden;
	}

	.item-box-wrap .heading {
		font-size: 2.2rem;
	}

	.item-box-wrap dl {
		margin: 35px 0 0;
	}

	.item-box-wrap dt {
		font-size: 1.9rem;
	}

	.item-box-wrap dt .red{
		margin: 0 0 0 1em;
	}

	.item-box-wrap dd {
		font-size: 1.6rem;
	}

	.item-box-wrap dd span{
		padding: 0 35px 0 0;
	}

	.item-box-wrap dd span:before {
		width: 32px;
		height: 15px;
		background: url(./common/images/icn_arw_01.svg) no-repeat 50% 50%;
		background-size: contain;
		right: -21px;
		top: calc(50% - 11.5px);
	}

	.item-box-wrap p{
    	line-height: 1.85;
	}
	
	.sec-our_works .more_btn_02 {
		margin: 0 10px 0 auto;
		width: 100%;
		max-width: 326px;
	}

	.sec-our_works .more_btn_02 a{
		font-size: 2.2rem;
	}
	.our_works-slider .slick-next{
		right: inherit;
		left: 37%;
		bottom: -90px;
	}
	.our_works-slider .slick-prev{
		bottom: -90px;
		left: calc(37% - 135px);
	}
	.sec-our_works .heading_shape{
		height: 10.3em;
		max-height: 98px;
		padding: 0 0 0 11.2em;
		font-size: .5vw;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sec-our_works .heading_shape .shape {
		width: 11.2em;
		height: 10.3em;
		max-width: 107px;
		max-height: 98px;
		font-size: .5vw;
	}
	.sec-our_works .heading_shape p {
		font-size: min(1.6vw,2.2rem);
		left: -1.35em;
		text-indent: -1.65em;
		padding: 0 0 0 1.65em;
	}
	.sec-our_works .heading_shape .shape:before {
		border-top: 10.3em solid #E60213;
		border-right: 11.2em solid #0376C1;
	}

	.sec-our_works .heading_shape p i {
		width: 1.1em;
    	font-size: min(2vw,3.4rem);
	}

	/* company ----------------------------- */
	
	.sec-company{
		padding: 60px 0 75px;
	}

	.sec-company .wrap-inner{
		width: 95%;
	}

	.sec-company .heading-wrap {
		margin-bottom: 0;
		align-items: flex-start;
	}

	.sec-company .heading-wrap .heading_01{
		width: 50%;
	}

	.sec-company .heading-wrap .logo{
		width: 20%;
	}

	.sec-company .heading-wrap .logo img{
		margin-left: auto;
	}

	.company_list-item_01 a:before{
		background-image: url(common/images/company_img_01@2x.jpg);
	}

	.company_list-item_02 a:before{
		background-image: url(common/images/company_img_02@2x.jpg);
	}

	.company_list-item_03 a:before{
		background-image: url(common/images/company_img_03@2x.jpg);
	}
	
	.company_list {
		margin: 54px auto 0;
	}
	
	.sec-company .txt {
		font-size: 10.5rem;
	}

	.company_list-item{
		width: 33%;
	}

	.company_list li{
		text-align: center;
		height: 250px;
	}

	.company_list li a{
		font-size: 2.2rem;
	}

	.company_list li a span {
		/* letter-spacing: .28em; */
		line-height: 1.6;
		min-width: 52%;
		margin: .5em 0 0;
	}

	/* history ----------------------------- */
	
	.sec-history{
		position: relative;
		padding: 0 0 80px;
		overflow: hidden;
	}

	.sec-history:before{
		height: 54%;
	}

	.sec-history .wrap-inner_01{
		width: 95%;
		min-height: 655px;
	}

	.sec-history .history_img{
		width: 70%;
		height: 100%;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.sec-history .hisotory-item-box{
		width: 30%;
		padding: 20px 0 0;
	}
	.sec-history .hisotory-item-box .more_btn {
		margin-left: 0;
	}

	.sec-history .heading_01{
		margin: 0 0 .5em;
	}
	.sec-history .hisotory-item-box p{
		margin: 3.2em 0 2.2em;
		/*font-size: 1.9rem;*/
		/* font-size: 1.6rem; */
		width: 85%;
	}	
	
	.sec-history .more_btn_02{
		width: 326px;
		margin:0;
	}
}
@media screen and (max-width: 1024px) {
	.company_list li a span{
		position: static;
	}
	.company_list li a span:after {
		width: 0.8em;
		background-position: 100% 96%;
		right: 10%;
		top: 0%;
	}
}
@media screen and (max-width: 1750px) and (min-width: 769px) {
	.sec-company .txt {
		font-size: 5.95vw;
	}
	.company_list li a span{
		letter-spacing: 0;
	}
	.sec-cross_talk .info_box .name_box p span{
		display: block;
		margin:0;
		/* text-align: right; */
	}
}



/*SP Layout
===================================*/
@media screen and (max-width: 768px) {
	.sec-cross_talk{
		background: url(common/images/crosstalk_bg_sp.jpg) no-repeat;
		/*background-size: 100% auto;*/
		background-size: cover;
	}
	.sec-recruit_info{
		background: url(common/images/bg-recruit_sp.jpg) no-repeat;
		background-size: 100% auto;
	}
	.item-recruit_info{
		padding-bottom: 20px;
	}
	.sec-recruit_info .wrap-inner_01 {
		background: #fff;
		padding: 10px;
		width: 100%;
	}
	.item-recruit_info{
		width: 90%;
	}
	.sec-history p,.sec-cross_talk .name_01 p, .sec-cross_talk .name_02 p{
		font-size: 1.4rem;
	}
	.sec-cross_talk .heading_shape p{
		font-size: 1.4rem;
    	left: -1.35em;
	}
	.sec-our_works .heading_shape p{
    	left: -1.35em;
	}
}

/*PC Layout / 1921
===================================*/

@media screen and (min-width: 1921px) {
	.sec-our_works .heading_shape .shape,
	.sec-cross_talk .heading_shape .shape {
    	width: 107px;
    	height: 98px;
	}
	.sec-our_works .heading_shape .shape:before,
	.sec-cross_talk .heading_shape .shape:before {
		border-top: 98px solid #E60213;
		border-right: 107px solid #0376C1;
	}
	.sec-our_works .heading_shape,
	.sec-cross_talk .heading_shape{
		height: 98px;
		padding: 0 0 0 107px;
	}
	.sec-our_works .heading_shape p,
	.sec-cross_talk .heading_shape p{
		text-indent: -1.98em;
	}
}