@charset "UTF-8";
/* Scss Document */
/* color */
/* media queries*/
.box_top li {
		width: calc((100% - 30px) / 2);
}


.salesforce_head {
		background: url("../img/salesforce_head_bg.jpg") no-repeat;
		background-position: 50% center;
		background-size: cover;
}

.box_qa .item {
		width: 32.6666666667%;
}
.box_qa .item:nth-of-type(1) .ques {
		background: url("../img/box_ques_ico01.svg") no-repeat bottom center;
		background-size: 10rem;
}
.box_qa .item:nth-of-type(1) .ans {
		background: url("../img/box_ans.svg") no-repeat bottom center;
		background-size: 11rem;
}
.box_qa .item:nth-of-type(2) .ques {
		background: url("../img/box_ques_ico02.svg") no-repeat bottom center;
		background-size: 10rem;
}
.box_qa .item:nth-of-type(2) .ans {
		background: url("../img/box_ans.svg") no-repeat bottom center;
		background-size: 11rem;
}
.box_qa .item:nth-of-type(3) .ques {
		background: url("../img/box_ques_ico03.svg") no-repeat bottom center;
		background-size: 10rem;
}
.box_qa .item:nth-of-type(3) .ans {
		background: url("../img/box_ans.svg") no-repeat bottom center;
		background-size: 11rem;
}

.about {
		margin: 3rem 5% 0 5%;
		/*-- end .about_sf --*/
}
.about .end {
		margin: 1rem 0 0 0;
}
@media screen and (max-width: 767px) {
		.about {
				margin: 3rem 5% 0 5%;
		}
}
@media screen and (max-width: 480px) {
		.about {
				margin: 3rem 0 0 0;
		}
}
.about h5 {
		font-size: 1.2rem;
		margin: 2rem 0 1rem 0;
		text-align: center;
	border-bottom: none !important;
}
.about .about_sf {
		margin: 0 1rem 0.5rem 1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border: #150D60 1px solid;
}
@media screen and (max-width: 767px) {
		.about .about_sf {
				display: block;
		}
}
.about .about_sf:first-of-type {
		margin-top: 2rem;
}
.about .about_sf:nth-of-type(5) {
		margin-bottom: 2rem;
}
/*
.about .about_sf .title {
		background-color: #150D60;
		color: #fff;
		text-align: center;
		padding: 0.5rem;
		max-height: 4rem;
		width: 25%;
		display: table-cell;
		vertical-align: middle;
}
.about .about_sf .title img {
		max-height: 2.5rem;
}
@media screen and (max-width: 767px) {
		.about .about_sf .title {
				width: 100%;
				display: block;
		}
}
.about .about_sf .text {
		padding: 1rem 0.5rem 0.5rem 0.5rem;
		width: 200%;
		font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
		.about .about_sf .text {
				width: 100%;
				padding: 1rem 0.5rem;
		}
}*/


.about .about_sf .title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: #150D60;
		color: #fff;
		text-align: center;
		padding: 0.5rem;
		width: 10%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
.about .about_sf .title img {
		max-height: 2.5rem;
}
@media screen and (max-width: 767px) {
		.about .about_sf .title {
				width: 100%;
				display: block;
		}
}
.about .about_sf .text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1rem 0.5rem;
		/*width: 200%;*/
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		font-size: 1.02rem;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
@media screen and (max-width: 767px) {
		.about .about_sf .text {
				width: 100%;
				padding: 1rem 0.5rem;
		}
}
.about .about_sf .text strong {
		font-size: 1.1rem;
}

.about .about_item {
		margin: 0 0 0.2rem 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
@media screen and (max-width: 767px) {
		.about .about_item {
				display: block;
		}
}
.about .about_item:first-of-type {
		margin: 2rem 0 0.2rem 0;
}
.about .about_item:last-of-type {
		margin: 0 0 2rem 0;
}
.about .about_item .title {
		background-color: #150D60;
		color: #fff;
		padding: 0.5rem;
		width: 100%;
		display: table-cell;
		vertical-align: middle;
}
@media screen and (max-width: 767px) {
		.about .about_item .title {
				width: 100%;
				display: block;
		}
}
.about .about_item .text {
		padding: 0.5rem;
		width: 200%;
}
@media screen and (max-width: 767px) {
		.about .about_item .text {
				width: 100%;
		}
}

/* ---- IE11用ハック---- */
@media all and (-ms-high-contrast: none) {
		*::-ms-backdrop, .about .about_item .title {
				display: block;
		}
}
/* ---- /IE11用ハック---- */
/*ul.about_sf {
	margin: 1rem;
	padding: 0;
	li {
		list-style: none;
		padding: 0 0 0 1rem;
		text-indent: -1rem;
	}
}*/
.consultation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: #f26528;
		color: #fff;
		padding: 0;
		margin: 0 5% 3rem 5%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
@media screen and (max-width: 767px) {
		.consultation {
				display: block;
		}
}
.consultation .item {
		font-size: 1.2rem;
		text-align: center;
		display: block;
		width: 100%;
}
.consultation .item a {
		padding: 1rem 0;
		display: block;
		width: 100%;
}
.consultation .item a img {
		-webkit-filter: invert(100%);
		        filter: invert(100%);
		height: 4rem;
		padding-right: 1rem;
}
.consultation .item a:hover {
		background-color: rgba(255, 255, 255, 0.5);
		color: #47463b;
}
.consultation .item a:hover img {
		-webkit-filter: invert(0%);
		        filter: invert(0%);
}

.qualification {
		margin: 3rem 5% 0 5%;
}
@media screen and (max-width: 767px) {
		.qualification {
				margin: 3rem 5% 0 5%;
		}
}
@media screen and (max-width: 480px) {
		.qualification {
				margin: 3rem 0 0 0;
		}
}
.qualification h5 {
		font-size: 1.2rem;
		margin: 1rem 0;
}
.qualification h5:nth-of-type(n+2) {
		margin: 2rem 0 1rem 0;
}
.qualification h5:before {
		content: "●";
		color: #150D60;
}
.qualification .qualification_item {
		margin: 0 0 0.2rem 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
@media screen and (max-width: 767px) {
		.qualification .qualification_item {
				display: block;
		}
}
.qualification .qualification_item:last-of-type {
		margin: 0 0 2rem 0;
}
.qualification .qualification_item .title {
		background-color: #150D60;
		color: #fff;
		text-align: center;
		padding: 0.5rem;
		margin: 0 0 1rem 0;
		width: 70%;
}
@media screen and (max-width: 767px) {
		.qualification .qualification_item .title {
				width: 100%;
		}
}
.qualification .qualification_item .text {
		padding: 0.5rem;
		width: 100%;
}
@media screen and (max-width: 767px) {
		.qualification .qualification_item .text {
				width: 100%;
		}
}

#service .faq div:not(.link_more):nth-of-type(n+7) {
		display: none;
}

.case_study .case {
		width: 100% !important;
}
.case_study .case .article {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
}
.case_study .case .article .img_box {
		position: relative;
		text-align: center;
}
@media screen and (max-width: 899px) {
		.case_study .case .article .img_box {
				/*width: 50%;*/
				text-align: center;
				background: rgba(71, 70, 59, 0.3);
		}
}
.case_study .case .article .img_box .group {
		background: #47463b;
		color: #fff;
		text-align: center;
		position: absolute;
		bottom: 0.5rem;
		left: 0;
		width: 100%;
}
@media screen and (max-width: 899px) {
		.case_study .case .article .img_box .group {
				right: 0;
				left: 0;
				width: 100%;
		}
}
.case_study .case .article .text_box {
		padding: 0 1rem !important;
}
.case_study .case .article .text_box .campany {
		height: auto !important;
}



/* === 2024新規 === */
.salesforce_head {
		background: url("../img/salesforce_head_bg.jpg") no-repeat;
		background-position: 50% center;
		background-size: cover;
}
