@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	work-detail.css
*/

.body {
	padding: 0 0 180px 0;
}
@media screen and (max-width: 768px) {
	.body {
		padding: 0 0 80px 0;
		font-size: 13px;
		line-height: 2;
	}
}

/*============================================================
	コンテナ
*/
.body .container {
	padding: 0;
	max-width: 960px;
}
@media screen and (max-width: 768px) {
	.body .container {
	}
}

/*============================================================
	メイン
*/
.body .main {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.body .main .v-center {
	height: 510px;
	text-align: center;
}
.body .main .headline span {
	display: block;
}
.body .main .headline .en-cond-i {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.3;
}
.body .main .headline .en-cond-i i {
	padding-left: 0.2em;
	font-weight: 400;
	font-size: 34px;
}
.body .main .headline .line {
	display: block;
	margin: 15px auto;
	width: 30px;
	height: 2px;
	background-color: #fff;
}
.body .main .headline .jp {
	font-weight: 400;
	font-size: 52px;
	line-height: 1.42;
}
.body .main .department {
	display: inline-block;
	margin-top: 20px;
	padding: 0.2em 0.6em 0.3em 0.6em;
	border: 2px solid #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.body .main .lead {
	background-color: rgba(0,0,143,0.8);
	font-size: 13px;
	line-height: 2.4;
}
.body .main .lead .container {
	padding: 35px 0;
}
.body .main .lead .container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 60px;
	height: 8px;
	background-color: #ff1721;
}
.body .main .lead .h {
	font-size: 14px;
}
.body .main .lead p.note {
	margin-top: 1em;
	font-size: 12px;
}
/* 部門別 */
.body-cx .main {
	background-position: 50% 10%;
	background-image: url(/company/recruitment/assets/img/work/cx-main-kv.jpg);
}
.body-datatech .main {
	background-position: 50% 20%;
	background-image: url(/company/recruitment/assets/img/work/datatech-main-kv.jpg);
}
.body-sales .main {
	background-image: url(/company/recruitment/assets/img/work/marketing-main-kv.jpg);
}
.body-operations .main {
	background-position: 50% 30%;
	background-image: url(/company/recruitment/assets/img/work/operations-main-kv.jpg);
}
.body-pricing .main {
	background-image: url(/company/recruitment/assets/img/work/pricing-main-kv.jpg);
}
.body-accidentsupport .main {
	background-image: url(/company/recruitment/assets/img/work/accidentsupport-main-kv.jpg);
}
.body-corporate .main {
	background-image: url(/company/recruitment/assets/img/work/businessspport-main-kv.jpg);
}
/* アニメーション */
.body .anim-main .headline .en-cond-i,
.body .anim-main .headline .jp {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
}
.body .anim-main .headline .line {
	width: 0;
}
.body .anim-main .department,
.body .anim-main .lead {
	opacity: 0;
}
.body .anim-main-active .headline .en-cond-i {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.8s ease-out 0s;
	        transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.8s ease-out 0s;
	opacity: 1;
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
}
.body .anim-main-active .headline .line {
	-webkit-transition: width 0.5s ease-out 0.5s;
	        transition: width 0.5s ease-out 0.5s;
	width: 30px;
}
.body .anim-main-active .headline .jp {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s, opacity 0.8s ease-out 0.8s;
	        transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s, opacity 0.8s ease-out 0.8s;
	opacity: 1;
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
}
.body .anim-main-active .department,
.body .anim-main-active .lead {
	-webkit-transition: opacity 0.5s linear 1.4s;
	        transition: opacity 0.5s linear 1.4s;
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.body .main {
		background-image: none !important;
	}
	.body .main .v-center {
		height: 380px;
		background-color: transparent;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.body .main .headline .en-cond-i {
		font-size: 10px;
	}
	.body .main .headline .en-cond-i i {
		font-size: 24px;
	}
	.body .main .headline .line {
		margin: 10px auto 12px auto;
	}
	.body .main .headline .jp {
		font-size: 30px;
		letter-spacing: 0;
	}
	.body .main .department {
		margin-top: 20px;
		border-width: 1px;
		font-size: 10px;
	}
	.body .main .lead {
		background-color: #00008f;
		font-size: 12px;
		line-height: 2;
	}
	.body .main .lead .container {
		padding: 30px 27px 30px 27px;
	}
	.body .main .lead .container::before {
		margin-left: 27px;
		width: 40px;
		height: 5px;
	}
	.body .main .lead .h {
		margin-bottom: 5px;
	}
	.body .main .lead p.note {
		margin-top: 1em;
		font-size: 11px;
	}
	/* 部門別 */
	.body-cx .main .v-center {
		background-image: url(/company/recruitment/assets/img/work/cx-main-kv-sp.jpg);
	}
	.body-datatech .main .v-center {
		background-image: url(/company/recruitment/assets/img/work/datatech-main-kv-sp.jpg);
	}
	.body-sales .main .v-center {
		background-image: url(/company/recruitment/assets/img/work/marketing-main-kv-sp.jpg);
	}
	.body-operations .main .v-center {
		background-image: url(/company/recruitment/assets/img/work/operations-main-kv-sp.jpg);
	}
	.body-pricing .main .v-center {
		background-image: url(/company/recruitment/assets/img/work/pricing-main-kv-sp.jpg);
	}
	.body-accidentsupport .main .v-center {
		background-image: url(/company/recruitment/assets/img/work/accidentsupport-main-kv-sp.jpg);
	}
	.body-corporate .main .v-center {
		background-image: url(/company/recruitment/assets/img/work/businessspport-main-kv-sp.jpg);
	}
}
@media screen and (max-width: 360px) {
	.body .main .headline .jp {
		font-size: 26px;
	}
}

/*============================================================
	見出し
*/
.body .subhead-caption {
	margin-bottom: 30px;
	padding: 15px;
	background-color: #00008f;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	letter-spacing: 0.1em;
}
.body .subhead-category {
	margin: 70px 0 40px 0;
	text-align: center;
	font-weight: 700;
	font-family: Roboto-Italic, sans-serif;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.body .subhead-caption {
		margin-bottom: 25px;
		padding: 12px;
		font-size: 16px;
	}
	.body .subhead-category {
		margin: 35px 0 0 0;
		padding: 0 27px;
		text-align: left;
		font-size: 14px;
	}
}

/*============================================================
	プロフィール
*/
.body .profile {
	margin: 0 0 60px 0;
	font-weight: 500;
	font-size: 13px;
}
.body .profile .container {
	display: flex;
}
.body .profile .block {
	padding: 0 30px;
	max-width: 50%;
	flex-basis: 50%;
}
.body .profile .person {
	display: table;
	margin: 0 auto;
}
.body .profile .person .portrait {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
}
.body .profile .person .portrait span {
	overflow: hidden;
	display: block;
	border-radius: 50%;
}
.body .profile .person .name {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
	line-height: 1.5;
}
.body .profile .person .name dl dt:after {
	content: '';
	display: block;
	margin: 18px 0 14px 0;
	width: 30px;
	height: 2px;
	background-color: #00008f;
}
.body .profile .person .name dl dd {
	font-weight: 400;
	font-size: 34px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.body .profile .person .name p {
	margin: 10px 0 0 0;
}
.body .profile .person .name .note {
	margin: 20px 0 0 0;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.45;
}
.body .profile .text {
	margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
	.body .profile {
		margin: 40px 0 30px 0;
		padding: 0 27px;
		font-size: 10px;
	}
	.body .profile .container {
		display: block;
	}
	.body .profile .block {
		margin: 20px 0 0 0;
		padding: 0;
		max-width: 100%;
	}
	.body .profile .person .portrait {
		width: 90px;
	}
	.body .profile .person .name {
		padding-left: 30px;
	}
	.body .profile .person .name dl dt:after {
		margin: 12px 0;
	}
	.body .profile .person .name dl dd {
		font-size: 24px;
	}
	.body .profile .person .name p {
		margin: 5px 0 0 0;
	}
	.body .profile .person .name .note {
		margin: 12px 0 0 0;
		font-size: 9px;
		line-height: 1.45;
	}
	.body .profile .text {
		margin: 10px 0 0 0;
	}
}

/*============================================================
	本文
*/
.body article {
	margin: 45px 0 0 0;
}
.body article .title {
	position: relative;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 34px;
	line-height: 1.8;
	color: #000090;
}
.body article .title:after {
	content: '';
	position: absolute;
	top: 30px;
	left: -80px;
	display: block;
	width: 40px;
	height: 2px;
	background-color: #00008f;
}
.body article .title.indent-half {
	text-indent: -0.5em;
}
.body article p {
	line-height: 2.57;
}
@media screen and (max-width: 768px) {
	.body article {
		margin: 15px 27px 30px 27px;
		font-size: 13px;
	}
	.body article .title {
		margin-bottom: 25px;
		font-size: 23px;
		line-height: 1.7;
	}
	.body article .title:after {
		position: static;
		margin: 20px 0 0 0;
	}
	.body article p {
		line-height: 2;
	}
}
@media screen and (max-width: 360px) {
	.body article .title {
		font-size: 20px;
	}
}

/*============================================================
	画像
*/
.body .photo {
	position: relative;
	margin: 70px 0 60px 0;
	height: 480px;
}
.body .photo .inner {
	position: absolute;
	top: 0;
	bottom: 0;
}
.body .photo .inner .image {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.body .photo .inner .image div {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.body .photo01 .inner {
	left: 50%;
	right: 60px;
}
.body .photo01 .inner .image {
	left: -480px;
	right: 0;
}
.body .photo02 .inner {
	right: 50%;
	left: 60px;
}
.body .photo02 .inner .image {
	right: -480px;
	left: 0;
}
/* 部門別 */
.body-cx .photo01 .inner .image .visible-pc {
	background-image: url(/company/recruitment/assets/img/work/cx-photo01.jpg);
}
.body-cx .photo02 .inner .image .visible-pc {
	background-image: url(/company/recruitment/assets/img/work/cx-photo02.jpg);
}
@media screen and (max-width: 768px) {
	.body .photo {
		margin: 30px 0 35px 0;
		padding-top: 77.333%;
		height: 0;
	}
	.body .photo .image {
		left: 0 !important;
		right: 0 !important;
	}
	.body .photo01 .inner {
		left: 27px;
		right: 0;
	}
	.body .photo02 .inner {
		right: 27px;
		left: 0;
	}
	/* 部門別 */
	.body-cx .photo01 .inner .image {
		background-image: url(/company/recruitment/assets/img/work/cx-photo01-sp.jpg);
	}
	.body-cx .photo02 .inner .image {
		background-image: url(/company/recruitment/assets/img/work/cx-photo02-sp.jpg);
	}
}

/*============================================================
	私の仕事
*/
.body .myjob {
	margin: 80px 0 0 0;
}
.body .myjob .head {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -90px;
	margin-left: -80px;
	width: 180px;
	height: 180px;
	background-color: #00008f;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
}
.body .myjob .kv {
	overflow: hidden;
	position: relative;
	height: 480px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.body .myjob .kv div {
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: cover;
}
/* 部門別 */
.body-datatech .myjob .kv .visible-pc {
	background-image: url(/company/recruitment/assets/img/work/datatech-photo01.jpg);
}
.body-sales .myjob .kv .visible-pc {
	background-image: url(/company/recruitment/assets/img/work/marketing-photo01.jpg);
}
.body-operations .myjob .kv .visible-pc {
	background-image: url(/company/recruitment/assets/img/work/operations-photo01.jpg);
}
.body-pricing .myjob .kv .visible-pc {
	background-image: url(/company/recruitment/assets/img/work/pricing-photo01.jpg);
}
@media screen and (max-width: 768px) {
	.body .myjob {
		margin: 40px 0 0 0;
	}
	.body .myjob .head {
		margin: -67px 0 30px 20px;
		width: 134px;
		height: 134px;
		font-size: 18px;
	}
	.body .myjob .kv {
		padding-top: 77.333%;
		height: 0;
	}
	/* 部門別 */
	.body-datatech .myjob .kv {
		background-image: url(/company/recruitment/assets/img/work/datatech-photo01-sp.jpg);
	}
	.body-sales .myjob .kv {
		background-image: url(/company/recruitment/assets/img/work/marketing-photo01-sp.jpg);
	}
	.body-operations .myjob .kv {
		background-image: url(/company/recruitment/assets/img/work/operations-photo01-sp.jpg);
	}
	.body-pricing .myjob .kv {
		background-image: url(/company/recruitment/assets/img/work/pricing-photo01-sp.jpg);
	}
}

/*============================================================
	NEXT GOAL
*/
.body .next-goal {
	margin: 55px 0 60px 0;
}
.body .next-goal .frame {
	padding: 40px 50px 45px 50px;
	border: 2px solid #00008f;
}
.body .next-goal .h {
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
	color: #00008f;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.body .next-goal .h:after {
	content: '';
	display: block;
	margin: 15px auto;
	width: 80px;
	height: 2px;
	background-color: #ff1721;
}
.body .next-goal p {
	line-height: 2.5;
}
@media screen and (max-width: 768px) {
	.body .next-goal {
		margin: 40px 0;
	}
	.body .next-goal .frame {
		padding: 25px 27px 30px 27px;
		border-left: 0;
		border-right: 0;
	}
	.body .next-goal .h {
		font-size: 23px;
	}
	.body .next-goal .h:after {
		margin: 15px auto 20px auto;
		width: 60px;
	}
	.body .next-goal p {
		line-height: 2;
	}
}

/*============================================================
	仕事相関図
*/
.body .diagram .container {
	padding: 0 0 50px 0;
	border-bottom: 4px solid #ecf2f6;
}
.body .diagram .image {
	margin-top: 50px;
}
.body .diagram .image .wrap .in {
	margin: 0 auto;
	width: 897px;
}
@media screen and (max-width: 768px) {
	.body .diagram .container {
		padding: 0 0 40px 0;
	}
	.body .diagram .image {
		margin-top: 0;
	}
	.body .diagram .image .scrollbar {
		left: 20px;
		right: 20px;
	}
	.body .diagram .image .wrap .in {
		margin: 0 auto;
		width: 720px;
		padding: 0 20px 20px 20px;
	}
}

/*============================================================
	下部KV
*/
.body .footer-kv {
	overflow: hidden;
	position: relative;
	margin: 80px 0 0 0;
	height: 680px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.body .footer-kv div {
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: cover;
}
/* 部門別 */
.body-cx .footer-kv .visible-pc {
	background-image: url(/company/recruitment/assets/img/work/cx-photo03.jpg);
}
.body-datatech .footer-kv .visible-pc {
	background-image: url(/company/recruitment/assets/img/work/datatech-photo02.jpg);
}
.body-sales .footer-kv .visible-pc {
	background-image: url(/company/recruitment/assets/img/work/marketing-photo02.jpg);
}
.body-operations .footer-kv .visible-pc {
	background-image: url(/company/recruitment/assets/img/work/operations-photo02.jpg);
}
.body-pricing .footer-kv .visible-pc {
	background-image: url(/company/recruitment/assets/img/work/pricing-photo02.jpg);
}
@media screen and (max-width: 768px) {
	.body .footer-kv {
		margin: 40px 0 0 0;
		padding-top: 96%;
		height: 0;
	}
	/* 部門別 */
	.body-cx .footer-kv {
		background-image: url(/company/recruitment/assets/img/work/cx-photo03-sp.jpg);
	}
	.body-datatech .footer-kv {
		background-image: url(/company/recruitment/assets/img/work/datatech-photo02-sp.jpg);
	}
	.body-sales .footer-kv {
		background-image: url(/company/recruitment/assets/img/work/marketing-photo02-sp.jpg);
	}
	.body-operations .footer-kv {
		background-image: url(/company/recruitment/assets/img/work/operations-photo02-sp.jpg);
	}
	.body-pricing .footer-kv {
		background-image: url(/company/recruitment/assets/img/work/pricing-photo02-sp.jpg);
	}
}

/*============================================================
	関連社員
*/
.body .related-person {
	margin: 60px 0 0 0;
}
.body .related-person ul {
	margin: 0 -20px;
}
.body .related-person ul li {
	float: left;
	margin: 40px 0 0 0;
	padding: 0 20px;
	width: 50%;
}
.body .related-person ul li a {
	position: relative;
	display: block;
	background-color: #fff;
}
.body .related-person ul li .inner {
	display: table;
	width: 100%;
	border: 1px solid #00008f;
}
.body .related-person ul li .thumb {
	display: table-cell;
	vertical-align: middle;
	padding: 6px;
	width: 192px;
}
.body .related-person ul li .thumb .base {
	overflow: hidden;
}
.body .related-person ul li .thumb .base img {
	display: block;
	-webkit-transition: -webkit-transform 0.3s ease;
	        transition: transform 0.3s ease;
}
.body .related-person ul li .detail {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 24px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
.body .related-person ul li .detail dl {
	margin: 0 0 4px 0;
}
.body .related-person ul li .detail dl dt:after {
	content: '';
	display: block;
	margin: 12px 0 12px 0;
	width: 30px;
	height: 2px;
	background-color: #ff1721;
}
.body .related-person ul li .detail dl dd {
	font-weight: 400;
	font-size: 32px;
	line-height: 1.2;
}
.body .related-person ul li .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: #00008f;
	text-align: center;
	color: #fff;
}
.body .related-person ul li .arrow i {
	width: 12px;
	height: 12px;
}
@media screen and (min-width: 769px) {
	.body .related-person ul li a:hover .thumb .base img {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
@media screen and (max-width: 768px) {
	.body .related-person {
		margin: 50px 0 0 0;
		padding: 0 27px;
	}
	.body .related-person ul {
		margin: 0;
		padding: 10px 0 0 0;
	}
	.body .related-person ul li {
		float: none;
		margin: 20px 0 0 0;
		padding: 0;
		width: 100%;
	}
	.body .related-person ul li .thumb {
		width: 40%;
	}
	.body .related-person ul li .detail {
		padding: 0 20px 0 4px;
		font-size: 10px;
		line-height: 1.7;
		letter-spacing: 0;
	}
	.body .related-person ul li .detail dl {
		margin: 0 0 2px 0;
	}
	.body .related-person ul li .detail dl dt:after {
		margin: 8px 0;
	}
	.body .related-person ul li .detail dl dd {
		font-size: 23px;
	}
	.body .related-person ul li .arrow {
		width: 30px;
		height: 30px;
		font-size: 10px;
		line-height: 30px;
	}
	.body .related-person ul li .arrow i {
		width: 10px;
		height: 10px;
	}
}

/*============================================================
	ページ送り
*/
.body .pager {
	margin: 100px 0 0 0;
}
.body .pager .container {
	padding: 0 80px;
	max-width: 1360px;
}
.body .pager .inner {
	position: relative;
}
.body .pager .inner::after {
	content: '';
	display: block;
	clear: both;
}
.body .pager .prev,
.body .pager .next {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 1.8;
	color: #000;
}
.body .pager .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #00005b;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	        transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.body .pager .arrow i {
	width: 18px;
	height: 18px;
}
.body .pager .text {
	display: flex;
	align-items: center;
	padding: 0 30px;
	height: 60px;
	letter-spacing: 0.1em;
}
.body .pager .text span {
	display: block;
}
.body .pager .text .name {
	font-size: 16px;
	line-height: 1.5;
}
.body .pager .prev,
.body .pager .prev .arrow,
.body .pager .prev .text {
	float: left;
	text-align: left;
}
.body .pager .prev .text {

}
.body .pager .next,
.body .pager .next .arrow,
.body .pager .next .text {
	float: right;
	text-align: right;
}
.body .pager .index {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	background: transparent url(/company/recruitment/assets/img/work/pager-index.png) 50% 50% no-repeat;
	background-size: 60px 60px;
}
@media screen and (min-width: 769px) {
	.body .pager .prev:hover .arrow {
		-webkit-transform: translateX(-8px);
		        transform: translateX(-8px);
	}
	.body .pager .next:hover .arrow {
		-webkit-transform: translateX(8px);
		        transform: translateX(8px);
	}
	.body .pager .index:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 768px) {
	.body .pager {
		margin: 60px 0 0 0;
	}
	.body .pager .container {
		padding: 0 20px;
	}
	.body .pager .arrow {
		width: 45px;
		height: 45px;
	}
	.body .pager .arrow i {
		width: 13px;
		height: 13px;
	}
	.body .pager .text {
		padding: 0 12px;
		height: 45px;
		font-size: 10px;
	}
	.body .pager .en {
		letter-spacing: 1px;
	}
	.body .pager .text .name {
		margin-top: 5px;
		font-size: 13px;
		line-height: 1.3;
	}
	.body .pager .index {
		top: -2px;
		margin-left: -25px;
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 360px) {
	.body .pager .container {
		padding: 0 10px;
	}
}

/*============================================================
	カスタマーファースト部門
*/
.body-cx .about {
	margin: 80px 0 0 0;
}
.body-cx .about .subhead-caption {
	font-size: 20px;
	padding: 12px;
}
.body-cx .about .lead {
	padding: 0 50px;
}
.body-cx .about .drawing {
	display: table;
	margin: 40px 0 45px 0;
	border: 20px solid #f0f0f3;
}
.body-cx .about .drawing .image {
	display: table-cell;
	vertical-align: middle;
	padding: 0 70px;
	width: 540px;
}
.body-cx .about .drawing .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px 0 0;
}
.body-cx .about .drawing .text p {
	font-weight: 500;
	font-size: 13px;
	line-height: 2.5;
}
.body-cx .profile {
	margin: 70px 0 80px 0;
}
@media screen and (max-width: 768px) {
	.body-cx .about {
		margin: 45px 0 0 0;
		padding: 0 20px;
	}
	.body-cx .about .subhead-caption {
		font-size: 18px;
		padding: 10px;
	}
	.body-cx .about .lead {
		padding: 0 7px;
	}
	.body-cx .about .drawing {
		display: block;
		margin: 20px 7px 30px 7px;
		padding: 0 15px 20px 15px;
		border-width: 10px;
	}
	.body-cx .about .drawing .image {
		display: block;
		padding: 0;
		width: 100%;
	}
	.body-cx .about .drawing .text {
		display: block;
		padding: 0;
		width: 100%;
	}
	.body-cx .about .drawing .text p {
		font-size: 11px;
		line-height: 2;
	}
	.body-cx .profile {
		margin: 35px 0 0 0;
	}
	.body-cx .profile .person {
		width: 100%;
	}
}

/*============================================================
	損害サービス部門
*/
.body-accidentsupport .diagram {
	margin-top: 70px;
}

/*============================================================
	営業推進部門
*/
.body-corporate .composition {
	margin: 70px 0 0 0;
}
.body-corporate .composition .subhead-caption {
	font-size: 20px;
}
.body-corporate .composition .list {
	padding: 20px 30px 10px 30px;
	border-bottom: 4px solid #ecf2f6;
}
.body-corporate .composition .list li {
	display: table;
	margin: 0 0 40px 0;
	width: 100%;
}
.body-corporate .composition .list li .symbol {
	display: table-cell;
	vertical-align: top;
	width: 110px;
}
.body-corporate .composition .list li .symbol span {
	display: block;
	border-radius: 50%;
	border: 2px solid #00008f;
}
.body-corporate .composition .list li .info {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 30px;
}
.body-corporate .composition .list li .info h3 {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	margin: 0 0 10px 0;
	font-size: 24px;
	line-height: 1.3;
	color: #00008f;
}
.body-corporate .composition .list li .info h3 i{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	padding-top: 1px;
	width: 20px;
	height: 20px;
	background: #00008f url(/company/recruitment/assets/img/common/arrow-right-w.svg) 50% 50% no-repeat;
	background-size: 10px;
	border-radius: 50%;
	color: #fff;
}
.body-corporate .composition .list li .info p {
	line-height: 2.5;
}

@media screen and (min-width: 769px) {
	.body-corporate .composition .list li .info a:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width: 768px) {
	.body-corporate .composition {
		margin: 40px 0 0 0;
	}
	.body-corporate .composition .subhead-caption {
		font-size: 16px;
		letter-spacing: 0;
	}
	.body-corporate .composition .list {
		padding: 10px 27px 20px 27px;
	}
	.body-corporate .composition .list li {
		margin: 0 0 20px 0;
	}
	.body-corporate .composition .list li .symbol {
		padding: 2px 0 0 0;
		width: 70px;
	}
	.body-corporate .composition .list li .symbol span {
		border-width: 1px;
	}
	.body-corporate .composition .list li .info {
		padding: 0 0 0 15px;
	}
	.body-corporate .composition .list li .info h3 {
		padding-right: 22px;
		margin: 0 0 10px 0;
		font-size: 18px;
	}
	.body-corporate .composition .list li .info h3 i{
		margin-top: -7px;
		width: 14px;
		height: 14px;
		background-size: 6px;
	}
	.body-corporate .composition .list li .info p {
		line-height: 2;
	}
}
