
/* consultation */
.consultation{
	padding: 0;
}
.consultation-container{
	background: url("../images/service/support/consultation_bg.jpg") no-repeat;
	background-size: cover;
	padding: 60px;
}
.consultation-contents{
	color: #FFF;
	display: flex;
	justify-content: space-between;
}
.cc-left,.cc-right{
	width: 48.33333333333333%;
}
.cc-left{
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}
.sr-style #content .cc-head h3{
	color: #FFF;
	font-size: 16px;
	margin-bottom: 15px;
}
.sr-style #content .cc-head h3 strong{
	font-size: 30px;
	font-weight: 700;
	display: block;
	margin-top: 10px;
}
.cc-tags{
	margin-top: 20px;
}
.cc-tag{
	background: #9E8850;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0;
	padding: 3px 10px;
	text-align: center;
}
.cc-left .cc-btn{
	width: 100%;
}
.cc-btn-inner{
	max-width: 342px;
	text-align: center;
}
.cc-btnlabel {
	display: inline-block;
	letter-spacing: 0.5em;
	margin-bottom: 15px;
	position: relative;
	padding: 0 40px;
	text-align: center;
}
.cc-btnlabel::before,
.cc-btnlabel::after {
	position: absolute;
	top: 0.25rem;
	height: 20px;
	content: '';
}
.cc-btnlabel::before {
	border-left: solid 1px;
	left: 0;
	transform: rotate(-45deg);
}
.cc-btnlabel::after {
	border-right: solid 1px;
	right: 0;
	transform: rotate(45deg);
}
.cc-left .cc-btn a{
	background: url("../images/service/link_arw_rw.svg") no-repeat #333;
	background-position: right 20px center;
	border: 2px solid #FFF;
	color: #FFF;
	display: flex;
	font-size: 15px;
	width: 100%;
	height: 60px;
	justify-content: center;
	align-items: center;
	letter-spacing: 0;
}
.cc-stepcontainer{
	padding-top: 30px;
}
.cc-step{
	position: relative;
	padding-left: 76px;
	min-height: 110px;
}
.cc-step .cc-step-num{
	border: 1px solid #FFF;
	border-radius: 30px;
	display: flex;
	font-size: 20px;
	letter-spacing: 0.1em;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
}
.cc-step::after{
	background: #FFF;
	content: "";
	display: block;
	height: calc(100% - 60px);
	width: 1px;
	position: absolute;
	top: 60px;
	left: 29px;
}
.cc-stepcontainer .cc-step:last-child::after{
	display: none;
}
.cc-steptext{
	padding-top: 12px;
}
.cc-step-ttl{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
}
.cc-steptext p{
	font-size: 15px;
	letter-spacing: 0;
}

/* consultation service */
.consultation-service{
	margin-bottom: 40px;
}
.sr-style #content .consultation-service .service-detail h3 {
  border-bottom: 1px solid rgb(229, 229, 229);
  font-size: 16px;
  color: rgb(51, 51, 51);
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
  line-height: 200%;
	letter-spacing: 0;
}
.sr-style #content .consultation-service .service-detail h3 strong {
  font-size: 21px;
  font-weight: bold;
}
.consultation-service .service-detail{
	width: 48.33333333333333%;
	text-align: center;
}
.consultation-service .service-detail p{
	margin-bottom: 0;
	letter-spacing: 0;
	text-align: left;
}

/* case */
.case{
	padding-top: 1px;
	padding-bottom: 30px;
}
.case-inner{
	background: #FFF;
	margin: 30px 0 0 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.case-image{
	width: 48.33333333333333%;
	margin-left: -30px;
	margin-top: -30px;
}
.case-image figure{
	position: relative;
}
.case-image figure figcaption{
  background-image: linear-gradient(90deg, #333333, transparent);
	color: #FFF;
	padding: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.case-text{
	flex: 1;
	padding:60px 30px;
}
.case-interview p{
	font-size: 16px;
	line-height: 200%;
	letter-spacing: 0;
}
.case-interview p strong{
	background: linear-gradient(transparent 64%,#e1e1c4 0%);
}
.case-list{
	margin-top: 20px;
}
.sr-style #content .case-list h3{
	color: #333;
	font-size: 15px;
	margin-bottom: 15px;
}
#content .section .case-list ul {
	margin: 0;
	padding: 0;
}
#content .section .case-list ul li{
	padding-left: 15px;
	position: relative;
}
#content .section .case-list ul li::before{
	background: #9A9A38;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: calc(1rem - 4px);
}
.interview-link{
	margin-top: 20px;
	text-align: center;
}
.interview-link a{
	background: url("../images/service/link_arw_rw.svg") no-repeat #333;
	background-position: right 15px center;
	color: #FFF;
	font-size: 15px;
	letter-spacing: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
}
.interview-link a:hover{
	color: #FFF;
}

/* step */
.support-step{
	background: #F8F7F6;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	padding: 30px 30px 30px 120px;
	margin-bottom: 10px;
	min-height: 150px;
	position: relative;
}
.support-step::before{
	background: #29436E;
	content: "";
	display: block;
	width: 3px;
	height: calc(100% + 12px);
	position: absolute;
	left: 65px;
	top: 0px;
	z-index: 2;
}
.support-step:nth-child(1)::before{
	background: #29436E;
	content: "";
	display: block;
	width: 3px;
	height: calc(50% - 15px);
	position: absolute;
	left: 65px;
	top: calc(50% + 35px);
	z-index: 2;
}
.support-step:nth-child(5)::before{
	background: #29436E;
	content: "";
	display: block;
	width: 3px;
	height: calc(50% - 35px);
	position: absolute;
	left: 65px;
	top: 0px;
	z-index: 2;
}
.stepicon{
	background: #29436E;
	border-radius: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 3;
}
.stepicon img{
	width: 32px;
	height: auto;
}
.sr-style #content .stephead h3{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
}
.sr-style #content .stephead h3 strong{
	color: #333;
	display: block;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0;
	margin-top: 10px;
}
.step-detail{
	display: flex;
  height: 100%;
}
.stephead{
	flex: 1;
	padding-top: 5px;
}
.stepinfo{
	width: calc(64% - 20px);
	margin-left: 20px;
	min-height: calc(150px - 60px);
	display: flex;
	align-items: center;
}
#content .section .stepinfo ul {
	padding: 0;
	margin: 0;
	letter-spacing: 0;
}
#content .section .stepinfo ul li{
	padding-left: 15px;
	position: relative;
}
#content .section .stepinfo ul li::before{
	background: #9A9A38;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: calc(1rem - 4px);
}
.price-list.pricelist-support {
  padding: 100px 20px;
}
.pricelist-support .price-detail {
  width: 100%;
}
.pricelist-support .price-detail p {
  margin-top: 15px;
}
.pricelist-support .price-detail .price p {
  font-size: 40px;
}
.service-news{
	padding-top: 70px;
}

@media (max-width: 1000px){
	.consultation-container {
		padding: 40px;
	}
	.consultation-container .sinner {
    width: 100%;
  }
}

@media (max-width: 768px){
	/* consultation */
	.consultation{
		padding: 0;
	}
	.consultation-container{
		background: url("../images/service/support/consultation_bg_sp.jpg") no-repeat;
		background-size: cover;
		padding: 30px 0px 40px;
	}
	.consultation-contents{
		flex-wrap: wrap;
	}
	.cc-left, .cc-right {
		width: 100%;
	}
	.sr-style #content .cc-head h3 {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.sr-style #content .cc-head h3 strong {
		font-size: 22px;
		margin-top: 5px;
	}
	.cc-step{
		position: relative;
		padding-left: 60px;
		padding-bottom: 30px;
		min-height: 0;
	}
	.cc-step .cc-step-num{
		font-size: 17px;
		width: 45px;
		height: 45px;
	}
	.cc-step::after{
		height: calc(100% - 45px);
		top: 45px;
		left: 24px;
	}
	.cc-steptext{
		padding-top: 0px;
	}
	.cc-steptext p{
		margin-bottom: 0px;
	}
	.cc-step-ttl {
		font-size: 17px;
	}
	.cc-btn-inner{
		max-width: 100%;
	}
	.cc-btnlabel {
		letter-spacing: 0.5em;
		margin-bottom: 10px;
		font-weight: 700;
		position: relative;
	}
	.cc-right .cc-btn{
		text-align: center;
	}
	.cc-right .cc-btn a {
		background: url("../images/service/link_arw_rw.svg") no-repeat #333;
		background-position: right 15px center;
		border: 2px solid #FFF;
		color: #FFF;
		display: inline-flex;
		font-size: 15px;
		width: 100%;
		max-width: 250px;
		height: 50px;
		justify-content: center;
		align-items: center;
		letter-spacing: 0;
	}
	.consultation-container .sinner {
    width: 90%;
  }
	.cc-tag {
		font-size: 14px;
		padding: 2px 10px;
	}
	
	/* consultation service */
	.consultation-service .service-detail {
		width: 100%;
	}
	.sr-style #content .consultation-service .service-detail h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 160%;
  }
	.sr-style #content .consultation-service .service-detail h3{
		font-size: 15px;
	}
	.sr-style #content .consultation-service .service-detail h3 strong {
		font-size: 18px;
	}
	.consultation-service {
		margin-bottom: 20px;
	}
	
	/* case */
	.case{
		padding-bottom: 0;
	}
	.case-inner {
		background: #FFF;
		margin: 0;
		padding: 20px;
		display: block;
	}
	.case-image {
		width: 100%;
		margin:0 0 20px 0;
	}
	.case-text {
		padding: 0px;
		margin-bottom: 20px;
	}
	.case-image figure figcaption{
		padding: 10px;
		line-height: 150%;
	}
	
	/* step */
	.support-steplist{
		background: #F8F7F6;
		border: 1px solid #E5E5E5;
		border-radius: 10px;
	}
	.support-step {
		background: none;
		border: none;
		padding: 30px 20px 0px 75px;
		margin-bottom: 10px;
		min-height: 0;
	}
	.support-step:nth-child(2),.support-step:nth-child(3),.support-step:nth-child(4),.support-step:nth-child(5) {
		padding-top: 0;
	}
	.stepicon {
		border-radius: 35px;
		width: 45px;
		height: 45px;
		position: absolute;
		left: 20px;
		top: 30px;
		bottom: auto;
		margin: 0;
		z-index: 3;
	}
	.support-step:nth-child(2) .stepicon,.support-step:nth-child(3) .stepicon,.support-step:nth-child(4) .stepicon,.support-step:nth-child(5) .stepicon {
		top: 0;
	}
	.stepicon img {
		width: 20px;
		height: auto;
	}
	.stephead {
		padding-top: 0px;
	}
	.support-step::before {
		height: calc(100% + 30px);
		left: 41px;
		top: calc(30px);
	}
	.support-step:nth-child(1)::before {
		height: calc(100% + 30px);
		left: 41px;
		top: calc(30px);
	}
	.support-step:nth-child(5)::before {
		height: 30px;
		left: 41px;
		top: 0;
	}
	.step-detail {
		display: block;
	}
	.sr-style #content .stephead h3 strong {
		font-size: 17px;
		margin-top: 5px;
	}
	.stepinfo {
		width: 100%;
		margin-left: 0px;
		min-height:0;
		display: block;
		margin: 10px 0 25px;
	}
	
	/* price */
	.price-list.pricelist-support {
		padding: 50px 20px;
	}
	.pricelist-support .price-detail .price p {
		font-size: 26px;
	}
}
