@charset "UTF-8";





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,
div,p,
span,em,strong,
ul,ol,li,
dl,dt,dd,
a{
	background-repeat: no-repeat;
	background-size: 100% auto;
}

a{
	outline: none;
	text-decoration: none;
}

.sp{
	display: none!important;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/






/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body{
	min-height: 1000px;
	margin: 0;
	background-color: #ecf3f3;
	color: #3c4445;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	font-family: "FOT-ロダンNTLG Pro B";
	font-family: "RodinNTLGPro-B";
}
html,body{
	width: 100%;
	height: 100%;
	vertical-align: baseline;
}
#grandwrapper{
	position: relative;
	width: 100%;
	min-height: 1280px;
	overflow: hidden;
	
}
.sp {
	display: none;
}
.pc {
	display: block;
}



/*
下層汎用ビジュアル
*/
#substr #vis {
	position: relative;
	display: flex;
	align-items: center;
	margin: 80px 0 60px -2.5%;
	box-sizing: border-box;
	background-color: #d6e2e2;
	color: #3c4445;
	width: 105%;
	height: 255px;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}

#substr #vis h1 {
	width: 1000px;
	margin: 0 auto;
	font-size: 40px;
}

#substr #vis img {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 180px;
}



/*
汎用リンクスタイル
*/
a {
	color: #3c4445;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
a:hover {
	color: #009e41;
}



/*
汎用ボタンスタイル
*/
/*もっと見る系*/
.btn_a {
	box-sizing: border-box;
	display: inline-block;
	background-image: url(../svg/icon_arrow.svg);
	background-size: 8px auto;
	background-position: 20px center;
	color: #3c4445;
    font-size: 14px;
    line-height: 1em;
	font-family: inherit;
	text-align: right;
	min-width: 150px;
    padding: 12px 20px 12px 65px;
    border: 1px #a9bdbd solid;
    border-radius: 100px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
.btn_a:hover {
	background-color: #ffffff;
	background-position: 25px center;
}
.btn_a.disabled {
	background-color: #828282;
    color: #555;
    pointer-events: none;
}
/*大きめボタン*/
.btn_b{
    display: block;
    background-color: #009e41;
    color: #ffffff;
    width: 300px;
    margin: 50px auto;
    padding: 1em 3em;
	font-family: inherit;
    font-size: 25px;
    text-align: center;
    line-height: 1em;
    border-radius: 100px;
    transition-duration: 600ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(.42,0,0,.99);
    transition-delay: 0ms;
    transform-origin: center;
	border: none;
}
.btn_b:hover {
	background-color: #f8eb79;
	color: #3c4445;
}
.btn_b.disabled {
	background-color: #828282;
    color: #555;
    pointer-events: none;
}



/*
汎用アニメーション
*/
/*一括指定*/
.wp_t_a,
.wp_t_b,
.wp_t_c {
	animation-timing-function: cubic-bezier(.42,0,0,.99);
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-play-state: running;
	animation-iteration-count: inherit;
}

/*トグルタイプ*/
.wp_t_a_toggle {
	opacity: 0;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
.wp_t_a_toggle_active {
	opacity: 1;
}

/*通過タイプ*/
.wp_t_a {
	opacity: 0;
	animation-duration: 800ms;
}
.wp_t_a_active {
	animation-name: anime_wp_t_a;
}
@keyframes anime_wp_t_a {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}

/*通過タイプ*/
.wp_t_b {
	opacity: 0;
	animation-duration: 800ms;
}
.wp_t_b_active {
	animation-name: anime_wp_t_b;
}
@keyframes anime_wp_t_b {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}

/*通過タイプ*/
.wp_t_c {
	opacity: 0;
	animation-duration: 800ms;
}
.wp_t_c_active {
	animation-name: anime_wp_t_c;
}
@keyframes anime_wp_t_c {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}



/*
flexの末尾調整用
*/
.emptyflexbox {
	background-color: transparent !important;
	height: 0 !important;
	min-height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border: none !important;
}
.emptyflexbox::before,
.emptyflexbox::after {
	display: none !important;
}



/*
パンくずリスト
*/
.breadcrumbs {
	width: 1000px;
	margin: 0 auto;
}
.breadcrumbs ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 0;
}
.breadcrumbs li {
	position: relative;
	display: inline-block;
	background-color: #009e41;
	color: #ffffff;
	min-width: 120px;
	margin: 0 48px 0 0;
	padding: 15px 20px;
	font-size: 13px;
	line-height: 1em;
	text-align: center;
	border-radius: 100px;
}
.breadcrumbs li::after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -28px;
    margin: -4px 0 0 0;
    background-image: url(../svg/icon_arrow.svg);
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 8px;
    height: 8px;
}
.breadcrumbs li:first-child {
	background-color: #d6e2e2;
	color: #3c4445;
}
.breadcrumbs li:first-child a {
	color: #3c4445;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.breadcrumbs li a {
	color: #ffffff;
}



/*
汎用区切り
*/
.hr_a {
    width: 900px;
    margin: 120px auto;
    padding: 0;
    line-height: 1em;
    border: none;
    border-bottom: 1px #000000 solid;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/






/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
LOADING_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#loading{
	z-index: 999;
	background-color: #ecf3f3;
	color: #3c4445;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin:bottom;
}

#loading.remove{
	opacity: 0;
	pointer-events: none;
}

#loading > p {
	opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -63px 0 0 -54px;
    display: inline-block;
    width: 126px;
    height: 108px;
	fill: #009e41;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin:bottom;
	transform: scale(1.1);
}

#loading > p svg {
    width: 126px;
    height: 108px;
}

#loading.start > p {
	opacity: 1;
	transform: scale(1);
}

#loading.active > p {
	opacity: 1;
	animation-duration: 600ms;
	animation-delay: 0;
	animation-timing-function: cubic-bezier(.42,0,0,.99);
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-play-state: running;
	animation-iteration-count: 1;
	animation-name: common_anime_shake_pop;
}

@keyframes common_anime_shake_pop {
	0% {
		transform: scale(1);
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	100%{
		opacity: 0;
		transform: scale(0.7);
	}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
LOADING_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/








/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

共通パーツ

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
GNAV_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#gnav {
	z-index: 99;
	box-sizing: border-box;
	position: fixed;
	justify-content: space-between;
	align-items: center;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	padding: 0 20px 0 210px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: top;
}
#gnav.start {
	top: -110px;
}



/*
ロゴ
*/
#gnav > div > h2 {
	box-sizing: border-box;
    position: absolute;
    top: 0px;
	left: 0;
	display: inline-block;
	height: 80px;
	padding: 24px;
}
#gnav > div > h2::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #009e41;
	clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}
#gnav > div > h2 a {
	display: block;
	background-image: url(../svg/logo_ch_1l_color_b.svg);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
    width: 120px;
    height: 32px;
	text-indent: -9999px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#gnav > div > h2 a:hover {
	transform: scale(0.95);
}



/*
リスト
*/
#gnav .nav {
}
#gnav .nav ul {
	display: flex;
	align-items: center;
}
#gnav .nav ul li {
	margin: 0 30px 0 0;
	font-size: 14px;
}
#gnav .nav ul li a {
	display: flex;
	align-items: center;
	color: #3c4445;
	line-height: 1em;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#gnav .nav ul li img {
	display: inline-block;
	width: 27px;
	height: auto;
	margin: 0 10px 0 0;
	filter: brightness(0) saturate(100%) invert(85%) sepia(10%) saturate(322%) hue-rotate(131deg) brightness(89%) contrast(83%);
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#gnav .nav ul li.active a,
#gnav .nav ul li:hover a {
	color: #009e41;
}
#gnav .nav ul li.active img,
#gnav .nav ul li:hover img {
	filter: brightness(0) saturate(100%) invert(33%) sepia(95%) saturate(1346%) hue-rotate(124deg) brightness(92%) contrast(101%);
}



/*
言語切替
*/
#gnav .language {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 10px;
}

#gnav .language ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 0 10px;
}
#gnav .language ul li {
	margin: 0 0 0 5px;
}
#gnav .language ul li a {
    line-height: 1em;
    color: #a9bdbd;
    padding: 7px 20px;
    border-radius: 100px;
	border: 1px #a9bdbd solid;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#gnav .language ul li.active a,
#gnav .language ul li:hover a {
	background-color: #009e41;
	color: #ffffff;
	border: 1px #009e41 solid;
}
#gnav .language ul li.active:hover a {
	background-color: #ffe900;
	color: #3c4445;
	border: 1px #ffe900 solid;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
GNAV_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
FOOTER_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
footer#grandfotter {
	margin: 120px 0 0 0;
	text-align: center;
}



/*
sns
*/
footer#grandfotter .sns {
	background-color: #d6e2e2;
	padding: 30px 0;
}

footer#grandfotter .sns h3 {
	font-size: 13px;
	margin: 0 0 20px 0;
}

footer#grandfotter .sns > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
footer#grandfotter .sns > ul li {
	margin: 0 20px;
	line-height: 1em;
}

footer#grandfotter .sns > ul li a img {
	position: relative;
	width: 60px;
	height: 60px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
footer#grandfotter .sns > ul li a img:hover {
	transform: translateY(-5px);
}

footer#grandfotter .sns > ul li a span {
	display: block;
	color: #5e6a6a;
	margin: 5px 0 0 0;
	font-size: 12px;
}



/*
deeplink
*/
footer#grandfotter .deeplink {
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 30px 0;
    font-size: 12px;
    line-height: 1em;
}

footer#grandfotter .deeplink li {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px #3c4445 solid;
}
footer#grandfotter .deeplink li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

footer#grandfotter .deeplink li a {
	color: #3c4445;
}
footer#grandfotter .deeplink li a:hover {
	color: #009e41;
}



/*
deeplink
*/
footer#grandfotter .licence {
	padding: 60px 0;
	color: #5e6a6a;
	font-size: 10px;
}

footer#grandfotter .licence small {
	display: block;
	color: #3c4445;
	font-size: 13px;
	margin: 0 0 1em 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
FOOTER_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/








/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

トップページ

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
汎用_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
見出し要素
*/
/*見出し*/
#top #grandwrapper > section header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 0 auto 40px auto;
}
#top #grandwrapper > section header h2 {
    padding: 15px 10px 15px 20px;
    font-size: 20px;
    line-height: 1em;
    border-left: 2px #3c4445 solid;
}
#top #grandwrapper > section header h2 span {
	display: inline-block;
	color: #a9bdbd;
	font-size: 13px;
	margin: 0 0 0 15px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
汎用_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ビジュアルエリア_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#top #vis {
	background-image: url(../images/vis_bg.png);
	background-size: cover;
	margin: 80px auto 135px auto;
	width: 100%;
	height: 525px;
}



/*
Swiper
*/
#top #vis .swiper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

/*画像*/
#top #vis .swiper-slide img {
	width: 1000px;
	height: 525px;
}

/*テキスト要素*/
#top #vis .swiper-slide figcaption {
	display: block;
	width: 600px;
	font-size: 14px;
	line-height: 1.65em;
	margin: 10px 0 0 0;
}

/*ページネーション*/
#top #vis .swiper-pagination {
	position: absolute;
	right: 0 !important;
    left: inherit !important;
    width: auto;
}
.swiper-pagination-bullet {
	background: transparent !important;
    width: auto !important;
    height: auto !important;
    line-height: 1em;
    padding: 5px 7px;
    border-radius: 3px !important;
    border: 1px #cccccc solid;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #009e41 !important;
	color: #ffffff;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ビジュアルエリア_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
製品情報_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#top #products {
	width: 1000px;
	margin: 0 auto 80px auto;
}



/*
PICKUP
*/
#top #products .pickup {
}
#top #products .pickup ul {
	display: flex;
	justify-content: space-between;
	align-items: start;
	align-content: stretch;
	flex-wrap: wrap;
}
#top #products .pickup ul > li {
	position: relative;
	width: 320px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px #ffffff solid;
}
#top #products .pickup ul > li::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: 1px #d6e2e2 solid;
}
#top #products .pickup ul > li img {
	width: 320px;
	height: auto;
	border-radius: 6px;
}
#top #products .pickup ul > li h4 {
	font-size: 13px;
	color: #009e41;
}
#top #products .pickup ul > li h3 {
	font-size: 16px;
}
#top #products .pickup ul > li .externallinks {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#top #products .pickup ul > li .externallinks a {
	background-position: 13px center;
    min-width: auto;
	margin: 10px 0 0 8px;
    padding: 8px 8px 8px 30px;
    font-size: 12px;
}
#top #products .pickup ul > li .externallinks a:hover {
	background-position: 16px center;
}



/*
製品一覧
*/
#top #products .productslist {}

/*トグル*/
#top #products .productslist .viewall {
	margin: 0 0 20px 0;
    padding: 1em 0;
    line-height: 1em;
    text-align: center;
    font-size: 16px;
    border: 1px #a9bdbd solid;
    border-radius: 6px;
    cursor: pointer;
}
#top #products .productslist .viewall span {
	position: relative;
	display: inline-block;
	margin: 0 10px 0 0;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
	transform: rotate(0deg);
}
#top #products .productslist.jqa_open_parent .viewall span {
	transform: rotate(90deg);
}

/*リスト*/
#top #products .productslist > div {
	display: grid;
	grid-template-rows: 0fr;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#top #products .productslist > div.jqa_open {
	grid-template-rows: 1fr;
}
#top #products .productslist > div ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: normal;
	flex-wrap: wrap;
}
#top #products .productslist > div ul li {
    box-sizing: border-box;
    width: 240px;
    margin: 0 0 15px 0;
    padding: 20px;
    font-size: 13px;
    border: 1px #d6e2e2 solid;
}
#top #products .productslist > div ul li span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 104px;
	width: 198px;
	border-radius: 3px;
	background-color: #d6e2e2;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
}
#top #products .productslist > div ul li img {
	width: auto;
	height: auto;
	max-height: 80px;
	max-width: 99%;
}
#top #products .productslist > div ul li h4 {
	font-size: 11px;
	color: #009e41;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
製品情報_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お知らせ_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#top #news {
	width: 1000px;
	margin: 0 auto 80px auto;
}



/*
リスト
*/
#top #news .newslist {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
#top #news .newslist li {
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px #ffffff solid;
}
#top #news .newslist li:nth-of-type(1),
#top #news .newslist li:nth-of-type(2) {
	width: 480px;
	margin: 0 0 30px 0;
}
#top #news .newslist li::after {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px #d6e2e2 solid;
}
#top #news .newslist li a {
	display: flex;
	align-items: center;
	color: #3c4445;
}
#top #news .newslist li:nth-of-type(1) a,
#top #news .newslist li:nth-of-type(2) a {
	display: block;
}

/*meta情報*/
#top #news .newslist li .meta {
	font-size: 14px;
	margin: 0 0 10px 0;
}
#top #news .newslist li:nth-of-type(1) .meta,
#top #news .newslist li:nth-of-type(2) .meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
	line-height: 1em;
}
#top #news .newslist li .meta span {
	background-color: #ffe900;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
}

/*テキスト部分*/
#top #news .newslist li h3 {
	font-size: 14px;
}
#top #news .newslist li a:hover h3 {
	color: #5e6a6a;
}
#top #news .newslist li:nth-of-type(1) h3,
#top #news .newslist li:nth-of-type(2) h3 {
	font-size: 16px;
}

/*サムネイル*/
#top #news .newslist li figure {
	box-sizing: border-box;
	display: block;
	margin: 0 15px 0 0;
	width: 130px;
	height: 69px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	border: 1px #d6e2e2 solid;
	border-radius: 3px;
}
#top #news .newslist li:nth-of-type(1) figure,
#top #news .newslist li:nth-of-type(2) figure {
	width: 480px;
	height: 253px;
	margin: 0;
}
#top #news .newslist li figure img {
	width: 100%;
	height: auto;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#top #news .newslist li a:hover figure img {
	transform: scale(1.03);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お知らせ_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
採用情報_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#top #recruit {
	width: 1000px;
	margin: 0 auto 80px auto;
}



/*
汎用
*/
#top #recruit > div > h3 {
	font-size: 60px;
	font-family: "FOT-ロダンNTLG Pro L";
	font-family: "RodinNTLGPro-L";
}



/*
キャリア採用
*/
#top #recruit .career {
	margin: 0 0 40px 0;
}
#top #recruit .career > ul {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
	align-content: stretch;
}
#top #recruit .career > ul > li {
	align-self: stretch;
    position: relative;
    width: 320px;
    min-height: 280px;
    margin: 0 0 20px 0;
    padding: 30px 0 20px 0;
    border-top: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
}
#top #recruit .career > ul > li::after,
#top #recruit .career > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
}
#top #recruit .career > ul > li::after {
	border-bottom: 1px #d6e2e2 solid;
	bottom: 0;
}
#top #recruit .career > ul > li::before {
	border-top: 1px #d6e2e2 solid;
	top: -2px;
}

/*職種名*/
#top #recruit .career > ul > li h4 {
    font-size: 15px;
    line-height: 1em;
	margin: 0 0 20px 0;
}
#top #recruit .career > ul > li h4 span {
	display: block;
	color: #5e6a6a;
	font-size: 12px;
    line-height: 1em;
	margin: 1em 0 0 0;
}

#top #recruit .career > ul > li h5 {
	background-color: #d6e2e2;
    font-size: 15px;
    line-height: 1em;
    margin: 0 0 20px 0;
    padding: 8px 8px;
}

/*職種リスト*/
#top #recruit .career > ul > li > ul li {
	margin: 0 0 15px 0;
}
#top #recruit .career > ul > li > ul li a {
	display: block;
    background-image: url(../svg/icon_arrow_green.svg);
    background-size: 8px auto;
    background-position: 0px center;
	color: #3c4445;
    padding: 0 0 0 20px;
	line-height: 1.4em;
}
#top #recruit .career > ul > li > ul li a:hover {
	color: #009e41;
}

/*マイナビリンク*/
#top #recruit .career .mynav a {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	width: 1000px;
	margin: 0;
	padding: 40px;
	border-radius: 10px;
}
#top #recruit .career .mynav a img {
	width: auto;
	height: 50px;
}
#top #recruit .career .mynav a span {
	color: #3c4445;
    background-image: url(../svg/icon_arrow.svg);
    background-position: 0px center;
    background-size: 10px;
    padding: 0 0 0 30px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#top #recruit .career .mynav a:hover span {
	background-position: 10px center;
	color: #00aef1;
}



/*
新卒採用
*/
#top #recruit .graduation {
	position: relative;
	font-size: 14px;
	padding: 0 0 30px 0;
    border-bottom: 1px #ffffff solid;
}
#top #recruit .graduation::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: 1px #d6e2e2 solid;
}
#top #recruit .graduation > div {
	margin: 0 0 40px 0;
}

/*職種見出し*/
#top #recruit .graduation h4 {
	font-size: 16px;
	margin: 0 0 20px 0;
}

/*詳細ボタン*/
#top #recruit .graduation .more {
	text-align: right;
}

/*マイナビ*/
#top #recruit .graduation .mynavi {
	margin: 30px 0 0 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
採用情報_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/








/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

お知らせ

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お知らせトップ_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#substr.news {}



/*
ニュースリスト
*/
#substr.news #news_list .article_list {
	width: 1000px;
	margin: 0 auto 50px auto;
}

/*基本レイアウト*/
#substr.news #news_list .article_list {
	position: relative;
    border-bottom: 1px #ffffff solid;
}
#substr.news #news_list .article_list::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: 1px #d6e2e2 solid;
}
#substr.news #news_list .article_list > li {
	position: relative;
    padding: 60px 0;
    border-top: 1px #ffffff solid;
}
#substr.news #news_list .article_list > li::after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	width: 100%;
	border-top: 1px #d6e2e2 solid;
}
#substr.news #news_list .article_list > li > a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #3c4445;
}
#substr.news #news_list .article_list > li > a:hover {
	color: #3c4445;
}
#substr.news #news_list .article_list > li > a > div {
	flex: 1;
}

/*サムネイル*/
#substr.news #news_list .article_list > li > a figure {
	display: block;
	overflow: hidden;
	width: 350px;
	margin: 0 40px 0 0;
	font-size: 0;
    line-height: 1em;
	border: 1px #d6e2e2 solid;
}
#substr.news #news_list .article_list > li > a figure img {
	width: 100%;
	height: auto;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#substr.news #news_list .article_list > li > a:hover figure img {
	transform: scale(1.1);
}

/*見出し*/
#substr.news #news_list .article_list > li > a h2 {
    font-size: 20px;
    line-height: 1.65em;
    text-align: justify;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#substr.news #news_list .article_list > li > a:hover h2 {
	color: #009e41;
}

/*meta情報*/
#substr.news #news_list .article_list > li > a .meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
    font-size: 12px;
	line-height: 1em;
	color: #5e6a6a;
}
#substr.news #news_list .article_list > li > a .meta h4 {
	background-color: #ffe900;
    padding: 5px 10px;
    border-radius: 3px;
}

/*引用本文*/
#substr.news #news_list .article_list > li > a div > p {
	font-size: 15px;
	text-align: justify;
}



/*
ページネーション
*/
#substr.news #news_list .page_list {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1000px;
	margin: 100px auto 0 auto;
}

#substr.news #news_list .page_list li {
	background-color: #ffffff;
    color: #5e6a6a;
    min-width: 40px;
    min-height: 40px;
    margin: 0 5px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border-radius: 100px;
}
#substr.news #news_list .page_list li a {
	color: #3c4445;
}
#substr.news #news_list .page_list li a:hover {
	color: #009e41;
}
#substr.news #news_list .page_list li:first-child {
	padding: 0 15px;
}
#substr.news #news_list .page_list li:last-child {
	padding: 0 15px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お知らせトップ_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お知らせ詳細_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#substr.news {}




/*
ニュース詳細
*/
#substr.news .article_deatil {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 100px 0;
    border-bottom: 1px #ffffff solid;
}
#substr.news .article_deatil::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	border-top: 1px #d6e2e2 solid;
}

/*カバーアート*/
#substr.news .article_deatil > figure img {
	width: 100%;
	height: auto;
}

/*meta情報*/
#substr.news .article_deatil > .meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 2em auto;
	padding: 1em 0;
	font-size: 14px;
	color: #5e6a6a;
}
#substr.news .article_deatil > .meta h4 {
	background-color: #ffe900;
	padding: 5px 10px;
	border-radius: 3px;
}

/*ニュースタイトル*/
#substr.news .article_deatil > .title {
	position: relative;
    box-sizing: border-box;
    color: #3c4445;
    font-size: 25px;
    margin: 0 0 40px 0;
    padding: 1em 2em;
    text-align: justify;
    word-break: break-all;
}
#substr.news .article_deatil > .title::before,
#substr.news .article_deatil > .title::after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
}
#substr.news .article_deatil > .title::before {
	background-image: url(../images/trailer_target_tl.png);
	background-position: top left;
	top: 0;
	left: 0;
}
#substr.news .article_deatil > .title::after {
	background-image: url(../images/trailer_target_br.png);
	background-position: bottom right;
	bottom: 0;
	right: 0;
}

/*投稿箇所：ディフォルト調整*/
#substr.news .article_deatil .post h1,
#substr.news .article_deatil .post h2,
#substr.news .article_deatil .post h3,
#substr.news .article_deatil .post h4,
#substr.news .article_deatil .post h5,
#substr.news .article_deatil .post h6,
#substr.news .article_deatil .post p,
#substr.news .article_deatil .post strong,
#substr.news .article_deatil .post em,
#substr.news .article_deatil .post span,
#substr.news .article_deatil .post del,
#substr.news .article_deatil .post blockquote,
#substr.news .article_deatil .post li,
#substr.news .article_deatil .post blockquote{
	word-break: break-all;
	font-size: 100%;
}
#substr.news .article_deatil .post pre{
	white-space: pre-wrap;
}

/*動画埋め込み系対応*/
#substr.news .article_deatil .post iframe {
	display: block;
	margin: 0 auto;
}
#substr.news .article_deatil .post .youtube{
	position: relative;
	width: 100%;
	height: 0px;
	padding: 0 0 56.25% 0;
}
#substr.news .article_deatil .post .youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*投稿箇所：スタイル調整*/
#substr.news .article_deatil .post {
	padding: 30px 0 0 0;
}
#substr.news .article_deatil .post h1,
#substr.news .article_deatil .post h2,
#substr.news .article_deatil .post h3,
#substr.news .article_deatil .post h4,
#substr.news .article_deatil .post h5,
#substr.news .article_deatil .post h6 {
	margin: 3em 0 1em 0;
	padding: 0.5em 0 0.5em 1em;
}
#substr.news .article_deatil .post h1 {
	font-size: 1.8em;
	padding: 1em 0 1em 2em;
}
#substr.news .article_deatil .post h2 {
	background-color: #deeded;
	font-size: 1.6em;
	padding: 0.4em 0 0.4em 1em;
	border-top: 4px #009e41 solid;
}
#substr.news .article_deatil .post h3 {
	font-size: 1.4em;
	padding: 0em 0 0em 1em;
	border-left: 5px #009e41 solid;
}
#substr.news .article_deatil .post h4 {
	font-size: 1.2em;
	padding: 0;
	color: #009e41;
}
#substr.news .article_deatil .post h5 {
	position: relative;
	display: inline-block;
	padding: 0;
	font-size: 1em;
}
#substr.news .article_deatil .post h5::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #009e41;
}
#substr.news .article_deatil .post h6 {
	font-size: 0.9em;
	border-left: 2px #009e41 solid;
}
#substr.news .article_deatil .post > p {
	font-size: 15px;
    margin: 0 0 1em 0;
    letter-spacing: 0.165em;
    line-height: 2.65em;
    text-align: justify;
    word-break: break-all;
}
#substr.news .article_deatil .post hr {
    border: none;
    width: 100%;
    margin: 5em 0;
    line-height: 1px;
    border-bottom: 1px #616768 dotted;
}
#substr.news .article_deatil .post ul li {
	list-style-type: disc;
    margin: 0.5em 0 0.5em 3em;
}
#substr.news .article_deatil .post ol li {
	list-style-type: decimal;
    margin: 0.5em 0 0.5em 3em;
}
#substr.news .article_deatil .post img {
	max-width: 100% !important;
	height: auto;
}

/*アンカー*/
#substr.news .article_deatil .post a {
    position: relative;
    display: inline-block;
    color: #009e41;
    text-decoration: underline;
    padding: 0 0 0 15px;
    letter-spacing: 0.165em;
    line-height: 1.65em;
    word-break: break-all;
}
#substr.news .article_deatil .post a::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin: -4px 0 0 0;
    display: inline-block;
    background-image: url(../svg/icon_arrow.svg);
    background-size: 8px auto;
    background-position: center center;
    width: 8px;
    height: 8px;
}

#substr.news .article_deatil .post blockquote {
	background-color: #d9e2e2;
	color: #637777;
	border-radius: 10px;
	margin: 2em 0;
	padding: 3em;
	font-size: 12px;
	font-weight: 100;
	font-style: oblique;
}




/*
ニュース詳細
*/
#substr.news .page_detail_pagenation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 100px auto 0 auto;
	padding: 50px 0 0 0;
}

#substr.news .page_detail_pagenation .more a {
	background-color: #ffe900;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お知らせ詳細_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/








/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

リクルート

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
リクルート汎用_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#substr.recruit {}



/*
共通要項
*/
#substr.recruit #commonguidelines {
	width: 1000px;
	margin: 0 auto;
}

/*大見出し*/
#substr.recruit #commonguidelines h3 {
	background-color: #009e41;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    line-height: 1em;
    margin: 0 0 30px 0;
    padding: 40px 0;
}

/*テーブル基本設定*/
#substr.recruit .commonguidelines_list {
	border-collapse: collapse;
	width: 1000px;
	margin: 0 auto 20px auto;
}

#substr.recruit .commonguidelines_list th,
#substr.recruit .commonguidelines_list td {
	padding: 30px;
	font-size: 15px;
	border: 1px #a9bdbd solid;
}

#substr.recruit .commonguidelines_list th {
	background-color: #dfe9e9;
    width: 200px;
    text-align: left;
	vertical-align: top;
}

#substr.recruit .commonguidelines_list td {
	background-color: #ffffff;
}
#substr.recruit .commonguidelines_list td a {
	color: #009e41;
	text-decoration: underline;
}
#substr.recruit .commonguidelines_list td em {
	font-style: normal;
}
#substr.recruit .commonguidelines_list td li {
	margin: 0 0 0 2em;
}
#substr.recruit .commonguidelines_list td ul li {
	list-style-type: disc;
}
#substr.recruit .commonguidelines_list td ol li {
	list-style-type: decimal;
}
#substr.recruit .commonguidelines_list td h4 {
    background-image: url(../svg/icon_arrow_green.svg);
    background-size: 8px auto;
    background-position: 0px center;
	color: #3c4445;
	margin: 2em 0 0 0;
    padding: 0 0 0 20px;
	line-height: 1.4em;
}
#substr.recruit .commonguidelines_list td h4:first-child {
	margin: 0;
}

/*アンケートテスト*/
<style>
.question-title {
  color: red;
  font-weight: bold;
}
.answer-box {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 8px;
  max-width: 560px;
  margin: 40px auto;
  width: calc(100% - 40px);
}
.answer-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.signature {
  font-size: 12px;
  color: #666;
  text-align: right;
  max-width: 600px;
  margin: -10px auto 0;
}
</style>

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
リクルート汎用_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
リクルートトップ_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#substr.recruit {

}



/*
入社をご検討の皆様へ
*/
#substr.recruit .message {
	width: 1000px;
	margin: 0 auto 130px auto;
}
#substr.recruit .message > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#substr.recruit .message > div > div {
	width: 480px;
}
#substr.recruit .message > div > div li {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #009e41;
    font-size: 17px;
    margin: 15px 0;
    width: 480px;
}
#substr.recruit .message > div > div li em {
	flex: 1;
	font-style: normal;
	line-height: 1.65em;
}
#substr.recruit .message > div > div li span {
    box-sizing: border-box;
    display: inline-block;
    background-color: #009e41;
    color: #ffffff;
    font-family: "EurostileNextW1G-WideSmBd";
    font-size: 17px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin: 0 10px 0 0;
    border-radius: 100px;
}
#substr.recruit .message > div > div.welcome li span {
	background-image: url(../svg/icon_check_green.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	background-color: #ffffff;
	border: 3px #009e41 solid;
}

/*大見出し*/
#substr.recruit .message h3 {
	color: #009e41;
    text-align: center;
    font-size: 28px;
    margin: 0 0 30px 0;
    padding: 30px 0;
    border: 3px #009e41 solid;
}

/*見出し*/
#substr.recruit .message h4 {
	font-size: 18px;
	margin: 0 0 30px 0;
	padding: 10px 0 10px 20px;
	border-left: 1px #3c4445 solid;
}



/*
新卒採用
*/
#graduation {
	width: 1000px;
	margin: 0 auto 130px auto;
}
#graduation .graduation {
	position: relative;
	font-size: 14px;
	padding: 0 0 30px 0;
    border-bottom: 1px #ffffff solid;
}
#graduation .graduation::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: 1px #d6e2e2 solid;
}
#graduation .graduation > div {
	margin: 0 0 40px 0;
}

#graduation .graduation h3 {
    color: #0044ab;
    text-align: center;
    font-size: 28px;
    margin: 0 0 30px 0;
    padding: 30px 0;
    border: 3px #0044ab solid;
}

/*職種見出し*/
#graduation .graduation h4 {
	font-size: 16px;
	margin: 0 0 20px 0;
}

/*詳細ボタン*/
#graduation .graduation .more {
	text-align: right;
}

/*マイナビ*/
#graduation .graduation .mynavi {
	margin: 30px 0 0 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
リクルートトップ_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
募集職種_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
中途・新卒共通レイアウト
*/
#substr.recruit #joblist {
	width: 1000px;
	margin: 0 auto 130px auto;
}

/*大見出し*/
#substr.recruit #joblist h3 {
	background-color: #009e41;
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	line-height: 1em;
	margin: 0 0 30px 0;
	padding: 40px 0;
}

/*大見出し*/
#substr.recruit #joblist h4 {
	color: #009e41;
	font-size: 20px;
	text-align: center;
	line-height: 1em;
	margin: 0 0 20px 0;
	padding: 20px 0;
	border: 2px #009e41 solid;
	border-radius: 10px;
}

/*リストスタイル*/
#substr.recruit #joblist > div {
	position: relative;
	margin: 0 0 30px 0;
}
#substr.recruit #joblist > div > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 1000px;
}
#substr.recruit #joblist > div > ul li {
	position: relative;
	width: 300px;
	min-height: 300px;
	margin: 0 0 -2px 0;
	padding: 25px 0;
	font-size: 14px;
	border-top: 1px #d6e2e2 solid;
    border-bottom: 1px #ffffff solid;
}
#substr.recruit #joblist > div > ul li::before,
#substr.recruit #joblist > div > ul li::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
}
#substr.recruit #joblist > div > ul li::before {
	top: 0;
    border-top: 1px #ffffff solid;
}
#substr.recruit #joblist > div > ul li::after {
	bottom: 0;
	border-bottom: 1px #d6e2e2 solid;
}
#substr.recruit #joblist > div > ul li h5 {
    display: block;
    background-image: url(../svg/icon_arrow_green.svg);
    background-size: 8px auto;
    background-position: 0px center;
    color: #3c4445;
	font-size: 18px;
	line-height: 1.65em;
	margin: 0 0 15px 0;
    padding: 0 0 0 20px;
}
#substr.recruit #joblist > div > ul li > div {
	position: absolute;
	bottom: 25px;
	right: 0px;
}
#substr.recruit #joblist > div > ul li > div span {
	box-sizing: border-box;
    display: inline-block;
	background-color: #ff0000;
    color: #ffffff;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    padding: 12px 20px;
    border: 1px #ff0000 solid;
    border-radius: 100px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
募集職種_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
新卒採用トップ_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#substr.recruit.graduation {

}



/*
導入
*/
#substr.recruit.graduation #intro .graduationguide {
	width: 1000px;
	margin: 0 auto 130px auto;
}

#substr.recruit.graduation #intro .graduationguide h3 {
	font-size: 60px;
    font-family: "FOT-ロダンNTLG Pro L";
    font-family: "RodinNTLGPro-L";
}

/*リード文言*/
#substr.recruit.graduation #intro .graduationguide .read {
	margin: 0 0 40px 0;
	font-size: 15px;
}
#substr.recruit.graduation #intro .graduationguide .read p {
	margin: 0 0 1em 0;
}

/*キャリアパス*/
#substr.recruit.graduation #intro .graduationguide .careerpath {}
#substr.recruit.graduation #intro .graduationguide .careerpath h4 {
	font-size: 20px;
	margin: 0 0 20px 0;
	padding: 15px 0 15px 20px;
	border-left: 1px #3c4445 solid;
}
#substr.recruit.graduation #intro .graduationguide .careerpath li {
	background-color: #ffffff;
	margin: 0 0 15px 0;
	padding: 40px;
	font-size: 15px;
	text-align: justify;
	border-radius: 10px;
}
#substr.recruit.graduation #intro .graduationguide .careerpath h5 {
	color: #0044ab;
	font-size: 18px;
	margin: 0 0 15px 0;
}



/*
新卒用：募集職種
*/
#substr.recruit.graduation #joblist h3 {
	background-color: #0044ab;
}
#substr.recruit.graduation #joblist h4 {
	color: #0044ab;
	border: 2px #0044ab solid;
}
#substr.recruit.graduation #joblist > div > ul li h5 {
	background-image: url(../svg/icon_arrow_blue.svg);
}
#substr.recruit.graduation #joblist > div > ul li a:hover {
	color: #0044ab;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
新卒採用トップ_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
職種別ページ_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#substr.recruit #jobunique {
	width: 1000px;
	margin: 30px auto 0 auto;
}

/*職種名*/
#substr.recruit #jobunique h3 {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #009e41;
    text-align: left;
    font-size: 28px;
    margin: 0 0 20px 0;
    padding: 30px 50px;
    border: 3px #009e41 solid;
}
#substr.recruit #jobunique h3 span {
	box-sizing: border-box;
    display: inline-block;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    padding: 12px 20px;
    border: 1px #ff0000 solid;
    border-radius: 100px;
}

/*求める人物像*/
#substr.recruit #jobunique .ideal {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    margin: 0 0 20px 0;
    padding: 20px 50px;
    border: 2px #a9bdbd solid;
    border-radius: 10px;
}
#substr.recruit #jobunique .ideal > h4 {
    background-image: url(../svg/obj_arrow.svg);
    background-position: center right;
    background-size: auto 100%;
    width: 150px;
    line-height: 80px;
    margin: 0 40px 0 0;
}
#substr.recruit #jobunique .ideal > div {
	flex: 1;
}

/*詳細*/
#substr.recruit #jobunique table {
	border-collapse: collapse;
	width: 1000px;
	margin: 0 auto 20px auto;
}
#substr.recruit #jobunique table th,
#substr.recruit #jobunique table td {
	padding: 30px;
	font-size: 15px;
	border: 1px #a9bdbd solid;
}
#substr.recruit #jobunique table th {
	background-color: #f8eb79;
    width: 200px;
    text-align: left;
	vertical-align: top;
}
#substr.recruit #jobunique table td {
	background-color: #ffffff;
}

/*応募詳細*/
#substr.recruit #applyinfo table {
	border-collapse: collapse;
	width: 1000px;
	margin: 0 auto 20px auto;
}
#substr.recruit #applyinfo table th,
#substr.recruit #applyinfo table td {
	padding: 30px;
	font-size: 15px;
	border: 1px #a9bdbd solid;
}
#substr.recruit #applyinfo table th {
	background-color: #85edb0;
    width: 200px;
    text-align: left;
	vertical-align: top;
}
#substr.recruit #applyinfo table td {
	background-color: #ffffff;
}

/*応募ボタン*/
.applybtn {
	text-align: center;
}
.applybtn a {
	display: inline-block;
    background-color: #009e41;
    color: #ffffff;
    margin: 40px auto;
    padding: 1em 3em;
    font-size: 27px;
    text-align: center;
    line-height: 1em;
    border-radius: 100px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
.applybtn a:hover {
	background-color: #f8eb79;
	color: #3c4445;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
職種別ページ_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
応募フォーム_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
イントロ要素
*/
#substr.recruit .applynotice {
	width: 1000px;
	margin: 0 auto;
}

#substr.recruit .applynotice h3 {
	color: #009e41;
    text-align: center;
    font-size: 28px;
    margin: 0 0 30px 0;
    padding: 30px 0;
    border: 3px #009e41 solid;
}

#substr.recruit .applynotice > ul {
    font-size: 15px;
    margin: 0 0 20px 0;
    padding: 20px;
    border: 2px #a9bdbd solid;
    border-radius: 10px;
}
#substr.recruit .applynotice > ul li {
	list-style-type: disc;
	margin: 0 0 0 1.5em;
}

#substr.recruit .applynotice .pp {
	text-align: center;
}
#substr.recruit .applynotice .pp a {
	box-sizing: border-box;
    display: inline-block;
    background-color: #009e41;
    color: #ffffff;
    width: 100%;
    padding: 20px 0;
    border-radius: 10px;
}
#substr.recruit .applynotice .pp a:hover {
    text-decoration: underline;
}



/*
フォーム本体
*/
#applyform {
	width: 1000px;
	margin: 20px auto;
}

#applyform table {
	width: 1000px;
	margin: 0 auto 50px auto;
}
#applyform table th,
#applyform table td {
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
	font-size: 15px;
}
#applyform table th {
	background-color: #dfe9e9;
	width: 290px;
}
#applyform table td {
	background-color: #ffffff;
}

/*ラベル*/
#applyform table .formlabel sup {
	color: #ff0000;
}

/*入力要素*/
input,
textarea {
	box-sizing: border-box;
	background-color: #ffffff;
	color: #3c4445;
	min-width: 300px;
	margin: 0;
	padding: 1em;
	font-size: 16px;
	border: 1px #cdccd1 solid;
	border-radius: 6px;
}
textarea {
	width: 100%;
}
.checkbox input {
	width: auto;
	min-width: auto;
	margin: 0 10px 0 0;
}
.checkbox label:hover {
	color: #009e41;
	cursor: pointer;
}



/*
送信完了
*/
#substr.recruit .applynotice.thanks {}
#substr.recruit .applynotice.thanks .back {
	margin: 60px auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
応募フォーム_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/








/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

プロダクト

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
プロダクトトップ_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#substr.product {}



/*
イントロ
*/
#substr.product #intro {
	width: 1000px;
	margin: 0 auto 90px auto;
}

/*リード文言*/
#substr.product #intro .read {
	margin: 0 0 40px 0;
}
#substr.product #intro .read p {
	margin: 0 0 1em 0;
}

/*ピックアップ*/
#substr.product #intro .pickup {
	position: relative;
}
#substr.product #intro .pickup h4 {
	z-index: 2;
    position: absolute;
    top: -15px;
    left: -15px;
    display: inline-block;
    background-color: #009e41;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 4px;
}
#substr.product #intro .pickup figure {
	position: relative;
	width: 1000px;
	height: 280px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
#substr.product #intro .pickup img {
	display: inline-block;
	margin: 0 0 10px 0;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#substr.product #intro .pickup img:hover {
	transform: scale(1.03);
}
#substr.product #intro .pickup p {
	color: #5e6a6a;
	font-size: 13px;
}



/*
リスト基本レイアウト
*/
#substr.product #productlist {
	width: 1000px;
	margin: 0 auto;
}
#substr.product #productlist > ul > li {
    margin: 0 0 60px 0;
    padding: 0 0 60px 0;
    border-bottom: 1px #3c4445 dotted;
}
#substr.product #productlist > ul > li .column {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/*サムネ*/
#substr.product #productlist > ul > li figure {
	box-sizing: border-box;
	display: block;
	background-color: #dfe9e9;
	width: 320px;
	margin: 0 30px 0 0;
	padding: 15px;
	line-height: 1em;
	text-align: center;
	border-radius: 10px;
}
#substr.product #productlist > ul > li figure img {
	width: 99%;
	height: auto;
	border-radius: 6px;
}

/*詳細情報*/
#substr.product #productlist > ul > li .details {
	flex: 1;
}
#substr.product #productlist > ul > li h3 {
	position: relative;
	font-size: 25px;
	line-height: 1em;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px #ffffff solid;
}
#substr.product #productlist > ul > li h3::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px #d6e2e2 solid;
}
#substr.product #productlist > ul > li li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 14px;
}
#substr.product #productlist > ul > li li h4 {
    box-sizing: border-box;
    background-color: #d9e2e2;
    color: #637777;
    width: 200px;
    margin: 0 15px 0 0;
    padding: 5px 0px;
    font-size: 13px;
    text-align: center;
    border-radius: 6px;
}
#substr.product #productlist > ul > li li p {
	flex: 1;
}

/*関連リンク*/
#substr.product #productlist .uniquelinks {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 40px 0 0 0;
    font-size: 14px;
}
#substr.product #productlist .uniquelinks a {
	box-sizing: border-box;
    display: inline-block;
    background-image: url(../svg/icon_arrow.svg);
    background-size: 8px auto;
    background-position: 20px center;
    color: #3c4445;
    font-size: 14px;
    line-height: 1em;
    font-family: inherit;
    text-align: right;
    min-width: 150px;
	margin: 0 0 0 10px;
    padding: 12px 20px 12px 65px;
    border: 1px #a9bdbd solid;
    border-radius: 100px;
    transition-duration: 600ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(.42,0,0,.99);
    transition-delay: 0ms;
    transform-origin: center;
}
#substr.product #productlist .uniquelinks a:hover {
	background-color: #ffffff;
	background-position: 25px center;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
プロダクトトップ_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/








/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

会社情報

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
会社概要トップ_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#substr.corp {}



/*
コンテンツナビゲーション
*/
#substr.corp #cnav {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1000px;
    margin: 0 auto 45px auto;
}

#substr.corp #cnav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#substr.corp #cnav li a {
	box-sizing: border-box;
	display: block;
    width: 200px;
	margin: 0 0 0 10px;
    padding: 10px 0;
    text-align: center;
    line-height: 1em;
    border-radius: 100px;
	color: #3c4445;
    border: 2px #a9bdbd solid;
}
#substr.corp #cnav li.active a {
	color: #009e41;
	border: 2px #009e41 solid;
}
#substr.corp #cnav li a:hover {
	background-color: #ffe900;
	color: #3c4445;
	border: 2px #ffe900 solid;
}



/*
会社概要
*/
#substr.corp #corpdetails {
	width: 1000px;
	margin: 0 auto 110px auto;
}

/*見出し*/
#substr.corp #corpdetails h3 {
    color: #009e41;
	margin: 0 0 50px 0;
    padding: 50px 0 50px 40px;
    font-size: 28px;
    line-height: 1em;
    border-left: 1px #009e41 solid;
}

/*テーブル*/
#substr.corp #corpdetails table {
	border-collapse: collapse;
	width: 1000px;
	margin: 0 auto;
}
#substr.corp #corpdetails table th,
#substr.corp #corpdetails table td {
	padding: 30px 30px 30px 30px;
	font-size: 16px;
}
#substr.corp #corpdetails table th {
    box-sizing: border-box;
    background-color: #dfe9e9;
    width: 330px;
    text-align: right;
    line-height: 1em;
    border-bottom: 2px #ecf3f3 solid;
}
#substr.corp #corpdetails table td {
	position: relative;
	overflow: hidden;
	border-left: 10px #ecf3f3 solid;
    border-bottom: 2px #ecf3f3 solid;
}
#substr.corp #corpdetails table td::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #798383;
}



/*
ビジョン
*/
#substr.corp #vision {
	text-align: center;
	margin: 0 0 190px 0;
} 

/*見出し*/
#substr.corp #vision h3 {
    color: #009e41;
	margin: 0 0 20px 0;
    font-family: "EurostileNextW1G-WideSmBd";
    line-height: 1em;
    font-size: 80px;
}
#substr.corp #vision h4 {
	font-size: 22px;
	margin: 0 0 34px 0;
}

/*ビジョン項目*/
#substr.corp #vision > ul li {
	margin: 0 0 20px 0;
}
#substr.corp #vision > ul li h5 {
	background-color: #009e41;
    color: #ffffff;
    font-family: "EurostileNextW1G-WideSmBd";
    line-height: 1em;
    font-size: 30px;
    border-radius: 6px;
    width: 100px;
    margin: 0 auto 10px auto;
    padding: 5px 0;
}
#substr.corp #vision > ul li > p {
	position: relative;
	display: inline-block;
	font-size: 30px;
}
#substr.corp #vision > ul li > p::after {
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 8px;
    background-color: #a5e6c0;
    width: 100%;
    height: 20px;
}



/*
社長あいさつ
*/
#substr.corp #greetings {
	text-align: center;
	margin: 0 0 200px 0;
}

/*見出し*/
#substr.corp #greetings h3 {
	position: relative;
	display: inline-block;
	font-size: 40px;
	line-height: 1em;
	margin: 0 0 50px 0;
}
#substr.corp #greetings h3::after {
	position: absolute;
	left: 50%;
	top: -70px;
	content: "";
	display: block;
	background-image: url(../svg/logo_ch_icon_simple_color.svg);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
    width: 60px;
    height: 51px;
	margin: 0 0 0 -40px;
}

/*文章スタイル*/
#substr.corp #greetings > div p {
	margin: 0 0 1.5em 0;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.07em;
}

/*署名箇所*/
#substr.corp #greetings .sign {
	margin: 60px 0 0 0;
}
#substr.corp #greetings .sign p {
	font-size: 14px;
}
#substr.corp #greetings .sign p em {
    display: block;
    margin: 30px 0 0 0;
    font-size: 25px;
    font-style: normal;
    line-height: 1em;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
会社概要トップ_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
沿革_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#substr.corp #history {
	width: 1000px;
	margin: 0 auto;
}

/*見出し*/
#substr.corp #history h3 {
    color: #009e41;
	margin: 0 0 50px 0;
    padding: 50px 0 50px 40px;
    font-size: 28px;
    line-height: 1em;
    border-left: 1px #009e41 solid;
}

/*リスト*/
#substr.corp #history > div {
	margin: 0 0 120px 0;
}

/*年表見出し*/
#substr.corp #history > div > h4 {
    display: inline-block;
    background-color: #dfe9e9;
    color: #3c4445;
    margin: 0 0 25px 0;
    padding: 15px 0;
    min-width: 300px;
	font-size: 16px;
    line-height: 1em;
    text-align: center;
    border-radius: 100px;
}

/*年度表記*/
#substr.corp #history > div > dl dt {
	font-size: 16px;
	color: #009e41;
}

/*内容表記*/
#substr.corp #history > div > dl dd {
	font-size: 16px;
	margin: 0 0 1em 2em;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
沿革_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/








/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

汎用ページ系

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
汎用ページ_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#substr.other {}



/*
汎用
*/
#substr.other .otherdocument_meta p,
#substr.other .otherdocument_body p {
	margin: 0 0 1em 0;
	font-size: 15px;
	line-height: 1.65em;
	letter-spacing: 0.065em;
}



/*
コンテンツ概要
*/
#substr.other .otherdocument_meta {
	width: 900px;
	margin: 0 auto 100px auto;
}

/*更新日*/
#substr.other .otherdocument_meta .update {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 0 70px 0;
	line-height: 1em;
	font-size: 15px;
}
#substr.other .otherdocument_meta .update h3 {
	background-color: #cdccd1;
    margin: 0 20px 0;
    padding: 10px 1em;
    font-size: 13px;
    border-radius: 6px;
}
#substr.other .otherdocument_meta .update p {
	margin: 0;
}

/*コンテンツタイトル*/
#substr.other .otherdocument_meta h2 {
	margin: 0 0 50px 0;
	text-align: center;
	font-size: 24px;
}



/*
コンテンツ内容
*/
#substr.other .otherdocument_body {
	width: 900px;
	margin: 0 auto 100px auto;
}
#substr.other .otherdocument_body > div {
	margin: 0 0 70px 0;
}

/*項目見出し*/
#substr.other .otherdocument_body h3 {
	margin: 0 0 20px 0;
	padding: 1em 0 1em 2em;
	border-left: 1px #3c4445 solid;
}

/*リストスタイル*/
#substr.other .otherdocument_body ul,
#substr.other .otherdocument_body ol {
	margin: 20px 0;
	font-size: 15px;
}
#substr.other .otherdocument_body ul li {
	margin: 1em 0 1em 3em;
	list-style-type: disc;
}
#substr.other .otherdocument_body ol li {
	margin: 1em 0 1em 3em;
	list-style-type: decimal;
}

/*テーブル*/
#substr.other .otherdocument_body table.common {
	border-collapse: separate;
	border-spacing: 3px;
	margin: 20px 0;
	width: 100%;
}
#substr.other .otherdocument_body table.common th,
#substr.other .otherdocument_body table.common td {
	padding: 5px 15px;
	font-size: 15px;
	border: 1px #cdccd1 solid;
	border-radius: 3px;
}
#substr.other .otherdocument_body table.common th {
	background-color: #cdccd1;
	min-width: 10em;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
汎用ページ_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/