@charset "utf-8";
/* CSS Document */

.g_sidebar{display:none;}
.g_content_wrapper{max-width:none;}
.g_content{width:100%;margin:0 auto;}
.g_content header{display:none;}
aside {display: none;}
.pb100 {padding-bottom:100px!important;}
.sa {
	opacity: 0;
	transition: all 1s ease;
	margin-top: 50px;
}
.sa--up {
	opacity: 1;
	transform: translate(0, -50px);
}
.content {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}
.text_r {
	display: none;
}
.info .text_r {
	display: block;
}
h2.mv {
	position: relative;
	z-index: 100;
}
h2.mv:before {
	content: '';
	position: absolute;
	width: 153px;
	height: 2px;
	background: #f47920;
	top: -2px;
	left: -2px;
}
h2.mv:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 81px;
	background: #f47920;
	top: -2px;
	left: -2px;
}
h2.mv span:before {
	content: '';
	position: absolute;
	width: 153px;
	height: 2px;
	background: #009dd3;
	top: -2px;
	right: -2px;
}
h2.mv span:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 81px;
	background: #009dd3;
	top: -2px;
	right: -2px;
}
h2.mv img {
	box-shadow: 0 24px 30px -11px rgba(0, 0, 0, 0.06);
}
.bg_gray {
	background: #eee;
	position: relative;
	padding-top: 120px;
	padding-bottom: 130px;
}
.bg_white {
	background: #fff;
	padding-top: 120px;
	padding-bottom: 130px;
	position: relative;
}
.bg_gray.introduction {
	margin-top: -140px;
	padding-top: 190px;
}
.bg_gray.introduction .profile {
	max-width: 980px;
	background: #fff;
	margin: 60px auto 0;
	padding: 1% 3%;
	box-sizing: border-box;
}
.col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.profile .col2 > div {
	width: 49%;
	padding: 40px 15px 30px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.profile p {
	font-size: 1.4rem;
}
.profile figure {
	flex: none;
}
.profile .name {
	font-weight: bold;
	margin-left: 15px;
}
.profile .name .hottolink {
	font-size: 2.0rem;
	color: #f47920;
	position: relative;
	padding-left: 90px;
	padding-top: 2px;
}
.profile .name .hottolink:before {
	content: '';
	position: absolute;
	background: url(/case/trtvlv00000ddf4t-img/logo_hottolink_small.png) no-repeat 0 0 / 72px;
	width: 72px;
	height: 50px;
	top: 0;
	left: 0;
}
.profile .name .idcf {
	font-size: 2.0rem;
	color: #009dd3;
	position: relative;
	padding-left: 145px;
	padding-top: 2px;
}
.profile .name .idcf:before {
	content: '';
	position: absolute;
	background: url(/sevice_shared/img/svg/logo_idcfrontier.svg) no-repeat 0 0 / 133px;
	width: 133px;
	height: 27px;
	top: 4px;
	left: 0;
}
.profile .name + p {
	margin-top: 10px;
}
.profile div.profile_detail {
	position: relative;
}
.profile div:first-child .profile_detail:after {
	position: absolute;
	content: '';
	width: 70%;
	height: 2px;
	background: #ddd;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.bg_gray .hdg_03,
.bg_white .hdg_03 {
	border: none;
	background: #333;
	color: #fff;
	font-weight: normal;
	font-size: 3.2rem;
	max-width: 77%;
	padding: 30px 30px 25px;
	margin-top: -170px;
	margin-bottom: 60px;
}
.bg_gray .hdg_03 {
	float: right;
}
.talk {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	clear: both;
}
.talk span {
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	width: 5%;
	min-width: 52px;
	text-align: center;
	position: relative;
}
.talk span:after {
	content: '';
	position: absolute;
	width: 52px;
	height: 52px;
	top: 21px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.talk.idcf span {
	color: #009dd3;
}
.talk.hottolink span {
	color: #f47920;
}
.talk span.talk_staff:after {
	background: url(/case/trtvlv00000ddf4t-img/img_profile_staff.png) no-repeat 0 0 / 52px;
}
.talk span.talk_yamamoto:after {
	background: url(/case/trtvlv00000ddf4t-img/img_icn_yamamoto.png) no-repeat 0 0 / 52px;
}
.talk span.talk_ikeda:after {
	background: url(/case/trtvlv00000ddf4t-img/img_icn_ikeda.png) no-repeat 0 0 / 52px;
}
.talk span.talk_sakaki:after {
	background: url(/case/trtvlv00000ddf4t-img/img_icn_sakaki.png) no-repeat 0 0 / 52px;
}
.talk p {
	background: #eee;
	padding: 20px 25px;
	border-radius: 10px;
	box-sizing: border-box;
	width: 92.3%;
	min-height: 82px;
	position: relative;
}
.talk p:before {
	content: '';
	position: absolute;
	border-top: 9px solid transparent;
	border-right: 8px solid #eee;
	border-bottom: 9px solid transparent;
	left: -8px;
	top: 32px;
}
.bg_gray .talk p {
	background: #fff;
}
.bg_gray .talk p:before {
	border-right: 8px solid #fff;
}
.bg_white.info {
	padding-top: 100px;
	padding-bottom: 20px;
}
.case_info {
	max-width: 880px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
}
.case_info h4 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.case_info figure {
	flex: none;
	max-width: 185px;
}
.case_info > div {
	margin-left: 60px;
}
.case_info dl {
	display: flex;
	flex-wrap: wrap;
	max-width: 635px;
}
.case_info dt {
	width: 10%;
	margin-right: 5%;
	font-weight: bold;
	margin-bottom: 10px;
}
.case_info dd {
	width: 85%;
	margin-bottom: 10px;
}
.relation h5 {
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	padding: 5px 0 3px 15px;
	margin-bottom: 10px;
}
.relation h5:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #2f5597;
	top: 0;
	left: 0;
}
.relation .service {
	margin-bottom: 30px;
}
.relation .service ul {
	display: flex;
	flex-wrap: wrap;
}
.relation .service ul li {
	margin-right: 25px;
	padding-left: 20px;
	position: relative;
	background: url(/sevice_shared/img/svg/icn_arrow_b.svg) no-repeat left 50% / 10px;
}
.relation .case .pickup {
	display: flex;
	justify-content: space-around;
}
.relation .case .pickup a {
	width: 33%;
	background: #eee;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 20px;
	box-sizing: border-box;
	display: block;
}
.relation .case .pickup a span {
	font-size: 1.4rem;
	font-weight: normal;
	display: inline-block;
	color: #333;
	margin-top: 5px;
}
.relation .category {
	display: flex;
	flex-wrap: wrap;
}
.relation .category li a {
	background: #eee;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 8px 20px 5px;
	display: block;
	font-size: 1.4rem;
}
.relation .case .pickup a:hover,
.relation .category li a:hover {
	opacity: .8;
}

/*----------------------------------------------------------------------------------------------------
	for タブレット（1039px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1039px) {
	.g_content_wrapper {
		padding: 0;
	}
	h2.mv,
	.content {
		width: 95%;
	}
	.col2 {
		display: block;
	}
	.profile .col2 > div {
		width: 100%;
	}
	.profile div .profile_detail:after {
		position: absolute;
		content: '';
		width: 70%;
		height: 2px;
		background: #ddd;
		bottom: -2px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.profile div:last-child .profile_detail:last-child:after {
		content: none;
	}
	.bg_gray .hdg_03, .bg_white .hdg_03 {
		font-size: 2.3rem;
	}
	.talk p {
		width: 90.3%;
	}
}

/*----------------------------------------------------------------------------------------------------
	for SP（768px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	.bg_gray.introduction {
		padding-top: 160px;
	}
	.bg_gray .hdg_03, .bg_white .hdg_03 {
		font-size: 1.8rem;
		width: auto;
		max-width: none;
		padding: 20px 10px;
		margin-top: -50px;
		margin-bottom: 40px;
	}
	.bg_white,
	.bg_gray {
		padding-top: 20px;
		padding-bottom: 70px;
	}
	h2.mv:before,
	h2.mv span:before {
		width: 75px;
	}
	h2.mv:after,
	h2.mv span:after {
		height: 40px;
	}
	.profile .col2 > div {
		display: block;
	}
	.profile .name {
		margin-left: 0;
		text-align: center;
	}
	.profile .name + p {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.profile figure {
		width: 90px;
		margin: 0 auto 10px;
	}
	.profile .name .hottolink,
	.profile .name .idcf {
		padding-left: 0;
		position: static;
		font-size: 1.7rem;
	}
	.profile .name .hottolink:before,
	.profile .name .idcf:before {
		top: 15px;
		left: 5px;
	}
	.talk {
		display: block;
	}
	.talk span {
		width: 100%;
		text-align: left;
		padding-left: 50px;
		padding-top: 10px;
	}
	.talk span:after {
		width: 40px;
		height: 40px;
		top: 0;
		left: 22px;
	}
	.talk span.talk_staff:after,
	.talk span.talk_yamamoto:after,
	.talk span.talk_sakaki:after,
	.talk span.talk_ikeda:after {
		background-size: 40px;
	}
	.talk p {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.talk p:before {
		content: none;
	}
	.bg_white.info {
		padding-top: 50px;
	}
	.case_info {
		display: block;
	}
	.case_info figure {
		margin: 0 auto 20px;
	}
	.case_info > div {
		margin-left: 0;
	}
	.case_info h4 {
		text-align: center;
	}
	.case_info dt {
		width: 15%;
	}
	.case_info dd {
		width: 80%;
	}
	.relation .case .pickup {
		display: block;
	}
	.relation .case .pickup a {
		width: 100%;
		margin-bottom: 5px;
	}
	.relation .category {
		margin-bottom: 50px;
	}
	.relation .category li a {
		font-size: 1.3rem;
	}
}