@charset "utf-8";
/*
Theme Name: RareJob
Theme URI:
Description: RareJob
Version: 1.0
Author: monokus.jp

*/
/* 各下層ページ 個別
---------------------------------------------*/
.sitemap {
}
	.sitemap a {
		display:	block;

		color:			#000;
		text-decoration:	none;
	}
		.sitemap a:hover {
			text-decoration:	underline;
		}
/* お問い合わせ ========== */
.contact-sections {
}
.contact-form {
}
	.contact-form .preview-show {
		display:	none;
	}
	.contact-form .preview-hide {
		display:	block;
	}
	.mw_wp_form_preview .contact-form .preview-show {
		display:	block;
	}
	.mw_wp_form_preview .contact-form .preview-hide {
		display:	none;
	}
/* ニュース/一覧系 ========== */
.post-list {
}
	.post-list ul {
	}
	.post-list li {
		border-bottom: 1px solid #D4E0C3;
	}
	.post-list li a {
		display:	block;

		color:		#000;
		text-decoration:	none;
	}
		.post-list li a .date {
			float:		left;
		}
		.post-list li a .cat {
			float:		left;
			box-sizing:		border-box;

			border:		1px solid #8DC21F;
			text-align:		center;

			color:		#579F00;
		}
		.post-list li a .text {
			clear:	left;
		}
	.post-list li a:hover {
	}
		.post-list li a:hover .text {
			text-decoration:	underline;
		}


.post-pagination {
	text-align:		center;
	margin:			2.3em 0 0;
}
	.post-pagination ul {
		display:		flex;
		width:		100%;

		justify-content: center;
	}
		.post-pagination ul li {
			display:		flex;
		}
		.post-pagination ul li span,
		.post-pagination ul li a {
			display:		flex;
			justify-content: center;
			align-items:		center;

			width:			2.5em;
			height:			2.5em;
			margin:			0 0.35em;
			overflow:		hidden;

			border-radius:		1.25em;
			border:				1px solid #8DC21F;
			box-sizing:		border-box;

			font-size:		90%;
			font-weight:	bold;
			line-height:	1;
			color:			#8DC21F;
			text-decoration:		none;

			position:		relative;

			text-align:		center;
			transition:		all .3s ease-out;
		}
			.post-pagination ul li span,
			.post-pagination ul li a:hover {
				background-color:		#8DC21F;
				color:		#fff;
			}
		.post-pagination ul li.prev a,
		.post-pagination ul li.next a {
			border:		1px solid #fff;
			text-indent:		-999px;
			color:		#fff;

			border-radius:		0;
		}
			.post-pagination ul li.prev a:hover,
			.post-pagination ul li.next a:hover {
				/* prev/nextはhover時に色変更なし */
				background-color:		#fff;
				color:		#fff;
			}
			.post-pagination ul li.prev a:before,
			.post-pagination ul li.next a:before {
				position:	absolute;
				top:		0;
				bottom:		0;
				left:		0;
				right:		0;

				display:		block;
				width:			auto;
				height:			auto;
				overflow:		hidden;
				content:		'';

				background-image:	url(../images/pagination-arrow.svg);
				background-repeat:		no-repeat;
			}
			.post-pagination ul li.prev a:before { background-position: left center; transform:rotate(180deg); }
			.post-pagination ul li.next a:before { background-position: left center; }
			/*
			.post-pagination ul li.prev a:before,
			.post-pagination ul li.next a:before {
				position:	absolute;
				left:		0;
				right:		0;
				top:		0;
				bottom:		0;
				margin:		auto auto;

				display:	block;
				width:		1em;
				height:		1em;

				font-size:		100%;
				line-height:	1em;
				font-weight:	normal;
				color:			#fff;
				font-family:	"Material Icons";
				text-align:		center;
			}
				.post-pagination ul li.prev a:before {
					content:		'keyboard_arrow_left';
				}
				.post-pagination ul li.next a:before {
					content:		'keyboard_arrow_right';
				}
			.post-pagination ul li.prev a:hover,
			.post-pagination ul li.next a:hover {

			}
			*/
		.post-pagination ul li.hidden {
			visibility:		hidden !important;
		}
.post-news-pdf {
	float:		left;
}
	.post-news-pdf a {
		display:	flex;
		align-items:	center;
		justify-content: center;

		width:		10em;
		padding:	0.5em 0 0.3em;
		background:		#f4f4f4;
		border-radius:		28px;

		font-size:		90%;
		line-height:	1.8em;
		color:			#000;
		text-align:		center;
	}
	.post-news-pdf a:before {
		display:	inline-block;
		width:		1.8em;
		height:		1.8em;
		overflow:	hidden;
		content:	'';

		margin:		0 0.5em 0 0;

		background:	url(../images/icon-pdf.png) center center no-repeat;
	}
.post-news-sns {
	float:		right;
}
	.post-news-sns ul {
		display:	flex;
		align-items:	center;
		justify-content: center;
	}
	.post-news-sns ul li {
		margin:		0 0.3em;
	}
	.post-news-sns ul li a {
		display:	block;
	}
	.post-news-sns ul li img {
		display:	block;
		width:		100%;
		height:		auto;
	}
.post-news-cat {
	clear:		left;
	float:		left;
}
	.post-news-cat .cat {
		float:		left;

		padding:	.4em .8em .2em;
		box-sizing:		border-box;

		border:		1px solid #8DC21F;
		font-size:		75%;
		line-height:	1.2em;
		text-align:		center;

		color:		#579F00;
	}
	.post-news-cat .date {
		float:		left;

		width:		7em;
		padding:	.4em .8em .2em;
		box-sizing:		border-box;

		font-size:		75%;
		line-height:	1.2em;
		text-align:		center;

		color:		#7a7a7a;
	}
.post-news-head {
	clear:		both;
	padding:	1.5em 0 1.8em;
	margin:		0 0 1.8em;

	background:	url(../images/page/post-news-head-line.svg) left bottom no-repeat;
	background-size:		100% 1px !important;
}
	.post-news-head h3 {
		margin:		0 !important;
		padding:	0 0 .7em !important;
		border:		none !important;
		background:		none !important;

		font-size:		150%;
		line-height:	1.3em;
	}

	.post-news-head .note {
		font-size:		120%;
		line-height:	1.3em;
	}
.post-news-contents table {
	width: 100%;
	max-width: 940px;
	border-collapse: collapse;
}
.post-news-contents table td {
	padding: 12px 10px;
	min-width: 70px;
	border: 1px solid #d4e0c3;
	line-height: 1.7;
}
.post-news-contents a,
.entry-shareholder-benefit-plan a {
	word-break: break-all;
}
/* IR =----------------- */
.entry-shareholder-benefit-plan {
}
.faq-list {
}
	.faq-list dl {
	}
	.faq-list dl dt {
		border-bottom: 	1px solid #D4E0C3;
		font-weight:	normal;

		position:		relative;
	}
		.faq-list dl dt:before {
			position:	absolute;

			display:	block;
			content:	'';

			background:		url(../images/icon-q.svg) left top no-repeat;
			background-size:	100% auto;
		}
	.faq-list dl dd {
	}
/* -------- */
.ir-calendar {
	border: 1px solid #D4E0C3;
	padding:	.1em;
	box-sizing:	border-box;

	margin:		0 0 2em;
}
	.ir-calendar .months {
		display:	flex;
		flex-wrap:	wrap;
		width:		100%;
	}
		.ir-calendar .months dl {
			width:		25%;
			padding:	4px;
			box-sizing:		border-box;
		}
		.ir-calendar .months dt {
			width:		100%;
			height:		2em;
			margin:		0 0 .3em;
			box-sizing:	border-box;

			font-size:		100%;
			line-height:	2em;
			text-align:		center;

			background: #DBECC5;
		}
		.ir-calendar .months dd {
		}
		.ir-calendar .months dd > ul {
			margin:			0 -1.5px;
			display:		flex;
		}
		.ir-calendar .months dd > ul > li {
			width:		33.333%;
		}
		.ir-calendar .months dd > ul > li .m {
			display:	flex;
			align-items:		center;
			justify-content: 	center;

			width:		100%;
			height:		4em;
			box-sizing:	border-box;

			border-width:		0 1.5px;
			border-style:		solid;
			border-color:		#fff;

			font-size:		90%;
			line-height:		1em;
			text-align:		center;

			background: #F0F6E7;
			position:	relative;
		}
		.ir-calendar .months .list {
			position:	relative;
		}
			.ir-calendar .months .list:before {
				position:	absolute;
				left:		0;
				right:		0;
				top:		-0.5em;
				margin:		0 auto;

				display:	block;
				width:		1em;
				height:		1em;
				content:	'';
				overflow:	hidden;

				border-radius:	.5em;

				background: #8DC21F;
			}
			.ir-calendar .months .list:after {
				position:	absolute;
				left:		0;
				right:		0;
				top:		0;
				margin:		0 auto;

				display:	block;
				width:		1px;
				height:		1.8em;
				content:	'';
				overflow:	hidden;

				background: #8DC21F;
			}
			.ir-calendar .months .list ul {
				padding:	2.0em 0 0;
				margin:		0 -40px;
				text-align:		center;
			}
			.ir-calendar .months .list ul li {
			}
			.ir-calendar .months .list.list-left ul {
				margin:		0 -40px 0 0;
				text-align:		left;
			}
.ir-calender-list {
}
	.ir-calender-list h5 {
	}
	.ir-calender-list .list {
		margin:		0 0 2.5em 1em;
	}
		.ir-calender-list .list li {
			padding:		1em 0 .9em;
			border-bottom:		1px solid #D4E0C3;
		}
			.ir-calender-list .list li .date {
				float:	left;
			}
			.ir-calender-list .list li .text {
				margin:		0 0 0 5em;
			}
/* ------------- */
.our-services-section {
}
	.our-services-section p {
		margin:		0 !important;
	}
	.our-services-section h2 {
		margin:		0 0 1.6em !important;
		padding:	0 0 0 2em !important;
		border:		none !important;
		background:		none !important;
		font-size:		170%;
		font-weight:	normal;
		line-height:	1em;
		position:		relative;
	}
	.our-services-section h2:before {
		position:	absolute;
		left:		0;
		top:		50%;
		margin:		-1px 0 0;
		display:	block;
		width:		1.2em;
		height:		2px;
		content:	'';
		overflow:	hidden;
		background: 	#8DC21F;
	}
	.our-services-section h3 {
		margin:		0 !important;
		padding:	1em .2em 1em 1em !important;
		font-size:		153.5%;
		line-height:	1.4em;
		position:		relative;
	}
	.our-services-section h3:before {
		position:	absolute;
		left:		0;
		top:		-1px;
		bottom:		0;
		display:	block;
		height:		1em;
		content:	'-';
	}
	.our-services-section h4 {
		margin:		0 0 1.8em !important;
		padding:	.5em 0 .5em .9em !important;
		border:		none !important;
		background:		#F0F6E7 !important;
		font-size:		140%;
		font-weight:	normal;
		line-height:	1em;
		position:		relative;
	}
	.our-services-section .text01 {
		margin:		0 0 1.5em;

		font-size:		123%;
		font-weight:	bold;
		line-height:	1.81em;

		text-align:		left;
	}
		.our-services-section .text01 strong {
			display:	block;
			margin:		0 0 1.5em;

			font-size:		140%;
			line-height:	1.81em;
		}
		.our-services-section .text01 u {
			display:	inline;
			text-decoration:	none;
			/* padding:		0 0 0.2em; */

			background:			url(../images/page/underline01.svg) left bottom repeat-x;
			background-size:		1px 0.4em;
		}
	.our-services-section .list01 {
		padding:		0 0 1em;
		margin:			0 0 4em;
		border-bottom: 1px solid #D4E0C3;
	}

		.our-services-section .list01 > ul > li {
			position:	relative;
			margin-bottom: 25px;
		}
		.our-services-section .list01 > ul > li:before {
			position:	absolute;
			left:		0;
			right:		0;
			top:		0;

			display:	block;
			width:		60%;
			height:		1px;
			padding:	0 0 60%;
			margin:		0 auto;

			border-radius:		50%;
			content:		'';
			overflow:	hidden;

			background-color: #F4F8EE;
			background-position:	center center;
			background-repeat:		no-repeat;
		}
			.our-services-section .list01 > ul > li:nth-child(1):before { background-image: url(../images/page/our-services-icon01.svg); }
			.our-services-section .list01 > ul > li:nth-child(2):before { background-image: url(../images/page/our-services-icon02.svg); }
			.our-services-section .list01 > ul > li:nth-child(3):before { background-image: url(../images/page/our-services-icon03.svg); }

		.our-services-section .list01 dl {
			position:	relative;
			z-index:	2;

			text-align:	center;
		}
		.our-services-section .list01 dl dt {
			font-size:		146%;
			font-weight:	bold;
			line-height:	1;

			padding:		10% 0 31%;
		}
		.our-services-section .list01 dl dd {
			border: 1px solid #8DC21F;
			background:		#fff;
			border-radius:	.3em;

			padding:		1.0em .5em;
			box-sizing:		border-box;

			font-size:		115%;

			display:		flex;
			justify-content: center;
			align-items:		center;
		}
			.our-services-section .list01 dl dd ul {
				display:	inline-block;
			}
			.our-services-section .list01 dl dd ul li {
				display:	flex;
				text-align:		left;
			}
			.our-services-section .list01 dl dd ul li + li {
				padding-top: 4px;
			}
			.our-services-section .list01 dl dd ul li:before {
				content:	'・';
				color:		#579f00;
			}
			.our-services-section .list01 dl dd ul li a {
				text-decoration: none;
				font-weight: bold;
			}
			.our-services-section .list01 dl dd ul li a:hover {
				text-decoration: underline;
			}
	.our-services-section .services {
		padding:		0 0 2em;
		margin:			0 0 4em;
		border-bottom: 1px solid #D4E0C3;
	}
	.our-services-section .service {
		margin:			0 0 2em;
		position: relative;
	}
		.our-services-section .service .image {
			margin:		0 0 .8em;
		}
			.our-services-section .service .image img {
				display:	block;
				width:		100%;
				height:		auto;
			}
		.our-services-section .service .text {
			padding:		.5em 0 0;
			font-size:		100%;
		}
		.our-services-section .service .banner {
			margin:		1.0em 0 0;
			width:		50%;
		}
		.banner.twoItems {
			display: inline-block;
		}
		.banner.twoItems + .banner.twoItems {
			margin-left: 24px;
		}
			.our-services-section .service .banner img {
				display:	block;
				width:		100%;
				height:		auto;
			}
		.services-assessment {
			width: 60%;
			margin: 25px auto 0;
			border: 1px solid #8dc21f;
			border-radius: 6px;
			text-align: center;
		}
		.services-assessment .ttl {
			padding: 15px 0;
			background: #f4f8ee;
			border-top-left-radius: 6px;
			border-top-right-radius: 6px;
			font-size: 20px;
		}
		.services-assessment .name {
			padding: 26px 0 30px;
			font-size: 32px;
		}
		.services-assessment .name a {
			text-decoration: none;
		}
		.services-assessment .name a:hover {
			text-decoration: underline;
		}
		.history-text .image p {
			margin:		0 !important;
		}
		.history-text .image img {
			display:	block;
			width:		100%;
			height:		auto;
		}
.history-list {
}
	.history-list > dl {
	}
	.history-list > dl > dt {
		font-size:		110%;
		font-weight:	bold;
		line-height:	1;
	}
	.history-list > dl > dd {
		font-size:		100%;
		line-height:	1.6em;

		padding:		1.5em 0 1px 1.5em;
		position:		relative;
	}
		.history-list > dl > dd:before {
			position:	absolute;
			left:		.75em;
			top:		.6em;
			bottom:		.6em;

			display:	block;
			width:		1px;
			height:		auto;
			content:	'';
			overflow:	hidden;

			border-left:		1px solid #8DC21F;
		}
			.history-list > dl > dd dl {
			}
			.history-list > dl > dd dt {
				float:		left;
				width:		3em;

				position:	relative;
			}
			.history-list > dl > dd dd {
				margin:		0 0 1.5em 5em;
				position:	relative;
			}
			.history-list > dl > dd dd:before {
				position:	absolute;
				left:		-1.25em;
				top:		0.8em;
				margin:		-1px 0 0;

				display:		block;
				width:		.5em;
				height:		1px;
				content:	'';
				overflow:	hidden;

				border-top:		1px solid #000;
			}

/* --------IR ESG page------- */
.about-ESG {
}
    .esg-topTxt {
        text-align: center;
        font-size: 22px;
        line-height: 44px;
    }
    .esg-list {
        padding-top: 60px;
        border-top: 1px solid #D4E0C3;
        list-style-type: none;
    }
    .esg-list + .esg-list {
        margin-top: 60px;
    }
    .esg-listTtl {
        margin: 0 0 48px !important;
        padding: 0 0 0 48px !important;
        border: none !important;
        background: none !important;
        font-weight: normal;
        position: relative;
    }
    .esg-listTtl:before {
        position: absolute;
        left: 0;
        top: 50%;
        margin: -1px 0 0;
        display: block;
        width: 1.2em;
        height: 2px;
        content: '';
        overflow: hidden;
        background: #8dc21f;
    }
    .esg-listImage {
        width: 100%;
    }
    .esg-listItem dt {
        margin: 56px 0 24px;
        font-size: 24px;
        font-weight: bold;
    }
    .esg-listItem dt.esg-multiple {
        margin: 0 0 25px 0;
        font-size: 22px;
        font-weight: bold;
    }
    .esg-listItem--precedent {
        margin-top: 25px;
    }
    .esg-listItem--precedent ul li {
        padding-top: 4px;
        color: #579f00;
    }
.esg-iconSDGs {
        display: block;
        width: 100px;
        height: 100px;
        margin-bottom: 25px;
	}
	.esg-iconSDGs-multiple {
        display: flex;
		margin-bottom: 25px;
	}
	.esg-iconSDGs-multiple .esg-iconSDGs {
                margin-bottom: 0;
    }
    .esg-iconSDGs-multiple .esg-iconSDGs:nth-child(1) {
        margin-right: 25px;
    }
    .is-adjustment {
        margin-bottom: 40px;
    }
    .esg-socialAppeal {
        margin: 40px auto 0;
        padding: 40px 40px 10px;
        background: #fafafa;
        text-align: center;
    }
    .esg-socialAppeal p {
        font-size: 18px;
        line-height: 36px;
    }
    .esg-socialAppeal p + p:before {
        content: "";
        display: block;
        margin: 0 auto 30px;
        width: 200px;
        height: 2px;
        background: linear-gradient(to right, #00B5CE 0%, #36C31F 30%, #DFD71E 100%);
    }
    .esg-governanceAppeal {
        margin: 40px 0;
        font-size: 18px;
        line-height: 36px;
    }
    .esg-list .btn02 {
        max-width: 420px;
        width: 100%;
        margin: auto;
    }
/* --------------- */
/* -------- esd-database ------- */
.database-contents + .database-contents {
    margin-top: 80px;
}
.database-Ttl {
    margin: 0 0 48px !important;
    padding: 0 0 0 48px !important;
    border: none !important;
    background: none !important;
    font-weight: normal;
    position: relative;
}
.database-Ttl:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -1px 0 0;
    display: block;
    width: 1.2em;
    height: 2px;
    content: '';
    overflow: hidden;
    background: #8dc21f;
}
.database-suvTtl {
    margin: 56px 0 24px 0;
    font-size: 24px;
    font-weight: bold;
}
.database-suvTtl span {
    font-size: 12px;
    vertical-align: text-top;
}
.database-contents table {
    border-collapse: collapse;
    width: 100%;
}
.database-contents th, td {
    padding: 10px;
    border: 1px solid #d4e0c3;
}
.database-contents th {
    background-color: #f4f8ee;
    font-weight: bold !important;
}
.database-contents td,
.database-contents .non-collor {
    background-color: #fff;
}
.database-contents th:nth-last-child(-n+3) {
    text-align: center !important;
}
.database-contents td:nth-last-child(-n+3) {
    text-align: right !important;
}
.database-contents .topTxt {
    vertical-align: top;
}
.database-contents .boldTxt {
    font-weight: bold;
}
.database-contents .noteTxt {
    margin-top: 15px;
    font-size: 12px;
    color: #343434;
    line-height: 1.6;
}
.database-hasImageBox {
    display: flex;
    flex-direction: row;
    align-items: start;
}
.database-hasImageBox img {
    width: 142px;
    height: auto;
    margin-left: 40px;
}
.database-hasImageBox .m-b0 {
    margin-bottom: 0;
}
/* --------------- */
.board-members {
}
	/* PCのpost-tagsとほぼ同じだが、スマホが異なるので別に定義する */
	.board-members .tabs {
		margin:		-80px -15px 0;
		text-align:		center;
	}
		.board-members .tabs ul {
			display:	table;
			margin:			0 auto;

			table-layout:	fixed;
			border-collapse:	collapse;
		}
		.board-members .tabs ul li {
			display:	table-cell;
			white-space:	nowrap;
			width:			380px;
		}
			.board-members .tabs ul li a ,
			.board-members .tabs ul li span {
				display:	block;
				margin:		0 15px;
				padding:	30px 0;
				box-sizing:		border-box;

				font-size:	18px;
				text-align:		center;
				color:		#000;
				text-decoration:	none;

				background:		#fff;
				border-bottom:	1px solid #D4E0C3;

				position:		relative;
			}
			.board-members .tabs ul li a:hover ,
			.board-members .tabs ul li span {
				border-bottom-color:		#fff;
			}
			.board-members .tabs ul li a:before,
			.board-members .tabs ul li span:before {
				position:	absolute;
				bottom:		-1px;

				display:	block;
				width:		100%;
				height:		2px;
				overflow:	hidden;
				content:	'';

				background:		url(../images/post-tabs-line.svg) center bottom no-repeat;
				background-size:	100% 2px;

				transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
			}
				.board-members .tabs ul li a:before {
					left: 0;
					transform:scaleX(0);
					transition-delay: 0.1s;
					transform-origin: 0% 0%;
				}
				.board-members .tabs ul li a:hover:before {
					transform:scaleX(1);
				}
	.board-members .list {
		padding:	3.333em 0 0; /* 50/15 */
		display:	none;
	}
	.board-members .list p {
		margin:		0 !important;
	}
	.board-members .list ul {
		width:		100%;
		margin:		0 0 -2em;
	}
		.board-members .list ul li {
			margin:		0 0 3em;
		}
			.board-members .list ul li .photo {
				margin:		0 10% 1.5em;
			}
				.board-members .list ul li .photo img {
					display:	block;
					width:		100%;
					height:		auto;
				}
			.board-members .list ul li .role {
				margin:		0 0 .1em;

				font-size:		107.6%;
				line-height:	1.5em;
				text-align:		center;
			}
			.board-members .list ul li .name {
				font-size:		153%;
				line-height:	1.5em;
				text-align:		center;
			}
			.board-members .list ul li .text {
				font-size:		107.6%;
			}
/* ------------ */
.top-message-photo {
	margin:		0 0 2em;
}
	.top-message-photo p {
		margin:		0 !important;
	}
	.top-message-photo img {
		display:	block;
		width:		100%;
		height:		auto;
	}
.top-message-text {
	font-size:		153%;
	font-weight:	bold;
	line-height:	1.85em;
	letter-spacing: .03em;

	margin:		0 0 1.5em;
}
	.top-message-text p {
		margin:		0 !important;
	}
	.top-message-text u {
		display:	inline;
		background:	url(../images/page/top-message-line.svg) left bottom no-repeat;
		background-size:		100% .5em;

		padding:		0 0 0 .08em;
		text-decoration:	none;
	}

/* ------------ */
.company-profile {
}
	.company-profile .photo {
	}
		.company-profile .photo p {
			margin:		0 !important;
		}
		.company-profile .photo img {
			display:	block;
			width:		100%;
			height:		auto;
		}
	.companyProfileOfficer {
		display: flex;
		flex-wrap: wrap;
		line-height: 1.8;
	}
	.companyProfileOfficer + .companyProfileOfficer {
		margin-top: 12px;
	}
	.companyProfileOfficer dt {
		width: 32%;
	}
	.companyProfileOfficer dd {
		width: 68%;
	}
	.company-profile .map {
	}
		.company-profile .map iframe {
			width:		940px;
			height:		494px;
		}
.newlineLink {
	margin-top: 8px;
	display: block;
}
/* --------------- */
.vision-way {
}
	.vision-way-text {
		font-size:		100%;
		font-weight:	bold;
		line-height:	2em;
		text-align:		center;
	}
	.vision-way .photo {
		margin:		2em 0 0;
	}
		.vision-way .photo p {
			margin:		0 !important;
		}
		.vision-way .photo img {
			display:	block;
			width:		100%;
			height:		auto;
		}
	.vision-way .subtitle {
		margin:		3em 0 2em;
	}
		.vision-way .subtitle p {
			margin:		0 !important;
		}
		.vision-way .subtitle .text {
			margin:		0 0 .3em;
			display:	inline-block;

			font-size:		165%;
			font-weight:	bold;
			line-height:	1.3em;

			background:			url(../images/page/underline01.svg) left bottom repeat-x;
			background-size:		1px 0.4em;
		}
		.vision-way .subtitle .subtext {
			font-size:		105%;
			line-height:	1.3em;
		}

/* --------------- */
.group-vision {
}
	.group-vision .head {
		margin:		0 0 4em;
		text-align:		center;
	}
		.group-vision .head p {
			margin:		0 !important;
		}
		.group-vision .head .text01 {
			margin:		0 0 2em;
		}
			.group-vision .head .text01 img {
				display:	block;
				margin:		0 auto;
			}
		.group-vision .head .text02 {
			margin:		0 0 1.8em;

			font-size:		110%;
			font-weight:	bold;
			line-height:	2.2em;
		}
			.group-vision .head .text02 .stress {
				color: #5CA800;

				font-size:		130%;
			}
		.group-vision .head .note {
			text-align:		left;
		}
	.group-vision .video {
	}
		.group-vision .video-frame {
			margin:		0 auto;
		}
		.group-vision .video .note {
		}
	.group-vision .diagram {
	}
		.group-vision .diagram .image {
			margin:		0 0 2em;
		}
			.group-vision .diagram .image img {
				display:	block;
				width:		100%;
				height:		auto;
			}
		.group-vision .diagram h5 {
			margin:		0 0 .8em;

			font-size:		135.7%;
		}
		.group-vision .diagram .item {
		}
			.group-vision .diagram .item+.item {
				border-top: 1px solid #D4E0C3;
			}
/* --------------- */
.company-name {
}
	.company-name .head {
	}
		.company-name .head p {
			margin:		0 0 1em;
		}
		.company-name .head-text {
		}
			.company-name .head-text .c0 {
				color:		#C7D959;
			}
			.company-name .head-text .c1 {
				color:		#5CA800;
			}
			.company-name .head-text .c2 {
				color:		#8DC21F;
			}
		.company-name .head .text {
		}
			.company-name .head .text .stress {
				color:		#5CA800;
			}
		.company-name .head .note {
			font-size:		18px;
			line-height:	1.8em;
		}
	.company-name .item {
		border-top: 1px solid #D4E0C3;
		font-size:		95%;
		line-height:	2em;

		padding:	50px 0 50px;
	}
		.company-name .item p {
			margin:		0 !important;
		}
		.company-name .item h5 {
		}
		.company-name .item .in {
		}
			.company-name .item .image img {
			}
			.company-name .item .text {
			}
/* ------------------------ */
.invoiceContents table {
	width: 100%;
}
.invoiceContents table th {
	width: 50%;
}
/* ------------------------ */

.global-team-page {
}
	.global-team-page p {
		margin:		0 !important;
	}
	.global-team-page .s {
		font-size:		90%;
	}
	.global-team-page .map {
	}
		.global-team-page .map .text {
			font-size:		100%;
			font-weight:	normal;
			line-height:	1.6em;
			color:			#000;

			text-align:		center;
		}
	.global-team-page section {
		border-style:	solid;
		border-width:	1px;
		background-color:		#fff;
	}
		.global-team-section-head {
			text-align:		center;
		}
			.global-team-section-head h3 {
				background:		none !important;
				border:			none !important;
				margin:			0 !important;
				padding:		0 !important;

				display:		inline-block;

				position:		relative;
			}
			.global-team-section-head .note {
				font-size:		100%;
				line-height:	1.3em;
			}
			.global-team-section-head h3+.note {
			}
		.global-team-page section > ul {
		}
		.global-team-page section > ul > li {
			border-style:	solid;
			border-width:	1px;

			box-sizing:		border-box;
		}
			.global-team-page section > ul > li .head {
				text-align:		center;
			}
				.global-team-page section > ul > li .head h4 {
					background:		none !important;
					border:			none !important;
					padding:		0 15px !important;
					margin:			0 !important;

					font-size:		100%;
					line-height:	1em;
				}
				.global-team-page section > ul > li .head .area {
					font-size:		100%;
					line-height:	1em;
					color:			#7a7a7a;
				}
					.global-team-page section > ul > li .head .area:before {
						display:		inline-block;
						margin:				0 4px 0 0;
						vertical-align:		-4px;

						content:		'location_on';
						font-size:		22px;
						font-weight:	normal;
						font-family:	"Material Icons";
						color:			#7a7a7a;
					}
			.global-team-page section > ul > li .in {
				text-align:		center;
				box-sizing:		border-box;
			}
			.global-team-page section > ul > li .head-text {
				margin:			0 0 1.8em;
			}
			.global-team-page section > ul > li .btn a {
				display:			flex;
				align-items:		center;
				justify-content: 	center;

				font-size:		100%;
				line-height:	1;
				color:			#000;
				text-decoration:	none;

				background:		url(../images/page/global-team-btn-bg.svg) center center no-repeat;
				background-size:	100% 100%;
			}
			.global-team-page section > ul > li .btn a:before {
				display:	block;
				width:		1em;
				height:		1em;
				border-radius:		50%;
				background-color:	#8DC21F;
				margin:		0 .6em 0 0;

				content:		'keyboard_arrow_right';
				font-size:		100%;
				line-height:	1em;
				font-weight:	normal;
				color:			#fff;
				font-family:	"Material Icons";
				text-align:		right;
			}
	/* color -------- */
	.global-team-page .section01 {
		border-color: 	#8DC21F;
	}
		.global-team-page .section01 > ul > li {
			border-color: 	#D4E0C3;
		}
		.global-team-page .section01 .head {
			background-color: 	#EBF4DE;
		}
	.global-team-page .section03 {
		border-color: 	#DEAE05;
	}
		.global-team-page .section03 > ul > li {
			border-color: 	#F9E9C5;
		}
		.global-team-page .section03 .head {
			background-color: 	#FBF1DA;
		}
	.global-team-page .section04 {
		margin-bottom: 0;
		border-color: 	#B396EF;
	}
		.global-team-page .section04 > ul > li {
			border-color: 	#EEDBFF;
		}
		.global-team-page .section04 .head {
			background-color: 	#F3EBFA;
		}

/* Challenge
---------------------------------------------*/
body.challenge {
	background-color:		#f6f6f6;
}



/* XJ-Storage関連
---------------------------------------------*/
/* 旧サイトからそのまま取得 */
.xj-script-table table,
.xj-script-table td{
	border-color:#ddd;
}
.xj-script-table td{
	padding:3px;
}
.xj-script-table .XJSImage_UnitL{
	border:none;
	padding:5px;
}
.xj-script-table .XJSImage_Main{
	border:none;
}
.xj-script-table .XJSImage_Table {
	width:		100%;
}
.xj-script-table .xj_chart_table{
	font-size:10px;
	line-height:	1.3em;
}
.xj-script-table .xj_chart_title{
	width:180px;
	background:#efefef;
	font-size:10px;
	text-align:left;
}
.xj-script-table .xj_chart_unit{
	display:inline-block;
}


/* 動画埋め込み用css追加
---------------------------------------------*/
.video-frame {
	position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.video-frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* アンカーリンク
---------------------------------------------*/
.anchorLink {
	display: flex;
    width: 100%;
	margin: 0 0 8px;
	padding: 0;
    flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.anchorLink-item {
	position: relative;
	width: 31.5%;
    border-bottom: 1px solid #d4e0c3;
	display: flex;
}
.anchorLink-item a{
    padding: 16px 16px 16px 4px;
	display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    text-decoration: none;
    background: #fff;
	width: 100%;
}
.anchorLink-item::after {
	content: "keyboard_arrow_down";
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    height: 16px;
	display: block;
    font-size: 15px;
    color: #8f8f8f;
    font-family: "Material Icons";
	transform: translateY(-50%);
}
.anchorLinkTarget {
	padding-top: 80px;
    margin-top: -100px;
}