
/* CSS Document */

.backc{
	position: absolute;
	right: 0;
	left: 0;
	top: 5%;
	width: 100%;
	z-index: -1;
}
.backc img{
	width: 100%;
	height: auto;
}
.backb{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.backb img,
.backr img{
	width: 100%;
	height: auto;
}

.top-about,
.top-workstyle,
.top-message,
.top-other{
	margin: 8% auto;
	position: relative;
	max-width: 2200px;
}

article{
	width: 96%;
	margin: auto;
}
h2{
	font-size: 4.5rem;
	line-height: 1.3em;
	font-style: italic;
}
h3{
	line-height: 1.0em;
	font-style: italic;
	font-family: 'Barlow Condensed', sans-serif;
	margin: 20px auto;
	font-weight: 300;
	letter-spacing: 0.03em;
	color: #0058a2;
}

.top-about .about_title{
	width: 40%;
	text-align: right;
	padding: 0 10px 70px 10px;
	position: relative;
}
.top-about .about_title h2,
.top-about .about_title h3{
	text-align: right;
}

.top-about .about_title .btn{
	width: 80%;
	max-width: 220px;
	position: absolute;
	right: -130px;
	bottom: 0px;
	
}
.top-about .photo{
	width: 60%;
}


.top-workstyle .workstyle_title{
	width: 40%;
	text-align: right;
	padding: 0 10px 70px 10px;
	position: relative;
	order: 2;
}
.top-workstyle .workstyle_title h2,
.top-workstyle .workstyle_title h3{
	text-align: left;
}

.top-workstyle .workstyle_title .btn{
	width: 80%;
	max-width: 220px;
	position: absolute;
	left: -200px;
	bottom: 0px;
	
}
.top-workstyle .photo{
	width: 60%;
}

.top-about .photo img,
.top-workstyle .photo img{
	width: 100%;
	height: auto;
}


.Interviewlist{
	margin: 3% auto 8%;
}
.intbtn{
	padding: 10px;
	text-align: center;
}
.slick_interview img{
	width: 100%;
	height: auto;
}
.slick_interview .prev{
	position: absolute;
	left: -20px;
	top: 45%;
	z-index: 10;
}
.slick_interview .next{
	position: absolute;
	right: -20px;
	top: 45%;
	z-index: 10;
}
.slick_interview .prev img,
.slick_interview .next img{
	width: 25px;
	height: auto;
}

.top-other{
	background: url("../img/top/otherbtn_back.png") left top no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.top-other .Flexbox {
	max-width: 900px;
	margin: auto;
}
.top-other .Flexbox .btn_faq{
	width: 33%;
	padding: 20px;
	text-align: center;
}
.top-other .Flexbox .btn_info{
	width: 67%;
	padding: 20px;
	text-align: center;
}
.top-other .Flexbox .btn_faq a{
	display: block;
}
.top-other .Flexbox .btn_info a{
	margin-bottom: 25px;
	display: block;
}

@media only screen and (min-width:1px) and (max-width: 960px) {

h2{
	font-size: 3.5rem;
}
.top-about .about_title .btn{
	max-width: 180px;
	right: -100px;
	bottom: 20px;
}

.top-workstyle .workstyle_title .btn{
	max-width:180px;
	left: -140px;
	bottom: 20px;
	
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

h2{
	font-size: 2.8rem;
	line-height: 1.3em;
	font-style: italic;
}

	

.top-about .about_title{
	width: 100%;
	text-align: left;
	padding: 20px;
	position: relative;
}
.top-about .about_title h2,
.top-about .about_title h3{
	text-align: left;
}

.top-about .about_title .btn{
	width: 80%;
	max-width: 200px;
	position:relative;
	right: inherit;
	bottom: inherit;
	
}
.top-about .photo{
	width: 85%;
	margin: -15% 0 0 auto;
}


.top-workstyle .workstyle_title{
	width: 100%;
	text-align: right;
	padding: 20px;
	position: relative;
	order: 2;
	margin-top: -15%;
}
.top-workstyle .workstyle_title h2,
.top-workstyle .workstyle_title h3{
	text-align: right;
}
	
	.top-workstyle h2{
		background: #fff;
		display: inline-block;
		padding: 0 10px;
	}
.top-about h3,
.top-workstyle h3{
margin: 0;
	padding: 10px 20px 20px;
}

.top-workstyle .workstyle_title .btn{
	width: 80%;
	max-width: 200px;
	position:relative;
	left: inherit;
	bottom: inherit;
	margin: 0 0 0 auto;
	
}
.top-workstyle .photo{
	width: 85%;
	margin:  5% auto 0 0;
}

	
	
.slick_interview .prev{
	position: absolute;
	left: -10px;
	top: 45%;
	z-index: 10;
}
.slick_interview .next{
	position: absolute;
	right: -10px;
	top: 45%;
	z-index: 10;
}
.slick_interview .prev img,
.slick_interview .next img{
	width: 15px;
	height: auto;
}	
	
	.top-other .Flexbox{
		max-width: 600px;
		margin: auto;
		padding: 20px 30px 0;
	}
.top-other .Flexbox .btn_faq{
	width: 100%;
	padding: 0px;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	border-bottom: 3px solid #cfd3dc;
}
.top-other .Flexbox .btn_info{
	width: 100%;
	padding: 0px;
	text-align: center;
	margin: auto;
}
	
.top-other .Flexbox .btn_faq a,
.top-other .Flexbox .btn_info a{
	margin-bottom: 25px;
	display: block;
}
}

@media only screen and (min-width:1px) and (max-width: 530px) {

	
h2{
	font-size: 2.5rem;
	line-height: 1.2em;
}

.top-about h3,
.top-workstyle h3{
	font-size: 2.2rem;
margin: 0;
	padding: 10px 20px 20px;
}
.top-other .Flexbox .btn_faq a,
.top-other .Flexbox .btn_info a{
	margin-bottom: 15px;
	display: block;
}	
	
.top-about .about_title .btn{
	max-width: 180px;
	
}
.top-about .photo{
	width: 90%;
}


.top-workstyle .workstyle_title{
	width: 100%;
	padding: 20px;
	position: relative;
	order: 0;
	margin-top: 5%;
}
.top-workstyle .workstyle_title h2,
.top-workstyle .workstyle_title h3{
	text-align: right;
}

.top-workstyle .workstyle_title .btn{
	max-width: 180px;
	
}
.top-workstyle .photo{
	width: 90%;
	margin:  -5% auto 0 0;
}

	
}


