@charset "utf-8";
/* CSS Document */

body {
    overflow: visible;
}
article {
    padding-bottom: 100px;
	position: relative;
}
.main.container {
    width: 1120px;
    max-width: inherit;
}
section.main{
	position: relative;
}
section.main::before{
	background:#ededed;
	content: "";
	height: 39vh;
	width: 62vw;
	right: 0;
	position: absolute;
	top: -122px;
}
.ttl-area,
section.main .container {
    position: relative;
    z-index: 2;
}
h3.sub-ttl{
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}
/* tab */
.tab-nav {
	text-align: center;
}
.tab {
	display: table;
	background-color: #c9c9c9;
    border-bottom: none!important;
	position: relative;
	font-weight: bold;
    width: 49.5%;
    margin-right: 1%;
	font-size: 2rem;
	height: 80px;
	cursor: pointer;
	float: left;
    transition-duration: 0.3s;
	text-align: left;
	padding: 0 40px;
}
.tab:last-child {
	margin-right: 0;
}
.tab span {
	display: table-cell;
	vertical-align: middle;
    color: #fff;
    text-decoration: none;
    transition-duration: 0.3s;
}
.tab:hover {
	background-color: #f08200;
	opacity: 1;
	transition: ease 0.3s;
}
.tab.active {
	background-color: #f08200;
	transition: ease 0.3s;
}
.tab:hover span ,
.tab.active span {
	color: #fff;
}
/* detai */
.tab-wrap .tab-area {
    background-color: #fff;
    padding: 100px 0px 100px 0px;
    display: none;
	border-top: 5px solid #f08200;
	border-bottom: 5px solid #f08200;
}
.tab-wrap .tab-area .lead {
    padding: 0 40px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 120px;
}
.pc-only{
	display: block;
	margin: 0 auto;
}
.sp-only{
	display: none;
}

p.lead{
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
	padding-top: 60px;
}
p.lead span{
	display: block;
}
.outsourcing-logo-area{
	margin: 180px 0 0px;
}
.outsourcing-logo-area h3{
	text-align: center;
	font-weight: bold;
	margin-bottom: 70px;
	font-size: 2rem;
}
.outsourcing-logo-area ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	width: 18.4%;
}
.outsourcing-logo-area ul li:last-child{
	margin-right: 0;
}
.entry-btn-area {
	background-color: #eee;
}
article {
	background-color: #fff;
}
/* =====================
    tab-area
===================== */
.tab-wrap{
	margin-top: 100px;
}
.cardboard-tab{
	margin-top: 300px;
}
p.tab-lead{
	font-size: 2rem;
}
.lead-note{
	font-size: 2rem;
	margin-bottom:70px;
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.lead-note span{
	
}
.box-wrap{
	margin-bottom: 70px;
}
.box-wrap.oneday img{
	display: block;
	margin: 0 auto;
	max-width: 50%;
}
.box-wrap.last{
	margin-bottom: 0px;
}
.box-wrap h3{
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1;
}
.box-wrap h3 span{
	font-size: 2rem;
	font-weight: bold;
	display: block;
	color: #f08200;
	margin-bottom: 15px;
}
.box-wrap h4{
	font-size: 2rem;
	font-weight: bold;
	color: #f08200;
	border-bottom: 2px solid #f08200;
	display: inline-block;
	margin-bottom: 30px;
}
.box-wrap ul li{
	font-size: 2rem;
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.box-wrap a.btn{
	text-align: left;
	padding: 30px; 
	font-size: 2rem;
	line-height: 1;
	margin-top: 40px;
}
.box-wrap a.btn::before{
	content: "";
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 29px;
	transform: translate(0, -50%);
	background-image: url(../images/common/img_arrow_w.png);
	height: 7px;
	width: 38px;
	transition: 0.3s ease-in-out;
	background-size: contain;
}
.box-wrap a.btn:hover::before{
	right: 20px;
}
.scrollplease{
	display: none;
}

/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {

    article {
        padding-bottom: 60px;
    }
    .main.container {
        width: 100%;
    }
	h3.sub-ttl{
		font-size: 2rem;
	}
    p.lead{
		font-size: 1.4rem;
		text-align: left;
		padding-top: 30px;
	}
	
	.outsourcing-logo-area{
		margin: 40px 0 0px;
	}
	.outsourcing-logo-area h3{
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	.outsourcing-logo-area ul li{
		display: inline-block;
		vertical-align: top;
		margin-right: 2%;
		width: 47%;
		margin-bottom: 10px;
	}
	.outsourcing-logo-area ul{
		text-align: center;
	}
	.outsourcing-logo-area ul li:nth-child(2n){
		margin-right: 0;
	}
/* tab */
	
	.tab {
        width: 50%;
        margin-right: 0;
		padding: 0 10px;
		font-size: 1.2rem;
		height: 40px;
	}
	.tab.active {
        border-bottom: 3px solid #f08200!important;
    }
    
/* detail */
    .tab-wrap .tab-area {
        padding: 30px 0px;
		border-top: 2px solid #f08200;
		border-bottom: 2px solid #f08200;
    }
    .tab-wrap .tab-area .lead {
        padding: 0;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    
	.sp-only{
		display: block;
		margin: 0 auto;
		max-width: 50%;
	}
	.pc-only{
		display: none;
	}
	
	p.lead span {
		display: inline;
	}
	
/* =====================
    history
===================== */
    .tab-wrap{
		margin-top: 50px;
	}
	.lead-note  {
		padding-left: 0.8em;
		text-indent: -0.8em;
	}
	.lead-note span {
		padding-left: 0em;
		text-indent: 0em;
	}
	p.tab-lead{
		font-size: 1.4rem;
	}
	.lead-note{
		font-size: 1.4rem;
		margin-bottom:40px;
	}
	.box-wrap.oneday img{
		max-width: 100%;
	}
	.box-wrap{
		margin-bottom: 30px;
	}
	
	.box-wrap.last{
		margin-bottom: 0px;
	}
	.box-wrap h3{
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 30px;
	}
	.box-wrap h3 span{
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	.box-wrap h4{
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.box-wrap ul li{
		font-size: 1.4rem;
	}
	.box-wrap a.btn{
		text-align: left;
		padding: 23px 10px;
		font-size: 1.4rem;
		margin-top: 20px;
	}
	.box-wrap a.btn::before{
	
		top: 50%;
		right: 29px;
		transform: translate(0, -50%);
		background-image: url(../images/common/img_arrow_w.png);
		height: 5px;
		width: 30px;
		transition: 0.3s ease-in-out;
		background-size: cover;
	}
    .img-wrap {
		overflow: auto;
		padding-bottom: 20px;
	}
    .img-inner {
		min-width: 750px;
	}
	.scrollplease{
		font-size: 1.2rem;
		margin-top: 20px;
		display: block;
	}
}


