@charset "utf-8";
/* CSS Document */

/*------------------------

オーダメイド研修(seminar/order)とホームページ制作（it）、ジョブカード制度（jobcard）ページに使用

------------------------*/

.affairs-box {
    float: right;
}

.affairs {
    background-color: #CC416E;
    color: #fff;
    font-weight: 400;
    font-size: 1.4rem;
    vertical-align: 5px;
    padding: .8rem 2rem;
    margin-left: 1rem;
    border-radius: 3px;
}

.ibox i {
    color: #CC416E;
    font-size: 50px;
}

.ibox {
    margin: 20px auto 10px;
    text-align: center;
}

.order h1 {
    text-align: center;
    color: #313131;
    border-bottom: none;
    padding-bottom: 0;
}

.order .title p{
	text-align: center;
}

.circle-box{
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
	text-align: center;
}

.circle{
	margin-bottom: 40px;
}

.intro-text{
	margin-bottom: 50px;
}


.balloon{
 	position: relative;
	display: inline-block;
 	margin: 1.5em auto 2.5em;
	padding: 7px 10px;
	max-width: 800px;
 	width: 100%;
 	color: #555;
	background: #f4e8f1;
	border-radius: 4px;
}

.balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #f4e8f1;
}

.balloon h2{
	font-size: 1.9rem;
	color: #313131;
	text-align: center;
	margin: .5em auto;
}

.order .fa-square{
	color: #be4a6d;
}

.case{
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.case .img-centered img{
	max-width: 560px;
	width: 100%;
}

.case .inner-p{
	text-align: left;
}

.case .flow{
	width: 100%;
}

/*
.text{
	display: inline-block;
	vertical-align: middle;
	margin: 25px auto;
}


.text p{
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px 0 10px;
}

.text .imgbox{
	display: inline;
}
*/

	.circle-box .text{
		width: 100%;
	}
	
	.circle-box .text .imgbox{
		width: 20%;
		float: left;
		text-align: right;
	}
	
	.circle-box .text p{
		width: 80%;
		float: left;
		text-align: left;
		padding-top: 15px;
	}
	

.flow{
	margin: 10px auto;
	width: 78%;
}



.flow{
	margin-top: 30px;
}

.flow-01{
	margin-top: 0;
}

.flow-06{
	margin-bottom: 30px;
}

.flow-img{
	width: 10%;
	float: left;
	text-align: right;
}

.flow-img img{
	width: 100%;
	max-width: 60px;
	margin-top: 15px;
}

.flow-text{
	width: 90%;
	float: left;
	text-align: left;
	padding-left: 15px;
}

.flow p{
	vertical-align: middle;
	padding-left: 10px;
}

.flow-title{
	font-size: 2rem;
	font-weight: 800;
	color: #313131;
	border-bottom: #be4a6d 1px solid;
}

.flow-content{
	padding-left: 55px;
}

.triangle{
	width: 30px;
}

.circle-box dl{
	margin-top: 30px;
}

.case .flow.point{
	margin: 10px 0;
}

.case .flow.point p{
	font-weight: 400;
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	
	.intro-text{
		margin-bottom: 20px;
	}

	.circle-box .row{
		flex-direction: inherit;
	}
	
	.circle-box .col-4{
		width: 33%;
		padding-left: 2%;
	}
	
	.case .row.gutters .col-6{
		margin-bottom: 0;
	}
	
	.circle-box .text{
		width: 100%;
	}
	
	.circle-box .text .imgbox{
		width: 20%;
		float: left;
		text-align: right;
	}
	
	.circle-box .text p{
		width: 80%;
		float: left;
		text-align: left;
		padding-top: 15px;
	}
	
.text:nth-of-type(2n){
	margin-top: 0;
}
	
	.flow{
		width: 100%;
		
	}

	.flow .flow-img{
		width: 15%;
		padding-right: 5px;
	}

	.flow .flow-text{
		width: 85%;
	padding-left: 5px;
	}
	
	.flow p {
    padding: 0 0 0 10px;
}
	
}
@media only screen and (max-width: 430px) {
.case .flow.point p{
	margin-top: 5px;
}

}

/*------------------------

it

------------------------*/

.it .ibox i {
    color: #CC416E;
    font-size: 50px;
}

.it .affairs {
    background-color: #CC416E;
}


.it .intro-text{
	margin-bottom: 20px;
}

.problem .balloon{
	background-color: #4a7bbe;
	margin-bottom: 70px;

}

.problem .balloon:before{
	border-top: 15px solid #4a7bbe;
}


.problem .balloon h2{
	color: #fff;
}

.problem .case{
	background-color: #ECF1F7;
}

.problem .case,
.solve .case{
	padding: 30px 10px 10px 50px;
	max-width: 800px;
}

.problem .circle-box:first-of-type{
	border-bottom: #4a7bbe 1px solid;
	padding: 20px 0;
}

.problem .circle-box:last-of-type{
	border-top: #4a7bbe 1px solid;
}

.problem .fa-square{
	color: #4a7bbe;
}

.design{
	padding-top: 30px;
	text-align: left;
}

.design h3{
	font-size: 1.8rem;
	margin-bottom: 5px;
}

.circle-box .circle img{
	max-width: 200px;
	width: 100%;
}

.solve .balloon{
	background-color: #be4a6d;
	margin-bottom: 70px;
}

.solve .balloon:before{
	border-top: 15px solid #be4a6d;
}


.solve .balloon h2{
	color: #fff;
}

.solve .step1 .flow-title{
	border-bottom: 2px #be4a6d solid;
}

.solve .step2 .flow-title{
	border-bottom: 2px #be894a solid;
}

.solve .step3 .flow-title{
	border-bottom: 2px #4a7bbe solid;
}

.solve .step1 span,
.solve .step2 span,
.solve .step3 span{
	font-weight: 800;
}

.balloon-b{
	display: inline-block;
 	margin: 1.5em auto .5em;
	padding: 7px 10px;
	max-width: 800px;
 	width: 100%;
 	color: #555;
	background: #be4a6d;
	border-radius: 4px;
}

.balloon-b p{
	font-size: 1.9rem;
	color: #fff;
	text-align: center;
	margin: .5em auto;
}

.step2 .flow-content{
	margin-bottom: 0;
}

.point img {
    max-width: 60px;
    margin-top: 0;
	margin-right: -12px;
}

.point{
	margin: 0 auto;
}

.point p{
	font-weight: 800;
	margin-top: 8px;
}

@media only screen and (max-width: 767px) {

.problem .case, 
.solve .case {
    padding: 30px 10px 10px 10px;
    max-width: 800px;
}
	
.it .ibox{
    margin-top: 40px;
}
	
	.it p.intro-text{
		margin-bottom: 0;
	}
	
	.it .balloon{
		margin: 20px 0 40px;
	}
	
}

.it .circle{
	margin-bottom: 0;
}

.step1{
	margin-top: 30px;
}

@media only screen and (max-width: 430px) {
.point p{
	margin-top: 0;
}
}

/*------------------------

ジョブカード制度（jobcard）

------------------------*/
.jobcard .title{
	text-align: center;
}
.jobcard h1{
	margin-bottom: 1rem;
}

.jobcard .intro-text{
	margin-bottom: 30px;
	text-align: left;
}

.jobcard .title .small-text{
	font-size: 1.8rem;
	font-weight: bold;
}
.jobcard .problem .case{
	padding: 30px 50px 10px 50px;
	background-color: rgba(75,113,166,0.1);
}

.jobcard .problem{
	margin-bottom: 40px;
}
.jobcard .problem .balloon{
	margin-bottom: 50px;
	background-color: #4a7bbe;
	margin-top: 0;
}
.jobcard .problem .balloon:before{
	border-top: 15px solid #4a7bbe;
}
.jobcard .problem .fa-square {
    color: #4a7bbe;
}

.jobcard .problem .circle-box:first-of-type{
	border-bottom: 0;
	padding-top: 0;
}
.problem .circle-box:last-of-type{
	border-top: 0;
}

.jobcard .design{
/*	padding-top : 0;*/
	text-align: center;
}

.jobcard .design h3{
}
.jobcard .ibox i{
	color: #4a7bbe;
}
.jobcard .ibox img{
	width: 140px;
}
.jobcard .affairs{
	margin: 10px 0 20px 0;
	display: inline-block;
	font-size: 1.6rem;
	background: #fff;
    border: #4a7bbe 1px solid;
    color: #4a7bbe;
    font-weight: bold;
}
.jobcard .balloon h2 {
    margin: .1em auto;
}

.jobcard .case .text-right{
	margin-top: -38px;
}
@media only screen and (max-width: 767px) {
.jobcard .case .text-right{
	margin-top: 0;
}
}

.application-blocks{
	background-color: #f6f4ef;
	padding: 2.65em 0;
}

.application-blocks h2 + p.text-center{
	margin: -.65em 0 2.95em;
}

.application-box{
	background-color: #ffffff;
	padding: 2.65em 1em;
	height: 100%;
}

.application-box h3{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: .65em;
	line-height: 1.61;
	text-align: center;
}

.application-box h3 img{
	display: block;
	margin: 0 auto .35em;
}

.application-box p{
	text-align: center;
	margin-bottom: 1.65em;
}

.application-box.fax p{
	margin-bottom: 1em;
	line-height: 1.45;
}

.application-box p span{
	display: block;
	font-size: 2.3rem;
	font-weight: 300;
}

.application-blocks .col-6{
	margin-bottom: 1.65em;
}

@media only screen and (max-width: 1023px) {
.application-blocks .col-6{
	width: 100% !important;
	}
	
	.application-box{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.application-blocks{
	padding: 1.65em 0;
}
	
	.application-blocks h2 + p.text-center {
    margin: -.65em 0 1.65em;
}
	.application-box {
    padding: 2.65em 5%;
}
	
	.application-box p br{
		display: block;
	}
}
img.mail-b{
	width: 180px;
	max-width: 180px;
}
